@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); } } }

DeCIRO Catalogue Number: None
Document Type: the Journal of the 909
Dates Received: N/A
Operation Status: Closed
Foreword: We, the Delta Command, do hereby set in motion the principles of this document, the Journal of the 909 of the Chaos Insurgency.
We hold the following to be inescapable truths:
The 909 Estates have altered the fabric of reality for the benefit of their own wicked desires.
These alterations are the source of all supernatural activity in our universe.
These grievances we hold against them:
- THE FIRST ESTATE - Has blasphemed the natural order in his foul contract to stay the hand of Death, and has usurped the fragile balance of life and given an impenetrable shield to the horrid adulterers of the Council to allow Death to have a seat at their table.
- THE SECOND ESTATE - Has destroyed the foul beasts of the council in order to protect said Council. Has established an Agreement of assassinations of world leaders of corruption and lust for power.
- THE THIRD ESTATE - Has manipulated innocent populaces to create chaos and destruction for the Councils benefit, and has shown nothing but contempt and malfeasance against the innocent and unwitting.
- THE FOURTH ESTATE - Has kept a dubious record of the Council's malfeasances and altered history to suit them, and has mocked truth and reason for the sake of maintaining the Council's cruel legacy.
- THE FIFTH ESTATE - Is complicit.
- THE SIXTH ESTATE - Is complicit.
- THE SEVENTH ESTATE - Has stolen the wealth of the world to benefit the Council’s insidious designs, and has taken the fruits of many millions for the purpose of turning those labors against the laborers. and is lazy as hell
- THE EIGHTH ESTATE - Has surreptitiously used the might of the Texan military machine to crush the Council’s enemies and wrought a tale of neverending violence and bloodshed that has forever stained this world.
- THE NINTH ESTATE - Has warped the very boundaries between space and time to extend the Counci’s cruel reach and taken dark and horrible secrets from those far-off places to use them to fuel the Council's death machine.
- THE TENTH ESTATE Has betrayed the council, Has been terminated.
- THE ELEVENTH ESTATE Has spun a circle of lies around the people of this world to protect the Councils interests, and has cast a dark eye onto the void to gaslight and pervert true human understanding.
- THE TWELFTH ESTATE Has lulled the nations of the world into believing that the Foundation means them no harm while working alongside the same treacherous intentions that would see this planet laid to waste by his terrorism.
- THE THIRTEENTH ESTATE Has used mankind’s own technologies against them to act as the all-seeing watcher of the 909 Council, spinning a web of eyes that has eroded every last shred of human privacy and decency.
- THE FOURTEENTH ESTATE Is complicit.
- THE FIFTEENTH ESTATE Has been responsible for creating the Council from his Cold Dead Hands all so he may sit on his foul throne atop the putrid wound of The Council and lap like a dog from its seeping, pustulent orifice.
The Council's cancerous anomalous influence on the world is a wound on the fabric of the universe.
A wound that festers cannot heal until the irritant is removed.
The Fifteen 909 Estates are the irritant in the wound on our reality.
The Fifteen 909 Estates must be removed.
By order of The Engineer, and of Those Who Stepped Down, we stand in defiance of this aberration.
We stand in opposition to this blasphemy against nature.
We stand insurgent against this chaos.
Our path is clear, our vision unclouded. We must clean out the wound. We must let our universe heal.
We must destroy the Fifteen 909 Estates.
Hereafter, we of Delta Command document the Journal of the 909 as transcribed by the Engineer of the Chaos Insurgency.
STEP 1

909-1 - The Sky
Formerly known as Sergeant Alberto Dmitri, Russian Male, Caucasian Descent, appears to be in his late twenties he Fought in the Vietnam War and The Bay of Pigs Invasion, he was the one who made a deal with Death so the 9 members can't die like what the Felix Carter, He can foresee the days of the The collapse of the 2nd Berlin Wall, the Reunification of Germany after 15 years of division from the VIR, The collapse of the Soviet Imperium.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The First Estate
STEP 2

