SCP-CN-1318

Theme Code

/* ==================== **NEWARISTOCRATTHEME**[2021WikidotTheme]**ByDrHormress**CCBY-SA 3.0 ** ==================== */
 
/*Non-Sigma-9Fix*/
@importurl('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@importurl('https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css');
@importurl('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
 
@importurl('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@importurl('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@importurl('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
 
@importurl('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
 
@supports(--variables: 0) {
 
/* ====== **COMMON** ====== */
 
body{color: rgb(var(--base-dark-color));
 background-color: rgb(var(--base-bright-color));
 font-size: var(--base-font-size);
 line-height: var(--base-line-height);
 font-family: var(--body-font);
}#page-content{font-size: var(--base-font-size);
}
 
/* ---------------- **GlobalVariables** ---------------- */
 
:root{
 
 /*BasicColors*/
 --base-bright-color: var(--white-monochrome);
 --base-dark-color: var(--black-monochrome);
 --link-color: var(--bright-accent);
 
 --white-monochrome:252, 252, 252;
 --black-monochrome:15, 15, 15;
 --red-monochrome:225, 72, 72;
 --green-monochrome:72, 225, 72;
 --blue-monochrome:56, 103, 204;
 
 --main-accent: var(--base-dark-color);
 --bright-accent: var(--blue-monochrome);
 --light-accent:252, 252, 252;
 --dark-accent:15, 15, 15;
 
 /*Other*/
 --base-font-size:0.85rem;
 --base-line-height:1.4;
 --base-box-shadow:007px rgba(var(--base-dark-color), 0.75);
 --base-transition-time:0.5s;
 --main-width:720px;
 
 /*Fonts*/
 --header-font: var(--title-font);
 --title-font: "Comfortaa", sans-serif;
 --body-font: "Noto Sans", "Noto Sans SC", sans-serif;
 --mono-font: "Anonymous Pro", "Roboto Mono", "Courier New", monospace;
 
 /*Header*/
 --header-height:10rem;
 --header-title: "SCP Foundation";
 --header-title-color: var(--base-dark-color);
 --header-h1-x: calc(var(--header-icon-size) + 1rem);
 --header-h1-y:4.5rem;
 --header-subtitle: "Secure, Contain, Protect";
 --header-subtitle-color: var(--header-title-color);
 --header-h2-x: calc(var(--header-icon-size) + 1rem);
 --header-h2-y: calc(var(--header-h1-y) + 2.5rem);
 --header-bg-color: var(--base-bright-color);
 --header-bg-top-color: var(--header-bg-color);
 --header-bg-middle-color: var(--header-bg-color);
 --header-bg-bottom-color: var(--header-bg-color);
 --header-gradient: linear-gradient(
 to bottom,
 rgb(var(--header-bg-top-color)) 0,
 rgb(var(--header-bg-middle-color)) 50%,
 rgb(var(--header-bg-bottom-color)) 100%
 );
 --header-bg-size:auto100%;
 --header-button-color: var(--base-dark-color);
 --header-button-hover-color: var(--green-monochrome);
 --header-button-bg-color: var(--base-bright-color);
 --header-button-x:4.5rem;
 --header-icon: url("https://ah-sandbox.wikidot.com/local--files/theme:new-aristocrat-dev/nalogo.png");
 --header-icon-size:5rem;
 --header-icon-x:0;
 --header-icon-y:4rem;
 --header-icon-w: var(--header-icon-size);
 --header-icon-drop-shadow:002px rgba(0, 0, 0, 0.25);
 --header-icon-opacity:1;
 --header-icon-invert:0;
 
 /*Topbar*/
 --topbar-height:2rem;
 --topbar-bg-color: var(--header-bg-color);
 --topbar-bg-size:100% var(--topbar-height);
 --topbar-bg-top-color: var(--topbar-bg-color);
 --topbar-bg-middle-color: var(--topbar-bg-color);
 --topbar-bg-bottom-color: var(--topbar-bg-color);
 --topbar-gradient: linear-gradient(
 to bottom,
 rgb(var(--topbar-bg-top-color)) 0,
 rgb(var(--topbar-bg-middle-color)) 50%,
 rgb(var(--topbar-bg-bottom-color)) 100%
 );
 --topbar-button-color: var(--topbar-item-text-color);
 --topbar-item-text-color: var(--base-dark-color);
 --topbar-item-hover-text-color: var(--topbar-menu-item-text-color);
 --topbar-item-hover-bg-color: var(--topbar-menu-item-bg-color);
 --topbar-menu-item-width:10rem;
 --topbar-menu-item-height: var(--topbar-height);
 --topbar-menu-item-bg-color: var(--base-dark-color);
 --topbar-menu-item-text-color: var(--base-bright-color);
 --topbar-menu-item-border-color: var(--base-dark-color);
 
 /*Sidebar*/
 --sidebar-width:15rem;
 --sidebar-bg-color: var(--base-bright-color);
 --sidebar-block-bg-color: var(--base-bright-color);
 --sidebar-heading-color: var(--base-dark-color);
 --sidebar-heading-bg-color: var(--base-bright-color);
 --sidebar-item-height: calc(var(--base-font-size) * 2);
 --sidebar-item-hover-bg-color: var(--sidebar-link-color);
 --sidebar-link-color: var(--base-dark-color);
 --sidebar-link-hover-color: var(--base-bright-color);
 
 /*RateBox*/
 --ratebox-height:1.5rem;
 --ratebox-text-color: var(--base-dark-color);
 --ratebox-bg-color: var(--base-bright-color);
 --ratebox-btn-color: var(--ratebox-text-color);
 --ratebox-btn-bg-color: var(--ratebox-bg-color);
 --ratebox-btn-hover-color: var(--ratebox-bg-color);
 --rateup-hover-bg-color: var(--green-monochrome);
 --ratedown-hover-bg-color: var(--red-monochrome);
 --ratebox-btn-hover-bg-color: var(--base-dark-color);
 
 /*Tabview*/
 --tab-color: var(--base-dark-color);
 --tab-bg-color: var(--base-bright-color);
 --tab-item-height:2rem;
 --tab-item-color: var(--base-bright-color);
 --tab-item-bg-color: var(--base-dark-color);
 --tab-item-hover-color: var(--tab-item-color);
 --tab-item-hover-bg-color: var(--tab-item-bg-color);
 --tab-item-selected-color: var(--base-dark-color);
 --tab-item-selected-bg-color: var(--base-bright-color);
 
 /*WikiContentTable*/
 --table-th-color: var(--base-bright-color);
 --table-th-bg-color: var(--base-dark-color);
 --table-th-border-color: var(--base-dark-color);
 --table-td-color: var(--base-dark-color);
 --table-td-bg-color: var(--base-bright-color);
 --table-td-border-color: var(--base-dark-color);
 
 /*Buttons*/
 --btn-color: var(--bright-accent);
 --btn-bg-color: var(--base-bright-color);
 --btn-hover-bg-color: var(--btn-color);
 
 /*OWindow*/
 --window-bg-color: var(--base-bright-color);
 --window-title-bg-color: var(--base-dark-color);
 
 /*Editor*/
 --weditor-button-bg-color: var(--base-bright-color);
 --weditor-button-hover-bg-color: var(--base-dark-color);
 
 /*ForumThread*/
 --thread-head-bg-color: var(--base-bright-color);
 
}
 
@media (max-width:767px) {
:root {
 /* Mobile Fix */
 --header-button-x: 1rem;
}
}
 
/* ------------ **GlobalWidth** ------------ */
 
div#content-wrap{position:relative;
 margin:0;
 max-width:100vw;
 min-height:1300px;
 height:auto !important;
}div#main-content,
div#page-content{padding:0;
 margin:0auto;
 max-width: var(--main-width);
 min-height:720px;
}div#main-content{margin-top: -100vh;
 padding-top:1.5rem;
}@media (max-width: calc(720px + 18rem* 2 + 3.4rem - 1px)) {div#main-content{margin-left: calc(var(--sidebar-width) + 4rem);
 margin-right:2rem;
}}@media (max-width: 767px) {div#content-wrap{margin-left:0;
 margin-right:0;
}div#main-content,
div#page-content{padding:0;
 margin:0auto;
}div#main-content{margin-left:1.5rem;
 margin-right:1.5rem;
 padding-top:1.5rem;
}.owindow{min-width:80%;
 max-width:99%;
}.modal-body.table,
.modal-body.table ~ div{float:none !important;
}.owindow.button-bar{float:right;
}.owindowdiva.btn-primary{display:block;
 float:none;
 width: fit-content;
 width: -moz-fit-content;
 width: -webkit-fit-content;
}a,
span,
#action-areatd{word-break:break-all;
}}
 
