/* Paperstack Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Inkblot Theme by Croquembouche Word Processor Theme by stormbreath Modern Theme by Azamo Simple Yonder Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); :root { --top-layer-height: 276px; --top-layer-shadow: 6px; } #main-content { font-size: 0.88rem; } body { font-family: 'Oxygen', sans-serif; } body { color: #000000; background-image: linear-gradient( to bottom, #EFEFEF, #EFEFEF var(--top-layer-height), #D3D3D3 var(--top-layer-height), #ffffff calc(var(--top-layer-height) + var(--top-layer-shadow)), #ffffff calc(var(--top-layer-height) + var(--top-layer-shadow)), #ffffff 100%); background-repeat: no-repeat; } #main-content { top: -1.6rem; padding: 0.2em; } .page-source, .code pre, .code p, .code, tt{ font-family: "Fira Code", monospace; } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none;} /* Style the new text */ #header h1 a::before, #header h2::before { color: #333333; font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } div#search-top-box { top: 2.3rem; right: 8px; } /* ---- TOP BAR ---- */ #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #333333; } /* ---- SIDE BAR ---- */ #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: 0px 0px 7px #999999; background: #ffffff; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); border: 1px white; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #fff; left: -19em; } #side-bar:target { border: none; box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: 0px 0px 4px #999999; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /* ---- INFO BAR ---- */ body{ --barColour: #333333; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #ffffff; box-shadow: 0px 0px 7px #999999; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: 0px 0px 7px #999999; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } /* ---- PAGE ELEMENTS ---- */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } blockquote, div.blockquote, #toc, .code { background-color: #F8F8F8; border: solid 1px #F8F8F8; box-shadow: 0px 0px 4px #999999; } .scp-image-block { border: solid 8px #ffffff; box-shadow: 0px 0px 5px #999999; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #ffffff; border-top: solid 4px #ffffff; color: black; } #page-content .wiki-content-table tr th { border: solid 1px #999999; background-color: #efefef; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px #999999; /* set border for table content */ } div.modalbox { border-radius: 0; border: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); } /*-- tags --*/ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { height: 0.9rem; line-height: 0.9rem; font-size: 0.76rem; background-color: #FDFDFD; border-radius: 0.6rem 0.12rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.2rem 0.42rem 0.25rem 0.46rem; box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27); } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; color: #ffffff; background-color: #B8B8B8; color: transparent; text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } /* ---- CUSTOM SYNTAX ---- */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } @media (max-width: 1200px) { .grid-item { min-width: 50%; } } .logo { position: absolute; width: 180px; top: -154px; left: -17em; z-index: -1; } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } } .textbox { position: absolute; width: 42%; top: 7.5rem; } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } }
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .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; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* 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'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP FOUNDATION"; --subtitle: " SECURE • CONTAIN • PROTECT"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --fnLinger: 1s; --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: 'Inter', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* 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; letter-spacing: unset; } .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: auto; 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; } .document, .darkdocument { width: auto; } } @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 */ /* ======================= */ .avatar-hover { display: none !important; } ::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-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .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: 'Inter', 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: 100%; } /* ======================= */ #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; } /* 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; } .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]]
[[/=]]