909-2 - A Shadow In The Dark
Formerly known as Sakura with no last name Japanese Female, about thirties years, She is known to help create the SCP Foundation, She is a well known artist reported to have a skin disease that makes her uglier every 10 years, very little is known about her, she did make a good general in the Korean War from 1950-1953, her art is… well abstract paint, She is also the controller on SCP-2000
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Second Estate
STEP 3

909-3 - The High Alert
Formerly known as Shaddy C. Safadi, Obristani Male, Kolechian Descent, appears to be in his early sixties, Shaddy Safadi once tried to enter Arstotzka to smuggle some drugs, he was caught and sentenced him to 8 years in prison, after 8 years he was released, The 909 Council accepted him for his fearless actions.
Personal Life unknown. but to be fair I believe 909-3 's job doesn't give him much joy as he intends to do things the Council and I cannot say, Lets just say he T0rtur3d kids… yeah, As much as he hates his job he has respect for the council and his friend 909-7
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Third Estate
STEP 4

909-4 - The Manufacturer
Formerly known as Francisco Alberto, Brazilian Male, 80+ Years old, 909-3 wasn't the original 909-3, in fact it was his brother he was terminated for almost killing 909-6, the Third Estate makes weapons for every council member, He experienced harsh Soviet Warcamps when he fled to the Soviet Union in 1950 when he was only fourteen years old.
Being the Manufacturer of the Council, They rely on him for the council's weapons of destruction, exactly why many people hate them, Despite his stress he keeps dubious records of the Council's cruel past and the formation of it, He has no intentions of showing them to the public, even if his statements are false.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Fourth Estate
STEP 5

909-5 - ROBOT FOR ONE
909-5 Is a highly intelligent robot whose job is to Donate money to the poor and a financer, it is extremely hostile to invaders/infiltrators, it has a sensor to indicate if someone is pretending to be a 909 Council member or an invader, it will deploy rockets and alert the 909 Council if 909-4 isn't around.
ROBOT FOR ONE's body named "Ameca" seems to be generally polite and well-behaved, and used the council's power to make itself stronger, it gets stronger everyday and the council uses 909-5 for their own personal benefits of destruction and air pollution.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Fifth Estate
STEP 6

909-6 - HAPPY ROBOT
The former 909-6's Robot form still operates well, it does the same tasks that the Former 909-6 did, making people happy and cheering them up when they need it the most, IT wasn't always like this though, 909-16 was originally a human unit 2004 when 909-10 killed 909-16 with a pistol.
909-15 who was 909-6's closest friend, terminated 909-10 for hid betrayal and broken the 25th 909 Act. "A 909 Estate shall not murder another Estate nor shall they murder an Overseer." 909-15 wanted his friend back and took blood and skin samples, then it came to him, 909-16's Robot form was made
909-6's old job was to bring happiness wherever he goes, But the Robot Form does not do such a neat job in doing so.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Sixth Estate
STEP 7

909-7 - The Other
Male, Danish Descent, Canadian Origin, his age told by his family is seventy eight years, Well known figure in financial markets and LAZY AS HELL, though rarely spoken of publicly (if ever). Dresses in expensive, tailored clothing with similarly expensive jewelry. Wears a top hat. Apparent mathematical genius, supposedly capable of running the calculations for probability itself in his mind. Likely anomalous influence. Maintains financial accounts. He's kind of like 909-5 but human version also kind of like O5-12
He is so lazy that he didn't even know what his title would be so he juts named himself "The Other" which in my opinion is just dumb.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Seventh Estate
STEP 8

909-8 - The Braindead Soldier
Formerly known as Mary Theseref Female African American, Appears to be in her middle thirties, Vulnerable to Racism #BlackLivesMatter 909-8 helped by 909-1 and 909-2, 909-1 kills the people who make fun of the council, 909-2 brings their bodies to 909-8 and 909-3, 909-8 and 909-3 both bring the dead back to life, but as an intelligent zombie, they dress them up as soldiers and orders them to guard the council
909-8 Has infact she has the entire Texan Military in her fingertips, even though her birth state is Oklahoma, she mostly interacts with the public more often than the other Estates
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Eighth Estate
STEP 9

