@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)); }
m
Special Containment Procedures: As of 1/2/1█ no SCP-xxxx event has occurred. If such an event does occur the town or city should be evacuated. If the evacuation can not be met depending on the area MTF Pi-1 (City Slickers) or MTF Epsilon-6 (Village Idiots) should be sent in to investigate. At the end of these events all witness could be given an amnestic.
Description: SCP-xxxx is designation for 5 anomalous events in ███████, Arizona. These SCP-xxxx events occurred from 12/23/1█ to 1/2/1█. SCP-xxxx-A is a perfect white spherical aircraft. It has been shown flying at 100 miles per hour, and is believed to be even faster. It is still currently unknown how SCP-xxxx-A can fly or is powered, and the Foundation has been unable to reverse engineer it. As of time of this report being written it is confirmed that they are at least 7 SCP-xxxx-B.
SCP-xxxx-B are humanoid entities that have observed exiting and entering SCP-xxxx-A. SCP-xxxx-B instances appears to dressed in completely white suits, with helmet in compassing the head area. Instances also appear wearing black gloves and boots. A symbol has also been seen on the right side instances suits. As of time of this report being written no instance of SCP-xxxx-B has ever been contain, nor interviewed by Foundation staff.
Addendum-xxxx-A-1: SCP-xxxx events started on 12/23/1█. However the Foundation only got involved during the second event, as a response to the first. MTF Pi-1 "City Slickers" was also sent in for an initial investigation. Below is a detailed description each event.
| Date | Event Description | Notes |
|---|---|---|
| 12/23/1█ | 7 bright lights could be seen flying in the sky believed to be SCP-xxxx-A. This occurred at 7:38pm to 7:44pm | n/a |
| 12/25/1█ | The 7 bright lights return and are seen lowering to the ground at a local park at 7:22pm. Foundation personnel are unable to find the SCP-xxxx-A instances, but do find SCP-xxxx-B instances. The instances quickly move away and the team is unable to make contact. | An individual by the name of Jones ███ goes missing the same night. |
| 12/28/1█ | From 7:00am to 7:59am all FM radio stations broadcast in the city are interrupted by an incoherent sounds. However faint cries for help could be heard. | 3 children and a cat are reported missing. The voices crying for help are reported as sound like Jonas ███'s voice. |
| 12/31/1█ | During a fireworks show at a park witnesses report SCP-xxxx-B instances are walking near by and taking notes. It was also reported several people were talking to the instances but they have not been identified. | Jones ███ and the 3 children are later recovered that night. Jonas and 1 of the children were able to give an interview of what had happened to him (See Addendum-xxxx-B1) and also had a scar on his chest. |
| 1/2/1█ | 7 bright lights believed to be SCP-xxxx-A instances are seen rising from the ground and flying to space. | Since 1/2/1█ there has never another be a SCP-xxxx event. |
Despite there not being another SCP-xxxx event the Classification Committee has kept SCP-xxxx as euclid, as SCP-xxxx could return and still be deemed a threat.
Addendum-xxxx-B-1: Interview log
Interviewer: Dr. Goose
Interviewee: Jones ███ (Subject)
Foreward: Jones ███ is a 29 year old man who is believed to have been abducted by SCP-xxxx-B during an SCP-xxxx event on 12/25/1█. He was later recovered on 12/31/1█. He was then taken to near by Site-██ for this interview.
BEGIN LOG
Subject: Why am I here? what is this? I just want to go home!
Dr. Goose: Please calm down. I just want talk to you and your recent past experiences.
Subject: Ok. Ok. I understand I'll talk.
Dr. Goose: Thank you. If you need anymore time to calm down your more than welcome to.
Subject: That won't be needed, I'm ready.
Dr. Goose: Thank you again now can tell me what happened to you on 12/25/1█?
Subject: Uh yes, yes I can. I was out on a late night run all alone at ████ park when all of a sudden two things came at me. They looked like those astronaut enemies from "Earthbound" if you ever played that game. probably not, but thats not the point. Thy also had a weird symbol on the right side of their chest. Anyways they restrained me and took me to a UFO. It's funny how at first I actually thought they were humans. The UFO was much bigger on the inside not by a lot. I saw other animals there too. I saw other aliens there too all looking the same. I also couldn't understand what they were saying. At one point I was strapped to a table and thats when I passed out.
Dr. Goose: Are you sure you can't remember anything?
Subject: No and I'm kind of thankful for that. I think I woke up a few days later with this scar on my chest. At one point the aliens were messing with radio transmissions or at least I can because I heard "Taylor Swift" playing before I heard the aliens voice. At that point I yelled for help. For the rest of the time the aliens just tested on me. Some it was harmful some it wasn't. It kind of like having a doctor check on you. One time they just watched me take a shit. Then I was kicked out left just where I was kidnapped as if nothing happened.
Dr. Goose: Is there anything else?
Subject: No.
Dr. Goose: Well then thank you for your time Jones.
END LOG
Closing Notes: Jones ███ was give an amnestic taken back to his apartment.
Interviewer: Dr. Goose
Interviewee: Danny ███████ (Subject)
Foreword: Danny ███████ is an 8 year old boy who was 1 of 3 abducted children during an SCP-xxxx event on 12/28/1█. He was later recovered on 12/31/1█, and has been taken to the near by Site-██ for this interview.
BEGIN LOG
Dr. Goose: Good afternoon Danny. May you please answer some questions for me?
Subject: My mommy told me not to talk to strangers.
Dr. Goose: Don't worry I'm an exception. You can talk to me.
Subject: Fine but if my mommy finds out your dead.
Dr. Goose: (chuckles) Thank you. Now as I was saying before may you please answer some questions?
Subject: I guess so.
Dr. Goose: Ok where were you on 12/28/1█?
Subject: Out at the park with some friends but something odd happened to me. People in white hazmat suits came out of nowhere and took me. I was crying at the time but don't anyone that, because I'm tough and don't cry.
Dr. Goose: Your secret is safe with me.
Subject: They took me and three others to this white ball. It looked like they set up some type of camp. There were boxes and me and the others were put into like this jail cell, but it wasn't a bad jail. We were given cool stuff. It was weird how they just watched us play though. At one point I saw one of them take off their helmet. I saw [REDACTED].
Dr. Goose: Uhh how did you react to that?
Subject: What do mean I just reacted as normal. After a few days later I was released and ran home to my mom, and then guys came, and this is where we are now.
Dr. Goose: Uhhh thank you.
[END LOG]
Closing Notes: Danny ███████ give an amnestic and was taken to his home. Some how Danny was unfazed by [REDACTED] but probably had to do with his age.
Addendum-xxxx-B-2: On 1/4/1█ a message written on a small piece of paper was found in ███████, Arizona possible relating to SCP-xxxx. The message has a few spelling errors, and is believed to written by an SCP-xxxx-B instances. The note can found below.
sorry ef my spelling is bad still not use to thas langooage. just wanted to say thank
for the supplies, and info. Every since they came and ruinend our eco it's just never
ben same. thats al we came for. but to who may concurn we have run some test. We
just need mak a proto to prepare for the for told invasion- Followers of the Second Hytoth
m
Special Containment Procedures: Liberty Island should at all times have 3 personnel posted. Any construction done on Liberty Island must authorized by the O5 Council. 3 other personnel should be posted inside SCP-xxxx-1 at all times. These personnel should report any suspicious behavior or changes in SCP-xxxx-1 2 or 3. Once a month all personnel assigned but take physiological testing. Signs of a breach or activation of SCP-xxxx-3 Protocol salutem 300 should be activated.
Protocol Salutem 130: All civilians in the blast radius of SCP-xxxx-3 should be evacuated to exclusionary Sites-10-20. MTF-Gamma-121 (Time Anchors) should assist in this role. MTF-Mu-89 (Reality Barriers) along with a containment consultant (POI-4330) should be brought into SCP-xxxx-1 to assess the situation and neutralize the threat posed by SCP-xxxx-3. If MTF-Mu-89 and the consultant can't do anything Site-28 should detonate it's on site nuclear warhead.
Update-12/█/02: Following Incident-xxxx-C1 Personnel are now no longer allowed to damage SCP-xxxx-3 or enter the room it's located along with operating SCP-xxxx-2. Only under Protocol Salutem 130 are personnel allowed.
Description: SCP-xxxx-1 is facility located under Liberty Island NY. SCP-xxxx-1 is made out of reinforced steel concrete. SCP-xxxx-1 has break and cafeteria room, 3 storage rooms, 2 rooms with 20 beds in them each, testing room, and a room with SCP-xxxx-2 in. SCP-xxxx-2 is a mechanical device located in SCP-xxxx-1. SCP-xxxx-2 is made out of an unknown metal resistant to all and any damage done too it. It is 2 meters in length and 1.5 meter hight and is attached to wall.
A terminal attached on to SCP-xxxx-2 allows a user to activate SCP-xxxx-3. SCP-xxxx-3 appears to be some type explosive. Due information gathered it is believed that SCP-xxxx-3 holds another reality inside it. This reality would change our reality to comprehendible form. The blast radius of SCP-xxxx-3 is same as a hydrogen bomb.
SCP-xxxx was built in joint construction between GRU Division P and Chicago Spirit in the late 1940's. Members of the Chicago Spirit who were involved in the project were not told that the facility was being used house SCP-xxxx-3.
Addendum-1: SCP-xxxx was discovered by the FBI's Usual Incidents Unit in 1995. According to UIU agents SCP-xxxx-1 was completely abounded with a few papers and notes also recovered. The UIU began an Investigation to track down individuals connected SCP-xxxx while keeping watch over it. The UIU were able locate POI-4330 and POI-4331.
POI-4330: A former male scientist who worked for GRU Division P named Viktor Belsky. Aged at 81 while taken into custody. According to notes found in SCP-xxxx-1 POI-4330 was one lead scientist who worked on SCP-xxxx.
POI-4331: A former member of the Chicago Spirit named James Harley, who was able to share on insight on SCP-xxxx. In 1975 POI served 25 years in prison due to him committing a murder during his time in the Chicago Spirit. Aged at 79 while taken into questioning.
Addendum-2-Interviews logs: The following are interviews conducted by the UIU.
Interview Log-xxxx-2A:
Interviewer: Special Agent Keen of the UIU
Interviewee: Viktor Belsky (POI-4330)
BEGIN LOG
Agent Keen: Dr Belsky is it?
POI-4330: yes.
Agent Keen: ok good, says here you part of project started by GRU in 1960's right?
POI-4330: Yes but I unaffiliated myself with group late into the project along with a
few others.Agent Keen: Can share with me some details about this project?
POI-4330: Um yes. It was called Project Real Land. It was started on the order of Stalin. In my opinion I think started it due to paranoia of you Americans.
Agent Keen: Can tell me goal of Project Real Land?
POI-4330: Goal of the project was to make bomb that when detonated the bomb could rewrite reality almost. Stalin wanted to push it even more. He wanted us to place the bomb in America. We all thought he was crazy.
Agent Keen: Can you tell how one of these reality bombs are made?
POI-4330: You make them by doing a ritual that involves [DATA EXPUNGED].
Agent Keen: Oh my God!
(silence for 1 minute)
Agent Keen: Ok ok, was not expecting that.
ENG LOG
Interview Log-xxxx-2B:
Interviewer: Special Agent Keen of the UIU
Interviewee: James Harley (POI-4331)
BEGIN LOG
Agent Keen: James Harley. You once part of the Chicago Spirit.
POI-4331: Yes sir I was, anyways why am I here? I already serving my time.
Agent Keen: We believe you were part of a project involving GRU-division-P.
POI-4331: Seeing how I'm already in prison I may as well tell thats it's all true.
Agent Keen: What's all true?
POI-4331: I'll explain. I believe in late 1940's a Russian man dressed in all black
approached one of our facilities in New York City. He drove in a white truck. you knows
those you put your furniture in when your moving. So anyways he came out, told us he
part of P, and asked us to build a facility. In exchanged we'd be given money, weapons,
and drugs. We were given a blue print and everything. He decided to build under Liberty
Island. Now that I think about kind of a stupid place. He also gave this huge box. He told
us not too harm it, and when we were done building the place we are to leave and not return.Agent Keen: How were you not noticed?
POI-4331: Antimemes.
ENG LOG
(It appears that POI didn't know what was in the box suggesting he didn't know it was a bomb.)
Addendum-3: Following these interviews the UIU connected the Foundation, along with reports and documents relating to SCP-xxxx (which include the two interview from above) along with both POI:4330 and POI:4331 were also taken into foundation custody.
Incident-xxxx-C1:
m
Special Containment Procedures:
Description: SCP-xxxx is a cognito hazard in the form of a picture book. All SCP-xxxx instances appear to have 55 pages, titled "The Cat in Gold", and have no author. As well as this all instances tend to black in page color, and use a gold color for text. It is to note that the pictures (on the left side of pages) will gradually darken over time, with a new layer every page.
The story of SCP-xxxx is about a lonely princess living in a palace over looking a kingdom. The princess is the daughter of corrupt king. For the first 3 pages the princess is a alone however on the 4th SCP-xxxx-A appears.
Addendum:
Item #: SCP-xxxx
Object Class: Safe
Special Containment Procedures:
Description:
Addendum:
GoI formats:






Per 