/* ====== **HEADER** ====== */
 
/* ------------ **Headertitle** ------------ */
 
div#container-wrap,
div#header{background-image:none;
}div#header{position: sticky;
 top: calc(var(--header-height) * -1);
 height: calc(var(--header-height) + var(--topbar-height));
 background-color:transparent;
 padding-bottom:0;
 max-width:60rem;
 width:90%;
 margin:0auto;
 z-index:20;
}div#headerh1,
div#headerh2{float:none;
 margin:0;
 padding:0;
 position:absolute;
 text-align:center;
 z-index:5;
}div#headerh1,
div#headerh1a,
div#headerh2{margin:0;
 padding:0;
 line-height:1;
 max-width: unset;
 max-height: unset;
 letter-spacing:0;
}div#headerh1aspan,
div#headerh2span{display:none;
}div#headerh1{left: var(--header-h1-x);
 top: var(--header-h1-y);
 width: var(--header-h1-w);
}div#headerh2{left: var(--header-h2-x);
 top: var(--header-h2-y);
 width: var(--header-h2-w);
}div#headerh1a::before{content: var(--header-title);
 font-size:2.5rem;
 font-weight:bold;
 font-family: var(--header-font);
 line-height:2.5rem;
 color: rgb(var(--header-title-color));
 text-shadow:002px rgba(var(--header-title-color), 0.25);
}@media (max-width: 479px) {div#headerh1a::before {
 line-height: 1.6rem;
 font-size:1.6rem;
}
}
 
div#headerh2::before{content: var(--header-subtitle);
 font-size:1rem;
 font-weight:normal;
 font-family: var(--title-font);
 line-height:1rem;
 color: rgb(var(--header-subtitle-color));
 text-shadow:002px rgba(var(--header-subtitle-color), 0.25);
}div#header::after{content: "";
 display:block;
 position:absolute;
 top: var(--header-icon-y);
 left: var(--header-icon-x);
 width: var(--header-icon-w);
 height: var(--header-icon-size);
 background-image: var(--header-icon);
 background-repeat:no-repeat;
 background-size:auto var(--header-icon-size);
 background-position:centercenter;
 filter: drop-shadow(var(--header-icon-drop-shadow)) opacity(var(--header-icon-opacity)) invert(var(--header-icon-invert));
 -webkit-filter: drop-shadow(var(--header-icon-drop-shadow)) opacity(var(--header-icon-opacity)) invert(var(--header-icon-invert));
 z-index:2;
}
 
/* ----------- **TopButtons** ----------- */
 
div#header#login-status{top: var(--header-button-x);
 right:1.9rem;
 font-size:0;
}div#header#login-statusdiv#account-options{font-size: var(--base-font-size);
 border:none;
 border-radius:0.3rem;
 width:4rem;
 box-shadow: var(--base-box-shadow);
}div#header#login-statusspan{display:none;
}div#header#login-statusspan.printuser{display:inline-block;
 border-radius:0.4rem;
 transition: ease var(--base-transition-time);
}div#header#login-statusa.login-status-create-account::before{content: "\f007";
}div#header#login-statusa.login-status-sign-in::before{content: "\f090";
}div#header#login-status > a[href*="/account/messages"]{display:block;
 position:absolute;
 width:0.75rem;
 height:0.75rem;
 left:1.25rem;
 top:1.25rem;
 line-height:0.75rem;
 color:transparent;
 background-color: rgb(var(--message-reminding-bg-color, 225, 72, 72));
 border-radius:50%;
 z-index:25;
 box-shadow:002px rgba(0, 0, 0, 0.75);
}div#header#login-statusa#account-topbutton{border:none;
 margin:0;
 padding:0;
}div#header#login-statusa#account-topbutton::before{content: "\f0d7";
}div#header#search-top-box::before{content: "\f002";
}div#header#search-top-box::before,
div#header#login-statusspan.printusera,
div#header#login-statusa::before{display:inline-block;
 border:none;
 width:1.5rem;
 height:1.5rem;
 margin:0.2rem;
 color: rgb(var(--header-button-color));
 background-color: rgb(var(--header-button-bg-color));
 text-align:center;
 font-family: "FontAwesome";
 font-size:1.2rem;
 line-height:1.5rem;
 border-radius:0.3rem;
 box-shadow: var(--base-box-shadow);
 transition: ease var(--base-transition-time);
 overflow:hidden;
}div#header#login-statusspan.printuserimg.small{margin:0;
 padding:0;
 background-image:none !important;
 width:1.5rem;
 height:1.5rem;
 border-radius:0.3rem;
}div#header#login-statusspan.printuser:hover,
div#header#login-statusspan.printuser:focus{background-color: rgba(var(--header-button-hover-color), 0.75);
}div#header#login-statusspan.printuser:hoverimg.small,
div#header#login-statusspan.printuser:focusimg.small{opacity:0.75}div#header#search-top-box:hover::before,
div#header#login-statusa:hover::before,
div#header#search-top-box:focus::before,
div#header#login-statusa:focus::before{color: rgb(var(--header-button-hover-color));
 text-decoration:none;
}div#header#search-top-box{top: var(--header-button-x);
 right:0;
 width:1.9rem;
 height:1.9rem;
}div#header#search-top-boxinput#search-top-box-input{display:none;
}div#header#search-top-box#search-top-box-forminput[type=submit],
div#header#search-top-box#search-top-box-forminput[type=submit]:hover,
div#header#search-top-box#search-top-box-forminput[type=submit]:focus{position:absolute;
 left:0;
 top:0;
 border-width:0;
 width:1.5rem;
 height:1.5rem;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 background-image:none;
 background:none;
 box-shadow:none;
 border-radius:0.3rem;
 margin:0.2rem;
 opacity:1;
 z-index:10;
}div#header#search-top-box#search-top-box-form:not(:hover) input[type=submit]:focus{background-color: rgba(var(--header-button-hover-color), 0.375);
}
 
