: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; } } } }
警告:您正在访问O5-3的专用电脑
无权限下访问将被记录。
基金会资料库
[高度机密]
NA——待开发 |NB——失踪 |NC——收容中 |ND——死亡
项目编号:scp-new-682
数量:1
分级:ND
描述:运用生物技术将一只扬子鳄进行改造,外形仿照scp-682制作。喉部加装发声器以播放声音。
处理:已于2035年12月7日进行处决,处决全过程向民众直播开放。处决地点于Site-NEW-77标准收容室内。三名D级人员扮演的收容人员同时死亡。
项目编号:scp-new-1000
数量:3
分级:NC
描述:运用生物技术将三只黑熊进行改造,外形仿照scp-1000制作。喉部声带已切除,大脑内注入定位芯片。
处理:于2036年1月27日起,在“scp纪念馆”四号展馆进行展览,一同进行展览的还有五张经过简单加工的黑熊皮和scp-1000部分文档内容。scp-new-1000仅在周末及节假日进行展览。
项目编号:scp-new-4960
数量:102(计划扩增至257)
分级:NC
描述:对经过审核且综合评定达到优秀的女性D级人员进行手术,脑部加装定位芯片并切除额叶,脊椎处安装基金会制神经发生器以起到控制作用。
处理:于2017年11月15日起,在各新基金会前台公司的夜总会中进行使用,并向民众公开scp-4960除附录之外的文档内容,并宣称scp-new-4960为根据scp-4960进行研究后的人造生物。对scp-new-4960的售卖还在商议中。
项目编号:scp-new-012
数量:32
分级:NC
描述:由基金会自主研发的AI进行的音乐创作,然后誊写为乐谱,乐谱做旧后进行保存。
处理:对于scp-new-012的生产进行一定限制以保证其经济价值。所有scp-new-012均对外宣称为scp-012的一部分节选。scp-new-012的复制品的一部分现已送至维也纳并在金色大厅进行演奏。
项目编号:scp-new-096
数量:1
分级:NB
描述:由一名D级人员改造而成。其外观根据scp-096制作,切除部分肌肉,喉部加装发声器以播放声音,改造眼部神经使其对600cd以上亮度感到极度不适。
处理: [权限不足]
项目编号:scp-new-[暂无]
数量:1
分级:NA
描述: [暂无]
处理: [暂无]
SCP基金会监督者议会就异常消失做出的公开告示
日期:2016/1/1
状态:未公开
晚上好。我的名字是Manity,SCP基金会的监督者之一。我们是寻求整理并收容世界各处异常实体、现象的组织。过去百年间里我们一直隐秘运作,维护我们世界的现状。
直至今天夜晚,我们再也无力维护面纱了,或者说,无需让面纱继续保持下去。人类已经不需要我们。
发生的一切,我们也无法理解。异常一个个消失,世界慢慢显现出它的轨迹。O5议会,本为基金会的领导者,但失去异常支持的他们,仅剩下一名成员,他们在弥留之际进行了最后一次会议,宣告了基金会的解体。
感谢你们,我们无法解释曾经发生的一切,那些不可思议的东西,我们只能如吟游诗人一般如传说唱出。
Manity
SCP基金会监督者议会就异常消失做出的公开告示
日期:2016/1/3
状态:公开
晚上好。我的名字是Manity,SCP基金会的监督者之一。我们是寻求整理并收容世界各处异常实体、现象的组织。过去百年间里我们一直隐秘运作,维护我们世界的现状。
直至今天夜晚,我们无需让面纱继续保持下去。
这个世界,由常态和异常组成,我们从异常中学习,在常态中铸就辉煌。登月、制药……基金会涉足很多,但我们已经不愿仅存在于黑暗,世界需要我们。
在此,我们宣布,世界,由我们接手。
Manity
O5招募计划
日期:2016/7/10
状态:公开
在过去的几个月中,基金会已经融入了这个世界。在此感谢各国政府的支持与合作。我们也对此过程中解体的美国、意大利等政府深表遗憾。
下一步,基金会将对如今的世界进行改造,借助我们研究异常所得到的科技,今后的世界将是一片光明。
当然,我们不是一个封闭的组织,在“帷幕破碎”之前,我们便有接纳各领域优秀人才的先例。
在此,我们将从经济、政治、军事三个方面,开放O5-1、O5-2、O5-3三个职位。
Kilke
O5-5
警告!
日期:2016/7/10
状态:公开
所有居住在Site-23区域以及周边区域的居民请注意。
scp-096现已突破收容,该异常极其危险。具体信息请参考已公开的关于scp-096的文档。
任何人,有关于scp-096的线索请拨打基金会异常查询电话(128-1123-1228)以告知基金会。切勿尝试私自接触该异常。
scp基金会异常收容部
2017-2035
[已归档]
2036
日期 | 姓名 | 时间(天) | 备注 |
---|---|---|---|
2036/1/3 |
Manity |
7300 | 无 |
2036/1/3 |
Jake Bule |
6352 | 无 |
2036/1/10 |
Lame Sade |
720 | 无 |
2036/1/10 |
Ger Green |
1020 | 无 |
2036/1/10 |
Sam Ke |
735 | 无 |
2036/1/10 |
Ben Xin |
1122 | 无 |
A-102
scp-new-096失踪事件
Lubade日记本
2021/2/23
火车站,全是人,逃难的人。
我远远得看着,等候室、站台上,甚至铁轨上也挤满了人,他们大都衣不附体,拿着少得可怜的行李。那个女孩已经哭了半天了,我去问几个穿制服的,这是怎么了。他们说,洪水。
我记得,新闻里说,长江大堤修建完成,这是将基金会第一个建设计划里辉煌的一笔,发言人是O5-9。
我还想找人聊聊,就听见火车的声音。人群骚动起来,那几个穿制服的上去维持纪律,但人这么多,他们努力了一会就放弃了。“一个小破车站,几年了,说是翻新翻新,连个大门也没有。”其中一个穿制服的退下来,点了根烟,看着没有完全进站的火车被迫提前打开车门,人们一拥而上。
“小伙子,去哪啊?”那个男人掐灭了烟。我说我是记者,放假,回老家看看。
我确实是记者,也确实来看看我们曾经的家。
我待到晚上,人还是很多,但至少不用坐到铁轨上了。
也没了哭声,她把哭声留在了铁轨下面。
操他妈的
2021/3/1
几天前,我还不会抽烟。
世界变了。一个圈,三个箭头,现在满世界是这个符号。他们很快掌握了这个世界,并说过,要让这个世界更好。他们会让穷人吃上饭,让战争不再。很惊讶,所有人都很惊讶,惊讶之后便是怀疑,可怀疑没用,怀疑之前他们就已经是这个世界的新主人。
人们总会对突然的、未知的,先感到害怕,然后疑惑,若它再展现出强大,人们就会对它俯首称臣、言听计从。至少基金会的出现印证了这个道理。
他们告诉我们,世界由异常与常态组成,并展示了一个无头死尸如何依靠手中的笑脸“活蹦乱跳”三个多小时。
世界是否真的存在“异常”,我不在乎,我只知道,一个小女孩在这样一个“新世界”,死在我面前。我上次竟还涂掉?逃避没用。
2021/3/25
直播,人们很兴奋。
斩首亚伯。然后是欢呼、庆祝,人声鼎沸。
“这是人类的胜利!人类的勇气,人类的赞歌!”O5-11,很美丽。她将血饮下,向世人干杯。
我在车站,大屏幕转播着O5-11的演讲。一个孩子跑向我,举着玩具枪:“我是九尾狐队长!啪!啪啪!”那孩子没吃完的面包掉在地上,被他的爸爸捡起,扔进了垃圾箱。
垃圾箱上也有着箭头和圈。
我乘车去21区省会,包里是我的这五个月的调查。省点边角料,写写日记。
2021/3/26
把调查事先藏好是个好主意。大巴半路被拦了,警察,基金会的。
一人50,我只有整百的,他们没找。
基金会欠Lubade100元
2021/4/15
麻木、习惯、屈服。
五个月的心血,退了回来。能怎么办,能怎么办。
不如去
审讯记录
日期:2021/4/20
受访者:Lubade
采访者:███
[记录开始]
███:Lubade先生,您好。我们想和您聊聊这个。
███拿出Lubade调查资料复印件
Lubade:怎么了?
███:对于您所调查的资料,我们十分重视,
Lubade:所以你们?抽走了多少张?
███:那些资料都是基金会的机密,不能放在……
Lubade:那些是事实,我想,让人们知道些事实是我的工作。
███:当然当然,Lubade先生。我们请您来,也是希望您能发挥您的价值,做您的本职工作。这是我们根据您的调查整理的一份报告,您看看?
███拿出报告
Lubade:让我撒谎?
███:不会。放心,Lubade先生,这份报告句句属实。看看?
Lubade阅读报告
Lubade:水库修建会导致上游水位上升,但基金会已经安顿所有沿江居民……
███:小小的修改罢了。而且我们已经处理了当地难民的问题,他们……
Lubade:或者我提供一个版本,怎么样?不用像这版一样把我写成英雄。很简单,字不多。
███:Lubade先生?
Lubade:一名记者死于洪水,死因不详。他的肺中满是名为scp的肿瘤。
███:Lubade先生!
Lubade:我说完了,剩下的,随你们。
[记录结束]
备注:Lubade随后成为一名D级人员,并在Site-CN-151服役。
视频记录——scp-new-096失踪
日期:2035/12/1
押送队伍:B2-151押送小队
反应小组:C1-151反应小组
目标:Site-NEW-151标准处刑场005号
[记录开始]
[9:12:11]:押送小队和scp-new-096出现。
[9:20:32]:刑场聚光灯打开,scp-new-096喉部人造发生器开始发出尖嚎声,scp-new-096感到极度不适并抱头蹲下。
[9:23:01]:押送小队成员晕倒,摄像暂停。
[9:25:30]:scp-new-096消失在镜头外,Site-NEW-151走廊以及大门监控摄像头因为维修缘故无法记录。
[9:35:41]:C1-151反应小组紧急进入Site-NEW-151标准处刑场005号。
[9:40:41]:Site-NEW-151南面围栏监控拍摄到scp-new-096跳入河流。
[记录结束]
备注:scp-new-096即是Lubade,现已失踪。押送小队成员次日均死亡,据推测死因为杀伤性模因。
聊天室
O5 ONLY
O5-1:还没找到?
沿河找过了,前天在城市东侧,疑似又一起模因杀人,死的是一个特工。:O5-3
O5-1:那他可能已经出城了,你们那些个警察都是饭桶吗!
你以为好找吗?151城有多大你不会不知道,现在还是狂欢节期间。:O5-3
O5-11:不要吵了,没意义。我倒是好奇,他是怎么弄到这个模因的?一个当了这么久的D级。
O5-12:他去过以前的Site遗址,那个Site里面本来有很多模因,我们的人,这是我们的疏忽了,在他去那个Site后才去拿回那里的资料,很多是关于模因的。关于那个Site的资料很少,所以我们一开始也没有注意。不过模因都不能用了。你们知道,那件事。以前最具有杀伤性的模因现在也只能让人流流鼻血了。所以,很疑惑。
O5-1:我们就假设他有能杀人的模因,为什么要到现在才?
O5-9:只能猜,他一开始不知道那是模因,或者不会用那个模因。
O5-5:不论如何,现在,我们要是找到他,实在不行就用老办法。3,他现在在大概哪个地区?
151和138交界处,他的腿部是没问题的,但肯定只能晚上行动,他现在一点光的刺激都不能受。:O5-3
O5-5:好,准备几个D级,媒体方面先打好招呼。
O5-9:13怎么说?它还没算出什么吗?
O5-5:这涉及很多,要时间。
他让我感到危险,|
[发送] [取消]