: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; }
下午好,研究员:
Dr. Lark和我本人很高兴看到你遵从强制SCP-4485培训。否则我们都会最为难过地处决我们中最受尊敬的高级研究员之一。
最为要紧的是你要仔细地阅读所有的文档并理解它们到我觉得满意为止。因此,我会在远程终端上跟进你的进度。如果你达到了可接受的水准,你会被允许离开你的办公室。
不要让我失望。
Lloyd Michaelson
Site-12负责人
SCP-4485文档一 | |
---|---|
起始SCP文档 | 1967 7/8归档 |
[接触点]
[暂存区域]
- 同一律(任一物与其自身同一)
- 矛盾律(命题不能同时为真和假)
- 排中律(命题为真或是假)
此外,人员必须展示他们精通建立于论充足理由律的四重根 的叔本华四大定律以及 发表于思维规律的研究的布尔交错代数表示,完全理解罗素与怀特海的数学原理以及罗素的哲学问题,能够独立地推导哥德尔的证明。
最后,人员必须理解并应用塔尔斯基对同一律的修正(莱布尼茨法则、自反律、对称律、传递律及其逆命题)。人员亦必须熟悉当代的逻辑学派,如直觉逻辑、次协调逻辑、三值逻辑、模态命题计算与模糊逻辑。
简单地说,人员必须绝对精通,处于人类可达到的当前理解自然的最高水准,拥有熟练推断何为真且合逻辑或是假与悖理的之上的能力。
受SCP-4485影响的区域需被隔离并受基金会特工守卫。)所写的一小巧皮面装订本。SCP-4485本身在外观上并无特征,有中度磨损与轻微褪色。作者的名字汉斯·阿尔普以印刷体大写字母的形式被压入日记背面的皮革中。SCP-4485的封面有一条鱼的简绘,下面写着“gott ist ohne zweck”
。 SCP-4485对现实与人类认知有严重的有害效应。暴露于SCP-4485且没经受适当逻辑学派训练的个体将迷失方向并无法区分真实与虚假。基于现实结构组成的改变,这一辨认何为逻辑何为悖理的失能被证明是物质的。直接环绕SCP-4485的区域将开始随时间退化,变得愈发无序与荒谬。这些作用于现实的效应甚至会在移除SCP-4485之后逗留。近期没有方法可以逆转这些变化。
镇区。更多关于SCP-4485之发现的信息可从本文件包含的特工Norman的报告处获取。
SCP-4485文档二 | |
---|---|
现场特工Norman的报告 | 1967 6/29归档 |
Dr. Chen Sui
特工名称: 特工Fredrick Norman
正式报告: 与现场特工██████ █████ 的首次沟通得到了足够充实的证据以推进前往Bramund的行动并发现异常的来源。允许进入当地医院的对象声称迷失方向以及积极性下降。我采访的对象并没有表现出物质上的不寻常,但他们中每一位似乎都区分不了幻觉与现实,虽然这些幻觉似乎并不会给他们带来困扰。对象偶尔会胡言乱语或无法解释地随机大笑,且极少会回应问询。
两个对象Max Kelper和Josef Von Schmetterline是已知的普鲁士破碎之神教会主流教派的活跃人员,且在我们最近的遭遇中,已是敌对的狂热者。敌意已离他们而去,且他们不回应关于他们的过去的问询,只对Bramund内的异常活动说“神已在此”。在我和两人一起时他们一直在闲聊,举止言行如同动物一般,且在我离去后继续如此。由于额外的资源被调来转移这些受折磨者到Site-35接受测试,我们的团队在医院逗留三天后推进到了Bramund。所有人都同意对象已经体验了足够罕见的症状,有必要进行分类与研究。我们在7月19日到达了Grenwald,与Bramund隔河相对。我们打算在Grenwald收集资源并在接下来的周日进入Bramund;然而,Bramund地区内的活动让紧急回应变得必要。
Grenwald内的当地人开始抱怨Grenwald上空的纹理。我区分不出来,但可以很容易看到颜色变化了。曾经是蓝天之后是群山的景象如今很明显成为了自城市边界延展的实体柱中各种灰色与橙色的阴影。奇怪的形态——难以观察的几何阴影开始在柱内出现,涟漪、甚至是一些我不认识的奇怪字母的符号。意识到这是预料中的活动的升级,我们在一小时内动身并前往Bramund。
前往城市的路上有着明显的烟雾,它在我们到达时更浓了。我们在Grenwald看到的灰度柱变得越来越难看见,有时完全无法看到天空。陪同我们的特遣队中的其余几个成员形容对我们采取的路径的不确定感,虽然我们明显就在路上。有几次有些人停下来并声称我们已经迷路了,它在我们进入Bramund后变得清晰,同时那颜色从我们的设备与皮肤中出来。除了偶尔会染上的橙色外,我们完全看不到其他颜色。在柱体内有某类奇怪的循环风,会时常经过我们且似乎携带了声音。这妨碍了我们相互交流,我们被迫付诸视觉传达以继续。
Bramund内的事态并非独有。一些结构看上去被拆解然后仅仅脱离地基悬吊在空中,就像是重力在附近已经终止运作一样。我们能在能在某种程度上看到巨大、黑暗的阴影在地下来回移动,就像是鲨鱼在盘旋狩猎,却甚至不会浮出表面。每次风经过、前往源头时,我们都能听到来自雾中其他地方的奇怪乐声。由于一些看来我没有明白的额外磨难,我们被置于人们头上的恐慌妨碍,我们中的几个被留在后头等着他们的同志带他们出这城市。
活动的中心是一小图书馆的残留。因为这是一次突袭前当地异术家的集聚地,在那儿我看着他们中的数人被拘留,建筑也被毁坏,我立即想起了这建筑物。废墟之中是个恐怖的景象;活人的环,被扭曲成奇怪、不自然的形态,看上去是正中厅堂中心一个巨大、复杂的机器的一部分。我们杀光了所有图书馆内的受折磨者,将废墟付之一炬。在清空反常的天空后,我们开始拆卸机器,撕碎我们能做到的,剩下的则使用爆炸物。在它的中心我们找到一个脱水的男人,他脸上的皮肤剥落下来,被线挂在他头骨的肉旁边。他在呼吸。他只能用那些无皮的嘴唇吐出烧焦的耳语,但在我说话时会回答。我问他他的名字是什么,他就说“汉斯·阿尔普” 。我问在他身上发生了什么,他就把那书递给了我。当我问他那是什么时,他说它是神。
我们将SCP-4485押给站点收容人员,然后在受影响区域周围设立了隔离。Forensics后来通知我说这具尸体是Boris Aldermann,地区机神教派领袖。我们没能从那机器上移走Aldermann的尸体,我相信它还在那儿。