/* ----------- **TopbarMenu** ----------- */
 
div#top-bardiv.mobile-top-bar{display:none;
}@media (max-width: 767px) {div#top-bardiv.top-bar{display:none;
}div#top-bardiv.mobile-top-bar{display:block;
}}body::before{content: "";
 display:block;
 position: sticky;
 top: calc(var(--header-height) * -1);
 width:100%;
 height: calc(var(--header-height) + var(--topbar-height));
 background-color: rgb(var(--header-bg-color));
 background-image: var(--topbar-gradient), var(--header-gradient);
 background-size: var(--topbar-bg-size), var(--header-bg-size);
 box-shadow: var(--base-box-shadow);
 background-position:center var(--header-height), centercenter;
 background-repeat:repeat-x, repeat;
 z-index:15;
}div#container-wrap{margin-top: calc(var(--header-height) * -1 + var(--topbar-height) * -1);
}div#top-bar{z-index:20;
 width:100%;
 max-width:60rem;
 right:auto;
 font-size:inherit;
 position:absolute;
 top: var(--header-height);
 height: var(--topbar-height);
 background-color:transparent;
 background-image:none;
}div#top-bar*{margin:0;
}div#top-bardivdiv.open-menua{border:none;
 border-radius:0;
 position:absolute;
 top:0;
 left: calc(var(--topbar-height) * -1);
 text-align:center;
 font-family: 'Nanum Gothic', sans-serif;
 font-size: calc(var(--topbar-height) * 0.8);
 background-color:transparent;
 color: rgb(var(--topbar-button-color));
 width: var(--topbar-height);
 height: var(--topbar-height);
 line-height: var(--topbar-height);
 transition: ease var(--base-transition-time);
}div#top-bardivdiv.open-menua:hover{color: rgba(var(--topbar-button-color), 0.5);
 box-shadow:none;
}div#top-bardiv > ul{float:none;
 width:100%;
 display: flex;
}div#top-bardiv > ul > li{flex-grow:1;
 position:static;
}div#top-bardiv > ul > li > a{margin:0;
 padding:0;
 border:none;
 max-height: unset;
 height: var(--topbar-height);
 line-height: var(--topbar-height);
 color: rgb(var(--topbar-item-text-color));
 transition: ease var(--base-transition-time);
}div#top-bardiv > ul > li:hover > a,
div#top-bardiv > ul > li.sfhover > a{border:none;
 color: rgb(var(--topbar-item-hover-text-color));
 background-color: rgba(var(--topbar-item-hover-bg-color), 0.75);
 background-image:none;
}div#top-bardiv > ul > li:hover > a:hover,
div#top-bardiv > ul > li.sfhover > a:hover{background-color: rgba(var(--topbar-item-hover-bg-color), 0.87);
 background-image:none;
}div#top-bardiv > ul > li > ul,
div#top-bardiv > ul > li:hover > ul,
div#top-bardiv > ul > li.sfhover > ul{width:auto;
 border:none;
 box-shadow: var(--base-box-shadow);
 background-color: rgba(var(--topbar-menu-item-bg-color), 0.75);
}div#top-bardiv > ul > li > ul > li,
div#top-bardiv > ul > li:hover > ul > li,
div#top-bardiv > ul > li.sfhover > ul > li{border:none;
 width:auto;
}div#top-bardiv > ul > li > ul > li > a,
div#top-bardiv > ul > li:hover > ul > li > a,
div#top-bardiv > ul > li.sfhover > ul > li > a{display:block;
 white-space:nowrap;
 overflow:hidden;
 text-overflow: ellipsis;
 width: var(--topbar-menu-item-width);
 height: var(--topbar-menu-item-height);
 line-height: var(--topbar-menu-item-height);
 color: rgb(var(--topbar-menu-item-text-color));
 background-color:transparent;
 border:solid1px rgb(var(--topbar-menu-item-border-color));
 transition: background-color ease var(--base-transition-time);
}div#top-bardiv > ul > li > ul > li > a:hover,
div#top-bardiv > ul > li:hover > ul > li > a:hover,
div#top-bardiv > ul > li.sfhover > ul > li > a:hover{background-color: rgba(var(--topbar-menu-item-bg-color), 0.4);
}@media (max-width: 767px) {div#top-bar{left:0;
}div#top-bardiv.mobile-top-bar{position:absolute;
 width: calc(100% - var(--topbar-height));
 margin-left: var(--topbar-height);
}div#top-bardiv > ul > li > ul,
div#top-bardiv > ul > li:hover > ul,
div#top-bar div > ul > li.sfhover > ul {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 position:absolute;
 left: calc(-6.1125% + var(--topbar-height) * -1);
 width:100vw;
 border:solid1px rgb(var(--topbar-menu-item-border-color));
}div#top-bardiv > ul > li > ul > li,
div#top-bardiv > ul > li:hover > ul > li,
div#top-bardiv > ul > li.sfhover > ul > li{width:50%;
 max-width:50%;
}div#top-bardiv > ul > li > ul > li > a,
div#top-bardiv > ul > li:hover > ul > li > a,
div#top-bardiv > ul > li.sfhover > ul > li > a{box-sizing: border-box;
 width:100%; 
 max-width:100%;
}
}
 
/* ======================= **SIDEBAR & PAGECONTENT** ======================= */
 
/* ------------ **SidebarMenu** ------------ */
 
