@import url(https://backrooms-wiki.wdfiles.com/local--code/component%3Apatch/1);
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
:root {
--logo-image: url("http://natedagreat563.wdfiles.com/local--files/storage-unit/Meglogo");
--header-title: "The Backrooms";
--header-subtitle: "An Anthology";
--body-font: 'STIX Two Math', serif;
--header-font: 'Rufina', serif;
--title-font: 'Rufina', serif;
--mono-font: 'Overpass Mono', monospace;
--white-monochrome: 3, 13, 23;
--pale-gray-monochrome: 46, 64, 64;
--light-gray-monochrome: 137, 142, 166;
--gray-monochrome: 186, 205, 195;
--black-monochrome: 208, 210, 225;
--bright-accent: 53, 64, 134;
--medium-accent: 81, 119, 142;
--dark-accent: 140, 175, 190;
--pale-accent: 259, 70, 118;
--link-color: 223, 126, 153;
--hover-link-color: 151, 111, 160;
--visited-link-color: 144, 66, 162;
--newpage-color: 149, 86, 153;
--swatch-topmenu-border-color: var(--medium-accent);
--swatch-text-secondary-color: var(--black-monochrome);
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.30) 70%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
width: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("http://backrooms-wiki.wikidot.com/local--files/theme:infinity/infinitemaze.png");
background-size: 1000px 1000px;
animation: owo 48s infinite linear;
}
@keyframes owo {
from {
-webkit- background-position: 0px 1000px;
-moz- background-position: 0px 1000px;
-o- background-position: 0px 1000px;
background-position: 0px 1000px;
}
to {
-webkit- background-position: 0px 0px;
-moz- background-position: 0px 0px;
-o- background-position: 0px 0px;
background-position: 0px 0px;
}
}
#side-bar .side-block div a img {
filter: grayscale(100%);
}
span.printuser {
color: rgb(var(--dark-accent));
}
#container {
background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 20%, transparent 0);
background-size: 0.5em 0.5em;
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;
}
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;
}
#top-bar {
--topmenu-category-color: var(--pale-gray-monochrome);
--dropdown-links-color: var(--pale-gray-monochrome);
}
#license-area {
--license-bg-color: var(--pale-gray-monochrome);
}
#header {
background-image: none;
--swatch-headerh1-color: var(--dark-gray-monochrome);
--swatch-headerh2-color: var(--dark-gray-monochrome);
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: -0.5rem;
top: -1rem;
background-image: var(--logo-image);
background-size: auto 8rem;
background-position: left;
background-repeat: no-repeat;
opacity: 0.525;
}
#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;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
}
a.newpage {
background: transparent;
text-decoration: none;
}
a.newpage {
color: rgb(var(--newpage-color));
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.dark-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.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
color:rgb(var(--black-monochrome));
}
.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.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.styled-quote a{
color: rgb(var(--swatch-menubg-medium-color));
}
.lightblock {
background-color:rgb(var(--gray-monochrome));
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:rgb(var(--white-monochrome));
}
.darkblock {
background-color:rgb(var(--pale-gray-monochrome));
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:rgb(var(--black-monochrome));
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}
table.wiki-content-table th {
background-color: rgb(var(--gray-monochrome));
}
/* ==SD CLASS CODE== */
.sd-container {
filter: grayscale(100%);
--sd-text:222,222,222;
--sd-symbol:var(--sd-text);
}
.master-quote {
font-family: 'Playfair Display', serif;
font-size: 25px;
font-style: italic;
margin: auto;
width: 70%;
max-width: 75%;
text-align: center;
padding: 1rem;
color:rgb(var(--text-monochrome));
border-width: 10px;
border-style: solid;
border-image:
linear-gradient(
to bottom,
rgb(var(--black-monochrome)),
rgba(0, 0, 0, 0)
) 1 100%;
}
.effect {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
content: "";
opacity: 0.1;
z-index: 1000;
pointer-events: none;
}
.noise {
background-image: url(noise.gif);
mix-blend-mode: plus-lighter;
background-size: 10%;
}
.static {
background-image: url(static.webp);
mix-blend-mode: multiply;
background-size: 10%;
}
@media (prefers-reduced-motion) {
.effect {
opacity: 0;
display: none;
}
}
body { /* Please do not remove or change. */
hyphens: auto;
text-align: justify;
text-justify: inter-word;
}
.infinity {
background-image: url("http://backrooms-wiki.wikidot.com/local--files/theme:infinity/infinitemaze.png");
animation: owo 196s infinite linear;
box-shadow: 0 0 3rem rgb(var(--medium-accent)) inset;
background-blend-mode: lighten;
color: rgb(var(--black-monochrome));
mix-blend-mode: difference;
--squeeze: 8rem;
padding: 1rem var(--squeeze);
border: 0.5rem solid rgba(var(--pale-gray-monochrome));
}