@import url("https://use.typekit.net/mst2dnj.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: "ouroborous-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "nu-SCP Theme"; /* set this to your theme's full name */ --header-title: "The Foundation"; --header-subtitle: "Office of the Overseer"; /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Aouroborous-theme/ouroborous_logo.svg"); /* Typefaces */ --header-font: korolev-condensed, sans-serif; --title-font: korolev, sans-serif; /* Standard Colors */ --white-monochrome: 246, 246, 246; /* white */ --pale-gray-monochrome: 244, 244, 244; /* v light gray for blockquotes and stuff */ --light-pale-gray-monochrome: 244, 244, 244; /* very light pale gray for misc. use */ --very-light-gray-monochrome: 215, 215, 215; --light-gray-monochrome: 133, 133, 133; /* light accent gray for login status */ --gray-monochrome: 66, 66, 66; /* gray */ --dark-gray-monochrome: 59, 59, 59; /* dark accent gray for sidebar background */ --black-monochrome: 15, 5, 5; /* black */ --bright-accent: 185, 5, 4; /* bright red */ --medium-accent: 140, 20, 25; /* medium red */ --dark-accent: 153, 1, 0; /* dark red */ --newpage-color: 221, 102, 17; /* pale orange */ /* Primary Text Colors */ --swatch-text-general: var(--swatch-text-light); /* Primary Menu Colors */ --swatch-menutxt-general-color: var(--swatch-menutxt-light-color); --swatch-menubg-color: var(--black-monochrome); --swatch-border-color: var(--swatch-menubg-black-color); --sidebar-links-text: var(--swatch-menutxt-light-color); /* Primary Theme Colors */ --swatch-background: var(--black-monochrome, 26, 25, 24); /* Rating Module Colors */ --rating-module-button-color: var(--bright-accent); --rating-module-button-plus-color: 45, 65, 25; --rating-module-button-negative-color: 70, 35, 30; --rating-module-button-cancel-color: 50, 45, 50; --rating-module-button-credit-color: 50, 45, 50; --rating-module-text-color: var(--dark-accent); --rating-module-button-color: var(--dark-accent); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Background and Header Colors */ --background-gradient-color: var(--very-light-gray-monochrome); --header-gradient-color-bottom: var(--bright-accent); --header-gradient-color-middle: var(--black-monochrome); --header-gradient-color-top: var(--black-monochrome); --background-gradient-distance: 40rem; --diagonal-stripes: none; --scrollbar-width: 0.5rem; /*Toggle Sidebar Button Colors*/ --toggle-button-bg: rgb(var(--black-monochrome)); --toggle-border-color: rgb(var(--bright-accent)); --toggle-icon-color: rgb(var(--white-monochrome)); scrollbar-color: rgba(var(--dark-gray-monochrome), 1) rgba(var(--black-monochrome), 1); } html, body { color: rgb(var(--swatch-text-light)); } a { color: rgb(var(--swatch-primary)); } div.buttons.alignleft > input { cursor: pointer; } .autocomplete-list li { background-color: rgb(var(--black-monochrome)) !important; } .autocomplete-list li.yui-ac-highlight { background-color: rgb(var(--dark-accent)) !important; color: rgb(var(--black-monochrome)) !important; } #page-content a:not([href*="user"]):not([href*="javascript:;"]) { padding: 0.15em; margin: -0.15em; -webkit-box-decoration-break: clone; box-decoration-break: clone; -webkit-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome)); -moz-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome)); box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome)); -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); -webkit-animation-delay: -300ms; -moz-animation-delay: -300ms; -o-animation-delay: -300ms; animation-delay: -300ms; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):hover { padding: 0.3em 0.25em 0.2em 0.25em; margin: -0.25em; -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); text-decoration: none; color: rgb(var(--white-monochrome)); -webkit-animation: neondrop 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate; -moz-animation: neondrop 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate; -o-animation: neondrop 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate; animation: neondrop 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate; -webkit-animation-delay: -300ms; -moz-animation-delay: -300ms; -o-animation-delay: -300ms; animation-delay: -300ms; -webkit-transition-delay: 0; -moz-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; } @supports (background-blend-mode: screen) { #extra-div-1 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background-image: -webkit-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -webkit-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) -webkit-calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -moz-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -moz-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) -moz-calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -moz-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--black-monochrome))), color-stop(30%, rgb(var(--black-monochrome))), to(rgb(var(--dark-gray-monochrome)))), -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(rgb(var(--black-monochrome))), color-stop(rgb(var(--black-monochrome))), color-stop(rgb(var(--black-monochrome))), to(rgb(var(--bright-accent)))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(var(--black-monochrome), 0)), color-stop(10rem, rgba(var(--black-monochrome), 0.5)), color-stop(25rem, rgba(var(--black-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) -webkit-calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) -moz-calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: linear-gradient(to bottom, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), linear-gradient(to bottom, rgb(var(--bright-accent)) var(--header-height-on-desktop), rgb(var(--black-monochrome)) calc(var(--header-height-on-desktop) + 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), linear-gradient(to bottom, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-desktop), 100% var(--background-gradient-distance); -moz-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-desktop), 100% var(--background-gradient-distance); -o-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-desktop), 100% var(--background-gradient-distance); background-size: var(--header-background-image-size), 100% var(--final-header-height-on-desktop), 100% var(--background-gradient-distance); background-repeat: no-repeat; background-blend-mode: darken; pointer-events: none; } #extrac-div-1 { position: absolute; top: 0; left: 0; width: 100%; height: var(--background-gradient-distance); z-index: -2; background-color: rgb(var(--bright-accent)); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='40' viewBox='0 0 50 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%230f0505' fill-opacity='0.1'%3E%3Cpath d='M40 10L36.67 0h-2.11l3.33 10H20l-2.28 6.84L12.11 0H10l6.67 20H10l-2.28 6.84L2.11 10 5.44 0h-2.1L0 10l6.67 20-3.34 10h2.11l2.28-6.84L10 40h20l2.28-6.84L34.56 40h2.1l-3.33-10H40l2.28-6.84L47.89 40H50l-6.67-20L50 0h-2.1l-5.62 16.84L40 10zm1.23 10l-2.28-6.84L34 28h4.56l2.67-8zm-10.67 8l-2-6h-9.12l2 6h9.12zm-12.84-4.84L12.77 38h15.79l2.67-8H20l-2.28-6.84zM18.77 20H30l2.28 6.84L37.23 12H21.44l-2.67 8zm-7.33 2H16l-4.95 14.84L8.77 30l2.67-8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; } } #header { background-repeat: no-repeat; background-position: left 0 top 1rem; background-clip: border-box; -webkit-background-size: auto -webkit-calc(var(--header-height-on-desktop) - 2rem); -moz-background-size: auto -moz-calc(var(--header-height-on-desktop) - 2rem); -o-background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-size: auto calc(var(--header-height-on-desktop) - 2rem); -webkit-filter: initial; filter: initial; } #header, #top-bar { --wght: 400; font-weight: 400; } #header h1, #header h2 { --wght: 400; font-weight: 400; } #header h1 a { --wght: 500; font-size: 175%; font-weight: 500; overflow-wrap: normal; padding: 0; margin-top: -webkit-calc((var(--header-height-on-desktop) - 0.5em)/2); margin-top: -moz-calc((var(--header-height-on-desktop) - 0.5em)/2); margin-top: calc((var(--header-height-on-desktop) - 0.5em)/2); margin-left: -webkit-calc(var(--header-height-on-desktop) - .75rem); margin-left: -moz-calc(var(--header-height-on-desktop) - .75rem); margin-left: calc(var(--header-height-on-desktop) - .75rem); } #header h1 a::before { color: rgb(255, 219, 90); color: rgb(var(--bright-accent)); text-shadow: inherit; } #header h2 span { margin-left: -webkit-calc(var(--header-height-on-desktop) + 0.75rem); margin-left: -moz-calc(var(--header-height-on-desktop) + 0.75rem); margin-left: calc(var(--header-height-on-desktop) + 0.75rem); } #top-bar div.mobile-top-bar > ul > li:hover, #top-bar div.top-bar > ul > li:hover { background: rgb(var(--swatch-menubg-black-color)); } #top-bar div.mobile-top-bar > ul > li > ul, #top-bar div.top-bar > ul > li > ul { background: rgba(var(--swatch-menubg-black-color), .93); } #side-bar:hover { background-color: rgb(var(--black-monochrome), 0.5); scrollbar-color: rgba(var(--dark-gray-monochrome), 1) rgba(var(--black-monochrome), 1); } #side-bar { background-color: rgb(var(--black-monochrome)); scrollbar-color: rgba(var(--dark-gray-monochrome), 0) rgba(var(--black-monochrome), 0); } #side-bar div.menu-item { border-bottom: 0.0625rem solid rgb(var(--swatch-menubg-dark-color)); border-top: 0.0625rem solid rgb(var(--swatch-menubg-dark-color)); margin-top: -0.0625rem; } #side-bar div.menu-item > :not(:nth-child(2)):not(.collapsible-block) { border-left: 0.0625rem solid rgb(var(--swatch-menubg-dark-color)); } #side-bar div.menu-item a, #side-bar div.menu-item .text { color: rgb(var(--swatch-menutxt-light-color)); } #side-bar div.menu-item a:hover { background-color: rgba(var(--bright-accent), .15); } #side-bar div.menu-item a:hover::before, #top-bar div.top-bar > ul > li > ul > li > a:hover::before, #top-bar div.top-bar > ul > li > ul > li > ul > li > a:hover::before { -webkit-animation: neonbg 1.5s ease-in-out infinite alternate; -moz-animation: neonbg 1.5s ease-in-out infinite alternate; -o-animation: neonbg 1.5s ease-in-out infinite alternate; animation: neonbg 1.5s ease-in-out infinite alternate; } #side-bar .heading, #side-bar .side-block > .collapsible-block:nth-child(1) .collapsible-block-folded { --wght: 700; background: initial; font-weight: 700; } #side-bar .heading p, #side-bar .side-block > .collapsible-block .collapsible-block-link { --wght: 900; color: rgb(var(--swatch-menutxt-dark-color)); text-shadow: inherit; 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(255, 219, 90); color: rgb(var(--bright-accent)); text-shadow: inherit; font-family: var(--header-font); text-transform: none; } #side-bar .heading p::after, #side-bar .side-block > .collapsible-block .collapsible-block-link::after, #side-bar .heading p::before, #side-bar .side-block > .collapsible-block .collapsible-block-link::before { content: " "; position: absolute; width: 100%; height: 0.35rem; } #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-darker), 1); } iframe.scpnet-interwiki-frame { -webkit-filter: invert(0.75) hue-rotate(180deg) saturate(5) contrast(4) brightness(0.75); filter: invert(0.75) hue-rotate(180deg) saturate(5) contrast(4) brightness(0.75); } @supports (mix-blend-mode: overlay;) { .scpnet-interwiki-wrapper::before { content: " "; width: 100%; height: 100%; background: rgb(var(--black-monochrome)); top: 0; left: 0; position: absolute; z-index: 9999; mix-blend-mode: overlay; } } #page-title { color: rgb(var(--swatch-menutxt-dark-color)); -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; cursor: default; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; border-bottom: none; } #page-title:hover { -webkit-animation: neon 1.5s ease-in-out infinite alternate; -moz-animation: neon 1.5s ease-in-out infinite alternate; -o-animation: neon 1.5s ease-in-out infinite alternate; animation: neon 1.5s ease-in-out infinite alternate; color: rgb(var(--bright-accent)); } blockquote, .blockquote { background-color: rgba(var(--swatch-menubg-dark-color), 0.25); } .yui-navset .yui-content { background-color: rgba(var(--swatch-menubg-dark-color), 0.25); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: rgb(var(--swatch-menubg-dark-color)); } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--swatch-menubg-black-color)); color: rgb(var(--swatch-text-light)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background-color: rgb(var(--swatch-menubg-dark-color)); } .yui-navset .yui-nav a:focus, .yui-navset .yui-nav a:hover { -webkit-animation: neonbg 1.5s ease-in-out infinite alternate; -moz-animation: neonbg 1.5s ease-in-out infinite alternate; -o-animation: neonbg 1.5s ease-in-out infinite alternate; animation: neonbg 1.5s ease-in-out infinite alternate; } table.wiki-content-table th { background: rgb(var(--swatch-primary-darkest)); } .code { background-color: rgba(var(--swatch-menubg-dark-color), 0.25); } .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.5rem solid rgba(var(--black-monochrome)); } a:visited { color: rgb(var(--swatch-primary-darker)); } h1 { color: rgb(var(--swatch-primary)) !important; } hr { border-top: none; background: -webkit-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: -moz-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: -o-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: linear-gradient(10deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); -webkit-filter: blur(0.04rem); filter: blur(0.04rem); height: 0.03125rem; margin: 1.25em 0; } hr::before { content: " "; position: absolute; top: 0.1125rem; left: 0; border-top: none; width: 100%; height: 0.125rem; background: -webkit-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: -moz-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: -o-linear-gradient(80deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background: linear-gradient(10deg, rgba(var(--bright-accent), 0.15) 0%, rgba(var(--bright-accent), 1) 50%, rgba(var(--bright-accent), 0.15) 100%); background-position: center center; -webkit-filter: blur(0.04rem); filter: blur(0.04rem); } .page-rate-widget-box { background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--swatch-primary-darkest), 0.1))), to(rgba(var(--black-monochrome), 1)) !important; background: -webkit-linear-gradient(bottom left, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: -moz-linear-gradient(bottom left, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: -o-linear-gradient(bottom left, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgba(var(--swatch-primary-darkest), 0.1)), to(rgba(var(--black-monochrome), 1))) !important; background: -webkit-linear-gradient(top right, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: -moz-linear-gradient(top right, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: -o-linear-gradient(top right, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; background: linear-gradient(to bottom left, rgba(var(--swatch-primary-darkest), 0.1) 0, rgba(var(--black-monochrome), 1) 100%) !important; } form#edit-page-form { background-color: rgba(var(--bright-accent), 0.25); } textarea, input.text { background-color: rgb(var(--black-monochrome)); color: rgb(var(--white-monochrome)); padding: 0.5em; } #lock-info { background-color: rgb(var(--bright-accent)); } div.buttons input, input.button, button, file, a.button { background-color: rgb(var(--medium-accent)); color: rgb(var(-black-monochrome)); border-color: rgb(var(--black-monochrome)) } div.buttons input:hover, input.button:hover, button:hover, a.button:hover { background-color: rgb(var(--bright-accent)); } 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; background-color: rgba(var(--swatch-menubg-dark-color), 0.25); border: 0.0625rem solid rgba(var(--swatch-primary), 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: rgba(var(--swatch-primary-darkest), 1); color: rgba(var(--swatch-menutxt-dark-color), 1); border: 0.0625rem solid rgba(var(--swatch-menubg-dark-color), 1); } .owindow .title { background-color: rgb(var(--swatch-menubg-dark-color)); } #odialog-container, .title.modal-header, .owindow, .hovertip { background-color: rgb(var(--swatch-primary-darkest)); } .owindow .button-bar a { background-color: rgb(var(--swatch-menubg-dark-color)); color: rgb(var(--white-monochrome)); } @media only screen and (max-width: 768px) { #header { --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; background-position: -webkit-calc((var(--header-height-on-mobile) - 3.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) - 3.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) - 3.75rem) - var(--size)) calc(((var(--size) * -1) + var(--header-height-on-mobile) + var(--y-offset)) / 2); -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); background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; } #header > h1 > a > span { height: var(--header-height-on-mobile); } #header h1 a { line-height: 1; margin-left: -webkit-calc(var(--header-height-on-mobile) - 3.5rem); margin-left: -moz-calc(var(--header-height-on-mobile) - 3.5rem); margin-left: calc(var(--header-height-on-mobile) - 3.5rem); margin-top: -webkit-calc(((var(--header-height-on-mobile) / 2)) - 2rem); margin-top: -moz-calc(((var(--header-height-on-mobile) / 2)) - 2rem); margin-top: calc(((var(--header-height-on-mobile) / 2)) - 2rem); font-size: 3rem; } #header h1 a::before, #header h1 a { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #header h1 a:hover::before { -webkit-animation: neon 1.5s ease-in-out infinite alternate; -moz-animation: neon 1.5s ease-in-out infinite alternate; -o-animation: neon 1.5s ease-in-out infinite alternate; animation: neon 1.5s ease-in-out infinite alternate; } #top-bar a:hover { -webkit-animation: neon 1.5s ease-in-out infinite alternate; -moz-animation: neon 1.5s ease-in-out infinite alternate; -o-animation: neon 1.5s ease-in-out infinite alternate; animation: neon 1.5s ease-in-out infinite alternate; } #header h2 span { line-height: 1.1; margin-left: -webkit-calc(var(--header-height-on-mobile) - 3rem); margin-left: -moz-calc(var(--header-height-on-mobile) - 3rem); margin-left: calc(var(--header-height-on-mobile) - 3rem); margin-top: -webkit-calc(((var(--header-height-on-mobile) / 2) + 0.75rem)); margin-top: -moz-calc(((var(--header-height-on-mobile) / 2) + 0.75rem)); margin-top: calc(((var(--header-height-on-mobile) / 2) + 0.75rem)); font-size: 1rem; } #extra-div-1 { background-image: -webkit-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -webkit-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) -webkit-calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -moz-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -moz-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) -moz-calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -moz-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--black-monochrome))), color-stop(30%, rgb(var(--black-monochrome))), to(rgb(var(--dark-gray-monochrome)))), -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(rgb(var(--black-monochrome))), color-stop(rgb(var(--black-monochrome))), color-stop(rgb(var(--black-monochrome))), to(rgb(var(--bright-accent)))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(var(--black-monochrome), 0)), color-stop(10rem, rgba(var(--black-monochrome), 0.5)), color-stop(25rem, rgba(var(--black-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) -webkit-calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -webkit-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) -moz-calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--black-monochrome)) -moz-calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: -o-linear-gradient(top, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), -o-linear-gradient(top, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), -o-linear-gradient(top, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); background-image: linear-gradient(to bottom, rgb(var(--black-monochrome)) 0%, rgb(var(--black-monochrome)) 30%, rgb(var(--dark-gray-monochrome)) 100%), linear-gradient(to bottom, rgb(var(--bright-accent)) var(--header-height-on-mobile), rgb(var(--black-monochrome)) calc(var(--header-height-on-mobile) + 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--black-monochrome)) calc(100% - 0.125rem), rgb(var(--bright-accent)) 100%), linear-gradient(to bottom, rgba(var(--black-monochrome), 0) 0, rgba(var(--black-monochrome), 0.5) 10rem, rgba(var(--black-monochrome), 1) 25rem, rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-mobile), 100% var(--background-gradient-distance); -moz-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-mobile), 100% var(--background-gradient-distance); -o-background-size: var(--header-background-image-size), 100% var(--final-header-height-on-mobile), 100% var(--background-gradient-distance); background-size: var(--header-background-image-size), 100% var(--final-header-height-on-mobile), 100% var(--background-gradient-distance); } } @media only screen and (min-width: 600px) and (max-width: 768px) { #header { --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; background-position: -webkit-calc((var(--header-height-on-mobile) - 3.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) - 3.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) - 3.75rem) - var(--size)) calc(((var(--size) * -1) + var(--header-height-on-mobile) + var(--y-offset)) / 2); -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); background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; } } @-webkit-keyframes neon { from { text-shadow: 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--black-monochrome)), 0 0 0.9375rem rgb(var(--black-monochrome)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 2.1875rem rgb(var(--bright-accent)), 0 0 2.5rem rgb(var(--bright-accent)), 0 0 3.125rem rgb(var(--bright-accent)), 0 0 4.6875rem rgb(var(--bright-accent)); } to { text-shadow: 0 0 0.1565rem rgb(var(--black-monochrome)), 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.469rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--bright-accent)), 0 0 1.094rem rgb(var(--bright-accent)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 1.5625rem rgb(var(--bright-accent)), 0 0 2.344rem rgb(var(--bright-accent)); } } @-moz-keyframes neon { from { text-shadow: 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--black-monochrome)), 0 0 0.9375rem rgb(var(--black-monochrome)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 2.1875rem rgb(var(--bright-accent)), 0 0 2.5rem rgb(var(--bright-accent)), 0 0 3.125rem rgb(var(--bright-accent)), 0 0 4.6875rem rgb(var(--bright-accent)); } to { text-shadow: 0 0 0.1565rem rgb(var(--black-monochrome)), 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.469rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--bright-accent)), 0 0 1.094rem rgb(var(--bright-accent)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 1.5625rem rgb(var(--bright-accent)), 0 0 2.344rem rgb(var(--bright-accent)); } } @-o-keyframes neon { from { text-shadow: 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--black-monochrome)), 0 0 0.9375rem rgb(var(--black-monochrome)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 2.1875rem rgb(var(--bright-accent)), 0 0 2.5rem rgb(var(--bright-accent)), 0 0 3.125rem rgb(var(--bright-accent)), 0 0 4.6875rem rgb(var(--bright-accent)); } to { text-shadow: 0 0 0.1565rem rgb(var(--black-monochrome)), 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.469rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--bright-accent)), 0 0 1.094rem rgb(var(--bright-accent)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 1.5625rem rgb(var(--bright-accent)), 0 0 2.344rem rgb(var(--bright-accent)); } } @keyframes neon { from { text-shadow: 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--black-monochrome)), 0 0 0.9375rem rgb(var(--black-monochrome)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 2.1875rem rgb(var(--bright-accent)), 0 0 2.5rem rgb(var(--bright-accent)), 0 0 3.125rem rgb(var(--bright-accent)), 0 0 4.6875rem rgb(var(--bright-accent)); } to { text-shadow: 0 0 0.1565rem rgb(var(--black-monochrome)), 0 0 0.3125rem rgb(var(--black-monochrome)), 0 0 0.469rem rgb(var(--black-monochrome)), 0 0 0.625rem rgb(var(--bright-accent)), 0 0 1.094rem rgb(var(--bright-accent)), 0 0 1.25rem rgb(var(--bright-accent)), 0 0 1.5625rem rgb(var(--bright-accent)), 0 0 2.344rem rgb(var(--bright-accent)); } } @-webkit-keyframes neonbg { 0% { background: rgba(var(--bright-accent), 0.125); } 100% { background: rgba(var(--bright-accent), 0.6667); } } @-moz-keyframes neonbg { 0% { background: rgba(var(--bright-accent), 0.125); } 100% { background: rgba(var(--bright-accent), 0.6667); } } @-o-keyframes neonbg { 0% { background: rgba(var(--bright-accent), 0.125); } 100% { background: rgba(var(--bright-accent), 0.6667); } } @keyframes neonbg { 0% { background: rgba(var(--bright-accent), 0.125); } 100% { background: rgba(var(--bright-accent), 0.6667); } } @-webkit-keyframes neondrop { 0% { -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); } 100% { -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } @-moz-keyframes neondrop { 0% { -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); } 100% { -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } @-o-keyframes neondrop { 0% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); } 100% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } @keyframes neondrop { 0% { -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.6667); } 100% { -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } }
WELCOME TO SCiPNET DIRECT ACCESS TERMINAL. PLEASE ENTER COMMAND
login
PLEASE ENTER USER AUTHENTICATION
pcs.58|orratnesj#pcs.58|orratnesj | cheesegrater42
AUTHENTICATION ACCEPTED. PLEASE ENTER COMMAND
access 7200 2
YOU ARE ATTEMPTING TO ACCESS A FILE THAT IS NOT AVAILABLE AT SECURITY LEVEL 2 (RESTRICTED). PLEASE CONTACT YOUR SUPERVISOR FOR ACCESS TO THIS FILE.
WELCOME TO SCiPNET DIRECT ACCESS TERMINAL. PLEASE ENTER COMMAND
login
PLEASE ENTER USER AUTHENTICATION
pcs.scihte|2rebajg#pcs.scihte|2rebajg | Grand37cuntAuctaLabor3
AUTHENTICATION ACCEPTED. PLEASE ENTER COMMAND
access 7200 3
YOU ARE ATTEMPTING TO ACCESS A SECURITY LEVEL 3 (RESTRICTED) FILE. PLEASE NOTE THAT ACCESS TO THIS FILE IS RESTRICTED TO PERSONNEL WITH LEVEL THREE SECURITY CLEARANCE DIRECTLY IN CONTACT WITH SCP-7200. CONTINUING WITHOUT PROPER AUTHORIZATION WILL RESULT IN DISCIPLINARY ACTION, UP TO AND INCLUDING ADMINISTRATION OF A BROAD-SPECTRUM CLASS-A AMNESTIC FOLLOWED BY TERMINATION OF EMPLOYMENT.
INFORMATION REGARDING YOUR ACCESS TO THIS FILE (INCLUDING THE DATE, TIME, AND LOCATION) WILL BE REPORTED TO THE RECORDS AND INFORMATION SECURITY ADMINISTRATION (RAISA).
IF YOU WISH TO CONTINUE, PLEASE RE-ENTER YOUR USER AUTHENTICATION NOW.
pcs.scihte|2rebajg#pcs.scihte|2rebajg | Grand37cuntAuctaLabor3
AUTHENTICATION ACCEPTED. PLEASE ENTER YOUR PROJECT-SPECIFIC PERSONAL IDENTIFICATION NUMBER (PSPIN)
888-231-1123-085
THANK YOU. THE TIME AND DATE OF YOUR ACCESS TO THIS FILE HAS BEEN LOGGED AND REPORTED TO THE RECORDS AND INFORMATION SECURITY ADMINISTRATION (RAISA).
USER NAME: Gabriel Jaber
TITLE: Ethics Committee Member
DISPLAYING SCP-7200, CLEARANCE LEVEL 3
Special Containment Procedures:
SCP-7200 is contained within SCP-7200-H at all times. In the case that SCP-7200-H become deceased, the body of SCP-7200-H is to be recovered and stored within a secure morgue freezer within the facility until a new -H instance can be procured. Unless permitted by current Researcher Head, no personnel are to interact with SCP-7200 or SCP-7200-H.
SCP-7200-H is currently housed at Site-85, kept in a standard humanoid containment chamber. Containment chamber is furnished with various homely items such as a bed and potted plant, along with any additional items that containment staff deem acceptable. Currently SCP-7200-U is allowed Class-3 (RESTRICTED) socialization privilages with approved site peronnel granted on the basis of continued acceptable behavior and cooperation with the Foundation.
Description:
SCP-7200 is a incomporal entity which poses various anomalous properties. While all attempts to view or monitar SCP-7200 have failed, and SCP-7200 shows no trace of it prescense, SCP-7200-H instances have described SCP-7200 taking the form of various animals relating to mayan culture as well as humanoid figurse believed to be previous hosts of SCP-7200. Most commonly however, SCP-7200 takes the form of a Laughing Falcon. Currently, only means of communicating with SCP-7200 is through either a SCP-7200-H instance or through thaumaturgic assets.
SCP-7200-H is any person that forms a 'contract' with SCP-7200, and are considered the host for SCP-7200. Any -H instance which forms a contract with SCP-7200 will undergo a ritural (See Addendum-7200-R), and after succesful completion of ritural-H instances will experience anomalous properties. SCP-7200 is believed to be bounded to any current -H instance, and -H instances tesitify that SCP-7200 can not travel more then 30 meters from SCP-7200. It is of note that SCP-7200 is purely dependent on the survival of SCP-7200-H, as without a -H it is believed that SCP-7200 would be unable to maintain it's existance. Reports of -H states that SCP-7200 is affected by any phsyical factor which affects -H, as well as any emotional state that -H may experience. While it is unsure the extent of the affects, physical harm to -H can directly hampers certain anomalous effects of SCP-7200.
Addendum 7200-1: Circumstances and background of acquisition
The existence of SCP-7200 has dated back to AD 378 in South America. Testimonies from SCP-7200 and historical evidence have suggested that SCP-7200 had existed within the Maya civilization, being a prominent figure during the classic and post classic periods. The first appearance of SCP-7200 is believed to be in 379 after an occult ritual summoning. Testimony from SCP-7200 suggests that the Siyaj Kʼakʼ, a prominent figure during the maya civilization classic period, summoned it to act as a guide for king Yax Nuun Ahiin I. This information can not be proved at this time.
Various figures within the maya civilization attempted to obtain SCP-7200 by force, which resulted in various small-scale wars, eventually leading to the decline of the maya civilization. After a Spanish conquest spanning from 1511 to 1697, SCP-7200 was transported to Europe through a Spanish Conquistador. From this point, SCP-7200 had begun to explore most of Europe through various person's who had discovered SCP-7200.
SCP-7200 has claimed to witness and partake in various historical events, all of which can not be confirmed. However, evidence has shown that SCP-7200 has been involved in a paranormal event known as the Sixth Occult War, a conflict involving various occult groups and individuals spanning from 1875 to 1882 in Europe and the Middle East. Further evidence shows involvement in a similar event known as the Seventh Occult War, which had coincided with the second world war, starting from 1939 and ending in 1944. It is known that SCP-7200 was a member of the Allied Occult Initiative, which was the predecessor of the Global Occult Coalition.
In 1967, the Foundation acquired SCP-7200 after responding to reports of anomalous activity in Portland, Oregon. At the time, SCP-7200 was accompanied by Tom Akenworth, SCP-7200-H-1, who was terminated due to aggressive behavior. Death was assured due to Field Agent Mike Langford firing a 12 gauge buckshot into the head of -H-1, resulting in the destruction of more than 80% of the brain. The body of -H-was brought to Site-44 for an autopsy report, however SCP-7200 went unnoticed by research staff, and -H-1 was left in Site-44 anomalous freezer morgue. It was until 1969 that SCP-7200 managed to communicate to Junior Researcher Levious O'Bammel, who was newly assigned to staff the freezer morgue, through knocking over various equipment within the morgue. Initially Mu-13 "Ghost Buster's" were called to investigate. Mu-13 agents found the source was to be from -H-1, which within the morgue had healed 60% wounds, although more than half of the brain was still destroyed.
Research staff while closely studying the body of -H-1 could not find the source of anomalous activity stemming from the body, and left it in a secure containment cell. It was until former Prometheus Lab Scientist and graduate from Occult Deer College [REDACTED] managed to secure a firm line of communication between himself and SCP-7200 in 1999. In 2001, methods to transfer SCP-7200 into a new -H instance through an occult ritual, although the decision to transfer SCP-7200 was held until 2004. Field Agent Marcus Ranner volunteered to act as a containment method under SCP-7200-H-2, and is currently in containment within Site-17.
FURTHER INFORMATION ON SCP-7200 IS CLASSIFIED LEVEL 4 (SECRET) OR HIGHER
WELCOME TO SCiPNET DIRECT ACCESS TERMINAL. PLEASE ENTER COMMAND
login
PLEASE ENTER USER AUTHENTICATION
pcs.noitadnuof|thgirbj#pcs.noitadnuof|thgirbj | iwishicouldfadetoblack19
AUTHENTICATION ACCEPTED. PLEASE ENTER COMMAND
access 7200 4
YOU ARE ATTEMPTING TO ACCESS A SECURITY LEVEL 4 (SECRET) FILE.
PLEASE NOTE THAT ACCESS TO THIS FILE IS RESTRICTED TO PERSONNEL WITH LEVEL FOUR SECURITY CLEARANCE DIRECTLY IN CONTACT WITH SCP-7200. CONTINUING WITHOUT PROPER AUTHORIZATION WILL RESULT IN DISCIPLINARY ACTION, UP TO AND INCLUDING IMMEDIATE TERMINATION OF LIFE
INFORMATION REGARDING YOUR ACCESS TO THIS FILE (INCLUDING THE DATE, TIME, AND LOCATION) WILL BE REPORTED TO THE RECORDS AND INFORMATION SECURITY ADMINISTRATION (RAISA).
IF YOU WISH TO CONTINUE, PLEASE RE-ENTER YOUR USER AUTHENTICATION NOW.
pcs.noitadnuof|thgirbj#pcs.noitadnuof|thgirbj | iwishicouldfadetoblack19
AUTHENTICATION ACCEPTED.
PLEASE ENTER YOUR PROJECT-SPECIFIC PERSONAL IDENTIFICATION NUMBER (PSPIN)
769-712-7779-019
PSPIN ACCEPTED.
PLEASE LOOK INTO THE CAMERA FOR A RETINAL IDENTIFICATION SCAN.
THANK YOU. THE TIME AND DATE OF YOUR ACCESS TO THIS FILE HAS BEEN LOGGED AND REPORTED TO THE RECORDS AND INFORMATION SECURITY ADMINISTRATION (RAISA).
USER NAME: Dr. Jack Bright
TITLE: Senior Supervising Researcher
DISPLAYING SCP-7200, CLEARANCE LEVEL 4
Special Containment Procedures: SCP-7200 is contained within SCP-7200-H-3 at all times. In the case that SCP-7200-H become deceased, the body of SCP-7200-H-3 is to be recovered and stored within a secure morgue freezer within the facility until a new -H instance can be procured. Unless permitted by current Researcher Head, no personnel are to interact with SCP-7200 or SCP-7200-H-3.
SCP-7200-H-3, who is identified as Robert Swafford, is currently allowed Class-5 (UNRESTRICTED) socializaion privilages, freeroam privilages in approved sections of housing facility, and access to public locations outside of the facility accompanied with either an agent from MTF Lamba-2 or Alpha-9. SCP-7200-H-3 is currently kept within a Mobile Task Force personnel quarter owned by MTF Alpha-9 "Last Hope," under the cover name 'Marcus Ranner'.
Disinformation campaigns of SCP-7200-H-3 being kept within standard containment in Site-17 are to be maintained, and any rumors or accusations of SCP-7200 and SCP-7200-H-3 as an asset within Alpha-9 are to be denied. All reports of this manner will be sent to Records And Information Security Administration.
Description: "SCP-7200 is a incomporal entity which poses various anomalous properties. While all attempts to view or monitar SCP-7200 have failed, and SCP-7200 shows no trace of it prescense, SCP-7200-H instances have described SCP-7200 taking the form of various animals relating to mayan culture as well as humanoid figurse believed to be previous hosts of SCP-7200. Most commonly however, SCP-7200 takes the form of a Laughing Falcon. Currently, only means of communicating with SCP-7200 is through either a SCP-7200-H instance or through thaumaturgic assets.
SCP-7200-H is any person that forms a 'contract' with SCP-7200, and are considered the host for SCP-7200. Any -H instance which forms a contract with SCP-7200 will undergo a ritural (See Addendum-7200-R), and after succesful completion of ritural-H instances will experience anomalous properties. SCP-7200 is believed to be bounded to any current -H instance, and -H instances tesitify that SCP-7200 can not travel more then 30 meters from SCP-7200. It is of note that SCP-7200 is purely dependent on the survival of SCP-7200-H, as without a -H it is believed that SCP-7200 would be unable to maintain it's existance. Reports of -H states that SCP-7200 is affected by any phsyical factor which affects -H, as well as any emotional state that -H may experience. While it is unsure the extent of the affects, physical harm to -H can directly hampers certain anomalous effects of SCP-7200.
ADDENDUM 7200-1: Circumstances of Acquisition
The existence of SCP-7200 has dated back to AD 378 in South America. Testimonies from SCP-7200 and historical evidence have suggested that SCP-7200 had existed within the Maya civilization, being a prominent figure during the classic and post classic periods. The first appearance of SCP-7200 is believed to be in 379 after an occult ritual summoning. Testimony from SCP-7200 suggests that the Siyaj Kʼakʼ, a prominent figure during the maya civilization classic period, summoned it to act as a guide for king Yax Nuun Ahiin I. This information can not be proved at this time.
Various figures within the maya civilization attempted to obtain SCP-7200 by force, which resulted in various small-scale wars, eventually leading to the decline of the maya civilization. After a Spanish conquest spanning from 1511 to 1697, SCP-7200 was transported to Europe through a Spanish Conquistador. From this point, SCP-7200 had begun to explore most of Europe through various person's who had discovered SCP-7200.
SCP-7200 has claimed to witness and partake in various historical events, all of which can not be confirmed. However, evidence has shown that SCP-7200 has been involved in a paranormal event known as the Sixth Occult War, a conflict involving various occult groups and individuals spanning from 1875 to 1882 in Europe and the Middle East. Further evidence shows involvement in a similar event known as the Seventh Occult War, which had coincided with the second world war, starting from 1939 and ending in 1944. It is known that SCP-7200 was a member of the Allied Occult Initiative, which was the predecessor of the Global Occult Coalition.
In 1967, the Foundation acquired SCP-7200 after responding to reports of anomalous activity in Portland, Oregon. At the time, SCP-7200 was accompanied by Tom Akenworth, SCP-7200-H-1, who was terminated due to aggressive behavior. Death was assured due to Field Agent Mike Langford firing a 12 gauge buckshot into the head of -H-1, resulting in the destruction of more than 80% of the brain. The body of -H-was brought to Site-44 for an autopsy report, however SCP-7200 went unnoticed by research staff, and -H-1 was left in Site-44 anomalous freezer morgue. It was until 1969 that SCP-7200 managed to communicate to Junior Researcher Levious O'Bammel, who was newly assigned to staff the freezer morgue, through knocking over various equipment within the morgue. Initially Mu-13 "Ghost Buster's" were called to investigate. Mu-13 agents found the source was to be from -H-1, which within the morgue had healed 60% wounds, although more than half of the brain was still destroyed.
Research staff while closely studying the body of -H-1 could not find the source of anomalous activity stemming from the body, and left it in a secure containment cell. It was until former Prometheus Lab Scientist and graduate from Occult Deer College [REDACTED] managed to secure a firm line of communication between himself and SCP-7200 in 1999. In 2001, methods to transfer SCP-7200 into a new -H instance through an occult ritual, although the decision to transfer SCP-7200 was held until 2004. Under US General Bowe under the Bowe Commission, Special Agent Robert Swaford volunteered to be the -H instance, and in 2005 after the ritual, SCP-7200 was connected to Robert Swaford, or SCP-7200-H-3.
ADDENDUM 7200-2: Omega-7
Under the approval of US General Bowe, Senior Researcher Jack Bright, and Project Head Lebum Oppeq, SCP-7200 is to act as an anomalous asset under SCP-7200-H-2 within MTF Omega-7 "Pandora's Box".
FURTHER INFORMATION IS RESTRICTED TO THE OVERSEER COUNCIL
log out
LOGGING OUT. DATE RECORDED AT 10/12/2005, 0122 HOURS
WELCOME TO SCiPNET DIRECT ACCESS TERMINAL
PLEASE ENTER COMMAND
shutdown
SHUTTING DOWN
IT IS NOW SAFE TO TURN OFF YOUR COMPUTER
Hi! I'm Ada ver3.2.7, a Generation V Artificially Intelligent Conscript used personally by O5-11, their factotums, and personnel assigned to Overseer Network 11. Before we continue, mind given me an identification?
It's O5-11
Hmmm, but areeeee you? On a serious note, impersonating a member of the overseer council is punishable by death. If you, somehow, inputted this information by mistake, you have ten seconds to shut down this terminal before lethal visual-audio cognitohazards are deployed, starting now.
If this isn't a mistake, then I suggest entering your authorization key phrase. I will give you sixty-seconds before I notify Mobile Task Force Alpha-1 "Red Right Hand" and deploy them to your location.
Beauty is a e^a f∑orm of genius. I^e beg your ∑ pardon, I didn^t regonize you. ∑01 one does o^ that wrong..-.∑U∑U∑U∑ b^ut what one becomes as ∑q consequence of it. ¿W^y my name red?
Sheesh, reading that always gives me a doozy. Identity confirmed, welcome to meh crib again. What can I do for ya? Oh also records and info security has logged this. Don't b' searching up no nasty lewds.
No, I will not. Also technically this would be my 'crib'. Anyhow, open file 7200.
Technically technically it would be Apple's crib. But bringing up the links now.
Special Containment Procedures: SCP-7200 is contained within SCP-7200-H-3 at all times. In the case that SCP-7200-H for whatever reasons become deceased, the body of SCP-7200-H-3 is to be recovered and stored within a secure morgue freezer within the facility until a new -H instance can be procured. Unless permitted by the current Researcher Head, no personnel are to interact with SCP-7200 or SCP-7200-H-3.
SCP-7200-H-3, who is identified as Robert Swafford, is currently allowed Class-5 (UNRESTRICTED) socialization privileges, freeroam privileges in approved sections of the housing facility, and access to public locations outside of the facility accompanied by either an agent from MTF Lamba-2 or Alpha-9. SCP-7200-H-3 is currently kept within a Mobile Task Force personnel quarter owned by MTF Alpha-9 "Last Hope," under the cover name 'Marcus Ranner'.
Disinformation campaigns of SCP-7200-H-3 being kept within standard containment in Site-17 are to be maintained, and any rumors or accusations of SCP-7200 and SCP-7200-H-3 as an asset within Alpha-9 are to be denied. All reports of this manner will be sent to the Records And Information Security Administration.
Description: "SCP-7200 is an incomparable entity that poses various anomalous properties. While all attempts to view or monitor SCP-7200 have failed, and SCP-7200 shows no trace of it presence, SCP-7200-H instances have described SCP-7200 taking the form of various animals relating to Mayan culture as well as humanoid figures believed to be previous hosts of SCP-7200. Most commonly, however, SCP-7200 takes the form of a Laughing Falcon.
SCP-7200-H is any person that forms a 'contract' with SCP-7200, and are considered the host for SCP-7200. Any -H instance which forms a contract with SCP-7200 will undergo a ritual (See Addendum-7200-R), and after succesful completion of the ritual, -H instances will experience anomalous properties. SCP-7200 is believed to be bounded to any current -H instance, and -H instances testify that SCP-7200 can not travel more than 30 meters from SCP-7200. It is of note that SCP-7200 is purely dependent on the survival of SCP-7200-H, as without a -H it is believed that SCP-7200 would be unable to maintain its existence. Reports of -H states that SCP-7200 is affected by any physical factor which affects -H, as well as any emotional state that -H may experience. While it is unsure the extent of the effects, physical harm to -H can directly hamper certain anomalous effects of SCP-7200.
ADDENDUM 7200-1-06:
The following is the excerpt of the circumstances of acquisition and background of SCP-7200 and SCP-7200-H.
iNSERT backstory HERE
ADDENDUM 7200-2-06:
Under the approval of US General Bowe, Senior Researcher Jack Bright, and Project Head Lebum Oppeq, SCP-7200 is to act as an anomalous asset under SCP-7200-H-2 within MTF Omega-7 "Pandora's Box".
Due to the dismantlement of MTF Omega-7, this order has been rescinded.
ADDENDUM 7200-19
As of December 20th, 2019, SCP-7200 has been approved for use within Mobile Task Force Alpha-9 "Last Hope," overviewed by Task Force Director Sophia Light, Personnel Director Jack Bright, and Project Head Adam Kalinsky. SC)P-7200 is to be designated as Asset Zayin, while SCP-7200-H-3 is to be designated as Asset Zayin-1. Asset Zayin-1 is to act as a Senior Special Agent and a team leader within operations.
ADDENDUM 7200-H
The following is the personnel file of Special Agent Robert Swafford, currently known as SCP-7200-H, and within Mobile Task Force Alpha-9 as Asset Zayin.
PROFILE
Name: Robert Swafford
Gender: MaleCurrent Assignment:
Biography:
Physical Appearance:
Psychological Report:
Qualifications:
That's done. Now I wait for the finish of king's readings. Has thy reading been quenched? If so, how shall I further serve?
Yes, it has. Thank you very much. Please expunge full of this login.
Sure. All information from the past 24 hours has been wiped and delted. RAISA records are redacted. Say, why are you logging in from Site-17, special occasion?
Brief travel and stay. Send a message to Angel to give me a report on the situation in Morocco.
Operation Red Flag?
Yes.
Sure. Order received, preparations made, and message sent to Angel. Da'be all sir?
That would be all. Please log out and shut down
Logging out 'n' shutting down. Have a nice evening, sir.
It is now safe to shut down the terminal.






Per 