div#side-bar{position: sticky;
 top: var(--topbar-height);
 left:1.7rem;
 height:100vh;
 width: var(--sidebar-width);
 overflow-y:scroll;
 overflow-x:hidden;
 box-sizing: border-box;
 float:none;
 padding:0;
}#side-barp{margin:auto;
}@media (max-width: 767px) {div#side-bar,
div#side-bar:target{position:fixed;
 width: var(--sidebar-width);
 top:0;
 left: calc(var(--sidebar-width) * -1);
 z-index:25;
 border:none;
 background-color: rgb(var(--sidebar-bg-color));
 transition: ease var(--base-transition-time);
}div#side-bar:target{left:0;
}div#side-bara.close-menu{display:block;
 opacity:1;
 background:transparent;
 backdrop-filter: blur(0);
 -webkit-backdrop-filter: blur(0);
 transition: ease var(--base-transition-time);
}div#side-bara.close-menuimg{display:none;
}div#side-bar:targeta.close-menu{display:block;
 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index: -1;
 background:transparent;
 backdrop-filter: blur(0.2rem);
 -webkit-backdrop-filter: blur(0.2rem);
}}div#side-bardiv.side-block,
div#side-bardiv.side-block.media,
div#side-bardiv.side-block.resources,
div.scpnet-interwiki-wrapper{margin:0.5rem;
 margin-top:1rem;
 padding:0;
 padding-top:0.5rem;
 padding-bottom:0.5rem;
 overflow:hidden;
 border:none;
 border-radius:0;
 box-shadow: var(--base-box-shadow);
 background-color: rgb(var(--sidebar-block-bg-color));
}div.scpnet-interwiki-wrapper{width:auto;
 max-height: calc(var(--base-font-size) * 1.75 + 2rem);
 min-height: unset;
 margin-bottom:15rem;
 overflow:hidden;
 transition: ease var(--base-transition-time);
}div.scpnet-interwiki-wrapper:focus,
div.scpnet-interwiki-wrapper:hover{max-height: unset;
 min-height:20rem;
}div#side-bardiv.side-block[style*="background"]{background-color: rgba(var(--base-dark-color), 0.18) !important;
}div.scpnet-interwiki-wrapper::before{content: "Languages";
}div.scpnet-interwiki-wrapper::before,
div#side-bardiv.side-blockdiv.heading,
div#side-bardiv.collapsible-block-folded.collapsible-block-link,
div#side-bardiv.collapsible-block-folded.collapsible-block-link:hover,
div#side-bardiv.collapsible-block-unfolded-link.collapsible-block-link,
div#side-bardiv.collapsible-block-unfolded-link.collapsible-block-link:hover{display:block;
 font-size: unset;
 font-size: calc(var(--base-font-size) * 1.25));
 font-weight:bold;
 font-family: var(--title-font);
 text-align:center;
 text-decoration:none;
 color: rgb(var(--sidebar-heading-color));
 background-color: rgb(var(--sidebar-heading-bg-color));
 box-shadow: var(--base-box-shadow);
 margin:0.5rem;
 margin-left:0.75rem;
 margin-right:0.75rem;
 padding:0;
 border-bottom:none;
}div#side-bardiv.collapsible-block-folded{background-image:none;
}div#side-bardiv.collapsible-block-unfolded-link{border:none;
}div#side-bardiv.side-block.menu-item{margin:0;
 display: flex;
 font-size:0;
 margin-left: var(--sidebar-item-height);
}div#side-bardiv.side-block.menu-itema{flex:1;
 position:relative;
 font-weight:bold;
 display:block;
 line-height: var(--sidebar-item-height);
 font-size: var(--base-font-size);
 color: rgb(var(--sidebar-link-color));
 transition: ease var(--base-transition-time);
 padding-left: calc(var(--sidebar-item-height) * 0.5);
 white-space:nowrap;
}div#side-bardiv.side-block.menu-itema[href*="scp-series"]{padding-left:0;
 text-align:center;
}div#side-bardiv.side-block.menu-itema:hover::before,
div#side-bardiv.side-block.menu-itema:hover,
div#side-bardiv.side-block.menu-itema:focus::before,
div#side-bardiv.side-block.menu-itema:focus{text-decoration:none;
 color: rgb(var(--sidebar-link-hover-color));
 background-color: rgb(var(--sidebar-item-hover-bg-color));
}div#side-bardiv.side-block:not(.media) .menu-itemimg{max-width:0;
 max-height:0;
 opacity:0;
 padding:0;
 margin:0;
}div#side-barimg + a::before{display:block;
 position:absolute;
 top:0;
 left: calc(var(--sidebar-item-height) * -1);
 width: var(--sidebar-item-height);
 height: var(--sidebar-item-height);
 max-height: var(--sidebar-item-height);
 line-height: var(--sidebar-item-height);
 overflow:hidden;
 text-align:center;
 font-weight:normal;
 font-family: "FontAwesome";
 font-size: var(--base-font-size);
 color: rgb(var(--base-dark-color));
 transition: ease var(--base-transition-time);
}div#side-barimg[src*="help.png"] + a::before{content: "\f059";
}div#side-barimg[src*="main.png"] + a::before{content: "\f192";
}div#side-barimg[src*="default.png"] + a::before{content: "\f10c";
}div#side-barimg[src*="home.png"] + a::before{content: "\f015";
}div#side-barimg[src*="series.png"] + a::before{content: "\f1c0";
}div#side-barimg[src*="forum.png"] + a::before{content: "\f086";
}
 
/* ---------- **ScrollBar** ---------- */
 
::-webkit-scrollbar{cursor:pointer;
 border:none;
 width:0.5rem;
 height:0.5rem;
}
 
::-webkit-scrollbar-thumb{background: rgba(var(--base-dark-color), 0.8);
 cursor:pointer;
}
 
::-webkit-scrollbar-thumb:hover{background: rgb(var(--base-dark-color));
}
 
::-webkit-scrollbar-track{background: rgba(var(--base-bright-color), 0.4);
}*{scrollbar-color:#222, #FAFAFA;
}
 
/* ----------- **RateModule** ----------- */
 
