@import url('https://fontlibrary.org/face/fantasque-sans-mono');
@import url("http://backrooms-wiki.wdfiles.com/local--files/component%3Atheme/normalize-archived.css");
@import url("http://backrooms-wiki.wdfiles.com/local--files/component%3Atheme/bhl-archived.css");
@import url("http://backrooms-wiki.wikidot.com/local--files/component:theme/sidebar.css");
:root {
--theme-base: "black-highlighter";
--theme-id: "liminal";
--theme-name: "Liminal Theme";
--logo-image: url("https://files.sandbox-2.en.backrooms.dentrado.art/local--files/isaac-quedler/GV");
--header-title: "Холодная Война";
--header-subtitle: "Хватай всё, что попадётся под руку!";
--body-font: proxima-nova, sans-serif;
--header-font: 'Fantasque Sans Mono', monospace;
--title-font: 'Fantasque Sans Mono', monospace;
--mono-font: 'Fantasque Sans Mono', monospace;
--pale-gray-monochrome: 0, 4, 15;
--light-gray-monochrome: 95, 95, 95;
--gray-monochrome:183, 186, 195;
--black-monochrome: 200, 200, 200;
--bright-accent 115, 119, 129;
--medium-accent:183, 186, 195;
--dark-accent: 115, 119, 129;
--pale-accent: 115, 119, 129;
--black: 150, 150, 150;
--gainsboro: 35, 35, 35;
--silver: 63, 63, 63;
--snow: 0, 5, 5;
--darkslate: 208, 176, 176;
--darkgray: 86, 86, 86;
--dimgray:150, 150, 150;
--slategray: 143, 127, 111;
--swatch-topmenu-border-color: var(--black);
--link-color: 255, 0, 0;
--hover-link-color: 255, 0, 0;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--black)) 0%,
rgba(var(--black), 0.90) 100%
);
--diagonal-stripes: linear-gradient(transparent 0);
/* Primary Theme Colors */
--swatch-background: var(--white);
--swatch-primary: var(--darkgray);
--swatch-primary-darker: var(--dimgray);
--swatch-primary-darkest: var(--black);
/* Primary Text Colors */
--barColour: var(--white);
--linkColour: var(--dimgray);
/* Primary Menu Colors */
--swatch-menubg-color: var(--white);
--swatch-menubg-light-color: var(--gainsboro);
--swatch-menubg-medium-color: var(--silver);
--swatch-menubg-medium-dark-color: var(--dimgray);
--swatch-menubg-dark-color: var(--darkslate);
--swatch-menubg-black-color: var(--dimgray);
--swatch-menubg-hover-color: var(--dimgray);
--swatch-menutxt-dark-color: var(--dimgray);
--swatch-menutxt-light-color: var(--white);
--swatch-border-color: var(--white);
/* Link Colors */
--link-color: var(--darkslate);
--visited-link-color: var(--dimgray);
--hover-link-color: var(--darkgray);
--newpage-color: var(--slategray);
--sidebar-links-text: var(--black);
--link-color-bright: var(--darkgray);
background-color: black;
}
#skrollr-body {
background-image:
radial-gradient(circle, rgb(var(--black)) 50%, transparent 0);
background-repeat: repeat;
background-size: 0.25em 0.25em;
width: 100%;
height: 7.5rem;
}
#side-bar .side-block div a img {
filter: grayscale(100%);
}
#container {
background-image: radial-gradient(circle, rgb(var(--black), 0.05) 50%, transparent 0);
background-size: 0.25em 0.25em;
background-repeat: repeat;
background-attachment: fixed;
}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
color: black;
}
div.buttons.alignleft {
color: black;
}
div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover {
border: none;
color: black;
}
#header, #top-bar {
background-attachment: scroll;
}
#header {
background-image: none;
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background-image: var(--logo-image);
background-size: auto 9rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.85;
}
#header h1, #header h1 a {
position: absolute;
top: 1rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h2, #header h2 span, #header h2 span::before {
position: absolute;
top: 2rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
color: rgb(var(--darkslate))
}
#header h2 span {
color: #00000000;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
color: rgb(var(--darkslate))
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
blockquote p {
color: white;
}
.styled-quote {
background-color:rgb(var(--gainsboro));
border-left: 0.5rem solid rgba(var(--silver));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
color: white;
}
.dark-styled-quote {
background-color:rgb(var(--silver));
border-left: 0.5rem solid rgba(var(--gainsboro));
color: white;
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.dark-styled-quote a{
color: rgb(var(--darkgray));
}
.lightblock {
background-color:rgb(var(--gainsboro));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
color: white;
}
.darkblock {
background-color:rgb(var(--silver));
color: white;
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,.25);
}
.darkblock a {
color: rgb(var(--darkgray));
}
.page-rate-widget-box {
box-shadow: 0px 0px 0px 2px rgb(var(--darkslate));
background: rgb(var(--silver));
padding: .1em;
}
/* TABVIEW - Abandon All Hope Ye Who Enter Here */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border-color: rgb(var(--black));
-webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 rgb(var(--white));
box-shadow: 0 calc(0.0625rem * 5) 0 0 rgb(var(--white));
}
/* Unselected Tab Values */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--darkgray));
color: rgb(var(--white));
}
/* Tab Hover Values */
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: rgb(var(--dimgray));
color: rgb(var(--white)) !important;
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: rgb(var(--darkgray));
-webkit-box-shadow: 0 0 0 0.0625rem rgb(var(--black));
box-shadow: 0 0 0 0.0625rem rgb(var(--black));
}
/* Selected Tab */
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected,
.yui-navset .yui-nav .selected:hover,
.yui-navset .yui-navset-top .yui-nav .selected:hover {
color: rgb(var(--darkslate));
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
color: rgb(var(--darkslate));
}
.yui-navset .yui-nav .selected a {
/* Undoes a color set by wikidot's default layout */
color: rgb(252, 252, 252) !important;
}
.yui-navset .yui-content {
background-color: rgb(var(--gainsboro));
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
border-color: rgb(var(--black));
}
.yui-navset-left .yui-content {
border-left-color: rgb(var(--black));
}
/* Selected tab top colour */
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
background-color: rgb(var(--darkgray));
color: #000000;
}
div.blockquote, blockquote {
background-color: rgb(var(--darkgray));
border-color: rgb(var(--black));
color: rgb(var(--black));
}
table.wiki-content-table th {
background-color: rgb(var(--darkgray));
color: rgb(var(--white));
}
.footnotes-footer {
border-color: rgb(var(--darkslate));
color: rgb(var(--black));
background-color: rgb(var(--darkgray)) !important;
}
a.footnote-footer {
color: rgb(var(--darkslate)) !important;
}
.footnote-footer>a:first-of-type {
color: rgb(var(--darkslate)) !important;
}
#side-bar .side-block {
background: rgb(0,0,0,0) !important;
color: rgb(var(--white));
}
#side-bar:hover {
background: rgb(var(--darkgray));
}
.footnote {
background: black !important;
padding: 10px !important;
border: 2px solid rgb(var(--white-monochrome)) !important;
}