: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;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
background: unset;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
来自Site-39管理部门的通知
我们注意到,一个之前被记录为SCP-6966的Site-39内的建筑异常报告存在非蓄意的误报。我们仍在努力寻找相关人员;同时,请勿散播未经证实的不存在的设施的谣言。
— Luciano Reyes,站点主管,Site-39
项目编号:SCP-6966-EX
项目等级:Explained
特殊收容措施:由于基金会无法证实其存在,尚未制定针对SCP-6966的收容计划。
描述:SCP-6966-EX是一个据称位于Site-39内的类似于独立式建筑的小屋,但并没有出现在该设施的任何布局蓝图上。据报告,其内部结构包括一条非欧几里得的走廊,每边至少连接了100个房间。
目前暂假定SCP-6966-EX仅为潜在观察者暴露于现场附近的化学实验室的最近一次泄漏中,受到精神活性副产物影响而产生的幻觉,该副产物已被安全控制。由于缺乏此类建筑存在的实物和非传言性证据,SCP-6966被重新分类为已解明。
附录 6966.01: 发现
SCP-6966最初由Site-39的安保人员Casimir Anders在场地例行夜间巡逻时首次发现并报告的。Anders先生称,他发现该建筑的门微敞着,作为其安全职责的一部分对此进行了进一步的调查。
在离开SCP-6966时,Anders先生向Site-39的人员报告了该建筑的存在。目前已将完整的报告归档在此。以下是作为报告过程一部分的采访音频记录。
« 记 录 开 始 »
Carter:早上好,Anders先生。 我是Carter博士,我会记录你今天早上报告的异常情况。你能描述一下你在那座建筑里到底看到了什么吗?
ANDERS:好吧,正如我在报告中所说的那样,这是一条很长很长的走廊,天知道它通向何处。天也黑得一塌糊涂,没有手电筒什么也看不见。我不知道这对你们有没有用,但这条走廊看起来更像是一家旧酒店,而不是你能在Site内找到的任何其他东西。但是它并没有我当初——他们管它叫试用期还是什么来着——那段时间住的那个酒店更老旧。行政部门总有新人。
CARTER:[咳嗽。] 请继续你关于异常的陈述 。
ANDERS:好的,好的。总之,呃,走廊两边都有写着名字的门,但都是些很普通的,并不是那些有钥匙卡扫描仪的。作为一名保安,我必须检查一切是否正常,警惕入侵者,不错过任何噪音,你懂的。我并没有看到什么大牌子警告我这里是“禁区”,门也没有上锁,所以我就走进了其中一个房间。房间有点小,里面有张床,床上有个人在睡觉。
ANDERS:那时我并没有想起来Site-39没有内部宿舍,我想,“见鬼,我是不是不小心走进了员工宿舍?”所以我准备好因为打扰别人午睡而受到一番训斥和纪律处分,但什么都没发生。我离开房间时那人没有任何反应。
CARTER:我想其他房间也是这个情况吧?
ANDERS:大部分都是如此。那些床位要么是空的,要么被我从未见过的人使用着。我继续深入走廊,然后我开始在门上看到我确实知道的名字,大部分都是安保部门的人。有趣的是我确信他们中的一部分人应该在巡逻或者守夜,所以看到他们躺在床上的事实着实令我不安。
ANDERS:最后我决定鼓起勇气仔细看看床上躺着的一个人。你知道古埃及的那些棺椁吗?这些家伙看起来像极了那类东西,不管是他们身体那诡异的笔直,还是双臂交叉仿佛“Wakanda forever”的姿势。此时此刻,我真的开始怀疑他们是不是活人,因为毕竟不管怎么说,无论你是谁,你睡着的时候肯定难免有点动作。这有点像那种,你看到一尊蜡像或者一个非常逼真的人体模型的时候,那种恐怖谷效应。真他妈的令人恐慌。
CARTER:你提到了你对这些实体是否为活体抱有怀疑。是什么让你推断他们没有死?
ANDERS:他们的胸口。自始至终,他们的胸口都在有规律地上下起伏。你也许会说他们只是昏迷或者瘫痪了,但——这是最可怕的部分——当我检查他们的鼻子和嘴巴时,没有气流。那10秒是我安保职业生涯中最紧张不安的一段时间。我也可以检查他们的脉搏,但你知道的,太冒险了。我已经做好了我手指在他们鼻子下面时他们突然苏醒过来的预期,因此抓着他们手腕试脉搏……我不敢苟同。
ANDERS:我又查看了其他几个房间,以确定那个人并不是特例或其他什么东西,你知道吗?每个不是空着的房间里都有一个这样的睡着的人。事后看来,我认为那些东西都不是真正的人类。
CARTER:我明白了。不得不说,这件事你处理得非常好。
ANDERS:我的意思是,这类事情在工作描述中,不是吗?他们在迎新会上告诉我的第一件事就是,在基金会站点当保安意味着随时可能看到千奇百怪的见鬼玩意儿。我们有针对这种情况的培训。
CARTER:除此之外,你有没有尝试到达走廊的尽头,或者清点一下房间数量?
ANDERS:我并没有看到走廊的尽头。我的手电筒只能照亮这么点范围。至于房间,我数了左手边的大约100间,然后就放弃了,回头向着来路离开,所以至少是200间吧?
CARTER:非常好。感谢您的合作,Anders先生。
« 记 录 结 束 »
Site-39的工作人员无法找到Anders先生所描述的任何此类建筑,在这次采访后无法联系到他进行后续调查。
[ 文 件 结 束 ]
登录
> 正 在 加 载 SCIP.NET 登 录 协 议 ……
登录:reyes-l-01622
> 谨 记 : 冒 充 工 作 人 员 将 会 受 到 惩 罚 。
密码:omne-vetus-novabatur
> 身 份 确 认 。 欢 迎 , 站 点 主 管 。
> 您 有 2 (二) 个 新 通 知
打开:通知
> 待 定 提 案 : site-39-thaumaturgic-survey.pro
> 提 交 者 ID : thaum-dept-feng-x-04185
> 待 定 文 件 附 录 : 6966-02.add
> 提 交 者 ID : carter-a-06327
打印:employee-schedule-thaum-dept-feng-x-04185.xls
> 文 件 发 送 到 打 印 机 。
打印:employee-schedule-carter-a-06327.xls
>文 件 发 送 到 打 印 机 。
显示:6966-02.add
> 访 问 ……
附录 6966.02:调查
据推测,SCP-6966可能已经被奇术改变以掩盖其存在。Site-39奇术部的Feng博士已经提交了一份利用奇术来定位SCP-6966的提案,正在等待批准。
根据Site的标准安全协议,所有安保人员的背心均嵌入了摄像头,在他们身着背心时,摄像头将一直保持活跃状态。因此,Carter博士得以检索到Anders先生在与SCP-6966相遇时的有效视频,其摘录如下。
« 开 始 记 录 »
Anders靠近了这栋看起来就像因风吹日晒而褪色的瓦楞钢板棚屋的建筑。经仔细分析,可以注意到墙壁上存在一些常用于隐蔽封印的奇术符号,做工粗劣,且已锈蚀于墙壁上,而Anders并未对此有所察觉。进入建筑物前,Anders检查了门上是否存在标签或记号。试图在黑暗中摸索着找到灯的开关无果后,Anders叹了口气,取出了手电筒。当他点亮手电筒时,一条长长的装饰有褪色的黄色花卉墙纸和深红色地毯的走廊显现出来。
光线并不能照亮这栋建筑物的深处,但可以看到走廊的侧面有几扇门。Anders开始沿着走廊前进,偶尔扫一眼两边的门,随后停在其中一扇门前检查。Anders推开门进入了其中一个房间。
Anders匆匆地扫视了一遍房间,面积不超过10平方米,唯一的家具是一张单人床。当光线照射到躺在上面的一个身份不明的人身上时,Anders明显受到了惊吓。短暂停顿后,他低声地道了个歉,然后退出了房间。在他出门时,他注意到门上贴着一个小牌子,暗示着房客的身份——“Xian Feng”。
Anders继续沿着走廊走,一边走一边记下门上的名字。几分钟后,他停在一扇标有“Lars Rindahl”的门前,小心翼翼地进入房间。这个房间和之前的几乎一模一样,唯一的区别是床是闲置的。Anders走到另一个房间。
Anders接下来检查的房间还住着另一位客人。Anders伸出手指检查房客的鼻息,在确认他们没有呼吸后收回了手指。可以清楚地看到房客的胸部在上下起伏。
这一情况又在随后的几个房间中重复出现了几次。最后,Anders完全无视了其他房间,专注于找到走廊的尽头。当他经过这些门口时可以看到许多标牌,这些标牌与数名Site-39的高级研究人员一一对应。Anders注意到一扇标有“Luciano Reyes”的门并停在门前。在进入房间时,他低声发誓这将是他检查的最后一个房间。
床是闲置的,但做工很差劲。被使用过的痕迹清晰可见。
« 记 录 结 束 »
删除: 6966-02.add
> 你 确 定 要 删 除 6966-02.add 吗 ?一 旦 删 除 , 该 文 件 将 无 法 恢 复 。
是
> 文 件 已 删 除 。
删除: bodycam-sec-dept-anders-c-004139.mp4
> 你 确 定 要 删 除 bodycam-sec-dept-anders-c-004139.mp4 吗 ?一 旦 删 除 , 该 文 件 将 无 法 恢 复 。
是
> 文 件 已 删 除 。
删除: site-39-thaumaturgic-survey.pro
> 你 确 定 要 删 除 site-39-thaumaturgic-survey.pro 吗 ?一 旦 删 除 , 该 文 件 将 无 法 恢 复 。
是
> 文 件 已 删 除 。
注销
> 注 销 中 ……
请按如下方式引用此页:
更多详情请参阅授权指南。
授权信息
文件名:hallway.jpg
*图像名:corridor-495262_960_720.jpg
图像作者:coombesy
授权协议:CC 0
来源链接:**Pixabay
更多维基文档信息,请见版权信息总览。