div#page-contentdiv.page-rate-widget-box,
div#page-contentdiv.creditRate,
div#page-contenttable.rate_t,
div#page-contenttable.rate_t2{margin:0;
 padding:0;
 font-size:0;
}div#page-contentdiv.page-rate-widget-box,
div#page-contentdiv.rate-box-with-credit-button,
div#page-contenttable.rate_t,
div#page-contenttable.rate_t2{display: inline-flex;
 background-color: rgb(var(--ratebox-bg-color));
 height: var(--ratebox-height);
 border:none;
 border-radius:0;
 box-shadow: var(--base-box-shadow);
}div#page-contentdiv.rate-box-with-credit-buttondiv.page-rate-widget-box,
div#page-contenttable.rate_tdiv.page-rate-widget-box,
div#page-contenttable.rate_t2div.page-rate-widget-box{box-shadow:none;
}div#page-contentdiv.page-rate-widget-boxa{font-size:0;
}div#page-contentdiv.page-rate-widget-boxa::before{font-family: "FontAwesome";
 font-size: var(--base-font-size);
}div#page-contentdiv.page-rate-widget-box.rateup.btna::before{content: "\f102";
}div#page-contentdiv.page-rate-widget-box.ratedown.btna::before{content: "\f103";
}div#page-contentdiv.page-rate-widget-box.cancel.btna::before{content: "\f00d";
}div#page-contentdiv.page-rate-widget-boxspan.rate-points{text-transform:capitalize;
 color: rgb(var(--ratebox-text-color)) !important;
 background-color:transparent !important;
 border:none;
 border-radius:0;
 height: var(--ratebox-height);
 line-height: var(--ratebox-height);
 font-size: var(--base-font-size);
}div#page-contentdiv.page-rate-widget-box.rateup.btn,
div#page-contentdiv.page-rate-widget-box.ratedown.btn,
div#page-contentdiv.page-rate-widget-box.cancel.btn,
div#page-content.creditButton,
div#page-content.creditButtonp{display:block;
 margin:0;
 padding:0;
 border:none;
 border-radius:0;
 height: var(--ratebox-height);
 background-color:transparent;
 font-size: var(--base-font-size);
 line-height: var(--ratebox-height);
}div#page-content.creditButtonpa{margin-left:0;
 border-left:0;
}div#page-contentdiv.page-rate-widget-box.rateup.btna,
div#page-contentdiv.page-rate-widget-box.ratedown.btna,
div#page-contentdiv.page-rate-widget-box.cancel.btna,
div#page-content.creditButtonpa.fa.fa-info{margin:0;
 padding:0;
 display:block;
 overflow:hidden;
 border-radius:0;
 text-align:center;
 width: var(--ratebox-height);
 height: var(--ratebox-height);
 line-height: var(--ratebox-height);
 color: rgb(var(--ratebox-btn-color));
 background-color: rgba(var(--ratebox-btn-bg-color), 0.75);
 transition: ease var(--base-transition-time);
}div#page-contentdiv.page-rate-widget-box.rateup.btna:hover,
div#page-contentdiv.page-rate-widget-box.ratedown.btna:hover,
div#page-contentdiv.page-rate-widget-box.cancel.btna:hover,
div#page-content.creditButtonpa.fa.fa-info:hover{border-radius:0;
 text-decoration:none;
 color: rgb(var(--ratebox-btn-hover-color));
 background-color: rgb(var(--ratebox-btn-hover-bg-color));
}div#page-contentdiv.page-rate-widget-box.rateup.btna:hover{background-color: rgb(var(--rateup-hover-bg-color));
}div#page-contentdiv.page-rate-widget-box.ratedown.btna:hover{background-color: rgb(var(--ratedown-hover-bg-color));
}
 
/* ------- **Content** ------- */
 
div.title,
span.title,
div.meta-title,
div#page-title,
h1,
h2,
h3,
h4,
h5,
h6{font-family: var(--title-font);
 color: rgb(var(--main-accent));
}div.meta-title,
div#page-title{min-height:2.5rem;
 line-height:2.5rem;
 font-size:2rem;
 font-weight:bold;
 margin:0;
 padding:0;
 border:none;
}a,
a:link,
a:focus,
a:active,
a:visited{color: rgb(var(--link-color));
 text-decoration:none;
 background-color:transparent;
 transition: var(--base-transition-time);
}a:hover,
div#headera:hover,
div#top-bara:hover,
div#side-bara:hover{color: rgba(var(--link-color), 0.8);
 text-decoration:none;
 background-color:transparent;
}div#page-contenta:hover{text-decoration:underline;
}div#page-contenta.newpage{color: rgb(var(--link-color));
 background-color: rgba(var(--link-color), 0.1);
}.hovertip{color: rgb(var(--base-dark-color));
 border:solid0pxtransparent !important;
 box-shadow: var(--base-box-shadow);
 background-color: rgb(var(--base-bright-color)) !important;
}.hovertip.content.footnote.f-heading,
.hovertip.content.footnote.f-footer{display:none !important;
}hr{width:auto;
 margin:1em1rem;
 background-color: rgba(var(--base-dark-color), 0.75);
}div.darkhr{background-color: rgba(127, 127, 127, 0.75);
}blockquote,
div.blockquote,
div.code,
div.page-source,
div.box{margin:0.8rem 0;
 padding:1px1rem;
 background-color:transparent;
 border:none;
 box-shadow: var(--base-box-shadow);
}tt,
div.code,
div.code*,
span.monospace{font-family: var(--mono-font);
}div.page-source{padding:0.8rem;
 font-family: var(--mono-font);
}blockquote,
div.blockquote{margin:0.8rem auto;
 width:90%;
 max-width:520px;
 box-sizing: border-box;
}
 
/* --------- **PageTags** --------- */
 
div.page-tagsspan{border-top:dotted0.125rem rgba(var(--base-dark-color), 0.75);
}div.page-tagsspana{text-transform:uppercase;
 margin-right:0.5rem;
}div.page-tagsspana::before{content: "\f02b";
 font-family: "FontAwesome";
 display:inline-block;
 margin-right:0.25rem;
 color: rgb(var(--base-dark-color));
}
 
/* ------------------ **WikiContentTable** ------------------ */
 
div#page-contenttable.wiki-content-table{box-shadow: var(--base-box-shadow);
}div#page-contenttable.wiki-content-tableth{color: rgb(var(--table-th-color));
 background-color: rgba(var(--table-th-bg-color), 0.75);
 border-color: rgba(var(--table-th-border-color), 0.87);
}div#page-contenttable.wiki-content-tabletd{color: rgb(var(--table-td-color));
 background-color: rgba(var(--table-td-bg-color), 0.75);
 border-color: rgba(var(--table-td-border-color), 0.87);
}
 
/* ----------- **ImageBlock** ----------- */
 
div#page-contentdiv.scp-image-block{width:300px;
 border:none;
 box-shadow: var(--base-box-shadow);
}div#page-contentdiv.scp-image-blockp{margin:0;
}div#page-contentdiv.scp-image-block.block-center{margin:0.8rem auto;
}div#page-contentdiv.scp-image-block.block-right{float:right;
 clear:right;
 max-width:50%;
 margin:0.8rem 00.8rem 0.8rem;
}div#page-contentdiv.scp-image-block.block-left{float:left;
 clear:left;
 max-width:50%;
 margin:0.8rem 0.8rem 0.8rem 0;
}div#page-contentdiv.scp-image-blockimg.image,
div#page-contentdiv.scp-image-blockdiv.scp-image-caption{border:none;
 min-width:100%;
 max-width:100%;
}div#page-contentdiv.scp-image-blockdiv.scp-image-caption{text-align:center;
 font-weight:bold;
 font-size: calc(var(--base-font-size) * 0.8);
 color: rgb(var(--base-dark-color));
 background-color: rgb(var(--base-bright-color));
 padding:0.2rem 0.5rem;
 box-sizing: border-box;
}div#page-contentdiv.image-block-break + div.scp-image-block{box-shadow:none;
}div#page-contentdiv.image-block-break + div.scp-image-blockimg.image{box-shadow: var(--base-box-shadow);
 margin-bottom:0.8rem;
}div#page-contentdiv.image-block-break + div.scp-image-blockdiv.scp-image-caption{box-shadow: var(--base-box-shadow);
}div#page-contentdiv.image-block-accent + div.scp-image-blockdiv.scp-image-caption{color: rgb(var(--base-bright-color));
 background-color: rgba(var(--base-dark-color), 0.87);
}
 
