/* 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://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); } 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-2146个体
特殊收容措施:全部SCP-CN-2146个体应被收容于Site-CN-82-β左翼3区高危生态培养舱中,禁止任何未进行提前审查的人员靠近项目,所有将项目数量提升至4株以上的提议将会被立即驳回。全世界范围内所有新发现的项目个体都应当立即销毁,需时刻留意于大范围植被覆盖地区内所出现的人员失踪案件,当有此类案件出现时,应当至少有1名基金会特工于此处进行休谟数值检测。当发现有大范围SCP-CN-2146集群时,则应立即以任意正当理由封锁该地区并执行PR-CN-077“除草”程序。
该生态培养舱应具备以下条件:
• 舱内温度应常年保持在20℃左右
• 舱内土壤pH值应保持在7.5~8.0之间
• 舱内相对湿度应保持在60~65%之间
• 舱内每日应维持8小时的光照
每隔6周收获一次项目的种子,除用作补充备用外,其余种子送入焚化炉销毁。
描述:SCP-CN-2146是一种十字花科(Brassicaceae)鼠耳芥属(Arabidopsis)鼠耳芥(Arabidopsis thaliana (Linn.) Heynh.)的未命名异常变种,其外观与柔毛鼠耳芥类似,当项目被大规模集中种植于沙化率为50%以上的弱碱性土壤时1,处于项目影响范围中2的任意植株将由绿色转变为血红色,并散发约63cd的光亮,此时该植株将标记为SCP-CN-2146-1。
当任意一名参与过特定战争/武装冲突(详见附录 -α:特定战争/武装冲突列表 )且拥有创伤后应激障碍(PTSD)病史的成年人类个体进入SCP-CN-2146-1植株半径2m以内区域时,该个体将立即进入短时性的昏厥状态并被传送入一相对户外场景,该场景呈现典型的流沙/沙丘地形且覆盖有大范围的鼠耳芥集群,所有于场景中的鼠耳芥植株皆呈现出血红色3,但尚未在场景探索测试记录中发现植株有结种迹象,使用便携性植物基因序列分析仪检测可知该场景内所有鼠耳芥植株皆为弓叶鼠耳芥的无异常基因变种,该变种只在部分丹麦国家基因序列实验室中存在,对上述实验室的调查正在进行中。
因SCP-CN-2146-1传送进入上述场景的人类个体,将立即脱离昏迷状态,且能够正常活动。探索人员在场景内部使用信号增幅的特制设备,可正常与外界实时通讯。且综合多次探测结果,场景内存在心理影响的可能性极低,这使得长时间,全方位的探索成为可能,详见附录。
SCP-CN-2146-2是对于发生在场景内部的特定现象以及场景内所发现物品的统称,此类别中的现象与物品通常与附录-CN-2146-β中的战争/武装冲突相关,SCP-CN-2146-2的详情列表参见附录。
截至目前,尚未有进入场景的人类个体自行离开场景的记录,位于场景内部的人类个体必须借助III型奇术传送阵列脱离场景,这一过程所产生的后遗症包括但不仅限于:过度警觉、惊跳反应增强,激惹性增高及焦虑情绪,严重者则在产生上述病症时将同时伴随有创伤性再体验症状,该病症可以通过一次标准的创伤后应激障碍心理治疗程序进行消除。值得注意的是,所有脱离场景的人类个体皆不能重新进入场景,且脱离场景后的人员将产生强烈的自杀冲动,并积极地进行尝试,其原因未知。
发现:20██年██月██日,观测点β-07进行地区休谟扫描时报告了该地休谟指数的异常增高,结合当地多个失踪案件的集中地点,基本确定了该地区有一未回收异常的存在。回收工作则由Site-CN-82-β所派遣的探索小组与收容小组共同行动,最终于中国北部████山山峰中部发现了多个SCP-CN-2146 个体,所有个体被运输至Site-CN-82-β并进行了初期的实验分析与探索测试。目前SCP-CN-2146 个体已在亚洲(朝鲜、日本、印度、土库曼斯坦、吉尔吉斯斯坦、乌兹别克斯坦、塔吉克斯坦、哈萨克斯坦、俄罗斯西伯利亚地区、伊朗),非洲,欧洲等地被报告发现分布。
目前于场景中检测到的SCP-CN-2146-2列表:
探测人员 | 物品 | 事件 | 结果 |
---|---|---|---|
D-72941 | 一枚处于未触发状态的“阔剑”反步兵定向控制雷,铭文处具有模因性质,伪装于拟南芥丛中。 | N/A | N/A |
D-72941 | 一辆59-G式中型坦克,车体左侧有穿甲弹击穿痕迹 | N/A | N/A |
D-72941 | 一枚土制反坦克地雷,由一枚107mm火箭炮弹改装而成 | 地雷在人员靠近后立即爆炸(可确定未激发引信) | D-72941因地雷爆炸而判定为已损失 |
D-100039 | 一枚72式反坦克地雷,表面轻微破损,处于保险状态并半埋于地面中 | N/A | N/A |
D-100039 | N/A | 炮击,无法辨别炮击来源及炮弹种类 | N/A |
D-100039 | 一枚生锈的M2反步兵地雷,被遗弃于地面 | 当人员靠近后该物体立即自燃并化为灰烬 | N/A |
D-100039 | 一把美制M4A1卡宾枪,表面覆盖有大量沙尘,被遗弃于地面,弹匣遗失 | N/A | N/A |
D-100039 | N/A | 炮击,无法辨别炮击来源及炮弹种类 | D-100039因炮弹所掀起的气浪而被判定为已损失 |
D-59648 | N/A | D-208829头部由未知原因被穿透,经D-59648进行检验可得伤口似乎是由7.62×54mm突缘弹造成 | D-59648于当时存活,D-208829损失 |
D-59648 | 一辆轻型军用越野车,前引擎盖呈半开状且无法驾驶 | N/A | N/A |
D-59648 | 一枚M16A1型松发反步兵跳雷,被掩埋于地下并进行了伪装 | N/A | D-59648踩压了跳雷,因III型奇术传送阵列强制脱离了场景而存活 |
实验对象:SCP-CN-2146
测试人员:D-72941
携带物品:手持式摄像机、远程无线耳麦、心跳传感器、标准野外作业背包、指南针、单人步行测距仪。
备注:初期探索并未使用信号增幅设备,故部分D-72941的讯息因信息干扰并未输送完全。
<记录开始>
D-72941:这的风可真够大的,还带沙子。
陈:描述一下周边环境,如果有不合常理的事物请用摄像头拍摄并上传。
D-72941:得,这边除了沙子就是长在沙子上的草,漫山遍野的红色的草。
(D-72941上传了三张红色拟南芥图片。600×400像素)
D-72941:简直就是……血色。
(短暂的沉默)
陈 :请向着北走,如果可以,我希望你能走到这个地方的边界,这样我们可以测出整个空间的半径。
D-72941:好的。陈:如果遇到突发事件,随时联系我。
D-72941:知道了。
(此后为27分钟的沉默,于行动0时30分02秒终止,综合音频可得D-72941摔倒在地且耳麦掉落)
陈:怎么了。
D-72941:没事,只是摔了一跤,这有根红线之类的东西,和背景那是一模一样,搞得我差点没摔死,他娘的,埋得可真他妈好。{信号干扰}。
陈:你能找到它连在哪吗?
D-72941:{信号干扰}
陈:D-72941重复一遍,信号干扰过于严重了,我接收不到信号。
D-72941:{大量杂音}M18A1,或者我们就叫他“阔剑”,得亏碰见的不是拌线的,不然这会我就歇菜了。
陈:请检查一遍。
D-72941:嘶。
陈:有什么问题吗?
D-72941:额,你应该知道我以前是当兵的。
陈:是的我知道,有什么问题吗?
D-72941:我们以前那个步兵班有一个传统,在每一个配发的班组地雷上面画一个十字和一个9。
陈:我有你的详细资料,你不需要阐述你的历史。
D-72941:不是历史的问题,我现在手上拿的这玩意有这个标记,而且在我进来之前,他们应该是在弗吉尼亚陆军基地才对,你们到底把我弄到了什么地方?
陈:我没法确定你的方位,但现在把你说的“阔剑”拍张照传上来。
(D-72941上传了一张M18A1“阔剑”地雷的正面照,十字与数字“9”位于整体右上侧。600×400像素)
D-72941:这玩意藏草丛里了,但是却没人控制,部队不可能匆忙撤离到连阔剑都不带走,他们大可以放个拌线什么的,就,很奇怪。
陈:你能找到铭文吗?
D-72941:能倒是能——{信号干扰}。
(D-72941上传了一张M18A1“阔剑”地雷的背部照片,未见铭文。2048×1536像素)
陈:D-72941,你确定相机对准了吗。
D-72941:你说照片糊{信号干扰}。
陈:根本就没有铭文,你确定你现在可以清晰地看到铭文吗?
D-72941:是的,铭文是MOD-00 03-3-20。
陈:好的,D-72941,现在请你放下你手上那玩意,离的越远越好。
D-72941:啥?
陈:照我说的做,跑!
(综合音频分析可得,D-72941放下了个体并快速远离。此后为持续了2分34秒的沉默,直至D-72941上传了两张59-G式中型坦克的前部与左侧部照片,画面较为模糊,可依稀判断左侧部有命中痕迹,600×400像素)
D-72941:你们他妈的到底把我弄到了什么鬼地方(该话语音量不足40分贝,为系统自动记录,若无关文档请联系最近的系统负责人删除。P108)
陈:你现在有感到任何不适吗?
D-72941:没有,我很好,以及{信号干扰},现在哪怕那玩意炸了也弄不死我了。
陈:有任何异样请立即记录,仔细观察。
D-72941:这他妈不是废话吗(该话语音量不足40分贝,为系统自动记录,若无关文档请联系最近的系统负责人删除。P108)
D-72941:坦克里面{信号干扰},外面看着还行,里面一塌糊涂,全没了。
陈:全没了?
D-72941:对,就剩个外壳看着还行,应该是用的穿甲榴弹APHE,但也可能是破甲弹HEAT。
陈:感谢描述,请继续。
D-72941:我总觉得这地我来{信号干扰}
(持续16分钟的沉默,在行动0时56分20秒处,D-72941上传了一张107mm炮弹的照片,为D-72941于远处拍摄,其引信部分朝上,半埋于沙土中,600×400像素)
D-72941:用107改的,但没有埋好。
陈:近距离拍两张传上来。D-72941:这块地的雷不是半截漏在外头,就是丢在地上,没人会这——
(剧烈的爆炸声,通讯信号中断,心跳传感器信号中断,D-72941判定为已损失)
<记录结束>
备注:根据测距仪的记录,空间内部的半径应该不低于5公里。铭文是无效的,应该是模因影响。后续测试需要排爆设备,等待后续测试。
实验对象:SCP-CN-2146
测试人员:D-100039
携带物品:手持式摄像机、远程无线耳麦,心跳传感器、标准工兵排雷包、便携性讯息增强器、便携性植物基因序列分析仪、铲子、标准野战医疗包、战术匕首、标准野外作业背包、单人步行测距仪。
<记录开始>
陈:D-100039,可以听到吗?
D-100039:能,很清楚。
陈:好,你应该配发有一个基因序列分析器,装你包里了,我现在要你把它拿出来。
D-100039:哪个?
陈:用记号笔标记的那个。
D-100039:嗯,找到了。
陈:现在把你手边的那些植物扯点塞试管里去,再把试管倒着插孔里面,别把两种放一种去就行。D-100039:靠,这草是红的,跟糊了血似的。
陈:塞进去就行,开了,完成进度上传。
D-100039:干等着?
陈:再拍点风景照。
D-100039:风景啥啊,这边是戈壁滩加上了一堆草!
陈:拍几张。
(D-100039上传了两幅场景内部照,600×400像素)
D-100039:够了么。
陈:够了,上传完成后我会给你下一步指令。D-100039:好的。
(此后为持续了13分钟的沉默,直至D-100039上传了场景内部植物的基因序列图)
D-100039:可以了。
陈:收起来,在周围走走,感觉有价值的就用摄像头拍下来上传。
D-100039:探矿吗?
陈:不,我指的是例如“铁矿在天上飞”这种事,你要拍下来给我们。
D-100039:这笑话可真够冷的。
陈:以及,你有个排雷包,如果要用就在你包里,说明书夹里面了。
D-100039:这片是雷区?你们早就知道了?
陈:基于上一个测试者,我们觉得那里应该是前置雷区5。
D-100039:我之前只是个列兵。
陈:那就学。
(此后为20分钟的无对话音频,直至D-100039上传了一张72式反坦克地雷正面照,表面轻微破损,可见保险装置未拆除,600×400像素)
D-100039:这玩意就随意的放在地上,连保险都没拆。
D-100039:没有铭文,都是破的,印上面的都磨没了。
陈:拆了,看内部。
D-100039:(翻阅声)嘶,拆这玩意还挺复杂。
(拆除部分对话已省略,如有需要请调取原音频)
D-100039:这引信上刻了一行字啊。
陈:念一遍,这边是有音频记录的,就不用你拍了。
D-100039:“战争从未逝去,它甚至从未结束”(背景可隐约听到炮声)
陈:D-100039,我觉得你有必要找——。
(两次间隔的爆炸声)
D-100039:操,操!(对象开始奔跑)
陈:出什么事了!D-100039:两发校正!是炮击!
(连续的爆炸声)D-100039:你妈的!
(此后8分钟内容省略)
陈:你还能说话吗?
D-100039:(剧烈且粗重的喘息)
陈:你还能听见吗?
D-100039:能!
陈:是否受伤?
D-100039:妈的,没有。那俩炮弹落到我前面我就知道该跑了。
陈:嗯,你的目标没有变更,请继续。
D-100039:问一下,我啥时候能回去?
陈:在你收集足够的资料后,我们会拉你出来。
D-100039:那就好。
(16分钟的沉默)
D-100039:这有地雷
(D-100039上传了一张风景照,可见一枚M2反步兵地雷于一沙丘下,地雷严重生锈,600×400像素)
D-100039:不知道在仓库放着有多久了,全是锈,哦,额,它自己烧起来了。
(D-100039上传了一张风景照,可见对象正在燃烧)
陈:能灭火吗?
D-100039:我没有能灭火的玩意,而且这烧的也太快了。
(D-100039上传了一张灰烬照片,600×400像素)
D-100039:我不记得这玩意有什么自燃功能。
陈:保持行进。
D-100039:等一下。
陈:什么?
D-100039:除了刚刚那次炮击,我在这就没听到别的声音了。这地方太安静了,没有远处的炮声,没有枪声。
D-100039:还有就是这玩意,这地方到底是哪?
陈:你不用担心这些。D-100039: 我总感觉这地儿我来过。
陈:这只是你的错觉而已,做你该做的。
(此后为1分14秒的沉默,直至D-100039上传了一张美制M4A1卡宾枪照片,表面覆盖有大量沙尘,不可见弹匣,600×400像素)D-100039:是把AR6,枪机拉不开,排障杆没反应,完全坏了。
陈:请口述铭文内容。
D-100039:M16A1。陈:铭文。
D-100039:M16A1 SINGLE-CALIBER 5.56×45mmNATO AHAE01-10-07。
陈:拍张照传上来。(D-100039上传了一张M4A1侧面铭文,铭文清晰可见,600×400像素)
D-100039:也许我应该把这玩意拆了。
陈:为什么?
D-100039:枪放沙子里越久,导气管里面的沙子越多,再严重点枪机里面都是,拆了看能估摸着大概的废弃时间。更何况这排障杆都没反应,很有可能是卡太多东西进去了。如果是什么“有价值”的玩意,那不就省事多了,拆了也没啥坏处是吧。陈:行,别耽搁太久就可以。
D-100039:谢了。
陈:咳咳嗯。
(此后为56秒的沉默)
D-100039:枪膛里卡了两发子弹,枪机被沙子塞满了,离谱的是枪管里塞了块东西。
陈:什么?
D-100039: 这是,罂粟吗?
陈:你不是有那个分析器吗,数据传给我好了。
D-100039:好的,呃(背景可隐约听见炮声)
陈:隐蔽!
D-100039:什么?
(剧烈的爆炸声,通讯信息中断,心跳传感器显示D-100039已死亡,D-100039判定为已损失。)
<记录结束>
备注:此次测试出现了重武器炮击,未找出源头,场景内很有可能有人驻留。值得注意的是第一次测试并没有出现其他的人为痕迹,极有可能为敌对人员,此后的测试必须携带武器。等待后续测试。
实验对象:SCP-CN-2146
测试人员:D-59648/D-208829
携带物品:G57手枪(PT)、手枪弹匣(4)、手持式摄像机(2)、远程无线耳麦(2)、心跳传感器(2)、标准工兵排雷包、便携性讯息增强器(2)、标准野战医疗包、战术匕首、标准野外作业背包(2)、单人步行测距仪(2)
<记录开始>
陈:D-59648,D-208829,能听见吗?
D-59648:能。
D-208829:可以。
陈:你们的任。(中弹声)
D-59648:哦操,操,操!
陈:发生什么了?
D-59648:他被打死了!
(D-208829的心跳传感器确认了其死亡)陈:能确定来源吗?
D-59648:不能,我他妈的连枪声都没听到!
陈:趴在原地别动,半小时后联系。
(此后34分钟,“陈”离开了通讯处并召集人员开始进行III型奇术传送阵列的准备工作,随后回到了通讯处)
陈:D-59648。
D-59648:你可算是来了。
陈:这段时间还有其他动静吗。
D-59648:没有,非常安静,那家伙的尸体都凉透了。
陈:试着把手伸出去。
D-59648:你想让我一整只手掌都废掉吗?
陈:总比干等着或者死来的好些。
D-59648:妈的,豁出去了。
陈:如何?
D-59648:没有枪声,没有反应。
D-59648:也许安全了。
陈:把尸体拖到安全区域检查,报告一下伤势。
D-59648:额,头部穿透伤,背面已经烂掉了。我曾在我战友的脑袋上看到过,跟这个一样,额,7.62×54mm凸缘弹,对,能造成这种伤口的只有这玩意。
陈:好的,尸体埋了吧。你的任务是探索周边区域并尽可能向外延伸,如果有不合常理的事物用摄像头拍摄并上传。
D-59648:(叹气)
(此后为16分钟的删减)
D-59648:有人。
陈:什么?
D-59648:一辆悍马。
(D-59648上传了一张“场景”照片,可依稀辨别出车辆位置,600×400像素)D-59648:它只是停在那里,目前不确定真的有人。
陈: 你可以使用配发的武器,小心点。
(此后11分钟,D-59648靠近车辆并巡视)
D-59648:没有人。
陈: 车上标注出厂地了吗。
D-59648:并没有。
陈:周围是否有尸体?
D-59648:没有,这辆车里面也是干干净净。陈:检查整体状态。
D-59648:整体完整,车前盖半开,火花塞被人拔掉了。
陈:好的,继续。
D-59648:后备箱里是空的,车子里都是灰,这,不应该啊。
陈:有什么异常状况吗?
D-59648:这是美制悍马,按道理来讲是算编制武装里的,但这辆仅仅是失去了火花塞,而且还是被人拔掉的,但就这么被废弃了。
陈:请继续。
D-59648:不是,你难道不觉得这很奇怪吗?
陈:我只负责记录,会有人处理相关事宜。现在请拍照上传作为记录。
D-59648:咳,行。
(D-59648上传了一张“悍马”照片,600×400像素)陈:请继续。
(此后为16分48秒的删减)
D-59648:呃。
陈:怎么了?
D-59648:我踩地雷了。
陈:松发?
D-59648:是的,松发。
(短暂的沉默)
陈:你的测试结束了,我们有办法拉你出来所以请你不要动,等一会。
D-59648:什么办法?派人过来?
陈:你不需要明白。
<记录结束>
备注:D-59648在完成测试后被III型奇术传送阵列传送强行脱离了场景,对象在完成传送后精神状态于极短时间内出现了大幅度恶化,出现自杀倾向。目前对象收押于Site-CN-82-β地下一层临时观察室B072内。
备注:在此次访谈之前,D-59648进行了一次标准创伤后应激障碍治疗程序,其心理状态获得一定改善,但对象的自杀倾向依旧保留。
日期:2022年4月08日
访谈人员:陈
访谈对象:D-59648
访谈地点:Site-CN-82-β地下一层B075
<记录开始>
陈:我接下来会问你几个问题,录音机将会记录你的回答,所以请尽可能描述的详细一点。
(D-59648保持沉默)
陈:李██7?
D-59648:哦,呃,是,我是。
陈:我会问你几个问题,别再分神了。
D-59648:好的。
陈:你进入场景的时候有感到任何不适吗?
D-59648:没有,那里空气有点闷,除此以外也没有什么难受的。
陈:好的。你位于场景中时你有感觉到风,或者其他感觉吗?
D-59648:没有,那地方没有风,连太阳都没有,天空就是一块灰白板,如同一潭死水。
D-59648:而且在那地方我总感觉我曾来过,相当奇怪。
陈:在你踩中地雷之后你感觉到了什么?你的传送时间比预测时间多出了两倍以上,按照原理,你可以在传送过程中感觉到一些。
D-59648:我没有看见过地雷。
陈:什么?
D-59648:我只记得我把某个人的尸体埋了,至于我是怎么出来的,我不知道。
(沉默)
陈:好的。(示意安保注射记忆强化药剂)
陈:请冷静,你可能会感到恶心,头痛,眩晕,这是正常的,接下来你可能会回忆起一些事,你把它告诉我就好。
D-59648:(咳嗽)。
陈:你记起什么了吗?
(D-59648的精神状态于此处开始急剧恶化)D-59648:是的,呃,我想起来了。
陈:很好,现在请你回忆一下,在你踩到地雷之后你感觉到了什么。
D-59648:我看见了大雾。
陈:看见?
D-59648:大雾中夹杂着灰烬。
陈:III型阵列会屏蔽你的视觉,你是怎么看见的?
D-59648:用眼睛。(呕吐)
D-59648:我看见了连绵的山脉,一切都在悲鸣。
(短暂的沉默)
D-59648:我看见了地狱,长官。
陈:你叫我什么?
(D-59648昏迷)
<记录结束>
备注:D-59648随后被转入站点医务室进行治疗,经判断其昏迷等级达到三,至今未醒。对其脑部扫描结果显示,对象的脑部神经反应剧烈,符合极端恐慌状态。
至:陈
自:Piracy
主题:关于铭文
你给我的录音我听完了,关于记录一和记录二中的这两个序号我托人去查了查,记录一中的这个是无效编号可以忽略,主要是记录二的编号资料是有的,这把枪2001年10月7日于四门石兵工厂出厂,随后被运到美第10山地师第2旅第31步兵团,分配到了一个叫Desmond Clark的人。这个人就很有意思了,2003年加入阿富汗战争,2008年退出,在之后一段时间参加反战游行,违纪记录最厉害的一次是带枪出军营。他目前生活在弗吉尼亚州,详细地址已经作为附件发给你了,尽快回复。
至:Piracy
自:陈
主题:回复:关于铭文
谢了兄弟,咱要跑一趟了,你帮我去申请一次采访,我收拾东西,明天就走。
日期:2022年4月18日
访谈人员:陈,Piracy
访谈对象:Desmond Clark
访谈地点:观测点α-143独立访谈室
[已检测到您的语言习惯为: 简体中文 ,文本已翻译为 简体中文 ]
<记录开始>
陈:好的,Desmond Clark,是这个名字对吧。
Desmond Clark:是的,是我。
陈:好的,非常感谢您能接受此次采访,据我们所知您在2003年至2008年间参加了阿富汗战争以及您之后参加了反战游行等等,那么你是为什么当初要当兵得呢?
Desmond Clark:非常简单,我没钱。我还记得那一天,我那时刚刚被辞退,我准备去那些招工的地方找份工作,然后我就晃到了征兵处,他们把征兵处设在那些招工棚中间,我在那里晃了一会,直到一个人极其大声喊:“你想当兵吗?”然后就,我就入伍了。
陈:好的,我们从官方那里了解到您入伍之后最严重的一次违纪记录,额,你为什么要携带枪支离开军营?是报复社会还是———Desmond Clark:要是我报复社会我就不会坐在这里了,当时情况特殊,额,我可以回避这个问题吗?
陈:可以,那么下一个问题,请问可以透露一下您在阿富汗当中参与关于“噤声”行动的细节吗?
(可见Desmond Clark脸色骤变)
陈:这次行动已经获得了官方解密的许可,这是文件。
(Piracy表现得疑惑不解)
Desmond Clark:我拒绝回答关于这件事的任何问题。
陈:这个问题是我们此次采访的中心问题之一,我们花这么多钱可不是请你吃饭来的。
(Desmond Clark沉默)
陈:我们可以增加报酬。
(Desmond Clark沉默)
陈:两倍。
Desmond Clark:好吧,好吧。整件事分为三个部分,将整个城围起来,把所有人聚集到几个地点,然后完全处理掉,我只是领着他们到一个点!(Desmond Clark情绪激动)
陈:慢一点,我希望您可以详细的讲述这件事。
Desmond Clark:他们给了个理由,说“里面藏着叛军”然后一队一队把那些平民引到那些该死的罂粟田上!
(沉默)
Piracy :然后呢?
(较长沉默)
Desmond Clark:我们用白磷弹把他们全烧死了。
(沉默)
Desmond Clark:我一辈子都忘不了那个场景,那些人撕心裂肺的大喊,哭嚎着。我闻到白磷的恶臭,感受到扑面而来的热浪。
Desmond Clark:一个孩子冲了出来,小半边身子烧着,他大哭着,然后。
(停顿)
Desmond Clark:他跑到我面前,我举枪瞄准了他,但是却没法开枪。
(停顿)
Desmond Clark:我眼睁睁看着他烧死在我面前。
(长时间的沉默)
陈:你可以走了,谢谢你。
<记录结束>
备注:Desmond Clark拒绝了报酬。
杰出反战人士Desmond Clark近日自杀身亡/中华新闻社
北京时间4月20日,本台记者获悉杰出反战人士Desmond Clark于其家中身亡,当局称死因为自杀。
Desmond Clark曾参与美阿富汗战争,并在退役后多次发起反战游行,反战宣传等。
此次事件事发突然,令人惋惜。
实验对象:SCP-CN-2146
测试人员:D-70218、D-18452、D-35142、D-60558
携带物品:4把铲子,24包一人份野战食品包(全天候),4把手电筒
[通讯略,如有需要请持有您的权限前往档案馆调取详细音频]
结果:四名D级人员于场景内各在相隔2千米的位置上进行挖掘工作,皆在深度3~5米的位置上发现人骨堆积层,且附属有大量各个不同人类时期的军服残片,盔甲,背包等,可见最多的可辨认的军服形式来源于1931年至1945年,其中包括但不限于:德国纳粹军服残片,意大利军服残片,苏联军服残片,美国军服残片,中国(红军)军服残片,法军军服残片,英国空军军服残片,中国(国军)军服残片,日军军服残片,一小面自由法国旗帜,一小面波兰旗帜等。近代的军服也出现了,但是相对较少,值得注意的是,除了军服,还有一部分为平民服装位于其中。
备注:这是战争中的人与物集体的长眠之所
« SCP-CN-2145 | SCP-CN-2146 | SCP-CN-2147 > >