@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
:root { --header-title: "SCP FOUNDATION"; --dark-accent: 20, 22, 24; --bright-accent: 228, 228, 228; --light-gray-monochrome: 84, 84, 84; --dark-gray-monochrome: 48,48,52; --black-monochrome: 20, 22, 24; --medium-accent: var(--bright-accent); --tab-border-color: var(--dark-accent); --rating-module-button-color: var(--bright-accent); --rating-module-button-credit-color: var(--bright-accent); --swatch-background: var(--dark-accent); /* Background and Header Colors */ --background-color: var(--dark-accent); /* Primary Text Colors */ --swatch-text-light: var(--bright-accent); --swatch-text-general: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--dark-accent); /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-dark-color); /* Primary Header Colors */ --swatch-topmenu-border-color: var(--swatch-menubg-black-color); --swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color); --rating-module-text-color: var(--bright-accent); --rating-module-button-cancel-color: var(--gray-monochrome);; --gradient-header: linear-gradient( to bottom, rgb(var(--header-gradient-color-bottom)) 0%, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100% ); --diagonal-stripes: repeating-linear-gradient( 45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh, rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh ); --toggle-button-bg: rgb(var(--dark-accent)); --toggle-border-color: rgb(var(--dark-gray-monochrome)); --toggle-icon-color: rgb(var(--bright-accent)); } .modalbox { background: rgb(var(--dark-accent))!important; box-shadow: none!important; border-color: transparent!important; border-radius: 0px!important; padding: 4px; pointer-events: auto !important; } #skrollr-body > a { display: none; } body { color: rgb(var(--bright-accent)); } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: rgb(var(--dark-gray-monochrome)); } a, a:visited { padding: 0 2px; background-color: rgb(var(--bright-accent)); color: rgb(var(--dark-accent)); } a:hover { text-decoration: none; background-color: transparent; color: var(--bright-accent); } a.close-menu { background-color: transparent; } a.newpage { color: rgb(var(--dark-accent)); background-color: rgb(var(--bright-accent)); } a.newpage:hover { text-decoration: none; background-color: transparent; color: var(--bright-accent); } ::selection { background: rgb(148, 148, 148); } .creditButton p a { background-color: rgb(var(--black-accent)); } #page-content .rate-box-with-credit-button { display: inline-flex; margin-bottom: .75rem; border: .0625rem solid rgba(12,12,12,.25); border: .0625rem solid rgba(var(--gray-monochrome)); border-radius: 0; background: rgb(var(--dark-accent)); background-color: #fcfcfc; background-color: rgb(var(--dark-accent)); padding: 0 .125rem; height: var(--rating-module-height); overflow: hidden; } #top-bar div.mobile-top-bar>ul>li>ul>li:hover>a, #top-bar div.top-bar>ul>li>ul>li:hover>a { text-decoration: none; color: rgb(var(--dark-accent)); } #side-bar .heading background: rgb(var(--dark-gray-monochrome)); } #side-bar .side-block { background-color: rgb(var(--dark-accent)); } #side-bar .side-block.resources { background: rgb(var(--dark-accent))!important; } #side-bar .side-block.media { background-color: rgba(var(--dark-gray-monochrome))!important; } #side-bar div.menu-item>a { color: rgb(var(--bright-accent)); } #side-bar div.menu-item>a:visited { color: rgb(var(--bright-accent)); } .side-block.media a { background: transparent } #side-bar .collapsible-block .collapsible-block-folded, #side-bar .heading { background: rgb(var(--dark-gray-monochrome)); } #search-top-box-input { background-color: rgb(var(--dark-gray-monochrome)); } #account-options { background: var(--dark-accent); color: var(--bright-accent); border-color: var(--bright-accent); } #login-status { color: rgba(var(--swatch-menutxt-light-color),0.5); } #login-status ul a { color: rgb(var(--bright-accent)); } span.printuser { color: rgb(var(--swatch-menutxt-light-color)); } #login-status .printuser { background-color: transparent; color: rgb(var(--bright-accent)); } .page-rate-widget-box { background: rgb(var(--dark-accent)); border: 0.0625rem solid rgba(var(--swatch-menubg-dark-color)); } #top-bar div.mobile-top-bar { background: rgb(var(--dark-accent)); } #top-bar div.top-bar > ul > li:hover { background: rgb(var(--swatch-menubg-black-color)); } #top-bar div.mobile-top-bar > ul > li.sfhover > ul, #top-bar div.mobile-top-bar > ul > li:hover > ul, #top-bar div.top-bar > ul > li.sfhover > ul, #top-bar div.top-bar > ul > li:hover > ul { color: rgb(var(--dark-accent)); } blockquote, div.blockquote { border: none; background-color: rgb(var(--dark-gray-monochrome)); --swatch-border-color: var(--gray-monochrome); box-shadow: .0225rem .0835rem .0725rem .0925rem rgb(var(--dark-accent)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { box-shadow: none; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { --box-shadow: none; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav hover a { border-color: rgb(var(--dark-accent)); } .yui-navset .yui-nav .selected a { color: rgb(var(--dark-accent))!important; border-color: rgb(var(--bright-accent)); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { color: rgb(var(--bright-accent)); background: rgb(var(--dark-accent)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--dark-accent)); } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--swatch-menubg-dark-color)); color: rgb(var(--dark-accent)); } .yui-navset-bottom .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset .yui-nav li a { color: rgb(var(--bright-accent)); background: rgb(var(--dark-gray-monochrome)); } table.wiki-content-table th, table.wiki-content-table tr { border: .0625rem solid rgba(var(--bright-accent))!important; } table.wiki-content-table th { background: #e3e3e3; border: 1px solid #e3e3e3; color: #141618; } table.wiki-content-table tr { border: 1px solid #e3e3e3; color: #e3e3e3; } textarea, input.text, input.checkbox, div.note, #lock-info { border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25); background-color: rgb(var(--swatch-menubg-extra-dark-color)); color: rgb(var(--swatch-text-light)); } .code pre span[class*="hl-"] { -webkit-filter: invert(1) hue-rotate(180deg); filter: invert(1) hue-rotate(180deg); } .owindow .modal-body img { background-color: transparent !important; } .hovertip { border: .0625rem solid rgb(var(--dark-gray-monochrome)); color: rgb(var(--swatch-text-light)); } .hovertip .content { padding: 0; } #footer { color: rgb(var(--bright-accent)); } .scpnet-interwiki-wrapper { -webkit-filter: initial; filter: initial; margin-top: 1em; } .scpnet-interwiki-frame { -webkit-filter: invert(0.92) grayscale(1) contrast(1); filter: invert(0.92) grayscale(1) contrast(1); } .scp-image-block { border: none; --box-shadow: none; padding: 0; min-width: 100%; display: inherit; } .scp-image-block a { background-color: transparent; } .footnote { background-color: rgb(var(--dark-gray-monochrome)); padding: .625em; } .footnotes-footer { border-left: none; background-color: rgba(var(--dark-gray-monochrome)); } .licensebox .collapsible-block-link { background: none; } .printuser img.small { vertical-align: -0.4em; width: 20px; height: 20px; } #who-rated-page-area .printuser a { font-size: 100%; } #license-area { color: rgb(var(--light-gray-monochrome)); } #search-top-box input.empty { color: rgba(var(--bright-accent)); } .danger-diamond > .arrows, .anom-bar > .bottom-box::before { background-color: rgb(var(--bright-accent)); } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--bright-accent)); } .bottom-box > .diamond-part { box-shadow: -0.5rem 0 0 0 rgb(var(--bright-accent)); } .acs-hybrid-text-bar > .acs-clear > .clearance-level-text::before { color: rgba(var(--bright-accent),1); } .acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::before { color: rgba(var(--bright-accent),1); } .acs-hybrid-text-bar > .acs-risk .risk-class-number::before { color: rgba(var(--bright-accent, 12, 12, 12),1); } .contain-class .class-text::before { color: rgb(228 228 228); } .anom-bar-container.esoteric .text-part > .main-class > .second-class > .class-text::after { color: #e4e4e4; } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent)); } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: rgb(var(--dark-accent)); } .acs-hybrid-text-bar > a { background-color: transparent } .acs-hybrid-text-bar > .acs-clear > .clearance-level-text::after { padding-top: 0.1rem; color: rgba(var(--bright-accent),1); } .acs-hybrid-text-bar > .acs-risk .risk-class-number::after { color: rgba(var(--bright-accent)); } .acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::after { color: rgba(var(--bright-accent),1); } .danger-diamond a, .danger-diamond a:hover { background-color: transparent; color: rgba(0,0,0,0); } .fnnum { background-color: rgb(var(--bright-accent)); } .fnnum::after { color: #141618; } .fnnum:hover { background-color: transparent; } .fncon { background: rgb(var(--dark-accent)); border: 2px solid rgb(var(--bright-accent)); } .fncon::before { background-color: #141618; color: #e4e4e4; border: 2px solid rgb(var(--bright-accent)); } .printuser { background-color: rgb(var(--bright-accent)); color: rgb(var(--dark-accent)); } .printuser a { margin-right: -1px; font-size: 14px; background-color: none; } .printuser img.small { vertical-align: -0.4em; width: 19px; height: 18.5px; } .printuser:hover { background-color: transparent; } .page-tags a { background-color: transparent; color: rgb(var(--bright-accent)); } @media only screen and (max-width: 768px) { #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { background-color: rgb(var(--dark-accent)); } }
THE FOLLOWING FILES HAVE BEEN BANNED
TOP SECRET
BY ORDER OF THE ADMINISTRATOR
GENERAL NOTICE XXXX: In order to prevent knowledge of SCP-XXXX from being leaked, this file are protected by a memetic kill agent designed to immediately cause cardiac arrest in any nonauthorized personnel attempting to access the file.
WARNING:
ANY NON-AUTHORIZED PERSONNEL ACCESSING THIS FILE WILL BE IMMEDIATELY TERMINATED THROUGH BERRYMAN-LANGFORD MEMETIC KILL AGENT. SCROLLING DOWN WITHOUT PROPER MEMETIC INOCULATION WILL RESULT IN IMMEDIATE CARDIAC ARREST FOLLOWED BY DEATH.
YOU HAVE BEEN WARNED.
MEMETIC KILL AGENT ACTIVATED
CONTINUED LIFE SIGNS CONFIRMED
REMOVING SAFETY INTERLOCKS
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
SCP-XXXX: The Weak and Wounded
Special Containment Procedures
Phone calls are to be monitored and sent through a database to detect.
The perimeter of [REDACTED] mental asylum is to be guarded by patrols to prevent trespassers from entering. Any personnel who have to enter the building must take mandatory psychological evaluation and should have no history of mental illness or suffering any traumatic incident in the past.
The sixth wing of the asylum is off limits to all personnel, unless granted permission from the O5.
Revised Containment Procedures
A perimeter is to be set up around the grounds of [REDACTED] hospital. Robotic sentries are to utilised to guard the site.
Access into the grounds is forbidden. Any individual, civilian or not, found within the perimeter are to be terminated immediately.
WARNING: UPON READING THE INFORMATION, AMNESTICISATION IS MANDATORY.
Description:
SCP-XXXX is a phenomenon which is responsible for coercing people into committing harm. The phenomenon appears to be concentrated within the United States.
There are two objects making up this phenomenon: SCP-XXXX-A and SCP-XXXX-B
SCP-XXXX-A is a phenomenon affecting suicide prevention hotlines across the United States.
Callers are anomalously redirected to the anomaly. These targets are greeted with the voice of an unidentified male, nicknamed "The Operator". Subjects have stated the voice to be comforting and soothing, akin to a good friend or fatherly figure.
Initially the conversations will be mostly one sided, with the callers explaining their issues and trauma, with the receiver listening intently. Subjects will feel a sense of ease and will begin to feel comfortable with SCP-XXXX-A.
However, in later conversations, The Operator will be more supportive of the callers’ viewpoints regardless of how flawed they might be, to the point of being belligerent.
At this point, the caller will hear the voice despite not being in a call. During times of high emotional instability, the voice will speak to the affected person, coaxing them to either to take their own life or commit acts of violence.
There are currently no survivors.
| Case | Date | Description |
|---|---|---|
| Anna Cohler, 22, College Student | 19/8/1997 | Subject had hanged herself. She was reported to have been stressed by the results of her examination. |
| Marty Phillips, 30, Marketing Executive | 14/2/1999 | Subject stabbed his fiancé before slitting his throat. A diary belonging to Marty detailed suspicions of adultery. |
| Samuel Winters, 16 | 12/5/2002 | Subject burned down his house, killing all 6 occupants including himself. Cause of fire was a gas leak. |
| Adrian Smith, 37, Office Worker | 19/6/2005 | Subject entered his workplace with an Mossberg 500 and killed 14 co-workers before fatally shooting himself. |
| Lisa Valaquez, 18 | 17/4/2006 | Victim was found [REDACTED]. Several household chemicals were found filled in the bathtub. Her phone was found next to her. The last call was to an unidentified number, lasting 30 minutes, suggesting that she was being guided by the caller. |
| Martha Williams, 42, Housewife | 24/10/2006 | Subject asphyxiated her 10 year old mentally-disabled son before jumping out of the 7th story window of her apartment. |
| Carlson Reed, 28, Butcher | 27/3/2008 | Subject killed his family of 4 before committing suicide via electrocution. It was noted that he had rigged a makeshift electric chair to facilitate the act. A house phone was left on stand by near by. |
| Thomas Greenfield, 29, Iraq War Veteran | 30/8/2011 | Subject rammed his car into Richard Stevens, a bank manager, killing him instantly. After which, he committed suicide by cop. The date marked the anniversary of an IED attack on his unit. |
SCP-XXXX-B is an entity currently inhabiting the [REDACTED] mental asylum. Descriptions of it all state a tall gaunt man in a black suit.
When inquired about his face, the patients either go into a fugue state or react in extreme fear. Despite this, the one detail managed to be retrieved was that he wore glasses. The patients also refer to the entity as “Simon”. When asked why they said that it would tell them to do things, and they must obey.
Patients say that they would hear the man talking to them in their minds, comforting them, and sometimes coercing them to commit violence.
Addendum 1: Discovery
**Addendum 2:
The Foundation takes over the asylum, and keeps patients there to study SCP-XXXX-2. They find that the sixth wing is off limits. The asylum administration gives the reason that it was due to dangerous levels of asbestos. When asked why it was not cleaned up, they said they were in the process of doing so, but they decided it would be better to just demolish it, which has been delayed.
Suspicious, the Foundation does testing and detects very high anomaly readings there.
Addendum: 3
Through investigation they learn that the SCP-XXXX-2 entity was actually a formerly well renowned psychiatrist during the 1970’s named Dr. Simon Prater. He also a prominent figure in the development of a proper crisis hotline in the USA. One day, a particularly violent patient of his broke into his home and shot him and his family. He survived and was in a coma for 10 months. Once he woke up, he was informed by his colleague and best friend that the shot when through his neck and had damaged some nerves, leading to a loss of feeling in his lower left leg, and a part of his brain. Due to this, his practicing license was terminated by the council as he was now unfit to carry out his treatment. Devastated by this and the loss of his family, he pleaded to his friend to help him get back his license. So he took the assessments but failed them, thrice. He also realised he was getting thinner and began feeling angrier than usual, to which his friend said was due to his injury and advised to take some rest. Reluctantly, the Dr. Simon agreed and took a vacation at home.
However, unbeknownst to his friend, Dr.Simon had been tracking down his former patients and soon began illegally having sessions with them in secret. Their loved ones commented how his treatments were so much more effective than the other psychiatrists they had moved onto. Almost too effective for the liking of his friend when he found out about it. He felt that something was suspicious about his colleague’s methods, which he confided to a student of theirs, now an established psychiatrist and one of the members of the council.
Something about them looked wrong. They all had the same dreamy look. As he was telling this to the man, he looked up and to his horror, saw the same expression his face, but before he could say anything, the man took a box cutter and slit his throat.
The man stared blankly at his work and then called Dr.Simon to inform him that his friend was taken care of, and that he would send his approval letter to allow him to practice once again, along with a list of his patients.
Dr. Simon was a master of the mind, and speciality was deep hypnosis. However, to achieve such knowledge, he had to commit acts many would consider unethical, picking those locked away in the bowels of asylums to experiment on.
However, he felt that it was all in the greater good, for with his discoveries he managed to cure countless other individuals.
But the day he was shot by his own patient who he spent so much time on changed everything. 10 months later, his family, job, reputation, and peace of mind was gone. It broke him and the darkness growing in his since his coma took over.
Now, he looked at these patients with disgust and hatred. To him, these vermin could do whatever heinous acts, yet they were spared by the law and kept safely in asylum.
His aim was now not to cure, but to cull.
So, ever since he began illegally practicing, he would prime his patients and convince them of the wonders of the next world and the freedom they would get.
So, one by one, those who consulted the doctor took their own lives, and those were the lucky ones. For the doctor, twisted as his mind was, saw potential entertainment in some of his more vulnerable patients; the ones in broken homes, and convinced them to kill those “monsters” who hurt them, resulting in several family murder suicides.
He would later take on multiple aliases as he travelled the country on his genocide.
However, Dr.Simon would soon get a taste of his own medicine, when he was killed by several patients from the [REDACTED] hospital in 1985 after discovering him torturing a fellow patient. Researchers would later discover through one of Dr.Simon’s killers the method of his death, garroting with a telephone cord.
Coincidentally, all of the killers were killed by another patient who later killed himself. They also learn that his office was in the sixth wing.
Lord will I ever come to you?- Assassin patient.
They also learn that his office was in the sixth wing.
Meanwhile,, Dr Matthew, the site director allows a researcher (Claire) to conduct an interview with a particular patient to learn more about the apparition. The patient suddenly assaults Claire before being subdued by several guards.
Claire is traumatised and is given paid leave, but her husband Andrew, and another researcher, is angry at Matthew for allowing the interview to occur.
A topic thread from Parawatch also provided insight into the hauntinng. Some users spoke of an urban exploration mission they had in 1988 where the four of them entered the sixth wing as a challenge. They were commemorating their friend Ben, who had disappeared after the trip.
A team is sent into the sixth wing for investigation. They discover the office and opening a false wall reveals a makeshift call station. On the desk are 12 mobile phones ranging from the 1980's to smartphones, arranged neatly. All of these phones belonged to missing people, the earliest one being Ben's.
These people had entered the sixth wing and due to their mental state, Simon was able to manipulate them into leaving their phones and later killing themselves discreetly.
These phones were the source of SCP-XXXX-1.
The phones are collected and destroyed, resulting in SCP-XXXX-2 being neutralised.
The personnel celebrate.
Idea:
1) Simon has a follower, his former student, who does his bidding by setting up the hotline at the sixth wing for Simon.
2)
Standard forum post text goes here
Reveal:
Simon spreads through trauma. By preying on a disturbed staff member and making her commit suicide violently, he spread via the trauma caused by witnessing the act to the other personnel. This allowed him to slowly take control of the site, The name given was a Traumaphage (trauma eater)
Researcher Matthews realised this and noted that knowledge of the incidents that occurred at the site could potentially allow Simon to spread and prey on more people.
He sent the information to the O5 and warned the of the consequences. After which, he and others killed all the patients and burned down the site, along with everyone in it.
A perimeter was set up around the area and all details of the event were classified to Level 6. Soon after that, all members of the O5 were amnesticised.
AMNESTICISATION WILL COMMENCE SHORTLY. NON-COMPLIANCE WILL RESULT IN TERMINATION. PLEASE COOPERATE. DO NOT LISTEN TO THE VOICES.
[http://scp-wiki.wikidot.com/] - PROCEED.






Per 



