Site Theme
STOP!
This is a theme page used internally by the Hex House.
PLEASE DO NOT TOUCH THIS PAGE
WITHOUT STAFF PERMISSION
/* Black Cherry Slushy theme created by Hexick. */ /* Logo: https://search.creativecommons.org/photos/d6ee75c5-2567-4e84-9a3a-81d65fa0c0ca */ @import url("https://nu-scptheme.github.io/Black-Highlighter/css/min/normalize.min.css"); @import url("https://nu-scptheme.github.io/Black-Highlighter/css/min/black-highlighter.min.css"); :root { --background: linear-gradient(0.25turn, #a492e9, #c494ff, #794ee7); /* gradient */ --pale-accent: 164, 146, 233; /* bright purple */ --bright-accent: 196, 148, 255; /* magenta */ --medium-accent: 121, 78, 231; /* black cherry - the default accent color */ --dark-accent: 121, 78, 231; /* important theme info stuff */ --theme-base: "nuscp"; --theme-id: "N/A"; --theme-name: "Black Cherry Slushy"; /* important header stuff */ --logo-image: url("http://hexhouse.wikidot.com/local--files/admin:themes/logo.png"); --logo-size: 70px; --header-title: "Hex House"; --header-subtitle: "So clean, you'd think you were in Heaven!"; --color: #fff; } a.collapsible-block-link { font-weight: bold; } .translation_block, .u-faq { display: none; } #page-title { text-align: center; } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } #side-bar .side-block { background: transparent; box-shadow: unset; height: 100%; margin-bottom: 1em; } .side-block div:nth-of-type(1) * { box-sizing: border-box; } .side-block > div:nth-of-type(1) { display: flex; height: auto; width: 100%; border-left: none; justify-content: center; background-color: rgba(var(--pale-gray-monochrome)); grid-row: span 2; } .side-block > div:nth-of-type(1) > div.new-page-box { grid-column: span 3; } .side-block div:nth-of-type(1) form { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 0 1rem; } .side-block div:nth-of-type(1) input.button, .side-block div:nth-of-type(1) input.text { font-family: var(--header-font); font-size: calc(var(--base-font-size)*1.1); width: 100%; background-color: rgba(var(--swatch-topmenu-bg-color)); color: rgba(var(--swatch-menutxt-light-color)); padding: 0.25rem; margin: 0 !important; } .side-block div:nth-of-type(1) input.text { background-color: rgba(var(--swatch-topmenu-bg-color), 0.25) !important; height: 2rem !important; } #side-bar div.menu-item { width: 100%; height: 100%; font-family: var(--header-font); } #side-bar div.menu-item, #side-bar div.menu-item * { box-sizing: border-box; } #side-bar div.menu-item p, #side-bar div.menu-item a { height: 100%; line-height: 1; align-items: center; } #side-bar div[style*="clear"] { display: none; }
page revision: 32, last edited: 30 Jan 2023 03:16