@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
:root {
--theme-base: "black-highlighter";
--theme-id: "crystal-kaiju";
--theme-name: "Crystal Kaiju Theme";
--logo-image: url("http://backrooms-sandbox-2.wdfiles.com/local--files/collab%3Afrrixy/3");
--header-title: "Закулисье";
--header-subtitle: "Да Воссияют кристаллы по моему указу. ";
--body-font: proxima-nova, sans-serif;
--header-font: 'Raleway', sans-serif;
--title-font: 'Inter', sans-serif;
--mono-font: 'Playfair Display', serif;
--white-monochrome: 19,28,50;
--pale-gray-monochrome: 135,50,46;
--light-gray-monochrome: 77,39,48;
--gray-monochrome: 211,207,205;
--black-monochrome: 217,203,158;
--bright-accent: 6, 60, 105;
--medium-accent: 115, 38, 58;
--dark-accent: 6, 60, 105;
--dark-gray-monochrome: 115, 38, 58;
--gradient-header: linear-gradient(to top,
rgba(var(--pale-gray-monochrome)) 0%,
rgba(var(--pale-gray-monochrome), 0.20) 100%
);
--swatch-headerh1-color: var(--black-monochrome);
--swatch-headerh2-color: var(--black-monochrome);
--swatch-topmenu-border-color: var(--pale-gray-monochrome);
--swatch-topmenu-bg-color: var(--pale-gray-monochrome);
--link-color: 230, 23, 68;
--hover-link-color: 230, 23, 68;
--background-gradient-distance: 0rem;
--diagonal-stripes: linear-gradient(transparent 0);
background-image:
radial-gradient(circle, rgb(var(--pale-gray-monochrome)) 100%, transparent 20);
background-repeat: repeat;
background-size: 0.25em 0.25em;
width: 100%;
height: 10rem;
#login-status,
#login-status a {
color: rgb(var(--swatch-text-general));
}
#search-top-box-form input[type=submit] {
color: rgb(var(--swatch-text-general));
}
#search-top-box-form input[type=submit]:focus,
#search-top-box-form input[type=submit]:hover {
--text-shadow: none;
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--swatch-text-general));
}
#search-top-box-input:focus, #search-top-box-input:hover {
color: rgb(var(--swatch-text-general));
}
#side-bar .heading p,
#side-bar .side-block > .collapsible-block .collapsible-block-link {
--text-shadow: none;
color: rgb(var(--swatch-text-general));
}
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background-color: rgb(var(--swatch-primary-darker));
}
table.wiki-content-table th {
background: rgb(var(--swatch-secondary-color));
color: rgb(var(--swatch-text-general));
}
--rating-module-button-plus-color: var(--swatch-menubg-dark-color);
--rating-module-button-negative-color: var(--swatch-menubg-dark-color);
--rating-module-button-cancel-color: var(--swatch-menubg-dark-color);
--rating-module-button-credit-color: var(--swatch-menubg-dark-color);
.owindow .button-bar a,
a.button,
button,
div.buttons input,
file,
input.button {
border-color: rgb(var(--swatch-primary-darkest));
}
.dark-styled-quote h1,
.dark-styled-quote h2,
.dark-styled-quote h3,
.dark-styled-quote h4,
.dark-styled-quote h5,
.dark-styled-quote h6,
.darkblock h1,
.darkblock h2,
.darkblock h3,
.darkblock h4,
.darkblock h5,
.darkblock h6 {
color: rgb(var(--white-monochrome));
}
}