Wow! You flipped a card and got: The EP project!!! You ca reload the page or go to the next.
DATE: 27 Apr 2021 03:40
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/terminus.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/profontwindows.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/vga8.css');
#main-content {
padding: 1rem;
margin-top: 0;
}
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "isolated-terminal";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "Isolated Terminal Theme";
/* set this to your theme's full name */
/* header measurements */
--header-height-on-desktop: 12.4rem;
--header-height-on-mobile: 12rem;
--header-h1-font-size: calc(var(--base-font-size) * 3);
/* Typefaces */
--body-font: 'terminus_ttfmedium', sans-serif;
--header-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--title-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--mono-font: 'profontwindowsregular', monospace;
--base-font-size: 1.11rem;
/* null logo */
--logo-image: none;
/* change title */
--header-title: "SCP FOUNDATION";
/* Header Gradients */
--diagonal-stripes: initial;
/*----*/
--accentColor: 246,196,3;
--darkColor: 40,26,8;
--bright-accent: var(--accentColor);
--dark-accent: var(--accentColor);
--pale-accent: var(--accentColor);
--medium-accent: var(--accentColor);
--black-monochrome: var(--accentColor);
--dark-gray-monochrome: var(--darkColor);
--gray-monochrome: var(--darkColor);
--light-pale-gray-monochrome: var(--darkColor);
--pale-gray-monochrome: var(--accentColor);
--very-light-gray-monochrome: var(--darkColor);
--white-monochrome: var(--darkColor);
--rating-module-button-color: var(--white-monochrome);
--rating-module-button-credit-color: var(--white-monochrome);
--rating-module-text-color: var(--white-monochrome);
--rating-module-button-cancel-color: var(--gray-monochrome);
--swatch-headerh1-color: var(--black-monochrome);
--swatch-menubg-medium-color: var(--bright-accent);
--swatch-menubg-light-color: var(--gray-monochrome);
--swatch-menutxt-light-color: var(--black-monochrome);
--swatch-menubg-medium-dark-color: var(--black-monochrome);
--swatch-primary-darker: var(--bright-accent);
--swatch-primary-darkest: var(--gray-monochrome);
--swatch-text-light: var(--bright-accent);
--swatch-topmenu-bg-color: var(--bright-accent);
--gradient-header: none;
--gradient-background: rgb(var( --gray-monochrome));
/* Desktop Sidebar button */
--toggle-button-bg: rgb(var(--black-monochrome));
--toggle-border-width: 0;
--toggle-icon-color: rgb(var(--swatch-primary-darkest));
--toggle-roundness: 0;
}
/* ------------------------------- */
/* header title adjustments */
#header::before { opacity: 1; } /* change logo opacity */
#header { filter: none; }
#header h1, #header h1 a, #header h1 a::before {
top: 1.46rem;
text-shadow: none;
letter-spacing: 0.1rem;
}
#header h2 { display: none; } /* hide header subtitle */
/* svg logo mask */
#header::before {
background-color: rgb(var(--black-monochrome));
-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
-webkit-mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
-webkit-mask-position: center 0;
mask-position: center 0;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size: calc(var(--base-font-size) * 2.25);
}
#header h1, #header h1 a, #header h1 a::before {
top: 1.91rem;
}
#header::before {
top: 1.25rem;
-webkit-mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
-webkit-mask-position: center 0.8rem;
mask-position: center 0.8rem;
}
}
/* Account Stuff */
#login-status .printuser { color: rgb(var(--pale-gray-monochrome)); }
#account-options { background: var(--gradient-background); }
/* Search Bar */
@media only screen and (min-width: 769px) {
#search-top-box-form input[type="submit"], #search-top-box-input:focus, #search-top-box-input:hover, #search-top-box-form>input {
box-shadow: none;
border: var(--border-styling);
}
#search-top-box-form input[type="submit"]:hover {
color: rgb(var(--swatch-primary-darkest));
border-width: 0;
}
}
/* Desktop Top Bar Config */
@media only screen and (min-width: 769px) {
#top-bar div.top-bar>ul>li>ul>li>a:hover {
color: rgb(var(--gray-monochrome));
}
}
/* Mobile Top Bar Config */
@media only screen and (max-width: 768px) {
:root {
--swatch-menutxt-light-color: var(--white-monochrome);
}
#top-bar div.mobile-top-bar>ul>li>ul>li>a {
color: rgb(var(--swatch-menubg-medium-dark-color));
}
#top-bar div.mobile-top-bar > ul > li:hover > a,
#top-bar div.mobile-top-bar > ul > li.sfhover > a {
color: rgb(var(--black-monochrome));
}
#top-bar div.mobile-top-bar>ul>li>a {
letter-spacing: -0.07rem;
}
#search-top-box:not(:focus-within):before {
background-color: rgb(var(--black-monochrome));
}
}
#side-bar .side-block.media, #side-bar .heading, #side-bar .side-block>.collapsible-block:first-child .collapsible-block-folded {
background-color: rgb(var(--swatch-primary-darker))!important;
}
#side-bar .heading p {
text-shadow: none;
color: rgb(var(--swatch-primary-darkest));
}
/* ----- PAGE ELEMENT ----- */
body {
font-size: calc(var(--base-font-size) * 1.2);
letter-spacing: -0.063rem;
line-height: calc(var(--base-font-size) * 1.57);
text-shadow: 0 0 5px rgba(var(--black-monochrome), 0.13);
/* Ayers Info Bar */
--barColour: rgb(var(--black-monochrome));
--linkColour: rgb(var(--white-monochrome));
}
#page-title {
line-height: calc(var(--base-font-size) * 2);
}
#page-title, h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.07rem;
}
/* teletype */
tt {
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
#edit-page-textarea, .code pre, .code p, .code, .page-source {
font-family: var(--mono-font);
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
/* Rate Module */
.page-rate-widget-box, #page-content .rate-box-with-credit-button {
box-shadow: none;
border: none;
background: rgb(var(--pale-gray-monochrome));
}
#page-content .page-rate-widget-box .rateup a:hover {
background-color: rgba(var(--rating-module-button-plus-color), 0.8);
}
#page-content .page-rate-widget-box .ratedown a:hover {
background-color: rgba(var(--rating-module-button-negative-color), 0.8);
}
#page-content .page-rate-widget-box .cancel a:hover {
background-color: rgba(var(--rating-module-button-cancel-color), 0.8);
}
#page-content .modalbox {
background: rgb(var(--swatch-menubg-light-color)) !important;
box-shadow: none;
border: solid 1px rgb(var(--black-monochrome));
border-radius: 0;
}
#page-content .modalbox hr {
margin: 1em;
margin-left: -0.25em;
margin-right: -0.25em;
}
.close-credits,
.credit-back {
filter: hue-rotate(70deg) brightness(4);
}
/* tab*/
.yui-navset .yui-nav .selected a {
color: rgb(var(--swatch-primary-darkest))!important;
}
/* Blockquote-style */
blockquote, div.blockquote, #toc {
border: var(--border-styling);
background-color: rgba(var(--pale-gray-monochrome), 0.04);
}
/* Code */
div.code {
background-color: #f4f4f4;
text-shadow: none;
}
/* hr */
hr {
background-color: rgb(var(--swatch-menubg-medium-color));
height: 0;
margin-top: 1.5em; margin-bottom: 1.5em;
}
blockquote > hr, div.blockquote > hr {
margin-left: calc(-1em - 0.7px);
margin-right: calc(-1em - 0.7px);
}
/* LINK */
a, a:visited, a:hover, #footer-bar a:not(.image) {
font-weight: bold;
color: rgb(var(--gray-monochrome));
background-color: rgb(var(--black-monochrome));
}
a:hover {
box-shadow: 0 0 0.7em 0.1em rgba(var(--black-monochrome),0.3);
}
#content-wrap a { padding: 0.13em; }
/* patch */
#side-bar .close-menu {
background: transparent;
}
#side-bar .close-menu:hover { box-shadow: none; }
span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
#header a:hover {
box-shadow: initial; /* suppress header links from being affected */
}
form#edit-page-form a, div#action-area a {
color: rgb(var(--swatch-menubg-light-color));
}
a.footnoteref {
display: initial;
margin-left: 0.05em;
}
/* obligatory ACS compatibility */
.danger-diamond a, .danger-diamond a:hover {
background: initial;
text-shadow: none;
box-shadow: none;
}
/* table */
table.wiki-content-table th {
color: rgb(var(--white-monochrome));
}
#page-content .wiki-content-table tr th,
#page-content .wiki-content-table tr td {
border: solid 1px rgb(var(--black-monochrome));
}
/* Image Block */
.scp-image-block {
box-sizing: border-box;
box-shadow: none;
border-color: rgba(var(--black-monochrome), 0);
border-width: 0;
}
.scp-image-block .scp-image-caption {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgba(var(--swatch-menubg-light-color),0);
padding: 0.125rem;
margin-top: 6px;
}
/* Pop-Up Windows */
.owindow {
border-color: rgb(var(--black-monochrome));
}
/* CUSTOM BLOCKS */
.expoblock {
box-sizing: border-box;
border: solid 0.7rem rgb(var(--black-monochrome));
padding: 1rem;
}
.expoblock hr {
height: 0.6rem;
margin: 1.5em 0;
}
span.hilighter {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--gray-monochrome));
font-weight: bold;
padding: 0.2em;
font-size: 108%;
line-height: 1.2;
}
/* OTHER */
/*licencebox link override */
.licensebox .collapsible-block-link {
color: rgb(var(--gray-monochrome));
}
form#edit-page-form .wd-editor-toolbar-panel a { padding: 0; }
#lock-info {
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
div#ohandle-1.title {
color: rgb(var(--swatch-primary-darkest));
background-color: rgb(var(--swatch-menubg-medium-dark-color));
}
div.page-source {
border-color: rgb(var(--swatch-text-light));
}
/* Tags */
#main-content .page-tags a {
padding: 0.2em;
padding-top: 0; padding-bottom: 0;
margin: .25rem .2rem; .5rem .2rem;
}
.page-tags span {
border-top: 1px solid rgb(var(--swatch-text-light));
}
/* Article Bottom Buttons */
div#page-options-bottom > a,
div#page-options-bottom-2 > a,
div#page-options-bottom > a:hover,
div#page-options-bottom-2 > a:hover {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
border-radius: 0;
}
/* other buttons */
div#revision-list a { background-color: rgb(var(--swatch-text-light)); }
table.page-history td.optionstd a,
.buttons .btn,
.owindow .button-bar a {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
.buttons .btn:hover, .owindow .button-bar a:hover {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgb(var(--swatch-menubg-light-color));
}
#license-area {
color: rgb(var(--swatch-text-light));
}
#action-area span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
/* SCANLINE */
div#extrac-div-1 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0));
background-size: auto 8px;
opacity: 0.7;
}
div#extrac-div-2 {
position: fixed;
width: 100vw;
height : 1rem;
top: 0;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%);
opacity : .1;
animation: scanm 6s linear infinite;
}
@keyframes scanm {
0% { top: -1rem; opacity : .05;}
25% { top: 50%; opacity: .03;}
37.5% { top: 75%; opacity: 0.06;}
50% { top: 100%; opacity: .03;}
100% { top: 100%;}
}
div#extrac-div-3 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background-image: radial-gradient(circle, rgb(230,210,200) 0%, rgb(177,158,152) 60%, rgb(55,28,30) 100%);
opacity: 0.25;
mix-blend-mode: color-dodge;
background-repeat: no-repeat;
background-size: cover;
}
/* fixes a chrome bug */
html { background: rgb(var(--dark-gray-monochrome)); }
WARNING: THE FOLLOWING FILE IS CLASSIFIED FOR EP DOSSIER ONLY
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT EP AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.
THE EP INITIATIVE
------
Welcome, User
------
EP INITIATIVE Proposed by:
Doctor Tom Harrison [level 04 access]
Agent Clark Smith [level 04 access]
EP INITIATIVE granted by:
05 Council vote
WELCOME TO THE EP DIVISION
You are expendable. You are valuable. You are replaceable.
These are the traits of an EP. These three statements are not to tear down your spirit, they are to enlighten the truth about your job. We do not want you in the dark, that would defeat the purpose of why we recruited you. We want you to be fully aware of the risks you will partake, and we want you to do it willingly.
You have no memory because we erased it. Do not doubt our intentions, because they are pure. We took away your memories because you dealt with too much already, you have experienced the worst of the world. But it is your experience that is made you EP.
We erased your memory but your skill is unchanged, you still have the mindset to assess a struggle and you still have the knowledge and loyalty.
You are an EP.
— Clark Harrison, EP Initiative Founder.
Description: The EP initiative is dedicated to properly containing or to maintain containment of highly dangerous anomalous objects and organisms. The EP initiative was to ensure that the usage of important resources and Foundation employees where to be limited, as each selected member has been removed of previous rank and status amongst the Foundation. This selection is recognised by the 05 Council and the founders of the EP initiative.
The EP initiative is abbreviated for 'Expendable Personnel', and as of such, each selected persons should also be removed of their name and given amnestic drugs to have no outside world connection. EP dossier is also made of detained personnel who participated in hostile actions against the Foundation. EP dossier is also selected by D-Class/civilian prisoners who have in the past trained in the military, however the selection may vary depending on the severity of their crime (e.g. genocide, cultist crimes, sex trafficking, WMD marketing, etc.) The total amount of EPs to be selected should only maximise to 900 total personnel. If this extent of dossier is reached then no further selection is to be conducted. See Incident-3A-E.
No personnel are to participate in any field missions involving their previous life.
The EP initiative was originally focused on the investigation of SCP-XXXX, however Doctor Clark Smith has made the exception for any anomalous objects or organisms that have proven to require the usage of the EP initiative to be allowed.
THE EP RECRUIT INFORMATION GUIDE
The EP job is the most dangerous job. The threats faced by all EP will range depending on the case studied. Every EP is organised into a squad of equal experience and ranking. Each squad will conduct the same case together and will always notify each other whenever a new lead if discovered or when a field mission is to be conducted. Each squad will act on their own accord and be trusted to conduct investigations without the guidance of superiors staff would normally have. Although each member will log their investigations in their personal investigation file as well as a global range tracking device implanted into the vertebrae.
These are the basic rules that are put into place to ensure we have selected the correct individuals for the job. These rules are put into place as a test of loyalty as much as they are regulations.
1. Each EP are to log their activities, missions, breaks, and sleep. All noticeable actions are to be written in a personal diary within the dorm terminal or any EP designated computer. Failure to comply will result in a disciplinary action and transfer to another squadron.
2. EP are permitted to access level 4 files outside their own designated cases. EP history is to be archived under 05 protected file archives.
3. EP squadrons are permitted to take breaks outside Foundation bases, these breaks must be taken as the squad and not a singular individual. Movement in large population areas are not to be conducted, Foundation Web crawlers are to monitor all civilian security footage at this time, and to terminate any footage recording EP.
4. EP are not to partake in any sexual, mutual, or romantic relationships with anyone. Regardless if they are staff, civilian, or other EP. Sexual activity is not permitted.
5. When EP squadrons are designated a case, they are to follow through with the investigation until closed. Attention averting from case by any EP will be questioned.
6. EP are to avoid contact with civilians, if not possible for whatever reasons, they are to reduce contact as quick as possible.
7. EP archives are not to be shared amongst other Foundation staff members who do not have any classification or reconciliation with the EP initiative.
8. EP are not to undergo investigations about their past life. Personnel who have been discovered doing this will undergo immediate disciplinary act and class-C amnestic treatment.
9. Abandonment of a mission or investigation is highly disregarded and will result in the termination of any EP who is involved.
10. EP are not to participate in any missions or investigations involving their past life. If investigation shows to involve the past life unexpectedly, they are to be withdrawn from the operation as soon as possible. If the individual shows signs of:
- Stress
- Discomfort
- Skeptical behaviour
- Reduction of work ethic/efficiency
They are to undergo psychological analysis. If subject continues to show signs then they are to be given class-D amnestic treatment and to be recruited as an EP once more. However this can only be initiated once.
As an EP, you will not only undergo the investigation of highly dangerous anomalous objects, you will be designated to investigate other groups involved in the anomalous. You will most likely monitor hostile groups, but at times you might monitor more passive groups.
The following are the groups currently under investigation:
- The Chaos Insurgency
- Serpent's Hand
- Church of the Broken God
- The Chicago Spirit
- Church of the Second Hytoth
- The Factory
- The Horizon Initiative
The following are persons currently being investigated/monitored for further activity:
- Dr. Wondertainment
- Nobody
- The Black Queen
The following are passive/mutual groups which have shown suspicious behaviour recently and are being monitored for any further traces of potential hostility:
- Are we cool yet?
- Global Occult Coalition
- Herman Fuller's Circus of the Disquieting
The following is the non-official classification system amongst the EP dossier:
| EP |
This is the most common title given to EP dossier, these personnel are granted access to majority of the EP classified archives. EP dossier will be given a particular SCP case to investigate from either EP initiative founder or 05 council decision |
| MTFEP |
MTFEP specialise in-field cases and tactical operations. MTFEP dossier will only be chosen if they have experienced high threat anomalous activity in the past. MTFEP is abbreviated from 'Mobile Task Force-Expendable Personnel' |
| DEEP |
DEEP is classified as the most dangerous classification to have amongst the EP initiative. DEEP operatives specialise when MTFEP forces have proven unsuccessful. DEEP have been genetically modified with enhanced senses as well as bone marrow alterations. See DEEP project for further information. DEEP is abbreviated to 'Demonic Entity-Expendable Personnel' This has been selected from first DEEP division. |
| CSEP |
CSEP manage technological anomalies that have proven to show extreme threats. These may include computer based problems (viruses or hackers) However at times, the CSEP divisions will investigate automations with abnormal capabilities present. CSEP is abbreviated from 'Cyber Security-Expendable Personnel |
| ASEP |
ASEP are only given to EP dossier if they are the survivors of an extreme phenomenon resulting in any disorders inflicted upon the person(s) These persons who have experience this will undergo Procedure 889-ASEP. See Procedure 889-ASEP logs for more details. ASEP is abbreviated from 'Anomalous Soldiers-Expendable Personnel' The ASEP division has been discontinued due to Incident-3A-k. |
Fire Breathing Man
Exploration Video Log Transcript
Date: ██/██/██
Exploration Team: MTFEP - DIVISION-404
Subject: Fire Breathing Man(Neutralised)
Team Lead: MTFEP-109
Team Members: MTFEP-156, MTFEP-395, MTFEP-297
[BEGIN LOG]
Person A: Dialogue
Person B: Dialogue
STUFF HAPPENS
Person A: Dialogue
[END LOG]
SCP-XXXX Incident site
Personnel: MTFEP-109, MTFEP-115, MTFEP-067, MTFEP-156, MTFEP-069.
Foreword: All MTFEP are to investigate and state whether SCP-XXXX is escaping from the Incident-1A site. All MTFEP have been ordered to self-terminate upon completion of mission. Mission is recon unless SCP-XXXX engages. A self-termination chip has been inserted if compliance has failed.
<Begin log>
MTFEP-109: Mic check? Weapons check?
MTFEP-115: Clear.
MTFEP-067: Clear.
MTFEP-156: Clear.
MTFEP-069: Clear.
Command: Hearing you loud and clear MTFEP unit.
MTFEP- : Let’s rock and roll.
The unit approach the site; they all take the main entrance. MTFEP-069 places a BARRICADE at the entrance. The BARRICADE goes off and the entrance is cleared. the MTFEP enter the building and advance towards the elevator.
MTFEP-156: It's open, hustle up.
MTFEP-067: Nine tailed fox opened it dumbass.
MTFEP-156: Oh (Pauses) Shut up.
MTFEP-069: You two act like children.
MTFEP-156: I didn't ask for your opinion, 69.
MTFEP-109: Cut it out.
MTFEP-156: With all due respect we are going to die either way, so does it matter whether we act like kids or not?
MTFEP-109: You should know acting like a kid doesn't work out. That fire breathing dude 3 years ago found us because of that.
Command: MTFEP-156, please refrain from child-like behaviour.
The unit uses the rope left by the Nine Tailed Fox mission to lower themselves.
MTFEP-067: Down we go.
The unit reaches Sub-level 1, where the explosion destroyed the entire structure of the level.
MTFEP-069: How are we supposed to go down that far? Where the SCP would be is still at least 1500 metres down.
MTFEP-069: What the hell? Is this floating water?
MTFEP-156: You just noticed that?
A high pitched sound emits from the bottom of the shaft.
MTFEP-109: What the-
Contact with the MTFEP unit was lost.
Command: MTFEP-109 do you copy?
Static.
Command: Are you in contact with SCP-XXXX? Do you copy?
Static.
Command: What's going on out there? Do you copy?
Static.
Command: Activate the self-termination chips. Do it now.
Connection to self-termination chips failed.
Command: Shit. I want coms active on this channel until I get something.
Closing Statement: The channel has been observed for 9 months until called off. The MTFEP unit have been classified as MIA until further notice.
Exploration Video Log Transcript
Date: ██/██/██
Exploration Team: DEEP - Division 058
Subject: ██████ ████ ████ (Suspected Nobody Location)
Team Lead: DEEP-023
Team Members: DEEP-785, DEEP-357, DEEP-380, DEEP-102
[BEGIN LOG]
DEEP operative arrive via civilian white van. All DEEP operatives are wearing civilian attire and possessing a DRAG-010
DEEP-023: Go in, get him, get out. Clear? Good, let's roll.
DEEP-785: I didn't even answer.
The unit exits the van by rear doors. Nobody's suspected location inside the █████ complex.
DEEP-357: We are a bunch of cool ass dudes who just got out of the pub.
DEEP-785: What?
DEEP-357: I'm acting casual, we're just a bunch of dudes who got from the pub.
DEEP-023: We aren't drunk.
DEEP-357: Hell I don't know, act drunk.
DEEP-380: We can't drink alcohol, I don't know how to act drunk.
DEEP-357: Do your best.
DEEP-380: (proceeds to flail arms and purposely stumble)
DEEP-102: He's trying I guess.
The unit arrives to the entrance. DEEP-357 approaches door.
DEEP-357: (violently pounds the door) Let us in, we have booze.
DEEP-102: The most dangerous EP job and this is what we do for a living?
DEEP-357: Was my acting too forced?
DEEP-023: Move away from the door.
DEEP-023 approaches door and tries the doorknob. Which has proven to be unlocked.
DEEP-357: (flustered) I knew that, I was trying to test the dude inside.
DEEP-102: You're an idiot.
The unit enters the complex splitting up, multiple aisles supplied with ██████ and █████████. The unit surveys the buildings interior.
DEEP-023: Stay frosty, Nobody can still be here.
DEEP-380: I didn't actually read all of Nobody's file, we know who he is right?
DEEP-023: He's called Nobody for a reason 380, we don't know anything about him.
DEEP-380: So he could be anomalous?
DEEP-023: Yeah.
DEEP-102 locates the buildings CEO office. Where a black three-piece suit exterior is situated.
DEEP-102: I have eyes on potential clothing of Nobody.
Contact with DEEP-102 has been lost.
DEEP-023: 102? Are you there? Hello?
DEEP-380: Well shit.
DEEP-357: It appears we have a ninja among us.
DEEP-023: Make an among us reference again and I will strangle you.
DEEP-380: What's an among us reference?
DEEP-023: Something we saw on a break.
Contact with DEEP-785 lost.
DEEP-023: 785? Fuck. Regroup to building entrance.
DEEP unit retreats to building entrance.
DEEP-357: So we don't split up next time?
DEEP-023: Can you shut up?
DEEP-357: I don't think my past life could so I don't think I could either.
DEEP-380: You hear that? Shut up.
Footsteps echo the building, appearing to be from a steel platform.
DEEP-380: Is that him?
An unknown individual calls out (Audio could not comprehend)
DEEP-023: What di he say?
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
DEEP-:
STUFF HAPPENS
Person A: Dialogue
[END LOG]
BY ORDER OF THE OVERSEER COUNCIL
The following file is EP classified. Unauthorized access is forbidden.
PROTOTYPE ENTRY 1
DATE: ██/██/██
NOTE: Probably not going to succeed to be honest. This is a delicate procedure.
[BEGIN LOG]
09:00: MTFEP-660 stumbles numerously, adjusting to her current body.
12:00: MTFEP-660 is in extreme pain. It has been concluded the cybernetic bone structure was rapidly consuming the tissue. Deactivation of automated bones was unsuccessful.
14:30: MTFEP-660 eventually died due to loss of body mass and shock.
[END LOG]
PROTOTYPE ENTRY 5
DATE: ██/██/██
NOTE: The automated bones has proven to be unsuccessful, so we only altered the exterior of the bone without altering the bone marrow. We also enhanced the senses.
[BEGIN LOG]
12:00: MTFEP-283 adjusts to modifications, no current signs of pain are present.
12:55: MTFEP-283 claims to hear everything, and smell everything. MTFEP-283 also insists that he should wear earplugs to block out the noise, even when no sound was apparent.
13:40: MTFEP-283 was located beneath his dormitory's bed. Ears, eyes, and nose where mutilated from MTFEP-283s own hands
[END LOG]
PROTOTYPE ENTRY 13
DATE: ██/██/██
NOTE: This time we mastered the amount of enhancing we need to do, and we also decided to include an extra organ, similar to that of an Electrophorus electricus to produce electrical currents for enhanced combat.
[BEGIN LOG]
03:00: MTFEP-002 adjusts to modification, and claims to feel a tumor. This has been confirmed to be the addition to the 3 abdominal organs.
05:00: Due to the amount of metal surfaces within MTFEP-002s dormitory, MTFEP-002 has electrocuted 6 staff members who have touched any metal surface connected to the same structure.
10:30: MTFEP-002 has electrocuted himself while drinking water, the electric current has passed into the water through to MTFEP-002 internal region where electric immunity was not considered amongst personnel who where involved in this experiment.
[END LOG]
PROTOTYPE ENTRY 21
DATE: ██/██/██
NOTE: We have killed a lot of EPs in the last 6 months. We have decided not to get too cocky and just stick with the basics.
[BEGIN LOG]
06:30: MTFEP-828 adjusts quickly to modifications.
09:00: No incidents have been present.
23:00: MTFEP-828 has shown to be capable of average sleep.
08:00: MTFEP-828 shows no signs of pain from any previous incidents.
[END LOG]
PROTOTYPE ENTRY 26
DATE: ██/██/██
NOTE: We decided to increase the capabilities the ASEP units had. The last few prototypes where successful. Usage of blueprints of anomalous technology obtained from the Church of the Broken God has been granted to be built and used. This technology consists of enhanced strength, situation processing is increased as well as senses, and accelerated cellular regeneration.
[BEGIN LOG]
07:00: MTFEP-567 like all previous prototypes take some time adjusting to the intense modifications applied.
09:45: MTFEP-567 displays expected abnormal demonstrations in combat testing. However the control over the strength exerted was unexpected during the death of MTFEP Trainer Cole Hawkins.
13:14: MTFEP-567 has shown outstanding performances in adaptation to variable environments and situation factors. Blueprints have also revealed to increase the learning perception.
23:59: The ASEP project was deemed a success
[END LOG]
Dear Agent Clark Smith
We are thrilled to hear that Procedure 889-ASEP is a success. We will support this procedure for future events.
We will provide resources for the production of further ASEP members to be manufactured.
-05 Council
ASEP Addendum 1: The ASEP program has initiated. Traumatised agents and EP dossier began their field training. See ASEP OPERATION LOGS.
Exploration Video Log Transcript
Date: OPTIONAL
Exploration Team: TEAM NAME - OPTIONAL
Subject: AREA/ANOMALY - OPTIONAL
Team Lead: OPTIONAL
Team Members: OPTIONAL
[BEGIN LOG]
Person A: Dialogue
Person B: Dialogue
STUFF HAPPENS
Person A: Dialogue
[END LOG]
Incident 3A-k
Casualties: 4 DEEP (KIA), 9 MTFEP (KIA), 3 civilians (KIA. 18 civilians currently hospitalised by Foundation staff, awaiting amnestic treatment)
Time/Date of Incident: 13:24 12/09/██ (Australian Time zone)
Location: ██████ (Church of the Broken God gathering)
Description: 4 ASEP soldiers where sent to retrieve intel and terminate hostilities at a site where it is believed a gathering of The Church of the Broken God is commenced. 4 DEEP soldiers also accompanied the ASEP platoon.
It is unknown the details as to what happened within the complex of the gathering. All DEEP soldiers where found KIA at the site from bullet wounds. Tracing goes back to the same calibre the ASEP platoon used.
ASEP operatives missing since 12/09/██ 13:32.
ASEP operative ASEP-107 has been located dead by Foundation Web Crawlers after @Hans0l1ttle[deleted account] posted on Instagram mentioning the description of an ASEP operative. DEEP operatives where deployed to the site post described.
ASEP-107 located within the █████ ███ with multiple automated appendages attached to joints in the limbs. These appendages are all made of irregular patterns that appear to have no function. ASEP-107 is taken into Foundation forensics for examination.
The remainder of the ASEP division was located at a mass murder event in ███████ where the ASEP appear to be brainwashed by Church of the Broken God members, who have also engineered multiple appendages and additional modifications to the total body mechanics. Each ASEP operative have engaged with civilians with the intention of wounding. MTFEP and DEEP operatives where sent to the site immediately.
Incident successfully controlled, all ASEP operatives who had undergone extreme bodily modification have been terminated. A group of cultist's where arrested and detained by DEEP operatives.
Wow! You flipped a card and got: Maggie!!! You ca reload the page or go to the next.
DATE: 27 Apr 2021 02:23
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: SCP-XXXX is the cadaver of an 11-year-old wheaten terrier, formerly known as "Maggie". The earliest of SCP-XXXX's anomalous effects are dated to its active decay.
Discovery: SCP-XXXX was recovered on 7/7/2011 in the backyard of Alex Weaver.
Addendum: [Optional additional paragraphs]
I buried Maggie in the backyard. God. She died late last night in her sleep. I remember her breathing under my bed. It was all ragged and
No I can't. I can't do this.
Addendum: [Optional additional paragraphs]
Someone dug her up. The sick bastards dug her up.
Her teeth have already fallen out and into her throat.
I stomped on as many maggots as I could. I need new shoes.
Addendum: [Optional additional paragraphs]
I can't believe this
Last night I watched out the window and I saw
I saw the earth spew her right back out
What is going on
What is happening to my damn dog
Addendum:
you're a good girl maggie
oh girl
maggie
i love you so much
Wow! You flipped a card and got: scp 5864!!! You ca reload the page or go to the next.
DATE: 27 Apr 2021 02:16
item: scp 5864
object class: Euclid
speaicl containment procedures: scp 5864 is surrounded by a fake construction site
Wow! You flipped a card and got: SparkMark!!! You ca reload the page or go to the next.
DATE: 27 Apr 2021 01:30
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures:
SCP-XXXX is to be kept in a standard containment locker located in Site-28.
Description:
SCP-XXXX is a Pentax K1000 film camera. It is currently fitted with a
Addendum:
[[footnoteblock]]
Wow! You flipped a card and got: Rhineriver's Totally Radical Sandbox Page!!! You ca reload the page or go to the next.
DATE: 27 Apr 2021 00:18
:root {
/* New Vars */
--swatch-menubg-extra-dark-color: 30, 30, 32;
/* Old Vars */
--black-monochrome: 20, 22, 24;
--light-pale-gray-monochrome: 250, 250, 250;
/* Primary Theme Colors */
--swatch-background: var(--swatch-menubg-black-color);
/* Background and Header Colors */
--background-gradient-color: 10, 10, 10;
--header-gradient-color-bottom: var(--medium-accent);
--header-gradient-color-middle: var(--swatch-menubg-black-color);
--header-gradient-color-top: var(--swatch-menubg-black-color);
/* Primary Text Colors */
--swatch-text-light: var(--light-pale-gray-monochrome);
--swatch-text-general: var(--swatch-text-light);
/* Primary Menu Colors */
--swatch-menubg-color: var(--swatch-menubg-black-color);
/* Colors for Secondary &amp;amp;amp;amp; Tertiary items like Blockquote and YUI Tabs */
--swatch-secondary-color: var(--swatch-menubg-dark-color);
--swatch-tertiary-color: var(--swatch-menubg-medium-dark-color);
/* Primary Header Colors */
--swatch-topmenu-border-color: var(--swatch-menubg-black-color);
--swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color);
--rating-module-text-color: var(--swatch-text-general);
--rating-module-button-color: var(--swatch-text-general);
--rating-module-button-cancel-color: 100, 100, 100;
--gradient-header: linear-gradient(
to bottom,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 90%,
rgb(var(--header-gradient-color-top)) 100%
);
--diagonal-stripes: repeating-linear-gradient(
45deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0) 0.25vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh
);
}
::selection {
background: rgb(var(--swatch-primary-darkest));
}
#search-top-box-input {
background-color: rgb(var(--swatch-menubg-extra-dark-color));
}
#account-options {
background: var(--gradient-header);
}
#login-status {
color: rgba(var(--swatch-menutxt-light-color),0.5);
}
#login-status ul a {
color: rgb(var(--swatch-menutxt-light-color));
}
span.printuser {
color: rgb(var(--swatch-menutxt-light-color));
}
#login-status a#my-account {
padding: 0.15em;
margin: -0.15em;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1);
-moz-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1);
box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1);
-webkit-transition:
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
#login-status a#my-account:hover,
#login-status a#my-account:active {
padding: 0.3em 0.25em 0.2em 0.25em;
margin: -0.25em;
-webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1);
-moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1);
box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1);
text-decoration: none;
color: rgb(var(--white-monochrome))
}
.page-rate-widget-box {
background: -webkit-gradient(linear,
left top, left bottom,
from(rgba(var(--header-gradient-color-bottom),0.5)),
color-stop(90%, rgba(var(--header-gradient-color-middle),0.15)),
to(rgba(var(--header-gradient-color-top),0.15)));
background: -webkit-linear-gradient(top,
rgba(var(--header-gradient-color-bottom),0.5) 0%,
rgba(var(--header-gradient-color-middle),0.15) 90%,
rgba(var(--header-gradient-color-top),0.15) 100%);
background: -moz-linear-gradient(top,
rgba(var(--header-gradient-color-bottom),0.5) 0%,
rgba(var(--header-gradient-color-middle),0.15) 90%,
rgba(var(--header-gradient-color-top),0.15) 100%);
background: -o-linear-gradient(top,
rgba(var(--header-gradient-color-bottom),0.5) 0%,
rgba(var(--header-gradient-color-middle),0.15) 90%,
rgba(var(--header-gradient-color-top),0.15) 100%);
background: linear-gradient(to bottom,
rgba(var(--header-gradient-color-bottom),0.5) 0%,
rgba(var(--header-gradient-color-middle),0.15) 90%,
rgba(var(--header-gradient-color-top),0.15) 100%);
border: 0.0625rem solid rgba(var(--swatch-menubg-medium-color), 0.25);
}
#top-bar div.top-bar > ul > li:hover {
background: rgb(var(--swatch-menubg-black-color));
}
#top-bar div.mobile-top-bar > ul > li.sfhover > ul,
#top-bar div.mobile-top-bar > ul > li:hover > ul,
#top-bar div.top-bar > ul > li.sfhover > ul,
#top-bar div.top-bar > ul > li:hover > ul {
background: rgba(var(--swatch-menubg-black-color),0.85);
}
#top-bar div.mobile-top-bar > ul > li > ul > li > a,
#top-bar div.top-bar > ul > li > ul > li > a {
-webkit-box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15);
-moz-box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15);
box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15);
}
blockquote,
.blockquote,
.code {
--swatch-border-color: var(--swatch-menubg-light-color);
border-color: rgba(var(--swatch-border-color),0.25);
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
--box-shadow: rgb(var(--swatch-primary-darkest));
border-color: rgb(var(--swatch-primary-darkest));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
--box-shadow: rgb(var(--swatch-primary-darkest));
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--swatch-menubg-extra-dark-color));
color: rgb(var(--swatch-text-general));
}
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
background-color: rgb(var(--swatch-primary-darkest));
}
table.wiki-content-table th {
background: rgb(var(--swatch-secondary-color));
}
table.wiki-content-table th,
table.wiki-content-table tr {
border: 0.0625rem solid rgba(var(--swatch-menubg-medium-color), 0.25) !important;
}
table.wiki-content-table td {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color), 0.25) !important;
}
textarea,
input.text,
input.checkbox,
div.note,
#lock-info {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25);
background-color: rgb(var(--swatch-menubg-extra-dark-color));
color: rgb(var(--swatch-text-light));
}
.code pre span[class*="hl-"] {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.owindow .modal-body img {
background-color: transparent !important;
}
.hovertip {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25);
background-color: rgb(var(--swatch-menubg-extra-dark-color)) !important;
color: rgb(var(--swatch-text-light)) !important;
}
#footer {
color: rgb(var(--swatch-text-general));
}
.scpnet-interwiki-wrapper {
-webkit-filter: initial;
filter: initial;
margin-top: 1em;
}
.scpnet-interwiki-frame {
-webkit-filter: invert(0.92) grayscale(1) contrast(1);
filter: invert(0.92) grayscale(1) contrast(1);
}
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
:root {
--timeScale: 1;
--timeDelay: 0s;
}
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
position: absolute;
content: " ";
width: 100%;
height: 0.5rem;
background-color: rgb(var(--black-monochrome, 12, 12, 12));
transform: translateY(-0.74rem);
}
/* DIVIDER */
.anom-bar > .bottom-box::before {
animation-name: divider;
animation-duration: calc(0.74s * var(--timeScale));
animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
}
/* CLASSIFIED LEVEL BARS */
div.top-center-box > * {
animation-name: bar;
animation-duration: calc(0.45s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
/* TOP TEXT */
div.top-left-box, div.top-right-box {
clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
div.top-left-box > *, div.top-right-box > * {
position: relative;
animation-name: bottomup;
animation-duration: calc(0.65s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
animation-name: expand2;
animation-duration: calc(0.5s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
div.main-class::before, div.main-class::after {
animation-name: iconslide;
animation-duration: calc(0.45s * var(--timeScale));
animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
/* BOTTOM TEXT */
div.main-class > *, div.disrupt-class > *, div.risk-class > * {
animation-name: flowIn;
animation-duration: calc(0.42s * var(--timeScale));
animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* DIAMOND */
div.arrows {
animation-name: arrowspin;
animation-duration: calc(0.7s * var(--timeScale));
animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.quadrants > * {
animation-name: fade;
animation-duration: calc(0.3s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
animation-name: nodegrow;
animation-duration: calc(0.4s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.diamond-part {
clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
animation-name: diamondBorder;
animation-duration: calc(0.8s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
will-change: box-shadow;
}
/* MOBILE QUERY */
@media (max-width: 480px ) {
.anom-bar > .bottom-box::before {
display:none;
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
}
div.top-center-box > * {
animation-name: bar-mobile;
animation-duration: calc(0.9s * var(--timeScale));
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@keyframes divider {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar-mobile {
from { max-height: 0%; }
to { max-height: 100%; }
}
@keyframes bottomup {
from { top: 100px; }
to { top: 0; }
}
@keyframes expand1 {
from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
from { opacity: 0; transform: translateX(-5rem);}
to { opacity: 1; transform: translateX(0);}
}
@keyframes expand2 {
from { opacity: 0; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
from { opacity: 0;}
to { opacity: 1;}
}
@keyframes flowIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes arrowspin {
from { clip-path: circle(0%); transform: rotate(135deg); }
to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
from { transform: scale(0);}
to { transform: scale(1);}
}
@keyframes diamondBorder {
from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
A view of SCP-XXXX from the upstairs bedroom of Researcher Merrick's residence.
Special Containment Procedures: As SCP-XXXX is thus far unknown to residents, evacuation of Culwick Avenue has been deemed unnecessary. MTF Upsilon-13 has been placed in charge of determining PoI-XXXX-01's whereabouts. SCP-XXXX-1 is to remain in a medium-value containment locker at Site-166.
Description: SCP-XXXX is a phenomenon periodically affecting Culwick Avenue, located in the town of Culwick, Florida, United States.
SCP-XXXX manifests as a thunderstorm, completely covering the sky above the street. SCP-XXXX has no clear pattern of manifestation, save for the fact that SCP-XXXX has, to-date, never occurred on a day where Culwick Elementary School is in session. SCP-XXXX is entirely localized to Culwick Avenue, with the boundaries of the storm terminating where Culwick Avenue merges with Over The Rainbow Boulevard to the west and Palm Street to the east. SCP-XXXX manifestations dissipate upon the beginning of the next calendar day.
The sound of SCP-XXXX's rainfall produces a cognitohazardous effect, resulting in feelings of disappointment and ennui in those who hear it. This effect is limited to individuals located within a residence on the street; individuals located outside will not experience any unusual effects. These effects subside after an average of 20 minutes, being replaced with feelings of ambition and sociability. This typically results in subjects seeking out other individuals to spend time with for the duration of the storm, often participating in projects and playing indoor games.
The first SCP-XXXX manifestation took place on October 8, 1995. SCP-XXXX was reported as a potential anomaly shortly after by Foundation researcher Styx Merrick, a resident of Culwick Avenue, after xe noted several similar thunderstorms not corresponding to expected weather patterns in a short amount of time. Investigation followed, and containment procedures were drafted.
Addendum XXXX.1: Interview Logs
Interviewer: Researcher Merrick
Interviewee: David Reese
Foreword: The following interview was conducted on 11/30/1995. Reese has been a resident of Culwick Avenue for 18 years. The interview was conducted to get a resident's perspective on SCP-XXXX.
Merrick: Thank you for sitting down to talk with me today.
Reese: Ah, don't worry about it, Stick. It's always good to talk to you.
Merrick: I just wanted to ask you a few questions regarding the weather on Culwick Avenue.
Reese: Ah, yes, the weather in Culwick is wonderful. I moved here from Miami quite a while ago. Lovely city, but I hate the hurricanes.
Merrick: Yes, I am aware. Have you ever noticed how frequent the storms are here?
Reese: Ah, well, you know what they say, 'never trust a sunny day in Florida.'
[Reese proceeds to laugh at his statement for several seconds.]
Merrick: Indeed. Have you ever noticed anything odd regarding the storms?
Reese: I can't say I have. My kids do always want to hang out with me on rainy days. I guess being stuck inside really does that to you, huh?
Merrick: I suppose it does.
Reese: I think the weather here is perfect. I just love hearing all the stories.
Merrick: Would you care to elaborate on what you mean by that?
Reese: I know you're doing this interview for your documentary, Stick, but you don't have to act all formal with me.
Merrick: I apologize.
Reese: But yes, the stories. Maddy's always telling me about all the fun things she and her daughter get up to during the storms.
Merrick: Interesting. Could you name a few examples of activities they do?
Reese: You know, arts and crafts, video games, board games. Normal indoor activities.
Merrick: Not surprising.
Reese: Stick, you seem to be the only one I never hear about. Are you okay? I know you don't live with anyone, you must be so lonely, cooped up in there all the time.
Merrick: I assure you, Dave, I'm perfectly fine. There's no need to worry about me.
Reese: Alright, well if you ever need anyone to hang out with, my door is always open.
Merrick: I'll keep that in mind.
Reese: Oh, that reminds me. Me and John are having a barbecue on Sunday, if you'd like to come.
[Six seconds of silence pass.]
Merrick: Sure. I'd love to.
Interviewer: Researcher Merrick
Interviewee: David Reese
Foreword: The following interview was conducted on 12/02/1995. The interview was conducted to gain more information on SCP-XXXX's effects.
Merrick: Hi, Dave, thank you for talking with me today.
Reese: Oh, don't worry about it, Stick. Anything to help with your documentary. By the way, can you give me a copy when you're finished? I'd love to see it.
Merrick: I'll see what I can do.
Reese: So, is there anything in particular you wanted to talk about?
Merrick: Yes, I wanted to discuss the weather of Culwick a little more with you. What do you and your family do during storms?
Reese: Ah, well. Once the rain starts to pick up and we know it's going to be a soggy day, me and John usually camp out in the living room. That is, if he's home. The kids always seem pretty bummed out when the rain starts.
Merrick: Does anything else happen? Anything unusual?
Reese: Nothing really unusual, I'd say. Usually after a while the kids come downstairs and hang out with us. It's always a good time with them.
Merrick: I'm glad to hear that.
Reese: You should come over sometime. I'm sure John would be happy to see you.
Merrick: That sounds great.
Reese: Yeah, let's make it happen.
Merrick: Sure.
Reese: That's what I like so much about rainy days. They give me a chance to spend time Julia and Monty that I never got to have with… with Harrison.
Merrick: I am incredibly sorry for what happened with Harrison.
[Reese's breathing becomes heavy.]
Reese: No, it's… I mean, you don't have to, to say that. It's not like you did anything. I just, I wish I could've been there. I wish there was a way I could've stopped it.
Merrick: Dave, we all wish we could've helped. But there's nothing anyone could've done.
Reese: No. if I had just gone with him, I could've seen the car coming.
Merrick: You don't need to blame yourself for the actions of another person.
Reese: But if I had only-
Merrick: Dave, I want you to listen to me. There's nothing you could've done. What happened to Harrison was a tragedy. An awful, awful tragedy. But you did not cause it. You did not cause your son any harm. You don't need to blame yourself.
Reese: I'm sorry. I shouldn't be talking about this in your documentary.
Merrick: Dave, forget about the documentary. I don't need to put this in. But I need you to tell me the truth when I ask you this. The first storm and Harrison's death line up perfectly. Did you have something to do with it?
[Reese shifts in his seat. There is a look of surprise on his face.]
Reese: I- yes. Yes, I made the storm. Don't tell anyone, okay? I just, I just wanted something that would let me spend more time with the kids. After the incident, none of them wanted to come out of their rooms. I had to do something.
Merrick: How did you do it?
Reese: I found a book. It told me about magic, that it was real, and how to do it. It was stuff I know I never would've believed in before, but in my desperation I gave it a try. And I created the storm. It was supposed to be a one-time thing, you know? It wore off at midnight and I got to spend time with my family. What could be wrong with that?
[Reese pauses.]
Reese: But I did it again. I knew I shouldn't have, but I just needed to spend more time with them. I started doing it more and more, and then somehow it started happening on its own. Luckily, the effect was limited to Culwick Avenue, and it was harmless enough that I wasn't putting anyone in danger. I figured it wasn't that bad. Was I wrong? I don't know anymore.
[Eight seconds of silence pass.]
Merrick: Dave. I need you to listen to me very carefully, and to not tell anyone else what I'm telling you right now. You cannot, under any circumstances, let anybody know about this. There are people out there who will do anything they need to to prevent knowledge of this from spreading. And that would include detaining you and separating you from your family. Do you understand?
Reese: Yes, I understand.
Merrick: I'm looking out for you, because you are my friend, and I know you have your best intentions at heart. I will keep this under control, but I need you to never let anyone know about this.
Reese: I understand. Thank you. Thank you so much.
Following the above interview, David Reese has been designated PoI-XXXX-01, due to his involvement in the creation of SCP-XXXX. PoI-XXXX-01 has been placed under surveillance by MTF Upsilon-13 ("All the King's Horses"). The book referenced in the interview has been confiscated and designated SCP-XXXX-1.
Addendum XXXX.2: Related Documentation
Note: The following requests were filed by Researcher Merrick and sent to Site-166 director of research Winston Dumont.
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 12/04/1995
Request Details: I am requesting that David Reese be cleared of PoI designation and be released from surveillance. Reese has no innate anomalous characteristics and SCP-XXXX-1 has been taken into custody at Site-166. For this reason I am requesting Reese be amnesticized and relieved of surveillance.
Status: DENIED
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 12/06/1995
Request Details: I am requesting PoI-XXXX-01 be amnesticized and no longer studied. We have no more information to gain from him.
Status: DENIED
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 12/08/1995
Request Details: I am requesting SCP-XXXX be left alone. Research into SCP-XXXX cannot provide any more useful information, and surveillance of Culwick Avenue is becoming costly. I am requesting research be discontinued until such time that a situation calls for more information to be gathered.
Status: DENIED
Note: The following request was filed by MTF Upsilon-13 commander Lucy Haphim and sent to Site-166 director Marsha Lewis.
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 02/20/1996
Request Details: On 02/04/1996, a member of MTF Upsilon-13 was killed by a lightning strike during an SCP-XXXX manifestation. On 02/11/1996, another member was severely injured during a manifestation after being struck by a falling tree. On 02/19/1996, two agents were struck by a surveillance vehicle due to poor visibility during a storm.
It is the belief of MTF Upsilon-13 that SCP-XXXX is targeting members of the task force, and as such I am requesting that PoI-XXXX-01 be placed into custody at Site-166 so as to limit Foundation contact with the street.
Status: APPROVED
Note: The following request was filed by Researcher Merrick and sent to Site-166 director Marsha Lewis.
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 02/21/1996
Request Details: You've detained an innocent man and separated him from his family for no good reason. I am requesting you go fuck yourself.
Status: INVALID REQUEST
Note: The following request was filed by MTF Upsilon-13 commander Lucy Haphim and sent to Site-166 director Marsha Lewis.
SCP FOUNDATION INTERNAL REQUEST FORM
Date Filed: 02/22/1996
Request Details: On 02/21/1996, PoI-XXXX-01 was discovered missing from his cell at Site-166. Security footage shows Researcher Styx Merrick breaking down the cell door with a makeshift explosive device. Investigation by MTF Upsilon-13 discovered the Reese residence to be completely vacated. Researcher Merrick and PoI-XXXX-01, as well as John, Julia, and Montgomery Reese are considered to be at large.
Subjects possess vital knowledge of the Foundation and Site-166.
Requesting MTF Upsilon-13 be sent to track down and detain the subjects by any means necessary.
Status: APPROVED
The ListPages module does not work recursively.
Wow! You flipped a card and got: SCP-XXXX Rough Draft!!! You ca reload the page or go to the next.
DATE: 26 Apr 2021 20:59
Pictured: Oil Painting of SCP-XXXX.
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
@import url("https://use.typekit.net/afb2wxe.css");
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "AESTHETIC-theme";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "AESTHETIC Theme";
/* set this to your theme's full name */
/* Header */
--logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:aesthetic-theme/AESTHETIC_logo.png");
/* Typefaces */
--body-font: prenton, serif;
--header-font: flood-std, sans-serif;
--title-font: eurostile-extended, sans-serif;
--mono-font: novel-mono-pro, monospace;
/* Standard Colors */
--white-monochrome: 217, 233, 251;
--pale-gray-monochrome: 1, 245, 252;
--light-pale-gray-monochrome: 170, 207, 251;
--very-light-gray-monochrome: 26, 139, 235;
--light-gray-monochrome: 150, 62, 184;
--gray-monochrome: 92, 42, 95;
--dark-gray-monochrome: 39, 6, 75;
--black-monochrome: 14, 12, 45;
--bright-accent: 250, 245, 45;
--medium-accent: 255, 52, 131;
--dark-accent: 195, 42, 158;
--newpage-color: 204, 5, 166;
--swatch-text-general: var(--swatch-text-light);
--swatch-menutxt-general-color: var(--swatch-menutxt-light-color);
--swatch-headerh2-color: var(--dark-gray-monochrome);
--swatch-topmenu-border-color: var(--pale-gray-monochrome);
--swatch-topmenu-bg-color: var(--dark-gray-monochrome);
--swatch-border-color: var(--pale-gray-monochrome);
--rating-module-text-color: var(--bright-accent);
--rating-module-button-color: var(--bright-accent);
--swatch-background: var(--black-monochrome, 14, 12, 45);
--background-gradient-color: var(--dark-accent);
--header-gradient-color-bottom: var(--light-gray-monochrome);
--header-gradient-color-middle: var(--dark-accent);
--header-gradient-color-top: var(--medium-accent);
--gradient-header: linear-gradient(355deg,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 20%,
rgb(var(--header-gradient-color-top)) 100%);
--rating-module-text-color: var(--dark-gray-monochrome);
--rating-module-button-color: var(--dark-gray-monochrome);
--scrollbar-width: 0.5rem;
}
::-webkit-scrollbar,
#side-bar:hover::-webkit-scrollbar {
background-color: rgba(var(--dark-gray-monochrome), 1);
}
::-webkit-scrollbar-thumb,
#side-bar:hover::-webkit-scrollbar-thumb {
background-color: rgba(var(--pale-gray-monochrome), 1);
}
::-moz-selection {
background: rgba(var(--pale-gray-monochrome), 0.25);
}
::selection {
background: rgba(var(--pale-gray-monochrome), 0.25);
}
html {
background: white;
}
html,
body {
color: rgb(var(--swatch-text-light));
-webkit-font-feature-settings: "onum"0;
-moz-font-feature-settings: "onum"0;
font-feature-settings: "onum"0;
font-variant-numeric: tabular-nums;
scrollbar-color: rgb(var(--pale-gray-monochrome)) rgb(var(--dark-gray-monochrome));
}
a {
color: rgb(var(--swatch-primary-darker));
}
@supports((-webkit-mask-image: inherit) or (mask-image: inherit)) {
#extra-div-1 {
width: 100%;
height: -webkit-calc(100% - var(--final-header-height-on-desktop));
height: -moz-calc(100% - var(--final-header-height-on-desktop));
height: calc(100% - var(--final-header-height-on-desktop));
position: absolute;
top: var(--final-header-height-on-desktop);
left: 0;
background-image: var(--gradient-background);
-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 2580' xml:space='preserve'%3E%3Cg id='Outrun Lines'%3E%3Cg%3E%3Crect width='1000' height='60'/%3E%3Crect y='63' width='1000' height='12'/%3E%3Crect y='78' width='1000' height='13'/%3E%3Crect y='94' width='1000' height='12'/%3E%3Crect y='109' width='1000' height='13'/%3E%3Crect y='125' width='1000' height='12'/%3E%3Crect y='141' width='1000' height='12'/%3E%3Crect y='157' width='1000' height='12'/%3E%3Crect y='172' width='1000' height='12'/%3E%3Crect y='187' width='1000' height='12'/%3E%3Crect y='203' width='1000' height='12'/%3E%3Crect y='219.5' width='1000' height='11'/%3E%3Crect y='234.5' width='1000' height='11'/%3E%3Crect y='249.5' width='1000' height='11'/%3E%3Crect y='265.5' width='1000' height='11'/%3E%3Crect y='281' width='1000' height='10'/%3E%3Crect y='297' width='1000' height='10'/%3E%3Crect y='313' width='1000' height='9'/%3E%3Crect y='328' width='1000' height='9'/%3E%3Crect y='343.5' width='1000' height='9'/%3E%3Crect y='359' width='1000' height='8'/%3E%3Crect y='374' width='1000' height='9'/%3E%3Crect y='391' width='1000' height='8'/%3E%3Crect y='407' width='1000' height='8'/%3E%3Crect y='422' width='1000' height='8'/%3E%3Crect y='437' width='1000' height='8'/%3E%3Crect y='453' width='1000' height='8'/%3E%3Crect y='469' width='1000' height='6'/%3E%3Crect y='485' width='1000' height='6'/%3E%3Crect y='501' width='1000' height='4'/%3E%3Crect y='517' width='1000' height='4'/%3E%3Crect y='533' width='1000' height='4'/%3E%3Crect y='549' width='1000' height='3'/%3E%3Crect y='564' width='1000' height='3'/%3E%3Crect y='579' width='1000' height='3'/%3E%3Crect y='595' width='1000' height='3'/%3E%3Crect y='611' width='1000' height='2'/%3E%3Crect y='627' width='1000' height='2'/%3E%3Crect y='643' width='1000' height='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2'%3E%3C/g%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 2580' xml:space='preserve'%3E%3Cg id='Outrun Lines'%3E%3Cg%3E%3Crect width='1000' height='60'/%3E%3Crect y='63' width='1000' height='12'/%3E%3Crect y='78' width='1000' height='13'/%3E%3Crect y='94' width='1000' height='12'/%3E%3Crect y='109' width='1000' height='13'/%3E%3Crect y='125' width='1000' height='12'/%3E%3Crect y='141' width='1000' height='12'/%3E%3Crect y='157' width='1000' height='12'/%3E%3Crect y='172' width='1000' height='12'/%3E%3Crect y='187' width='1000' height='12'/%3E%3Crect y='203' width='1000' height='12'/%3E%3Crect y='219.5' width='1000' height='11'/%3E%3Crect y='234.5' width='1000' height='11'/%3E%3Crect y='249.5' width='1000' height='11'/%3E%3Crect y='265.5' width='1000' height='11'/%3E%3Crect y='281' width='1000' height='10'/%3E%3Crect y='297' width='1000' height='10'/%3E%3Crect y='313' width='1000' height='9'/%3E%3Crect y='328' width='1000' height='9'/%3E%3Crect y='343.5' width='1000' height='9'/%3E%3Crect y='359' width='1000' height='8'/%3E%3Crect y='374' width='1000' height='9'/%3E%3Crect y='391' width='1000' height='8'/%3E%3Crect y='407' width='1000' height='8'/%3E%3Crect y='422' width='1000' height='8'/%3E%3Crect y='437' width='1000' height='8'/%3E%3Crect y='453' width='1000' height='8'/%3E%3Crect y='469' width='1000' height='6'/%3E%3Crect y='485' width='1000' height='6'/%3E%3Crect y='501' width='1000' height='4'/%3E%3Crect y='517' width='1000' height='4'/%3E%3Crect y='533' width='1000' height='4'/%3E%3Crect y='549' width='1000' height='3'/%3E%3Crect y='564' width='1000' height='3'/%3E%3Crect y='579' width='1000' height='3'/%3E%3Crect y='595' width='1000' height='3'/%3E%3Crect y='611' width='1000' height='2'/%3E%3Crect y='627' width='1000' height='2'/%3E%3Crect y='643' width='1000' height='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2'%3E%3C/g%3E%3C/svg%3E%0A");
-webkit-mask-size: 8%;
mask-size: 8%;
-webkit-mask-position: top;
mask-position: top;
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
pointer-events: none;
opacity: 0.5;
}
}
#header {
-webkit-filter: initial;
filter: initial;
background: inherit;
}
#header-extra-div-1 {
--drop-shadow: rgb(var(--pale-gray-monochrome));
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: var(--final-header-height-on-desktop);
background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg");
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: left 0 top 0.1875rem;
background-clip: border-box;
-webkit-background-size: auto -webkit-calc(var(--header-height-on-desktop) - 00.75rem);
-moz-background-size: auto -moz-calc(var(--header-height-on-desktop) - 0.75rem);
-o-background-size: auto calc(var(--header-height-on-desktop) - 0.75rem);
background-size: auto calc(var(--header-height-on-desktop) - 0.75rem);
-webkit-filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
display: block;
pointer-events: none;
}
#extra-div-2 {
--drop-shadow: rgb(var(--pale-gray-monochrome));
display: block;
width: 100%;
height: var(--header-height-on-desktop);
top: 0;
left: 0;
position: absolute;
background: url("https://scp-wiki.wdfiles.com/local--files/theme:aesthetic-theme/AESTHETIC_mtns.svg");
background-position: bottom;
background-repeat: no-repeat;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-size: 200% 200%;
-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
-webkit-filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
filter: drop-shadow(-0.125rem 0.125rem 1rem var(--drop-shadow));
pointer-events: none;
}
#header h1 {
width: var(--body-width-on-desktop);
}
#header h1 a {
width: var(--body-width-on-desktop);
font-size: 2em;
overflow-wrap: normal;
margin-top: -webkit-calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-top: -moz-calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-top: calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-left: var(--header-height-on-desktop);
}
#header h1 a::after {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
content: "SCP Foundation";
content: var(--header-title);
color: transparent;
text-shadow: .063rem .063rem .063rem #0c0c0c;
text-shadow: .063rem .063rem .063rem var(--text-shadow);
overflow-wrap: normal;
position: absolute;
z-index: -1;
width: var(--body-width-on-desktop);
left: var(--header-height-on-desktop);
}
@supports(-webkit-background-clip: text) {
#header h1 a::before {
color: rgb(255, 219, 90);
color: rgb(var(--bright-accent));
text-shadow: inherit;
background: -webkit-gradient(linear,
left bottom, left top,
from(rgb(var(--dark-gray-monochrome))),
color-stop(20%, rgb(var(--dark-gray-monochrome))),
color-stop(40%, rgb(var(--dark-accent))),
color-stop(70%, rgb(var(--pale-gray-monochrome))));
background: -webkit-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: -moz-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: -o-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: linear-gradient(to top,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
overflow-wrap: normal;
padding-right: 1em;
}
}
#header h2 span {
margin-left: -webkit-calc(var(--header-height-on-desktop));
margin-left: -moz-calc(var(--header-height-on-desktop));
margin-left: calc(var(--header-height-on-desktop));
}
#header h2 span::before {
--text-shadow: rgb(var(--pale-gray-monochrome));
text-shadow: .063rem .063rem .063rem var(--text-shadow);
letter-spacing: 0.5em;
}
#search-top-box input.empty {
color: rgba(var(--swatch-primary-darker));
}
#top-bar {
font-size: var(--base-font-size);
}
#top-bar div.top-bar > ul > li > a,
#top-bar div.mobile-top-bar > ul > li > a {
--text-shadow: rgb(var(--pale-gray-monochrome));
padding: .3rem;
color: rgb(var(--swatch-primary)) !important;
text-shadow: -0.0625rem -0.0625rem 0 var(--text-shadow);
text-transform: uppercase;
}
#top-bar div.top-bar > ul > li > ul {
top: -webkit-calc(0.0625rem * -3);
top: -moz-calc(0.0625rem * -3);
top: calc(0.0625rem * -3);
}
#top-bar div.top-bar > ul > li > a::after {
background: -webkit-gradient(linear,
left top, right top,
from(rgba(var(--swatch-topmenu-border-color), 0.5)),
to(rgba(var(--swatch-topmenu-border-color), 1)));
background: -webkit-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -moz-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -o-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: linear-gradient(to right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
}
#top-bar div.top-bar > ul > li > a::before {
background: -webkit-gradient(linear,
right top, left top,
from(rgba(var(--swatch-topmenu-border-color), 0.5)),
to(rgba(var(--swatch-topmenu-border-color), 1)));
background: -webkit-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -moz-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -o-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: linear-gradient(to left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
}
#top-bar li ul,
#top-bar:not(:hover) li ul {
-webkit-transform: translate(0, 0.3rem);
-ms-transform: translate(0, 0.3rem);
-o-transform: translate(0, 0.3rem);
-moz-transform: translate(0, 0.3rem);
transform: translate(0, 0.3rem);
}
#top-bar div.top-bar > ul > li > ul > li > a {
--wght: 600;
font-weight: 600;
}
#top-bar div.top-bar > ul > li > ul > li > a::before,
#top-bar div.top-bar > ul > li > ul > li > ul > li > a::before,
#top-bar div.top-bar > ul > li > ul > li > a:hover::before {
background: var(--gradient-header);
background-attachment: fixed;
background-position: top;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
-webkit-background-size: 100vh 100vh;
-moz-background-size: 100vh;
-o-background-size: 100vh;
background-size: 100vh;
}
#side-bar,
#side-bar:hover {
background: -webkit-gradient(linear,
left top, left bottom,
from(rgb(var(--black-monochrome))),
color-stop(50%, rgb(var(--dark-gray-monochrome))),
to(rgb(var(--dark-accent))));
background: -webkit-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: -moz-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: -o-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: linear-gradient(to bottom,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background-attachment: fixed;
-webkit-background-size: 400vh 400vh;
-moz-background-size: 400vh;
-o-background-size: 400vh;
background-size: 400vh;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
background-position: top left;
}
#side-bar div.menu-item {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
border-bottom: 0.0625rem solid rgb(var(--swatch-border-color));
border-top: 0.0625rem solid rgb(var(--swatch-border-color));
margin-top: -0.0625rem;
text-shadow: .063rem .063rem .063rem #0c0c0c;
text-shadow: .063rem .063rem .063rem var(--text-shadow);
}
#side-bar div.menu-item > :not(:nth-child(2)):not(.collapsible-block) {
border-left: 0.0625rem solid rgb(var(--swatch-border-color));
}
#side-bar div.menu-item a,
#side-bar div.menu-item a:visited,
#side-bar div.menu-item a:active,
#side-bar div.menu-item .text {
--text-shadow: rgb(var(--black-monochrome));
--wght: 600;
color: rgb(var(--swatch-primary));
letter-spacing: 0.1em;
word-spacing: 0.1em;
font-weight: 600;
text-shadow: -0.0625rem -0.0625rem 0 var(--text-shadow);
}
#side-bar div.menu-item a::before,
#side-bar div.menu-item a:hover::before {
background: var(--gradient-header);
background-attachment: fixed;
background-position: top;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
-webkit-background-size: 100vh 100vh;
-moz-background-size: 100vh;
-o-background-size: 100vh;
background-size: 100vh;
}
#side-bar div.menu-item > a:last-of-type {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
#side-bar .heading,
#side-bar .side-block > .collapsible-block:nth-child(1) .collapsible-block-folded {
background: initial;
}
#side-bar .heading p,
#side-bar .side-block > .collapsible-block .collapsible-block-link {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
--wght: 900;
letter-spacing: 0.05rem;
font-weight: 900;
font-size: 1.25rem;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0 1rem 0.5rem;
color: rgb(var(--pale-gray-monochrome));
font-family: var(--header-font);
text-transform: none;
}
/*@supports(-webkit-background-clip: text) {
#side-bar .heading p,
#side-bar .side-block > .collapsible-block .collapsible-block-link {
background: linear-gradient(to top,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
-webkit-background-size: cover;
background-size: 400vh;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-attachment: fixed;
background-repeat: repeat;
}
}*/
#side-bar .side-block[style*="background-color:"] {
padding-bottom: 0.5rem;
}
#side-bar .side-block[style*="background-color:"] * {
margin-left: 0 !important;
}
#side-bar .side-block[style*="background-color:"] .heading {
margin-top: .25rem;
}
#side-bar .heading p::after,
#side-bar .side-block > .collapsible-block .collapsible-block-link::after {
bottom: -0.6rem;
}
#side-bar .heading p::before,
#side-bar .side-block > .collapsible-block .collapsible-block-link::before {
top: -0.6rem;
}
#side-bar div.menu-item .sub-text {
color: rgba(var(--swatch-primary), 1);
}
#main-content {
z-index: 1;
position: relative;
}
#page-title {
color: rgb(var(--pale-gray-monochrome));
border-color: rgba(0, 0, 0, 0);
}
blockquote,
.blockquote {
background-color: rgba(var(--gray-monochrome), 0.25);
border: 0.0625rem solid rgb(var(--swatch-border-color));
}
blockquote:nth-of-type(odd) {
border-color: rgb(var(--swatch-border-color));
}
blockquote:nth-of-type(even) {
border-color: rgb(var(--swatch-primary));
}
.yui-navset .yui-content {
background-color: rgba(var(--gray-monochrome), 0.25);
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
--box-shadow: rgb(var(--swatch-border-color));
border-color: rgb(var(--swatch-border-color));
-webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 var(--box-shadow);
-moz-box-shadow: 0 -moz-calc(0.0625rem * 5) 0 0 var(--box-shadow);
box-shadow: 0 calc(0.0625rem * 5) 0 0 var(--box-shadow);
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
--wght: 600;
background-color: rgb(var(--swatch-menubg-black-color));
color: rgb(var(--swatch-text-light));
font-weight: 600;
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--black-monochrome)) !important;
}
table.wiki-content-table th {
background: rgb(var(--swatch-primary-darker));
color: rgb(var(--dark-gray-monochrome));
}
table.wiki-content-table,
table.wiki-content-table th,
table.wiki-content-table td {
border: .0625rem solid rgba(var(--swatch-border-color), 1) !important;
border-collapse: collapse;
}
.code {
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
border-color: rgb(var(--swatch-border-color));
}
.hl-main {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.scp-image-block .scp-image-caption {
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
}
.scp-image-block img {
border: 0.0625rem solid rgba(var(--swatch-border-color));
}
a:visited {
color: rgb(var(--swatch-primary-darker));
}
h1 {
color: rgb(var(--swatch-primary)) !important;
}
hr {
border-top: none;
position: relative;
height: 0.35rem;
background: rgba(0, 0, 0, 0);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
hr::before {
content: " ";
position: absolute;
top: 0.1125rem;
left: 0;
border-top: none;
width: 100%;
height: 0.125rem;
background: -webkit-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -o-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -moz-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -webkit-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -moz-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -o-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background-position: center center;
-webkit-filter: blur(0.04rem);
filter: blur(0.04rem);
}
.page-rate-widget-box {
background: -webkit-gradient(linear, right bottom, left top, color-stop(0, rgba(var(--swatch-primary), 1)), to(rgba(var(--swatch-primary-darkest), 1))) !important;
background: -webkit-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: -moz-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: -o-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: linear-gradient(to top left, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
}
form#edit-page-form {
background-color: rgba(var(--dark-accent), 0.25);
border: 0.0625rem solid rgb(var(--light-gray-monochrome));
}
textarea,
input.text {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--white-monochrome));
padding: 0.5em;
}
#lock-info {
background-color: rgb(var(--black-monochrome));
}
div.buttons input,
input.button,
button,
file,
a.button {
--wght: 600;
font-weight: 600;
background-color: rgb(var(--gray-monochrome));
color: rgb(var(--medium-accent));
border: 0.0625rem solid rgb(var(--light-gray-monochrome));
-webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
div.buttons input:hover,
input.button:hover,
button:hover,
a.button:hover {
background-color: rgb(var(--dark-gray-monochrome));
color: rgb(var(--pale-gray-monochrome));
cursor: pointer;
}
div#page-info,
div.page-watch-options {
padding: 0 1em;
}
div#page-options-bottom {
width: 90%;
margin-bottom: 2.125rem;
margin-left: auto;
margin-right: auto;
}
div#page-options-bottom-2 {
width: 90%;
margin-top: -2.125rem;
margin-left: auto;
margin-right: auto;
}
div#page-options-bottom,
div#page-options-bottom-2 {
text-align: left;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div#page-options-bottom,
div#page-options-bottom-2,
div#page-options-bottom > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
div#page-options-bottom > a,
div#page-options-bottom-2 > a {
--wght: 700;
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
padding: .25rem;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
color: rgb(var(--medium-accent));
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
border: 0.125rem solid rgba(var(--swatch-border-color), 0.25);
font-weight: 700;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
div#page-options-bottom-2 > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
div#page-options-bottom > a:hover,
div#page-options-bottom > a:active,
div#page-options-bottom-2 > a:hover,
div#page-options-bottom-2 > a:active {
text-decoration: none;
background-color: rgb(var(--dark-gray-monochrome));
color: rgb(var(--pale-gray-monochrome));
}
.owindow .title {
background-color: rgb(var(--swatch-menubg-dark-color));
}
.title.modal-header,
.owindow,
.hovertip {
background-color: rgb(var(--swatch-primary-darkest));
background: var(--gradient-header);
}
.owindow .button-bar a {
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--white-monochrome));
}
iframe.scpnet-interwiki-frame {
-webkit-filter: invert(0.8) hue-rotate(120deg) saturate(6);
filter: invert(0.8) hue-rotate(120deg) saturate(6);
}
#license-area {
color: rgba(var(--pale-gray-monochrome), 0.75);
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size:-webkit-calc(var(--header-h1-font-size)*1.25);
--header-h1-font-size:-moz-calc(var(--header-h1-font-size)*1.25);
--header-h1-font-size:calc(var(--header-h1-font-size)*1.25)
}
#search-top-box:not(:focus-within)::before {
color: rgb(var(--swatch-primary));
}
#header-extra-div-1 {
--size: -webkit-calc(var(--final-header-height-on-mobile) - 0.875rem);
--size: -moz-calc(var(--final-header-height-on-mobile) - 0.875rem);
--size: calc(var(--final-header-height-on-mobile) - 0.875rem);
--y-offset: 1.5rem;
-webkit-background-size: var(--size), 100% var(--header-height-on-mobile);
-moz-background-size: var(--size), 100% var(--header-height-on-mobile);
-o-background-size: var(--size), 100% var(--header-height-on-mobile);
position: -webkit-sticky;
position: absolute;
top: 0;
margin: 0;
background-image: url(https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg);
background-image: var(--logo-image);
background-position: -webkit-calc(var(--header-height-on-mobile) - .75rem - var(--size)) -webkit-calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-position: -moz-calc(var(--header-height-on-mobile) - .75rem - var(--size)) -moz-calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-position: calc(var(--header-height-on-mobile) - .75rem - var(--size)) calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-repeat: no-repeat, repeat;
background-size: var(--size), 100% var(--header-height-on-mobile);
width: 100vw;
height: var(--header-height-on-mobile);
grid-area: header;
z-index: -1;
}
#header h1 a {
font-size: -webkit-calc(var(--header-h1-font-size)*1.25);
font-size: -moz-calc(var(--header-h1-font-size)*1.25);
font-size: calc(var(--header-h1-font-size)*1.25);
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 - 1.25em);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 - 1.25em);
margin-top: calc(var(--header-height-on-mobile)/2 - 1.25em);
}
#header h1 a::before {
-webkit-filter: drop-shadow(0.15rem 0.15rem 0rem rgba(var(--black-monochrome)));
filter: drop-shadow(0.15rem 0.15rem 0rem rgba(var(--black-monochrome)));
}
#header h2 span {
--wght: 600;
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + 0.8em);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + 0.8em);
margin-top: calc(var(--header-height-on-mobile)/2 + 0.8em);
font-size: 115%;
font-weight: 600;
line-height: 1;
width: 50%;
-webkit-filter: drop-shadow(-0.25rem 0.25rem 0rem rgba(var(--light-gray-monochrome)));
filter: drop-shadow(-0.25rem 0.25rem 0rem rgba(var(--light-gray-monochrome)));
}
#header h2 span::before {
color: rgb(var(--black-monochrome));
letter-spacing: 0.15em;
}
#top-bar div.mobile-top-bar > ul > li > a {
font-size: 100%;
}
#extra-div-2 {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#header h2 span::before {
letter-spacing: 0.25em;
}
}
}
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX is to be kept in a Standard Humanoid Containment Cell while it is past 18:00 and it is not on shift. Any sudden or drastic change in it's behavior is to be reported immediately. No personnel are to mention job termination in any manner while on Site.
Description: SCP-XXXX is a intelligent humanoid biologically identical to a human male. It goes by the name “Carl” and measures 1.7 meters tall. It possesses rabbit-like features, all of which have been determined to be purely skin. How it is able to control these features is unknown. It is covered in what appears to be pink fur but is actually human body hair with a pink pigment. It's only threat is likely it's memetic agent it releases and shows no unprovoked outward hostility towards any life-form.
SCP-XXXX is currently employed by the SCP Foundation and occupies the position of Junior Researcher at Site-23. It’s main anomalous quality is that it cannot be fired. It has been concluded that it gives off a memetic agent, rendering any personnel attempting a job termination suddenly and without a discernible alternative cause, unable to recall any memory from the duration it and the subject had worked together. Effectively wiping their memory. It is unlikely it does this intentionally.
The memetic agent produced by SCP-XXXX has been successfully extracted and is a near-invisible aerosol released from it's body. Attempts modifying the agent have proven moderately successful and in one instance, resulted in a chemical compound able to be used as a Class A amnestic. Research on the chemical structure of the agent is ongoing.
Addendum XXXX-1: Discovery
SCP-XXXX was first documented on 10/05/2008, after the Site Director at Site-23 was reported to have suffered what appeared to be a sudden and unexplained memory loss. Medical examination was inconclusive as to a precise cause, but foul play was quickly ruled out. Personnel who had witnessed the event reported the Director calling a co-worker they called "Carl" to his office shortly before.
An internal security team was quickly dispatched to apprehend the suspect. After being interrogated, the suspect was designated SCP-XXXX and placed in a holding cell until permanent containment could be arranged.
During the apprehension, SCP-XXXX gave up a file, supposedly of documented work
Prominent Discoveries Found in File Given up by SCP-XXXX:
Date: 04/09/2006
Researcher: Junior Researcher Carl SCP-XXXX
Additional Researchers and Personnel: Researcher Herbert Williams, D-9806.
Discovery: A method of utilizing a chemical compound known as X-108 as a Class B amnestic rather than a Class D.
Date: 08/25/2006
Researcher: Junior Researcher Carl SCP-XXXX
Additional Researchers and Personnel: Researcher James Talon, Junior Researcher Patrick Tuomon, D-3506
Discovery: The blood of SCP-████ to induce healing properties when mixed with chemical compound T-098
Date: 07/22/2005
Researcher: Junior Researcher Carl SCP-XXXX
Additional Researchers and Personnel: Researcher Herbert Williams, Researcher James Talon, Junior Researcher Connor Jenk, Researcher Grace Ferdinson.
Discovery: A chemical compound, now code-named E-081, that when introduced to various meat and fish products, greatly increases the frequency of underrepresented fats in the product.
Due to the seeming qualified nature of SCP-XXXX, it was allowed to continue to work under heavy observation with no less than two security personnel within 60 feet of it at all times.
Incident XXXX-1:
Incident report XXXX-1
On 01/15/2009, at approximately 12:30 Doctor Trey McCook erupted into an episode of incoherent babbling and sporadic running across the Site cafeteria. Security nearby rushed to restrain him; he then proceeded to run away from security until running into a flight of stairs and diving down head-first, dying on impact.
Statement from SCP-XXXX:
"Trey tells me jokingly, 'you're fired!' I said 'Very funny, Trey' and went back to eating. When I looked back up, I noticed he was acting very strange—it looked like he had no idea where he was. Shortly after he had his episode."
Due to this event, SCP-XXXX is now kept in a standard humanoid containment cell when not on shift and no personnel are to discuss anything relating to job terminations at any time.
Addendum XXXX-2: Conflict Regarding SCP-XXXX's Containment Procedures
According to many familiar with SCP-XXXX, it is a diligent researcher, albeit unreliable at times and is a valuable resource to the foundation. Because of this, there has been heavy debate to ease it's containment procedures. However, the request to loosen it's restrictions have been denied on multiple occasions, primarily due to the results of Incident XXXX-1.
After a visit to Site-23, Dr. John Lenard has begun to petition the O5 Council to allow the anomaly more freedom.
Regarding The Special Containment Procedures of SCP-XXXX
Greetings, I am Dr. John Lenard: I was recently stopped by Site-23 and witnessed first-hand the terrible conditions the anomaly, known as SCP-XXXX, is kept in. I urge you to force the humanization of it's Special Containment Procedures.
The state of SCP-XXXX's containment is truly despicable: when SCP-XXXX is not on the clock from 18:00 to 9:00, it is forced into a room with only a deflated mattress, a liter of water, and a dim lamp, which it can not leave until it's next shift begins the following day. This is not a contained anomaly. Not even a prisoner. No, this is a slave. The anomaly is of very low-risk if proper precautions are taken—namely, prohibiting talk relating to job termination. This is wholly effective, and leaps more ethical.
So I implore you, humanize, it's containment. Do not forget the "Protect" in "Secure, Contain, Protect," we are supposed to be cold, not cruel.
Best Regards, Doctor John Lenard.
Wow! You flipped a card and got: Animus360-2!!! You ca reload the page or go to the next.
DATE: 26 Apr 2021 19:39
Item #: SCP-XXXX
Object Class: Eucilud
Special Containment Procedures: SCP-XXXX is allowed to open up shop in the Cafeteria or in break rooms or it will make its own temporarily room in a wall which will be be unaffected on the other side, it is to be supplied with baking supplies and fountain drinks as well as tea bags and coffee beans.
Description: SCP-XXXX is a humanoid like creature that splits itself into as many of itself as it wants, being referred to SCP-XXXX-1. When SCP-XXXX splits, SCP-XXXX-1 will all have different faces and different genders but the outfits will remain the same, Male splits will wear Butler outfits and Female splits will wear Maid outfits all from the Victorian era. When ordering from its many shops one of SCP-XXXX-1 will be at the front waiting to take a order from anybody, anybody who acts rude will be declined but if the SCP-XXXX-1 is aggressive is will proceed to either yell, decline your order, or a Male split might begin a brawl by throwing down a glove, the fight is unable to be stopped between the SCP-XXXX-1 and the foundation personnel and either must surrender or be unable to fight, after the fight the SCP-XXXX-1 will seemingly taunt the knocked out or surrendered Foundation personnel and bring them to the infirmary and go back to work. If Personnel is in a rush, SCP-XXXX-1 will work double time to make the food or coffee, but if it detects that the personnel is lying it will work slower and will not provide food to that person for the rest of the day. When all the stalls close down, all splits will disappear and only SCP-XXXX will clean up all of the stalls. When asked for
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: 6kon_quickestsilver!!! You ca reload the page or go to the next.
DATE: 26 Apr 2021 18:07
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
:root {
--timeScale: 1;
--timeDelay: 0s;
}
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
position: absolute;
content: " ";
width: 100%;
height: 0.5rem;
background-color: rgb(var(--black-monochrome, 12, 12, 12));
transform: translateY(-0.74rem);
}
/* DIVIDER */
.anom-bar > .bottom-box::before {
animation-name: divider;
animation-duration: calc(0.74s * var(--timeScale));
animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
}
/* CLASSIFIED LEVEL BARS */
div.top-center-box > * {
animation-name: bar;
animation-duration: calc(0.45s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
/* TOP TEXT */
div.top-left-box, div.top-right-box {
clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
div.top-left-box > *, div.top-right-box > * {
position: relative;
animation-name: bottomup;
animation-duration: calc(0.65s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
animation-name: expand2;
animation-duration: calc(0.5s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
div.main-class::before, div.main-class::after {
animation-name: iconslide;
animation-duration: calc(0.45s * var(--timeScale));
animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
/* BOTTOM TEXT */
div.main-class > *, div.disrupt-class > *, div.risk-class > * {
animation-name: flowIn;
animation-duration: calc(0.42s * var(--timeScale));
animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* DIAMOND */
div.arrows {
animation-name: arrowspin;
animation-duration: calc(0.7s * var(--timeScale));
animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.quadrants > * {
animation-name: fade;
animation-duration: calc(0.3s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
animation-name: nodegrow;
animation-duration: calc(0.4s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.diamond-part {
clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
animation-name: diamondBorder;
animation-duration: calc(0.8s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
will-change: box-shadow;
}
/* MOBILE QUERY */
@media (max-width: 480px ) {
.anom-bar > .bottom-box::before {
display:none;
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
}
div.top-center-box > * {
animation-name: bar-mobile;
animation-duration: calc(0.9s * var(--timeScale));
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@keyframes divider {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar-mobile {
from { max-height: 0%; }
to { max-height: 100%; }
}
@keyframes bottomup {
from { top: 100px; }
to { top: 0; }
}
@keyframes expand1 {
from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
from { opacity: 0; transform: translateX(-5rem);}
to { opacity: 1; transform: translateX(0);}
}
@keyframes expand2 {
from { opacity: 0; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
from { opacity: 0;}
to { opacity: 1;}
}
@keyframes flowIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes arrowspin {
from { clip-path: circle(0%); transform: rotate(135deg); }
to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
from { transform: scale(0);}
to { transform: scale(1);}
}
@keyframes diamondBorder {
from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
Artistic depiction of SCP-6000, (dashed line) beween our universe (left) and SCP-6000-1 (right.)
Special Containment Procedures: Foundation assets in physics research groups are to sabotage work that might lead to civilian discovery of SCP-6000. MTF-hν, "The Light Brigade," is tasked with the tracking and disruption of GoI activities involving SCP-6000. Long-term containment possibilities, ranked by desirability, currently include:
- Reinforcement of the boundary between our universe and SCP-6000-1.
- Systematic, ongoing expulsion of antimatter from our universe.
- Complete material destruction of SCP-6000-1.
Description: SCP-6000 is an extra-universal buffer space between our universe and SCP-6000-1, its charge, parity, and time-reversal (CPT) complement. That is, a universe principally comprised of antibaryons. Antibaryons can be understood as moving "backward" in time relative to baryons, the particles which make up our universe.
A timeline of key events involving SCP-6000 is provided below.
10/8/2018: The access point of SCP-6000-1 is discovered in the Democratic Republic of the Congo. (DRC.)
12/20/2018: Physical Review Letters publishes a communication suggesting the existence of a CPT-complementary universe, comprised almost exclusively of antibaryons.
01/31/2019: The access point of SCP-6000-1 is neutralized after its inhabitants undertake hostile action against the Foundation.
02/07/2019: SCP-6000-1 is speculated to be the CPT complement of our universe by Senior Researcher Quentin Silver.
02/09/2019: Approval is given to Senior Researcher Silver for attempted reentry into SCP-6000-1.
03/02/2019: A CPT inversion conduit prototype is completed. A logistics delay prevents immediate D-class exploration.
03/03/2019: A drag-tailed spider, later identified as a female Arachnura scorpionoides, emerges from the conduit. Upon reaching the hallway, the spider is neutralized by security personnel.
03/05/2019: Particle detection experiments are conducted on the spider carcass. The sample is found to be 0.59% antibaryonic by mass, several orders of magnitude above baseline, though inconsistent with SCP-6000-1.
03/11/2019: D-Class Personnel D-662607 enters the CPT inversion conduit. D-662607 immediately falls back through the conduit, unconscious and bleeding severely from his eyes, nose, and mouth. D-662607 dies within minutes.
03/16/2019: An unmanned drone is piloted into the CPT inversion conduit. D-Class Personnel D-662611 views a video feed. D-662611's body sublimates into a smoke-like colloid.
03/21/2019: An unmanned drone is piloted into the CPT inversion conduit. D-Class Personnel D-662619 listens to an audio feed. D-662619's body is reduced to a wet powder.
03/23/2019: Particle detection experiments are conducted on the powder. The sample is found to be .012% antibaryonic by mass.
05/15/2019: Machine learning algorithms are used to autonomously develop appropriate cognitohazard-censoring software, using the previous video and audio feeds as a training set. Software is integrated into a delayed-feed headset. Testing on D-Class Personnel D-662981 verifies protection in the case of remote observation of SCP-6000. Censored video feed of SCP-6000 depicts a rocky beach. The sky is overcast. Several humanoid entities appear to be lying on the ground. An additional entity, censored by the software, wanders from one to the next. The censored entity is later designated SCP-6000-A.
05/17/2019: Expedition into SCP-6000 occurs. See Addendum 2.
Three members of MTF-hν, callsigns Mad Catz, Outlaw, and Longshot, were selected for the expedition due to their unusually high memetic resistance quotients. The three operatives entered SCP-6000 at 08:00 on May 17, 2019. Callsign "Archangel" is tasked with remote coordination. Mad Catz is designated commanding officer.
<BEGIN LOG>
[The trio arrive on the beach observed by D-662981. The censored figure is no longer present, but the humanoid entities are observed approximately one kilometer up the beach.]
Mad Catz: Archangel, we're inside. Feed look good?
Archangel: Affirmative, Mad Catz. Any injuries?
Mad Catz: Not our team. Not so sure about the guys from the video though.
Archangel: They're not going anywhere. Can you do a quick baryon sweep? Just on the sand or something?
Outlaw: On it.
[Outlaw takes the measurements while Mad Catz and Longshot unpack their gear.]
Outlaw: Huh. Looks like the sand's about fifty-fifty matter/antimatter.
Archangel: You sure about that?
Outlaw: Yeah. Why?
Archangel: We thought 4935 would be mostly antimatter.
Mad Catz: Maybe you only got us halfway there?
Archangel: Huh. Can you guys check out those bodies up ahead?
Mad Catz: Can do.
[The team unpacks their weapons and proceeds toward the humanoids, stopping roughly 100 meters away. The humanoids writhe on the ground, screaming in apparent pain. They appear to be deformed, emaciated humans with a variety of mechanical body augmentations.]
Mad Catz: Archangel, who are these guys? Why do they look like this?
Archangel: I think they're Akot. Looks like we got you to 4935 after all.
Mad Catz: What are those things they've all got on their chests?
Archangel: Those are the harnesses that keep them anchored in 4935.
Outlaw: Oh, Goddammit.
Longshot: What?
Outlaw: The harnesses are broken.
Longshot: I don't get it.
Outlaw: We're in the High fucking Horror.
[SCP-6000-A materializes in front of the trio. They train their rifles on it.]
SCP-6000-A: Is that what they're calling it? It's not like their home's much better.
Mad Catz: Who the Hell are you?
SCP-6000-A: An interesting choice of words. My given name is [COGNITOHAZARD CENSORED], but I have a number of nicknames that I quite enjoy.
Mad Catz: Try another cognitohazard and it'll cost you your life.
[SCP-6000-A moves toward Mad Catz.]
SCP-6000-A: Oh, feisty. Tell me, did you put those ears on your headset yourself? I'm more partial to horns, personally, but-
Mad Catz: One inch closer and you die.
[SCP-6000-A continues advancing. MTF-hν opens fire, causing SCP-6000-A to collapse. Video feed ceases censorship of SCP-6000-A, revealing the corpse to be a nude, white male in his thirties, with leathery black wings extending from his back.]
Longshot: So who is this guy?
[Longshot nudges the corpse with his foot. It dissolves into a black sludge, which is quickly absorbed into the sand.]
Longshot: Shit!
Mad Catz: You alright?
Longshot: Yeah, just, uh, didn't think I kicked it that hard.
Mad Catz: If you can't kick a man's ass so hard that he dissolves into liquid, you don't deserve a spot in this squad.
Outlaw: What do we do about the Akot? Why are there so many of them?
Mad Catz: What do you mean? Don't they all have the genetic condition that displaces them?
Outlaw: Yeah, but their augmentations wouldn't all break at the same time.
Longshot: What are you thinking? Mass failed suicide?
Outlaw: No, they're smarter than that. Seems weird that the spider, us, and every lost Akot would end up in the same place at the same time.
Mad Catz: What are you saying?
Outlaw: I got a C in high school physics, but if time flows forward in our universe, and backward in 4935, maybe it doesn't flow at all at their border.
Longshot: But we're moving.
Mad Catz: But this place isn't. Have you seen the tide since we got here?
Longshot: Shit, you're right. [He licks a finger.] No wind either.
Outlaw: I think we should get out of here.
Longshot: What about the Akot?
Outlaw: Forget 'em, kid. They're technically classified as Foundation enemies. If we could kill them, we'd be obligated to.
Mad Catz: Sorry, Longshot, he's right. Nothing we can do for them anyway.
Longshot: I meant: Why are they in pain? Did that guy have something to do with it?
Outlaw: Oh, right. That. Yeah, beats me.
Mad Catz: Same here. Archangel, do you want us to come back or what?
Archangel: Can you check one of the Akot for antibaryons first?
[Outlaw produces a hunting knife.]
Outlaw: On it.
Mad Catz: Jesus Christ, Hee Haw, can't you just take a fingernail or something?
[Outlaw rolls his eyes before severing a lock of hair from the nearest Akot.]
Mad Catz: Or that. Right.
Longshot: Hey, guys, just, while he's doing the measurements…
Mad Catz: Yeah?
Longshot: It's just, I thought you might die there, and you mean a lot to me. Both of you, I mean. And, just, like, as your teammate, I figured I should let you know. Both of you. Platonically.
Outlaw: Don't you fall in love with me, you son of a bitch.
[Mad Catz suppresses a snicker.]
Longshot: I was talking to both of- Never mind. Forget I said anything.
Outlaw: Test's done. The Akot's only 81% antimatter.
Mad Catz: What was the spider? Like half a percent?
Outlaw: Yeah, why?
Mad Catz: It was in here for what, at least a year? And it only changed half a percent from basically pure matter. These guys have changed by nearly 20%.
Longshot: They've been in here for, like, 40 years then?
Outlaw: At least. Could be a lot longer than that, depending on the order of the kinetics.
Longshot: I thought you got a C in physics?
Outlaw: Got an A in chemistry.
Mad Catz: Jesus, so they've been starving for at least a few decades? And that's on top of getting exposed to a lethal cognitohazard. Not like they can die, but it sure sounds like they want to. Speaking of, we still don't know what that censored thing was.
[The black sludge reemerges from the sand, reforming into a much larger, censored entity.]
SCP-6000-A: Allow me to rectify that, insect.
[SCP-6000-A lurches toward Mad Catz. She is absorbed into the censored region. Her video and audio feeds cut out.]
Longshot: Katie!
[Outlaw raises his rifle and begins to fire on SCP-6000-A. Longshot pulls the rifle off-target. The two struggle.]
Longshot: Quit it; you're gonna kill her!
Outlaw: You're gonna kill us! You think that's what she'd want?
SCP-6000-A: Don't worry; you'll be reunited with her soon.
[SCP-6000-A lunges at the pair, engulfing Longshot. His video and audio feeds cut out. Outlaw staggers backward, falling supine a few yards away from SCP-6000-A. The front half of his carbine is gone, the severed edges dripping with black sludge. He discards the rifle and draws his revolver, firing all six rounds into SCP-6000-A to little effect. Emptying the cylinder, Outlaw hesitates, struggling to find more ammunition on his person.
SCP-6000-A: Don't bother looking for your bullets. Protagonists never get to reload revolvers.
Outlaw: What the Hell are you talking about?
SCP-6000-A: Do you really not get what this place is? Who I am?
[Outlaw staggers to his feet, discards the revolver, and draws his knife.]
Outlaw: I just know you're going to pay for what you did to Katie and Aaron.
SCP-6000-A: [The entity laughs.] Humans. Let me guess, you think I'm some monster in the dimensional closet- something for you or another goon to lock in a box with fluorescent lights and armed guards.
Outlaw: You won't live to see a containment cell.
SCP-6000-A: If your species could kill me, they'd have done it when I was just a snake in a garden.
Outlaw: Are you trying to say that you're-
SCP-6000-A: Yes.
Outlaw: So this is what? Hell?
SCP-6000-A: Only in the sense that I live here, and that it's a place outside of time. This is a dimension of hope, of fear, of love. A place where function ignores form and vice versa, where expectation and narrative define existence.
Outlaw: Well I don't believe in God, or you, or anything. So you can dissolve right back into that black fucking mud.
SCP-6000-A: Maybe you don't believe in me, but your species does. Millenia of fear, anger, guilt- all of it piled onto a lone scapegoat. I wonder if any of you paused to think what that scapegoat would look like after all these years?
Outlaw: Pretty damn ugly if you ask me. Poorly endowed, too.
SCP-6000-A: I think the significance of all this is lost on you.
[SCP-6000-A begins to advance on Outlaw. Outlaw performs the sign of the cross.]
Outlaw: Oh, I appreciate the significance. It's that I'm gonna kill you, so help me God.
[Outlaw's knife begins to faintly luminesce. He drives the knife into SCP-6000-A, resulting in a sustained, blinding flash of light. When the light fades, Mad Catz and Longshot are unconscious on the beach next to Outlaw. Both SCP-6000-A and the hunting knife have vanished. The Akots' screaming is reduced to a soft moan.]
Archangel: Outlaw, are you still with us?
Outlaw: Yeah. Yeah, I'm good.
[Outlaw jostles Mad Catz.]
Outlaw: Hey, Ka- Mad Catz. Wake up, you're safe now.
[Mad Catz gasps for air as she wakes. After several minutes, she regains her breath.]
Mad Catz: What the fuck was that thing?
Outlaw: The devil, apparently.
Mad Catz: Bullshit.
Outlaw: Or, humanity's idea of the devil, I guess? Do you remember anything after it absorbed you?
Mad Catz: Nothing.
[Outlaw shakes Longshot.]
Outlaw: Hey dumbass, wake up!
[Longshot is startled upon regaining consciousness.]
Longshot: Outlaw? We're alive?
Outlaw: Despite your best efforts. Do you remember what happened inside of that thing?
Longshot: I was back in Texas. This dirt road I remember from when I was a kid. Katie was ahead of me, walking away, but I couldn't catch up. It was storming. I tried to yell, but the rain was too loud, too thick. She was getting further and further away, and the rain turned black. I had almost lost sight of her…
Mad Catz: Aw, you had a dream about me?
[Outlaw rolls his eyes. Mad Catz smirks.]
Longshot: This wasn't a dream. Also, shut up. I had all but given up, thinking I was going to drown in that sludge. But then, the clouds suddenly broke. Sunlight poured through them, and the rain stopped. I saw a rainbow behind you, but with colors I've never even imagined. It looked like you were just going to keep walking toward it, but I chased after you. When I finally caught up- I don't remember after that.
Outlaw: Rainbow, huh? Fits with everything else I guess.
Mad Catz: What do you mean?
Outlaw: [He hesitates.] I think I killed that thing by smiting it in the name of God. There was a big flash of light when it died and everything.
Mad Catz: I think you may have overdosed on the opiate of the masses, there, Outlaw.
[Mad Catz starts to laugh, before clutching her side and groaning.]
Mad Catz: Fuck, what happened to me in there?
[Mad Catz tries and fails to stand.]
Outlaw: Can you carry her, kid? My back's not so good these days.
[Outlaw smirks quietly as Longshot scoops up Mad Catz. The two avoid eye contact.]
Outlaw: Archangel, we're coming home.
<END LOG>
In April of 2020, Senior Researcher Silver suggested a connection between the time-reversal of antibaryons and the causality-violating properties of all anomalies. Detection experiments on 13 randomly selected Safe- and Euclid-class objects revealed antibaryon concentrations ranging from 1 to 10% by mass. Detection experiments were subsequently performed on an ice core from Antarctica to establish antibaryon levels as a function of time. These levels are reported below, alongside anomalous population growth over the same time period:
Comparison of antibaryon and anomaly occurrence rates. Following this analysis, SCP-6000 was given its current classifications.
On June 2, 2021, Senior Researcher Silver found the following letter on his desk:
Quentin,
This is a bittersweet moment for your species- you've figured out what's happening, and what's at the bottom of everything you once deemed supernatural. But with irrational fear dies irrational hope. To quote one of your favorite musicians:
"With everything discovered, just waiting to be known,
What's left for God to teach from His throne?"
I've enjoyed watching your species reach this point. I hope you find a happier ending than your counterparts in the mirror of time, but it's no longer an ending that I can be a part of. I bid you all goodbye, and good luck.
All my love,
יהוה
Wow! You flipped a card and got: Ch00bakka6k!!! You ca reload the page or go to the next.
DATE: 26 Apr 2021 15:40
Item #: SCP-6000
Object Class:
Special Containment Procedures:
Description:
Wow! You flipped a card and got: Scp 5557!!! You ca reload the page or go to the next.
DATE: 26 Apr 2021 15:33
[[html]]
<script>
alert("Welcome to FOUNDATION AUTO-ACCESS-5557-SITE-53, PLEASE ENTER YOUR DESIRED COMMAND.")
var t=prompt("»>")
var clearance = 1
for(i=0; i=1; i++) {
if(t == "access 5557.doc1") {
alert("WARNING: THIS FILE REQUIRES LEVEL (4) CLEARANCE TO ACCESS. ONLY AVAILABLE TO SITE_DIRECTOR: SITE-53 ('Jackson Lawn') OR OTHER LEVEL (4).")
alert("INPUT CREDENTIALS.")
f=prompt("USER »> ")
r=prompt("PASS »> ")
if(f != "JackLawn_FDS_skpNETsite-53dir") {
alert("ACCESS DENIED… PLEASE WAIT FOR AUTO SCAN.")
if(clearance < 4) {
setTimeout(function () { alert("WARNING. DETECTED LEVEL "+clearance+" CLEARANCE, PLEASE WAIT… AN MTF MEMBER FROM BETA-23 ('TOP-SECRET ENFORCERS') WILL BE WITH YOU SHORTLY.") }, 5000);
break;
}
if(clearance > 4) {
var a = prompt("NOTICE: THIS FILE IS RECOMMENDED TOWARDS type:(SITE53_DIR) PERSONNEL, ARE YOU SURE YOU WISH TO CONTINUE?")
if (a == 'y') {
document.write("SCP-5557 is something.")
}
}
}
if(t != "r5r8r6r9r6r8f7e8e6e9ee4e1e4e2e47") {
alert("ACCESS DENIED… PLEASE WAIT FOR AUTO SCAN.")
setTimeout(function () { alert("WARNING. DETECTED LEVEL"+clearance+" CLEARANCE, PLEASE WAIT… AN MTF MEMBER FROM BETA-23 ('TOP-SECRET ENFORCERS') WILL BE WITH YOU SHORTLY.") }, 5000);
}
} else if (t == "help") {
alert("1. ACCESS A 5557 DOC WITH 'access' COMMAND. \n2. ASK A ON-SITE TECHNICIAN")
var x = prompt("»>")
if (x == "2") {
document.write("You ask an online SCIPNet technician. He is of Level 3 status.")
alert("DETECTED NEW MESSAGE, SHOWING WARNING: A new message has popped up. Wear memetic-cognitohazardous protective suits before reading the message. Thank you.")
alert("ERROR ERROR: DETECTED- UNKNOWN -&*&(@&$(!&$))@*$&#@($&#@* SEE GUIDE MEMETIC ERROR:0X5283 CATASTROPHIC ABORT WARNING")
}
break
} else {
alert("INVALID COMMAND DETECTED. PLEASE ENTER 'help' FOR HELP.")
break;
}
}
</script>
[[/html]]