909-9 - The Hazmat Suit
Female Skoatian, Mexican Descent, in her late fifties, in April 26, 1986, The Chernobyl disaster happened, 909-9 ran away as fast as she can she ended up surviving, but she was covered in radiation, so she was forced to put on a Hazmat suit for the rest of her life, she is under quarantine, and should be as far away from humans, very little is known about 909-9
Despite this, there are several incongruities surrounding 909-9. Some sources have indicated that they believe they have heard 909-5 talking to herself as if she were having a conversation, while others have described conversing with 909-9, and then speaking to her again shortly afterwards and feeling as if they were not talking to the same person. staff was able to identify a picture of 909-9 as a member of the UNGOC in their world.
Aside from forming the Department of Paranormal Organization Review of the Foundation, 909-9 has apparently led considerable research into the existence of alternate realities, and is known to personally review anomalies that interact with other dimensions as they arise. Thanks to her Radiation abilities
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Ninth Estate
STEP 10

909-10 - VACANT
STEP 11

909-11 - The Housekeeper
Date of birth unknown. Unknown descent. Unknown origin. Unknown gender Unknown name. Incredibly difficult to identify. Generally appears as a wealthy man in lavish outfits. Primary disinformation entity within the Council. maintains cover stories, amnestic supply from the SCP Foundation. Extremely dangerous. He also could be The Brother of O5-11
His links with O5-11 from the Overseer Council follows as they're both The Eleventh in their respective Council, They are the chief disinformation officers while the Eleventh Overseer is Female while the Eleventh Estate is a male
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Eleventh Estate
STEP 12

909-12 - The Terrorist
Male, Middle eastern Descent, Iranian Origin, appears to be in his twenties Often described as the most sinister member of the council. While other members might have diabolical intentions or ulterior motives, 909-12 alone has the authority to make everything he intends to happen come to pass. He is often described as working towards some end, though his goals are a mystery.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Twelfth Estate
STEP 13

909-13 - The Failure
Female, African Descent, Swahili Origin appears to be in her middle forties, Due to her scientific background, 909-13 is perhaps the most focused research mind on the council. She maintains several major projects at any point in time
One of the more secretive members of the council, The Failure is rarely seen outside of The Council. Notably, her inclusion on the council is a point of issue with several other members, who see her as needlessly nearsighted.
DECRYPTION COMPLETE: ACCESS LOG
Journal Entry: The Thirteenth Estate
STEP 14

909-14 - The Lover
Female, Arstotzkan Origin 20+ years Formerly Dr. Antonina Makarov, Early documents mention 909-14 as being the second-in-command of the Council, though it does not appear as if she ever served in that role.
One source indicated that her name perhaps comes from the fact that she is never seen 909-15, which she never leaves him in public, leading some to believe she's Lover of 909-15, though where this rumor began and what would lead anyone to draw that conclusion in the first place is unknown.
DECRYPTION COMPLETE: ACCESS LOG
STEP 15

909-15 - The Founder
Arstotzkan Male, appears to be an old man over sixties years, Previous Name unknown, 909-15 Is believed to be the founder/the creator of the Council, he is the most powerful in the Council, He survived to this age thanks to the Fountain of Youth aka SCP-006 and His personal life and information is unknown.
Led the first research team of what would eventually become the 909 Council, along with 909-1, 909-4, 909-14, and several others. The events that led to him founding and assuming command of the Council proper are currently unknown.
Despite once being fairly active in the day-to-day running of the Council, 909-15 has pulled away in recent years and has not been seen in public for the last few decades, leaving 909-8 to manage the entire organization. While his death has been assumed on a number of occasions, one very high level source confirms that he continues to vote during council meetings.
While nearly every other Estate maintains a private residence, 909-15 is believed to live at 909 Site-100. The location of this facility is unknown.
DECRYPTION COMPLETE: ACCESS LOG
EPILOGUE: THE NEW HOPE
© Since October 4th, 2021, Arstotzkan Universe All Rights Reserved. Scorched Sundays Theme and modules were designed by Sir Investigator. The Arstotzkan Universe © 2021-19 Aug 2022 03:48