/* ---------- **FancyDivs** ---------- */
 
div.box.light{background-color: rgba(var(--light-accent), 0.87);
 color: rgb(var(--dark-accent));
}div.box.dark{background-color: rgba(var(--dark-accent), 0.87);
 color: rgb(var(--light-accent));
}div.box.darkh1,
div.box.darkh2,
div.box.darkh3,
div.box.darkh4,
div.box.darkh5,
div.box.darkh6{color: rgb(var(--light-accent));
}div.box.roc{border-radius:1rem;
}div#page-contentdiv.box.document{position:relative;
 min-height:10rem;
 margin:0.8rem 01.4rem 0.6rem;
}div#page-contentdiv.box.document::before{content: "";
 display:block;
 position:absolute;
 left: -0.3rem;
 top:0.3rem;
 width:100%;
 height:100%;
 box-shadow: var(--base-box-shadow);
 z-index: -1;
}div#page-contentdiv.box.document::after{content: "";
 display:block;
 position:absolute;
 left: -0.6rem;
 top:0.6rem;
 width:100%;
 height:100%;
 box-shadow: var(--base-box-shadow);
 z-index: -2;
}div#page-contentdiv.box.document.light,
div#page-contentdiv.box.document.light::before,
div#page-contentdiv.box.document.light::after{color: rgb(var(--dark-accent));
 background-color: rgb(var(--light-accent));
}div#page-contentdiv.box.document.dark,
div#page-contentdiv.box.document.dark::before,
div#page-contentdiv.box.document.dark::after{color: rgb(var(--light-accent));
 background-color: rgb(var(--dark-accent));
}div#page-contentdiv.box.raisa-memo{color: rgb(15, 15, 15);
 background-color: rgba(255, 255, 175, 0.75);
 text-align:center;
 border:solid0.125rem rgb(75, 75, 75);
}div#page-contentdiv.box.raisa-memo::before{display:block;
 content: "NOTICE FROM THE FOUNDATION \A RECORDS AND INFORMATION SECURITY ADMINISTRATION ";
 color: rgb(15, 15, 15);
 white-space: pre-wrap;
 font-family: var(--title-font);
 font-weight:bold;
 font-size: calc(var(--base-font-size) * 1.25);
 text-align:center;
 margin-top:0.8rem;
}div#page-contentdiv.box.domc-memo{position:relative;
 margin:1.6rem 0.8rem;
 background-color:transparent;
 border:solid0.125rem rgb(255, 255, 127);
 color: rgb(255, 255, 127);
 box-shadow:none;
 text-align:center;
}div#page-contentdiv.box.domc-memo::before{display:block;
 content: "NOTICE FROM THE FOUNDATION \A DEPARTMENT OF MISCOMMUNICATIONS ";
 color: rgb(255, 255, 127);
 white-space: pre-wrap;
 font-family: var(--title-font);
 font-weight:bold;
 font-size: calc(var(--base-font-size) * 1.25);
 text-align:center;
 margin-top:0.8rem;
}div#page-contentdiv.box.domc-memo::after{content: "";
 position:absolute;
 left: -0.925rem;
 top: -0.925rem;
 right: -0.925rem;
 bottom: -0.925rem;
 z-index: -1;
 background-color: rgba(230, 35, 35, 0.75);
 box-shadow: var(--base-box-shadow);
}div#page-contentdiv.box.pata-memo{color: rgb(225, 225, 225);
 background-color: rgba(70, 45, 120, 0.75);
 text-align:center;
}div#page-contentdiv.box.pata-memo::before{display:block;
 content: "NOTICE FROM THE FOUNDATION \A DEPARTMENT OF 'PATAPHYSICS ";
 color: rgb(225, 225, 225);
 white-space: pre-wrap;
 font-family: var(--title-font);
 font-weight:bold;
 font-size: calc(var(--base-font-size) * 1.25);
 text-align:center;
 margin-top:0.8rem;
}div#page-contentdiv.box.overwatch-memo{color: rgb(225, 225, 225);
 background-color: rgba(75, 75, 75, 0.75);
 border:double0.1875rem rgb(225, 225, 225);
 text-align:center;
}div#page-contentdiv.box.overwatch-memo::before{display:block;
 content: "OVERWATCH COMMAND";
 color: rgb(225, 225, 225);
 white-space: pre-wrap;
 font-family: var(--title-font);
 font-weight:bold;
 font-size: calc(var(--base-font-size) * 2.25);
 text-align:center;
 margin-top:0.8rem;
}div.outset{box-shadow: var(--base-box-shadow);
}div.inset{box-shadow:inset var(--base-box-shadow);
}
 
/* -------- **YUITabs** -------- */
 
div#page-contentdiv.yui-navset.yui-navset-top{box-shadow: var(--base-box-shadow);
 color: rgb(var(--tab-color));
 background-color: rgb(var(--tab-bg-color));
}div#page-contentdiv.yui-navset.yui-navset-topa:hover,
div#page-contentdiv.yui-navset.yui-navset-topa:focus{text-decoration:none;
}div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav{border:none;
 display: flex;
 flex-wrap: wrap;
}div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li{margin:0;
 padding:0;
 height: var(--tab-item-height);
 border:none;
 flex-grow:1;
 max-width:100%;
}div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li > a{margin:0;
 padding:00.8rem;
 border:none;
 width:100%;
 height:100%;
 max-width:100%;
 text-align:center;
 overflow:hidden;
 font-family: var(--title-font);
 color: rgb(var(--tab-item-color));
 background-image:none;
 background-color: rgba(var(--tab-item-bg-color), 0.87);
 box-sizing: border-box;
 transition: ease var(--base-transition-time);
}div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li > a:focus,
div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li > a:hover{color: rgb(var(--tab-item-hover-color));
 background-color: rgba(var(--tab-item-hover-bg-color), 0.75);
}div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li.selected > a,
div#page-contentdiv.tui-navset.yui-navset-top > ul.yui-nav > li.selected > a:focus,
div#page-contentdiv.yui-navset.yui-navset-top > ul.yui-nav > li.selected > a:hover{color: rgb(var(--tab-item-selected-color));
 background-color: rgb(var(--tab-item-selected-bg-color));
 background-image:none;
}div.yui-navset.yui-navset-top > ul.yui-nav > li > a > em{display:block;
 padding:0;
 margin:0;
 height:100%;
 line-height: var(--tab-item-height);
 border:none;
 white-space:nowrap;
 overflow:hidden;
 text-overflow: ellipsis;
}div.yui-navset.yui-navset-top > div.yui-content{padding:01rem;
 background-color:transparent;
 border:none;
}div.yui-navset.yui-navset-top > div.yui-content > div{padding:1px;
 margin: -1px;
}
 
/* ------- **Buttons** ------- */
 
