WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.
Wow! You flipped a card and got: andromedaz!!! You ca reload the page or go to the next.
DATE: 22 May 2021 06:57
: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)); } }
/* 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]]
[[/=]]
Special Containment Procedures: SCP-XXXX cannot be contained, and is believed to poses an SK-Δ-class extraterrestrial invasion scenario. Foundation researchers assigned to SCP-XXXX are to research the effects that such an invasion would have. In order to suppress information regarding the history behind SCP-XXXX, the Foundation is to assist in the propagation of widely accepted scientific theories, including but not limited to the expansion of the universe, and the big bang, to misinform the public and non-Foundation scientists.
Instances of SCP-XXXX-1 are to be captured and contained at Research Site 108. Mobile Task Forces MTF-Tau-83 ("Dream Recon") and MTF-Tau-97 (Cosmic Housekeepers) are tasked with detaining SCP-XXXX-1 instances, and deviating public attention. Any civilians or other non-Foundation affiliated people witnessing any SCP-XXXX-1 instances are to be amnesticised.
Description: SCP-XXXX is an extraterrestrial civilization present within significant portions of the Virgo Supercluster. SCP-XXXX focuses primarily on exploration of the universe and the expansion of their presence. SCP-XXXX has access to technology that allows for rapid transport across intergalactic distances. Members of the civilization have appeared on Earth and are designated SCP-XXXX-1.
SCP-XXXX-1 possesses a physique that resembles that of a human being. Instances appear to have two distinct genders, designated male and female, as individuals have body shapes similar to that of the typical man and woman. The skin of SCP-XXXX-1 is of turquoise color and has a form of bioluminescence that causes the skin to glow a neon green whenever there are no other significant light sources.
Instances of SCP-XXXX-1 wear a black suit and full-covering helmet, which appear to be made of kevlar and neoprene. The helmet is comprised of tough carbon fibers, with a visor over the eyes and a vent-like attachment over the mouth. Most SCP-XXXX-1 are armed with a weapon resembling the MP5 submachine gun, which uses plasma-based ammunition. It is theorised that the SCP-XXXX-1 instances on Earth serve as scouts for SCP-XXXX.
SCP-XXXX indulge in their technological advancements and the supremacy of their civilization. Although, according to instances of SCP-XXXX-1, SCP-XXXX does not seek immediate violence or oppression of entities below them but instead wants to cooperate with such entities, or make them serve the civilization. (see Addendum-1 Interview for details).
Addendum-1 Interview:
Interviewer: Dr. Jamali Hassan
Interviewed: SCP-XXXX-1 instance
Foreword: A female SCP-XXXX-1 instance was questioned regarding the nature of their civilization. Due to good behavior and cooperation with Foundation staff, it was allowed a face to face interview with Dr. Hassan in interview room 14 at Site-108.
<Begin Log 05/19/2017>
Dr. Hassan: Hello. First and foremost, do you have a name?
Instance: My moniker? It is ██████.
Dr. Hassan: Okay…██████. I probably said that wrong. Anyways, I have a few questions for you to answer, and you are expected to provide satisfactory answers to all of them.
Instance: I have to oblige.
Dr. Hassan: Well then, let's begin [shuffling of papers heard]. You are a member of a intergalactic civilization. What are their motives and goals?
Instance: We live in a seemingly endless cosmos. We indulge in our superiority, and we seek to explore and expand our presence. When you live to traverse the galaxies, goals are irrelevant. Because even if you accomplish them, there is always more. We have an endless hunger for exploration.
Dr. Hassan: You are clearly aware of our work here. What is your opinions on the Foundation?
Instance: I have to respect your efforts. To contain and protect yourselves from the existences you cannot know about. However, we are not something you cannot protect from, let alone contain. You will have to accept our presence instead.
Dr. Hassan: That leads me to my next question. Why are you here?
Instance: We are here to survey this civilization. See how well they will serve us. I am a scout to my kind.
Dr. Hassan: What do you mean by serve? What will you do with us?
Instance: We have a strong appreciation for life. That is a inherent trait from our distant past. We do not seek immediate violence to those we meet, even if they seek violence with us. None we meet could ever beat us anyways, we are too grand. So, we seek to take in those below us, instead of killing them.
Dr. Hassan: What do you mean by distant past? Take in? Could you elaborate?
Instance: You will know soon. Very soon. Since soon, we will take some of your kind, and show them who we really are. We can keep that meeting to your organization if you find that more comfortable.
Dr. Hassan: You are not here to make us guess! Remember I said satisfactory answers! What meeting? What are you exactly saying?!
Instance: We will let you send some from your kind to us, so we can show them who we really are. You will need to know us before we take you in. It is a gift, not a trap. I will say that my kind do not propagate falsehood.
<End log>
Closing statement: It has been determined that SCP-XXXX is willing to show the components to the civilization to the Foundation. Further questioning of SCP-XXXX-1 instances conclude that five people will be sent on SCP-XXXX vessels to planets of the civilization. The approval to accept the offers of SCP-XXXX, are pending.
Addendum-2 Commentary on approval: On 08/20/2017, O5-█, O5-█, and O5-█ approved to send Foundation personnel to investigate SCP-XXXX, following a series of arrangements made between the Overseers and captured instances of SCP-XXXX-1. The exact details regarding this are Level 6 Cosmic Top Secret classified. Five personnel volunteered to be sent, consisting of two researchers, and three members from MTF-Tau-83. This team was designated Exploration Team Sigma-01. The following is a statement made by team lead Dr. Jocelyn Avery, regarding her opinions on the approval.
I want to start this off by saying I am completely loyal to the Foundation. I am devoted to our cause, and our objectives of containing and understanding what humans usually fail to understand.
A week ago, three of the Overseer Council approved for the sending of people into the hands of SCP-XXXX. I, along with my fellow researcher Dr. Adrian Pine, and three MTF members from Dream Recon have set up for the task. I only submitted to this because I am loyal to the Foundation. I hope that the Overseers really knew what they were doing when they approved of sending people with SCP-XXXX. Dr. Pine suggested to send D-class instead, but these entities mean business so we need reliable people.
I have to say, despite what I said at the start of this, there has to be a limit, even for us. We do what we must do to achieve greater good, and to understand the unknown. However, sending our own personnel into the hands of some aliens, who ship us out into the universe, just feels like biting off more than we can chew. We are putting so much trust into these entities. I know the ones we have conversed with have assured us that they won't harm the people we send. We should not get interrogated, or anything else of the such. We have been assured by both the Foundation and SCP-XXXX-1. All I can say is 'don't be so sure.'
Dr. Jocelyn Avery
Senior researcher at Site-108
August 28, 2017
Addendum-3 Exploration: On 01/08/2018, the Foundation allowed an SCP-XXXX-1 instance to make contact with other members of SCP-XXXX, through the use of [DATA OMITTED]. This was to allow the Foundation's Exploration Team Sigma-01 to be taken away by a SCP-XXXX space vessel. The instance of SCP-XXXX-1 who contacted SCP-XXXX requested a release from Foundation containment, which was denied. Sigma-01 departed on 01/18/2018. The following is a collection of logs made by Sigma-01, and their discoveries.
Exploration XXXX-Σ
Exploration Team: Exploration Team Σ-01
Subject: SCP-XXXX civilization
Team Lead: Dr. Jocelyn Avery
Team Members: Dr. Adrian Pine, Dream Recon members ██████ 'Arctic Fox,' ██████ 'Mountain Goat,' and ████████ 'Lynx.'
Documentation by Dr. Avery
Image of the SCP-XXXX vessel used to transport Sigma-01.
We set off from Earth in this space vessel. O5 made arrangements with SCP-XXXX to pick us up in the remote wild lands of Northern Canada, so that our departure would be unknown to anyone outside of the Foundation. Anyways, I have to give props to these guys on the vessel. It has an appearance of a human spacecraft, but the features of it are completely alien. We some form of artificial gravity, and it is decked out with what are luxuries to even us humans. We brought with us survival equipment, such as water filters, MREs, and camping gear. All of our supplies were things that the O5 Council and SCP-XXXX-1 instances recommended to bring. However, we don't need any advanced equipment. I have studied SCP-XXXX-1, and they breath normal oxygen and nitrogen like we do, and neither SCP-XXXX-1 or humans possess any microorganisms that are of large concern to either species.
I watched as planet Earth slowly became smaller and smaller through a window in the vessel. It was the first time I had ever seen our planet like that. As I admired the beauty however, I was reminded how much damage we are causing it. Slowly turning those green, blue, and white colors to black, brown and grey. Honestly, knowing the nature of SCP-XXXX, I would not mind them invading us. They seem like they would want to set things right on Earth.
After about an hour of cruising away from our home planet
Wow! You flipped a card and got: SCP-5XXX - The Galaxy is Your Enemy!!! You ca reload the page or go to the next.
DATE: 22 May 2021 05:16
The Society for Charting the Paranatural - New Jersey Chapter
[[/=]]
Case #: SCP-5XXX
Disruption: Flame
Risk: Danger
VERDICT: Safe, Glowing Wasteland
Special Case Procedures:
Description:
SCP-5XXX is a house in Farsight Road, New Jersey, formerly the residence of SCP member Nicola Ascesa (a low-level reality warper who also had membership in GAW and New Jersey's Serpent Hand chapter). Though seemingly normal from the outside, the house inside is a host to many different anomalies, some of which have been listed below:
- screams emanating randomly from unknown places, sometimes in the space near your head; they all beg for mercy
- An inability for fire to be put out; the fire also screams mercy
- sudden elevation of the temperature inside the room to great heights
- Pupils of eyes of people in photos and paintings tracking every human; their faces are one with contempt
- Sudden flashes of light in the windows from the inside
- chains suddenly manifesting near your body; their touch is freezing, causing an anomalous effect that causes heat to simply ignore affected parts of your body
- Objects suddenly floating up and hurling themselves at humans: they all demanifest into dust before they hit the target, reforming again at their original position
- An inability to open or damage the door to the attic; The search for the key is still ongoing
Nicola Ascesa has yet to be found.
The cause of this anomaly was a mystery: Nicola Ascesa was herself a mysterious individual, and though friendly and social, preferred not to relate anything about her background at all. All that is known that on June 6, 2016, the house suddenly flashed yellow for a few seconds, loud explosions being heard. When the Society came to investigate this phenomenon, this note was found on the door:
Sender: A Doomed Loser
Sent to: The World
Subject: My Deserved Destruction
Content:
God is after me
God is my destiny.
Sang by raindrops, by the stride of air; by sunshine, by moonbeam, by the breath of the dead. All singing my coming destruction, for God was after me.
Who was I to think, to dream of being ascendant against God: this Great Song's Singer, our Existence of Morals; who was I to think, for the mere thing of not falling to a firestorm that ate the plane and my parents that day?
Was I, by my birth and my mind, really thinking I could ever succeed?
I am but a sponge on what many others know, and what others know is but a screaming serpent in the face of… a God.No, I am worse
I am a murderer
I attempted to murder peace, to murder reality.
In my arrogance, I saw this peace as constraining; in my pride, I thought to overlay this peace with my own egotistical dreams
But… in the end, I'm but a mere worm; an annoyance, a pest
But all pests deserve destruction. And so, God is after me.
I could beg… it's too late for that. I should have done that years ago. Before I attempted my crime, my horrid idealizations… now, only destruction.
God is after me.
Do not make a funeral for me: I am not to be remembered but hated. Do not write tributes for me: my destruction is all the tribute this worthless figure deserves.
For as I write, the air chokes me.
The sun scorches me, while refusing to give me heat.
The cells of my body eat me.
Time ravages faster than me.
For all is under and is and will be God.
And I?
Rat running in the desert.
Parching
Realizing too late as a firestorm approaches…
that I never moved an inch.
A footstep!
Annihilation!
Death waits for a trapped soul!
Addendum SCP-5XXX-A:
The key to the bedroom was found on June 16, 2016. When the bedroom was opened, it was found to have been greatly enlarged within, most of it covered in piles of flesh and blood and bones with reality warping features.
A note was found attached to the other side of the bedroom door. It read:
How do you bait a deity?
Flattery
P.S. : Sorry for the mess, I'll fix it when I can.
Wow! You flipped a card and got: ZG1906!!! You ca reload the page or go to the next.
DATE: 22 May 2021 04:27
SCP-XXXX (Want to use black/white highlighter theme)
Object Class: (will be using ACS)
Special Containment Procedures:
A 5km perimeter should be established around the site of all SCP-xxxx manifestations until the instance demanifests. Provisional Site-████ has been established inside the structure of SCP-xxxx in order to effect containment of SCP-xxxx-2 and maintain the facilities present within the facility, as well as to enable active research into the origin of SCP-xxxx as well as the anomalous phenomena and entities found within.
All data recovered by P.S.-████ is to be analyzed thoroughly in order to detect possible current or future containment risks, as well as active breaches by SCP-xxxx-2 instances. Any individuals mentioned in the data recovered will be put under surveillance in order to determine any potential connections to PoI-xxxx or any other GoI.
In the event of a containment breach, MTF Psi-19 "Writers' Bloc" will be dispatched to retrieve the SCP-xxxx-2 instance and protect SCP-xxxx-1. If MTF Psi-19 fails to recontain the escaped instance, disinformation will be distributed to local news outlets regarding SCP-xxxx-1's cause of death.
Description:
SCP-xxxx is the designation for a series of seemingly non-anomalous structures which often temporarily manifest near populations of reality bending individuals, primarily those with a growing interest in fictional writing. In all manifestations of SCP-xxxx, a single entry point can be found which leads to a vast non-Euclidean space housing a variety of scientific research and containment facilities for a number of unusual and semi-anomalous objects and creatures, hereafter referred to as SCP-xxxx-2. Besides this threshold and the structures' sudden appearance and disappearance, the area surrounding this "access point" are otherwise mundane.
Observed instances of SCP-xxxx-2 have varied significantly in size, shape, effect, and threat level during exploration of SCP-xxxx's interior space. Extreme caution must be exercised during all interactions with SCP-xxxx-2 instances. Much like the entry point to SCP-xxxx, SCP-xxxx-2 instances and their apparently designated containment areas also tend to appear and disappear from the facility without warning. In some cases, upon returning, SCP-xxxx-2 instances will be modified in some way, often times appearing to have "evolved" in some fashion. New data regarding these changes will also manifest on both physical and digital files within the facility which are associated with the instance.
Discovery:
On [][]/[][]/[][][][], a series of apparently anomalous murders were brought to Foundation attention after an investigation was initiated by the UIU. While none of the causes of death appeared related, in all cases they had been in some way associated with a written work being produced by the victim shortly before their death. During their investigation, the UIU discovered a number of brochures and pamphlets in the homes of several of the victims advertising opportunities for "up and coming fiction writers" to have their works […] (there's a phrase here.. I just can't remember what it is) UIU agents attempted to contact the phone number provided in the advertisements —
Focus points:
*result of a reality bender manipulating real-space and the noosphere to create a junction between them that spits out these ideas as "real" things by making a deal with an Oneiroi (?)
*This would require a sufficient amount of mental effort put into these ideas in order for them to manifest in the noosphere with enough "presence" to be drawn into real-space.
* This effectively weeds out the "bad ideas" (although a few might still leak through from the sheer collective presence of the "tropes" which form them in writing communities
* These would probably have their own wing in the structure
Current thoughts:
- Provisional site constructed inside facility
- The anomalies were designated "the collection" by an entity referred to as "the curator of lost thoughts" or "the curator" for short.
Wow! You flipped a card and got: Armored Roc!!! You ca reload the page or go to the next.
DATE: 22 May 2021 02:40
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures:
SCP-XXXX is to be held in an aircraft hanger in Provisional Site-459 radiation levels at the site are to be monitored continuously for any spikes.
SCP-XXXX is only to be handled by personnel wearing appropriate radiation and biohazardous protection equipment.
Experimentation on the spacial anomalies surrounding
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Stuff for 6k 20202!!! You ca reload the page or go to the next.
DATE: 22 May 2021 01:45
/* 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; } }
/* 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; } }
/* Penumbra Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Paperstack Theme by EstrellaYoshte Ad Astra Theme by NatVoltaic and stormbreath Inkblot Theme by Croquembouche Anderson Robotics Theme by Croquembouche BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: .9rem; } body { font-family: 'Roboto', sans-serif; color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 9px; background: transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; border: none; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #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: var(--accentColor); 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 { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @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: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: solid 1px #21252E; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #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: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #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: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .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: #ededed; background-color: #21252E; 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: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #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; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .creditButtonStandalone p a { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); color: #ededed; } #page-content .creditButtonStandalone p a:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } .page-rate-widget-box .rate-points { background-color: #21252E !important; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } h1 { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; font-weight: bold; } h2, h3, h4, h5, h6 { color: #EDEDED; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } #page-title { color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 1.65rem; text-align: center; border-color: #ededed; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } a.newpage { filter: hue-rotate(180deg); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: solid 2px #2F333C; box-shadow: -3px 0px 0px -0.1px var(--accentColor); } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: solid 8px #21252E; border-bottom: solid 0px #21252E; box-shadow: 0px 0.26rem 0px 0px var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border: solid 4px #21252E; color: #ededed; font-size: 0.84rem; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } #page-content .wiki-content-table tr th { border: solid 1px var(--accentColor); color: var(--accentColor); background-color: #21252E; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px var(--accentColor); /* set border for table content */ } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; box-sizing: border-box; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .9rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* History Compare */ .inline-diff ins, .inline-diff del { color: #21252E; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .limit { margin-bottom: -1rem; z-index: 5; } .anchor { position: sticky; height:0; top: 0; z-index: 5; } .sidebox { background-color: #21252E; border-top: solid 2px var(--accentColor); padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } /* Sidebox mobile optimization, courtesy of Woed */ @media (max-width: 1290px) { .sidebox { width: auto; max-width: 65vw!important; border: none; padding-left: 0.4rem; padding-right: 0.4rem; top: 0.75rem; right: calc(((100vw - 45.8rem)/2) * -1); left: initial; -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; overflow: visible; } .sidebox::before, .sidebox::after { content: " "; position: absolute; right: 0; } .sidebox::before { top: calc(50% - 0.75rem); width: 0; height: 0; border-top: 0.75rem solid transparent; border-bottom: 0.75rem solid transparent; border-right: 0.75rem solid var(--accentColor); transition: border 0.1s ease-in-out 0.1s; z-index: 10; } .sidebox::after { top: 0; max-width: 0.75rem; width: 100%; height: 100%; box-shadow: 0.15rem 0 0 0 var(--accentColor); max-height: calc(100vh - 18rem); background-color: #21252E; z-index: -1; transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s; } .sidebox > * { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out 0.2s; -o-transition: opacity 0.2s ease-in-out 0.2s; transition: opacity 0.2s ease-in-out 0.2s; } .sidebox:hover { overflow: visible; -webkit-clip-path: inset(-0.125rem -0.25rem 0 0); clip-path: inset(-0.125rem -0.25rem 0 0); -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; } .sidebox:hover::before { border-top: 0 solid transparent; border-bottom: 0 solid transparent; } .sidebox:hover::after { box-shadow: 0 -0.125rem 0 0 var(--accentColor); right: 0; max-width: 100%; } .sidebox:hover > * { opacity: 1; } } @media (max-width:768px) { .sidebox, .sidebox:hover { right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem); } } :root { --accentColor: #1EB5E8; --lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Apenumbra/logo.png"); }
NOTICE FROM THE FOUNDATION RECORDS AND SECURITY ADMINISTRATION
You have arrived at the final revision. Thank you for your patience.
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Site-63 | Ling Hua | Dr. Cole Thervene | ACB Lamba-01 |
Special Containment Procedures: SCP-6000 is surrounded by a security perimeter stationed by Armed Command Battalion Lamba-01 ("God's Children"). Every month, SCP-6000's research team is to commence Procedure Jörd at SCP-6000's location1.
Description: SCP-6000 is a highly resistant and sapient Maple tree, approximately 300 meters tall. It is capable of growing with immense height, speed and strength, with the ability to manifest any object of its desire.
Discovery: SCP-6000 was discovered on June 14th, 2020 when an amalgamation of a Maple tree appeared within the vicinity of Site-63. Researchers and Armed Command Battalion Lamba-01 " God's Children" we're sent to investigate.
BEGIN LOG
ACB Lamba-01-A: Check the vicinity. Safeties off. If it attacks, shoot it.
ACB Lamba-01-B, -C, -D: Yes sir.
As the soldiers slowly approach the anomaly, SCP-6000 slowly motions its structure. ACB Lamba-01 aims their firearms towards the anomaly.
SCP-6000: There is no need to fear as I am not here to attack you. I have come by to make an offer.
Dr. Thervene: What kind of offer?
SCP-6000: I have come by to assist you in a goal that has been followed for over a hundred years; containment of anomalies. However, I must require something in return. Something valuable.
Dr. Thervene: Why do you need something "valuable" and what kind of valuable things?
SCP-6000: My reasons for why I request such items is irrelevant to this conversation. For the specific type of items, it may vary from jewellery to expensive equipment.
Dr. Thervene: Really? Expensive equipment? In that case, why should the Foundation submit your offer?
SCP-6000: That is a question you're going to have to figure out yourselves. I've only come here to provide an offer that may help you with your goal and it's up to you if you wish to accept it or not. I'll give you a week to think about it, but don't hesitate to come back to me when you've made your decision.
END LOG
Notes: Following this, a security perimeter was established around SCP-6000.
The following log took place with SCP-6000's research team to discuss the future of SCP-6000.
In attendance:
- Dr Cole Thervene.
- Dr Jonathan Smith
- Dr Mary Higgins
BEGIN LOG
Dr. Thervene: So, everyone is here. What shall we discuss?
Dr Smith: Let's start with what we know. The anomaly is sapient and is non-hostile. We've conducted small tests by trading in jewellery for random items like balls, nets and wood. They're all in mint condition and not once has SCP-6000 failed to manifest the desired object, been deceptive or aggressive.
Dr Cole: So, it has good behaviour. Good to know.
Dr Smith: Hang on, I'm not done yet. We've also tried to trade in fake jewellery or items that may seem valuable but are worthless. It always rejects them and we've stopped doing similar years because it got more upset.
We're also still studying the origins of the objects and if there is a limit to them or not.
Dr Mary: Really? How does it know what is valuable and what isn't? And if it wants to help the Foundation, why suddenly now?
Dr Smith: We don't know, which is why we have teams trying to make sense of its origins. What we do know, however, is that this anomaly may be used to assist containment of anomalies. I can see the potential here.
Dr Mary: I don't know about that, Smith. Like, this thing just came out of nowhere, immediately said it can help us and we're going to just accept it that easily? We barely understand it, either. The Foundation made numerous mistakes of turning its back towards "innocent" anomalies, only for them to use that to their advantage. What makes this tree any different from them.
Dr Smith: I… I don't know. Cole, what are your thoughts on this?
Dr Cole: As head of the SCP-6000 research team, I believe we can give this tree a chance. If this tree or whatever it truly wants to help the Foundation, then that may be allowed.
Dr Mary: sighs You are going to regret this, Cole.
Dr. Cole: No, I won't.
END LOG
Notes: Dr Cole proposed Procedure Jörd to the O5 Council for approval. See addendum 6000.1 for more info.
Addendum 6000.1: Procedure Jörd
Preface: This procedure was created in collaboration with the SCP-6000 research team and personal at Site-63. Knowledge of this procedure is vital to all staff assigned to SCP-6000.
Abstract: Procedure Jörd was proposed to obtain materials manifested by SCP-6000 for usage in the containment of anomalies, as well as assist the Foundation in finance and resource management.
Procedure Information: SCP-6000 is highly cooperative to the Foundation and has manifested a plethora of non-anomalous materials following negotiation trades. The materials are always in mint condition and there appears to be no limit regarding the type of materials SCP-6000 can manifest2 and research does not indicate the anomaly may have teleported the items from an alternate source.
It hypothesised that if the Foundation utilises the materials for containment, repairs and construction, the costs of requiring to purchase said materials from outsourced sources would decrease by around 34%. Admittedly, the full scope of SCP-6000's anomalous capabilities is unclear, nor are the origins of the items, but if this method will improve the future of the Foundation and the containment of various Euclid, Keter and Esoteric anomalies, it may succeed.
The following steps will be taken:
- A team of researchers will approach SCP-6000. They will provide SCP-6000 valuable jewellery or expensive items by inserting them into its trunk. The items must cost no less than 1000 USD and the nature of the selected items is irrelevant3.
- Once SCP-6000 has pleased with provided item, a researcher will request a set of highly specific items from SCP-6000. The researcher must not make rude, sarcastic or provocative comments. During this, ACB Lamba-01 must be fully prepared for an incident.
- SCP-6000 will manifest the requested materials. Once it has concluded, pickup team's will collect and load the items into the nearest storage facilities.
- The researchers will leave the premise and return to Site-63.
| Status |
|---|
| Approved |
Addendum 6000.2: (Working on title)
The following addendum describes manuscripts recovered from an abandoned house in Romania, Europe.
These manuscripts are believed to be linked to SCP-6000. Personnel is to be reminded that this information is provisional and is subject to change shortly.
Date: 02/04/1612
The seed has been fused with various chemicals and fluids. The current status is too early to determine an adequate conclusion.
Date: 07/03/1612
3 days have passed and the seed has fully grown outside. It is much bigger than I anticipated and its growth is also capable of being manipulated based on commands. Further research is required.
Date: 08/03/1612
It spoke to me earlier, calling me its "daddy". It has also begun to show signs of affectionate behaviour towards me. Its branches can move, extend and retract with ease. This seems like my experiment is working perfectly.
Date: 09/03/1612
Something unexpected happened. I asked the tree if it could pass me a cup of water and it manifested what I asked in front of me. Luckily, it didn't break. I asked how it was able to do that and it told me, " I only created what you asked."
Are there other side effects I did not take into consideration? I may have to perform even more research and help it train its abilities.
[PAGES MISSING]
Date: 18/03/1612
Sales are going well. People are enjoying my chemicals for their plants. Luckily, I don't have to spend money on rent or taxes as the tree can easily manifest them with ease. I'll be the richest man in Romania in no time.
Date: 20/03/1612
I've told Jeremy- the tree that I've named- that I was temporarily moving to other states to further sell my chemicals. It was "for money", I said. It seemed disappointed and expressed if it made enough money for me.
I told it of course it did, I just wanted to give other people the thing that made the tree to make them and myself happy. It also told me about how it felt used, constantly being asked to manifest items and materials with nothing in return. What the fuck does a tree expect me to give it, anyway? Fertiliser? Gold? Diamonds? It can easily create those things itself, what a joke.
(THIS IS NOT FINISHED)
[[footnoteblock]]
Wow! You flipped a card and got: Animated Armor!!! You ca reload the page or go to the next.
DATE: 22 May 2021 00:52
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures:SCP-XXXX is to be contained in a box, a 0.5 m x 0.5m x 0.5 m polycarbonate glass panel, within which pure oxygen is to be contained at all times. The room which SCP-XXXX is contained in must also have pure oxygen pumped in at all times. SCP-XXXX’s cell must not contain metal of any sort. Any personnel within the same room as SCP-XXXX must also not carry any metal.
Although any escape attempts made by SCP-XXXX is unlikely, SCP-XXXX has many royal followers and must be guarded from external threats that attempt to breach SCP-XXXX containment.
Description: SCP-XXXX appears to be a very massive humanoid when in-cased by its armor. SCP-XXXX’s size seems to only increase with each victim’s “soul” it collects. Although SCP-XXXX’s armor form is massive and ever growing, SCP-XXXX’s true form lacks flesh and solid matter. Instead it takes a gaseous form that has the same density as normal atmospheric oxygen. Therefore, SCP-XXXX without it’s armor can be condensed into tiny areas, even though SCP-XXX’s true form seems to be about 30 Liters in volume in its natural state.
SCP-XXXX appears to be capable of communication, however as it lacks a mouth and any form of sound making, it is unknown how exactly he communicates. Despite making it’s intention of world domination known, SCP-XXXX is generally cooperative with Foundation staff. SCP-XXXX’s brutal honesty and incredible intelligence in interviews may be somewhat intimidating to the interviewer. SCP-XXXX is incredibly adamant that one day it's going to rule the world and has asked numerous staff members to serve it when the time comes.
The fact that SCP-XXXX haven’t had any breach contamination attempts might prove to be worrisome, as the full powers of SCP-XXXX have not been known yet. It has been observed that SCP-XXXX have complete mastery of metal manipulation, bending them to its will upon having vision. This power varies between metals with what seems to be iron mastery being the most effective for SCP-XXXX. SCP-XXXX and its armor seems to grow every time it claims a soul. SCP-XXXX is able to create numerous amounts of SCP-XXXX-2 from the deaths of his victims, the exact number seems to vary depending on ███. The power of SCP-XXXX seems to only increase and become more efficient with each SCP-XXXX-2 summoned. It is unknown whether SCP-XXXX is able to obtain new abilities from this method.
SCP-XXXX-2 are black eyeless creatures summoned by SCP-XXXX, although they vary in size, they tend to be approximately ███ Centimeters. SCP-XXXX-2s seem to be under the command of SCP-XXXX as a hive mind. What SCP-XXXX-2 lacks in size and intelligence, they more than make up for in numbers and tenacity. The current number of SCP-XXXX-2’s in the world is unknown, however, it is reasonable to assume they number in the millions. They can also jump and move incredibly well for their size, although more data are needed for an accurate assessment. SCP-XXXX-2 have proven to be hard to study, due to it entering a dormant state once captured, melting to a complete black goo substance. Whenever released, SCP-XXXX-2s seem to revert back to active form. It is unknown what causes the switch between active and dormant form within SCP-XXXX-2. Although they are quite easy to neutralize, with a single bullet in most places of its body. SCP-XXXX-2 have shown to be able to regenerate all bodily cells within █-█ hours. Only way to neutralize them permanently is the destruction of all cells within SCP-XXXX-2, fire is recommended.
Addendum: [Optional additional paragraphs]
Capture:
SCP-XXXX was first discovered when reports of a faceless warlord scourged central Africa. It was reported the warlord demanded all to serve and those that refused face the consequences of his black magic. The foundation questioned the captured forces of the warlord, although the warlords’ men are fiercely loyal, out of either true belief of the warlords’ quest or the fear of punishment for betrayal, the foundation eventually received the position of the warlord’s camp and mobilized immediately. MTF forces were sent to investigate, MTF Force ███ was the first to make contact with SCP-XXXX and SCP-XXXX-2s, confirming from first appearance they were not human.█████ ██ █████ █████, ████ █████ ██. █████ ████ ██ ████. Eventually all contact was lost. Two more MTF squads, MTF ████ and MTF █████ were sent the next day and MTF ████ the day after that. However, despite all attempts, the MTF squads met the same fate and contact was lost. After the loss of four MTF squads, the foundation took another approach, setting up barriers and watch towers around the ever expanding territory of SCP-XXXX and its servants. Soon the defenses of MTF were bombarded with normal human soldiers serving SCP-XXXX, endless hordes of SCP-XXXX-2s and even SCP-XXXX itself. The humans and waves of SCP-XXXX-2s were harsh but manageable, however, SCP-XXXX itself proved to be unstoppable. SCP-XXXX seems to be immune to all attacks underneath his heavy armor, it’s mastery over metal manipulation proved easy to disable all weapons and vehicles of the MTFs and use it to both enhance and empower itself. The causalities of MTF agents over just the first day of conflict was approximately ██. The causalities for the second day of conflict was an even greater number, ██, despite the 05-council’s approval over the use of ████ ███. However, just when orders of tactical retreat were in effect, SCP-XXXX sent a human messenger stating that it surrenders and is willing to comply with the SCP Foundation.
Behavior:
Although SCP-XXXX possesses a number of dangerous abilities, it seems to prefer using physical strikes with his weapon when attacking, claiming it to be more “honorable”. It is due to this sense of “honor” that SCP-XXXX accepts all one on one duels during battles, which was used numerous during the first encounter with SCP-XXXX to effectively stall and buy time.
Weapons and armor:
SCP-XXXX’s external shell seems to resemble that of a knight from the dark ages. SCP-XXXX is able to enhance and manipulate it’s armor at will, although the armor is made up of what seems to be highly refined steel and iron, SCP-XXXX have modified the metal to the point of indestructibility. The metal has no known melting point. SCP-XXXX also seem to be a master at manipulating metals into weapons of it’s preference, SCP-XXXX seem to be a master at arms with any melee weapon and does craft weapons mid battle. It’s favorite weapon is what seems to be a long sword.
Audio log from Interview XXXX-1:
Interviewed: Dr.████
Interviewer: SCP-XXXX
Foreword: Interview done immediately after the containment of SCP-XXXX
<Begin Log>
Dr.████: Let’s start the interview off with the most basic question, What are you?
SCP-XXXX: What I am is not important, what is important is what I will become.
Dr.████: And that is?
SCP-XXXX: The ruler of the world of course, the king of kings! All shall serve under my command.
Dr.████: When you say “all shall serve” what do you exactly mean? Can you expand upon that? What happens if a person refuses to serve?
SCP-XXXX: I can sense you are a being of intelligence doctor. There is no need for pointless pity questions for your meaningless foundation. Serve me doctor and I can promise you a life of glory and purpose.
Dr.████: And what if I was to refuse your offer?
(A brief silence then what seems to be a sigh from SCP-XXXX)
SCP-XXXX: Then I will destroy you and absorb your soul into me and your body will serve as the gateway to my void friends.
Dr.████: When you refer to your “void friend”, you are talking about SCP-XXXX-1, correct?
SCP-XXXX: Your senseless question bore me doctor. Tell me, why do you go through all this trouble for the foundation? Why risk so much for an organization that values you so little?
Dr.████: Irrelevant, I am the one conducting the interview, not you. There is still much we need to cover.
SCP-XXXX: (A brief chuckle) Very well! Proceed.
Dr.████:So about SCP-XXXX-1, what are they exactly? What are they mad-
SCP-XXXX: They are what they are, mindless drones in service to me.
Dr.████: Is there no other information about SCP-XXXX-1 you would like to share with us?
SCP-XXXX: None important.
(Doctor ████ asks more questions on SCP-XXXX-1, with no clear answers, doctor ████ takes a break for the day.)
<End Log>
**Attending Researcher’s Notes: Although SCP-XXXX is very contained and under interview, it seems to be in control of the direction of conversion, indicating major charisma characteristics. **
Audio log from Interview XXXX-2:
Interviewer: Dr.████
Interviewed: SCP-XXXX
<Begin Log>
Dr.████: Let’s try this again. Yesterday we left out the subject of SCP-XXXX-1, today I would like to move on.
SCP-XXXX: I would like nothing more myself, proceed.
Dr.████: Today I would like to discuss the events of your capture. You seem ever so determined to rule the world, yet you surrendered to us fairly easily. Why is that?
SCP-XXXX: Because unlike your foundation, I care for those serving me. It was clear from the skirmishes of the days before that your foundation had no shortage of men they are willing to throw at me to achieve victory. Causalities from both sides of the battle were piling up, although I do appreciate the increase in my powers from the souls I consumed over that period, I take no pleasure in involving myself in what could have been a prolonged war with mass causalities.
Dr.████: and why is that? Do you feel sympa-
SCP-XXXX: What is the point of ruling with servants? What is the point of domination without living subjects to control? I do not conquer land, I conquer people.
Dr.████: I see, but doesn’t being contained by the foundation ruin your plans of conquest?
SCP-XXXX: Absolutely not, I will conquer the world, it is my destiny! This tiny delay of the inevitable is will worth the reward
.
Dr.████: The reward?
SCP-XXXX: The reward of powerful loyal subjects. Why do you think I have allowed you to study me?
(brief pause)
Dr.████: I don’t understa-
SCP-XXXX: Because I want your precious foundation to know of my existence, to understand my intent and to serve me! Soon your whole foundation will bow before me.
Dr.████: I don’t think that’s going to happen.
SCP-XXXX: Your foundation will serve or be destroyed. I would hate for the ladder to be the case, such meaningless struggle, such wasted potential. You have served me well, doctor. These interviews will no doubtedly draw the interest of your higher ups. Now go! That’s enough questions for today.
<End Log>
Wow! You flipped a card and got: Researchermike!!! You ca reload the page or go to the next.
DATE: 21 May 2021 18:17
Item #: SCP-XXXX-J
Object Class: Euclid
Special Containment Procedures: SCP-XXXX-J is now currently contained in a standard humanoid containment cell in Site-15. SCP-XXXX-J is to be accessed only be Level-2 personnel with Research Chief Dr. J. Testing has been halted due to the lightly understood nature of SCP-XXXX-J. SCP-XXXX-J has currently made a 'pillow fort', analysis shown that the pillows from the 'pillow fort' are completely unanomalous. Now a newly added feature to the 'fort' has been observed to be a sign with the text 'FORT KICKASS' on it.
Description: SCP-XXXX-J is a 6 year old humanoid child, SCP-XXXX-J is capable of materializing any kind of object from thin air. SCP-XXXX-J has been shown to have no intrest in breaching containment and rather 'watching TV'. Any object which has been 'created' by SCP-XXXX-J has been shown to have no anomalous properties.
[[footnoteblock]]
Wow! You flipped a card and got: Ben and Jerrys 400th anniversary! Special Mystery flavour!!! You ca reload the page or go to the next.
DATE: 21 May 2021 17:54
Special Containment Procedures:SCP 6201 is to be kept at site 17 break room.Everyone with security level 2 clearance and higher is allowed to interact with SCP 6201.
(See Incident-6201-A)
SCP 6201 it to be kept in a 5x5x5x5 storage Container at site-17.All testing of SCP 6201 has to be approved by someone with level 2 clearance or higher. Every flavour SCP 6201 produces must be recorded and approved by site health directors
Description:SCP 6201 appears to be a Pint of Ben and Jerry's brand ice cream, with no evident anomalous properties. On the pint it displays text saying “Ben and Jerrys 400th anniversary, Mystery flavour!”. The only design on the SCP 6201 is a cow with a party hat.SCP 6201 does not include nutrition facts on the back. Whenever the Pint is opened and all the contents are dispensed, It waits a period of 5 minutes then it seals the pint lid and manifests a new flavour. When all the contents are taken out writing appears on the bottom saying what flavour it was. Each time a new flavour manifests the serial number on the Pint goes up one digit,It is currently on [Redacted].It is to be noted the SCP 6201 has never manifested the same flavour. The Flavours SCP 6201 has produced can range from normal flavours that the Ben and Jerry company has produced to flavours that are yet to be heard of.It seems that the more times SCP 6201 is used the more unique the flavours become.
If the container is destroyed or taken apart it will always remake itself.
Incident-6201-A:Dr G███████ Accessed SCP 6201 on ███████, When he opened scp 6201 there was a black grainy looking substance .The liquid Exploded after a period of 5 seconds.Dr ███████ was all alone so he was the only Casualty, He later died because of the impact.The explosion make a crater 4cm deep and 3 feet long. the bottom displayed the flavour of “Grenade fun!”.
Experiment Logs:
Test :#001
User:Dr Slider
Resulted flavour: The Tonight Dough!
Notes:Has chunks of cookie dough in a Peanut butter and caramel base,Tasted very good.No anomalous properties detected -Dr slider
Test:#002
User:Dr slider
Resulted flavour: Cherry Chocolate
Analysis:Tasted decent not as good as the previous test, Again nothing out of the ordinary tasted like normal ice cream.-Dr slider
Test:#003
User:Dr slider
Resulted flavour: Vegan! Chocolate and fudge
Notes:Nothing out of the ordinary,Had a chocolate base with fudge chunks in it,After testing the ice cream was deemed Truly Vegan.
[SUPERFLUOUS TEST LOGS REDACTED]
Test:#053
User:Dr Maggie
Resulted flavour: Tropical Vacation
Notes:It is to be noted that this flavour has never been produced by the ben and jerry's ice cream company.This suggests That SCP 6201 is capable of making up its own flavours or taking them from future flavours.
The Consistency of the ice cream was more of a sorbet, and had a strong pineapple taste with a hint of strawberry and kiwi. -Maggie
Test:#054
User:Dr. Johnson
Resulted flavour: Alaskan Beer
Description:
Notes:Had a light yellow hue.
Absolutely disgusting,Ice Cream and beer do not mix,Do not know why anyone would want this god awful ice cream.-Dr Johnson
Test:#055
User:Dr Smith
Resulted flavour: Fun in the forest!
Analysis:Had a yellowish colour, with small brown specks in it.Had a very bitter taste,Did not taste good at all.Had a earth taste to it. When tested to see the contents,We found High amounts of pine Acer Rubrum sap.-Dr Smith
Test:#056
User:Dr Smith
Resulted flavour:Jelly Jelly Jelly bean
Analysis:Has a very sweet taste,Has a normal vanilla base with jelly beans scattered in the ice cream.The jelly beans were frozen and hurt the teeth when bit into.
Tasted way better than most of the other manifestations.Definitely would eat again.-Dr Smith
Test:#056
User:Dr Deen
Resulted flavour: Night night!… Nightshade
Notes:Thankfully the ice cream was tested before I had the chance to eat it.It had a dark blue colouring with nightshade berries scattered in the ice cream. Extremely toxic -Dr Deen
Wow! You flipped a card and got: JR James Nail 3!!! You ca reload the page or go to the next.
DATE: 21 May 2021 16:47
|item-number= 5590
|clearance= 5
|container-class= safe
|secondary-class= none
|secondary-icon= archon
|disruption-class= dark
|risk-class= notice
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: DrSimoneAndrews!!! You ca reload the page or go to the next.
DATE: 21 May 2021 16:44
Item #: SCP-
Object Class: Keter
Containment Procedures: SCP- is incredibly dangerous and is to be contained in a secure humanoid containment cell, its room is to remain entirely empty devoid of anything in it at all times. No more than 3 individuals are permitted to be inside the unit at a time. Outbursts of anger, that often occur, are to be met with elevated force. Under no circumstances should any personnel come into direct contact with SCP- during these outbursts. Security personnel are encouraged to attempt taking a shot at SCP- with heavy sedatives if an opportunity presents itself. If successful, once sedated, SCP- is to be bound in chains with a total of 4 chains. 2 cuffs around its wrists with the chains pulling its arms backward tightly and bolted into the wall behind it and the other two cuffs around its ankles but on much shorter chains, with its feet being held quite close to the wall.
Description: SCP- is a humanoid male anomaly that stands at 5'11 1/2 inches and weighs 162 lbs, Its appearance is that of a 22-year-old Its eyes are a jade green shade and its skin is a Pantone 88-7 c. It is capable of basic speech in the English language and in Arabic and appears to be slightly above average in its mental development. It is often agitated at just the sight of Foundation staff and is rarely cooperative unless it is forced to be. SCP- possesses many dark abilities from its demonic lineage. Its powers are increased, but not without still experiencing difficulty controlling the dark, overwhelming impulses it gives SCP-. Soul-Self: The demonic portion of SCP-’s spirit is able to behave as an independent extension of itself. When projected out of the anomaly's body, it is shown to be ghost-like (being transparent, and able to float). Although seemingly intangible, it can interact with the material world. It appears as a demonic version of SCP-; having pale skin and dark veins that spread from its completely black eyes. These same traits manifest on SCP-’s face when channeling its dark powers. When not outside of SCP- or overshadowing the SCP’s human side, it can appear on reflective surfaces. SCP-’s soul-self also acts as a sort of intuitive radar, warning SCP- of danger in times when needed. SCP- has given the soul-self version of itself the name Idris. SCP- also possesses Umbrakinesis, through its demonic side, SCP- has the power to produce pure darkness from its body that resembles a viscous liquid or mist and manipulates the element for a multitude of purposes. Telepathic Linking gives SCP- the ability to envelop two separate targets with her darkness to link their minds together. Empathy allowing SCP- to manipulate and sense the emotions of others, allowing it to gain insight into their thoughts and intentions, Healing which allows SCP- to rapidly heal itself from any physical injury, Telekinesis that allows SCP- to telekinetically move objects or other individuals without physically touching them. Its telekinetic powers have been able to throw people across rooms, and lock doors into place, keeping even strong individuals from entering.SCP- may also able to shatter glass and other similar objects when angered and to accommodate the Telekinesis SCP- also possesses Telekinetic Blasts allowing SCP- to exert enough telekinetic force to form a powerful, concussive blast, capable of destroying part of a convent with relative ease, and lastly Disintegration in which SCP- can tear down the molecules of a being telekinetically destroying them.
Addendum 5892.1: Discovery
SCP- was discovered during an investigation of a series of strange occurrences in the town of Beirut Lebanon. During a raid on the SCP's home, investigators found SCP- sitting in an empty bathtub surrounded by the corpses of its victims on the outside while it cradles its mother's corpse on the inside of the tub, holding her close and tightly in its arms. While law enforcement personnel engaged the potentially hostile SCP- it suddenly shifted its gaze toward the law enforcement and stared at them, however it never attacked and was willingly brought into Foundation custody without much of a fight. Perhaps this was due to its already current state of distress that it had already given up.






Per 



