[[include theme:foxtrot
dark=a|
wide=a|
hidetitle=a]]
[[module CSS]]
:root {
--header-title: "ГЛУБИННОЕ ХРАНИЛИЩЕ ЗОНЫ 17";
--logo-img: url(https://files.scpfoundation.net/local--files/site-17-hub/s17_purp.png);
--head-font: var(--ui-font);
--accent: 153, 119, 238;
}
@media (max-width: 768px) {
:root {
--header-title: "ГЛУБИННОЕ ХРАНИЛИЩЕ" !important;
}
}
@media (min-width: 768px) {
#main-content {
max-width: 98%;
}
#header h1 a::before {
letter-spacing: 5px;
}
#header h2::before {
letter-spacing: 2px;
}
}
#page-content :is(h1, h2, h3, h4, h5, h6) {
text-transform: uppercase;
}
body {
background: #080016 !important;
}
.notation {
width: 75%;
margin: auto;
background: rgb(20, 20, 20) !important;
}
/* excerpt div stuff */
.excerpt {
--link-txt-color: rgb(var(--accent));
border: solid 2px rgb(var(--accent));
border-left-width: 10px;
padding: 1px 15px;
width: 75%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background: var(--dark-bg-2);
}
@media (max-width: 479px) {
.excerpt {
width: auto;
margin-left: 0;
margin-right: 0;
}
}
/* replacing wikidot syntax for centering/size */
.excerpt > p:first-child {
text-align: center;
font-size: 80%;
}
.excerpt p:first-child > strong:first-of-type,
.excerpt p:first-child > em {
font-size: 125%;
}
.excerpt:not(.hub) > hr ~ p {
font-style: italic;
}
/* excerpt border colors */
.lifeless {
--accent: 85, 153, 255;
}
.white-space {
--accent: 0, 204, 51;
}
.admonition {
--accent: var(--five-color);
}
.other {
--accent: 204, 204, 204;
}
.other .excerpt {
--link-txt-color: rgb(153, 119, 238);
}
/* section header stuff */
.section-header {
border-bottom: 2px solid rgb(var(—accent));
margin: 50px 0 15px;
}
.section-header h1 {
margin-bottom: 2px;
}
[[/module]]