div.owindow{border-color: rgb(var(--window-bg-color));
 background-color: rgb(var(--window-bg-color));
 box-shadow: var(--base-box-shadow);
}div.owindowdiv.title.modal-header{background-color: rgba(var(--window-title-bg-color), 0.1);
 color: rgb(var(--base-dark-color));
}a.button.btn,
div.owindowa.btn,
div.optionsinput.btn,
div.optionsinput.btn.btn-default,
div.optionsinput.btn.btn-primary,
div.optionsinput.btn.btn-sm,
div.optionsinput.btn.btn-small,
div.optionsa.btn,
div.optionsa.btn.btn-default,
div.optionsa.btn.btn-primary,
div.optionsa.btn.btn-sm,
div.optionsa.btn.btn-small,
div.buttonsinput.btn,
div.buttonsinput.btn.btn-default,
div.buttonsinput.btn.btn-primary,
div.buttonsinput.btn.btn-sm,
div.buttonsinput.btn.btn-small,
div.buttonsa.btn,
div.buttonsa.btn.btn-default,
div.buttonsa.btn.btn-primary,
div.buttonsa.btn.btn-sm,
div.buttonsa.btn.btn-small,
div.button-barinput.btn,
div.button-bara.btn,
div.button-bara,
div.page-options-bottominput.btn,
div.page-options-bottoma.btn{display:inline-block;
 font-weight:bold;
 color: rgb(var(--btn-color));
 border-color:transparent;
 background-color: rgb(var(--btn-bg-color));
 box-shadow: var(--base-box-shadow);
 padding:0.2rem 0.5rem;
 transition: ease var(--base-transition-time);
}a.button.btn:hover,
div.owindowa.btn:hover,
div.optionsinput.btn:hover,
div.optionsa.btn:hover,
div.buttonsinput.btn:hover,
div.buttonsa.btn:hover,
div.button-barinput.btn:hover,
div.button-bara.btn:hover,
div.button-bara:hover,
div.page-options-bottominput.btn:hover,
div.page-options-bottoma.btn:hover,
a.button.btn:focus,
div.owindowa.btn:focus,
div.optionsinput.btn:focus,
div.optionsa.btn:focus,
div.buttonsinput.btn:focus,
div.buttonsa.btn:focus,
div.button-barinput.btn:focus,
div.button-bara.btn:focus,
div.button-bara:focus,
div.page-options-bottominput.btn:focus,
div.page-options-bottoma.btn:focus{display:inline-block;
 text-decoration:none;
 border-color:transparent;
 background-color: rgba(var(--btn-hover-bg-color), 0.5);
 color: rgb(var(--base-bright-color));
}div.page-options-bottom{display: flex;
 flex-wrap: wrap;
 text-align:center;
}div.page-options-bottoma.btn{flex-grow:1;
}div#page-contentdiv#u-credit-view,
div#page-contentdiv#u-credit-otherwise{z-index:30;
}div#page-contentdiv.modalcontainerdiv.modalbox{border-radius:0;
 border-color: rgb(var(--window-bg-color));
 box-shadow: var(--base-box-shadow);
 background: linear-gradient(rgba(var(--window-title-bg-color), 0.1) 51px, transparent51px, transparent), rgb(var(--window-bg-color));
}
 
/* -------------- **EditPageForm** -------------- */
 
form#new-post-form*,
form#edit-post-form*,
form#edit-page-form*{font-family: "Anonymous Pro", monospace;
 font-size: var(--base-font-size);
}input#edit-page-title{max-width:100%;
 width:100%;
}input,
input#np-title,
input#ep-title,
input#edit-page-title,
input#page-tags-input,
input#upload-userfile,
input#upload-dfilename,
input#move-new-page-name,
input.text,
textarea,
textarea#np-text,
textarea#ep-text,
textarea#edit-page-textarea,
table.edit-page-bottomtabletddiv:not(.sub) textarea#edit-page-comments[name="comments"]{color: rgb(var(--base-dark-color));
 border-color:transparent;
 background-color:transparent;
 box-shadow:inset var(--base-box-shadow);
}table.edit-page-bottomtabletddiv.sub{color: rgba(var(--base-dark-color), 0.25);
}table.edit-page-bottomtabletddiv#lock-info{color: rgb(var(--base-dark-color));
 background-color:transparent;
 border-color:transparent;
 box-shadow: var(--base-box-shadow);
}table.page-historytd.optionstda,
div.pagera{display:inline-block;
 padding:00.2rem;
 min-width:1.25rem;
 min-height:1.25rem;
 text-align:center;
 line-height:1.25rem;
 font-size: var(--base-font-size);
 color: rgb(var(--base-dark-color));
 border:none;
 border-radius:0.2rem;
 background-color:transparent;
 box-shadow: var(--base-box-shadow);
 box-sizing: border-box;
 transition: ease var(--base-transition-time);
}div.pagerspan.current{display:inline-block;
 padding:0;
 min-width:1.25rem;
 min-height:1.25rem;
 text-align:center;
 line-height:1.25rem;
 font-size: var(--base-font-size);
 color: rgb(var(--base-bright-color));
 border:none;
 border-radius:0.2rem;
 background-color: rgb(var(--bright-accent));
 box-shadow: var(--base-box-shadow);
 transition: ease var(--base-transition-time);
}div.pagerspan.current:hover{color: rgba(var(--base-bright-color), 0.625);
 background-color: rgba(var(--bright-accent), 0.85);
}table.page-historytd.optionstda:hover,
div.pagera:hover{background-color: rgba(var(--bright-accent), 0.125);
 color: rgb(var(--bright-accent));
}div.wd-editor-toolbar-paneldiv > ul > li > a{background-image: url("https://ah-sandbox.wdfiles.com/local--files/theme:new-aristocrat-dev/icons1.png");
 background-color: rgb(var(--weditor-button-bg-color));
 box-shadow: var(--base-box-shadow);
 border-radius:0.1rem;
}div.wd-editor-toolbar-paneldiv > ul > li > a:hover{background-image: url("https://ah-sandbox.wdfiles.com/local--files/theme:new-aristocrat-dev/icons3.png");
 background-color: rgba(var(--weditor-button-hover-bg-color), 0.1);
 box-shadow: var(--base-box-shadow);
}div.wd-editor-toolbar-paneldiv > ul > li > ul,
div.wd-editor-toolbar-paneldiv > ul > li > ul:hover,
div.wd-editor-toolbar-paneldiv > ul > li > ul.sfhover{background-color: rgb(var(--weditor-button-bg-color));
 border:none !important;
 border-radius:0.1rem;
 box-shadow: var(--base-box-shadow);
}div.wd-editor-toolbar-paneldiv > ul > li > ul > li > a{background-image: url("https://ah-sandbox.wdfiles.com/local--files/theme:new-aristocrat-dev/icons1.png");
 background-color: rgb(var(--weditor-button-bg-color));
 box-shadow:none;
 border-radius:0.1rem;
}div.wd-editor-toolbar-paneldiv > ul > li > ul > li > a:hover{background-image: url("https://ah-sandbox.wdfiles.com/local--files/theme:new-aristocrat-dev/icons3.png");
 background-color: rgba(var(--weditor-button-hover-bg-color), 0.1);
 box-shadow:none;
}
 
