/* 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]]
[[/=]]
可以公开的情报
放在“人设”页里的是一些和我作品有关的角色/主角或一些单纯我认为有趣的人设,但其中没有传统意义上对应一般作品中“作者的小号/下层叙事”的人物(非要说的话,第二个人设比较接近)。
一共有17个,不过并不是所有的设定都完善了。会慢慢更新。
当然,某些链接不仅仅指向我自己的作品。
17个人之间有某些神秘的联系。

用Artbreeder画的
*主人设*
代号Dr.Re-spectators。
中国籍,生物学家。基金会伦理道德委员会副主席,兼任伦理委员会中国区主管。17人中唯四具有5级权限的人之一(其他三人是阁老、姜文瀚和卢白)。
生于1977年(至2020年时43岁)。
毕业于位于上海的██大学生物学专业,并于英国██大学获得理学博士学位,研究方向是遗传学和分子生物学。2000年攻读博士期间加入基金会,曾任伦理委员会中国分部实验伦理部部长,于2018年升任伦理委员会副主席,同时兼任伦理委员会中国区主管。
对哲学有一些了解。
体型偏瘦,戴眼镜。性格温和,容易交谈;但思维缜密,眼里不揉沙子。其他人几乎没有可能糊弄住他。
十分反感非人道的实验。曾经提议伦理委员会将一切使用D级人员的资格审批权收回,甚至考虑弃用D级人员,以AI、实验动物或人体模型作为代替品。
- ”D级人员是基金会最大的罪恶。无论他们是被制造的、复制人、还是重罪犯。”
由于身份关系,对其他人的背景都较为清楚。十分尊敬阁老。
- ”我可以以我的人格和身份为阁老的身份背书。他是我们之中最值得尊敬的人。”
由于权限原因,了解超形上学部、超现实部、基础科学部、误传部、逻辑部等部门的研究情况。
- ”我只负责保证你们还存在于世,其它的都不是我的责任。你们是否还活着也不是。”
基金会证明部主管。“原初之鸟”机构的创建者。
穿着黑色连帽大衣、戴黑色面具。从不直接露面,也极少发言。仅有的能确定的情报是“是一个(男性)人类”。
除他自己之外,只有三个人知道他的真实身份。可能就藏在17人中另外的某一人身边工作…?

用Artbreeder画的
代号Dr. Laplace。历史上最年轻的CAPRICA院长。
出生于1991年(至2020年为止29岁)。本科毕业于位于江苏南京的██大学,后在本校获得理学博士学位。攻读硕士期间由于天赋出众而被身为基金会研究员的导师看重,受引荐进入CAPRICA。博士期间的研究方向是无机化学。
由于在某次事件中立下的功劳,29岁就受到火速提拔,担任CAPRICA院长。
是无机化学和生物化学领域的专家,对非碳基生命有一些研究,但是似乎成果保密等级不低。17人中只有阁老、金鸣和他本人3人知道他研究的全貌。
- “不要太自大。碳不是这个世界上唯一可以组成生命的元素,也不会永远是可以组成生命的元素。——我能说的就这么多了。”
尽管所领导的CAPRICA名义上归属Area-CN-07-δ管理,但实际上本人的权限为5级,高于Area-CN-07-δ站长欧阳一伦的4级权限。
与其他的几人相比,世界观带有一种莫名的虚无主义色彩。可能是他掌握的研究资料太多了。
似乎是基于这样的理由而拥有“及时行乐”的性格。喜欢约人喝酒。

用Artbreeder画的
代号Dr. Azulene,基金会2级研究员。出生于1985年(至2020年为35岁)。
毕业于北京██大学化学系,后于美国加州大学███分校获得理学博士学位,研究方向是物理化学。
于2011年加入基金会。曾经在Site-CN-91工作,名义上是中国████大学化学系的青年研究员。在一次事故之后应欧阳的邀请来到了Area-CN-07-δ,同时在CAPRICA兼任研究职务。
本人具有严谨而多疑的行事风格。在与其他人见面时随身携带一把手枪以防万一。据他自己说是之前的事故留下的习惯。
- “不管怎么说……留个心眼总是没坏处的,毕竟你也不知道谁会突然把你关在小研究室里然后试图把你改造成半人半机械的怪物,对吧……”
本人的研究方向是生物结构化学(自述曾经研究物理化学,后来改变了研究方向)。但似乎对破碎之神及相关的宗教非常感兴趣。
- “……也许他们真的是神,或许他们是对的。谁知道呢。”
用Artbreeder画的
代号Dr. Brain-in-a-vat。自称32岁(至2020年),基金会4级研究员。
被称为是中国分部最有天分的模因学专家之一,本科在美国华盛顿大学西雅图分校就读心理学专业,并以全级第一的成绩毕业。只用了两年就拿下了纽约大学博士学位。
于2014年加入基金会,16年因为“基金会犯下了历史上最大的错误”这样奇怪的理由而坚持调回中国分部,进入当时的基金会上海模因类科学研究中心,担任研究员。
常驻办公地点曾位于旧Site-CN-73。该站点于18年中期因为不明原因被拆分,部分被并入Site-CN-34等其他站点,而他所在的单位被并入Area-CN-07,他转而来到Area-CN-07-ε任职。
对异常模因的抗性来得天生比其他人高,甚至还能分给其他人用作保护。为人狂傲不羁,毫不掩饰自己的骄傲。似乎因此树了不少敌人。
- “在模因学这个领域——'天才'这个词就是为我量身定制的。”
话是这么说,但每次有人要求见他,他就会以自己有事不在的理由推脱。
因为这一点引起了其他人巨大的怀疑,D-88194曾经在一次争论期间怀疑高澈本人就是一个SCP异常项目。
- “是或者不是,又如何呢?你又怎么知道自己生活的环境才是真实的?”
传说有他带过的师妹暗恋他,不过本人倒是对此事缄口不言。
与曾经Site-CN-73的同事之间的关系十分微妙。
为英文站人设预留。
待更新。
待更新。

"Resh"的人设。感谢面包breaddddd!

用Artbreeder画的
17人中仅有的三位女性之一。
仍存在于当前叙事中的神秘GoI”毕达哥拉斯院“已知的唯一成员(自称是最后的成员)。
真实姓名为Megaclite/墨伽克利忒。自称来自希腊。希腊神话中有同名的神话人物,但目前没有证据表明她们之间的联系。可能只是化用了神话人物的名字而已。
白种人。外表是年龄20岁左右的女性,发色为浅蓝色。强大的现实扭曲者,但这种现实扭曲能力背后的机制似乎和其他的现实扭曲者有所不同。
基于这样的理由,外貌和年龄可能都是她自己“设置”的。真实年龄可能远超看上去的年龄。
并不是基金会成员,但作为毕达哥拉斯院的唯一成员,与基金会保持着微妙的合作关系,且对基金会的架构表现出超出一个GoI成员应有的了解程度。
可能曾经是平行世界的基金会成员?
- ”我来自奥林匹斯山,在你们注意到那里之前。”
对叙事学颇有研究,曾经通过神秘的手段穿越了叙事层,并在某个上层叙事中见到过自己的“作者/Creator”。
- ”……简单来说,当上层叙事的成员进入梦境。他们的潜意识就将化为承载下层叙事的基盘,而表层意识则失去对叙事的绝对控制权,降格为这个下层叙事中的一个具有超常能力的个体。换言之,就是神或者最顶级的现实扭曲者那样的存在。这时,上下层叙事之间的壁垒就将松动……我曾经利用这个机会进入过上层叙事,见到过我们的“创作者”(Creator)。不过以我们的实力,大抵是完全没有可能接近他们的。“
知道有关于不存在于当前时间线的”第九次超自然战争“的一些情报。
具有将其他个体拖入木卫十九的能力。尚不清楚这一点是依靠奇术还是现实扭曲做到的,但毫无疑问地是人型异常个体。不知道为什么还没被收容,也可能已经被收容过了。
进入战斗状态时会变成全身发蓝光并产生蓝黑色烟雾的特效状态(大概类似这种效果)并且战斗服是蓝色紧身衣。
知道Prime Bird的真实身份。
她的设定都是她自己说的,不是我编的 其实就是梦到的啦
待更新。

用Artbreeder画的
似乎生活于未来(自述为2098年),但不清楚是本世界线的未来还是平行世界线的未来。
68岁的基金会五级研究员,所在的站点编号为Station-CN-62852。所在的世界里人类在2030年代不堪异常袭扰,开始走向太空,发展为星际文明。
当被要求解释“Station”是什么基金会设施时解释称,在他自己所处的时代,人类已经成为星际文明,而Station是应运而生的新型基金会设施——“太空站”。
拥有天体物理学与地球历史学双博士学位的天才。似乎家族世世代代都研究天文学,自述自己的祖父和父亲都在基金会任职,并且正在调查SCP-CN-1559。其祖父可能是现在任职于Area-CN-07-γ的4级研究员姜家正,尽管后者对此并不知情。
似乎在太空时代的基金会担任重要职务,知识渊博且经验丰富。对宇宙的历史和现况了如指掌。有过与外星文明交战的经验。不知道他究竟还有多少经历是其他人不清楚的。
待更新。
待更新。
待更新。
一个什么时候来逛完全看兴趣,随时都可能离开这个网站也随时都可能回来的业余写手。
理科生。不学习任何文学相关专业,也不从事相关工作,更没有专业写文的想法。唯一活跃的写作相关平台是SCP。
几乎只写文档,也几乎只看文档,很少看故事。有好看的故事或得意之作欢迎向我推荐。
认同“作者已死”。认为不同风格、不同主张的作品,只要质量够好,都有其存在的合理性。
认为交流应建立在尊重他人和尊重不同意见的基础上。
认为让读者明白自己在说什么是作者的责任。
喜欢的题材是科幻。喜欢有逻辑的作品。
作为作者,到现在为止自己的作品里自己最喜欢/写得最爽的一部是 取代反应 涌现。
在中分的入坑作是一次失败的尝试。最喜爱的作品是(排名不分先后)宝瓶座、自知之明、希波克拉底之树、Observator Ex Machina和死在南山。
第一世代
于2018年创作的作品。
SCP-CN-493 - 扩散性缸中之脑 评分:186
🎵どこかでだれかがミステリー
基金会将会做必要之恶。但是……我不认为这个实验是必要之恶。
SCP-CN-492 - 混沌之渊 评分:175
🎵Subspace Emissary ~ Danger Ahead
深渊就是它的囚牢。
SCP-CN-991 - 1999 评分:105
🎵絶対魔獣戦線:メソポタミア
只有在梦里,才能击败梦魔。
SCP-CN-313 - Site-CN-13 评分:100
🎵終焉
我们就是新的证明者。
SCP-CN-620 - 五角场 评分:36
(重写进行中)
破碎的创世纪(外围) 评分:32
🎵Memoirs Of A Murderer
这就是世界上最小、结构最精巧的破碎之神。
第二世代
于2020年创作的作品。
SCP-CN-1559 - 青鸟 评分:846
2020年5月精品SCP文档。
🎵Emerald Princess
欢迎点燃人类自己的历史。
Re_spectators的提案 - 取代反应 评分:146
🎵Skyworld
人类,向死而生。
SCP-5814 - Substitution Reaction/取代反应(EN站作品)
改编自Re_spectators的提案的INT版本(INT版本由Jochoi翻译)
翻译者hoah2333
Just as how we cannot resist the second law of thermodynamics.
SCP-CN-1827 - 一花一世界 评分:127
🎵Shadowfall
即使我终有一天会湮灭,我也在刹那之间获得了永恒。
第三世代
于2021-2022年创作的作品。
SCP-CN-2000 - 混沌理论 评分:1709
SCP-CN-2000“不一定”竞赛获奖作品。
2021年3月精品SCP文档。
🎵Afterlife
混沌分裂者成员将混沌理论写入自己的灵魂,我们不会臣服于命运。
SCP-CN-2470 - 解脱 评分:275
与MentalImageryMirage合著。
2021年10月精品SCP文档。
🎵Melancholy(Remix)
我也不知道这样的无用功,我要做到什么时候。
SCP-CN-2335 - 盐之子 评分:76
🎵Lullaby of Creation
愿我们的文明与痕迹永存。
SCP-CN-2255 - 梦见天堂 评分:72
🎵Paradise
一个关于长江、梦境和一只有现实扭曲能力的豚类的故事。
属于一支铅笔的四月十七日(外围) 评分:74
🎵今そこにある絶望
寂静。23有丝分裂成46。被夺尽一切的18变成负数,无力地瘫倒在地。
SCP-6217 - The Emergence/涌现(EN站作品)
与Pedagon合著。
🎵Cosmic Depths
The Broken God Awaits.
SCP-1559 - Birdsoul In Your House/耳中鸟鸣(EN站作品)
🎵Even While
重写自由Anonymous所著的SCP-1559 - 耳中鸟鸣。
The mammals stole their world, and the birds are not asking too much for it.
The Mekhanozoic Era/破碎代(EN站作品)(外围)
🎵Memoirs Of A Murderer
重写自破碎的创世纪。
SCP-217, this virus, is the world's smallest, most finely structured, replica of the Broken God.
偶尔也当一下翻译菌。
SCP-6000竞赛中心页
作者ProcyonLotor
敬新的一千部作品!
此处列出在本网站创作的、不属于故事、图书馆、GoI格式或SCP文档的其他原创作品。
解密SCP-CN系列
解密:SCP-CN-1353 - 地西泮仪式
原文作者DouglasLiu。
今日的仪式执行者又将成为明日被仪式驱逐的灵魂,周而复始。
文语谈
文语谈 第十八期:道格
“第一主旨就是:我觉得带感。”
本页面所列出的文档不代表本人任何关于写作的观点或意见,仅供自查及交流爱好之用。不定期更新。不是我所有喜欢的文档都列上来了。某些过于经典的(比如173、711、1730、2000、2317和2521)就不列了。
SCP-3001 - 红现实
原作者OZ Ouroboros
最出色的恐怖作品,与5000同为我心目中“超神”级别的文档。个人喜爱程度超越SCP-3000。
Tanhony的提案 - 死人
原作者Tanhony
揉碎SCP文档的固定格式做出突破的经典作品。在暗中维持秩序的伦理委员会是我最爱的设定之一。
djkaktus的提案III - 终结的方式
原作者djkaktus
10w+字的长篇小说,最佳的001提案之一。
SCP-3201 - 好吧,至少这里是低熵的
原作者xplkqlkcassia
一直延伸至一切都终结时依然存在的浪漫。2018年期间我最爱的一篇文档。
SCP-3211 - 一无二随
原作者Croquembouche
代码和文本完美结合的典范,从正文到点子到演出效果都近乎无可挑剔的神作。
SCP-3980 - 盲者引领盲者
原作者Shaggydredlocks=
S D Locke
当一切谜底解开时,恐怖感扑面而来。个人认为的系列一之后最佳短篇(2521除外)。
SCP-2718 - 身后事
原作者Michael Atreus
恐怖程度堪比3001的超级恐怖文档。
就是看着好玩就加了一个。

加入证明
被批准加入网站

初次见面
在讨论区发言

秘密实验室
在沙盒中创建自己的页面

三人行
在讨论区发布草稿

一小步
发布一篇文档 SCP-CN-776(旧)

创作学徒
发布5篇以上的SCP文档

创作先生
发布10篇以上的SCP文档

我的提案
发布一篇评分1分以上的SCP-CN-001文档 Re_spectator的提案

卷首彩页
发布的SCP文档成为精品SCP SCP-CN-1559

铜奖章
发布一篇评分15以上的文档 SCP-CN-493

银奖章
发布一篇评分30以上的文档 SCP-CN-493

金奖章
发布一篇评分50以上的文档 SCP-CN-493

记忆遮断合金奖章
发布一篇评分100以上的文档 SCP-CN-493

生物学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:生物性、活物、基因、动物、植物、细菌 SCP-CN-492

化学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:化学性、腐蚀性、气体 Re_spectators的提案

天文学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:星际、行星、卫星、恒星 SCP-CN-1559

心理学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:精神影响、模因、强迫性、移情作用、记忆影响、知识 SCP-CN-493

崩坏的契机
发布一篇评分20以上、包含K级情景标签的SCP文档 SCP-CN-313

无效攵攵攵化
发布一篇评分20以上、关于Neutralized级项目的SCP文档

乱七八糟的Keter
发布一篇评分20以上、关于Keter级项目的SCP文档 SCP-CN-313

录取通知
创建人事档案

守护秩序的恶魔
发布一篇评分20以上、关于Thaumiel级项目的SCP文档 SCP-CN-1559

SCP连接世界
根据以中文分部以外的分部或本站的文档,发布一篇评分20以上的故事 破碎的创世纪

讨论对象
发布一篇讨论区有50条以上发言的文档。 SCP-CN-1559

喜欢祭典
参加一次竞赛 SCP-CN-2000“不一定”竞赛

DAFU GONGCHUAN
在竞赛中获胜 SCP-CN-2000
[http://scpsandboxcn.wikidot.com/resazurin]
内含还没来得及写或者懒得写的点子。
这里列出一些在我作品里出现过、但没有中心页的原创设定。如果你希望获得更多信息,下面的内容可能对你有帮助。当然,根据“一无二随”原则,下面的内容仅供参考,并不算严格意义上的一设。
SCP CAPRICA
全称为“SCP基金会中国高权限分析化学研究所(China Advanced Priority Research Institute of Chemical Analysis)”。位于Area-CN-07-δ的一座大型研究设施,地理位置在塔克拉玛干沙漠的某个不为人知的绿洲里。现任所长兼首席研究员卢白。
原则上,这个实验室可以收容全部种类的化学相关异常。只要该异常项目的异常性质明确体现在化学层面,它就可以被CAPRICA收容;不过,作为“高权限”的分析化学研究所,我个人认为这个异常的描述部分应该包含“硬核”一些的表征手段(如谱学结果等)和原理解释(如使用公式表达的物理定律等)。
原初之鸟/证明部
这是我的早期设定,出自SCP-CN-313和SCP-CN-991。这个被称为“存在性论证机关”的机构的职责已经在CN313里讲得比较清楚了。用最简单的话说,它的任务就像是我们掐自己的肉来证明自己不是在做梦一样——他们通过各种方式证明我们的世界是真实的,而不是一戳即破的气泡。这种论证保证了我们的现实不会突然崩溃,这也是为何这个机关如此重要的原因。
至于具体的证明方式,留给各位自己设计。
原初之鸟的领导者是Dr. Prime Bird,总以身穿黑色风衣、戴黑色鸟嘴面具的形象出现,外貌有点像SCP-049。他对于原初之鸟以外的事情毫不关心,但那可能是因为这只是他的其中一个身份。
毕达哥拉斯院
写这个GoI的相关设定时请牢记它现在已经是一个PoI了——当前唯一一个可以被确认是“毕达哥拉斯院”的成员的人是前面人设页中所叙述的Resh。她是一个非常通晓梦境与叙事层之间联系的天才,但是身世成谜。她的强大手段甚至帮助她见到了上层叙事的景象。
或许它曾经有很多成员(CN991事件之前的世界观)。在这种情况下,它是一个和超形上学部/证明部/爱蒂塔计划对标的GoI。
混沌分裂者(混沌理论线)
与普通的混分大同小异,但他们的行事逻辑并非一己私利,他们有着很清楚的目标——抹去常态和异常的边界,利用一切存在的事物为人类服务。他们同样行收容之事,但他们只收容威胁。
所有原创作品(实时自动更新):
原创SCP
SCP-CN-2470
+275 … 45
最新评论: LF_Memorial 于 28 Dec 2021 11:10
最新编辑: M Element 于 10 Oct 2021 13:26
≡ [[/collapsible]] [[/=]] SCP-CN-2470 - 解脱 我也不知道这样的无用功,我要做到什么时候。 作者:Re_spectators MentalImageryMirage 特别感谢DouglasLiu、ONXY、BruceWu0463、Infas12、Kcorena、sciencekiller、wlft及Agent...
标签: aaron-siegel k级情景 scp 原创 合著 数学性 机密分级 死亡终结 玛娜慈善基金会 精品
SCP-CN-2255
+72 … 16
最新评论: Azusagiri Liu 于 13 Sep 2021 12:54
最新编辑: Re_spectators 于 05 May 2021 19:25
SCP-CN-2255 - 梦见天堂 作者:Re_spectators → 查看本文作者的更多作品,请点击此处← 一个关于长江、梦境和一只有现实扭曲能力的豚类的故事。 图片来源: (1)SCP-CN-2255显现事件:自己做的。 (2)白鲟:https://commons.wikimedia.org/wiki/File:Chinese_paddlefish.jpg (遵守CC...
标签: scp 动物 原创 夜间活动 无效化 本质促动 水生
SCP-CN-2335
+76 … 5
最新评论: luna_phosphophyllite 于 17 Mar 2021 18:14
最新编辑: Re_spectators 于 16 Mar 2021 16:17
著作信息 SCP-CN-2335 - 盐之子 作者:Re_spectators → 查看本文作者的更多作品,请点击此处← 特别感谢62ECN 在本文写作过程中给予的宝贵意见! 愿我们的文明与痕迹永存。 来自HMCL管理员的提醒:你正在试图访问一个已无效化的项目。...
标签: scp 化学性 原创 无效化
SCP-CN-2000
+1709 … 258
最新评论: KJXiaohei 于 17 May 2022 14:09
最新编辑: M Element 于 10 Sep 2021 15:39
SCP-CN-1999 | SCP-CN-2000 | SCP-CN-2001
标签: cn2000 scp 历史性 原创 强迫性 机密分级 混沌分裂者 爱蒂塔计划 精品
SCP-CN-1559
+846 … 137
最新评论: Snow_woof 于 06 Jan 2022 13:00
最新编辑: Re_spectators 于 24 Aug 2021 00:27
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: ad-astra scp thaumiel 历史性 原创 异学会 文言文 星际 神话传说 精品
SCP-CN-1827
+127 … 18
最新评论: carter lu 于 19 May 2021 15:26
最新编辑: Re_spectators 于 13 Aug 2021 23:35

SCP-CN-1827 - 一花一世界 作者:Re_spectators → 查看本文作者的更多作品,请点击http://scp-wiki-cn.wikidot.com/re-spectator-s-personnel-file← 图像信息: (第一迭代) I. SCP-CN-1827的冠部标本...
标签: area-cn-07 safe scp 化学性 原创 欲肉教 活物 生物性 破碎之神教会 蜂巢意识
Re_spectators的提案
+146 … 45
最新评论: Carvyl Acetate 于 12 Sep 2021 08:10
最新编辑: Re_spectators 于 10 Jun 2021 16:16
SCP-CN-492
+175 … 34
最新评论: Doctor Nathalia 于 02 Dec 2021 13:49
最新编辑: Re_spectators 于 20 Feb 2021 01:08

SCP-CN-492 - 混沌之渊 作者:Re_spectators → 查看本文作者的更多作品,请点击http://scp-wiki-cn.wikidot.com/re-spectator-s-personnel-file← 图片由Kcorena帮助截取;帝江的设定来自 Simon Arran。在此对两位表示衷心的感谢! 2020.5.18更新: 以符合CC0、CC BY-SA...
标签: keter scp 动物 原创 异学会 欲肉教 水生
SCP-CN-991
+105 … 14
最新评论: Kaidera 于 07 Mar 2022 06:23
最新编辑: Sekai_s 于 24 Jan 2021 14:59
SCP-CN-313
+100 … 13
最新评论: A_Group_Of_NON 于 21 Jun 2021 01:55
最新编辑: Re_spectators 于 06 May 2020 11:45
SCP-CN-620
+36 … 9
最新评论: Ferrom 于 18 Feb 2022 10:43
最新编辑: OEOWO3O 于 16 Sep 2018 07:21
SCP-CN-619 | SCP-CN-620 | SCP-CN-621
标签: keter scp 人造物品 原创 异学会 文言文 破碎之神教会
SCP-CN-493
+186 … 48
最新评论: withoutanyname 于 11 Jun 2021 04:13
最新编辑: Re_spectators 于 23 Sep 2021 14:08

SCP-CN-493 - 扩散性缸中之脑 作者:Re_spectators → 查看本文作者的更多作品,请点击此处← 如果看第一页看得很懵,请等待40秒。 当前版本的图像版权信息为: i.第一迭代中的模因疫苗来自Wikipedia:Mandelbrot set,遵守CC BY-SA...
标签: area-cn-07 euclid meta scp 互动性 原创 模因
原创故事
破碎的创世纪
+32 … 3
最新评论: carter lu 于 14 May 2021 15:54
最新编辑: Re_spectators 于 15 Apr 2021 23:42
...
标签: site-cn-91 原创 故事 破碎之神教会
其他原创
文语谈 第十八期:道格
+68 … 18
最新评论: Toricc 于 29 Jan 2022 07:44
最新编辑: breaddddd 于 07 Aug 2021 18:38
...
标签: 原创 文章
解密:SCP-CN-1353 - 地西泮仪式
+181 … 17
最新评论: Ryanophile_2 于 18 Nov 2021 09:54
最新编辑: Re_spectators 于 11 Jun 2021 15:12
本没有什么轮回。本没有这一切。我们自己将自己打进了六道轮回。 SCP-CN-1353 - 地西泮仪式 项目等级: Thaumiel / 作者:DouglasLiu 大家好呀,这里是Re_spectators。我之前一直有针对中分的谜题型文章写解密的想法,而在这个系列中我认为最值得一写的便是这篇《地西泮仪式》。...
标签: scp解密 原创 文章
翻译SCP
SCP-6100
最新评论: seal leci 于 05 Dec 2021 08:07
最新编辑: Re_spectators 于 01 Jul 2021 23:27
标签: 6000 euclid scp 星球 星际 未收容 通讯 音频
SCP-6217
最新评论: RlyehAlice 于 27 Jul 2021 11:24
最新编辑: Re_spectators 于 17 Sep 2021 22:21
+ Show component code - Hide component code + Show component code - Hide component code Login 简_文轩Wenxuan_Jian 密码正确。 生物计量学检测通过。 欢迎回来,简博士Dr....
标签: 6000 apollyon k级情景 meta scp 传染性 化学性 发条 变形 合著 地点 宗教 寄生性 幻觉 强迫性 机械 液体 热力学 生物性 电磁 睡眠 破碎之神教会 精神影响 自主 通讯 金属
SCP-1559
最新评论: Dr Hormress 于 24 May 2021 16:23
最新编辑: hoah2333 于 24 May 2021 11:33
于伦敦金丝雀码头█████街观察到的SCP-1559实例,其内容以英文写就。 项目编号:SCP-1559 项目等级:Euclid 特殊收容措施:所有已经被发现的SCP-1559实例都应自其原有位置移除并收容至Site-77。目前全部已知SCP-1559实例都被收容在Site-77的一个高安保等级收容室中。...
标签: euclid scp 人形生物 历史性 听觉影响 宗教 强迫性 感知力 感知影响 文件 智能 知识 移情作用 精神影响 视觉性 认知危害 语言 鸟类
翻译故事
破碎代
最新评论: houhuaji 于 02 Jun 2021 10:18
最新编辑: Re_spectators 于 22 Apr 2021 14:46
我莫名其妙地回到了我的母校。 走在通向生物系大楼的路上,看着身边来来往往的学生,我不禁开始好奇前面等待着我的将会是什么。 一周前,还在阿拉斯加出差的我收到了一封来自Patrick C. Wallace的邮件。邮件中除了简单的开头和落款外,只有短短几句话: “好久不见。有些事只有你能协助我完成。下周四,请务必来结构生物学实验室。我会等着你。” Patrick C....
标签: 故事 破碎之神教会
其他翻译
SCP-6000竞赛中心页
最新评论: Cryer Walker 于 23 Dec 2021 07:20
最新编辑: Cryer Walker 于 23 Jan 2022 09:57
SCP-6000竞赛的投稿阶段现在已经结束了!特别感谢能够为我们的参赛者审稿的社区成员: 4ducklings A Random Day Aethris Agisuru aismallard ambyshframber AmserTheTree AnActualCrow AnAnomalousWriter Atish Victor Athenodora AyyJayy Azamo does...
标签: 6000 中心 竞赛