/* 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 Liryn & 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://scp-wiki-cn.wdfiles.com/local--code/theme%3Apaperstack/1'); @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=Noto+Sans+SC&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基金会"; --subtitle: " 控制 • 收容 • 保护"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); } body { background: rgb(255, 255, 255); font-family: 'Noto Sans SC', 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: -1.3rem; } .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.collapsible-block-link { background: transparent; } #side-bar a:visited { color: black; } #side-bar img { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 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: "来自记录与信息安全管理部的通知\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: "分级委员会备忘录\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: "来自潜在威胁战术响应局的通知\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: "伦理委员会备忘录\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: "时间异常部门\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: "监督者议会\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: "来自误传部门的通知\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: 'Noto Sans SC', 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: 'Noto Sans SC', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 110%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } /* 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: "脚注与参考文献"; 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-CN-2275影响的建筑,处于第四阶段
特殊收容措施:因项目自身特性,目前尚无将SCP-CN-2275有效收容之方法。当前目标为将项目影响控制于目标建筑内。Site-CN-82情侦部的网络爬虫#398 (“闪光.aic”)负责处理所有网路中对“恐怖建筑”的提及,对可能的SCP-CN-2275事件进行监视。
当一次SCP-CN-2275事件发生时,距离最近的机动特遣队/快速CBRN反应部队必须立即携带专用设备赶往现场,在项目周边2公里处建立一道环形防线,以最快效率地毯式撤离区域内民众,对曾经目击过SCP-CN-2275的个体进行访谈记录及记忆清除。
如有从SCP-CN-2275中出现的个体,需首先接受由安防人员执行的信仰净化处理,若该过程中处理程序变为不可实行,则处决之。
描述:SCP-CN-2275为中国华东地区独有的一类空间性重构异常的代称,仅在启用时间三年以上的大型公共场所出现。当上述建筑物日均客流量超过3.1万人次时,即有1.7%的概率发生该类现象。据Site-CN-82-γ常规调查小组观测记录,所有受到SCP-CN-2275影响的建筑物将经历如下四个阶段。
第一阶段,自确定影响存在之时记起至次日零时
此阶段主要影响对象为目标建筑外立面,其内部空间几乎不受影响。在该阶段内将该建筑任意一方向外立面完全拆除即可有效中断SCP-CN-2275对目标建筑的影响,注意,该方式极有可能导致建筑转为危楼或倒塌,故不推荐在无任何政府拆除/爆破许可下使用该方式。
在该阶段项目影响目标建筑的具体现象为:建筑外立面多处出现陈旧水渍,墙皮剥落,承重结构出现少量破损,在少量极端情况下可能出现外部玻璃碎裂,外立面破损,多面墙体渗水等现象 。与此同时目标建筑周边区域休谟指数将略微增高,通常至113休谟左右,随后该水平将以平均每小时0.2休谟的速率稳步上涨直至第一阶段结束。
第二阶段,自当日零时至十二时
此阶段不影响目标建筑,被认为是第一阶段与第三阶段之间的过渡阶段。该阶段项目对目标建筑之影响已不可中断。
在该阶段项目施加的具体影响为:目标建筑内休谟指数增高,至143休谟左右。建筑周边区域休谟指数降低至基准现实水平。
第三阶段,自当日十二时记起持续72小时
该阶段项目影响目标建筑的具体现象为:建筑所有进出口与窗立即进行自封闭且不可被摧毁,其内部所有电子设备立即失效。若于目标建筑外部强行突破墙体将立即导致上方结构部分坍塌并封堵突破处,多次突破将导致目标建筑完全坍塌并转移项目影响至周边建筑。所有该阶段内停留于目标建筑内部的人员将终止所有行动,原因不明。在保持封闭14小时后,目标建筑内部的部分结构将被分解并重新组合为各类空间, 目前所记录到的类别有:
- 教堂
此类空间尺寸为宽12米,长20米,高6米的长方体。内部通常呈现为一礼拜堂并饰以各类宗教物品,例如拉丁十字架,耶稣受难像,圣母玛利亚像等。此类物品一般为塑料材质且做工粗糙。主席台区域有一显示屏,仅在当日“礼拜”时段开启,显示内容通常为书籍《马太福音》第十章第32至33行1的内容。于极少数情况下,屏幕会显示语句“Bring gold, silver, and copper”,目前尚未知晓有何用意。此空间通常位于整体建筑西侧,且入口处具有明显的十字架标识。
- 祷告室
此类空间尺寸通常为宽5米,长10米,高2.7米的长方体。具有轻微的逆模因性质。空间内部通常呈现为一个停棺房2并放置有8具棺椁,皆为空置且棺椁内小概率装有一具人类尸骸3。在该空间完成组合的同时,一名个体将即时地出现在任意一具棺椁内,尚未查明个体是如何做到这一点的。对象将被固定于棺内约1~5分钟,随后将自行脱离棺椁并离开“祷告室”。此空间通常位于“教堂”东侧,入口处为一滑动式木门。
- 墓地
此类空间为面积70~400平方米的长方体,内部墙壁铺有木板并加以固定,地面为厚度5米的黄棕壤层。该空间在完成组合后将自封闭至阶段结束,在此期间将于其土壤层内产生少许无异常“商品” 。目前所记录到的“商品”种类有:
商品名称 | 出现次数 | 商品名称 | 出现次数 |
---|---|---|---|
可口可乐瓶装(玻璃) | 1 | 笔记本,最后一页写有语句4 | 1 |
石墨 | 1 | 工程钢管 | 1 |
黄铜望远镜,侧面刻有数字17117 | 2 | 房屋建造承包协定,对象房屋被涂抹 | 1 |
格罗斯豌豆罐头 | 4 | 伏尔泰石膏像 | 2 |
百利墨水瓶 | 1 | 玻璃瓶(标签模糊不清) | 1 |
在该阶段结束后,此空间的休谟指数将下降至基准现实水平。该空间通常位于目标建筑一楼,入口处标记有“仓库”字样。
- 后厨
此类空间尺寸通常为宽5米,长6米,高2米的长方体。空间内部通常呈现为一个小型的餐厅后厨并堆放有各类宗教书籍,例如《圣经》、《古兰经》、《塔木德》等,此类书籍可能带有模因影响。每日12时至13时该空间将自行封闭,期间出餐口将持续产出一类灰色糊状食品,经检测其似乎是由纸片残块,纸浆,盐,淀粉混合而成。该食品被SCP-CN-2275-1与SCP-CN-2275-2称之为“圣餐”且定于每日“进食”时段“食用”该食品,且对象认为食用该食品可以使其自身“更加接近上帝的光芒”。若肉眼于出餐口观测内部空间,可见少量模糊黑影移动。该空间通常位于建筑东侧,无明显标识。
- 圣器室
此类空间尺寸通常为宽4米,高3米,长4米的长方体,内部放置有大量火烛。空间正中心有一平台,其上固定有一墨菲牌晶体管收音机。每日6时17分该收音机将自行启动,其播放内容通常为各类广告并配以流行音乐,不同处在于每个广告末尾将插入语音:“崇拜主之圣物”,尚未知晓有何用意。该空间位于“教堂”左侧,与“教堂”连接,可视为“教堂”的附属空间。
以上所有空间于建筑内仅各生成一例,其余建筑结构不变。所有空间组合完毕后1小时内,所有于目标建筑内的人员受SCP-CN-2775现象影响,将逐步转化为SCP-CN-2275-2个体与SCP-CN-2275-3个体。故不可让任何个体离开目标建筑。
第四阶段,现象完全显现
此阶段目标建筑出入口将自行开放,自建筑外部肉眼观测,可见建筑的窗与缺口部分皆显示类似于白炽灯的灯光效果,此类灯光效果仅在建筑外部显示。此阶段所有SCP-CN-2275-2与SCP-CN-2755-3个体将围绕目标建筑进行一系列行为,此类行为统称为“修道”,目前已知的修道行为有:
8:00~9:30 “晨祷”
该时间段内,所有SCP-CN-2275-2个体将终止行动,作祈祷状,SCP-CN-2275-1个体进入“教堂”。
10:00~10:27“礼拜”
该时间段内,所有个体将聚集于“教堂”,SCP-CN-2275-1将开始进行布道,布道内容节选详见附录。
10:50~11:55 “挖掘”5
该时间段内,所有SCP-CN-2275-3个体将在“墓地”内挖掘“商品”。
12:00 “献身”
该时间段内,一SCP-CN-2275-2个体将进入“圣器室”,随后该空间将自行封锁。该个体将于空间以任意手段自杀,随后其尸体将“消失”,空间将于尸体“消失”后自行开放。
12:30~13:00 “进食”
该时间段内,所有个体将聚集于“后厨”外部进食“圣餐” 。
18:00~20:00 “竞争”
该时间段内,所有SCP-CN-2275-2个体将互相斗殴直至阶段结束。
以上行为将每日重复。第四阶段为影响的最后一个阶段,此后该目标建筑休谟水平将逐步降低至略高于基准现实水准。
SCP-CN-2275-1是对目标建筑内一异常人形个体的代称,亦被称之为“主教”。通常以身着黑色衣物,紫色内衬出现,极少数情况为个体全身缠绕紫色绷带出现。此类个体下颚及其咽喉部分被一机械结构完全替换,对SCP-CN-2275-2个体有着极度的号召力,且在“修道”行为中作为主导者出现。若SCP-CN-2275-1个体脱离目标建筑400米或死亡,则SCP-CN-2275-2个体中将会产生一例新的SCP-CN-2275-1个体。
SCP-CN-2275-2是对目标建筑内受SCP-CN-2275影响的人员的代称,亦被称之为“信徒”。此类个体手部被一机械结构完全替代,使其极为适合于流水线劳动。个体对SCP-CN-2275-1个体有极度的崇拜性且极度排外,贸然接触将可能会遭致攻击。此类个体于“修道”行为中作为主要被控制对象出现。若该类个体脱离建筑50米,则个体将陷入昏迷状态。
SCP-CN-2275-3是对目标建筑内受SCP-CN-2275影响的宗教人员6的代称,亦被称之为“守墓人”,通常身着黑灰色衣物。此类个体仅在“墓地”中活动,且墓地的大小似乎与建筑中SCP-CN-2275-3的数量有关。该类个体不会主动接触其他个体,且极少出现。若个体脱离建筑0.33米以上,此个体将立即昏迷。若第三阶段中建筑内无宗教人员,则SCP-CN-2275-3个体不出现。
截至目前,已有 1 支探索队探索过受SCP-CN-2275影响建筑,详见附录。
附录2275.1:布道节选
“主教”:慈祥的天父啊,今日我们齐聚在此, 共同听从于您的声音。请你保佑我的子民,让他们在您的护佑之下安享美妙的生活。我们感谢您记着我们是耶稣所置的嗣业,而惠然前来眷顾我们,在我们的困难急需中,用您的圣物慨然帮助我们。至爱的慈父,一如从前当耶稣有性命危险的时候,您救了祂一样。我们现在也求您同样地保佑教会,并请您也常保护我们每一个人,得享天国永福。阿门。
众“信徒”:阿门。
“主教”:您的光芒将照耀我们每一个人,我们必将劳作以回报您的恩典,异教徒将被驱逐于您的目光下,他们的罪恶将无所遁形。
众“信徒”:罪恶。
“主教”:我等皆知吾身负隐秘之罪,吾遵循您的声音,听从您的教导。吾警醒。
众“信徒”:警醒。
“主教”:我等之罪将被赎清,我等将受您造物的指引,我等终将享天国永福,我等将于天国劳作。
众“信徒”:劳作洗刷罪恶,主保佑我们。
附录2275.2:探索日志记录
探索视频日志记录
日期:2019年3月1日
探索队伍:机动特遣队NR-A"Nite Owl"(“夜枭”)
目标:SCP-CN-2275
领队:NR-A 林凤
小队成员:NR-A 林桦/ NR-A Dark /NR-A Rainy/ NR-A 亚历山大
[记录开始]
NR-A 林凤:ISAC7与无线电就位,设备自检。
NR-A 亚历山大:没问题。
站点指挥部:ETA120秒。
NR-A 林凤:收到。各位,检查装备,准备行动。大家都准备好了吗?
全体:准备好了!
NR-A 林凤:好的,打开你们的夜视系统和护目镜8。尽可能收集有用的玩意装上带回去给分析部门研究。打起精神,我们不知道建筑内的情况如何,看到任何有威胁的个体就将其击毙,不要分散行动,(略微停顿),注意安全。
NR-A 林桦:结束之后当然要回食堂吃饭。
(零散的笑声)
站点指挥部:ETA60秒。
NR-A 林凤:Dark,你打头阵,无人机的探测表明,我们降落以后,进入建筑时会穿过“墓地”空间,可能会遇到“守墓人”,所以我们或多或少要提高警惕,都小心点。
NR-A Dark:明白。
NR-A 林凤:还有别的问题吗?很好。
站点指挥部:ETA10秒。
(停顿)
(直升机螺旋桨旋转声,所有成员于此处离开直升机)
站点指挥部:NR-A,你们知道计划。雷鸟-3,在建筑周围盘旋侦察。
雷鸟-3驾驶员:明白。
NR-A 林凤:向前推进。
小队进入SCP-CN-2275,正如先前预期,率先进入的空间为“墓地”,由NR-A Dark领路。
站点指挥部:小队,我们正在这里监控,请确保你的信号接收设备稳定。
NR-A 林凤:收到。
小队向内走了三分钟,建筑内部一片漆黑,唯一的光源来自MTF NR-A队员的肩带灯。
NR-A Rainy:坑洞,有“守墓人”在附近。
NR-A 林凤:很好,把挖出来的物品都装进储物袋里,我们继续前进。
NR-A 林桦:这儿有扇门,就在楼梯到头的地方。
(NR-A 亚历山大破门,小队进入建筑中部一走廊内)
NR-A 林凤:指挥部,进入建筑内部
站点指挥部:好的,小队自由探索。
NR-A 林凤:收到,亚历山大,Dark你们两个人往左边走,记得使用无线电联系。
NR-A 亚历山大:好的。
此处队伍分为了两组,一组由林凤,林桦,Rainy组成,二组由亚历山大,Dark组成,此后主要为林凤携带的摄像头所拍摄的视角
NR-A 林凤:我们往右,小心脚下。
两人于走廊内行进了7分钟左右,左拐进入了“后厨”外部
NR-A Rainy:没有人。
NR-A 林凤:指挥部,我们目前在“后厨”外部。
站点指挥部:收到,请探索一下“后厨”并拍摄照片。
NR-A 林凤:明白,Rainy,你在外面放风。林桦,你跟我来。
NR-A Rainy:好。
Rainy于外部进行警戒,林桦,林凤进入“后厨”
NR-A 林凤:指挥部,可目视到大量书籍堆放。呃,这是什么。
(镜头对准了一柜台,其上放置有少量“圣餐”)
站点指挥部:这是“圣餐”,请拍摄照片。
NR-A 林凤:好的。
林凤于此处拍摄了“圣餐”的照片
NR-A 林凤:林桦,拿本书放到储物袋里,我们走。
(沉默)
NR-A 林凤:林桦?
NR-A 林桦:(干呕,神情恍惚)
摄像头中可见林桦翻开了书籍
ISAC提示:已检测到模因污染,正在调整SCRAMBLE屏蔽。
// 林凤于此处打落林桦手中书籍,林桦昏迷//
NR-A 林凤:Rainy!
NR-A Rainy:来了!
NR-A 林凤:过来!把这本书装到袋子里去!
NR-A Rainy:林桦死了?
站点指挥部:不,他昏过去了。你等会拿着袋子拖着他放到外面去,然后赶紧给我回来。
NR-A Rainy:好。
NR-A 林凤:(无线电)全队注意,全队注意,林桦昏迷退出任务,完毕。
NR-A 亚历山大,Dark:(无线电)收到。
NR-A 林凤:(无线电)请汇报你们那边的进度。
NR-A 亚历山大:(无线电)走廊连通了原建筑部分的一个开阔空间,只有少量个体,目前来看这个空间是封闭的,我们可能需要原路返回。
NR-A 林凤:(无线电)收到,我在走廊另一端等你们。
NR-A 亚历山大,Dark:(无线电)收到。
小队沉默了11分钟,在此期间小队全体成员的摄像机出现极其严重的电磁干扰,画面中出现了大片薄雾,此消息没有及时告知特遣队成员。
NR-A 林凤:指挥部,小队汇合完毕。
站点指挥部:收到。
NR-A 林凤:继续前进。
(沉默3分钟,小队沿着建筑边缘行进)
NR-A Dark:看到祷告室了。
NR-A 林凤:所有人进去。
(沉默)
NR-A 林凤:我们目前还不知道棺椁内有什么,所有人小心,我们得把所有棺材都打开。
小队于此时沉默,摄像头可见Dark靠近第一具棺椁并打开,其余人警戒。
NR-A Dark:空的。
Dark继续打开了三具棺椁,皆为空置。直至第五具
NR-A Dark:这里面有一张纸,有字。
NR-A 林凤:大致内容?
NR-A Dark:“你不是主教,你不该呆在这里,你不应该信任他们,穿过墓地就是出口。”结束
NR-A 林凤:放到袋子里。
Dark继续打开了两具棺椁,皆为空置。
NR-A 林凤:好的,目前这里是七具棺椁,还有最后一具,应该是拐角那个。哦,操。
小队迅速靠近目标,视频资料显示棺椁已经打开,其中躺着一具已巨人观化的人类尸体,年龄未知,部分身躯已与背后棺底粘连为一体。NR-A Dark对尸体进行DNA采样。
NR-A Dark:我真高兴能在这个破地方见到一具烂了的尸体。
NR-A 亚历山大:赶紧执行完任务然后撤。
站点指挥部:队长,请检查您的队员的SCRAMBLE护目镜,确保你们没有受到强大认知危害的影响。
NR-A 林凤:放心,他们只是在黑暗里闲聊。
沉默
ISAC:注意:检测到有人员离线。请检查队伍。
摄像头可见小队成员转身, Rainy不见了。
NR-A 林凤:妈的,Rainy人呢?
NR-A 亚历山大:Rainy,能听见我的声音吗?(停顿)Rainy,我是亚历山大,能听到吗?(停顿)Rainy!
NR-A 林凤:指挥部,那边能接收到Rainy的信号吗?
站点指挥部:无法确定,队长。我们失去了与Rainy的连接。
沉默
NR-A 林凤:指挥部,确认Rainy失踪,还要继续吗?
站点指挥部:稍等。
沉默
站点指挥部:小队,请继续,你们不能放弃此次行动。
NR-A 林凤:明白。
小队继续前行了些许段时间,畅行无阻。其经过了几个区域,包括已废弃的医务室,圣器室等。最终小队抵达一处开阔的房间,门口处有明显的十字架标识。
NR-A Dark:这样的房间装饰很奇怪。
NR-A 林凤:冷静,诸位,搜索这个房间。
NR-A 亚历山大:这里的座位上都摆放着“商品”,我会收集起来。
房间另一端突然传来激烈的开门声,从NR-A 林凤的镜头中可见有不下百名“信徒”极度愤怒的出现在门口。
NR-A 林凤:该死的,全员准备撤离,指挥部?
站点指挥部:收到,雷鸟-3已就位。Site-CN-82第64.CBRN联队已在建筑外准备处理。
ISAC:注意:检测到大量敌人来袭。
NR-A 林凤:我和Dark留下牵制。亚历山大,你马上去打开出去的通道。
全体:明白!
队伍沿着长廊撤向楼梯间,在此过程中多次停下来向敌对实体开火。
NR-A 林凤:前面没路了。ISAC?
ISAC:已检测到最便捷路线:破墙。
NR-A 亚历山大在墙上安装炸药,数秒后墙体破裂。
NR-A 林凤:We are leaving——
NR-A 林凤向实体丢了一枚电击手雷,对实体造成了严重的阻滞作用。令众人意外的是,所有实体在离开建筑后均昏迷。
站点指挥部:队长,这里是站点指挥部,你听到了吗?干的漂亮,第64.CBRN联队已经接替你们的工作,准备登机返回。
NR-A 亚历山大:终于结束了。
随着接替部队到位,队伍跑到了指定地点。
[记录结束]
至:陈
自:Piracy
日期:2019/4/14
主题:异常相关
我不知道你最近是否有关注过SCP-CN-2275的发生频率图,以上个月来说吧,仅一个月内就发现了两个受SCP-CN-2275影响的建筑,而在本月中旬就已经发现三个了,这是绝无仅有的。如果把目前所有已知的受影响建筑地点放到地图上,这他妈就是个大十字架放在上面。而且还有,所有在这片地区的工人,不论是轻工业还是重工业还是建筑,信基督教的人员都在近一个月内翻了一倍以上。我现在需要你去调查这件事,尽快回复。
至:陈
自:Piracy
日期:2019/5/22
主题:回复:异常相关
不管你回不回复,我直说了,目前所有信教的工人都他妈聚到了那些建筑附近,冲击着防线,他们自称是“边棱重工”,而且都在说“前往天堂务工”。还有不少工人就在防线旁边自杀的,这是一次大范围的认知改变事件,其他设施都已经知道了这件事。这个项目是你负责的,你为什么一直不回复?
至:Piracy
自:陈
日期:2019/5/22
主题:回复:回复:异常相关
神不是一直存在吗?