:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
著作信息
SCP-CN-1239 看不见的尸体淹没此城
作者:ShineShadowD
鸣谢:sciencekiller、
PurpleS0ul_Ding
图片信息:
非画廊:
https://pixabay.com/zh/photos/house-floor-room-gang-gloomy-2662965/
https://pixabay.com/zh/photos/man-lonely-emotion-alone-dormant-4665088/
画廊:
来自SlowerLight https://i.loli.net/2020/03/11/g8slnH7vj9DuGmV.jpg
每当我想要尝试没写过的新玩意,现实总会呼呼给我扇两巴掌。
来自监督者议会的通知
文档调取须知
警告:本文档存在认知危害信息
文档所记录的一系列异常包含了危害性信息(一般将导致人员脑功能过载而停止运作)。为了保证人员安全,文档将掩盖此类信息,并在阅览前对人员投放认知保护程序。当检测到人员异常,人员将会强制接种认知改变程序以防止意外发生。
通知复传:MTF-丁酉-70
.
.
.
.
.
认知保护程序投放中
.
.
.
.
.
.
.
.
投放完成
.
.
.
.
.
.
.
[允许访问]
.
.
.
.
.
.
.
指派站点 | 站点主管 | 研究领导人 | 指派特遣队 |
Area-CN-07-ε | Dr. Kefka | 王鸣辉 | MTF-丁酉-70“血肉筑高楼” |

SCP-CN-1239-2-ASCP-CN-1239-2
特殊收容措施:由于本身性质,SCP-CN-1239-1与SCP-CN-1239-2无需收容。如非实验必要,SCP-CN-1239-3将被自行收容于SCP-CN-1239-4。SCP-CN-1239-4将以“清理水质”为名进行封锁,不对外开放。
描述:SCP-CN-1239是一系列由SCP-CN-1239-41引发的异常事件。
SCP-CN-1239-1为人形逆模因实体,仅可以被异常方式感知。每隔不定时间,项目就会死于意外事故,其尸体仍然具有逆模因性质。项目将会在死亡的同时,以异常方式重新出现在SCP-CN-1239-2内的任意封闭空间(如衣柜、冰箱。)中(先前尸体不会消失)。推测每个SCP-CN-1239-1个体为对应SCP-CN-1239-3个体于现实的思维投影,异常死亡的原因与对应SCP-CN-1239-3个体受到外界伤害有关。
SCP-CN-1239-2为住房 ,为对应SCP-CN-1239-3个体进入SCP-CN-1239-4前自身的日常住所。SCP-CN-1239-2为住房 。
SCP-CN-1239-3为受SCP-CN-1239-4异常效应影响的人类个体。项目处于正在死亡的阶段,无法自由活动。项目免疫外界伤害(如撞击、斩首、肢解),仅能自然死亡。推测SCP-CN-1239-3自发性完全死亡耗时5,000年。鉴于研究SCP-CN-1239-3的“缓死”特性对人类发展有极大利益,对SCP-CN-1239-3进行解剖研究的申请已被许可。
SCP-CN-1239-4是位于中国██省██市██公园内的一淡水湖泊。项目异常性质表现为其会吸引城市内有自杀念头的人员投湖自杀;人员进入项目后,将会转化为SCP-CN-1239-3个体以及产生对应的SCP-CN-1239-1/2个体。
附录:以下为记录在案的SCP-CN-1239-1-A相关活动(按时间顺序)。
2019/12/13 15:30
SCP-CN-1239-1-A在SCP-CN-1239-2-A内。它擦除了窗上的污垢,激烈地拍打,并开合嘴唇,疑似在尝试与基金会的监控设备对话。它在说:“放过我。”由于画面模糊且设备无法监听声音,无法辨识其话语。
2019/12/13 17:44
SCP-CN-1239-1-A消失并出现在██大厦顶层纵身跳下,当场死亡。项目尸体头颅破碎,全身粉碎性骨折。路人并未发现异常。
2019/12/13 17:53
SCP-CN-1239-2-A内的衣柜门被推开,SCP-CN-1239-1-A从里面爬出,最终只有上半身离开了柜子,双眼发白,流着口水。
2019/12/17 06:47
SCP-CN-1239-1-A缩着坐在SCP-CN-1610-2-A的主卧内。

SCP-CN-1239-1-ASCP-CN-1239-1
2019/12/17 08:12
窗帘落下,房间变得昏暗。SCP-CN-1239-1-A被白色的丝巾罩住头部,胸前的肌肉组织消失,疑似切割导致,随即出现了基金会制实验设备功能不明的设备,并连接着电线和铁丝,项目的心脏和躯体被缠绕。
2019/12/17 08:20
墙体表面出现大量解剖用手术刀具。设备闪烁着橙黄的指示灯,随后刀具开始向SCP-CN-1239-1-A靠近。
2019/12/17 08:35
SCP-CN-1239-1-A的身体被规整地切开,然后缝上,伴随着项目哀嚎声,血液流淌在地上。听见孩童的哭声。血液流淌在地上。
2019/12/17 08:38
SCP-CN-1239-1-A蜷缩着从冰箱中滚了出来,接着颤抖着爬了起来,去厨房拿了一把西瓜刀捅向了自己的腹部。许久,项目拔出了西瓜刀,腹部没有流出血液,西瓜刀上也未出现血迹。眼泪流出。
2019/12/25 20:45
SCP-CN-1239-1-A正在躺在床上上阅读着《假如给我三天光明》。它笑了几声,忽然停止,伸出双手插向自己腹部,用力一拉,导致腹部组织被整块卸下,暴露出里面的器官。小肠被剪断了一截,项目表现出痛苦的表情。床上忽然铺满了煤炭,火星从一角冒出,点燃了整张床垫。书被烧成灰烬。项目表皮被烧焦,剧烈地嘶吼。
2019/12/25 21:02
SCP-CN-1239-1-A从马桶的水箱里爬出,径直跑向厨房,拿起了西瓜刀,随后离开SCP-CN-1239-2-A。
2020/1/04 21:02
SCP-CN-1239-1-A进入Area-CN-07-α生物研究区域,进入了SCP-CN-1239-3-A异常物品-CN-███1的实验室,并用西瓜刀从腰间将SCP-CN-1239-3-A从腰部截为两段。随后SCP-CN-1239-1-A的身体也被截为两段。异常物品-CN-███从腰部截为两段。[已编辑]。
2020/1/04 21:03
SCP-CN-1239-1-A从床垫和床板的间隙中爬出,接着浑身颤抖,慌张地摸索着自己的腰部以下的下半身,最后抱着腹部,静静地缩成一团。
2020/1/10 12:35
SCP-CN-1239-1-A在墙壁上进行了一系列绘图。

“████”无意义
随后项目脖颈断裂,脑袋向后垂,对着你和基金会说:“我只想安静去死。”对着监控设备说:[已编辑]
.
.
.
.
.
警告:人员出现异常
.
.
.
.
.
.
.
.
.
.
认知改变程序已启动
.
.
.
.
.
.
.
.
.
.
我们为了全人类而牺牲
一小部分人,这没有错
.
.
.
.
.
.
.
.
.
程序执行完毕
异常已消除
« SCP-CN-1238|SCP-CN-1239|SCP-CN-1240 »