/* 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]]
[[/=]]
SCP-1619 - サイト-45-C:フロア24Site-45-C: Floor 24
49 6f 79 20 e6 76 69 27 69 72 69 27 6a 6c 61 78 75 79 20 73 69 27 75 61 20 69 6c 69 27 67 75 61 20 6a 75 61 6c 61 79 73 2c 20 53 74 75 61 72 74 2e 20 57 6f 79 20 69 6f 6c 61 69 72 69 72 20 75 61 79 66 67 75 61 6c 2e 20 49 6f 79 20 76 75 61 69 27 79 69 6c 61 77 79 2eある芸術家の愚行。
画像クレジット
Translations:
配属サイト | サイト管理官 | 研究責任者 | 担当機動部隊 |
サイト-45 | 編集済 | スチュアート・ヘイワード博士 | 編集済 |

(左から)SCP-1619-2-C-12、-23、-11、-44。
特別収容プロトコル: フロア24への入場は、少なくとも1人のレベル3クリアランス以上の職員の許可を必要とします。サイト-45-Cのエレベータはフロア24への移送を制限するために改造されています。財団向けに家畜化されたSCP-1619-2-Cを除き、SCP-1619から発生した実体がSCP-1619の外部で発見された場合、どんな手段を用いてでもそれらを鎮圧してSCP-1619に戻します。
SCP-1619-1実体が個人への襲撃を成功した場合、その犠牲者が死亡した場合でもフロア24に残します。可能な場合、影響を受けた個人を処分しますが、拡散を防ぐために遠距離から実行しなければなりません。その後、その結果で生じるカリカチュアは文書-1619-8に記録します。
SCP-1619-2-Cを通じた脱出または処分が不可能でない限り、職員はフロア24にいる間、SCP-1619-1実体の処分を行ってはいけません。職員は、可能な場合はSCP-1619-2実体を避けなければなりません。SCP-1619-2が活発的になった場合、職員はその電球を射撃するよう勧告します。SCP-1619を探索する間、職員はフェイスマスクを着用しなければなりません。
各SCP-1619-2-Cの個体に対して1個の紫外線電球を6日毎に提供し、SCP-1619の探索時に職員と同行させます。職員は訓練の為に個々のSCP-1619-2に対して命名することが認められていますが、その名前は承認を受ける必要があり、報告または面談においては適当な指定番号(SCP-1619-2-C-#)で呼称しなければなりません。
説明: SCP-1619は地下区画サイト-45-Cのフロア24に対して現在影響を及ぼしている現象を指します。SCP-1619はサイト-45-Cエレベータを通じてのみアクセスが可能で、その他のフロア24へと繋がる手段は封鎖されており、壁に黒鉛で書かれたドアと入れ替わっています。フロア24は自己収容した異次元となりました。
SCP-1619は様々な廊下、部屋、観測室から成りますが、ドアと出入口がありません。SCP-1619の環境は様々な芸術的な日用品や家具から成り、主に現代のガラステーブルとオフィスチェアで構成されています。フランス語で書かれたスケッチと文書がSCP-1619内にあるデスクから回収されました。SCP-1619の間取りの終わりはまだ見つかっていません。
フロア24は様々な種類の知性ある自律性の彫刻の生息地となり、SCP-1619-1とSCP-1619-2という2つの種類に分類されます。SCP-1619の壁と床は、キャンバスの外観と肌合いを持つ未確認の植物種であるSCP-1619-1-Aで覆われています。
SCP-1619の主要な脅威は総称としてSCP-1619-1と指定される、防水紙の厚い外装を持つ同一の女性の人型彫刻です。各SCP-1619-1の個体はpH8.2の黒いペンキで満たされています。SCP-1619-1実体はSCP-1619-1-Aから発生し、心臓の鼓動が検知される呼吸をする犠牲者に対して敵意を示します。呼吸により実体が汚されるまで、それらが犠牲者に気付いたり、注意を惹かれたりする事はないと思われます。職員によって処分されると、SCP-1619-1実体は大きな呻きを発し、近くの実体に対して警戒を発します。しかし、気づかれていない存在に殺された場合、その個体は静かなままです。
SCP-1619-2は照明器具から作られた知性ある構成物の一群の総称です。多くのSCP-1619-2はSCP-1619の外で確認されるイヌ科、ネコ科、害虫、様々な神話が元と考えられる実体(SCP-1619-2概略を参照)に類似、または類似した行動を取ります。しかし、幾つかのSCP-1619-2は単に自律性のある産業フロアランプである事が確認されています。
各SCP-1619-2は主に黒色の鋼材とアルミニウムから作られており、1本のプラグの"尻尾"と個体の顔に当たる最低1個の紫外線電球を持ち、背中には"トーチ・ベアラー"と"A█████™"の文字が彫られています。殆どのSCP-1619-2は損害から保護する為に、電球に保護フェイスプレートを覆っています。この電球が破損または焼損した場合、その個体は動きを止め、目立った自律特性を失います。
SCP-1619-2が長期間好ましい狩猟行動を妨害された場合、電球は暗くなり始め、そのSCP-1619-2は最終的に機能を停止します。SCP-1619-1への殺害行動、または電球への破壊行動によって電球の減光を十分に防止することができます。SCP-1619-1とSCP-1619-2の行動の本能の詳細は補遺-1619-2を参照してください。
SCP-1619はAnomalousアイテム#:00553が起源であると考えられます。Anomalousアイテム#:00553は代替エネルギー源の研究のためとして████博士が要請し、フロア24にあるサイト-45-Cの小型物体室に移送されました。実験は就業時間後に行われ、████博士を含む少なくとも3人の職員の失踪を引き起こしました。Anomalousアイテム#:00553の元の文書記録は補遺1619-1を参照してください。
補遺1619-1: Anomalousアイテム#:00553
概要: 明かりを維持するのに十分な電気を生成するシリンダーフィラメント電球。その恒常的な電流にもかかわらず、タングステンフィラメントに消耗の兆候は見られません。'A█████™'と読めるメーカースタンプが付いています。
回収日: 1959/11/██
回収場所: フランス共和国パリ
現状: サイト-45へ移送。
メモ: エネルギー危機は間近に迫っており、このオブジェクトの利用はその負担を軽くするために有効になるやもしれない。このメモが見当はずれであり、我々がこの電球から十分なエネルギーを蝕んでしまった場合、電球の明かりを維持することが修復に繋がるやもしれん。少なくとも、制御された環境での実験で損をする事はないだろう。 – ████博士
補遺1619-2: SCP-1619-1とSCP-1619-2の行動及び狩猟方法;呼称によって整理します:
SCP-1619-1個体の動きは緩慢ですが、犠牲者を囲んで制止させようと試みます。一旦制止すると、1体のSCP-1619-1は心肺機能蘇生(CPR)を試み、犠牲者の口に息を吹き込み、時折息の供給を止めて両手を犠牲者の胸部の中心に置き、犠牲者の口への息の吹き込みを続ける前に約30回繰り返し胸部を押します。この行程の中で、攻撃をしているSCP-1619-1は犠牲者の口の中にペンキを流し込みます。
SCP-1619-1によって生成されたペンキは犠牲者の胃酸に反応するまでに、約1分犠牲者の胃に残ります。通常、ペンキが反応する前に犠牲者は開放され、逃走を試みます。その後、ペンキは犠牲者の胃の中で自己増殖を始め、pH値が14にまで上昇する3秒間に2倍に増量します。
犠牲者は胃、食道、口に重度の腐食性の炎症を感じて、その物質を吐き出し、影響を受けた箇所に更なる損傷を与えます。呼吸は喉と食道の膨張により困難になり、腸の内部が腐食して広範囲の大量出血を引き起こします。
このペンキは犠牲者の内部で増殖を続け、破裂させる事で犠牲者を殺害し、最終的には身体の大部分を分解します。犠牲者が死亡すると、SCP-1619-1-Aはこのペンキと死体を吸収し始め、ペンキの自己増殖と区画への氾濫を防止し、追加の糧をSCP-1619-1-Aに提供します。
消化が完了すると、犠牲者が死亡した場所には犠牲者のカリカチュアが現れます。このカリカチュアは通常、犠牲者が楽しんだ活動に参加している様子を表します。2人以上の犠牲者が死亡した場合、そのカリカチュアは犠牲者の生前の関係に従い、互いに相互作用する場合があります。犠牲者の数以上の人数が通常必要な活動に犠牲者のカリカチュアを表現させる場合には、様々な性別の特徴のない姿が、犠牲者が活動に参加している間に援助する形で描写されます。このカリカチュアの上に塗装をするか、描写されている壁を破壊する以外にこのカリカチュアを消す試みは成功しませんでした。
その敵意と危険な性質にもかかわらず、SCP-1619-1は主に殆どのSCP-1619-2実体の餌食になると考えられています。SCP-1619-1の非効率的な狩猟方法、緩慢な動き、SCP-1619-2に対する関心の欠如はSCP-1619-1を、SCP-1619以外を起源とする生物だけに対する効率的な捕食者とします。

SCP-1619-2-C-46(左)とSCP-1619-2個体(右)。SCP-1619-2個体は後に処分されました。
SCP-1619-2は通常それらが表現する動物の行動を模倣します。SCP-1619-2は職員に対して積極的な敵意は示しませんが、その多くはとても縄張り意識が強く、接近した場合に職員に対して威嚇する場合があります。実体はSCP-1619-1や様々なその他SCP-1619-1を効率的に狩猟する為の身体的特徴を発達させる傾向にあります。
SCP-1619-1とその他SCP-1619-2に対して攻撃する傾向を示すSCP-1619-2個体を、SCP-1619-2-Aと指定します。これら実体はそれらの電球を収めているボウルの周りの縁をより鋭くする傾向にあり、一般的に高さ1.5mを超えることはなく、通常他のSCP-1619-2のフェイスプレートの周りに手を伸ばすのに使う手足を持ちます。
SCP-1619-1のみを攻撃するSCP-1619-2個体をSCP-1619-2-Bと指定します。その構成物は中央に小さな穴が空いたフェイスプレートを持ち、そこから細い光芒を発します。これら実体は小火を起こす為に格納式のレンズでこの光を収束させる事ができます。SCP-1619-1に対して非常に効果的な一方、他のSCP-1619-2に対しては効果がなく、人間の対象者に対して軽度の火傷を負わせる程度です。SCP-1619-Bは一般的に電球の縁の周りに鈍い端があり、他のSCP-1619-2からの身を守るのに十分大きく、また生存方法として十分な速さで逃走することができます。
SCP-1619-2-CはSCP-1619-2の特定の変異体に与えられた指定であり、多くのSCP-1619-1を寄せ付けず、抑圧させる為に財団によって家畜化を目的として選別されました。SCP-1619-2-Cは殆どイエネコ(Felis catus)に類似し、共通の行動を示し、SCP-1619-1を除く人間または人間に類似した生物に遭遇するとより従順になります。SCP-1619-Cは恐怖と嫌悪刺激を含むトレーニング技術に対してより反応を示します。
SCP-1619-2-Cは、電球に更なる保護を与える、フェイスプレートに繋がる3本の金属支柱の有無により識別が可能です。他の全てのSCP-1619-2にある元の" A█████"の商標は、"これまで私がやってきた以上に、あらゆる暗闇に光を与えることができた、F█████に捧ぐ"との文に全てのSCP-1619-C個体で入れ替わっています。SCP-1619-2-Cは探査が実行されて以来、既知のフロア24の入場地点の近くに住み着き始め、既に2体以上のSCP-1619-2-C実体が同行してこない限り、職員の後を追います。SCP-1619-2は殆どのその他のSCP-1619-2より弱く、時折大きなSCP-1619-2-Aの餌食になっていると考えられます。
文書1619-8: 一部記録-9
発見日: | #: | 職員: | 概要: |
---|---|---|---|
1960/01/16 | 02 | 2人の身元不明者 | 1人の男性の老人と1人の女性の老人が描かれています。男性は釣り人の格好をし、魚を抱えています。男性は女性にこの魚をプレゼントしており、女性は料理の為の服装をしています。 |
1960/01/16 | 15 | 1人の身元不明者 | 30から40歳の年齢の女性が描かれています。女性は1930年代または1940年代初頭に流行した大きめのドレスを着用し、メスフラスコを手にしています。 |
1960/01/17 | 16 | 1人の身元不明者 | 8から10歳の男性の子供が描かれています。この子供は口が縫い合わされており、オーバーオールと縞模様のシャツを着用しています。子供は座って、膝に乗っているSCP-1619-2-Cを愛撫しています。これはSCP-1619-2が描かれている2つの画像の内の1つです。 |
1960/03/28 | 46 | エージェント・クロウリー | 財団支給の白衣を身に纏った数人の人影に囲まれたエージェント・クロウリーが描かれており、1人の人影に向かって乾杯を上げて、アコースティックギターを演奏しています。この個体はヘイワード博士を表していると考えられます。 |
1960/04/06 | 56 | A█████ | 画像は発見された観測所全体を表しています。A█████はトーガを身にまとって、SCP-1619-2を描いており、その他のSCP-1619-2は彼に様々な種類の鉛筆、ペンキ、インク、紙を手渡して手助けしています。A█████の隣には1体のSCP-1619-1実体がおり、その腕はA█████の胴を掴んでいます。 |
現場記録-1619-12: 1960/03/26、3km圏内の製図とSCP-1619の起源に関するより詳細な情報を収集するために、フロア24の4人の探査班がサイト管理官Y██████によって組織されました。この班はエージェント・クロウリーを指揮とし、ヘイワード博士、エージェント・ベック、サンプソン博士、4体のSCP-1619-2-C個体、SCP-1619-2-C-11、-12、-23、-44(写真参照)が招集されました。
<記録開始>
エージェント・クロウリー、初日の報告。わたし達はこれまでのところ順調に前進しているけども、それはおそらく2本のとても長い廊下を発見したことによるもの。だいたい1マイル程、かしら?<休止>そうそう、それぞれの廊下は1.5キロメートルの距離があり、一方は北へと延びて、もう一方は西へと伸びていた。日が過ぎる前に、四分の一を図示したわ。
ヘイワード博士はある物を足にじゃない、手に入れたのだけれども<休止>何枚だったかしら?少なくとも12枚だったような?<休止>そう、12枚の文書よ。内2枚は様々な-2達をスケッチで、残りはA█████とF█████が交わした手紙だったわ。ヘイワード博士が言うには、F█████は何かしらの仕事を、彼女の夫と思われる人物が何か悲劇的な出来事でその生命を落とすまで、A█████と共にやっていて、A█████はF█████が家に戻ってくるように努めていたみたいね。
双方とも彼らの老年期と[編集済]のような以前の状態に対して言及しているのだけれども、彼らがどうやって互いを知っていたかはわかっていないわ、同棲はしていなかったようで、彼らは自身の状態を'隠居'と表現し続けている。理由についてはわたし達が戻った時に詳しく調査するつもりよ。
シックスティーン-ナインティーン-ワンの攻撃はこれまでのところ最小限に抑えられているわ。合計22体が確認されているけども、全て-C達が素早く狩りをしてくれたわ。-1達はここまで5から6体の群れで確認されていて、通常はわたし達に気付くまで動かなかった。彼女らの対処に成功しているわね。
-2達 については縄張り意識が強かったわ、いつも通り、だけど彼らを避ける事は簡単だった。狩りをしていない時、彼らは大抵縄張りから離れず、わたし達は十分な距離を確保することができた。彼らが-C達を狙っていたのは確実だけど、今のところわたし達を襲ってきたことはない。おそらくはわたし達が発砲することをわかっているんだと思う。まあ、何が起きたとしても、縄張りから離れるまで、彼らから目を離さないけどね。
このフロアの建築はここまでのところ一様みたい;部屋ごとの局所的な僅かな違いはあったけども、互いに模倣しているように見えたわ。今のところ本物のドアは見つかっておらず、安全なキャンプを準備する場所を確保するのが困難ね。結局わたし達は諦めて、適当な部屋を選択し、戸口にバリケードを用意したわ。
このペースなら、探索にはあと1、2日必要だと予想されるわ。
<記録終了>
<記録開始>
エージェント・クロウリー、2日目の報告。わたし達はある問題に直面した:わたし達は-1達がいっぱいの観測所の中を歩いた。誰かは分からないけども、1人が驚いて'ああ、畜生が'と言って、カバーに息を吹きかけてしまったの。[わたしは]その誰かを非難するつもりはない;その大きな部屋には、とにかくたくさんの彼女らが居て、1体でも誰か見つければ、残りもそうするわ。
わたし達は危険を承知で走りだしたわ。ここの廊下は狭く、多くの曲がり角があった。わたし達は別の-1達の群れと遭遇し、走っているわたし達を目撃した-2から敵意が示されたわ。ネコのような行動をする何か、この-C達はとても従順であったと報告しなければいけないわね。彼らは逃げ出したり、わたし達を見失ったりせず、幸いにも、まだわたし達の側にいる。
わたし達は今、未確認のエリアにいる、どこも同じに見える。だけど、わたし達はまだ地図を持っている、だから騒動が収まるまで上手く待機しなければならないわ。彼らは<休止;小さな声>みんな、静かにして!やつらが居るわ。続きは次のログで。
<記録終了>
<記録開始>
エージェント・クロウリー、2日目の続きの報告。前回のログから1時間と12分経過した後に録っているわ。わたし達は問題に直面している。-1達がわたし達を発見したのだ。彼女らはわたし達の隠れ場所を知ったか、バリケードに気づいているみたいで、ほとんど直ぐにわたし達を見つけ出すわ。彼女らは積極的に押し入ろうとはしないけども、わたし達の退路を妨げ、退却できないでいる。-C達を放つこともできない。バリケードに隙間を作れば、-1達はすぐに反応して中に入ろうと試みようとするの。
初め、わたし達はバリケードの向こう側から何も聞こえないので、彼女らが去ったのだと思ったけども、わたし達が様子を伺うとすぐに攻撃してきたわ。おそらく彼女らの1体がバリケードの下で見張って、わたし達が開けるのを待っているのだと思う。
わたしは彼女らに対して発砲しようと考えているけども、より悪い状況に陥る可能性がある。<休止>2つの入場口があり、一方は北へ、一方は東に延びている。今は両方共塞いでいるけど、-1の断末魔でわたし達が一方に逃げている間に、もう一方の入場口に引きつけられるかもしれない。
もしここ以外に他の出口が見つけられなかった場合、プランBを実行しなければならないと考えている。彼女らは数体の-2から攻撃を受ける場合がある、だけど実際に試みるにはしばらく待たなければならないわ。おそらく、彼女らはしばらくして部屋に戻ると思う。その時まで、わたし達はここでキャンプの準備をしなければならないと考えている。もし彼女らがその時まで立ち去らなかった場合、わたし達は実行しなきゃならない。
<記録終了>
<記録開始>
[記録は12秒間静かなまま]こちらはヘイワード博士、14日目の報告。これ…これまでの出来事のログの更新と僕のプロ意識が足らないことをまず謝りたい、ただ僕達は録音機を手にする状況ではなく、ここ2週間ひどい状態だったんです。さらに言えば、これは僕の身勝手な理由によるとも言えます。
まず、脱出できていません。僕達はクロウリーの計画を実行しました、一方のバリケードに引きつけるために1体の-1を殺して、そこを閉じて、残りが引きつけられている間にもう一方から脱出しました。
数体は引きつけられたが、全てとはいきませんでした。クリス…エージェント・ベックが最初に飛び出しましたが、1体の-1に取り押さえられました…初めの1体が死亡した時に、僕達を見つけたに違いありません。僕達が廊下を抜けきった頃に、僕は振り返り、ベックが彼女達に抵抗を続けているのを目にしました…-1達は彼から距離を取っていました。撃たない理由はありませんでした;他の者も来ているとしたら、既にもうそこまで迫っているでしょう。
彼女達が去ると、強烈なペンキの匂いがしました;もしあれ以上その場に立ち止まっていたら、誰か気絶していたと思います。-C達はそれを気にすることなく、大いに活躍しました。僕達はちょうど廊下の端に集まり、近づいてきた数体に向かって発砲を続けました。最終的に全弾撃ち切ってしまいましたが、ベックは戻ってきました。
彼は黒色に染まっていて、痛みで胸を抑えていました。彼は治療を求めていて、僕達もそうしたかった、だけど彼女達が彼にした事を僕達は知っています。彼は諦めて、僕達に向かいました。バッグを手に取り、僕達に手渡そうとした、だけど…彼は血を吹出し始め、ペンキを吐き出しました。僕達は彼から距離を取りました。そうしなければならなかったのです。
彼を救うことも、ただ…止めることもできませんでした、そして何が起きるのか僕達は知っています、そう…それが理由です。彼の周囲は危険すぎたのです;僕達は彼が手渡そうとした物を受け取ることさえできませんでした、そのバッグにはペンキが付いた可能性があったからです。そしてベックは製図担当であり、バッグには地図、全員に分けられる食料、録音機が入っていたので、僕達は行き詰まりました。
その後任務中止を宣言し、それ以降は、入口に戻ることに専念しましたが、入口までだいたい2キロ半あります。帰還の準備を始めて、暫くすると、クロウリーの叫び声が聞こえました。僕が見た時には、彼女は自身のズボンの脚を毟り取っていました。ペンキが彼女のズボンをすり抜け、彼女の脚にまで達しているのだと分かりました。
僕は医者ではありませんが、それでもそれは酷そうでした:ペンキは既に彼女の脚を溶かしており、踵まで爛れていました、それからサンプソンと僕は彼女を椅子まで運びました。サンプソンは…尿がこれを取り除く手助けになるはずだ、と言いました。僕達は十分に水を飲んでおらず、手に触れず洗い流すだけの水など言うまでもなく、しかし尿で彼女の命を救えるのなら、やらなければなりませんでした。
尿はペンキを落とすのに効きました、だけど…彼女は多くの筋肉を失いました。サンプソンは出来る事をやらなければなりませんでした、治療に必要な何かを。彼は僕達が出来ることは少ないと言いました。彼女に包帯を巻き、なんとか出血を止め、ショック状態を予防しましたが…既にサンプソンは時間内にエレベータに戻れた場合の切断についても話しました、できなかった場合についても…彼は傷の消毒剤をごく僅かしか持っていなかったのです。良く持っても、クロウリーは1週間しか持たなかったでしょう。
僕は気分が悪くなりました。彼の話を聞くことさえできませんでした。認めます、僕とクロウリーの関係はただの仕事以上の物です。もう██年以上も付き合っています;僕達は同じ苦難を経験してきました。変化してしまった時も、僕達はお互いにクソッ-…僕達はお互いに人間的であると感じました。
僕はエレベータを見つけるためにどんな事もやりました、だけど僕達は近づいているのか、それとも遠ざかっているのか、はたまた通り過ぎてしまったのか分かりませんでした。僕はしばらく眠らず、クロウリーの傷は悪くなるばかりでした。脚全体が数日後には腫れ始めました…そして、黒くなり始めました。クロウリーの脚からは危険な匂いは漂い始めました;死体のような。サンプソンがそれは壊疽であること言いました…僕は彼が教えていた事を知るつもりはありませんでした。
彼は立ち止まって話しました、まさに彼女の前で、彼女の脚は死に始めていると、そして今が良い状態だと、もし僕達が-僕達が'彼女を置いていく'のなら、まるで彼女が足手まといの動物かのように、彼女が部屋に居ないかのように、彼女に発言権が無いかのように。
僕にはこの後彼女を置き去りにするなんて考えは気分の良いものではありませんでした。サンプソンはこれ以上クロウリーが生き残れないと僕に説得を試み続けました、しかし本当だろうか?彼女は悪化しているように見えます;彼女が何かで死ぬ可能性はどれだけあっただろうか…本当に少なかっただろうか?
[記録は6分間静かなまま]
そう、僕はサイト-45から出られなくなるまでの事を覚えています。彼女は主に秘密裏に人々と面談することで、情報を集めていました。僕は彼女に必要としている情報を教え、疑いを持たれずに切り抜けました。彼女は僕に、僕は彼女に仕事上の手段を教え合いました、主に僕達が求める物を見つけるための物を。上手に行くと、彼女は直ちに間違いを見つけました…そう、僕た-僕達はある種の…そうボニー・アンド・クライドのような言葉で説明できない関係だったと思います。
[記録は6分24秒静かなまま]
彼は彼女を殺しました。何をしたかは知りません。僕は-1を確認しにその場を外していました、彼が僕にそう頼んだのです、僕が彼の元へ戻るとクロウリーはもたれていました、一体僕が出ている間に死んでしまうような'何が起きたんだ'?首のあたりに痣?…僕はまさにそこで彼に殺意が湧きました。おかしいって?僕は彼に出て行くよう頼みました、僕が彼に同じことをする前に。
僕はただ…僕はただ彼をもう見たくなかったのです。彼は彼女が遅れている原因だと考えてやったのでしょう、彼女がいたのなら僕達は脱出できないと…彼は頼まれると、僕達から離れ、-C-11と-C-12と共に離れました。…そう。彼がランプで傷付く事を望みました。
僕はしばらくクロウリーの側にいました…彼女が床に沈んでいくのを見て、何が描かれるか待ちました…床はまだクロウリーの脚のお陰で活性状態にあったに違いないと考えました。それか別の何か…そう、それは僕が今まで見てきた人の死にゆく様の中でも最も安らかな様子でした。おそらく誰もが全てにおいて同じ表現を持っているでしょう、だけど彼女が沈みゆく様は、彼女がただ眠っているかのように見えました…
そしてそこに描かれた絵を見た時…僕は本当にどう反応してよいか分からなくなりました;泣けばいいのか、郷愁にひたればよいのか。クロウリーに見えるその彼女は、人生の最良の時を過ごしていました。そこは明らかに娯楽室でした。彼女は乾杯をあげていました、僕と思われる何者かが、小さな集まりの人々にいつものバカなことをする準備をしている間に…毛皮と耳がその正体を示唆していたんです。
それが僕の考えです…多くの人間が経験したことではないはずです:バーに集まって、皆が好きなバカ騒ぎをして、あのつまらない歌を座って聴くなんて…僕はまだ正気じゃないです、まだ彼女が戻ってくることを望んでいるのです、もし彼女を取り戻す機会があるならば、僕は直ぐ様飛びつくでしょう、そしてサンプソンに会ったなら、彼に地獄を味あわせたい、だけど…彼に何が起きようとも気にしません。彼が飢えようとも、彼が帰り道を見つけて腐敗しても;僕は気にならない。
結局、僕は去ることを決め、少なくとも進み続けようとしました、しかし正しい道を進んでいるのか、そうじゃないのかさえ分かりません。この間違いが起きる前に僕達が向かおうとしていた方向の漠然とした記憶しかありません、しかし僕の目的は初期に見つけたあの本当に長い廊下を見つけることでした。
僕は数日歩き続け、とても空腹でした。すでにレーションは食べ尽くし、サンプソンは持っていくのを忘れていて、水も枯れかけていて、そして…次は何があったんだっけ…本当に、本当にすまない。だけど分かってくれ、僕は必死だったんだ、僕は-…
捜-捜している間、僕がある部屋の中を覗くと、-1と共にいる誰かを発見した。その-1は彼も、僕も攻撃しなかったが、その男、彼はそこにただ座っていた、床をじっと見つめて。僕は誰なのか確かめるために彼の元に向かい、もし彼が既に…僕は彼に驚かされました:他の人間がこの場所に来れば、ほとんど同じ反応をしたでしょう、だけど彼はまるで僕が驚くことを分かっていたかのように反応しませんでした。彼は自身をA█████と名乗りました、つまりは、この人物はこの場所の至る所にエッチングされていた名前の持ち主です。
僕達は話しましたが、外へ出る方法を尋ねることは出来ませんでした…彼は少し微笑むと、僕に頼み事をしたいとお願いしました…その後も彼と話し続けていたことは申し訳ないです、だけど…彼は僕に食べ物を提供してくれたので、僕は最後まで彼の言う事を聞くことが出来ました。他の状況下ではこんな事、しなかったでしょう。食べ終わると、彼はサイトへと戻る地図の提供と、それまでの生存を保証しました、しかし…彼は僕に彼自身を殺して欲しいと頼んだのです。
こんな頼みを聞くとは思っていませんでした。彼は自分自身で試みたようですが、それが上手く唯一の方法は、何かが内部から彼を腐食させる間に、別の何かが彼を殺す事だけでした…僕は何故そんな事を望むのか尋ねずにはいられませんでした、そして…彼は話しました、██年前にF█████がパリの橋から身を投げ、自殺したと。僕はなぜ彼女にできた事が貴方にできないのだと尋ねると、彼は同じ方法ではただ働かないだけだと答えました。彼らの始まりは異なり、だから彼らのルールも異なるようです。
僕は同意すると、彼は赤い流体を加えられるナイフを僕に渡すと、この-1を殺してそのペンキを飲んだ後、彼の心臓を刺すように頼みました…彼が言った通りに僕がやると、彼は皆と同じように死にました…彼の手にある地図を発見すると、彼が酷くなる前に立ち去りました。僕は再び誰かが沈みゆく様を見たくなかったのです。
この録音をしている時に、僕は帰り道を発見しました。A█████を見つけるまで僕はぐるぐる回っていたようです、なぜなら僕達が諦めたバッグを見つけた場所の近くにいたのだから。ペンキがバッグについていましたが、録音機は良好でした。
多くの-C達を周りで見かけるようになったので、僕は録音を止め、エレベータを探すことに集中しようと思います。もう一度、記録のために述べます、僕のプロ意識の欠如について申し訳ありません、しかし…他に残す言葉はありません。
後書: ヘイワード博士は探査1619-12の終了後、公務休暇に置かれました。ヘイワード博士が死亡したとする班員は確認されましたが、サンプソン博士の所在は不明です。A█████とF█████の死との関係性の調査は進行中です。██年前辺りのパリでの自殺の可能性がある記録を評価中です。