#860000 color
@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Exo+2'); @import url('https://fonts.googleapis.com/css?family=Michroma'); @import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css'); @import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); :root { /* PALLET SHEET */ --basic-border: 1px solid #000; --basic-border-color: #000; --dashed-border: 1px dashed #000; --thick-border: 2px solid #000; --element-border-radius: 2px; --primary-background: #248f8f; --secondary-background: rgba(0,0,0,0.15); --background-3: #248f8f; --background-4: #248f8f; --content-bar-background: #248f8f; --primary-text-color: #29a3a3; --nav-hover-background: #2d4975; /* BASE COLORS */ /* General Elements */ --text-color: #fff; --unmargined-color: var(--primary-text-color); --horizontal-rule-background: #fff; --horizontal-rule-secondary-background: #fff; /* color of horizontal rules when they are inside of content panels and stuff */ --action-area-border: var(--dashed-border); --alert-info-border: var(--dashed-border); --owindow-border: var(--basic-border); --tags-border: var(--basic-border); --error-color: #f20d0d; --content-box-shadow-color: #b3b3b3; --content-box-shadow: 1px 1px 1px 1px #000; --show-changes-del-background: rgb(179, 179, 179); --show-changes-ins-background: rgb(179, 179, 179); /* Body */ --body-background: #1d1d1b; /* Footer */ --footer-background: #860000; --footer-color: #fff; /* Page Content */ --page-background: none; --page-padding: none; --page-border: none; --page-border-radius: 0; /* Page Title */ --page-title-color: #fff; --page-title-border: #000; /* Generic Buttons */ --button-border: 1px solid #248f8f; --button-background: #181d22; --button-hover-border: 1px solid #248f8f; --button-hover-background: #248f8f; --button-hover-color: #fff; --button-current-background: #248f8f; /* Header Icon */ --header-icon: url(http://arstotzkanuniverse.wdfiles.com/local--files/this-universe/Arstotzkan_Universe-logo_shadow_2-9-2022.png); --header-icon-adv: left 1.2em top 1rem no-repeat; --header-icon-size: auto calc(9.5rem - 2.125rem); /* Header Background */ --header-background: url(https://rystories-wiki.wdfiles.com/local--files/home/Theme-dark-red_2-18-2022.png); /* Set to hidden to enable custom text */ --header-text-visibility: visible; /* Primary Header Text */ --header-font-weight: bold; --header-font: default; --header-color: #fff; --header-font-size: 180%; --header-mobile-font-size: 85%; /* Header Tagline Text */ --header-tagline-font-weight: bold; --header-tagline-font-size: 150%; --header-tagline-font: default; --header-tagline-color: #fff; --header-custom-text: ''; --header-tagline-custom-text: ''; --header-tagline-top: unset; --header-tagline-bottom: unset; --header-tagline-left: unset; --header-tagline-right: unset; --header-tagline-text-shadow: unset; --header-mobile-tagline-font-size: 75%; /* Search Bar */ --search-button-background: #364E4D; --search-button-border: 2px solid #fff; --search-button-hover-background: #364E4D; --search-button-hover-border: 2px solid #fff; --search-input-hover-border: 2px solid #fff; --search-input-hover-color: #fff; --search-input-color: #003366; --search-input-hover: #003366; --search-input-border: 2px solid #fff; /* Sidebar */ --sidebar-divider-color: var(--basic-border-color); --sidebar-header-color: var(--primary-text-color); --sidebar-hover-background: var(--nav-hover-background); --sidebar-hover-color: #fff; --sidebar-color: var(--text-color); --sidebar-mobile-open-menu-color: var(--basic-border-color); --sidebar-mobile-open-menu-border: 3px solid var(--basic-border-color); --sidebar-mobile-open-menu-background: var(--primary-background); --sidebar-mobile-background: var(--primary-background); --sidebar-crit-corner-color: #b5d6ff; /* Topbar */ --topbar-text-color: #fff; --topbar-dropdown-background: #000; --topbar-hover-background: #000; --topbar-divider: 1px solid #000; --topbar-dropdown-border-color: #000; --topbar-hover-color: #fff; --topbar-dropdown-color: #fff; /* Link Colors */ --link-color: #FF0000; --link-hover-color: #661a00; --new-page-color: #ff8c66; --external-graphic-color: var(--star-rating-hue); /* Wikidot Tables */ --table-header-background: var(--content-bar-background); --table-header-background-alt: var(--background-3); --table-header-color: #000; --table-cell-color: #000; --table-cell-background: var(--primary-background); --table-border: 1px solid #000; --table-box-shadow: var(--content-box-shadow); /* Footnotes */ --footnote-border: #1b5598; --footnote-background: #1b5598; /* Table of Contents */ --toc-border: none; --toc-background: var(--primary-background); --toc-box-shadow: var(--content-box-shadow); /* Content Panels */ --content-panel-border-radius: var(--element-border-radius); --content-panel-background: var(--primary-background); --content-panel-border: none; --content-panel-padding: 10px 20px; --content-panel-box-shadow: var(--content-box-shadow); --content-bar-color: #777; --news-block-body-panel-background-even: #1a1c1e; --content-block-border: none; --content-box-border-color: #808080; --nested-content-border: 1px solid #333; /* border of content when inside other content elements (blockquotes, tabview, content-panels, etc.) */ /* Quotes */ --blockquote-background: #ccc; --blockquote-border: #000; --blockquote-border-radius: #000; --blockquote-padding: 0 1em; --blockquote-box-shadow: none; /* Image Blocks */ --image-block-caption-background: var(--content-bar-background); --image-block-border: none; --image-block-background: var(--primary-background); --image-block-box-shadow: var(--content-box-shadow); /* Rating Modules */ --star-rating-background: var(--primary-background); --star-rating-border: none; --star-rating-reading-background: #364E4D; --star-rating-decimal-color: var(--text-color); --binary-rating-background: var(--primary-background); --binary-rating-border: none; --star-rating-hue: 0deg; --star-rating-filter: hue-rotate(calc(var(--star-rating-hue) + 350deg)) invert(1) saturate(0.4) brightness(1.3); --star-rating-border-radius: 0px; --star-rating-box-shadow: none; --star-rating-stars-box-shadow: none; --star-rating-cell-background: var(--content-bar-background); --nested-star-rating-border: 1px solid var(--star-rating-cell-background); /* Text Inputs */ --text-box-form-background: #364E4D; --text-box-form-border: 1px solid #000; /* Forum Threads */ --forum-thread-background: rgba(0,0,0,0.21); --forum-thread-border: none; --forum-thread-border-radius: 5px; --forum-thread-box-shadow: none; /* Forum Categories */ --forum-category-background-even: #1a1c1e; --forum-category-background-odd: var(--primary-background); /* Code Blocks */ --code-background: #ccc; --code-border: #ccc; /* Account Options */ --account-options-background: #fff; --account-options-border: #fff; /* Template Block */ --template-block-border: 2px solid #666; --template-block-background: #14141a; /* Pop-Up Boxes */ --modal-body-background: rgba(27,33,37,0.34); --modal-header-background: #14141a; /* Sidenotes */ --sidenote-open-background: #1c2431; --sidenote-closed-background: var(--content-bar-background); --sidenote-box-shadow: var(--content-box-shadow); --sidenote-background: var(--primary-background); --sidenote-contents-border: 1px dashed #333; --sidenote-figure-border: 1px solid #333; --sidenote-contents-open-color: var(--text-color); --sidenote-figure-open-color: var(--text-color); --sidenote-contents-closed-color: var(--text-color); --sidenote-figure-closed-color: var(--text-color); /* Variables Specific to Black Theme */ --BT-open-themes-border: 2px solid #aaa; --BT-open-themes-background: #fff; --BT-open-themes-color: #000; --BT-open-themes-hover-color: #07f; --BT-open-themes-hover-border: solid 2px #5295e1; --BT-scrollbar-background: var(--primary-background); --BT-scrollbar-thumb-background: #273b5a; --BT-scrollbar-thumb-hover-background: #283649; --BT-resizer-background: #191919; } /* Sidebar */ #side-bar { position: absolute; } #side-bar .side-block { padding-right: calc(8.1em - 1px); margin-right: -8.5em; margin-bottom: 30px; } #side-bar .heading { font-size: 1.2em; margin: 1em calc(-1em + 2px) 0.5em 0; font-weight: bold; color: var(--sidebar-header-color); } #side-bar hr { background-color: var(--sidebar-divider-color); width: 220px; } #side-bar div.menu-item a { transition: all 0.1s ease-in-out; display: block; margin: 0 calc(-1em - 1px) 0 -0.5em; padding: 0.4em 1em 0.4em 0.5em; font-size: 12.8px; color: var(--sidebar-color); width: 220px; } #side-bar div.menu-item a:hover { background-color: var(--sidebar-hover-background); color: var(--sidebar-hover-color); text-decoration: none; } #side-bar div.menu-item p { margin: 0; } #side-bar .menu-item a[href="/rpc-series"]::after { font-size: 80%; opacity: 0.7; margin-left: 0.5em; content: "(001-999)" } #side-bar .menu-item.discord a::before { content: url('http://rpcauthority.wdfiles.com/local--files/nav%3Aside/discord.png'); position: absolute; left: 15em; } #side-bar .menu-item.lore a::before { content: url('http://www.rpc-wiki.net/local--files/nav:side/lore.png'); position: absolute; left: 15em; } #side-bar .menu-item.reddit a::before { content: url('http://rpcauthority.wdfiles.com/local--files/nav%3Aside/reddit.png'); position: absolute; left: 15em; } #side-bar .menu-item.steam a::before { content: url('http://rpcauthority.wdfiles.com/local--files/nav%3Aside/steam.png'); position: absolute; left: 15em; } #side-bar .menu-item.twitter a::before { content: url('http://rpcauthority.wdfiles.com/local--files/nav%3Aside/twitter.png'); position: absolute; left: 15em; } #side-bar .menu-item.redbubble a::before { content: url('http://rpcauthority.wdfiles.com/local--files/nav%3Aside/redbubble.png'); position: absolute; left: 15em; } #main-content { margin: 0 2em 0 21em; padding: 2em 2em calc(14em - 1px) 3em; } li, p { line-height: 141%; word-wrap: break-word; } /* Horizontal Rules */ hr { background: #fff; Margin: 1em 0; } /* Links */ a { color: #c90000; text-decoration: none; background: transparent; transition: color 0.5s ease; } a.newpage { color: #7a2a2a; text-decoration: none; background: transparent; } a:hover { text-decoration: underline; background-color: transparent; color: #ff3232; } a::after { filter: hue-rotate(var(--external-graphic-color)); } .form-control { width: 95%; } /* Global Width */ #header, #top-bar { width: 90%; max-width: 980px; margin: 0 auto; } /* Header Elements */ div#container-wrap { background: var(--header-background) top left repeat-x; } #header { position: relative; z-index: 10; padding-bottom: 22px; background: var(--header-icon) var(--header-icon-adv); background-size: var(--header-icon-size); height: 144px; } #search-top-box { position: absolute; top: 79px; right: 9px; width: 250px; text-align: right; height: 16px; } #search-top-box-input { transition: background-color 0.5s ease; border: var(--search-input-border); border-radius: 0; color: var(--text-color); background-color: var(--search-input-color); height: 20px; box-sizing: border-box; vertical-align: bottom; } #search-top-box-input:hover, #search-top-box-input:focus { border: var(--search-input-hover-border); color: var(--search-input-hover-color); background-color: var(--search-input-hover); } #search-top-box-form input[type=submit] { transition: background,border,color 0.5s ease; border: var(--search-button-border); border-radius: 0; padding: 2px 5px; font-size: 90%; font-weight: bold; color: var(--text-color); background: var(--search-button-background); cursor: pointer; position: relative; height: 20px; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: var(--search-button-hover-border); color: #fff; text-shadow: 0 0 1px rgba(255,255,255,.25); background: var(--search-button-hover-background); } #header h1 { margin-left: 120px; padding: 0; float: left; max-height: 95px; margin-top: 0; font-weight: var(--header-font-weight); } #header h2::before { content: var(--header-tagline-custom-text); font-weight: var(--header-tagline-font-weight); color: var(--header-tagline-color); font-family: var(--header-tagline-font); } #header h1 a::before { content: var(--header-custom-text); } #header h2 { margin-left: 120px; padding: 0; clear: left; float: left; font-size: var(--header-tagline-font-size); max-height: 38px; letter-spacing: 1px; position: relative; top: var(--header-tagline-top); bottom: var(--header-tagline-bottom); left: var(--header-tagline-left); right: var(--header-tagline-right); text-shadow: var(--header-tagline-text-shadow); } #header h1 a { display: block; margin: 0; padding: 80px 0 25px; margin-left: -3em; padding-left: 3em; line-height: 0px; max-height: 0px; color: var(--header-color); background: transparent; font-family: var(--header-font); text-decoration: none; letter-spacing: 0.9px; font-size: var(--header-font-size); } #header h1 a span { visibility: var(--header-text-visibility); } #header h2 span { display: block; margin: 0; padding: 19px 0; line-height: 0px; max-height: 0px; font-weight: var(--header-tagline-font-weight); color: var(--header-tagline-color); font-family: var(--header-tagline-font); visibility: var(--header-text-visibility); } /* Topbar */ #top-bar { width: 100%; margin: 0 auto; } .mobile-top-bar { display: none; position: absolute; left: 1em; bottom: 0px; z-index: 0; } #top-bar { position: absolute; z-index: 50; top: 140px; height: 21px; line-height: 18px; padding: 0; z-index: 20; font-size: 90%; } #top-bar ul { float: right; } #top-bar li { margin: 0; } #top-bar a { color: var(--topbar-text-color); background: transparent; transition: none; } #top-bar ul li { border: 0; position: relative; } #top-bar ul li ul { border: solid 1px var(--topbar-dropdown-border-color); box-shadow: 0 2px 6px rgba(0,0,0,.5); border-top: 0; } #top-bar ul li a { border-left: solid 1px rgba(64,64,64,.1); border-right: solid 1px rgba(64,64,64,.1); text-decoration: none; padding-top: 10px; padding-bottom: 10px; line-height: 1px; max-height: 1px; overflow: hidden; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: var(--topbar-dropdown-background); color: var(--topbar-hover-color); border-left: var(--topbar-divider); border-right: var(--topbar-divider); } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-width: 0; width: 150px; line-height: 160%; height: auto; max-height: none; padding-top: 0; padding-bottom: 0; color: var(--topbar-dropdown-color); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: var(--topbar-hover-background); color: var(--topbar-hover-color); text-decoration: none; } #top-bar ul li:hover>a { background: var(--topbar-hover-background); color: var(--topbar-hover-color); } #top-bar ul li ul { border-width: 0 1px 1px 1px; width: auto; } #top-bar ul li ul li, #top-bar ul li ul li.sfhover, #top-bar ul li ul li, #top-bar ul li ul li:hover { border-width: 0; } #top-bar ul li ul li a { border-width: 0; color: #fff; } .top-bar ul li:last-of-type ul { right: 0; } #top-bar ul { margin-top: 5px; } /* Content */ #main-content { margin: 0 2em 0 22em; padding: 1em; position: relative; } /* Parented Pages Block */ #breadcrumbs { margin: -1em 0 1em; font-weight: 85%; } /* Tabs color*/ --selected-tab: #007a99; --hover-tab: #fff; --inactive-tab: #007a99; /* Tabs designs */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border:solid #000; border-width:0 0 5px; } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { margin:0 2px 0 0; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { margin:0 1px -1px 0; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background:#007a99 url(http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repeat-x -3px; border-top:solid #000 1px; border-left:solid #000 1px; border-right:solid #000 1px; font-weight:none; font-family:Arial; font-size:140%; color:#000; /*tab text color*/ } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { border:solid #000 0px; } .yui-navset .yui-nav a:hover, .yui-navset .yui-navset-top .yui-nav a:hover { background:#007a99 } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background:#007a99 url(http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repeat-x -3px; color:#000;border:1px solid #000;font-weight:600 } .yui-navset .yui-content { background-color: #000000; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: #000; /* content border */ border-top-color:#000; } .yui-navset-left .yui-content { border-color: #000; border-left-color: #000; } .yui-navset-bottom .yui-content, .yui-navset .yui-navset-bottom .yui-content { border-color: #000; /* content border */ border-bottom-color: #000; } /*---BUTTON RECOLORING---*/ #h-perpage, .optionstd a, .new-post .btn { border: 1px solid #666!important; background-color: #000!important; color: white!important; } #h-perpage:hover, .optionstd a:hover, .new-post .btn:hover { border: 1px solid #666!important; background-color: #fff!important; color: #000!important; text-decoration: none!important; } /* Footer */ #footer { clear: both; font-size: 77%; background: var(--footer-background); color: var(--footer-color); margin-top: 15px; padding: 3px 10px; } #footer .options { visibility: visible; display: block; float: right; width: 50%; font-size: 100%; text-align: right; } #footer a { color: #fff; background: transparent; } /* Fix Overflow */ .page-source, blockquote { word-wrap: break-word; } /* Custom Page Content Classes */ #page-content { min-height: 1200px; background: var(--page-background); padding: var(--page-padding); Border: var(--page-border); border-radius: var(--page-border-radius); } .unmargined > p { margin: 0; line-height: 100%; color: var(--unmargined-color); } .content-panel { border: 5px solid #002233; border-radius: 3px; background: #005580; margin-top: 3px; color: #000; padding-bottom:3px; padding: 3px; width: 98%; width: 98%; margin: 0 auto 2em; } } @media ( mi1n-width: 479px) { .content-panel { width: auto; margin: 0 0.5em 2em; } } .content-panel.centered { text-align: center; } .content-panel.dark { background: var(--secondary-background); } .info-block.left-column, .info-block.right-column, .featured-block.left-column, .featured-block.right-column { width: 48%; padding: 0; } .content-panel.content-toc { float: right; padding: 0 20px; white-space: nowrap; margin: 10px 0 15px 5px; } .featured-title { font-weight: bold; height: 35px; font-size: 110%; } .news-block, .featured-block, .info-block { border: var(--content-block-border); } .news-block, .info-block { margin: 15px 0; box-shadow: var(--content-box-shadow); } .news-block .body-panel { background: var(--content-panel-background); padding: 10px; } .news-block .body-panel .news-date { color: #777; font-size: 80%; } .news-block .body-panel .news-content { margin: 10px 0px 10px 30px; } .info-block .body-panel { background: var(--content-panel-background); padding: 10px; font-size: 90%; } .info-block .body-panel.centered { text-align: center; } .header-panel { background: var(--content-bar-background); padding: 5px; font-weight: bold; font-size: 75%; color: var(--content-bar-color); } .footer-panel { background: var(--content-bar-background); padding: 5px; font-weight: bold; font-size: 75%; text-align: right; Color: var(--content-bar-color); } .news-block .footer-panel a { color: var(--primary-text-color); } .news-block .body-panel:nth-child(even) { background: var(--news-block-body-panel-background-even); } .featured-block { box-shadow: var(--content-box-shadow); margin: 15px 0; } .featured-block .body-panel { background: var(--content-panel-background); text-align: left; padding: 10px; height: 100%; overflow-y: hidden; } .featured-block.left-column .body-panel, .featured-block.right-column .body-panel { height: 150px; } .featured-block .body-panel.short { height: auto; } .content-panel hr, .yui-content hr, .info-block hr, .news-block hr, .featured-block hr, blockquote hr { background: var(--horizontal-rule-secondary-background); } .clean hr { border: 2px dashed var(--content-bar-background); height: 0px; background: none; margin: auto -20px; } .content-box { border-radius: 0; border: 2px solid var(--content-box-border-color); padding: var(--content-panel-padding); margin: 10px 20px 15px 20px; } .content-box.dashed { border-style: dashed; } .content-box.thin { border-width: 1px; } .content-box.round { border-radius: 20px; } .left-column { float: left; width: 40%; margin: 10px 0; } .right-column { float: right; width: 40%; margin: 10px 0; } /* Template Block (Original Formatting by Dr. Pierson) */ .templateBlock { background: var(--template-block-background); border: var(--template-block-border); width: 450px; margin: 0 auto 15px auto; text-align: center; padding: 0 15px; Max-width: 90%; } .templateBlock img { max-width: 100%; } .templateBlock.special { background: linear-gradient(#222e2e, #171f1f, #222e2e);; } /* Tags */ .page-tags span { border-top: var(--tags-border); } /* Multi-Line Tags Fix */ #main-content .page-tags { margin: 1em 0 0; padding: 0; } #main-content .page-tags span { display: inline-block; padding: 0; max-width: 60%; } #main-content .page-tags a { display: inline-block; white-space: nowrap; } /* Hide Hidden Tags */ #main-content .page-tags a[href^="/system:page-tags/tag/_"] { display: none; } /* Pop-Up Text Boxes */ .modal-body img { background: none!important; } .modal-body { background: var(--modal-body-background); } .modal-header, .owindow, .owindow .title { background: var(--modal-header-background)!important; } .owindow { border: var(--owindow-border); } .owindow table.table a { word-break: break-word; } /* Ruby by Nanimono Demonai */ .ruby, ruby { display: inline-table; text-align: center; white-space: nowrap; line-height: 1; height: 1em; vertical-align: text-bottom; } .rt, rt { display: table-header-group; font-size: 0.6em; line-height: 1.1; text-align: center; white-space: nowrap; } /* Keycap */ .keycap { border: 1px solid; border-color: #ddd #bbb #bbb #ddd; border-bottom-width: 2px; -moz-border-radius: var(--element-border-radius); -webkit-border-radius: var(--element-border-radius); border-radius: var(--element-border-radius); background-color: #f9f9f9; padding: 1px 3px; font-family: inherit; font-size: 0.85em; white-space: nowrap; } /* 2011-11-13 Minobe Hiroyuki @ Marguerite Site www.marguerite.jp/Nihongo/WWW/CSSTips/EmphasizeDots-CSS3.html Edited for the SCP Foundation by Nanimono_Demonai */ .emph { text-emphasis-style: dot ; -webkit-text-emphasis-style: dot ; } /* Account Options */ #login-status { font-size: 90%; z-index: 30; } #printuser { color: var(--text-color); background-color:transparent; } #login-status a { color: var(--text-color); background-color: transparent; } #login-status a:hover { color: var(--link-hover-color); } #account-options { background: var(--account-options-background); border: var(--account-options-border); } #account-options li a:hover { color: var(--link-hover-color); } #account-options a, a#account-topbutton { font-weight: normal; background-color: transparent; } #account-options #account-options, a#account-topbutton { background-color: transparent; border-style: none; color: var(--text-color); } sup { vertical-align: top; position: relative; top: -0.5em; } body { background: var(--body-background); color: var(--text-color); font-size: 0.80em; } #content-wrap { position: relative; margin: 2em auto 0; max-width: 1040px; min-height:1500px; height: auto; } ul { list-style: square; } h3, h4, h5, h6, h7 { margin: 0.5em 0 0.4em; padding: 0; letter-spacing: 1px; } #page-title { color: var(--page-title-color); font-weight: bold; padding: 0 0 0.25em; margin: 0 0 0.6em; border-bottom: var(--page-title-border); word-wrap: break-word; position: relative; top: 1px; } blockquote { border: var(--blockquote-border); color: var(--text-color); background: var(--blockquote-background); border-radius: var(--blockquote-border-radius); padding: var(--blockquote-padding); box-shadow: var(--blockquote-box-shadow); } /* Standard Image Block */ .image-block { border: var(--image-block-border); width: 300px; box-shadow: var(--image-block-box-shadow); background: var(--image-block-background); } .image-block.block-right { float: right; clear: right; margin: 0 2em 1em 2em; } .image-block.block-left { float: left; clear: left; margin: 0 2em 1em 0; } .image-block.block-center { margin-right: auto; margin-left: auto; } .image-block img { border: 0; width: 300px; } .image-block .image-caption { background: var(--image-block-caption-background); border-top: var(--image-block-border); padding: 2px 0; font-size: 80%; font-weight: bold; text-align: center; width: 300px; } .image-block > p { margin: 0; } .image-block .image-caption > p { margin: 0; padding: 0 10px; } .image-block img, .image-block, .image-caption { max-width: 100%; } /* Wikiwalk Navigation...thing. */ .footer-wikiwalk-nav { font-style: bold; font-size: 75%; } /* Sidenotes */ .sidenoteImage.sidenoteType-text { display: none!important; } .sidenoteContent.sidenoteType-image { display: none!important; } .sidenoteIT.sidenoteImage-bottom { display: none!important; } .sidenoteIB.sidenoteImage-top { display: none!important; } .sidenoteC { border: var(--sidenote-contents-border); color: var(--sidenote-contents-closed-color); border-top: none; padding: 0.3em 0.7em; } .sidenoteI { padding: 1px; } .sidenoteH { background: var(--sidenote-closed-background); border: var(--sidenote-figure-border); color: var(--sidenote-figure-closed-color); text-align: center; padding: 0 15px 0 15px; } .sidenote { position: static; } .sidenoteContainer { width: 100%; clear: both; margin: 0px 0px 10px 0px; box-shadow: var(--sidenote-box-shadow); background: var(--sidenote-background); } .sidenoteAlign-right { width: 300px!important; float: right; margin: 0px 0px 10px 10px!important; } .sidenoteAlign-left { width: 300px!important; float: left; margin: 0px 10px 10px 0px!important; } @media (min-width: 1000px) { .sidenoteAlign-right.sidenoteAlign-true { margin: 0px 2em 10px 10px!important; } .sidenoteAlign-left.sidenoteAlign-true { margin: 0px 10px 10px 2em!important; } .sidenote.sidenoteLock-false:hover .sidenoteH { background: var(--sidenote-open-background); color: var(--sidenote-figure-open-color); } .sidenote.sidenoteLock-false .sidenoteC, .sidenote.sidenoteLock-false .sidenoteI { display: none; color: var(--sidenote-contents-open-color); } .sidenote.sidenoteLock-false:hover .sidenoteC, .sidenote.sidenoteLock-false:hover .sidenoteI { display: block; } } @media (max-width: 999px) { .sidenoteContainer { float: none; margin: 10px 0!important; width: 100%!important; } .sidenoteH { background: var(--sidenote-open-background); color: var(--sidenote-figure-open-color); } .sidenoteC, .sidenoteI { color: var(--sidenote-contents-open-color); } } .redaction { background: #111; color: transparent; } /* Hazards Component */ .hazardTypeText.hazardsType-properties, .propertiesText.hazardsType-hazards, .hazardTableText.hazardsType-none { display: none!important; } .hazardTableText { width: 110px; vertical-align: top; position: relative; right: 2px; top: 10px; padding: 0; } .hazardTableText.hazardsType-properties { width: 160px; } .hazardImage { margin-top: 1px; width: 35px; filter: invert(91%); opacity: 1; font-size: 80%; font-weight: bold; } .hazardBlock { position: relative; display: inline-block; } .hazardBlock .hazardText { visibility: hidden; width: 120px; background-color: #333; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; width: 120px; bottom: 100%; left: 50%; margin-left: -60px; position: absolute; z-index: 1; } .hazardBlock:hover .hazardText { visibility: visible; } .hazardBlock .hazardText::after { content: " "; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #333 transparent transparent transparent; } .hazardBlock .hazardText { opacity: 0; transition: all 0.2s ease-in-out; } .hazardBlock:hover .hazardText { opacity: 1; } table.hazardTable { padding-right: 5px!important; } @media (max-width: 768px) { table.hazardTable { padding-right: 20px!important; } } /* Wikidot Tables */ table.wiki-content-table { width: 100%; box-shadow: var(--table-box-shadow); } table.wiki-content-table th { background-color: var(--table-header-background); border: var(--table-border); color: var(--table-header-color); padding: 0.3em 0.7em; } table.wiki-content-table td { background-color: var(--table-cell-background); border: var(--table-border); padding: 0.3em 0.7em; color: var(--table-cell-color); } .wanted-pages-module th, .page-compare th { background-color: var(--table-header-background); border: var(--table-border)!important; color: var(--table-header-color); } .wanted-pages-module td, .page-compare td { background-color: var(--table-cell-background); border: var(--table-border)!important; } /* Footnotes */ .hovertip { border: var(--footnote-border)!important; background: var(--footnote-background)!important; } /* Table of Contents */ #toc { color: var(--text-color); border: var(--toc-border); background: var(--toc-background); Box-shadow: var(--toc-box-shadow); } /* Module Rate Customization (Upvote / Downvote System) */ .page-rate-widget-box { display: inline-block; margin-bottom: 10px; margin-right: 2em; box-shadow: var(--content-box-shadow); } .page-rate-widget-box .rate-points { background-color: var(--binary-rating-background)!important; border: var(--binary-rating-border); color: var(--text-color)!important; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { border-top: var(--binary-rating-border); border-bottom: var(--binary-rating-border); } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: var(--binary-rating-background); color: var(--link-color); font-weight: bold; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { transition: background 0.5s ease; background: var(--text-color); color: var(--binary-rating-background); text-decoration: none; } .page-rate-widget-box .cancel { border: var(--binary-rating-border); } .page-rate-widget-box .cancel a { background: var(--binary-rating-background); color: var(--text-color); text-transform: uppercase; font-weight: bold; } .page-rate-widget-box .cancel a:hover { transition: background 0.5s ease; background: var(--text-color); color: var(--binary-rating-background); text-decoration: none; } /* component:rate Customization (5 Star System) */ .rateContainer { width: 100%; height: 30px; } .ratingContainer { height: auto; } .tableStyle { background: var(--star-rating-background); margin-right: 2em; display: inline-block; border-collapse: collapse; border-spacing: 0px; border: var(--star-rating-border); box-shadow: var(--content-box-shadow); border-radius: var(--star-rating-border-radius); } .rateStyle { margin-right: 2em; box-shadow: var(--star-rating-box-shadow); } .starStyle { display: inline-block; padding: 2px 4px 0px 4px; margin: 0; background: var(--star-rating-background); box-shadow: var(--star-rating-stars-box-shadow); } .cellStyle { display: inline-block; padding: 1px 4px 0px 4px; background: var(--star-rating-cell-background); height: 20px; border: none; } .cellStyle p, .cellStyle div p { margin: 0; } .decimalStyle { background-color: var(--star-rating-background); padding-right: 6px; color: var(--star-rating-decimal-color); } .translationStyle { padding-left: 6px; padding-right: 6px; background-color: var(--star-rating-background); } .readingStyle { background: var(--star-rating-reading-background); padding: 0 3px 0 3px; border-left: var(--star-rating-border); } .cellStyle.votesRight-left, .cellStyle.votesLeft-right, .cellStyle.votesRight-none, .cellStyle.votesLeft-none { display: none; } .starStyle.votesRight-left, .starStyle.votesRight-none { text-align: center; } img[src$="/common--images/jquery-raty/star-on.png"] { filter: var(--star-rating-filter); } img[src$="/common--images/jquery-raty/star-half.png"] { filter: var(--star-rating-filter); } img[src$="/common--images/jquery-raty/star-off.png"] { filter: var(--star-rating-filter); } /* Generic Buttons */ #h-perpage, .optionstd a, .new-post .btn, #history-form-1 .btn-sm, .well .btn-sm, .change-textarea-size a, .buttons .btn-small, .action-area .btn-default, .action-area .btn-primary, .col-lg-10 .form-control, .form-actions .btn-danger, .buttons .btn-default, .target a, .buttons .btn-danger, #edit-cancel-button, #edit-save-button, .button-close-message, .button-close-window, .button-cancel, .button-insert-code, #wd-ed-codewizard-type, #wd-ed-imagewizard-position, #wd-ed-imagewizard-uri, #wd-ed-imagewizard-byuri .button, #wd-ed-imagewizard-flickr, #wd-ed-imagewizard-byflickr .button, .query-area .button, .button-close, .button-rename, .button-no\,-cancel, .button-yes\,-delete, #file-upload-form .btn-primary, .button-move, #action-area .buttons .btn-primary, #edit-page-form .buttons .btn-info, #view-diff-div .button, .button-yes\,-revert, .modal-footer .btn-danger, .modal-footer .btn-default, .modal-footer .btn-primary, #mba-apply, .yui-content .button, .btn-warning, #edit-meta-newtag-form div .btn, .new-page-box .button, #page-templates, #recent-posts-category, .forum-recent-posts-box form .btn, .owindow .button-bar .btn { border: var(--button-border)!important; background: var(--button-background)!important; color: #fff; } #h-perpage:hover, .optionstd a:hover, .new-post .btn:hover, #history-form-1 .btn-sm:hover, .well .btn-sm:hover, .change-textarea-size a:hover, .buttons .btn-small:hover, .action-area .btn-default:hover, .action-area .btn-primary:hover, .col-lg-10 .form-control:hover, .form-actions .btn-danger:hover, .buttons .btn-default:hover, .target a:hover, .buttons .btn-danger:hover, #edit-cancel-button:hover, #edit-save-button:hover, .button-close-message:hover, .button-close-window:hover, .button-cancel:hover, .button-insert-code:hover, #wd-ed-codewizard-type:hover, #wd-ed-imagewizard-position:hover, #wd-ed-imagewizard-uri:hover, #wd-ed-imagewizard-byuri .button:hover, #wd-ed-imagewizard-flickr:hover, #wd-ed-imagewizard-byflickr .button:hover, .query-area .button:hover, .button-close:hover, .button-rename:hover, .button-no\,-cancel:hover, .button-yes\,-delete:hover, #file-upload-form .btn-primary:hover, .button-move:hover, #action-area .buttons .btn-primary:hover, #edit-page-form .buttons .btn-info:hover, #view-diff-div .button:hover, .button-yes\,-revert:hover, .modal-footer .btn-danger:hover, .modal-footer .btn-default:hover, .modal-footer .btn-primary:hover, #mba-apply:hover, .yui-content .button:hover, .btn-warning:hover, #edit-meta-newtag-form div .btn:hover, .new-page-box .button:hover, #page-templates:hover, #recent-posts-category:hover, .forum-recent-posts-box form .btn:hover, .owindow .button-bar .btn:hover { border: var(--button-hover-border)!important; background: var(--button-hover-background)!important; color: var(--button-hover-color); text-decoration: none; } .pager .current { background: var(--button-current-background); color: var(--text-color); } .pager { line-height: 25px; } #parent-page-name-list { color: #333; } #history-subarea a { text-transform: capitalize; } #history-subarea a:hover { background: none; } .highlight td { background-color: var(--body-background); } .post .active td { background: var(--body-background)!important; text-decoration: underline dashed; } #rev-type-new, #rev-category, #rev-perpage { outline: 0; } .btn-large, #edit-meta-addbutton .btn-primary, #rename-show-backlinks { padding: 5px; } a.action-area-close.btn.btn-danger { background: none; } .wd-editor-toolbar-panel { filter: brightness(80%); } /* Errors */ .error-inline { color: var(--error-color); border: none; } .error-inline::before { content: " "; } span.error-inline em { font-style: normal; } span.error-inline em::before { content: '"'; } span.error-inline em::after { content: '"'; } .error-block { border: 1px dashed var(--error-color); color: var(--error-color); } /* Forum Stuff */ .forum-thread-box .description-block, .well { padding: .5em 1em; border-radius: var(--forum-thread-border-radius)!important; Border: var(--forum-thread-border)!important; background: var(--forum-thread-background)!important; color: var(--text-color); box-shadow: var(--forum-thread-box-shadow); margin: 1em; } .thread-container .post .head { padding: 0.5em 1em; background-color: rgba(0,0,0,0.21); box-shadow: inset 2px 3px 6px rgba(0,0,0,.15); border-radius: 5px 5px 0 0; } .folded .short { background: rgba(0,0,0,0.12)!important; } .head .description { word-wrap: break-word; } .long .content p { word-wrap: break-word; } .forum-group table td { background: none!important; border: none; padding: 5px 1px; } .forum-group table td.name .title { font-weight: bold; margin-left: 5px; } .action-area { border: var(--action-area-border); background: none; } .thread-container .well { border: var(--forum-thread-border); background: var(--forum-thread-background); } .forum-category-box .table { border: none; } .forum-group table td.name .description { color: var(--text-color); font-size: 87%; margin-left: 5px; } .forum-category-box table td { padding: 5px 10px; border: none; background: none; } .collapsible-block { overflow-wrap: break-word; } /* Add some spacing below close collapsible links */ .collapsible-block-unfolded-link { margin-bottom: 10px; } /* Text Box Forms */ #thread-description, #np-text, #post-edit, .field-header .form-wiki, .field-content .form-wiki, .text.form-control, #file-comments, .form .text, #edit-meta-newtag-form .text, .new-page-box .text, #edit-page-textarea, #edit-page-title, #edit-page-comments, .query-area .text, #membership-by-apply-text, .yui-content .text { background: var(--text-box-form-background); border: var(--text-box-form-border); color: var(--text-color); } input#page-tags-input.text { max-width: 330px; } .alert-info { background: none!important; border: var(--alert-info-border)!important; } .forum-start-box div.head { background-color: #192a44; border: none; } .forum-start-box .head .title { text-align: center; } .head .title { color: rgb(181,181,181); word-wrap: break-word; } .head .description { color: rgb(181,181,181); text-align: center; } .forum-group table { border-collapse: collapse; border-spacing: 1px; } .forum-group .name .description { font-size: 0.9em; padding: 3px 0; } .forum-group .head .title { font-size: 1.1em; } .forum-category-box table { border-collapse: collapse; } .forum-category-box table .head td { background: #192a44!important; font-size: 1.1em; font-weight: bold; } .forum-category-box table tr:nth-child(even), .forum-group table tr:nth-child(even) { background: var(--forum-category-background-even); } .forum-category-box table tr:nth-child(odd), .forum-group table tr:nth-child(odd) { background: var(--forum-category-background-odd); } /* Retitle Forum Headers */ .forum-start-box .head td:nth-child(1) { font-size: 0px; } .forum-start-box .head td:nth-child(1)::after { font-size: 11px; content: "Category Name" } .forum-start-box .head td:nth-child(4) { font-size: 0px; } .forum-start-box .head td:nth-child(4)::after { font-size: 11px; content: "Last Post" } /* Add a space before "Jump!" links in the forum */ .forum-start-box td.last span.odate:after { content: " "; } .forum-category-box .head td:nth-child(1) { font-size: 0px; } .forum-category-box .head td:nth-child(1)::after { font-size: 11px; content: "Thread Name"; } .forum-category-box .head td:nth-child(2) { font-size: 0px; } .forum-category-box .head td:nth-child(2)::after { font-size: 11px; content: "Original Poster"; } .forum-category-box .head td:nth-child(4) { font-size: 0px; } .forum-category-box .head td:nth-child(4)::after { font-size: 11px; content: "Most Recent"; } /* Hide Forum Signatures */ .signature { Display: none; } /* Show-Changes Highlights */ del { background: var(--show-changes-del-background)!important; text-decoration: none; white-space: normal!important; } ins { background: var(--show-changes-ins-background)!important; white-space: normal!important; } ins::before, del::before { content: "+"; position: absolute; left: 0.75em; font-size: 200%; color: transparent; width: 10px; height: 10px; border: 1px solid #000; } ins::before { border-radius: 10px; background: var(--show-changes-ins-background)!important; } del::before { background: var(--show-changes-del-background)!important; } /* Code Boxes */ .code { background: var(--code-background); border: var(--code-border); padding: 15px; } .code pre span { color: var(--text-color); } .code .hl-main pre { display: contents; } .revisions .active td { background: none; } .revisions td { padding: 2px; } .revisions .active { background-color: #3d3d3d; } #revision-list tr:nth-child(1) td { text-align: center; font-weight: bold; } .changes { color: var(--text-color); } .changes-list-item .comments { color: #a0a0a0; } .changes-list-item:hover { background: #333; } .statistics { color: var(--text-color); } .warning-block { background: #e2e25c; } .license-area { color: var(--text-color)!important; } #h-perpage { outline: none; } .list-pages-box table { padding-bottom: 0.5em; } .list-pages-box table.tableStyle { padding-bottom: 0; } .content-type-description-2 tr { background: none; } table.page-history tr td:nth-child(2) { min-width: 50px; } /* Tooltip Localization */ .tooltip { position: relative; display: inline-block; } .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: #333; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; width: 120px; bottom: 100%; left: 50%; margin-left: -60px; position: absolute; z-index: 1; } .tooltip:hover .tooltiptext { visibility: visible; } .tooltip .tooltiptext::after { content: " "; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #333 transparent transparent transparent; } .tooltip .tooltiptext { opacity: 0; transition: all 0.2s ease-in-out; } .tooltip:hover .tooltiptext { opacity: 1; } .tooltipblue { position: relative; display: inline-block; } .image-caption-top .tooltipblue img { filter: invert(91%) hue-rotate(150deg); } .tooltipblue .tooltiptextblue { visibility: hidden; width: 120px; background-color: #2476db; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; width: 120px; bottom: 100%; left: 50%; margin-left: -60px; position: absolute; z-index: 1; } .tooltipblue:hover .tooltiptextblue { visibility: visible; } .tooltipblue .tooltiptextblue::after { content: " "; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #2476db transparent transparent transparent; } .tooltipblue .tooltiptextblue { opacity: 0; transition: all 0.2s ease-in-out; } .tooltipblue:hover .tooltiptextblue { opacity: 1; } /* Hide Preview and Page Version Popups */ #action-area-top .preview-message, #page-version-info { display: none; } /* Page Editing Form */ @media (min-width: 1200px) { #edit-page-form { margin-left: -100px; margin-right: -65px; } } #np-text { padding: 3px 5px; } #np-title { padding: 0 5px; margin: 5px 0; } /* Image Hover Enlarge */ @media (min-width: 769px) { #edit-page-textarea { padding: 20px 30px; border: var(--thick-border); } .enlarge { transition: .05s; position: relative; } .enlarge:hover { transform: scale(1.5); transition: .05s; transition-delay: .2s; z-index: 2; } .mobileOnly { display: none; } .left-column hr, .right-column hr { border: none; height: 1px; Margin: 1em 0; } } .open-themes a { position: absolute; bottom: 125px; right: -50px; z-index: 14; text-align: center; transition: all 0s ease 0s; width: 1em; height: 1em; font-size: 20px; padding: 2px; } .open-themes a:hover { text-decoration: none!important; transition: all 0s ease 0s; } @media (max-width: 768px) { .open-themes a { width: 13px; height: 15px; padding: 0 2px 2px; bottom: 135px; right: -25px; font-size: 13px; } .open-themes-block { padding: 0; max-width: 100%; position: absolute; left: 1em; bottom: 0px; z-index: 0; } } .open-themes p { margin: 0; } /* Hide Banned Users */ .printuser a[href*="the-fozz-2"]:nth-child(1) { visibility: hidden; } .printuser a[href*="the-fozz-2"]:nth-child(2) { font-size: 0; } .printuser a[href*="the-fozz-2"]:nth-child(2)::before { content: "(account banned)"; font-size: calc(0.8 * 16px); color: var(--text-color); } .modal-body img[src*="userid=6209186"] { display: none; } /* Viewport */ @viewport { width: device-width; zoom: 1.0; } /* Internet Explorer Viewport */ @-ms-viewport { width: device-width; zoom: 1.0; } /* Opera Viewport */ @-o-viewport { width: device-width; zoom: 1.0; } /* Google Chrome Viewport */ @-webkit-viewport { width: device-width; zoom: 1.0; } /* FireFox Viewport */ @-moz-viewport { width: device-width; zoom: 1.0; } /* Mobile Compatibility */ @media (max-width: 768px) { .desktopOnly { display: none; } ins::before, del::before { left: 0.25em; } .content-panel.content-toc { float: none; border-radius: var(--element-border-radius); margin: 5px 0 5px 5px; } .edit-page-bottomtable .alert-info { display: none; } .owindow { min-width: 80%; max-width: 99%; } .modal-body .table, .modal-body .table ~ div { float: left; } .owindow .button-bar { float: right; } .owindow div a.btn-primary { width: 100%; float: left; } #edit-page-form { margin-left: 10px; margin-right: 10px; } #header h2 { font-size: var(--header-mobile-tagline-font-size); } #top-bar { position: relative; top: 145px; } .side-block { margin-right: 0!important; padding-right: 0!important; } #side-bar .menu-item>a { padding-right: 0!important; } .mobile-top-bar ul li:last-of-type ul { right: 0; } /* Hide Search Button Input */ #search-top-box-input { display: none; } /* Relocate Search Button */ #header .button { position: relative; top: 27px; left: 18px; } #page-content { font-size: 0.9em; } #main-content { margin: 0; } #header, .mobile-top-bar { max-width: 100%; } #side-bar { width: 80%; position: relative; } .top-bar { display: none; } .mobile-top-bar { display: block; padding: 0; } .page-options-bottom a { padding: 0 4px; } #header h1 a { font-size: var(--header-mobile-font-size); } blockquote { margin: 1em 0; } #header { background-position: 0 5.5em; background-size: 60px; } #header h1, #header h2 { margin-left: 66px; } #header a span, #header a::before { position: relative; top: 10px; } table.form td, table.form th { float: left; } td.name { width: 15em; } table.form td, table.form th { padding: 0; } #edit-page-title { max-width: 90%; } .left-column, .right-column { width: calc(100% - 40px); padding: 0 20px; float: left; margin: 10px 0; } #page-content div, #page-content div table { clear: both; } #page-content div.title { word-break: keep-all; } .page-history tbody tr td:last-child { width: 35%; } .page-history { font-size: 0.7em; } .yui-navset { z-index: 1; } .sideTabview .yui-nav li { font-size: 90%; } .sideTabview .yui-nav li a em { padding: 20px 10px!important; } #navi-bar, #navi-bar-shadow { display: none; } .sideTabview .yui-navset, .sideTabview .yui-nav, .sideTabview .yui-content, .sideTabview .yui-content>div { max-height: 500px!important; } .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 15; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: var(--sidebar-mobile-open-menu-border); background: var(--sidebar-mobile-open-menu-background)!important; border-radius: 0.3em; color: var(--sidebar-mobile-open-menu-color)!important; transition: all 0s ease 0s; } .open-menu a:hover { text-decoration: none!important; color: var(--link-color)!important; border: solid var(--link-color); transition: all 0s ease 0s; } #main-content { max-width: 90%; margin: 0 5%; padding: 0; } #side-bar { display: block; position: fixed; top: 0; left: -25em; width: 17em; height: 100%; background: var(--sidebar-mobile-background); overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; -webkit-transition: left 0.5s ease-in-out 0.1s; -moz-transition: left 0.5s ease-in-out 0.1s; -ms-transition: left 0.5s ease-in-out 0.1s; -o-transition: left 0.5s ease-in-out 0.1s; transition: left 0.5s ease-in-out 0.1s; } #side-bar::after { content: ""; position: absolute; top: 0; width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.2); } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; border: 1px solid #dedede; z-index: 10; } #side-bar:target + #main-content { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3) 1px 1px repeat; z-index: -1; } .image-block { Margin: 10px 0!important; float: none!important; } .image-block, .image-caption, .image-caption-top, .image-block img { width: 100%!important } .hazard-image-block .image-caption-top img { width: 35px!important; } .tableStyle { margin-right: 0; } .featured-block.left-column .body-panel, .featured-block.right-column .body-panel { height: 100%; } .featured-block.left-column, .featured-block.right-column { width: 100%; } .content-panel, .content-box { Margin: 5px 0px; } #header h2::before { position: relative; top: 15px; } } /* Custom page content classes */ #page-content { min-height: 720px; } .unmargined > p { margin: 0; line-height: 100%; } .content-panel { border: solid 1px #888880; border-radius: 10px; background-color: #999990; margin: 10px 0 15px; box-shadow: 3px 3px 6px #bbb; box-shadow: 0 2px 6px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .3), inset 0 10px rgba(255, 255, 255, .2), inset 0 10px 20px rgba(255, 255, 255, .25), inset 0 -15px 30px rgba(0, 0, 0, .1); } .content-panel.standalone { background: #fcfdfb; } .content-panel.series { padding: 0 20px; margin-bottom: 20px; } .content-panel.centered { text-align: center; } .content-panel.left-column { float: left; width: 48%; } .content-panel.right-column { float: right; width: 48%; } .content-panel .panel-heading { padding: 2px 10px; color: #fff; font-size: 90%; font-weight: bold; text-shadow: 1px 1px 2px rgba(0, 0, 0, .35); } .content-panel .panel-heading > p, .content-panel .panel-footer > p { margin: 0; } .content-panel .panel-body { padding: 5px 10px; background: #fff9f0 url('https://scp-wiki.wdfiles.com/local--files/component:theme/panel-bg-gradient-reverse.png') bottom repeat-x; } .content-panel .panel-footer { padding: 1px 10px; color: #fffff0; font-size: 80%; font-weight: bold; text-align: right; text-shadow: 1px 1px 2px rgba(0, 0, 0, .5); } .content-panel .panel-footer a { color: #fff; } .content-panel .content-toc { float: right; padding: 0 20px; background-color: #fff; border: solid 1px #ccc; border-radius: 10px; margin: 20px 0 5px 5px; white-space: nowrap; box-shadow: inset 1px 2px 6px rgba(0, 0, 0, .15); } .alternate:nth-child(even) { background-color: rgba(255, 255, 255, .9); } #side-bar .collapsible-block-link { margin-left: 0; font-weight: bold; } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px #600; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link { margin-top: 10px; margin-bottom: 5px; margin-left: 15px; font-size: 8pt; color: #600; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: #b01; text-decoration: none; } #side-bar ul { list-style-type: none; padding: 0 5px; } /* Content Warning for adult content */ div#u-adult-warning { width: fit-content; margin: 0 auto 20px; padding: .5rem 1rem; border: 3px solid #333; background: #e4e4e4; color: #333; text-align: center; font-weight: bold; } div#u-adult-warning > div#u-adult-header { font-size: 300%; text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); color: #901; } div#u-adult-warning > div#u-adult-header p { margin: 0; } div#u-adult-warning > .error-block { color: unset; padding: unset; margin: unset; border: unset; margin-bottom: 1em; } /* Wikiwalk Navigation */ .footer-wikiwalk-nav { font-weight: bold; font-size: 75%; } /* Licensebox */ .licensebox .collapsible-block-link { margin-left: .25em; padding: .25em; font-weight: bold; opacity: .5; color: inherit; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; } .licensebox .collapsible-block-link:hover, .licensebox .collapsible-block-link:active { opacity: 1; }
YOU ARE NOT SUPPOSED TO ACCESS THIS PAGE OR ELSE WE WILL FIND YOU, ONLY HIGH RANKING OFFICIALS ARE ALLOWED TO ACCESS THIS PAGE.
Needless to say, you're not supposed to be viewing these files I've written. I say: take a chance. You've come this far.
Some of the following information is true. Some of it's false, even ridiculous. Sometimes I know for sure, sometimes I don't. Sometimes I'll lie. It doesn't matter. Whatever I've told you here, someone, somewhere believes it. And belief has power.
Realize also that the 909 Council might not even exist.
—Tempest
ACCESS HAS BEEN GRANTED
- Overview
- 909-1
- 909-2
- 909-3
- 909-4
- 909-5
- 909-6
- 909-7
- 909-8
- 909-9
- 909-10
- 909-11
- 909-12
- 909-13
- 909-14
- 909-15
- The Administrator
The 909 Council or The Fifteen Consulates.
The 909 Council is a secretive organization that is one of the most intriguing subjects in the world of anomalous phenomena. This council, composed of a select group of individuals possessing incredible knowledge and power, is believed to be responsible for overseeing and regulating many of the most dangerous and mysterious anomalies in existence.
While much about the 909 Council remains shrouded in secrecy, what is known is that its members are highly influential individuals who wield immense power and influence in the world of the anomalous. These individuals are believed to possess a deep understanding of the workings of reality itself, and to possess abilities that allow them to manipulate and control the very fabric of the universe.
The 909 Council is said to operate from a hidden location, inaccessible to all but a select few. It is rumored that the council's headquarters is located within a pocket dimension, accessible only to those who possess the knowledge and ability to enter it.
Despite the council's secrecy, there have been occasional glimpses into its workings over the years. These glimpses have revealed a highly structured organization, with members divided into various departments responsible for different aspects of anomaly regulation and containment.
The council's most notable achievement is its role in preventing the catastrophic consequences of numerous anomalous events. From containing world-ending phenomena to preventing the spread of deadly contagions, the council's actions have saved countless lives over the years.
However, not all believe that the council's intentions are entirely benevolent. Some have accused the council of using its power and influence to further its own agendas, or of being in league with other shadowy organizations with their own sinister goals.
Despite these controversies, one thing is certain: the 909 Council remains one of the most fascinating and mysterious organizations in the world of the anomalous. Whether one sees it as a force for good or for evil, there is no denying the immense power and influence wielded by this secretive group of individuals.
The significance of the 909 Council is as follows:
9: 9 Dimensions of Reality
0: Zero Tolerance for Anomalous Threats
9: 9 Essentials
This meaning implies that the Council's primary objective is to safeguard the multiverse by thwarting perilous anomalies from disrupting the very fabric of reality. The number 9 represents the various dimensions that the Council is responsible for monitoring and shielding, while the number 0 represents their uncompromising resolve to eliminate any anomalous threat, regardless of its source or form. Finally, the second 9 Essentials embody the fundamental values and aims of the Council in accomplishing their mission of defending the multiverse: Peace, Prosperity, Economy, Rebuild, Religion, Habitation, Triumph, Freedom, and Unity.
For the better part of my life, I have committed myself to the study of these beings, even at the risk of my own mortality. My efforts have led me to scour the extensive 909 Site Archives, unearthing the hidden truths about each and every Council Consulate. Brace yourself, for I will reveal their true natures and darkest desires, if indeed they can even be considered "human."
909-1: "The Tattletale"
Caucasian Male. Greek descent. Unknown date of birth.
909-1's codename is "The Tattletale". While it is unclear whether he chose his codename or it was bestowed upon him by the Tenth Consulate, the origin and meaning of the moniker remain shrouded in secrecy.
Although the The Tattletale's true identity remains unknown, it is rumored that he was once affiliated with a research consortium before becoming a founding member of the 909 Council. Unlike his peers, 909-1 appears to be a rather mundane and unremarkable individual.
However, this façade belies the fact that 909-1 possesses an extraordinary ability to see into the future through anomalous technology. Despite a 90% confirmation rate for his predictions, the origins and reliability of this technology remain unknown. Notably, 909-1 has foreseen several significant historical events, including the collapse of the 2nd Berlin Wall, the reunification of Germany after 15 years of division from the Venetian Imperial Republic, the fall of the Eurasian Federation, and the Arstotzka's 9/11.
It is worth noting that while 909-1 appears content with his ability, it is uncertain whether he intentionally developed it or if it was a side effect of his anomalous nature. Regardless, this unique capability makes him a valuable asset to the 909 Council, and his connections to O5-13 within the SCP Foundation only add to his enigmatic nature.
Note on 909-1
I put this bluntly, 909-1 seems a bit strange
ever since Ivan had made the dreaded
contract with death itself… my mind tells me
that he does not feel the same anymore.- 909-14
909-1: "Death"
Gender unknown. Descent unknown. Origin unknown. Age unknown. Appearance unknown.
The 909 Council has always been shrouded in mystery, but rumors of one of their most enigmatic members take the cake. Some say that the slot of 909-1 was created specifically for Death itself. The idea sounds preposterous, but according to some reports, it's possible that it could be true.
Known as "The Sage of the Living", Death is a prisoner of the 909 Council, yet also a member. It can cast its vote like anyone else, but the Council can control it by a majority vote. SCP-006 is nothing but a cover-up; the true longevity of the 909s stems from their control over Death. When necessary, the Council can order 909-1 to stay its hand from anyone in the world, though doing so weakens Death's chains, and the power is therefore rarely used.
However, there are conflicting reports about the Council's immortality. Some say it comes from imprisoning Death, while others believe the 909s reside in a location shielded from the processes that cause mortality. Some even claim that the Administrator, not 909-1, has taken over the role of Death.
But here's where things get even stranger: reports suggest that Death was bound to the Council by a bargain, in exchange for the life and Council seat of one Hudson Theodore, the former 909-1, also known as "The Tattletale". SCP-006 exists, but it's insufficient for the Council's purposes and has long since been exhausted. Hudson Theodore's body, which grants Death a Council seat, is said to be preserved somewhere in the South Atlantic.
This information contradicts other reports claiming 909-1 to be Death itself, but there's definitely something strange going on in the South Atlantic. Reports suggest an anomaly with antimemetic properties that match the description given in "The Swallowed Tail" source. Whatever is being hidden there remains a mystery.
909-1: "Do You Know The Muffin Man?"
Male. English heritage. Age unknown. Varying appearance.
909-1 stands as one of the most enigmatic and elusive members of the 909 Council. The origin and true identity of 909-1 remain shrouded in secrecy, with conflicting reports and tales that contribute to the mystery surrounding this peculiar man.
Among the myriad rumors surrounding 909-1, one intriguing speculation links him to the real nursery rhyme character, the Muffin Man of Drury Lane. According to certain unverified accounts, 909-1's true name could be Frederic Thomas Lynwood, who allegedly lived during the late 16th century. Reports suggest that Lynwood was a serial killer who cunningly lured innocent children with the promise of muffins, only to lead them to dark and sinister alleyways to kill them The gruesome events associated with Lynwood are said to have inspired the creation of the "Do You Know The Muffin Man?" nursery rhyme.
However, it is vital to note that these accounts lack substantial evidence, and the connections between 909-1 and the historical figure remain speculative at best.
Unlike other members of the 909 Council, 909-1 has never been observed inside and outside the confines of 909 Command. This observation has led to varying accounts among personnel regarding his true nature.
Some among the lower-ranking staff believe that 909-1's slot remained vacant for an extended period, suggesting that he might have been absent or inactive. This theory changed drastically when, by seemingly inexplicable means, an elderly man transformed into a significantly younger individual, leading to the speculation that this rejuvenation might be connected to SCP-006. However, concrete evidence supporting this notion remains elusive.
The accounts surrounding 909-1's true identity vary significantly within the Council ranks. Low-level junior staff, including Junior Researchers and low-ranking agents, often speculate that "Do You Know The Muffin Man?" is the genuine 909-1, while middle-level staff believe he might be the founder of the 909 Council. However, the Council members themselves vehemently deny any definitive conclusions regarding 909-1, particularly their real founder, 909-15.
909-2: "The Assassin"
Female. Asian descent. Japanese origin. 30+ years old
909-2, also known as "The Assassin," is a female member of the 909 Council of unknown age and descent, though she is believed to be of Japanese origin. Her exact identity and full name are unknown, but she was previously known as Sakura, and is reported to have a skin disease that causes her appearance to deteriorate every 5 years.
While her primary job used to be to dispose of the bodies of individuals killed by 909-1, she now serves as an assassin for the Council. She is known to be a talented artist and a mathematical genius, capable of calculating probabilities in her mind. It is rumored that she may have been the controller of the machine beneath Yellowstone, though this remains unconfirmed and that member is likely 909-4.
One remarkable aspect about 909-2 is her reputation as one of the most dangerous members of the Council. Often referred to as "A Shadow in the Dark," she is known for stealthily hiding in darkness to seek out unsuspecting targets. In addition to her formidable skills as an assassin, she possesses a remarkable aptitude for mathematics, reportedly capable of performing intricate probability calculations in her mind. As a well-known and skilled assassin, she is capable of eliminating individuals who either leak information about them or who try to kill the Consulates.
909-2 is an elusive figure, making her one of the most sinister and difficult-to-reach operatives within the Council. If someone is determined to assassinate her, she has an uncanny ability to sense their presence and vanish before they can lay eyes on her. Even other Council members, like 909-8, fear her. While she has been observed accompanied by a small number of armed guards, she often travels alone, particularly favoring Tiananmen Square as her solitary destination.
909-2: "Shadowstrike"
Male. South American descent. Unknown origin. 40+ years old.
909-2 is a male operative of the 909 Council. Known for his exceptional skills in stealth and combat, 909-2 is a formidable assassin and a trusted enforcer within the Council.
With a wealth of experience and expertise, 909-2 operates in the shadows, striking swiftly and decisively to eliminate targets designated by the Council. He possesses a range of specialized training, including martial arts, weapon proficiency, and strategic planning.
909-2 is a master of evasion, often eluding detection and slipping away unnoticed from potential threats. His calm and composed demeanor allows him to make calculated decisions even in high-pressure situations. Despite his lethal abilities, he maintains a strict code of honor and only eliminates those deemed threats to the Council's interests.
His reputation as an assassin of unparalleled skill and efficiency has earned him both respect and fear from his peers. 909-2's loyalty lies unwaveringly with the Council, and he is known to carry out their orders without question, ensuring their secrets remain protected.
909-2: "The Broker"
Female. European descent. Polish origin. Appears to be 30+ years old.
909-2 is a female member of the influential 909 Council. The Broker serves a crucial role within the Council as their financial mastermind and strategist.
Renowned for her expertise in the intricate world of high-stakes finance, 909-2 possesses an exceptional understanding of global markets, investments, and economic systems. She orchestrates complex financial operations, ensuring the Council's vast resources remain protected and continually grow.
Her codename, "The Broker," reflects her ability to navigate the shadows of international banking, utilizing her extensive network of contacts and financial acumen to manipulate markets, launder money, and acquire substantial wealth for the Council's operations.
909-2's mastery of financial engineering extends to the realm of information, where she leverages her connections to gather valuable intelligence and exploit market vulnerabilities. Her skills in negotiation and persuasion make her an indispensable asset in striking lucrative deals and establishing influential partnerships
909-3: "The Mercenary"
Male. Latasian descent. Kolechian origin. 60+ years old.
909-3 was initially assigned to alert the Council of impending attacks, ranging from natural disasters to human-made threats. However, his connection to Dr. Bright of the SCP Foundation and alleged ties to Kolechian smuggling to Arstotzka have led to a change in his role within the Council. It is believed that 909-3 has been working within the SCP Foundation for most of his life, having joined as an administrative aid in 1957 before being removed for unknown reasons.
After the Council deemed 909-3's old role unsatisfactory, he was given the new role of a mercenary. He has since been involved in staging coups, inciting rebellions, and invading countries, including Syria and Iraq. Despite being the most often seen member of the Council, 909-3 remains an enigmatic figure, with little known about his ultimate goals.
909-3's reputation as "The Mercenary" and "The Trap" has led to widespread fear and mistrust among Council staff. He is considered the most sinister member of the Council, with only 909-11 being considered more dangerous due to their anomalous abilities. Despite being the apparent leader of the Council in the absence of 909-15, a veto from the latter could potentially subvert 909-3's assumed control, although such an event has not occurred.
Note: Some information regarding 909-3's past has been modified or removed from records, and the extent of his involvement with the SCP Foundation is unclear.
909-3: "Frostbite"
Female. Unknown descent. Russian origin. 60+ years old.
909-3 is a skilled operative from Russia with Siberian heritage. As a member of the 909 Council, her expertise lies in covert operations and strategic planning. With years of experience, Frostbite has honed her skills in intelligence gathering, sabotage, and subterfuge.
Her codename reflects her cold and calculated approach to her assignments, leaving her targets frozen in fear. Known for her icy demeanor and precise execution, Frostbite is a force to be reckoned with within the Council. Her ability to navigate complex situations and adapt to changing circumstances has earned her a reputation as a highly effective operative.
909-3: "Eclipse"
Female. Latasian descent. Kolechian origin. 50+ years old.
909-3 is a seasoned operative within the 909 Council. With her Kolechian origins and Latasian heritage, she possesses a unique perspective and a deep understanding of the region. Known for her strategic brilliance and unmatched resourcefulness, Eclipse is a master of covert operations and intelligence gathering.
Her codename reflects her ability to operate discreetly, obscuring her true intentions and casting a shadow of mystery upon her actions. Eclipse is a force to be reckoned with, capable of navigating complex webs of intrigue and unraveling hidden truths.
909-4: "The Historical Archivist"
Male. Portuguese origin. 40+ years old
909-4, known as "The Historical Archivist," is a mysterious figure of Portuguese origin with a twisted past. It is believed that he assumed the role of 909-4 after his sister was killed by 909-14 for attempting to harm 909-15, possibly on orders from the latter.
Originally known as Francisco de la Roche, a writer with strong ties to the Wanderer's Library, 909-4 possesses a vast knowledge of the Council's involvement in previous end-of-the-world scenarios. He maintains a meticulous record of every activity on Earth since he joined the Council, which is utilized in the operation of the machine beneath Yellowstone. O5-10 is also believed to be involved in this project.
However, one source describes 909-4 as the most bloodthirsty member of the Council, viewing himself and the Council as divine and above natural laws. In his eyes, normal humans are nothing more than tools to achieve a greater understanding of universal truth.
Rumors suggest that 909-4 played a key role in the founding of the Council, but he despises the presence of 909-13 for reasons unknown. When questioned about his hatred towards her, he remains silent, leaving many to speculate on what truly drives his dark desires.
909-4: "The Portman"
German Male. Western European Descent. 30+ years old.
909-4, a prominent member of the 909 Council, was born and raised in Berlin, Germany. His area of expertise lies in biology, specifically focusing on anomalies within the human population. He dedicated his studies to understanding these anomalies and their implications.
909-4 actively shared his experiences and knowledge with fellow biologists. His encounters with anomalies were relayed to others, providing valuable insights into the presence of these phenomena. However, despite his extensive research, 909-4 had not personally witnessed any anomalies himself. This discrepancy led him to question his own mental state, feeling as though he was veering towards insanity.
In pursuit of further investigation, 909-4 made the decision to separate from his family and establish his research base in the Harz Mountains. This remote location served as his sanctuary, allowing him to delve deeper into his studies away from distractions.
Regrettably, 909-4's mission took an unforeseen turn. Instead of discovering new anomalies, he found himself face-to-face with a perilous unknown entity. This encounter resulted in a fatal confrontation, leaving his body destroyed and life extinguished. Miraculously, the 909 Administrator managed to reanimate 909-4, integrating him into the ranks of the 909 Council.
909-5: "Greed"
East Asian male. Unknown Origin. 40+ years old
Origin and descent of 909-5 are unknown, though physical appearance and attire suggest an East Asian male, likely above 40 years of age. He is considered a highly intelligent Consul within the 909 Council and is believed to be the financier of the Council.
While he is a well-known figure in financial markets, he rarely appears publicly and dresses in expensive, tailored clothing with similarly costly jewelry. He is also known to wear a top hat. There is a strong suspicion of anomalous influence at play. 909-5 maintains financial accounts and manipulates trade markets in order to accrue wealth for the Council and himself.
However, he has shown no mercy towards humanity and is reputed to harbor an intense hatred for our kind. Council members tend to avoid him due to his unpredictable and ruthless nature, with reports suggesting he may even threaten humans for money.
Some speculate that 909-5 may embody the deadly sin of Greed itself. Obsessed with modifying his body and soul with anomalous technology and artifacts, he has become increasingly paranoid and is obsessed with the idea that other Council members may want to kill him.
It is rumored that 909-5 has members of his own staff seated at high-level positions on financial boards for all major world governments, giving him considerable influence and power. However, in recent times, his influence within the Council has dwindled, with many speculating that he has become too consumed with his own greed to effectively contribute to the Council's goals.
909-6: "The Humanitarian"
Caucasian male. Nordic features. Looks to be in his early 20s
909-6, also known as "The Humanitarian," was a man of great intelligence and respect within the 909 Council. He was known for his kind and compassionate nature, a rarity among the often ruthless council members. His former name was Tristan Everett Fischer, and he had worked as a gun maker before joining the council.
Despite his achievements, 909-6's life was tragically cut short. In the year 2000, a competition was held between 909-6 and 909-10 to determine who was the better comedian. 909-6, who had never tried his hand at comedy, won the competition, causing 909-10 to become enraged. In 2004, 909-10 snuck into 909-6's room and shot him dead. 909-10 was later terminated for his actions.
Despite his untimely death, 909-15 wished to bring 909-6 back to life. Taking blood samples from 909-6, he turned him into a robot, forever preserving his memory and legacy. On the same day, 909-1 made a deal with Death, adding another layer of mystery and intrigue to the already enigmatic 909 Council.
909-6: "H.U.M.A.N.I.T.A.R.I.A.N."
909-6, also known as H.U.M.A.N.I.T.A.R.I.A.N., was a Caucasian male with Nordic features who was killed on May 7th, 2004. His closest friend, 909-15, took blood and skin samples and turned him into a robot, which still operates and performs the same tasks as the former 909-6 did.
Prior to his death, 909-6's job was to spread happiness wherever he went. However, the robot form does not do as good of a job in achieving this. Despite his popularity and respect within the council, his kindness ultimately led to his demise.
909-15 terminated 909-10 for betraying and committing a felony against 909-6, and subsequently broke the 25th 909 Act: "A 909 Consulate shall not commit a felony against another another Consulate, nor shall they to the same to an Overseer." However, the robot form of 909-6 is not immortal since it was not included in the Contract with Death, which only contains his human name, Tristan Everett Fischer, written by 909-15 after his death.
H.U.M.A.N.I.T.A.R.I.A.N. stands for "Hypothetical Union of Mankind Altruistically Nurturing Individuals, Transcending All Races, Ideologies, and Nations." Although his files have been partially forgotten by the council's actions, his legacy and influence on the council still remain.
909-7: "The Other Consulate"
An Elderly Male of Danish and Canadian descent, Age is confirmed to be seventy-eight today in 2005.
This Council member is unique in that they were recruited from the Council Task Force (CTF). Despite certain inconsistencies, this elderly male bears an uncanny resemblance to Nathaniel Jameson MacKenzie, a former agent who committed suicide in 1948 following a scandal involving academic misconduct that destroyed his professional reputation and resulted in multiple lawsuits for fraud and the misuse of public funding.
909-7's reluctance to choose a title for themselves resulted in the moniker "The Other Consulate". They are known for their bravery as a soldier and for recruiting 909-13 to the Council, a decision that stands in contrast to the Foundation's typical practice of administering amnestics to individuals who possess knowledge of anomalous objects and phenomena.
Thanks to their scientific background, 909-7 is a highly focused research mind within the Council. They are constantly engaged in several major projects at any given time, some of which have yielded technologies that the SCP Foundation has implemented in significant applications, including the Kant Counter.
909-8: "The Governor"
African-American Female. She is in about 30+ years of age
Formerly known as Kendra Wintersmith, though some accounts claim her to be Taylor Cunningham. She was previously a scientist at Site-01, where she worked alongside Researchers Beynard and Noire on the creation of the Beynard-Noire Array. Following the completion of the project, she was appointed as Minister to Gahalika, where she is believed to have first encountered The Administrator.
Despite her elderly appearance, 909-8 is one of the youngest members of the 909 Council, though the source of her longevity prior to the supposed deal with Death remains unknown. She is known for her lack of subtlety and is credited with founding the Council's first task force, "The Originals," which was created to eliminate members of the Chaos Insurgency after their formation.
Currently, 909-8 oversees the Department of Applied Influence, which includes all of the Council's task forces, naval groups, and air superiority groups. While she was not originally in favor of its formation, she now manages all matters related to the Council's executive arm.
In the 909 Site Archives, which houses the Council's estate files, 909-8 is described as an "unstoppable force capable of creating zombies" and someone who "assumes control over the Texan military." While her exact position within the military remains unknown, several sources have confirmed that she holds significant authority and is considered second only to the President by many military leaders.
909-9: "The Vassal"
European Female. German in appearance. Age is only speculated and is uncertain.
909-9, codenamed "The Vassal," is known to have co-founded the Department of Paranormal Organization Review within the SCP Foundation. There are several unusual reports surrounding 909-9, including claims that she has been heard speaking to herself as if having a conversation and that individuals who have spoken to her have felt as though they were not speaking to the same person when they spoke to her again later.
909-9 is a prolific researcher of alternate realities and personally reviews anomalies that interact with other dimensions. Her anomalous abilities are said to have come from an accident at a nuclear power plant where she worked during her time on the Council, resulting in her obtaining radioactive abilities. Although the power plant and surrounding landscape were destroyed, 909-9 anomalously survived the accident.
It is rumored that the accident resulted in the deaths of 762 people who worked at the power plant and 5,102 innocent civilians, and that news reports on the event were subsequently covered up by the 909 Council. Anyone who heard about the incident was reportedly amnesticized, and the event was forgotten by the public.
909-10: "The Molter"
Male. Unknown descent. Unknown origin. Unknown age.
According to 909-15, 909-10 is a former Union General named David Hunter, who later became a comedian and a compassionate young man. He is said to have founded the 909 Site Archives where the Council's archives are kept.
909-10 possesses powers that allow him to control the world and manipulate people as puppets for his own entertainment. He is known to enjoy watching people suffer, and has access to certain abilities that protect him from criminal charges. He is also known to wear a red stovepipe hat, which may possess anonymous powers, including the ability to bring the dead back to life.
Referred to as "The Molter" by 909-15, 909-10 is capable of creating objects out of his own hands and bears a striking resemblance to a Union General who served in the American Civil War. He is often seen wearing a Union general suit and carrying a 1800s-style rifle, with many belt-marks on his side.
Information about 909-10 is limited due to the Council burning all of his files and amnesticizing anyone who knew about him. According to the 9th 909 Act, "A Consulate killed by another Consulate can be replaced, but a Consulate killed for a felony shall not be replaced." 909-10 was terminated by 909-7's soldiers and his family was also murdered, with everyone who knew them being amnesticized.
Despite the lack of information, some people still remember 909-10, but most of them have been executed, died of natural causes, or succumbed to diseases.
909-11: "The Chimera"
Unknown Gender. Unknown Descent, but appears to be French. Unknown age
909-11, known as "The Chimera," is a master of deception and one of the most difficult members of the 909 Council to identify. They appear as a wealthy individual, often dressed in extravagant clothing, and serve as the primary disinformation entity within the Council. With access to amnestics from the SCP Foundation, they are able to maintain cover stories and manipulate information to suit the Council's needs.
The true identity of 909-11 is shrouded in mystery, and their appearance is known to shift drastically, ranging from that of a young child to a middle-aged balding man. This is due to their incredible polymorphic abilities, allowing them to change their identity at will and remain undetected.
Due to their ambiguous gender, 909-11 is always referred to using they/them pronouns. However, one source has suggested that 909-11 may actually be male. The file mentions a former Chaos Insurgency agent named Jean-Luc Dubois. It is unclear what happened to Dubois. It is possible that 909-3 took him, or that he met his end, or that he simply joined the Council on their behalf.
The true nature and motivations of 909-11 remain a mystery, but their skills in deception and polymorphism make them an extremely dangerous member of the 909 Council. Reports suggest that they may be a sibling of O5-11, though this remains unconfirmed.
909-12: "The Terrorist"
Male. Saudi/Syrian Ancestry. Saudi Origin. Iranian Heritage. Early 20s or mid 60s.
909-12, known as "The Terrorist," is often unfairly labeled as such due to his Saudi Arabian nationality. It's believed that his codename was suggested by 909-10, who may have held prejudiced views. Some have even spread rumors that he operates out of a secret base located near a Thai washing store, although the origins of these claims are unknown and questionable.
When the Council requires a stern and persuasive representative, they call upon 909-12. Despite his aging and balding appearance, he possesses an anomalous charisma that allows him to effectively sell the Council's agenda. His first task involved diverting the attention of Peru and Colombia away from Ecuador, where anomalous activity was rampant.
Despite his eloquence and apparent education, 909-12 is not an academic nor a natural leader. He tends to delegate responsibilities in order to avoid taking on too much himself. This characteristic was exploited by 909-3, who secured an unofficial "automatic vote" from the Terrorist for any cause he supported.
909-13: "The All-Seeing Eye"
Unknown age. Unknown gender. Unknown ethnicity… Or… They could be a Female. Swahili origin. I would say that they could be atleast 12 years of age
909-13 is a mysterious entity of unknown age, gender, and ethnicity. Some sources suggest that they could potentially be a young Swahili female in their teenage years, likely around 12 or 30 years of age.
The origin story of 909-13 is unclear, but it is said that they were a victim of child neglect whose parents were imprisoned. They endured mistreatment due to the Apartheid system in South Africa until encountering an SCP that breached containment. The Council's CTF and 909-7, then known as Agent MacKenzie, were able to contain the SCP and save 909-13.
Despite encountering an SCP, 909-13 was not given amnestics like the Foundation usually does, but rather recruited to the Council as a Consulate. 909-13's exceptional intelligence and aptitude for science have been noted, and they are described as a level-headed and compassionate individual.
However, there are conflicting reports about 909-13's true nature. Some believe that they may not be human at all, but rather an artificial intelligence designed to create other AIs. Little is known about their physical appearance, as they have only been observed through avatars on screens and speak with a digitally constructed voice.
The only image of 909-13 that has been found depicts a young Tanzanian teenage girl, but this is unsupported by other claims about their identity. Due to the lack of concrete information, some Council members and staff refer to 909-13 as "The Kid."
909-14: "The Canaanite"
Female. Russian Origin. Looks to be 20+ years old.
Little is known about the elusive 909-14, codenamed "The Canaanite." She is of Russian origin and appears to be in her twenties, but beyond that, there is no concrete information available about her. The origin of her name is a mystery as well.
One thing that is known about her is that she is always seen in the company of 909-15, and she has changed over time. Early records suggest that she was once the second-in-command of the 909 Council, although it's unclear if she ever actually held that position.
Interestingly, there is a rumor that her name may come from the fact that she is never seen without 909-15, leading some to believe that she is the lover of the mysterious Council member. However, the origins of this rumor are unknown, and it's unclear what evidence, if any, exists to support it.
Occasionally, she can be seen wearing a white turtleneck, which some speculate may be an attempt to conceal a decapitation scar on her neck. There have been many speculations about her true identity, with one promising lead suggesting that she might be the Apostle Bartholomew. This misunderstanding has led to violence in the past, with some people believing that she was actually the apostle and attempting to harm her.
909-15: "The Founder"
Eastern European Descent. Russian Male. Verified age is 315 years old.
According to reports, 909-15 is believed to be the Consulate who established the 909 Council. He is thought to be the most powerful member of the Council, having survived to his current age through the use of the Fountain of Youth. However, little is known about his personal life and background, except that he became associated with "The Administrator" at the mid 18th century.
909-15 led the first research team that eventually became the 909 Council, along with other members such as 909-1, 909-4, and 909-14. The events that led to his founding and leadership of the Council are shrouded in mystery.
Despite having been involved in the Council's daily operations in the past, 909-15 has withdrawn from public life in recent decades and has not been seen in public. However, a high-level source claims that he continues to participate in Council meetings and cast his vote.
According to his profile in the 909 Site Archives, "909-15 is an unstoppable, fearsome, and dangerous man, appearing to be 60 years old despite being 315 years old. He has romantic feelings for his lover, 909-14, and his death has been assumed on multiple occasions, yet he always votes in Council meetings."
The archives suggest that 909-15 was born around 1690 and founded the 909 Council of Estates and Power, which later became the 909 Council, in 1766 at the age of 76. He has lived on for over 300 years since then.
Remarkably, the files were written by 909-15 himself, using a formal tone and the name Ivan Hilohiko. It is also noted that the current President of Arstotzka, who is missing, was his brother.
The Administrator: "Deepwave"
Unknown Origin. Unknown Descent. Unknown Age. We do know he is male.
Whispers within the Council suggest that Alexander Conch, a name reminiscent of the conch shell symbolizing the sea's depths, may be the true founder of the organization. Unlike the renowned Fritz Willie, the Administrator remains an uncertainty, always concealed behind a dark ski mask and a sleek black suit.
Some believe that the 909 Administrator is nothing more than a fabrication by the Council, a specter designed to intimidate opposition into submission. It is possible that Alex Conch is a mere product of their imagination, and one of the five proposals could be the actual Administrator. The other four proposals may be whimsical creations of 909-11, the Chief Disinformation Officer.
Alternatively, the Administrator might not exist at all, or perhaps their nature is more sinister, akin to the Devil himself. However, such notions lack substantial evidence to support them.
The only reference to the Administrator comes from a single file in the 909 Council's writings, labeled 909-██. Although it is impossible to determine the author definitively, I suspect The Chimera due to their distinguishable handwriting, which I have been training myself to recognize.
Within this file, the Administrator declares, "Fear not, for I, Alexander Hilbert Conch, your Administrator, am on the case!" However, whether these words truly belong to the real Administrator or are yet another ruse perpetrated by the 909 Council remains a mystery waiting to be uncovered by those brave enough to seek the truth.
The Administrator: "The Phoenix"
Male. European Descent. Appears to have British/French ancestry.
Christopher Walker, commonly known as The Phoenix, emerges as a potential candidate for the true Administrator. His name appears in every file regarding the Council's formation. According to records, Walker was a close friend of Ivan Hilohiko and, along with Antonina and others, played a key role in the Council's inception in London (or Paris) in 1766.
Among the proposals, Walker stands out due to his background story, although heavily redacted. It is known that he met Ivan in 1701, possibly in Paris, London, or Russia, and separated in 1703 when Ivan was left alone in the newly built St. Petersburg.
Walker's death was presumed in 1926, allegedly at the hands of 909-15, the leader of the The Finger of God project, also known as Ivan himself, in their conflict against the Kingdom of Abaddon.
However, the Administrator's death was merely a ruse. Evidence from the 909 Site-Archives indicates that "Administrator Walker has been murdered; the measure passes. He shall return at the end, and at the end, it will start over once again." This statement may or may not suggest that when the Council falls, the Administrator will return.
Interestingly, Administrator Walker did not sign the Council's contract with Death, implying that he is not immortal like the other Consulates. Although the Administrator's true identity and nature remain shrouded in mystery, Christopher Walker undoubtedly holds a significant place in their history.
The Administrator: "I Am The Shadowmaster"
Male. Spanish/Moroccan ancestry. Possibly around his late or middle fifties.
Identifying this individual proves challenging, as depictions often portray a tall figure dressed formally, always carrying a black leather briefcase. The name remains obscured, with only the initials D. S. R. revealed, leaving uncertainty as to whether the name was intentionally censored or if the Administrator never possessed a name to begin with. Based on the available information, it is speculated that his name may be Daniel S█████ R███████.
Little else is known about Administrator Daniel's true nature or the contents of his briefcase. Speculation abounds, suggesting that it might contain launch codes or weapons. While not as enigmatic as Administrator Conch, Daniel rarely ventures beyond the confines of the 909 Command, and if he were indeed real, he would likely not be amicable.
Despite being an official proposal, the 909 Council has not issued any statements about Daniel since his inception. Even the writer of his profile, 909-4, has remained silent. 909-4 authored Daniel's profile in 1989, and as of 2005, there have been no significant updates regarding Administrator Daniel's existence or status. In my assessment, I believe that Administrator Walker is the true Administrator.
The Administrator: "[EZEKIEL]"
Possibly male. Babylonian decent. Jewish origin.
Proposed as the fourth Administrator, [EZEKIEL] is believed to be a male with Babylonian roots and Jewish heritage. The name is reminiscent of the Hebrew prophet Ezekiel, credited with authoring the Book of Ezekiel containing prophecies about Jerusalem's destruction and the restoration of Israel. It remains unclear whether Administrator [EZEKIEL] represents an actual individual resurrected from ancient times or a creation of the 909 Council.
While some speculate that Administrator [EZEKIEL] might be the genuine Prophet Ezekiel from antiquity, this seems highly unlikely. The true identity and background of [EZEKIEL] remain veiled in mystery, leaving ample room for speculation and interpretation.
The Administrator: "The Seed"
Regrettably, all files related to The Seed are redacted. However, I discovered an unredacted source shedding light on the matter. It states, "The Administrator is nothing more than a suit in a boardroom, a signature on a document, a voice on the phone." This phrase feels familiar, reminiscent of Christopher Walker's fate, the Council's first Administrator. Intrigued, I delved further, finally uncovering the answer.
The truth is that the 909 Council is bound to the fabric of reality and to a consciousness that identifies itself as The Administrator. This being, although intrinsically linked to the Council, is not truly a part of it. It exists to fulfill the Council's original purpose of containing world-ending phenomena, eradicating contagious diseases, and preserving lives at any cost. Those who attempt to disrupt this mission become entangled in its vortex.
Christopher Walker was not The Administrator; instead, he served as the Council's first Administrator. The Administrator, according to its own admission, emerged as a consciousness when a part of Christopher Walker became entwined with the fabric of reality and the nature of the Council itself. This new, emergent being adopted the name The Administrator and has persisted within the Council ever since.
I am well aware that my research could cost me my life, but that does not matter. I have dedicated six years of my life to understanding and documenting the 909 Council, and I am willing to make this sacrifice.
Sincerely,
Petrov.
© Since October 4th, 2021, Arstotzkan Universe All Rights Reserved. Scorched Sundays Theme and modules were designed by Hudson Nolan. The Arstotzkan Universe © 2021-05 Oct 2024 08:31