@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fontlibrary.org/face/fantasque-sans-mono');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap');
.main-font {font-family: 'Bodoni Moda', serif;}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
.customFont {font-family: 'Roboto mono', serif;}
:root {
--theme-base: "black-highlighter";
--theme-id: "liminal";
--theme-name: "Liminal Theme";
--logo-image: url("http://ru-backrooms-wiki.wikidot.com/local--files/theme:dead-frontrooms-theme/dead%20frontrooms%20tree");
--header-title: "死 亡 前 厅";
--header-subtitle: "赤色天穹,凋敝枯木,无尽孤独……";
--body-font: Roboto, 'Noto Sans SC', sans-serif;
--header-font: 'Fantasque Sans Mono', 'Noto Sans SC', sans-serif;
--title-font: 'Fantasque Sans Mono', 'Noto Sans SC', sans-serif;
--mono-font: 'Fantasque Sans Mono', monospace;
--medium: 141, 1, 1;
--white-monochrome: 74, 17, 25;
--pale-gray-monochrome: 133, 23, 33;
--light-gray-monochrome: 209, 15, 33;
--gray-monochrome: 110, 13, 26;
--black-monochrome: 255, 255, 255;
--bright-accent: 255, 255, 255;
--medium-accent: 176, 21, 21;
--dark-accent: 189, 17, 33;
--pale-accent: 189, 17, 33;
--alt-accent: 189, 17, 33;
--thing: 42, 0, 59;
--swatch-topmenu-border-color: var(--medium-accent);
--link-color: 214, 119, 45;
--hover-link-color: 184, 103, 40;
}
#skrollr-body {
width: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("http://backrooms-sandbox-2.wikidot.com/local--files/theme:routtest/Header");
background-repeat: repeat-1;
background-size: inherit;
background-blend-mode: luminosity;
background-color: rgba(var(--medium-accent), 0.75);
}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
}
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;
}
#header, #top-bar {
background-attachment: scroll;
}
#page-title {
border-color: rgb(var(--light-gray-monochrome));
color: rgb(var(--dark-accent))!important;
font-size: 3rem;
}
#header::before {
content: "";
position: absolute;
height: 80%;
width: 100%;
left: 0;
top: 0;
background-image: var(--logo-image);
background-size: auto 16.5rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.5;
}
#header h1, #header h1 a {
font-size: 3rem;
position: absolute;
top: 0.15rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h2, #header h2 span, #header h2 span::before {
font-size: 1rem;
position: absolute;
top: 1.85rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .08rem 0.1rem 0.1rem #0c0c0c;
color: white;
line-height: 0.7
}
h1 {
font-size: 2.7rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h2 {
font-size: 2.4rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h3 {
font-size: 2.2rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h4 {
font-size: 2.0rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h5 {
font-size: 1.8rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h6 {
font-size: 1.6rem;
color:rgb(var(--dark-accent));
line-height: 1
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(var(--newpage-color))
}
blockquote {
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.styled-quote {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote a{
color: rgb(var(--swatch-menubg-medium-color));
}
.lightblock {
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock {
background-color:rgb(var(--gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}