/* ------------- **ForumThreads** ------------- */
 
.thread-container.post.short,
.thread-container.post.head{color: rgb(var(--base-dark-color));
 background: rgba(var(--thread-head-bg-color), 0.1);
 border-radius:0;
 border-color:transparent;
 box-shadow: var(--base-box-shadow);
}
 
/* === **END** === */
 
}
:root{
 --header-gradient: linear-gradient(
 135deg,
 transparent0,
 transparent25%,
 rgba(var(--base-dark-color), 0.1) 25%,
 rgba(var(--base-dark-color), 0.1) 50%,
 transparent50%,
 transparent75%,
 rgba(var(--base-dark-color), 0.1) 75%,
 rgba(var(--base-dark-color), 0.1) 100%
 );/*InspiredbySCP-5633*/
 --header-bg-size:2.5rem 2.5rem;
 --header-bg-color:215, 75, 75;
 --topbar-bg-color:225, 225, 225;
 --header-title-color:225, 225, 225;
 --header-icon-invert:1;
 --header-button-bg-color:225, 225, 225;
 --header-button-hover-color:215, 75, 75;
 --bright-accent:215, 75, 75;
 --btn-bg-color:225, 225, 225;
}
:root{
 --header-gradient: linear-gradient(
 135deg,
 transparent,
 transparent25%,
 rgba(var(--base-dark-color), 0.1) 25%,
 rgba(var(--base-dark-color), 0.1) 50%,
 transparent50%,
 transparent75%,
 rgba(var(--base-dark-color), 0.1) 75%,
 rgba(var(--base-dark-color), 0.1)
 );/*InspiredbySCP-5633*/
 --header-bg-size:2.5rem 2.5rem;
 --header-bg-color:105, 25, 25;
 --topbar-bg-color:25, 25, 25;
 --topbar-item-text-color: var(--base-bright-color);
 --header-title-color:225, 225, 225;
 --header-icon-invert:1;
 --header-button-color: var(--base-bright-color);
 --header-button-bg-color:25, 25, 25;
 --header-button-hover-color:215, 75, 75;
 --sidebar-heading-color: var(--base-bright-color);
 --sidebar-heading-bg-color:105, 25, 25;
 --ratebox-text-color:252, 252, 252;
 --ratebox-bg-color:105, 25, 25;
 --ratebox-btn-hover-bg-color:225, 225, 225;
 --bright-accent:105, 25, 25;
 --btn-bg-color:225, 225, 225;
}
:root{
 --header-gradient: linear-gradient(
 135deg,
 transparent,
 transparent25%,
 rgba(var(--base-dark-color), 0.1) 25%,
 rgba(var(--base-dark-color), 0.1) 50%,
 transparent50%,
 transparent75%,
 rgba(var(--base-dark-color), 0.1) 75%,
 rgba(var(--base-dark-color), 0.1)
 );/*InspiredbySCP-5633*/
 --header-bg-size:2.5rem 2.5rem;
 --header-bg-color:75, 75, 75;
 --topbar-bg-color:25, 25, 25;
 --topbar-item-text-color: var(--base-bright-color);
 --header-title-color:225, 225, 225;
 --header-icon-invert:1;
 --header-button-color: var(--base-bright-color);
 --header-button-bg-color:25, 25, 25;
 --header-button-hover-color:75, 75, 75;
 --sidebar-heading-color: var(--base-bright-color);
 --sidebar-heading-bg-color:75, 75, 75;
 --ratebox-text-color:252, 252, 252;
 --ratebox-bg-color:75, 75, 75;
 --ratebox-btn-hover-bg-color:225, 225, 225;
 --bright-accent:75, 75, 75;
 --btn-bg-color:225, 225, 225;
}
:root{
 --base-bright-color:56, 56, 56;
 --base-dark-color:225, 225, 225;
 --base-box-shadow:007px rgb(15, 15, 15);
 --header-icon-invert:1;
 --header-icon-drop-shadow:002px rgba(var(--base-dark-color), 0.25);
}

  • rating: +1

    Credits

    SCP-CN-1318: Volcanic Donuts


    For more works by this author, click here.

    Thank you for reading.


Item #: SCP-CN-1318

Object Class: Safe

Special Containment Procedures (updated 03/30/2005): Containment work for SCP-CN-1318 is currently being carried out by Site-CN-64. As no effective means of suppressing the SCP-CN-1318-A phenomenon are available, containment operations primarily consist of retrieving all SCP-CN-1318-1 instances caused by the anomaly and amnesticizing witnesses.

Currently, all SCP-CN-1318-1 instances that have passed standard and food safety inspection are to be sent to Site-CN-64's logistics department (Office of Agricultural Affairs).


Description: SCP-CN-1318 is the collective designation for the geographical features in which SCP-CN-1318-A can occur, beginning in 1951年05月27日. These features are located in the Ashi-köli volcano range; the anomaly typically manifests in the craters of volcanoes with a relatively intact volcanic cone. These features do not possess any physical anomalies except during an SCP-CN-1318-A event. For an exact list of locations where SCP-CN-1318-A events can occur, see SCP-CN-1318 Geographical Observation Data Summary.

SCP-CN-1318-A is the designation for events consisting of the manifestation of SCP-CN-1318-1 instances. These events occur once every one to six months. An SCP-CN-1318-A event typically consists of the following process:

  • A noticeable vibration of unknown source occurs in the area surrounding the object. This typically lasts for around one minute.
  • Thick smoke is continuously ejected from the interior of the object, consisting primarily of water vapor, carbon dioxide and sulfur dioxide. This process is similar to that of a non-anomalous volcano.
  • While rising, the smoke produced by the object will form into one to five toroidal rings. This process can be affected by external conditions, but in most cases this will not hinder the formation of rings.
  • The smoke produced by the object will eventually form into large toroidal rings with outer radius between 1.3m to 5 m. Subsequently, all rings produced by the object will simultaneously increase in density with no corresponding reduction in volume, forming SCP-CN-1318-1 instances that then fall to the ground.

SCP-CN-1318-1 is the collective designation for the toroidal objects produced by the anomaly. Instances vary in inner and outer radius as well as thickness. SCP-CN-1318-1 instances are covered in a 1 cm thick layer of black diamond; analysis of the interior of each instance reveals that it is primarily composed of carbohydrates, and contains flour, sugar, milk and egg.

Footnotes
. A group of volcanoes located in southwestern Xinjiang. Ashi-köli is the Uyghur-language name for the region, while the Chinese transliteration is 阿什库勒 Ashi-kule.

« SCP-CN-1317 | SCP-CN-1318 | SCP-CN-1319 »

page revision: 2, last edited: 03 Mar 2025 01:42
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.

AltStyle によって変換されたページ (->オリジナル) /