@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap');
:root {
--theme-base: "liminal";
--theme-id: "dull-blade";
--theme-name: "Dull Blade";
--logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg");
--header-title: "Унылая Жизнь";
--header-subtitle: "Как же наскучили бесконечные коридоры...";
--body-font: 'IM Fell DW Pica', serif;
--header-font: 'Zen Kaku Gothic New', sans-serif;
--title-font: 'Raleway', sans-serif;
--mono-font: 'Raleway', sans-serif;
--black-monochrome: 52, 52, 52;
/* This thing below is the topbar. */
--gray-monochrome: 52, 52, 52;
--dark-accent: 52, 52, 52;
--platinium-monochrome: 223, 223, 223;
--white-monochrome: 223, 223, 223;
--gray-accent: 185, 184, 186;
--grey-accent: 82, 82, 82;
--pale-gray-monochrome: var(--gray-accent);
--dark-gray-monochrome: var(--grey-accent);
--swatch-background: var(--black-monochrome);
--swatch-primary: var(--grey-accent);
--swatch-topmenu-border-color: var(--platinium-monochrome);
--swatch-menubg-color: var(--black-monochrome);
--swatch-menutxt-general-color: var(--white-monochrome);
--swatch-border-color: var(--white-monochrome);
--swatch-text-general: var(--swatch-text-light);
--swatch-text-secondary-color: var(--swatch-text-light);
--link-color: 230, 23, 68;
--visited-link-color: 185, 184, 186;
--hover-link-color: 230, 23, 68;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--black-monochrome)) 0%,
rgba(var(--black-monochrome), 0.90) 100%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
body #content-wrap .yui-navset .yui-nav .selected a {
color: rgb(var(--white-monochrome)) !important;
}
body {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--platinium-monochrome));
}
h0, h1, h2, h3, h4, h5, h6 {
color: rgb(var(--white-monochrome));
}
#page-title {
color: rgb(var(--white-monochrome));
}
table.wiki-content-table th {
background-color: rgb(var(--black-monochrome));
border: 2px solid rgb(var(--white-monochrome)) !important;
color: rgb(var(--white-monochrome));
}
table.wiki-content-table td {
border: 2px solid rgb(var(--white-monochrome)) !important;
background-color: rgb(var(--black-monochrome));
}
#skrollr-body {
background-image:
radial-gradient(circle, rgb(var(--black-monochrome)) 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-monochrome), 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;
}
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;
}
#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 16rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.4;
}
#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))
}
div.block-center {
min-width: 30%
}
@media only screen and (max-width:768px) {
div.block-center {
min-width: 40%
}
}
/*Rating Module Fix*/
div.page-rate-widget-box .rate-points, div.rate-box-with-credit-button div.page-rate-widget-box .rate-points
color: white !important;
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
background-color: rgb(var(--gray-accent));
color: rgb(var(--grey-accent));
}
.scp-image-block .scp-image-caption {
background-color: rgb(var(--black-monochrome));
}
.lightblock {
background-color:rgb(var(--gray-accent));
color: rgb(var(--grey-accent));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
}
.darkblock {
background-color:rgb(var(--grey-accent));
color: rgb(var(--gray-accent));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
}
.whiteblock {
background-color:rgb(var(--white-monochrome));
color: rgb(var(--black-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);
}
.blackblock {
background-color:rgb(var(--black-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);
}
.light-styled-quote {
background-color:rgb(var(--gray-accent));
border-left: 0.5rem solid rgba(var(--grey-accent));
color: rgb(var(--grey-accent));
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 {
background-color:rgb(var(--grey-accent));
border-left: 0.5rem solid rgba(var(--gray-accent));
color: rgb(var(--gray-accent));
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);
}
.white-styled-quote {
background-color:rgb(var(--white-monochrome));
border-left: 0.5rem solid rgba(var(--black-monochrome));
color: rgb(var(--black-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);
}
.black-styled-quote {
background-color:rgb(var(--black-monochrome));
border-left: 0.5rem solid rgba(var(--white-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);
}
.light-titleblock {
background-color: rgb(var(--gray-accent));
color: rgb(var(--grey-accent));
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border: solid rgb(var(--grey-accent)) 2px;
}
.light-titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(var(--gray-accent));
border: solid rgb(var(--grey-accent)) 2px;
color: rgb(var(--grey-accent));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.dark-titleblock {
background-color: rgb(var(--grey-accent));
color: rgb(var(--gray-accent));
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border: solid rgb(var(--gray-accent)) 2px;
}
.dark-titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(var(--grey-accent));
border: solid rgb(var(--gray-accent)) 2px;
color: rgb(var(--gray--accent));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.white-titleblock {
background-color: rgb(var(--white-monochrome));
color: rgb(var(--black-monochrome));
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border: solid rgb(var(--black-monochrome)) 2px;
}
.white-titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(var(--white-monochrome));
border: solid rgb(var(--black-monochrome)) 2px;
color: rgb(var(--black-monochrome));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.black-titleblock {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--white-monochrome));
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border: solid rgb(var(--white-monochrome)) 2px;
}
.black-titlebox{
position: relative;
top: -1.6rem;
background-color: rgb(var(--black-monochrome));
border: solid rgb(var(--white-monochrome)) 2px;
color: rgb(var(--white-monochrome));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.interwiki1_title {
color: rgb(80,77,66);
border-bottom: solid 1px rgb(80,77,66);
padding-left: 15px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 8pt;
font-weight: bold;
}
.interwiki1_entry {
position: relative;
margin: 2px 0;
}
.interwiki1_entry p::before {
content: "■";
font-size: 9px;
color: rgb(80,77,66);
position: relative;
margin: 0 7px 0 5px;
bottom: 3px;
}
.interwiki1_entry a, .interwiki1_entry a:visited {
font-weight: bold;
color: #b01;
text-decoration: none;
background: transparent;
}
.interwiki1_entry a:hover {
background-color: transparent;
text-decoration: underline;
}
div.scpnet-interwiki-wrapper {
margin: 0;
width: auto;
}
iframe.scpnet-interwiki-frame {
border: inherit;
width: 100%;
height: 230px;
}
@media (min-width:768px) {
div.scpnet-interwiki-wrapper,
iframe.scpnet-interwiki-frame {
width: 100%;
}
}
/* remove the input on the searchbar because it doesn't work */
#search-top-box-input {
display: none;
}
/* TABVIEW - Abandon All Hope Ye Who Enter Here */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border-color: rgb(var(--gray-accent));
-webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome));
box-shadow: 0 calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome));
}
/* Unselected Tab Values */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--grey-accent));
border-color: rgb(var(--gray-accent));
color: rgb(var(--gray-accent));
}
/* Tab Hover Values */
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: rgb(var(--grey-accent));
color: rgb(var(--gray-accent)) !important;
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: rgb(var(--grey-accent));
-webkit-box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome));
box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome));
}
/* Selected Tab */
.yui-navset .yui-content {
background-color: rgb(var(--gray-accent));
color: rgb(var(--grey-accent));
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
border-color: rgb(var(--gray-accent));
}
.yui-navset-left .yui-content {
border-left-color: rgb(var(--gray-accent));
}
/* 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(--gray-accent));
color: #000000;
}
.code, .page-source {
background: rgb(var(--swatch-background));
}
.page-rate-widget-box {
--rating-module-text-color: var(--swatch-text-general);
}