: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; } } } }
警告:下列文件为 3 | 4 | 0 级机密
无对应权限下的访问将被记录并立即处以 纪律处分 | 处决 | [已无必要]程序。
| 人员档案:2e0981 | A90B1kaE | D1832
| 档案目前维护者:Abe Slane | Site-CN-00 主管 Anybody | Lefs Abraham
[人员名称]
Abe Slane | Abe Slane | Abe Slane
[人员性别]
男 | 男 | [未知]
[人员状态]
在职 | 失踪 | 已死亡
[就职站点]
Site-CN-91 | Site-CN-00 | 反常部
[经手工作]
[完整列表请咨询站点主管] | [完整列表请咨询站点主管] | [完整列表请咨询站点主管]
[工作履历]
19██ 年于██大学获得博士学位,1973 年在一次基金会对外招募中顺利加入 Site-CN-91 奇术研究部门。1988 年获得 3 级研究员权限,此后持续工作至今。
19██ 年于██大学获得博士学位,1944 年因巧合进入了 Site-CN-00 指挥部,并因协议内容加入了 Site-CN-00。有关其工作履历其余信息因权限问题不予展示。
[已编辑],在此之后其顺利加入反常部并负责研究相啸魔。在最后一次收容任务中死亡,与此同时,反常部在概念上坍缩,平行宇宙世界线被废弃。
[人员简介 | 随即筛选关键词记录]
富有同情心、健谈的、健忘的 | 冷漠的、沉默寡言的 | [缺少记录]
[外貌特征]
[从缺] | [从缺] | [从缺]
[无描述] | [无描述] | [无描述]
[备注]
可以确定的是人员在不同世界线中扮演的角色与身份完全不同,当世界线汇聚时,其可能会自发性湮灭。可以预见的最近的世界线汇聚点是 5 年 10 个月 23 天后。
正在进一步寻找其去向,目前不排除其已死亡这一可能性——但由于其执行工作的特殊性,目前可以认为其还未死亡(或称完全死亡)。
[由于人员已死亡,更多信息不必要]
| 页面版本: 8 | 65 | 322,最后编辑于:20 Nov 2021 14:25 | 29 Nov 2021 00:27 | 22 Oct 2021 12:02
SCP 项目
故事
被放逐者之图书馆
SCP 项目
SCP-CN-2699 - 《哈利波特与读后练习题》
最初之作(存活意义上的),我记得当时写的时候似乎是突然有了一个点子,写下去,然后就成了。后来辗转加入了床脚,又把草稿给 QQ 上的一些前辈们审阅(直到现在也是这样),于是就有了现在这个样子。老实说我当时真没想过这篇文能获得这个分数。
SCP-CN-2730 - 融合,重生
我的第二篇 skip,可以说是走了 js 的路子,但看上去不太成功。这篇文的图片我是记忆犹新,我深切为当时不去安慰群友反而要图的行为感到抱歉(土下座
SCP-CN-2023 - 祭
这篇呢,就是我对新风格的第一次尝试,并第一次奠定了我今后的 skip 写作方向。这篇看上去还可以,我比较满意。
SCP-CN-1071 - 凶手是她,Christina。
凶手是他,AWCY(雾)。一篇对于我来说不太愉快的文章,主要导致了我与某个我不愿意提及的前基金会成员的矛盾。说回文章本身,我似乎…不算很满意,但也差不多了。
SCP-CN-2993 - 坠入
A new start of a new serie!当初我写这篇还没有想到可以有续集,也是机缘巧合发现我写作的这两篇(这篇和不要到达顶层)有共同之处,于是一个新的系列就如此诞生了。这篇我会给它 80% 的满意程度。确实还可以。
SCP-CN-1028 - 晒月亮
有一点偷懒的电波作(逃),能上 30 分我是很意外的。我一直有一种月光下在田野里沐浴月光的意象,这篇文是终于把它写出来了,意外得快。
SCP-CN-2988 - 不要到达顶层
这是一个成功,100% 的满意程度。只能说修改的时间和文章的质量是成正比的(捂脸)。
SCP-CN-2929 - 开门呐
这是一篇特别的文章,因为它走的是温情路线。我不知道这算不算成功,但这确实是一个新尝试。也许以后我不会写这类的文章了吧。
SCP-CN-2046 - 天黑请睁眼
这篇的点子是我在学校运动会时想到的,当时我的一众同学在操场上玩狼人杀。这篇的分数高得出乎我的预料,老实说,我以为这篇最多 25。但…我也不知道咋回事了。
SCP-CN-2043 - 你想要的结局The Final Outcome You Want
反常部第一次进入我的这个设定,当时我记得是学校放了半天假,回到家想写文半天憋不出来,就突然想起可以给 2988 写个续集——然后这篇就出来了,不太理想。
SCP-CN-2301 - 尖啸有人在听。Screaming Has His Listener.
说好的填设定的作品,虽然看上去还是不很成功,但我大概是满意了。上 20 已知足(。
SCP-CN-2575 - 普通的大厦倾覆之时
尝试 meta 失败的作品,本来说好给江羽占编号的作品没占成,被 KC 抢占先机了属于是((。挺对不起江羽的,讲实话。
故事
告别。
我很满意。就是设定方面最开始出了点疏忽,最后改好了。第一篇活下来的故事(说起来这篇前我一直试着写成人内容,很不幸的是全死了((。
尸体去哪了?
很早的文被我国庆扒出来修改,目的还不是为了多发点文,趁着国庆这个流量火车((。我没有预料到它会这么成功,但确实是修改了一两天的我记得((。
被放逐者之图书馆
观星
印象里是我的第二篇作品,第一版和第二版有很大的差异,但最终结果我差不多满意。
何方
我个人挺满意的…但可惜没有得到大众认可,算是一个遗憾。我给它 80% 的认可。自此之后我好像就开始一直写 skip 了((。
造星者
这篇是我突然的脑洞产物,看起来还不错。80% 的认可。得到了很多颜文字很可爱的评价是我没预料到的,大概是评论区第一位带的头((。