: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; }
SCP-7399 - 来自记录,档案与信息安全管理部的审查通知
Bohart:您,什么,看完了?所有的?
SCP-6376 - 一棵红色树
“祭品还是不足,不过我欣赏这幕演出。”
SCP-7457 - 尼安德特人必需之物
一段数量不定的记忆遭到替换,变为如何使用30,000年前的星象确定自身位置的全面知识。
SCP-6301 - 《Funky Finn的儿童欢乐时间》
其中首支歌曲是一首长约四分钟的英文歌,但其余时间内播放的内容均属于一种未知语言。
SCP-7599(旧) - 巴达利斯克之诗
与dingxiaoshu,
Lido Ernie,
AStarTwoEyes合译
就他好士子,实在让人烦。速速远离去,莫要把我缠。
SCP-6123 - VKTM出品:《媒体与你》
演讲者Alpha:什么意思?显然是说那到处都是的内脏!现在,我可以接着讲了吗?
SCP-6182 - 好好安歇
基金会特工已潜入数个讨论“曼德拉效应”的网络社区,散布虚假信息以维护帷幕。
SCP-6591 - 练起来!:维坎德·尼德技术传媒节目
就是看你们这群人真以为现在做了什么有用的事,我觉得还挺乐的!
SCP-5897 - 历史是由VKTM书写的
SCP-5897第4集的内容为20世纪初义和团和一个活动于中国北方的小型欲肉教团体之间的战斗。
SCP-6891 - 如何毫不费力地消除焦虑
你就可以毫无顾虑地撞死一个又一个Billy,就像某些报复社会的哲学家把他们捆在了电车轨道上。
SCP-6780 - “dado见康”由维坎德·尼德推荐给您
dado很单心 因为上个视频抹黑了dado见抗 dado花钱不是让泥们拍这个的
SCP-7806 - 给dado的膝盖
若有将其用于娱乐用途的请求,必须加以拒绝,并立刻上报伦理委员会。
SCP-3969 - 蠢货
三百二十七个,准确地说。而且要一口气吃完。
SCP-6041 - 忧天小鸡镇魂曲
JM-390叹气,接近云朵并轻松切断了细绳。云朵缓慢飘落地面。
SCP-5706 - 《上古卷轴5:天际》搞笑速通!!!!!(不妙展开!)[色情内容!!]{绝非标题党!!!}
在加利福尼亚州洛杉矶市举办的电子娱乐展览会上,参与者在举行一次淫乱聚会后表现反常。
SCP-6080 - 卡通网络
——但我想,你们都被困在了各自的箱子里。
SCP-6618 - “爸爸!”
“你会明白自己的位置,孩子。就像你的兄弟姐妹那样。”
SCP-5581 - 挥拍发人
前臂和大腿上的皮肤延展,包裹住脊椎和尾椎组成的结构,使全身变为球体。
SCP-5150 - 异常牙科诊所
SCP-5150-3会将来源未知的牙齿直接植入对象的口腔。
黑群臣
只靠皇后Queen是下不了棋的。
SCP-7576 - 入学
SCP-7576-B宣传称,学生仅需在SAT考试中取得1000分即可被录取,没有附加要求。
SCP-7889 - 谎言与诽谤
我究竟是图啥才要看VKTM的片子啊。
SCP-403-FR - 流亡呱葫
我想要向您描述那样的旋律,可惜心有余而力不足。
SCP-7069 - VKTM出品:读者x你!
将伪神们拉下王座,或者认识一下作为他们的祂们。
SCP-7294 - 与Burton一家共进早餐
没有看到任何站在Matilda身后,静静注视家庭成员进餐的人。
SCP-7405 - 重归绿草如茵处
它利用铝箔的热辐射将自身烹饪,散发出的香气引来了一群乌鸦。
SCP-6036 - 握住此手
事后回收到了与羊水类似的液体,以及两只截断部位与SCP-6036相近的手。
SCP-6358 - 弥赛亚
“是呀好书很有趣很血星抱力——”
SCP-6897 - 你敢信吗香肠是这么做的!
MacPhaerson:技术细节我不晓得,我是负责公关的。
SCP-5681 - 炼狱街道
Kevin:怎么回事?你说过“死亡迷宫”就是个叫法而已!
SCP-5698 - 经济迁移
他们现在赚的钱肯定比失业的时候多,对吧?
SCP-3643 - 第一部分:异常是最危险的动物
推测其身份即为(或者更可能是假冒为)未被抓获的连环杀人犯“黄道十二宫杀手”。
SCP-5697 - 贝壳面先生
对象与SCP-5697一边抽烟一边谈论各自的过往,持续两小时。
SCP-7796 - VKTM出品:《贝壳面先生今晚有约》
Cavatelli:得了吧Jerry,访谈节目不谈政治有什么好看的?闭嘴。
SCP-1337-EX - 维坎德·尼德的NFT!
一个超链接,他们要价500美元?耶稣基督啊。
SCP-5571 - 《美国后花园》
我不是说它们根本不存在……[叹气]好吧,我给你讲个故事。
SCP-7180 - 一切都会OK的
1.有3-4条线段交汇于一个封闭图形附近。2.向读者肯定某一对象的价值。
SCP-CN-2295 - 自收件人 [+21(+28/-7)]
-2于当天夜间自缢身亡。
SCP-CN-2296 - 祭如在 [+22(+28/-6)]
活跃期间,网页外观类似于面向民众的线上祭扫活动门户网站。
SCP-CN-2297 - 虫制版 [+22(+23/-1)]
与原作相比,-B中会增添一段或多段节肢动物相互攻击的情节,且内容的暴力程度显著增加。
独木孤 [+19(+21/-2)]
地聋,天瞽,/深浅墨中孤绿浮。
SCP-CN-2482 - 水晶第十三刻 [+17(+23/-6)]
期待来自你的水晶的共鸣。
SCP-CN-2523 - 如果是假的 [+12(+20/-8)]
即使现在那些帖子被删掉,人们白白浪费的同情心也回不来了
SCP-CN-2524 - 宛平南路600号 [+20(+22/-2)]
说到底,让常态世界围着异常转,少一群普通人可以,少一个异常不行,这不正是基金会的做法吗?
男性,生于2003年。
来自广东,目前在上海读大学。
没有特别喜爱或厌恶的事物。
除了做白日梦以外没有特长。
SCP-CN-2736
[+20](+23/-3) 8评论 / 最近评论 DJ Gun 21 Sep 2023 07:30 最近编辑 Grignard_reagent 20 Sep 2023 05:32最近编辑:Grignard_reagent 时间:20 Sep 2023 05:32
Grignard_reagent的作者页
[+12](+12/-0) 10评论 / 最近评论 Arthur Murdoch 18 Jan 2023 06:33 最近编辑 Grignard_reagent 19 Sep 2023 13:04最近编辑:Grignard_reagent 时间:19 Sep 2023 13:04
SCP-7180
[+6](+6/-0) 4评论 / 最近评论 N5meless 19 Sep 2023 01:33 最近编辑 Grignard_reagent 18 Sep 2023 16:58最近编辑:Grignard_reagent 时间:18 Sep 2023 16:58
SCP-6123
[+5](+5/-0) 6评论 / 最近评论 mindormind 16 Dec 2022 03:02 最近编辑 Grignard_reagent 14 Sep 2023 14:23最近编辑:Grignard_reagent 时间:14 Sep 2023 14:23
SCP-5571
[+5](+5/-0) 1评论 / 最近评论 Grignard_reagent 10 Sep 2023 13:12 最近编辑 Grignard_reagent 11 Sep 2023 04:10最近编辑:Grignard_reagent 时间:11 Sep 2023 04:10
SCP-1337-EX
[+3](+3/-0) 1评论 / 最近评论 Grignard_reagent 03 Sep 2023 06:09 最近编辑 Grignard_reagent 03 Sep 2023 10:08最近编辑:Grignard_reagent 时间:03 Sep 2023 10:08
SCP-7294
[+3](+3/-0) 3评论 / 最近评论 ninenightnein 13 Aug 2023 03:51 最近编辑 Grignard_reagent 02 Sep 2023 08:35最近编辑:Grignard_reagent 时间:02 Sep 2023 08:35
SCP-5698
[+1](+1/-0) 1评论 / 最近评论 Grignard_reagent 24 Aug 2023 15:04 最近编辑 Grignard_reagent 31 Aug 2023 10:14最近编辑:Grignard_reagent 时间:31 Aug 2023 10:14
SCP-7599(旧)
[+9](+9/-0) 4评论 / 最近评论 dingxiaoshu 06 Dec 2022 02:29 最近编辑 blackinblack 30 Aug 2023 14:33最近编辑:blackinblack 时间:30 Aug 2023 14:33
SCP-7796
[+2](+2/-0) 2评论 / 最近评论 AttackMoon 29 Aug 2023 23:36 最近编辑 Grignard_reagent 30 Aug 2023 04:53最近编辑:Grignard_reagent 时间:30 Aug 2023 04:53
SCP-7069
[+3](+3/-0) 2评论 / 最近评论 ahshow 12 Aug 2023 13:47 最近编辑 Grignard_reagent 26 Aug 2023 13:12最近编辑:Grignard_reagent 时间:26 Aug 2023 13:12
SCP-5681
[+1](+1/-0) 2评论 / 最近评论 hopefuel 23 Aug 2023 21:27 最近编辑 Grignard_reagent 22 Aug 2023 09:36最近编辑:Grignard_reagent 时间:22 Aug 2023 09:36
SCP-6897
[+1](+1/-0) 2评论 / 最近评论 czs1 19 Aug 2023 10:31 最近编辑 Grignard_reagent 20 Aug 2023 05:37最近编辑:Grignard_reagent 时间:20 Aug 2023 05:37
SCP-5897
[+3](+3/-0) 6评论 / 最近评论 MovingSeconds 02 Sep 2023 17:20 最近编辑 Grignard_reagent 19 Aug 2023 08:23最近编辑:Grignard_reagent 时间:19 Aug 2023 08:23
SCP-6591
[+4](+4/-0) 2评论 / 最近评论 dingxiaoshu 12 Dec 2022 11:40 最近编辑 Grignard_reagent 19 Aug 2023 08:11最近编辑:Grignard_reagent 时间:19 Aug 2023 08:11
SCP-6358
[+1](+1/-0) 5评论 / 最近评论 Grignard_reagent 18 Aug 2023 05:00 最近编辑 Grignard_reagent 16 Aug 2023 15:19最近编辑:Grignard_reagent 时间:16 Aug 2023 15:19
SCP-6036
[+1](+1/-0) 2评论 / 最近评论 ninenightnein 15 Aug 2023 13:55 最近编辑 Grignard_reagent 15 Aug 2023 05:36最近编辑:Grignard_reagent 时间:15 Aug 2023 05:36
SCP-7405
[+3](+3/-0) 3评论 / 最近评论 Agent FS 14 Aug 2023 18:14 最近编辑 Grignard_reagent 14 Aug 2023 08:07最近编辑:Grignard_reagent 时间:14 Aug 2023 08:07
SCP-7457
[+10](+10/-0) 4评论 / 最近评论 Sober Trumpet 10 Jan 2023 13:25 最近编辑 Grignard_reagent 11 Aug 2023 05:18最近编辑:Grignard_reagent 时间:11 Aug 2023 05:18
SCP-CN-2524
[+20](+22/-2) 3评论 / 最近评论 Ice_fish 13 Aug 2023 04:31 最近编辑 Grignard_reagent 04 Aug 2023 18:32最近编辑:Grignard_reagent 时间:04 Aug 2023 18:32
SCP-7399
[+9](+9/-0) 7评论 / 最近评论 llemon_tree 24 May 2023 09:33 最近编辑 LeeBr 03 Aug 2023 16:03最近编辑:LeeBr 时间:03 Aug 2023 16:03
黑群臣
[+4](+4/-0) 4评论 / 最近评论 Sasoi 13 Jun 2023 18:32 最近编辑 LeeBr 15 Jul 2023 15:18最近编辑:LeeBr 时间:15 Jul 2023 15:18
SCP-403-FR
[+6](+6/-0) 2评论 / 最近评论 Kanie Ja 29 Jun 2023 10:46 最近编辑 Grignard_reagent 30 Jun 2023 00:15最近编辑:Grignard_reagent 时间:30 Jun 2023 00:15
SCP-CN-2523
[+12](+20/-8) 6评论 / 最近评论 RalcomTheAbsurt 29 Jun 2023 14:08 最近编辑 Grignard_reagent 26 Jun 2023 15:19最近编辑:Grignard_reagent 时间:26 Jun 2023 15:19
SCP-7889
[+2](+2/-0) 3评论 / 最近评论 Backlight SH 25 Jun 2023 03:03 最近编辑 Grignard_reagent 24 Jun 2023 16:02最近编辑:Grignard_reagent 时间:24 Jun 2023 16:02
SCP-6891
[+2](+2/-0) 1评论 / 最近评论 Grignard_reagent 17 Dec 2022 15:04 最近编辑 Grignard_reagent 22 Jun 2023 13:04最近编辑:Grignard_reagent 时间:22 Jun 2023 13:04
SCP-6780
[+5](+6/-1) 8评论 / 最近评论 419ZTH 18 Jun 2023 04:25 最近编辑 Grignard_reagent 22 Jun 2023 13:03最近编辑:Grignard_reagent 时间:22 Jun 2023 13:03
SCP-6301
[+4](+4/-0) 4评论 / 最近评论 Toramaru Syou 01 Dec 2022 15:45 最近编辑 Grignard_reagent 22 Jun 2023 13:01最近编辑:Grignard_reagent 时间:22 Jun 2023 13:01
SCP-7576
[+3](+3/-0) 4评论 / 最近评论 ninenightnein 22 Jun 2023 13:39 最近编辑 Grignard_reagent 22 Jun 2023 06:43最近编辑:Grignard_reagent 时间:22 Jun 2023 06:43
SCP-CN-2482
[+17](+23/-6) 2评论 / 最近评论 Tg2310 31 May 2023 06:10 最近编辑 Grignard_reagent 30 May 2023 19:01最近编辑:Grignard_reagent 时间:30 May 2023 19:01
SCP-5150
[+3](+3/-0) 4评论 / 最近评论 Kanie Ja 22 May 2023 08:13 最近编辑 Grignard_reagent 22 May 2023 13:59最近编辑:Grignard_reagent 时间:22 May 2023 13:59
SCP-5581
[+4](+4/-0) 3评论 / 最近评论 LeeBr 12 Apr 2023 11:20 最近编辑 Grignard_reagent 12 Apr 2023 08:19最近编辑:Grignard_reagent 时间:12 Apr 2023 08:19
SCP-6618
[+4](+4/-0) 3评论 / 最近评论 Fox_YaGetsu 16 May 2023 03:59 最近编辑 LeeBr 11 Apr 2023 04:55最近编辑:LeeBr 时间:11 Apr 2023 04:55
SCP-6080
[+8](+8/-0) 1评论 / 最近评论 Grignard_reagent 30 Mar 2023 06:44 最近编辑 Grignard_reagent 30 Mar 2023 06:42最近编辑:Grignard_reagent 时间:30 Mar 2023 06:42
独木孤
[+19](+21/-2) 4评论 / 最近评论 Forestar 02 Mar 2023 13:27 最近编辑 Grignard_reagent 28 Feb 2023 12:54最近编辑:Grignard_reagent 时间:28 Feb 2023 12:54
SCP-5706
[+5](+6/-1) 4评论 / 最近评论 RalcomTheAbsurt 05 Feb 2023 09:49 最近编辑 Grignard_reagent 04 Feb 2023 14:43最近编辑:Grignard_reagent 时间:04 Feb 2023 14:43
SCP-6041
[+3](+3/-0) 1评论 / 最近评论 Grignard_reagent 03 Feb 2023 18:17 最近编辑 Grignard_reagent 03 Feb 2023 18:59最近编辑:Grignard_reagent 时间:03 Feb 2023 18:59
SCP-CN-2295
[+21](+28/-7) 1评论 / 最近评论 Grignard_reagent 07 Nov 2022 10:33 最近编辑 Grignard_reagent 18 Jan 2023 04:22最近编辑:Grignard_reagent 时间:18 Jan 2023 04:22
SCP-CN-2297
[+22](+23/-1) 8评论 / 最近评论 XiongR 20 Jan 2023 01:54 最近编辑 Grignard_reagent 16 Jan 2023 12:10最近编辑:Grignard_reagent 时间:16 Jan 2023 12:10
SCP-3969
[+5](+5/-0) 9评论 / 最近评论 errunknown 15 Jan 2023 09:52 最近编辑 Grignard_reagent 14 Jan 2023 17:54最近编辑:Grignard_reagent 时间:14 Jan 2023 17:54
SCP-CN-2296
[+22](+28/-6) 5评论 / 最近评论 NevermindIssacs 12 Dec 2022 04:08 最近编辑 Grignard_reagent 27 Dec 2022 08:25最近编辑:Grignard_reagent 时间:27 Dec 2022 08:25
SCP-6182
[+4](+4/-0) 7评论 / 最近评论 God Iron 04 Apr 2023 11:00 最近编辑 Grignard_reagent 10 Dec 2022 12:31最近编辑:Grignard_reagent 时间:10 Dec 2022 12:31
SCP-6376
[+8](+8/-0) 7评论 / 最近评论 Frankyao 29 Nov 2022 07:58 最近编辑 Grignard_reagent 05 Dec 2022 13:44最近编辑:Grignard_reagent 时间:05 Dec 2022 13:44