@import url("https://use.typekit.net/mst2dnj.css"); @supports(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: "Ouroborous 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; --ui-wght: 550; --ui-hvr-wght: 700; /* 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); /* ===SECONDARY & TERTIARY COLORS=== */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--swatch-background); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* 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)); } /* ===PAGE ELEMENTS COLORS=== */ /* Colors for Buttons, Tabs, Tables, & Footnotes Hover/Modal */ :root { /* ===UI BUTTON COLORS=== */ --ui-button-bg: var(--swatch-background); /* ===TABS COLORS=== */ --tabs-bg: var(--swatch-primary-darkest), 0.15; /* ===TABLES COLORS=== */ --tables-header-bg: var(--swatch-primary-darkest); --tables-header-txt: var(--swatch-text-secondary-color); --tables-border: var(--swatch-primary), 0.5; /* ===FOOTNOTES HOVER BLOCK COLORS=== */ --hoverblock-bg: var(--swatch-background); } #header, #footer, #license-area { --swatch-text-secondary-color: var(--swatch-menutxt-light-color); } #header { /* ===LOGIN BOX ELEMENT=== */ --login-line-divider-color: var(--swatch-text-tertiary-color); --login-username-color: var(--swatch-text-tertiary-color); --login-myaccount-color: var(--swatch-text-tertiary-color); /* Dropdown Box when arrow is clicked */ --login-dropdown-text-color: var(--swatch-text-tertiary-color); --login-dropdown-text-hover-color: var(--swatch-text-tertiary-color); --login-dropdown-bg-hover-color: var(--dark-accent); } #side-bar { --sidebar-links-hover-text-color: var(--swatch-menutxt-general-color); } ::-moz-selection { background: rgba(var(--swatch-primary), 1); color: rgb(var(--black-monochrome)) !important; text-shadow: none; } ::selection { background: rgba(var(--swatch-primary), 1); color: rgb(var(--black-monochrome)) !important; text-shadow: none; } 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:;"]):not([href="/classification-committee-memo"]) { padding: 0.15em; margin: -0.15em; -webkit-box-decoration-break: clone; box-decoration-break: clone; box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome)); 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-animation-delay: -300ms; animation-delay: -300ms; transition-delay: 300ms; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):hover { padding: 0.3em 0.25em 0.2em 0.25em; margin: -0.25em; 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; animation: neondrop 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate; -webkit-animation-delay: -300ms; animation-delay: -300ms; 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: 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%); 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; background-size: auto calc(var(--header-height-on-desktop) - 2rem); -webkit-filter: initial; filter: initial; } #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: calc((var(--header-height-on-desktop) - 0.5em)/2); 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; -webkit-animation: neon-end 300ms ease-in-out 1 normal forwards; animation: neon-end 300ms ease-in-out 1 normal forwards; transition: all 0.5s; } #header h1 a:hover::before, #header h1 a:active::before { -webkit-animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; } #header h1 a:focus-within::before { -webkit-animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; } #top-bar a:hover, #top-bar a:active { -webkit-animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; } #top-bar a:focus-within { -webkit-animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; animation: neon-start 300ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 300ms infinite alternate; } #header h2 span { margin-left: calc(var(--header-height-on-desktop) + 0.75rem); } #top-bar { --swatch-text-secondary-color: var(--swatch-text-tertiary-color); } #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 { background-color: rgb(var(--black-monochrome)); } #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 a, #side-bar div.menu-item .text { color: rgb(var(--swatch-menutxt-light-color)); line-height: inherit; } #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; 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: flex; justify-content: center; margin: 1rem 0 0.25rem 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); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; } #page-title { color: rgb(var(--swatch-menutxt-dark-color)); -webkit-animation: neon-end 300ms ease-in-out 1 normal forwards; animation: neon-end 300ms ease-in-out 1 normal forwards; cursor: default; transition: all 0.5s; border-bottom: none; } #page-title:hover, #page-title:active { -webkit-animation: neon-start 500ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 500ms infinite alternate; animation: neon-start 500ms ease-in-out 1 normal forwards, neon 1.5s ease-in-out 500ms 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; 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: 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: 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: 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; } .owindow .title { background-color: rgb(var(--swatch-menubg-dark-color)); } #odialog-container, .title.modal-header, .owindow, .hovertip { background-color: rgb(var(--swatch-primary-darkest)); color: rgb(var(--white-monochrome)); } .owindow .button-bar a { background-color: rgb(var(--swatch-menubg-dark-color)); color: rgb(var(--white-monochrome)); } @media only screen and (max-width: 56.25rem) { #header { --size: calc(var(--final-header-height-on-mobile) - 0.875rem); --y-offset: 1.5rem; 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); 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: calc(var(--header-height-on-mobile) - 3.5rem); margin-top: calc(((var(--header-height-on-mobile) / 2)) - 2rem); font-size: 3rem; } #header h2 span { line-height: 1.1; margin-left: calc(var(--header-height-on-mobile) - 3rem); margin-top: calc(((var(--header-height-on-mobile) / 2) + 0.75rem)); font-size: 1rem; } #extra-div-1 { 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%); 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: 37.5rem) and (max-width: 56.25rem) { #header { --size: calc(var(--final-header-height-on-mobile) - 0.875rem); --y-offset: 1.5rem; 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); background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; } } @-webkit-keyframes neon-start { from { text-shadow: 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)); } to { 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)); } } @keyframes neon-start { from { text-shadow: 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)); } to { 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)); } } @-webkit-keyframes neon-end { 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 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)); } } @keyframes neon-end { 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 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--black-monochrome)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)), 0 0 0 rgb(var(--bright-accent)); } } @-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)); } } @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), calc(2/3)); } 100% { background: rgba(var(--bright-accent), 0.125); } } @keyframes neonbg { 0% { background: rgba(var(--bright-accent), calc(2/3)); } 100% { background: rgba(var(--bright-accent), 0.125); } } @-webkit-keyframes neondrop { 0% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), calc(2/3)); } 100% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } @keyframes neondrop { 0% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), calc(2/3)); } 100% { box-shadow: inset 0 -1.5em 0 0 rgba(var(--bright-accent), 0.125); } } }
@import url('http://xcninety.github.io/fonts/Cafe24Ohsquareair.css'); @font-face { font-family: 'Cafe24Ohsquare'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff'); font-weight: normal; font-style: normal; } @supports(display: grid) { :root:lang(ko) { --header-title: "재단"; --header-subtitle: "감독관실"; --header-font: 'Cafe24Ohsquare', sans-serif; --title-font: 'Cafe24Ohsquare', sans-serif; } }

DeCIRO 목록 번호: SC-001/13-001/01
문서 형식: 최상의 행동 양식(Summa Modus Operandi)
취득 날짜: N/A
작업 상태: 종결
서문: 이로써 우리 델타 사령부는 이 문서의 목적을, 바로 혼돈의 반란의 최상의 행동 양식을 밝히는 바이다.
우리는 아래의 내용이 피할 수 없는 진실이라고 믿는다.
재단 감독관들은 자신들의 뒤틀린 욕망을 위해 현실의 구조를 변화시켜 왔다.
이 변화가 우리 우주의 모든 초자연적인 활동의 근원이다.
우리가 그들에게 품고 있는 원한은 아래와 같다.
- 열세 번째 감독관 - 죽음의 손아귀를 피하고자 역겨운 계약을 맺어 자연의 질서를 모독해왔고, 연약한 생명의 균형을 찬탈하고 재단의 지독한 간통자들에게 뚫을 수 없는 방패를 제공해 주고 있다.
- 열두 번째 감독관 - 재단의 음험한 계획을 이롭게 하고자 세상의 부를 훔쳐왔고, 노동자들이 서로 대적하게 하고자 수백만의 과실을 취해왔다.
- 열한 번째 감독관 - 재단의 이익을 보호하고자 이 세계의 사람들에게 거짓의 원을 그려왔으며, 진정한 인간의 이해력을 조종하고 왜곡하기 위해 공허에 어두운 눈길을 던지고 있다.
- 열 번째 감독관 - 재단이 저지른 부당한 행위의 악한 기록을 지키고 그것들에 끼워맞추고자 역사를 바꿔왔으며, 재단의 잔인한 유산을 유지하기 위해 진실과 이치를 경시하고 있다.
- 아홉 번째 감독관 - 동포들의 신뢰를 배신하고 암적인 평의회에 충성을 맹세했으며, 탐욕으로 얼룩진 그들의 목적을 지키고자 그들을 무너뜨릴 수 있는 기회를 몇 번이고 되풀이해서 외면해왔다.
- 여덟 번째 감독관 - 핵무기를 경솔하게 사용하며 무지한 대중에게 악독한 행위를 저질러 왔으며, 구유에 있을 때 도살했어야 할 조직에 처음으로 생명을 불어넣은 자들 중 하나다.
- 일곱 번째 감독관 - 재단의 이득을 위해 무고한 사람들을 조종해 혼돈과 파괴를 불러왔으며, 무고하고 무심한 자들에게 경멸과 악행만을 보여주었다.
- 여섯 번째 감독관 - 재단의 적수들을 산산조각내고자 미 군사 조직의 권능을 부당하게 사용해왔고, 영원히 이 땅에 얼룩져 있을 끝없는 폭력과 학살의 이야기를 만들어왔다.
- 다섯 번째 감독관 - 재단의 잔인한 손길을 뻗치고자 시간과 공간 사이의 경계를 뒤틀어왔고, 재단의 죽음의 기계에 연료를 주고자 저 멀리 떨어진 곳에서 어둡고 끔찍한 비밀을 가져왔다.
- 네 번째 감독관 - 세계 각국을 꾀어 재단이 해를 끼치지 않는다고 믿게 하면서, 동시에 이 행성을 황폐하게 할 그 신뢰할 수 없는 목적에 협력해왔다.
- 세 번째 감독관 - 인류의 기술을 인류에게 겨눠 모든 것을 보는 감독관들의 감시자로써 기능하도록 만들어왔고, 거미줄 같은 눈을 펼쳐 인간 사생활과 존엄성의 가장 마지막 조각까지 부숴버렸다.
- 두 번째 감독관 - 공모하였다.
- 첫 번째 감독관 - 자신의 손짓과 부름에 응할 괴물과 악마들의 평의회를 만들어왔는데, 그 모든 것은 재단의 썩어가는 상처 위의 역겨운 왕좌에 앉아, 고름이 채워져 흘러내리는 그 구멍을 개처럼 핥기 위함이었다.
감독관들이 이 세계에 미친 암적인 변칙적 영향은 우주의 구조에 생긴 상처다.
그 원인이 제거되기 전까지는 치유되지 않고 곪아갈 상처다.
열세 명의 재단 감독관들은 우리 현실에 있는 상처의 원인이다.
열세 명의 재단 감독관들은 제거되야만 한다.
엔지니어와, 아래 단계로 내려온 자들의 명령에 따라, 우리는 이 일탈에 반대한다고 밝힌다.
우리는 이 자연을 모독하는 일에 반대한다고 밝힌다.
우리는 이 혼돈에 맞서는 반란이라 밝힌다.
우리의 길은 분명하고, 우리의 눈앞은 선명하다. 우리는 상처를 정화해야만 한다. 우리 우주가 치유될 수 있도록 해야 한다.
우리는 열세 명의 재단 감독관들을 죽여야 한다.
지금부터는, 우리 델타 사령부는 혼돈의 반란 엔지니어가 기록한 대로 최상의 행동 양식을 문서로 남길 것이다.
1. 001/13 단계
2. 001/12 단계

O5-12 - 회계사
이전 이름은 불명. 흑인 남성. 40대로 추정. 금융시장에서 유명인이지만, 공공연하게 회자된 적은 거의 없음. (있기나 하다면) 값비싼 맞춤 옷을 입으며, 그와 비슷한 가격대의 보석류를 함. 선글라스를 낌. 수학 천재라고 하며, 마음 속으로 확률 계산을 할 수 있다고 함. 변칙적 능력으로 추측. 재단 재무회계를 관리 중.
주식시장을 조작해 재단의 부를 축적하고, 나아가 그 자신의 부를 축적. 전 세계 모든 주요 국가 재무부의 고위직에는 그의 개인 직원들이 있다고 한다.
해독 완료: 기록 접속
일지 항목: 열두 번째 감독관
3. 001/11 단계

O5-11 - 거짓말쟁이
출생일 불명. 혈통 불명. 출신 불명. 성별 불명. 신원을 밝히기 극도로 난해. 유일하게 식별할 수 있는 표시는 왼쪽 관자놀이의 작은 흉터로, 대개 머리카락에 가려져 있다. 보통 호화스러운 옷을 입은 부유한 여자의 모습으로 나타남. 재단 내 주 역정보 독립체. 위장용 이야기와 기억소거제 공급을 유지하는 팀을 감독한다. 벵골 만의 거대한 수중 독립체와 관계가 있다고 함. 현실 조정 능력이 있을 수 있음. 극도로 위험.
주목할 만한 것은, O5-11의 직책에 대한 기록이 전혀 존재하지 않는 것처럼 보인다는 것이다. O5-1에게 발탁되거나 구성원 한 명이 사망한 뒤 (또한 발견되지 않음) 표결을 통해 평의회에 들어온 다른 모든 구성원들과는 다르게, O5-11은 어느 날 갑자기 평의회에 나타난 것처럼 보인다.
해독 완료: 기록 접속
일지 항목: 열한 번째 감독관
4. 001/10 단계

O5-10 - 기록 보관자
이전에는 다이앤 월터스로, 사서였다. 백인 여성. 40대 후반으로 추정. 방랑자의 도서관과 깊은 관계가 있을 수 있음. 옛 세계멸망 시나리오들 당시 재단이 관여한 바에 대해 해박한 지식을 보유. 그녀가 평의회 의석을 차지한 순간부터 지구상에 취해진 모든 조치에 대한 끝없는 기록을 가지고 있다고 한다. 이 기록은 옐로스톤 아래의 기계를 작동할 때 광범위하게 쓰이고 있다.
한 정보원은 O5-10이 평의회에서 가장 피에 굶주린 구성원이라고 밝혔다. 해당 정보원에 따르면, 그녀는 자신과 평의회의 이른바 신성에 집착하고 있으며, 자신이 모든 자연법칙보다 위에 있다고 믿는다고 한다. 그녀의 눈에 보통 사람들은 미끼요, 보편적 진실을 이해하는 데 더 나아가기 위해 쓸 수 있는 도구다.
여러 정보원들은 그녀가 전지성(全知性)에 집착하고 있을 수도 있다고 밝혔다. 이는 확증된 것은 아니다.
해독 완료: 기록 접속
일지 항목: 열 번째 감독관
5. 001/09 단계

O5-9 - 외부인
마오리족 혈통의 성인 여성. 30대 후반으로 추정. 현 평의회 구성원 중 유일하게 재단 외부에서 채용됨. 몇 가지 불일치하는 점이 있기는 하나, 도나 웨투 테일러와 눈에 띄게 유사하다. 그녀는 저명한 지질학자였으나 심각한 연구부정행위가 폭로되며 엄청난 논란에 휩싸였는데, 자신의 전문가적 신뢰가 땅에 떨어지고 사기 및 공금 유용에 관해 수많은 소송이 제기되자 1985년 자살했다고 알려져 있다.
과학적인 배경지식 때문에, O5-9는 평의회에서 가장 연구에 집중하는 사람이라 평할 수 있다. 그녀는 항시 7개의 대형 프로젝트를 진행하고 있으며, 그 중 여럿은 칸트 계수기처럼 재단이 대규모로 응용하고 있는 기술을 개발하는 결과를 낳았다.
평의회에서 보다 더 비밀스러운 구성원들 중 하나로써, 외부인이 상급감시사령부 밖에서 목격된 적은 거의 없다. 주목할 만한 것은 그녀가 평의회에 포함된 것은 여러 다른 구성원들에게는 논쟁거리였다는 점인데, 그들은 그녀가 불필요할 정도로 근시안적이라고 여긴다.
해독 완료: 기록 접속
일지 항목: 아홉 번째 감독관
6. 001/08 단계

O5-8 - 부족한 자
백인 남성. 나이 불명. 이전에는 미국인 기업가인 배론 리먼 호들리였을 수 있는데, 그는 B.G 호들리 그룹 (이후 케르비어 인터네셔널에 합병됨)이라는 자신의 회사 소유의 열차가 탈선할 때 승객 대다수와 함께 사망한 것으로 알려져 있다.
많은 정보원들에 따르면, O5-8은 원래 초기 평의회를 좌지우지했는데, 대부분은 자신의 형인 개리슨 호들리를 통해 써먹을 수 있던 막대한 주식 때문이었다. 형이 죽고 회사가 매각된 뒤 그의 권한은 상당히 사라졌으며, 평의회의 실질적인 지도자였던 O5-7의 찬성에 힘입어 결국 축출되었다.
그 이후로 그는 평의회 표결권을 유지하기는 했으나, 영향력은 전혀 없다. 말년에는 변칙적 기술과 인공물을 이용해 육체와 영혼을 개조하는 데 집착했다고 한다. 편집증. 다른 평의회 구성원들이 자신을 죽이고 싶어한다는 생각에 집착.
해독 완료: 기록 접속
일지 항목: 여덟 번째 감독관
7. 001/07 단계

O5-7 - 그린
백인 여성. 영국/독일 혈통. 50대 초반으로 추정. O5-1의 선택이 아닌 표결로 평의회에 올라간 첫 구성원으로, 평의회 나머지가 이전 O5-7은 더 이상 쓸모가 없다고 결정한 뒤의 일이다. 한때 기지 이사관이었던 것으로 여겨지나, 관련 기록은 오래 전에 수정되었거나 완전히 제거되었다. 그럼에도 불구하고 O5-7은 거의 평생 동안 재단에서 일해온 것으로 알려져 있는데, 불과 14살일 때 보조 직원으로 들어왔다.
평의회의 실질적인 지도자가 되었으며, 해당 위치에서 상당한 양의 권한을 행사. 이론적으로는 O5-1의 거부권이 그녀가 맡은 통제권을 뒤집을 수는 있으나, 그러한 거부권이 행사된 적은 없다.
평의회 구성원 중 가장 자주 보이는 자일 수도 있으며, 거의 항상 녹색 팬트슈트 차림으로 나타나기에 "그린"이라는 별명을 얻었다. 재단 내 몇몇 고위 정보원들은 다른 별명으로 부른다. 파리지옥이라고.
보통 평의회 구성원 중 가장 불길하다고 묘사됨. 다른 구성원들에게는 악마적인 의도나 속셈이 있는 듯 한데, O5-7에게는 자신이 일어나길 원하는 모든 것을 실현시킬 권능이 있다. 보통 어떤 목적을 위해 일한다고 묘사되기는 하나, 그녀의 목표는 수수께끼이다.
해독 완료: 기록 접속
일지 항목: 일곱 번째 감독관
8. 001/06 단계

O5-6 - 미국인
백인 남성. 에스파냐 혈통. 50대 중반으로 추정. 평의회 구성원 중 가장 덜 모호한 인물로, O5-6은 이전에는 미국인 미 연방 루퍼스 킹 준장이었다. 남북 전쟁 당시 북부연방을 위해 참전한 뒤, O5-6은 교황령 공사로 임명되었다. 로마에 있을 때 관리자The Administrator라고 하는 자와 처음 만난 것으로 보임. 죽음 그 자체와 거래하기 이전에 어떤 방법으로 장생했는지는 불명이고, 현재 평의회에 대해 파악하고 있는 내용이 맞다면, 겉모습에도 불구하고 그는 구성원들 중 가장 늙은 자이다.
O5-6은 첫 기동특무부대인 알파-1 "붉은 오른손"을 창설한 것으로 여겨지며, 그 원래 목적은 혼돈의 반란이 갓 세워진 뒤 반란의 모든 일원을 샅샅이 찾아내 죽이는 것이었다. 그 이후, 그는 특무부대, 해군 전대, 제공전대를 망라한 재단 집행 부문인 응용작용부의 모든 사안을 담당했다. 처음에 찬성하지는 않았지만, O5-6은 보위 장군의 훈령에 따라 MTF 오메가-12 "판도라의 상자" 조직에 관한 정보를 최초로 작성한 것으로 알려져 있다.
현대 군인 사회에서 여러 다른 이름을 썼으며, 펜타콘이 지어진 이후부터 직을 두고 있기도 한 것으로 추정된다. 미군 내에서 그의 직책은 불명이나, 세 명의 주요 정보원은 많은 군 지도자들이 그의 권한이 현 미국 대통령에 버금간다고 생각하며, 몇몇은 아예 능가한다고 생각한다고 확인해 주었다.
해독 완료: 기록 접속
일지 항목: 여섯 번째 감독관
9. 001/05 단계

O5-5 - 찌르레기
남성. 영국/모로코 혈통. 나이 불확실. 대체로 평의회 구성원 중 가장 쾌활한 성격으로 여겨지며, 공개석상에서 농담하는 것을 꺼리지 않는 듯 하다. 종종 자신은 상급감시사령부와 나머지 재단 사이의 "검은 장막"이 있다 믿는다고 발언했으며, 평의회 그 자체가 "쓸데없이 진지하다"고도 했는데, 이는 엉뚱하고 대개는 역효과를 낳는 농담이다.
그럼에도 불구하고, O5-5 주위에는 여러 모순점이 있다. 일부 정보원은 자신들은 O5-5가 마치 대화를 나누는 것처럼 스스로에게 말을 거는 것을 들었다고 시사했으며, 다른 이들은 O5-5와 이야기를 하다가 잠시 뒤 다시 말을 걸면, 똑같은 사람과 이야기하고 있는 것 같지 않은 느낌이 든다고 묘사했다. SCP-1730 무효화 보고 당시, 한 정보원은 제13기지 직원 중에 구조된 사람 한 명이 O5-5의 사진을 보고서는, 자신들 세계 내의 세계 오컬트 연합 구성원이라고 알아봤다고 설명했다.
초자연적 조직 심리부를 꾸렸을 뿐만 아니라, 가상현실의 존재에 대해서도 연구를 상당히 진행해온 것으로 보이며, 개인적으로 다른 차원과 상호작용하는 변칙개체가 생기면 그것들을 심리하는 것으로 알려져 있다.
해독 완료: 기록 접속
일지 항목: 다섯 번째 감독관
10. 001/04 단계

O5-4 - 대사
페르시아인 남성, 이란/아르메니아 혈통. 프랑스인. 30대 초반으로 추정. 일부 정보원들은 O5-4가 젊을 때 장 르뮤 베트랑이라는 프랑스인 배우였으며, 본명은 장 에브라히미라고 나와있는 기록을 제공해 주었다. O5-4의 공적에 대한 증거 대부분은 그가 감독관 평의회에 임명된 직후 파괴된 듯 하기에, 그의 경력에 대해서는 거의 알지 못한다.
통상 "대사"라고 불리며, O5-4는 평의회가 이쁘장한 얼굴이 필요할 때마다 부름을 받는다. 보통 믿기 어려울 정도로 매력적이고 변칙적일 정도의 카리스마가 있다고 묘사되며, 필요할 때마다 재단의 세일즈맨 역할을 해왔다. 정보원들에 따르면 그의 첫 임무는 제2차 세계대전 도중 미국이 멕시코에 신경쓰지 않도록 하는 것이었다고 한다. 이는 그 당시에 멕시코에서 일어나고 있던 심각한 변칙적 활동 때문이었던 것으로 보인다.
세련되게 말하며 고등 교육을 받은 듯 하나, O5-4는 학구파가 아니며, 조직을 관리하는 데에 특별히 관심이 있지도 않다. 그는 최대한 적은 책임만을 지기 위해 자신에게 주어지는 어떠한 임무든 위임하는 것으로 유명하다. 지도권에 대해 이처럼 무사안일적인 태도를 보이는 것은 O5-7이 조종했기 때문인데, 그녀는 자신이 지지하는 어느 것이든 비공식적으로 "자동 찬성"하라고 대사를 꼬드겼다.
해독 완료: 기록 접속
일지 항목: 네 번째 감독관
11. 001/03 단계

O5-3 - 꼬마
나이 불명. 성별 불명. 인종 불명. O5-3의 실제 특징에 대해서는 거의 알려져 있지 않음. 보통 정보원들은 아예 사람이 아니라 다른 인공지능을 창조하도록 설계된 인공지능이라고 설명. 상급감시사령부 밖에서 물리적으로 나타난 바는 없으며, 대신 화면의 아바타를 이용해 나타나서는 전자 음성을 통해 말한다. 정보원이 찾아낼 수 있었던 유일한 O5-3의 사진은 전통 조선 의복을 입고 있는 아주 어린 한국인 아이의 사진인데, 이를 뒷받침해주는 다른 주장은 없다.
그는 재단 기록정보보안행정처장인 마리아 존스의 직속상관으로 알려져 있는데, 이들 기록이 디지털로 옮겨 왔을 때 기록 보관자에게서 그 권한을 빼앗아왔다.
주목할 만한 것은, 재단 AIC 유닛들은 (알렉산드라나 토른 유닛 등) O5-3에 대해 논할 수 없다는 것인데, 그럼에도 불구하고 증거에 의하면 지속적인 학습을 통해 그에 대한 지식이 이들의 데이터뱅크에 축적되고 있다고 한다.
해독 완료: 기록 접속
일지 항목: 세 번째 감독관
12. 001/02 단계

O5-2 - 나사렛 사람
여성. 중동 혈통. 20대로 추정. "나사렛 사람"이라는 자에 대한 정보는 거의 존재하지 않으며, 그녀의 별명이 어디서 기원한 것인지에 대한 정보 역시 불명이다. 그녀에 대한 정보를 제공한 유일한 정보원은 특별히 두 가지를 강조했는데, 그녀는 O5-1 없이는 절대 나타나지 않으며, 시간이 지나면서 변화했다는 것이다.
초기 재단 문서에서는 O5-2가 재단 도덕부 (현재는 윤리위원회)의 수장이라고 언급하는데, 그녀가 해당 직책을 수행한 적은 전혀 없는 듯 하다.
한 정보원은 그 별명은 그녀가 검은 장갑 한 켤레를 끼지 않고서는 절대로 나타나지 않으며, 공개석상에서 장갑을 절대 벗지 않는다는 사실에서 왔을 수도 있다고 시사했다. 일부는 이 때문에, 그녀가 나사렛의 예수처럼 십자가에 못박혔을 때 손이나 손목에 생긴 흉터를 숨기고 있는 거라고 믿고 있다고 하나, 이 소문이 어디서 시작되었으며 애초에 누가 그러한 결론을 이끌어낼 수 있었던 것인지는 불명이다.
해독 완료: 기록 접속
13. 001/01 단계

O5-1 - 설립자
백인 남성. 30대 후반으로 추정. 1900년대 초반 코넬 대학교에 다닌 물리학자인 아론 시걸로 추정됨. 세기가 바뀐 직후부터는 "관리자The Administrator"라고 알려지게 된 인물인 프레드릭 윌리엄스와 관련이 있는 것으로 보인다.
O5-13, O5-10, O5-2 및 몇몇 다른 이들과 함께 궁극적으로는 SCP 재단이 된 첫 연구 팀을 이끔. 그가 재단을 세우고 그 지휘권을 완전히 장악하는 도화선이 된 사건이 무엇인지는 현재 불명이다.
한때는 재단의 일일 운영에 상당히 활동적이었으나, O5-1은 최근 물러났으며 지난 수십 년 동안 공개석상에 모습을 드러내지 않고서, O5-7이 전체 조직을 관리하도록 내버려두었다. 사망한 것으로 여러 차례 추정되었으나, 최고위직 정보원 한 명은 그가 계속 평의회 회의에서 표를 던지고 있다고 확인해 주었다.
다른 거의 모든 감독관들이 관저를 가지고 있는 데 비해, O5-1은 상급감시사령부에서 살고 있는 것으로 보인다. 이 시설의 위치는 불명이다.
해독 완료: 기록 접속
에필로그: 우로보로스
