/* Paperstack Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Inkblot Theme by Croquembouche Word Processor Theme by stormbreath Modern Theme by Azamo Simple Yonder Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: 0.87rem; } body { font-family: 'Oxygen', sans-serif; } body { color: #000000; background-image: linear-gradient( to bottom, #EFEFEF, #EFEFEF 276px, #D3D3D3 276px, #ffffff 282px, #ffffff 282px, #ffffff 100%); background-repeat: no-repeat; } #main-content { top: -1.6rem; padding: 0.2em; } .page-source, .code pre, .code p, .code, tt{ font-family: "Fira Code", monospace; } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none;} /* Style the new text */ #header h1 a::before, #header h2::before { color: #333333; font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } div#search-top-box { top: 2.3rem; right: 8px; } /* ---- TOP BAR ---- */ #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #333333; } /* ---- SIDE BAR ---- */ #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: 0px 0px 7px #999999; background: #ffffff; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); border: 1px white; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #fff; left: -19em; } #side-bar:target { border: none; box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: 0px 0px 4px #999999; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /* ---- INFO BAR ---- */ body{ --barColour: #333333; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #ffffff; box-shadow: 0px 0px 7px #999999; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: 0px 0px 7px #999999; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } /* ---- PAGE ELEMENTS ---- */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } blockquote, div.blockquote, #toc, .code { background-color: #F8F8F8; border: solid 1px #F8F8F8; box-shadow: 0px 0px 4px #999999; } .scp-image-block { border: solid 8px #ffffff; box-shadow: 0px 0px 5px #999999; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #ffffff; border-top: solid 4px #ffffff; color: black; } #page-content .wiki-content-table tr th { border: solid 1px #999999; background-color: #efefef; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px #999999; /* set border for table content */ } div.modalbox { border-radius: 0; border: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); } /*-- tags --*/ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { height: 0.9rem; line-height: 0.9rem; font-size: 0.76rem; background-color: #FDFDFD; border-radius: 0.6rem 0.12rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.2rem 0.42rem 0.25rem 0.46rem; box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27); } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; color: #ffffff; background-color: #B8B8B8; color: transparent; text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } /* ---- CUSTOM SYNTAX ---- */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } @media (max-width: 1200px) { .grid-item { min-width: 50%; } } .logo { position: absolute; width: 180px; top: -154px; left: -17em; z-index: -1; } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } } .textbox { position: absolute; width: 42%; top: 7.5rem; } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } }
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
: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)); } }
/* BASALT Theme [2021 Wikidot Theme] By Azamo & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP FOUNDATION"; --subtitle: " SECURE • CONTAIN • PROTECT"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); } body { background: rgb(255, 255, 255); font-family: 'Roboto', sans-serif; } #main-content { top: -2.8rem; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; overflow-x: hidden; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; text-transform: none; } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a:visited { color: black; } #side-bar img, iframe.scpnet-interwiki-frame { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 96%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "NOTICE FROM THE RECORDS AND INFORMATION SECURITY ADMINISTRATION\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "CLASSIFICATION COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "NOTICE FROM THE EMERGENT THREAT TACTICAL RESPONSE AUTHORITY\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "ETHICS COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "THE TEMPORAL ANOMALIES DEPARTMENT\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "OVERWATCH COMMAND\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "NOTICE FROM THE DEPARTMENT OF MISCOMMUNICATIONS\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-family: 'Work Sans', sans-serif; font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after { color: #3f21ff !important; } .fnnum:hover::after { color: white !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border: double 4px black !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .w-container > div > div > p { line-height: 22px; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 10rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Roboto', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Roboto', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 110%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } .avatar-hover { display: none !important; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "Footnotes \0026 References"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } #page-info-break { height: 3rem; } #files-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-files.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #edit-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-edit.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #history-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-history.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #print-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-print.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #view-source-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-source.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #discuss-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-discuss.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #site-tools-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-tools.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #tags-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-tags.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } #pagerate-button::before { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-pagerate.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: " "; } .code pre, .code p, .code, tt { font-family: 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span, #page-content a { word-break: normal !important; }
[[/collapsible]]
[[/=]]
: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)); } }
A close-up photograph taken of SCP-5258, held within Site-92 containment.
Assigned Site
Site-92
Site Director
Dr.Templar
Research Head
Dr.Grahm
Assigned MTF
Cancer-1 "Immortal Crabs", Squadron-ᚱ
Located in:
--------------------
Sector 7-A
SPECIAL CONTAINMENT PROCEDURES:
SCP-5258 is to be stored within a 2m by 2m by 3m humidity controlled containment chamber. No doors possessing a peephole1 are to be present in Sector 7-A within the facility. All additionally retrieved instances are to be incinerated upon relocation. Infected individuals are to be quarantined immediately, and subjected to mental assessments to determine eligibility of allocation to E-Class2 personnel.
Experiments involving the instance and E-class personnel are restricted to Researchers with level 3 clearance. Of the four armed guards stationed to patrol Sector 7-A, is to accompany any individuals entering SCP-5258's containment chamber for the entire duration of any interaction. Researchers and guards entering the containment chamber are to be fitted with a pair of goggles to wear while within the chamber, so as to prevent direct eye contact with the instance.
DESCRIPTION:
SCP-5258 is a series of doors which have anomalous effects localized on their peepholes. Effects of SCP-5258 are designated SCP-5258-1 and manifest as a series of visual and auditory occurrences. SCP-5258-1 occurrences happen at random intervals of time, however, are only experienced by an infected individual. Effects of the instance become contracted by an individual making direct eye contact with the SCP-5258's peephole for a duration of 3 seconds. Individuals who have contracted the effects of SCP-5258 are affected indefinitely, unless the original affecting instance is completely destroyed, or the individual is terminated.
Occurrences are initiated by an undeterminable noise, produced from the exterior of the instance.
An entity known as SCP-5258-2, inhabits an alternate plane of existence through the peephole of SCP-5258 and inacts nearly all recorded occurrences of SCP-5258-1. SCP-5258-2 resembles a humanoid in appearance, however, the entity stands approximately 2.4m in height and secretes a, yet to be identified, opaque, dripping substance, coating it's exterior. SCP-5258-2 possesses; grossly elongated arms; seven elongated digits on each hand; hollow cavities in place of it's eyes and mouth; massive black boots encompassing feet that are notably grossly disproportionate to the entities legs; and what appears to be the lower half of a navy blue jumpsuit, devoid of any discernable markings or brandings.
SCP-5258 will temporarily adapt in an attempt to redisperse it's effects to create new instances in alternative means, if left incapable of enacting it's anomalous effects for undeterminably prolonged periods of time. Adaptations have included; the transmission from hosts via direct physical contact upon expiration of the individual; the ability for hosts to infect uninfected doors from their exterior; instantaneous effects; spreading to an unaffected door (so long as it's within an unobscured view of the instance or a range of 10m if view is obstructed); and [REDACTED].
AN URGENT NOTICE FROM:
THE DEPARTMENT OF
SECURITY & CONTAINMENT.
Should anyone have no family (or anyone they would consider a friend) they are under no circumstances to be stationed within "Sector 7-A", or anywhere near SCP-5258 at any time. Failure to comply will result in either, disciplinary action, or casualty.
~ Dr.Bowden.
Addendums:
Addendum: 5258/1.
"The First Recorded Interaction
With SCP-5258."
On 199■/07/14, foundation staff were alerted to the first ever instance of SCP-5258, located at the ■■■■■ ■■■■■ hotel in ■■■■■■■, Ontario, Canada. Undercover mobile task force agents situated in the area (performing tests on [REDACTED]) became alerted to the instance when police radio interceptions involving two frantic individuals (who had fallen victim to SCP-5258's effects), were reported by implanted foundation personnel in the region.
Canadian mobile task force Cancer-1 ("Immortal Crabs") sent over
Squad-ᚱ3 to investigate and contain the instance of SCP-5258, amnesticize all hotel staff and occupants of the hotel and relocate infected individuals to Site-92. Before amnesticization was performed, Cancer-1 were informed by hotel employees that the room containing SCP-5258 had been previously inhabited by two seemingly normal individuals prior to this incident, and that after roughly a year of residency, there had been no such complaints by the former tenants. Those individuals who had been exposed to SCP-5258 (not simply the scenes of panic that transpired within the hotel) were unable to be cured via amnesticization and therefore had to undergo mental evaluations. Those individuals deemed to be mentally unstable following the incident had to be terminated, whereas those who were deemed mentally stable, were provided an option between termination or foundation recruitment as E-Class personnel.Once unaffected hotel staff and residents were migrated to another hotel, under the guise that there had been a sudden bedbug Outbreak within the hotel, Cancer-1 personnel quarantined off the building and took possession of every door located within the hotel. Upon relocation of the individuals, the initial instance and the entirety of the door (frame included) to Site-92, SCP-5258 was stored in a standard containment cell. The individuals have been placed in a containment suite measuring approximately 9m by 9m by 3.6m, directly adjacent to the newly appointed SCP-5258's containment cell. While technically the E-Class subjects are completely unaffected while away from
SCP-5258, the foundation "encourages" them to each enter no less than four times each day, for no less than one hour each time, in hopes of recording any new occurrences and preventing SCP-5258 from gaining the desire to adapt and transfer in a new method. Should 14 hours transpire between an affected subjects last occurrence, they are to remain in the containment cell until such time as the subject experiences an occurrence.*Additionally, Class E personnel are required to take turns keeping the instance adequately cleaned, as there is no sense in risking exposure to others simply to perform such a medial task.
Addendum: 5258/2.
Log of 9 10 different (as of to date) observed SCP-5258-1 occurrences following the loud audible sound that initiates the occurrence to transpire. Occurrences are numbered by encounter as of the relocation and containment of SCP-5258.
• NOTE: Occurrences of SCP-5258-1 transpire at random. One E-Class personnel went on record claiming to have witnessed incident #■, 371 consecutive times.
1 - Someone the subject knows personally (a close friend or family member) will show up at the door (covered in what appears to be blood, sporting an array of open facial wounds) and repeat the sentence "please don't come out here, he'll kill you too!" multiple times, while crying and screaming at an audible volume, before continuing to walk out of sight to the left (limping in the process).
*This is seemingly the only occurrence that does not include the entity SCP-5258-2.
2 - Similarly to the first occurrence, a close friend or family member) will show up at the door (covered in what appears to be blood and open facial wounds) however this time, they will not say anything (simply audibly crying and screaming). After approximately 10-15 seconds, the entity will appear. The entity will run up behind the victim and twist their head clean around on their shoulders. While the snap of the spinal cord is clearly audible, the victim won't cease to scream for approximately 10 additional seconds before falling lifelessly to the floor. Upon the completion of the aforementioned action, the entity slowly walks out of view to the right.
*Quite frequently during this occurrence, the entity will stare right at the subject.
3 - This occurrence begins immediately (after the audible noise transpires) with what appears to be the panicked screams of a multitude of random individuals. Upon making visuals through the peephole of SCP-5258, subjects have reported viewing a crowd of people running from the right of view to the left (and then out of sight) from what inevitably reveals it's self to be SCP-5258-2 wielding a [REDACTED] and using it to [REDACTED] victims rapidly as it works it's way from right view to left and out of sight, leaving a trail of corpses in it's wake.
4 - In this occurrence, the entity comes into view by slowly descending down a wall directly adjacent to SCP-5258 from the ceiling in a creeping manner. Should no wall be present close enough to the exterior of SCP-5258, the entity will hang from the ceiling/Sky by a sort of web-like string, coated in the same grey, translucent substance as the rest of the entity. Sporting a total of 6 arms (so as to have 8 appendages in total) the entity behaves in a way reminiscent of an arachnid, eventually waiting for a victim (a close friend or family member of the subject) to come into view from the right side of the peephole. The prey seems to have not noticed the entity perched on the wall (or dangling from the sky) until the moment that it's prey gets within striking distance (roughly 2.4 to 3.6m). At the moment the victim gets within striking distance, the entity lunges at them and takes hold simultaneously with all 6 arms. These occurrences end when the entity has finished devouring its prey, and at no point does the victim cease to scream until the point that the entirety of their being has been consumed (regardless of what point in time the head becomes consumed).
5 - This occurrence begins with what appears to be a home invasion attempt. The subject will see what appears to be two very large individuals (sporting balaclava to mask their faces) standing near the exterior of the door speaking inaudibly amongst themselves for an undeterminable amount of time before appearing to prepare to smash it down. Just before either of the men can initiate the kick on the door (that the subject is watching through) the one who isn't initiating the kick rapidly swells and bursts open to reveal an instance of SCP-5258-2, who then proceeds to take a [Data Expunged] and [Data Expunged] the other man in mid kick (whose movements have slowed to a near halt), devouring the man afterwards while staring at the subject the entirety of the time.
*Once the corpse has been fully devoured both the screaming of the man and the occurrence ceases abruptly.
6 - In this occurrence, what audibly sounds like a young child, (approximately between the ages of 6 and 11) can be heard crying (has been recorded as both male and female vocals) from somewhere off to the right of view. Roughly 20 seconds later, the entity will emerge from the right side of view, clutching an unidentified child in it's arms while staring down at it. While the child screams and cries excessively, it does not appear to struggle, as if inflicted by muscular paralysis. Once the entity has averted it's gaze from the child towards the subject (this period of time ranges wildly), it then proceeds to [REDACTED] the child until the screams stop abruptly. The entity proceeds to [REDACTED] the child, and then sprints at the door until slamming into it with full force.
*While this slam is audibly very loud to the subject, others in the room hear nothing. Additionally, the door does not move as if being manipulated whatsoever.
7 - In this occurrence, the entity will appear at the exterior of the door, dangling the severed head of the subject's close friend or family member in front of the peephole for them to see, while audibly laughing maniacally the duration of the occurrence.
*This occurrence seems to last indefinitely or until eye contact is broken with the peephole and the subject has left the vicinity entirely.
8 - This occurrence shows the subject themselves standing at the doors interior, looking through the peephole, with the entity standing directly behind the subjects shoulder (the peephole seeming to act like a mirror) then the entity will proceed to take a [REDACTED] and use it to [REDACTED] the subject, resulting in the subject seemingly dying on the spot. Medical analysis shows the death to consistently be linked to heart failure, nothing else abnormal is observed. Other personnel in the room have reported to see nothing out of the ordinary leading up to the instant the subject falls lifelessly to the floor.
*This seems to be one of the only ways SCP-5258 has shown to cause any physical damage to a subject.
9 - During this occurrence, it would seem that the entity is pressing it's eyehole up against the peephole and very slowly knocking (once per 10 seconds). After a duration of 5 minutes, the entity rapidly ducks down out of sight for good.
*It is only presumed that this entity is the same as SCP-5258-2, as they share the same empty cavity eyeholes and opaque, dripping skin
10 - [INCONCLUSIVE DATA]
• NOTE: It would appear that the aforementioned list of events is subject to continuous additions. It has been recorded that every ten years on average, roughly three new occurrences are added to the database.
Addendum: 5258/3.
"Test Log of SCP-5258."
• 1. 199■/07/16.
Occurence: #7.
Test: Researchers had E-Class personnel wait for an instance of SCP-5258-3 to occur, they then had the E-Class open the door approximately 160° and step through the doorframe.
Results: Occurrence continued to play out undeterred. Entering the doorframe did nothing. E-Class reports that visually the scene was unaltered with the movement of the door, they claimed to get no new view of the scene at hand. It is also noted by the subject that opening the door did not increase the volume of the occurrance either.
• 2. 199■/07/22.
Occurrence: #2.
Test: Researchers had a blind
D-Class subject enter the containment cell to see if a subject needed vision to become affected.
Results: After a total elapsed time of 24 hours, the subject reported no audible noises whatsoever. It would appear vision is necessary to be affected by the instance.
• 3. 199■/02/21.
Occurrence: #7.
Test: Researchers had E-Class subject tested what happens through the exterior of the peephole, once the occurrance had began. Subject was given a regular commercial brand reverse peephole viewer.
Results: Once the occurrence began, E-Class subject was asked to proceed around to the exterior and use the reverse peephole viewer on the door. Unfortunately, this test provided no new information, as assumed, nothing anomalous was visible through the peepholes exterior.
• 4. 200■/08/14.
Occurrence: #4.
Test: Researchers were curious what would happen if two E-Class subjects affected by the same instance were to simultaneously view the occurrence, if it would manifest separate occurrences for each subject. Subjects were provided with a standard pair of binoculars heavily modified to have the two eye lenses replaced with a single telescope lense which contained a glass prism transfixed within it so as to refract the light of the image through both eyepieces, this way both eyepieces will display identical imagery.
Results: While the modified binoculars worked exactly as planned, the two subjects reported identical occurrences. Experiment was performed eight times over the timespan of 48 hours, E-Class subjects reported sharing identical experiences during every occurrence.
• 5. 201■/09/16.
Occurrence: #1.
Test: Researchers attempted to see what would happen if they were to cut a small square portion out of the door (around the peephole) measuring 30.48cm².
Results: The E-Class subject sat in containment with SCP-5258 (and the removed peephole section) and after a while reported that the occurrence transpired as normal, however, the visual aspect of the occurrence was reportedly only visible through the peephole on the removed section, theoretically allowing a subject to move around SCP-5258 with them.
• 6. 201■/09/17.
Occurrence: #7.
Test: Researchers had E-Class personnel take the small square of SCP-5258 from Test #6 (containing the peephole) and bring it out of the containment cell and into a new (empty aside from a chair and a desk) room to see what would happen when the peephole section was relocated away from it's door.
Results: E-Class reports that after a while they could audibly still hear the loud noise from the other side of the small door section laying flat on the desk, upon picking up the section and viewing through the peephole, occurrence transpired as normal. It is additionally noted that E-Class reports that they are, in fact, able to move around with the section on door and it continues to display the occurrence as normal. Following this test the door was repaired with Polyurethane Glue and continued to work as normal.
• 7. 201■/10/31.
Occurrence: #10.
Test: Researchers attempted to see what would happen if they were to cut a larger square portion out of the door (around the peephole again). This time the square measured 60.96cm² (double the previous test).
Results: Following the loud noise, E-Class personnel reported not being able to see the occurrence through the peephole. E-Class personnel was then instructed to approach SCP-5258 and attempt to open it. When the subject approached the door, they were seemingly grabbed by their face (as they made no noise) and forcefully pulled, head first, through the hole in SCP-5258.
NOTE: As of 202■/■■/■■ the
E-Class personnel has not been recovered and has been officially listed as deceased. Following this test the door was repaired with Polyurethane glue and continued to work as normal.
• 8. 202■/04/27.
Occurrence: #9.
Test: Researchers attempted to see what would happen if they were to have an E-Class subject smash the peephole with a standard hammer mid-way through the occurrance.
Results: Upon smashing the peephole with the hammer, the subject reported hearing a horrifying screech that subsequently caused a migraine in the subject. Upon peering back through the hole in the door directly afterwards, the subject stated the previously viewed eye, that was directly adjacent to the peephole, was no longer present.
• 9. 202■/04/28.
Occurrence: #8.
Test: Researchers replaced the peephole in SCP-5258 with a completely different model of peephole, then had an E-Class subject wait to see if the instance still possessed it's anomalous properties.
Results: The Subject reported that the banging noise still occurred. Upon peering through the peephole the subject, within several seconds, let out a scream of terror and proceeded to collapse to the floor (later confirmed to be deceased). Upon autopsy of the subject, foundation medical experts found a stunning lack of abnormalities in the cadaver, it would appear that the subject simply died of cardiac arrest.
NOTE: As of 202■/05/■■, storage of additional instances has become an unnecessary expenditure of resources. Therefore, it has been decided by the director that attempts at safe neutralization of the additional instances are to be enacted, so as to prevent the need of storing unnecessary instances on site.
• 10. 202■/03/04.
Occurrence: #N/A.
Test: Researchers proposed attempting to eliminate the anomaly by inserting it into a woodchipper.
Results: Proposition has been denied on the grounds of transpiring events that followed a particular notable incident involving the GOC putting SCP-1609 through a woodchipper. Alternative methods of neutralization will be attempted.
• 11. 202■/06/14.
Occurrence: #NA.
Test: Researchers propose attempting to dispose of the anomalies by inserting them into an incinerator.
Results: Sucessful. Oddly, while the entirety of the instance was reduced to ashes, the glass peephole remained unscathed by the flames. However, upon reapplication of the aforementioned peephole into a new door, the anomalous effects appear to have subsided indefinitely. Therefore, it has been concluded that incineration is a viable means of disposal of additional SCP-5258 instances.
Interviewed: E-387 (Jerry) & E-388 (Diana).
Interviewer: Dr.Grahm.Foreword: *The Following Is a transcript of a video Log between Dr.Grahm and the two newly designated class E personnel, "E-387" and "E-388" (previously known as "Jerry" and "Diana") following the events that transpired on 14/07/199■, that have been transcribed in
"Addendum: DDC-5258/H-1".
*The doctor enters the interview room and takes a seat across the table from a larger man with a big bushy mustache and a tall, yet slender, woman. Dr.Grahm takes out his notes, opens them casually, and proceeds to inact the interview.
<Begin Log, [199■/07/14 - 23:58]>
• Dr.Templar: Hello Mr. and Mrs. ■■■■■, we..
• E-387: What the he'll do you people want with me and my wife?!
*The man jumps up out of his seat as he screams.
• E-388: Jerry, shut the fuck up, and let the government guy talk!
*The man slumps back into his seat.
• E-387: yes ma'am.. sorry sir, how can we help you?
• Dr.Grahm: we got a report that you saw something abnormal through the peephole of your hotel room this evening, is this correct?
• E-387: Abnormal?! That's the understatement of the fucking century!
*The man once more jumps out of his seat
• E-388: Holy shit Jerry, if I have to tell you one more time..
*A scowl now visible across her face, the man proceeds to once more collapse back into his chair, befallen across his face now appears a look of mild defeat.
• E-387: Sorry Diana.. yes sir, we saw something "abnormal" all right!
• Dr.Grahm: Then please sir, describe what you saw exactly.
• E-387: Okay.. well first, me and my wife were getting ready for bed, when all of a sudden, we hear this loud-ass bang just outside our room..
*The doctor, seemingly unperturbed, scrawls down a few more notes.
• Dr.Grahm: Do go on..
• E-387: Well, obviously I jumped the hell out of bed to see what the fucking racket was, and my wife follow up behind me… I told her to back up and looked through the peephole..
• Dr.Grahm: What precisely did you witness through the peephole sir?
• E-387: There were these two huge guys in ski masks, I couldn't figure out what that loud-ass noise was, but they were just standing out there.. looked like they were talking to each other but I couldn't hear them..
*The doctor appears to finish jotting down another note and looks up at the man.
• Dr.Grahm: What next?
• E-387: I went to grab my gun. I'm not a dumbass, I've stayed in some shady hotels before.. when I turned back around my wife was looking through the peephole, I quietly whispered to back the fuck up while I loaded my pistol.
*Dr.Grahm appears to take a note and proceed to turn and face the woman.
• Dr.Grahm: And Mrs.■■■■■, did you see the two men as well?
• E-388: Yes, not for too long, usually I wear the pants in this relationship, but when it comes to my protection.. Jerry is always the one to step up hard, so when he said to move, I listened and backed all the way up and stood in the doorframe of the bathroom in there, just in case I had to duck in there last second.
• Dr.Grahm: I see..
*Dr.Templar once again takes some notes before turning back to the man.
• Dr.Grahm: And Mr.■■■■■, upon returning to the door, what happened next?
• E-387: It was fucked man.. I was holding my gun up, looking through the peephole to see if it was even our room these guys were coming at, and then I see the guy on the left take a couple steps straight towards our door and wind up to kick it in.. then shit got real man…
*The man begins to nervously twitch at the dest.
• Dr.Grahm: Do go on sir.
• E-387: Before the one guy could kick in our door, it was like shit suddenly went kinda slow-motion for that guy, but in normal speed the guy on the right suddenly started to swell up like a fucking balloon.. then he just.. popped, this weird-ass monster thing came out of his body, moving way too fast and shit, then the freaky thing pulled out this fucking [REDACTED] and [REDACTED] the 1st guy, then he started to fucking eat him! Guy was screaming like crazy, fucked up part too is the thing started by eating the guy's head, and when he was like, half way through the guys body, I noticed that I could still hear the fucking guy screaming.. not a clue how the hell that shit worked.. but anyway, freaky fuck wouldn't stop staring at me while he was doing it.. then when he was done, it all went silent fast.. Then the thing just kinda walked off..
*The man, having worked himself up while describing the details of the event, found himself back out of his seat. This time however, he noticed this fact and lowered himself back into his chair, staring anxiously now at his wife.
• E-387: Jerry, come on, you don't have to be so vulgar with the guy..
*Notable shame envelopes the man's face for having allowed himself to get so worked up.
• Dr.Grahm: It's perfectly understandable ma'am, you two have been through quite the ordeal tonight. I believe that's all the information I need, we're going to get you a room here for the night, completely free of charge.
• E-387: That's awesome man, thanks!
*The man stands and forcefully takes the doctor by the hand for a handshake, clasping both hands around the doctor's in the process.
• Dr.Grahm: It's not a problem at all sir, sleep well.…
<End Log, [199■/07/15 - 00:06]>
*As the two leave the room, Dr.Grahm appears to express a look of mild shame of his own. Well aware of the fact that the subjects are imprinted by the entity, on more than simply a mental level, nothing could realistically be done for the two.
*Following this interview, Dr.Grahm had agents inform the two individuals that they would become permanent residents of Site-92 now (this was met with mild hostility from E-387). Once E-387 could be calmed down, the two were informed of their new status as E-Class personnel and provided with a brief summary of the foundation and Site-92.
Interviewed: Coroner, Stephen ■■■■.
Interviewer: Dr.Grahm.Foreword: *The Following Is a transcript of a video Log between Dr.Grahm and the Site-92 coroner, "Stephen ■■■■" (henceforth, reassigned as "E-2123") following an event that transpired on 23/03/202■ where the coroner in question, inadvertently initiated another spread of SCP-5258 by accidentally becoming infected and leaving Site-92.
*Dr.Grahm is seated, in an interrogation room. Directly adjacent to him sits a tall, stocky man, cuffed to the table by his wrists. He proceeds to shuffle around some paperwork on the desk between them both, then proceeds to commence with the interview.
<Begin Log, [202■/03/24 - 14:30]>
• Dr.Grahm: So… Stephen ■■■■, would you be so kind as to inform us how exactly you managed to carry the SCP-5258 infection out of the facility, and precisely why?
• E-2123: Oh, come on doc! There's no way you guys seriously think I did all this on purpose!
*The man rattles his handcuffs in an ill-fated attempt at standing abruptly in a fit of rage.
• Dr.Grahm: Please refrain yourself, then tell me Stephen, what exactly happened that led us to this unpleasant turn of events?
*The man readjusts himself in his seat and proceeds to recall what he knows to the doctor, who is now taking notes.
• E-2123: It's like I said doc, I don't have a clue… One day, you guys are having me examine the remains of that one E-Class guy who you've been getting to test that door, you know, the one with the anomalous Peephole we keep locked up in containment. Then later that evening, I guess my daughter's friend came by and knocked on my door, thinking nothing of it I went and looked through the peephole for a couple few seconds, just to be sure of who it was. Then way later that night, I was getting ready to lay down for bed, when there was this loud smashing sound at my front door… God I wish I hadn't looked..
*A sullen expression washes over the man's face.
• Dr.Grahm: And tell me Stephen, what exactly did you see through the peephole?
• E-2123:It was horrible.. It looked like my daughter was outside, I could see her face.. but it just didn't make sense.. I knew for a fact that she was upstairs in her bedroom. She had just recently called down to me to ask for some water on my way up to my own bedroom.. but then.. oh God..oh God…
*The man proceeds to anxiously attempt once more, to stand. However, this time, the man seems to be moreso in a state of retreat from his own words.
• Dr.Grahm: Steven, if we're going to get through this, your going to have to let me know what happened after you saw your daughter through the peephole..
• E-2123: Okay.. well, she had this look of lifelessness on her face, which quickly began to make sense as she backed up… or should I say, HE backed up…
*The man now visibly showing a sense of fear, now slowly creeping across his face.
• Dr.Grahm: Yes, so you saw the entity
SCP-5258-2, so you are, in fact, infected.. so tell me, what did it do next?
• E-2123: When he backed up.. I could see he was holding my daughter's head by her hair… SHES ONLY 8 GODDAMMIT!!!
*Fully aware now that attempts to stand were futile, the man proceeds to slam his fists down onto the table in a mixed state of rage and sorrow.
• Dr.Grahm: I said settle down Steven! Continue describing the event so we can both be done here…
*After several moments to regain his composure, the main continues.
• E-2123: …Remember when I said that lifelessness on her face quickly started to make sense?…
• Dr.Grahm: Yes Stephen, do continue.
• E-2123: …It's because she WAS lifeless…
• Dr.Grahm: Elaborate please, it was assumed she was most likely deceased, as per the way SCP-5258-3 situations always tend to transpire. We need to know what he did to her..
• E-2123: HE KILLED HER!
*Streams of tears now pouring from the man's eyes.
• Dr.Grahm: Stephen, for the last time, calm down! I'm sure a man of your professionalism is perfectly aware that your daughter was fine in the end, she didn't actually die.
• E-2123: Ya, but, isn't she going to get some weird effect now or something?
• Dr.Grahm: That's not how this entity works, had you read it's file you would know that.. as long as you didn't see yourself, whoever was in the instance of
SCP-5258-3 you saw, will never suffer any negative effects, your daughter will be just fine. In fact, had you not panicked the way you did, she would have never been any the wiser.
*Tears subsiding, the man continues.
• E-2123: What was I supposed to do doc? That thing had my daughter's decapitated head, just dangling by her hair, in his hand..
*A look of vague amusement momentarily passes across the doctor's face.
• Dr.Grahm: Oh, just Situation #7.. super common instance of SCP-5258-3.
*At this, all tension seems to relieve in the man.
• E-2123: Oh… well that's a huge relief doc! I can't wait to get back home and let my daughter know everything's good and I just had some kind of nervous breakdown from the stress of work or something like that.. Ha! And here I was genuinely worried for a bit there doc!
*The doctor's expression suddenly drops.
• Dr.Grahm: Well… actually Stephen.. you've been exposed to SCP-5258.. you can't go back home.. ever..
*Now the man appears to express a hint of fear and anxiety.
• E-2123: But doc! What the fuck are you talking about?! I have to get home, my daughter and wife are going to be thinking, God knows what, about all of this until I can explain this shit to them!
• Dr.Grahm: I'm afraid that simply isn't an option Stephen.. you should know perfectly well by now how the foundation operates..
• E-2123: But… doc…
• Dr.Grahm: I'm sorry to be the bearer of this terrible news Stephen.
*The man begins to silently sob.
• E-2123: ……….
*After quite some time of chilling silence the doctor goes on.
• Dr.Grahm: You can at least take some solace in knowing I personally wrote the letter that the foundation sent to your family..
• E-2123: What did it say doc?..
• Dr.Grahm: I had it state that you were a secretive member of the CIA, who met his unfortunate demise while in the process of successfully thwarting a terrorist operation centered around assassinating the president. It stated that this is the reason you were never able to indulge your true profession to them, and it ended by stating that you earned a medal of honor, I forge a pretty good look-alike if I do say so myself, and hey, look on the bright side..
*Having expressed an upturn of emotion upon hearing the contents of the letter to his family, the man seemed slightly amused at the doctors last words.
• E-2123: There's a bright side doc?
• Dr.Grahm: Oh, heavens yes! Typically, someone in your unfortunate situation, would be either Immediately terminated, or terminated right after we found out what we needed to know, so essentially, right after I walk out of that door. However, I have pretty high authority in the foundation as the director of Site-92. Therefore, I was able to pull a couple strings and have you reassigned, as opposed to terminated!
*The doctor now seemingly fairly pleased with himself.
• E-2123: Wow.. actually, thanks doc.. why do that for me though?
• Dr.Grahm: You've been working with Site-92 for about 3 years now, before you, no one could hold that position for more than a couple weeks.. we have a lot of spreadable instances here at Site-92 as I'm sure your aware.. the fact you took this long to make a mistake as simple as forgetting to read a file thoroughly enough, tells me I hired the right guy.. and now, this is my way of showing my appreciation.
• E-2123: That's actually amazing doc.. thank you so much for that! I actually feel pretty honored! But I have to ask.. you said reassigned.. so I'm not a coroner here anymore?
*A look of Confusion sweeps over the man now.
• Dr.Grahm: Sadly, not anymore.. instead you will be assisting me with the SCP-5258 tests from now on.
• E-2123: You mean with those other two?
• Dr.Grahm: Yes, you will all share a domicile with them, adjacent to the containment cell of SCP-5258.
*The man's expression shifting back to vague sorrow, with a hint of acceptance this time.
• E-2123: So now I'm an infected test subject.. some reassignment..
• Dr.Grahm: Try to think of it this way Stephen, one, your not getting terminated.. that alone is a huge bright side, your family believes you died a hero, protecting the freedom of the nation.. you get to stay here for free and do next to nothing instead of working all day, isn't that all positive?
• E-2123: Ya.. thanks doc.. it's just.. I'm going to miss my family..
• Dr.Grahm: Well, I do try Stephen, and I'm so glad I could convince you this is for the best, otherwise, they were going to terminate you regardless of my intervention.. fortunately, that won't be necessary..
E-2123.
*Seemingly taken aback by the doctor's smile, given his circumstance, and suddenly being referred to as E-2123 the man continues.
• E-2123: You know, you can still call me by my real name doc..
*Realizing he referred to the man by his E classification, the doctor's smile immediately fades from his face.
• Dr.Grahm: Unfortunately Stephen, while I will be doing so in person and off the record, I must refer to you in the documentation as E-2123, calling you by it aloud as opposed to simply writing it was a complete slip of the mind..
• E-2123: Just call me E-2123 then, eh doc?..
*The man's head drops down and he stares blankly at the table.
• E-2123: As if this is my life now…
• Dr.Grahm: Sorry again Stephen..
• E-2123: yeah.. so am I doc..<End Log, [202■/03/25 - 14:46]>
*As Dr.Grahm turns to exits the room, he peers once more over his shoulder at the man, who is once again sobbing uncontrollably, and proceeds to exit the interrogation room.
*Following this interview, it was deduced and noted by Dr.Grahm that the infection can migrate hosts if the affected subject ceases to live. Currently it is unknown exactly how the infection transfers between human hosts, however, it is definitively known that the only way it can do so is through physical contact once the initial subject has become fully deceased.
*Assuming you have been given the proper security clearance by the director of Site-92, the following terminal has been left primed for easy access.
DIRECTOR'S PERSONAL NOTES ON SCP-5258:
᛭ 2006/08/14.
After a few years, Dr.Grahm came to me with a new proposal for SCP-5258. It involved specially modifying some binoculars to test two subjects at once. I approved the experiment, it sounds interesting, and even if it doesn't work out, I'm sure we can find a way to make use of it on some other experiments at another time.
᛭ 2013/05/04.
We lost E-387 today. During test #8, he was pulled through the opening cut into SCP-5258. I am going to send in Cancer-1 specialists to attempt a recovery mission.
᛭ 2013/05/11.
Retrieval of E-387 has proven unsuccessful, despite Cancer-1 specialists being within the confines of SCP-5258's alternate dimension for a week now. With reports of no signs of E-387 within the dimension, I had to make the call to have Cancer-1 specialists return to Site-92. I have decided that so long as we continue to store the instance of SCP-5258, there may be a chance E-387 could find a way back to our dimension on his own. Therefore, I will postpone declaring E-387 deceased for the time being.
᛭ 2020/03/04.
Storage of additional instances has become a problem at the site. Dr.Grahm greatly underestimated how efficiently the instance could spread. I have given the order to attempt to find a method to properly neutralize all extra instances.
᛭ 2020/05/04.
Dr.Grahm brought a proposition of termination to my attention. However, given the means they wish to attempt the neutralization, I have decided to decline the proposition. I am well aware of the negative consequences that can arise from putting an anomalous object through a woodchipper. I won't risk the consequences of the woodchips becoming capable of manifesting sentience and wreaking havoc in my site.
᛭ 2021/03/24.
SCP-5258 had to be reclassified from Safe. It has become apparent that the anomaly could potentially escape from containment by forming different methods of transferring to new hosts when impeded from being allowed to spread for prolonged periods of time. Therefore, SCP-5258 is to remain classified as Euclid until further notice.
᛭ 2021/04/18.
It is still unknown exactly how instances of SCP-5258 keep appearing outside of the facility. Dr.Grahm speculates that when contained, the instance has a way of manifesting it's self in a method we don't yet fully understand. Therefore, we will continue to contain one instance for test purposes, while the additional instances must continue to be incinerated.
᛭ 2021/05/28.
With the exception of the (now deceased) "self-centered" Dr.Crae (who had no living family or anyone he particularly cared for), the fatal occurrences of SCP-5258-3 have only been recorded as occurring one time each across all 83,196 documented occurrences recorded by subjects (despite the fact the effects last for the duration of the subjects lives) following intentional damage to the instance.
᛭ 2021/06/03.
While the instance has proven somewhat difficult to keep contained for extended periods of time when not permitted to enact it's effects periodically, I have decided that so long as there doesn't becomes a sudden increase in natural methods of disbursement, SCP-5258 will remain classified as Keneq until further notice.
᛭ 2021/06/14.
We have been made notice to 1,214 individual instances of SCP-5258 since the initial discovery on 1992/07/14. Foundation personnel have successfully secured, contained and incinerated 1,213 of the aforementioned instances to date, with one currently in containment. On a side note, storing these glass peepholes (as opposed to entire doors) is proving to be a far more efficient method of storing the extra instances.
᛭ 2021/06/18
Over eight years since the Class-E was pulled through the opening in SCP-5258 during test #8. I have decided to regretfully declare the personnel officially deceased.
᛭ 31 Jul 2021 21:20.
Site-92 has been made notice to the possibility of another instance of SCP-5258. Subsequently, field agents have been sent to verify the claims.
— Dr.Templar, Director, Site-92.
"SCP-5258" - Peephole Horror
By:Dr Templar
From: The SCP Wiki.
Source: https://scp-wiki.wikidot.com/scp-5258.
Licensed Under: CC-BY-SA






Per 


