: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; } } } }
密码:
花园是毒蛇栖息之所。


SCP-6000,空中摄像。

SCP-6000。
特殊收容措施:对SCP-6000的收容已经失败。所有留在地球上的基金会/FUSILLADE人员应向其所在地的HMCL主管报告,以接受进一步指示。
描述:SCP-6000是地球的一部分,它已被转化为被称为 "被放逐者之图书馆 "的超维度地点的一部分。目前,SCP-6000覆盖了整个西半球,而且规模还在不断扩大。SCP-6000的转变开始于南美洲的亚马逊盆地,并在随后的几周内继续跨越整个半球,尽管基金会和GOC已在FUSILLADE项目的旗帜下共同努力以阻止其拓展。
SCP-6000内的所有人口中心、基金会、GOC和FUSILLADE站点都将被视为已损失。面纱协议将被无视。
目前,对SCP-6000的收容措施包括将FUSILLADE的人员疏散到指定的超维度备用地点。
SCP-6000覆盖了地球表面积的58%,并且仍在积极增长。预测表明它将在两个半星期内覆盖整个地球。
附录6000.1
最终记录
以下是57号设施在被完全归入SCP-6000之前录制和播出的最后一段音频记录。虽然人们认为所有的人员和有用的异常都已被疏散,但调查显示,Moose主管在混乱中没有登上过任何一架疏散直升机。
在这个音频文件录制之后,这两个人物都从57号设施的生物识别扫描器中消失了。几秒钟后,该设施被SCP-6000所吞没。
«摘录开始»
MOOSE:所以……现在发生什么了?
SCP-6000-A:你指什么?我们等着就好。还有什么可做的?
MOOSE:没了,我想。我们等着。
SCP-6000-A:然后你在担心什么呢?
MOOSE:我不确定。
[沉默。]
SCP-6000-A:你真的不应该担心,你知道的。
MOOSE:为什么呢?
SCP-6000-A:离开这个世界并不像它听起来的那么可怕。
MOOSE:我觉得你低估了即将发生的事情。
SCP-6000-A:那么,即将发生什么?这就是一直在发生的事情。这是自然的。
MOOSE:不,见鬼去吧,这一点儿都不自然。这个世界正在被活生生地吃掉。我们正坐在这里看着世界末日,却无能为力。
[沉默。]
SCP-6000-A:你认为在这之后还会有什么吗?
MOOSE:我不信上帝,如果你是问这个的话。任何在基金会工作还在信上帝的人都比教皇更有信念。
SCP-6000-A:我问的不是这个。你认为门径覆盖世界之后会发生什么?就会一无所有?
MOOSE:当然。它会吞没世界,取代它。
SCP-6000-A:那就是你的错误所在了。
MOOSE:什么?
[SCP-6000-A用她的手指点燃一支香烟。]
SCP-6000-A:我不明白,主管。你知道的,在逻辑层面上,太阳总有一天会燃尽。你经历你生命当中的每一天,经历各种活动,知道宇宙也有一个保质期。总是会有一个结局。
MOOSE:是的,但是那些——
SCP-6000-A:很自然?宇宙缓慢而痛苦的热寂,看着每颗恒星一颗一颗地变黑,因为它们发现自己不再有能力爆炸着存在,是什么让它比这更自然?这一直都是基金会的致命缺陷。没有能力适应和生存。
MOOSE:这并没有改变任何东西。
SCP-6000-A:它改变了一切,Tilda。我们都在生活和工作,知道没有什么是永恒的。但我们不会因为知道有结局而破坏了我们的故事。还有——这是最重要的部分。总是会有更多的故事。
MOOSE:我……不明白。
SCP-6000-A:图书馆是所有的故事。以前只有一个故事,关于一个基金会和他们与世界末日英勇抗争的故事,现在将会有一亿个新的故事,以及其中所包含的一亿个新世界。
[沉默。]
SCP-6000-A:图书馆不只是连接所有的世界。它本身就是所有的世界。每个世界都是一个故事,每个故事都是一个世界,一切都很重要。
MOOSE:所以并没有失去控制。这是故事的结局,而我们正在成为……图书馆的一部分。
SCP-6000-A:我想你可以这么说。你不是想再次参观一次图书馆吗?你好像很想念它。反正MacMillan特工是这样。
[沉默。]
SCP-6000-A:现在来吧。打开这些手铐。你不想错过世界末日,不是吗?
[沉默。]
SCP-6000-A:嗯哼?
MOOSE:所以……无论什么,我或Adam或任何人都无法阻止它?都是毫无意义的?
SCP-6000-A:[叹气。]重点在于这和以前一样。在一个一无所有的地方缔造新的故事。开心点,Tilda。你的故事将被永远铭记。
MOOSE:如果......如果我不想要新故事呢? | MOOSE:你觉得人们会读到关于我们的事情吗? |
«记录结束»
请按如下方式引用此页:
“SCP-6000”,作者 ROUNDERHOUSE,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-6000。译者 Lovesicker,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-6000。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:center.png, centerred.png
图像名:Fusillade Logo
图作者:Aethris
授权协议:CC BY-SA 3.0
文件名:6k.jpg
图作者:Rounderhouse
授权协议:CC BY-SA 3.0
注释:Composite of smallsnek.jpg和bubble4.png
文件名:bubble3.png
图像名:Borneo rainforest.jpg
图作者:Dukeabruzzi/编辑自Rounderhouse
授权协议:CC BY-SA 4.0
来源链接:维基共享
文件名:smallsnek.jpg,bigsnek.png
图作者:Valdevia / Art Page
授权协议:CC BY 4.0
文件名:library.png
图像名:County Dublin - Long Room-Trinity College - 20180703092642.jpg
图作者: MichaelMaggs/编辑自Rounderhouse
授权协议:CC BY-SA 4.0
来源链接:维基共享
文件名:tilly.png
图像名:Blanche Lincoln, 2007.jpg
图作者:Office of Senator Blanche Lincoln/编辑自Rounderhouse
授权协议:公有领域
来源链接:维基共享
文件名:bubble4.png
图像名:Aerial view of the Amazon Rainforest.jpg
图作者:lubasi/编辑自Rounderhouse
授权协议:CC BY SA 2.0
来源链接:维基共享
文件名:forest2.png
图像名:Flickr - Israel Defense Forces - IDF Elite Units' Soldiers Take Cover in the Elyakim Combat Training Base (14).jpg
图作者:Israel Defense Forces/编辑自stephlynch
授权协议:公有领域
来源链接:维基共享
文件名:jungleman.png
图作者:Pixabay
授权协议:公有领域
来源链接:Pixabay
文件名:bubble5.png
图像名:正在处理
图作者:正在处理
授权协议:正在处理
来源链接:正在处理
文件名:earth.png
图像名:
图作者:NASA/编辑自Rounderhouse
授权协议:公有领域
来源链接: 维基共享
文件名: interior.png
图像名: Long Room Interior, Trinity College Dublin, Ireland - Diliff.jpg
图作者:Diliff
授权协议:CC BY-SA 4.0
来源链接:维基共享
更多维基文档信息,请见版权信息总览。