An instance of SCP-3533. Photo taken with a Branston-Meyer Mnestic Filter (Class III). Contact information redacted.
Item #: SCP-3533
Object Class: Euclid
Special Containment Procedures: Upon their manifestation and detection, instances of SCP-3533 are to be sequestered from all affected businesses and stored in standard nonliving storage units within the Site-19 anomalous items warehouses.
Knowledge of SCP-3533's existence is mostly self-contained and therefore only minor actions must be taken upon their manifestation. These events, referred to as "Restocking Events", are carried out on an uneven monthly schedule that is to be monitored by stationed Foundation agents under strict Class-W Mnestic treatment regimens and reported immediately. The frequency of this schedule is known to be influenced by the value of the stock "████", however, attempts to buy, sell, or otherwise manipulate the market value of said stock have failed due to the fact that no relevant living entities or enterprises other than and including the subsidiary responsible for the manufacture of SCP-3533 currently exist.
At this point in time, Foundation operatives are to avoid all contact with LOI/POI-3533. A perimeter has been established along the property line at a safe distance and must be maintained until such time that it is believed LOI/POI-3533 no longer represents a substantial security risk for classified Foundation operations (See Addendum 3533.2).
Description: SCP-3533 is the collective designation for an antimemetic household detergent spray titled "Metaphysiclean!". SCP-3533 will spontaneously appear on shelves of big-box stores and other retail corporations in the United States, although their presence will go largely unnoticed by roughly 99.8% of observers not on Class-W Mnestic regimens. It is believed that SCP-3533's antimemetic properties are not an intended feature of their design but a result of their other anomalous properties (See Addendum 3533.3).
The liquid that comprises SCP-3533 has been deemed functionally indeterminate, as limited GCMS testing has yielded results that suggest the substance is conceptually recursive.1
When SCP-3533 is sprayed onto a surface or a number of surfaces, the respective components become conceptually vague for up to 72 hours.2 During this period, they will gradually revert to their original state unless more is applied; repeated exposure to SCP-3533 has shown to permanently mesh the concepts of whatever it is sprayed on, becoming increasingly ill-defined with latter applications. SCP-3533 will evaporate from applied surfaces and is not detectable after this time frame.
SCP-3533 is supposedly manufactured by "████████", a non-existent subsidiary of S. C. Johnson and Son.3 The address of the factory that produces SCP-3533 (Designated LOI/POI-3533) is found on the labels of all instances. The location was traced to an abandoned lot in [REDACTED], which upon closer inspection was revealed to be a fully functional factory operating under antimemetic camouflage, likely the same effect expressed by SCP-3533 itself. While on mnestic drugs, LOI/POI-3533 appears nondescript externally, however, its interior has been permanently converted into an extradimensional space that is defined as the interior of the factory, SCP-3533, Frank Miller, supervisor, several other employees and at least 18 other identities or concepts including the concept of ennui and the concept of paid overtime. According to LOI/POI-3533, this was due to a large spill of SCP-3533 that occurred in 1998 which, while having little effect on the output quantity of SCP-3533, was considered "an abstract administrative nightmare".
Addendum 3533.1: Experimentation Logs
SCP-3533 Experimentation Log
Note: Testing was carried out in the Site-19 Experimentation Wing under supervision of Dr. H. Alexander, three D-Class personnel and a team of five random Foundation personnel to observe effects.
Test # | Preface | Results | Audio Notes |
---|---|---|---|
3533-1 | D-9765 instructed to apply a small quantity of SCP-3533 to mirror in testing chamber and wipe with paper towel. | Mirror did not appear cleaner or less smudged. Upon further analysis, affected portion of mirror had taken on the pleated texture of the paper towel used and one observer insisted the area was indeed paper towel as well as a mirror. | It seems SCP-3533 might have a partially subjective nature. Further testing is required. - Dr. Alexander |
3533-2 | D-9765 instructed to liberally spray SCP-3533 on the edge of the mirror and the wall adjacent to it, but refrain from using a paper towel. | Affected area was unanimously described as both the mirror and the wall behind it, although three researchers expressed difficulty distinguishing between the two. | Confirms the equivocal nature of SCP-3533. I found myself quite astonished that the wall had taken on a rather reflective sheen. Curious, indeed. Unless— - Dr. Alexander |
3533-3 | D-9765 instructed to paint a blue square on the wall of the testing chamber, then paint a red square next to it, and liberally apply SCP-3533 to the connected portion of the wet paint. | Two personnel agreed that the center was not purple but in fact both red and blue, while remaining personnel could not distinguish "both red and blue" from "purple". Corrective filtered eyewear was supplied and revealed that the concept of the filtered color was still visible for all observers. | Just as I thought! It's clear that the subjective aspect is not the substance but the eyes and visual cortexes of those perceiving it. Likely, the mind has difficulty understanding what it is seeing, each observer adapting to the effect slightly differently! This might be my favorite project thus far. Quite a unique anomaly. I think I might put in a formal request to the Conceptual Division once this is all over with. - Dr. Alexander |
3533-8 | D-9765 instructed to liberally spray the coat of one white lab mouse4 and the table it is on. | Mouse unable to move from area for 58 hours, although subject did not express any discomfort during this process. Table confirmed to also be comprised of mouse, and the subject reacted to stimuli on affected portion of table. | This stuff has a bizarre reaction to biological life.5 I'm putting in a request for another D-Class now. - Dr. Alexander |
3533-13 | D-9765 instructed to apply SCP-3533 to one finger and touch D-1954 on the forearm. | D-Class unable to separate for 54 hours. Both subjects expressed that they could feel sensations of surrounding areas of skin up to 8cm from contact area, as well as a vague sense of ego-loss.6 Four observers insisted connected portion could be both D-9765 or D-1954, and one claimed D-9765 and D-1954 were the same person entirely. | Fascinating. Not much more to say except that I can't wait to do more tests. - Dr. Alexander |
3533-14 | D-9765 instructed to apply SCP-3533 liberally to hand and place palm on D-1954's forehead. | D-Class unable to separate for 66 hours. Removal was accomplished with minor tearing of D-9765's epidermis at contact site, the remains of which were easily removable one hour later. Both D-Class complained of intrusive thoughts and a complex loss of self-identity and non-loss of self-identity at the same time.7 | I don't care what the other two say, for almost three days there was only one D-Class in that room. I'll prove it. Putting in a request for a third D-Class. - Dr. Alexander |
3533-15 | D-9765 and D-1954 instructed to interlock arms while D-3472 applied SCP-3533 to the connected area every twelve hours. | After 60 hours, only one D-Class was present in testing chamber with D-3472. It could not be determined if they were D-9765 or D-1954, so the subject was designated D-3533. D-3533 responded to D-9765, D-1954 and D-3533, but could not accurately define if they were simultaneously either personnel, an amalgamation of the two, or both. CT scans show that D-3533 has one circulatory and nervous system, but two brains. D-3533 cannot be separated into two individuals and has been contained for study. | I've got an idea. Let me draw up the paperwork. - Dr. Alexander |
3533-17 | Large surface of testing chamber wall doused with SCP-3533. Under supervision of Overwatch, SCP-2719 applied to area. | SCP-2719 previously defined inside as SCP-2719's containment. SCP-3533 and SCP-2719 became inside. D-3472 could not accurately state whether or not SCP-3533 or SCP-2719 became inside, or whether SCP-2719 had defined SCP-3533 as inside while SCP-3533 had also taken on the properties of SCP-2719. Surface appeared concave to two observers, although they could not say where the affected area led to, or if it led to any place at all other than inside. The other three observers claimed surface was simply acting as the concept of inside and did not lead anywhere. | I'm on the fence about where I stand with this one. Tomorrow I'll try sending D-3472 into the space. - Dr. Alexander |
3533-18 | Large surface of testing chamber doused with SCP-3533. Under supervision of Overwatch, SCP-2719 applied to area once more and D-3472 is instructed to enter affected area if possible. | [DATA EXPUNGED]. SCP-2719 redefined inside as SCP-3533 only. Testing confirms traces of D-3472 in other bottles of SCP-3533. Testing suspended indefinitely. | N/A |
Note: Following this test Dr. Alexander applied for Class-C Amnestic application. Request denied. Project reassigned to Site-19's Conceptual Division.
Addendum 3533.2: LOI/POI-3533 Interaction
Interaction with LOI/POI-3533
Preface: LOI/POI-3533's condition was not fully known at the time of first contact. Field agents Markus Pierce and Elizabeth Carden were given a Class-W Mnestic regimen for three days leading up to investigation of the property.
<BEGIN LOG>
Command: Alright, you two. Move out.
Pierce: Okay, earpiece is functioning. Carden and I are approaching the factory limits now. Doesn't look like anything out of the ordinary just yet. Carden, you want to confirm that for me?
Carden: Yeah, looks just fine out here. Windows are clouded up with what looks like dust, not going to be easy to see inside. I just say we look for an entrance and go on in. If we see anyone, we question them. If they're hostile, we book it.
Pierce: Sounds like a plan. Even though this place looks pretty old, almost decrepit, I think I see some steam venting from out over the west perimeter. And there's a hum, I can definitely hear it out here.
Carden: So, it's still in business. Wonder what kind of company we'll find inside.
Pierce: My guess is that it is automated. No one comes in or out. Quiet now. [hushed] Command, we have visual on the front entrance. Ingress should be trivial, but we brought a crowbar just in case.
Command: Roger that. Be careful.
The two are silent for ten seconds, the sounds of quick footsteps on asphalt can be heard in the background. After a moment, they stop.
Pierce: Oh, door's unlocked. Here we go.
The door creaks loudly as the sounds of machinery and commotion fill the space.
Carden: What exactly am I looking at here?
Pierce: Control, we have a bit of a situation.
LOI/POI-3533: Hello there.
Carden: Who said that?
LOI/POI-3533: It's been years since someone came in here. Are you with corporate?
Command: Describe the entity.
Pierce: I'm not exactly sure what I'm looking at. It definitely is the inside of the factory, but, uh, it's also a bunch of other things.
LOI/POI-3533: I'm right here, you know.
Carden: So you're… the factory?
LOI/POI-3533: I'm Frank Miller, supervisor of this ████████ manufacturing plant. I also can't leave. What? Yes—and, yes, there are a few others in here as well. There's Trudy, Jacobs, Karen, Michael, Richard—
Pierce: I'm sorry, but where are these people?
LOI/POI-3533: I am these people. We are. We had a bit of fiasco with one of our competitors two decades back8 that caused a bit of an uproar. Things got out of hand, and, well, a whole tank of cleaner just sort of flooded the whole complex. We knew what we were getting ourselves into, but alas, hubris. The destroyer of men. Not that any of us are actually dead. I think Jacobs has food poisoning. Does that mean I have food poisoning too? Mercy. Sorry, this whole thing has been a mess. And S. C. Johnson has not responded to any of our tickets, we think they may have forgotten about us.
Carden: You've been in contact with the outside world recently?
LOI/POI-3533: Well, no, it's been a while since any of us could use a computer.
Pierce: Wait, if you are somehow the inside of the factory as well as yourselves, how are you still alive? Don't you need to eat or drink?
LOI/POI-3533: We—we're not entirely sure, but I'd wager that, 'cause we're also something that does not require sustenance, we too do not require such things. We live on, as the soul of this company. Bound by forces beyond physicality, enmeshed and interwoven into the structure itself. We feel everything—everything—that we touch. Rust is particularly unpleasant. Try to avoid oxidizing, if you can—[nervous chuckle].
Carden: I'll keep that in mind—wait, does that mean the factory itself is alive in some sense?
LOI/POI-3533: I think you're asking the wrong questions. How about the grand tour? Please take off your shoes, Michael has a thing about germs.
Pierce: Al-Alright.
Some shuffling is heard as the agents presumably remove their footwear. The hums and hisses of machinery grow louder as they step inside.
LOI/POI-3533: O-hoo, that tickles. Sorry, this is a first for us too.
Pierce: Oh—oh god. This is wrong.
Command: Everything okay?
Pierce: It's this carpet in the entrance. I thought it was a wet shag rug, but its like they're tendrils. Or little fingers.
Carden: I can feel them wriggle between my toes.
LOI/POI-3533: Sorry, I'm nervous. We haven't gotten outsiders in a decade. Doesn't stop us from making more cleaners. We have all the precursors here, and some of our corporate owned suppliers still deliver crates out back.9
Carden: Is there any way we can convince you to stop production?
LOI/POI-3533: Lady, you'll have to take that up with corporate. This is our livelihood. Certainly you understand that?
Carden: You're still getting paid?
LOI/POI-3533: Direct deposit. If S. C. Johnson really wanted to halt production of 'Metaphysiclean!', surely they would have taken us off the payroll?10
Carden: I see.
LOI/POI-3533: Look, I know this is weird, but this place is all we have. The fact that you're here and asking these questions—I don't know who you work for, but I get the feeling it has to do with the state of things in here.
Carden: That is correct. If there is any information at all you can give to us regarding what happened here, perhaps we can help you in some way.
LOI/POI-3533: Uh, now that I think about it, you might be able to get something useful from our server room, it has a hermetically sealed halogen fire suppression system that was triggered during the spill—it is the only area in this place that remains conceptually sound and the only place we can't access.
Pierce: That's a good idea. Lead the way, if you would.
LOI/POI-3533: Of course. It's right through the door on your left, there's a passage that takes you through the production floor and into the administrative offices. The server room is on the far end.
Carden: Thank you very much, Mr. Miller.
Soft footsteps are heard as they proceed to the doors that lead deeper inside. There is a pause before sounds of struggle are heard from Agent Pierce.
LOI/POI-3533: What seems to be the issue?
Pierce: The door seems blocked on the other side. It is unlocked, but something won't let me through.
LOI/POI-3533: Oh my. This is embarrassing. We haven't really needed to use doors since we meshed with the rest of this place.
Pierce: Mind if I use the crowbar?
LOI/POI-3533: Erm, sure. Go ahead.
Agent Pierce is heard using the crowbar to bend the door outward. The sounds of creaking and splintering wood fill the background, as well as a wet, indeterminate sloshing noise.
Pierce: The hell is this?
LOI/POI-3533: What? What is it?
Carden: You don't see it?
Command: Report your status.
Pierce: It's like a, god, like a giant pile of flesh and different concepts. I think it's human. Or multiple humans at one point. I can't tell, it all looks the same to me. It blends into the walls… Into everything.
Carden: Conceptually indeterminate corpses. Are you sure you can't see this, Frank?
LOI/POI-3533: This place is pretty much uniform abstraction for us. Wait, corpses?
Pierce: Not quite. It doesn't smell rotten, and it's been twenty years. I think—I think this might have been—or might still be some of you guys. From when you were trying to escape the spill. Wait—can you feel this?
LOI/POI-3533: Ow! Yes, Karen says you just pinched somewhere around her leg.
Pierce: This is some weird stuff. Uh, okay, it looks like we can fit through the doors still, but we may have to climb over some of you. We apologize in advance.
Sounds of movement and various grunts are heard as the agents climb through the doorway and into the passage beyond.
Carden: [coughs] Okay, we are through. You guys alright?
LOI/POI-3533: We are fine, thanks.
Carden: Can I ask you something, Frank?
LOI/POI-3533: Of course.
Carden: 'Metaphysiclean!'. Why? What does S. C. Johnson need a product like this for?
LOI/POI-3533: Well—I can answer that—Yes, thank you. Karen will have a better answer than myself. She worked extensively on the formula when it was in its early stages—Yes, I did. I honestly had no idea what I was getting myself into when I started here. I never thought entry level materials work would give way to fairy tale science and protein weaving.
Carden: What is—
LOI/POI-3533: Custom biomolecular constructs. I'm talking about manipulating the building blocks of life, uh—
Carden: Carden. Elizabeth.
Pierce: Mark.
LOI/POI-3533: Right. I'm talking about creating compounds with pre-written instructions on how to operate. Proteins take on certain three dimensional shapes inherently, the instructions are already in place for all naturally occurring biomatter. It's a real wonder, if I do say so myself.
Pierce: So S. C. Johnson decided to start tampering with the code, so to speak?
LOI/POI-3533: You could say that. But since when did playing God become something that was too much for the elite? You of all people should know the extent of human curiosity.
Pierce: What exactly do you mean by that?
LOI/POI-3533: Don't play dumb now. I bet whoever you work for has a large stake in pushing the limits of man's grasp on the universe.
Pierce: Point taken.
LOI/POI-3533: S. C. Johnson was doing a lot more than playing with amino acids. They had private contractors all over the world looking into some of the farthest reaches of science. Some of the things I could hardly consider science at all.
Carden: What would you consider it?
LOI/POI-3533: You'd laugh if I said 'magic', so let's say they were messing with some pretty arcane stuff. I mean, look around. What do you see?
Carden: I see a well managed factory, I think.
LOI/POI-3533: Well thanks—I mean, what do you really see? Do you see a skilled workforce of hardworking Americans? Or do you see the souls of the damned, a group of forgotten not-quite-people whose lives have been twisted by the foils of a faceless corporation? Sorry, that's the ennui talking. Company morale wasn't great when the spill happened, and that sort of just stuck around ever since.
Carden: I can understand. You've all been through so much.
At this point, LOI/POI-3533's voice, which had been of indeterminate quality but singular in nature previously, shifted to the sounds of multiple voices at once.
LOI/POI-3533: You understand? I don't think you understand, and, honestly, I don't think you have the best interests of the company at the heart of your agenda. We have been here for twenty years! All we do is exist and produce. And for what?
Carden: Mr. Miller—er—Karen, please. We honestly just want to help you.
LOI/POI-3533: I don't think you can help us. And you—you want to shut us down.
Factory noises swell in volume. Miscellaneous scraping and metal bangs can be heard as LOI/POI-3533's voice takes on a harsher tone.
Pierce: Frank, what are you doing?
Command: Report your status.
Carden: The walls feel like they are closing in, and we are dead center in this complex. I think we should go, now.
LOI/POI-3533: Leave? No, no, no, you'll just come back, won't you? With more? And you'll try to shut us down and destroy everything we've worked for.
Pierce: We aren't going to shut you down, we swear.
Carden: We just want to help you get better.
LOI/POI-3533: Don't you get it? This is what we are now. No. You can't leave. Not now.
A large bang is heard in the background.
Pierce: Well, there goes our exit. [quietly] Carden, I've got an idea.
Carden: What?
Pierce: Remember what he said earlier? The only place they can't touch?
Carden: The server room.
LOI/POI-3533: Oh, no, you're not allowed access to our records unless you go through corporate! You lost that chance when you threatened to destroy this company—Hey! Wait, stop!
Sounds of hurried movement are picked up, although LOI/POI-3533's voice does not change in terms of distance from the two. After fifteen seconds, sounds of splashing can be heard, followed by grunts emanating from Carden's microphone.
Carden: Agh, crap.
Pierce: Liz, what is it, we have to go—Oh, fuck.
Command: What is happening?
Carden: It looks like there is a leak in this vat here, I stepped in a puddle. I thought it was water, but that's obviously not the case. It's soaked through my sock. I took a few steps but now I can't move. Markus. What do I do?
Pierce: I don't know. This stuff lasts a while. Command, I think you may need to send in some backup. Carden isn't going anywhere any time soon.
LOI/POI-3533: Sorry, guys. It says on the bottle to avoid getting it on the skin. Some folks just won't listen to the warnings! Looks like you're stuck with us for the long haul, miss.
Carden: W-why are they so loud? [groans]—Oh, everything hurts. Why does everything hurt?
Pierce: Frank, I really think you're going to have to let us go, buddy. Think about what something like this would mean for your company—
LOI/POI-3533: Frank isn't here. Well, he is, but stop talking about us like we aren't all here, too. And don't play with us. No one has come in two decades. I don't think anyone will be coming for you either. Get enough of this stuff on you and you won't even be a memory anymore.
Metal creaking noises are heard, followed by a loud crash.
Carden: Shit, Markus, run!
Pierce is heard breathing heavily, Carden is heard screaming but the noises are drowned out by the sounds of liquid flooding the area. Carden's microphone ceases function several seconds later.
Pierce: Server room… server room… c'mon.
Several seconds of rustling and miscellaneous background noise is picked up.
Pierce: Ah, here.
LOI/POI-3533: No, don't go in there! I will call the police!
The sounds of the door opening and closing is heard. LOI/POI-3533's voice is heard to become muffled.
LOI/POI-3533: You can't stay in here forever. And there's plenty more 'Metaphysiclean!' where that came from!
Pierce: Okay, command, I've located their data storage, and I can say for certain that servers are the only thing in this room. Thank Christ. My head hurts. Don't ever assign me more of this conceptual bullshit, I hate it. I hate all of this.
Command: Duly noted.
Pierce: There's a terminal over here. Let me see what I can find.
Pierce is heard operating the computer for several minutes, while miscellaneous bangs and thuds are heard outside.
LOI/POI-3533: Oh, wait, I've got an idea. [laughs]
Pierce: That doesn't sound good. Alright, I found some ledgers, precursor lists, what is this? They're talking about some sort of alchemical plants. Essence of Raskovnik?11 There's also a large archive of emails here, I'll send all the information to you guys in a moment—
A loud sealing noise is heard in the room.
Pierce: What was that? Nearly gave me a heart attack.
LOI/POI-3533: Markus, I'm real sorry we had to do this. You won't understand, but we need this place.
At this point, a feminine voice is heard over the loudspeaker of the factory.
Intercom: Attention all factory workers, please evacuate immediately.
Pierce: What did you do?
LOI/POI-3533: No, you did this. You forced us to do this.
Intercom: Halogen suppression system activated.
Pierce: Oh, no.
A mechanical whirring is picked up, followed by the sounds of ventilation.
Pierce: Command, you need to send someone immediately!
Command: They are en route to your location, but—
Pierce: But what?
Command: Did you secure the files and send them to uplink?
Pierce: Yes. What should I do?
Command checks and confirms the receipt of the information, select excerpts can be found in Addendum 3533.3.
Pierce: Command? I'm feeling a bit light-headed here.
Command: The room is filling with inert gas, Pierce, you are going to lose consciousness very shortly.
Pierce: Command, I—
Pierce is heard slurring and becoming incomprehensible. Shortly after, contact with Agent Pierce is lost. Reinforcements arrive onsite and LOI/POI-3533 is contained. The body of Elizabeth Carden was not identified, but further interactions suggest she may still be alive. LOI/POI-3533 has generally been hostile to all forms of life that enter the facility since.
Addendum 3533.3: LOI/POI-3533 Select Employee Email Correspondences
Subject: RE: Welcome!
To: fmiller@████████manufacturing.com
From: kbaldwin@████████manufacturing.com
Frank,
Happy to be aboard! Yes, I'm settling in fine, everyone here has been very professional so far. Excited to see what the guys over at conceptual have us producing. I'm sure my experience with polymers will come in handy when it comes to tightening up the formula.
See you soon,
Karen
Subject: MEKP Delivery
To: kbaldwin@████████manufacturing.com
From: gthompson@███████████.com
Karen,
The latest batch of methyl-ethyl ketone peroxide is arriving on Tuesday. I know you probably know this already, but try to avoid getting that stuff on you, especially when it is catalyzing. I've seen some nasty burns in my time and 30000 gallons is the largest I've ever had to ship in one go before.
Seriously though, all your employees need to be real careful about this stuff. And don't smoke within a mile of the building, just to be safe.
Sincerely,
George Thompson
████ ██ █████ Supply
[CONTACT INFORMATION REDACTED]
Subject: RE: New formula for Conceptua-Cleaner (Working Title)
To: fmiller@████████manufacturing.com
From: rsorisi@█████.██████████.com12
Good afternoon,
I've been looking at these new formula proposals and, I've got to say, I'm impressed. How exactly do you plan on actually making this work? The runes you were supplied do not have sufficient output for this kind of impartation. I'm not sure I quite understand the epistemology behind this 100% just yet, so please send me more details on case files 000584-000590 at your earliest convenience.
Thanks,
Rose Sorisi, Head of Innovative Strategics
S. C. Johnson and Son Corporate West Coast Division[CONTACT INFORMATION REDACTED]
Subject: EMPLOYEE NOTICE
To: mjacobs@████████manufacturing.com, kbaldwin@████████manufacturing.com and 29 others
From: fmiller@████████manufacturing.com
A note to all employees,
This is a friendly reminder that Conceptua-Cleaner is not a toy and using it for recreation is prohibited on factory grounds. Not only is it dangerous and unpredictable at this stage, I figured some of you were old enough to know not to go playing with household cleaners.
I don't care how funny you think it is- a cronut has already been invented and those are all safe to eat. Don't do it again.
Frank
Subject: Formula 000589
To: fmiller@████████manufacturing.com
From: kbaldwin@████████manufacturing.com
Frank,
Latest samples have shown a marked increase in duration of effect. The actual softening is happening at a faster rate as well. I'm going to try adjusting these inscriptions. I know what corporate said about output, but I think I might be able to boost it with a little modification. I'll let you know how it turns out. We're still having some inconsistent results- I'm aiming for uniform approximation across the board.
Karen
Subject: Rebranding Conceptua-Cleaner
To: fmiller@████████manufacturing.com
From: {{rsorisi@█████.██████████.com}
Frank,
The consumer product board of S. C. Johnson has decided that Conceptua-Cleaner is being renamed 'Metaphysiclean!'. I personally don't like it, but don't tell them I said that. New labels are being shipped from ████████'s printing company, I presume you will receive them within the next week. Please migrate all data and adjust production to fit this.
Thanks,
Rose Sorisi, Head of Innovative Strategics
S. C. Johnson and Son Corporate West Coast Division[CONTACT INFORMATION REDACTED]
Subject: Incident - 09/28/1997
To: fmiller@████████manufacturing.com
From: hr@████████.com
There was a mishap down in your testing labs today, apparently they had misjudged the potency of the formula and now we have one person down here with two mouths and they're both yelling at me. They are considering pursuing a legal route due to sustained mental trauma. I know they'll be fine eventually but they are willing to make a show of this if they aren't compensated.
Lisa Thompson
████████ Human Resources Department
Subject: Reckitt Benckiser's smear campaign (no pun intended)
To: kbaldwin@████████manufacturing.com
From: fmiller@████████manufacturing.com
It seems some of the lab jockeys over at Benckiser have been working on something similar to 'Metaphysiclean!' for a while now, and they aren't happy about us having the superior product! Our cleaners will always be number one! Thanks to you, anyhow.
Frank
Subject: RE: Reckitt Benckiser's smear campaign (no pun intended)
To: fmiller@████████manufacturing.com
From: kbaldwin@████████manufacturing.com
Frank,
I think they might be up to something. Everyone in the company just got a blank email from one of their domains. Not sure what that was about but you should probably adjust our spam filters appropriately in case this happens again.
Karen
Subject: Just checking in.
To: rsorisi@█████.██████████.com
From: fmiller@████████manufacturing.com
Good afternoon,
I'm sending this message because we've been having difficulty contacting you or any of the S. C. Johnson affiliates over the phone about a recent spam email situation we had from one of your competitor corporations. If you could just shoot me a response to let me know all is well it would definitely be appreciated.
Regards,
Frank
Subject: Testing
To: rsorisi@█████.██████████.com
From: fmiller@████████manufacturing.com
Please respond to this message if you have received it. Some of us are getting worried, and they can't contact their families.
Frank
Subject: (no subject)
To: rsorisi@█████.██████████.com, gkonstantinou112@███████.com and 43 others
From: fmiller@████████manufacturing.com
Can anyone see these messages?
Please respond.
Frank
Subject: (no subject)
To: rsorisi@█████.██████████.com
From: fmiller@████████manufacturing.com
Employee morale is very low. Some crew appear disoriented. I'm not sure if we exist anymore. One of the forklift drivers is having a meltdown as we speak.
I don't know. There isn't much else to say.
Frank