@supports(display: grid) { :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); } #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); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) 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 { /* 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); } #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); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) 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; } }
一首听起来很带感的歌曲:
研究员fishalt的自画像。
姓名:fishalt,鱼盐,ᠰᠠᠴᠤᠷᠠ。
安保等級:未定。
专长:绘制艺作,扮家家酒。
历史:祖籍蒙古国,现居中国北部,自小学时了解到基金会并尝试绘制艺作,怕鬼,因父爱缺失而有严重的恋父情结,喜欢胡子大叔和肌肉姐贵。
20██年在游玩某知名FPS游戏后喜欢上了铲青头,当天就下楼剃了一个。
20██年12月9日在某社交平台上发布短篇漫画:《Clefと682が印度支部に旅行する[中国翻訳]》,因过于辣眼而引起了基金会的注意,在被纳入收容3年后被证实没有异常性质,被收编为研究员。任何与《Clefと682が印度支部に旅行する[中国翻訳]》有关的物品都应被销毁,其会对阅读者的智商和视网膜造成不可逆的损害。
不知为何非常喜欢过家家或模拟经营类游戏,因此人生的大部分时间都是和蚂蚁们一起度过的,观察社会运作是其业余爱好之一。因过于孤僻而没有朋友,SCP-CN-2477是其内心与恐惧的写照。
大概在很小的时候,很喜欢在youku上看视频,总是在无意中能刷到一些很有趣的视频,其中有一个是把收容失效恶搞化的产物——jjh的标语被换成了春哥和金坷垃,173的头成了暴漫。那时候也不知道这是啥游戏,看一个乐呵罢了。
大概又过去了很长时间,终于接触到了收容失效的原版,知道了有scp这么个东西,无奈当时手机被没收了,只能继续等下去。
2017年的时候拿回了手机,那时候最大的乐趣就是蹲在房间的地上看贴吧里关于收容失效的科普帖子,那时候贴吧里的图楼少的可怜,捡贝壳的孩子好像还没有当上吧主,跳舞乌英达姆的682自传还在持续更新,连审核楼都没有。在个人爱好下创建了一个图楼,画一些自己想画的东西。
没想到那个帖子坚持了有些年头,682自传完结、审核楼里冒出一大批大佬,记得当时有一个叫咸鱼绿士的大佬,画的049非常有看头。我那时也常常和各个图楼的楼主互动,把主站上的文档打印成一本厚书当成课外读物。也写过几篇scp,但非常拙劣,也只在贴吧里发布过。
后来兴趣渐渐淡了,去了别的圈子,图楼也鸽了,这么一放就是四五年。
这之间断断续续的也保持着点联系,偶尔看看别的图楼,当然,最后他们也鸽了。也听说过吧里小鬼大量涌入,再一进吧果然进不去了。
后来有一天在补课班坐电梯,二楼进来一个小孩,手里拿了一堆牌,就站在我前面,我低头一看,???这上面不是scp???我当时失声到:“这玩意还有牌?”
当时也那么就过去了,直到11月初翻贴吧翻到了这个吧的帖子,是关于914的试验记录的,越看越有意思,上主站当小说看完了,在wiki上注册了账号,开始正式写一些东西,发了几篇草稿,有些的烂的被锐评扎破脸的,也有还凑合的被人说可以的。
这么多年就这么过去,看着自己走到现在,感觉真的很不一样。
fishalt研究员仍未放弃传播该物品的企图,如果谁再看见她把那漫画拿出来,立即对其进行无效化处理。——研究员██
可恶,如果你在什么地方看见关于那东西的内容了,马上向我们举报,就写在她人事页下面就好了,基金会在这里感谢你。——研究员██
原创SCP
SCP-CN-2081
+27 … 5
最新评论: Skaditxdy 于 25 Nov 2022 03:16
最新编辑: fishalt 于 25 Nov 2022 09:22
项目编号:SCP-CN-2081 项目等级:Euclid Neutralized SCP-CN-2081的一封信件 特殊收容措施:若SCP-CN-2081-A出现,则对其进行跟踪,并做好回收尸体的准备。 自20██年起,有关SCP-CN-2081的事件开始停止出现,推测是因中国地区信件交流的没落导致SCP-CN-2081不再有出现的条件。...
标签: scp 原创 无效化
SCP-CN-2477
+11 … 10
最新评论: fishalt 于 01 Dec 2022 12:06
最新编辑: fishalt 于 30 Nov 2022 23:25
+ Show component code - Hide component code + Show component code - Hide component code SCP-CN-2477 另一端的图像,由特工021拍摄 SCP-CN-2477 另一端的设施部分,由特工021拍摄 ...
标签: euclid scp 原创 建筑 液体
SCP-CN-2865
+21 … 9
最新评论: fishalt 于 08 Dec 2022 08:03
最新编辑: fishalt 于 08 Dec 2022 09:31
...
标签: keter k级情景 scp 原创
SCP-CN-2912
+17 … 16
最新评论: BrandyoftheRivers 于 30 Dec 2022 03:11
最新编辑: fishalt 于 14 Dec 2022 07:10
...
标签: safe scp 人造物品 原创 隔地促动
SCP-CN-2964
+49 … 18
最新评论: BrandyoftheRivers 于 30 Dec 2022 03:08
最新编辑: fishalt 于 21 Dec 2022 08:19
...
标签: meta scp 原创 无效化
SCP-CN-2365
+21 … 9
最新评论: 5M7 于 30 Mar 2023 05:32
最新编辑: fishalt 于 06 Jan 2023 05:09
...
标签: safe scp 企业性 原创 超维度
SCP-CN-2712
+23 … 2
最新评论: cqhsama 于 25 Mar 2023 12:36
最新编辑: fishalt 于 26 Mar 2023 02:56
...
标签: safe scp 交换 原创 建筑
原创故事
疯狂星期四
+42 … 25
最新评论: Allen3723 于 16 Jan 2023 06:50
最新编辑: pokm 于 25 Feb 2023 13:08
...
标签: 原创 成人内容 故事
其他原创
682董事长的要求
+66 … 27
最新评论: LowPresence 于 15 Dec 2022 13:19
最新编辑: fishalt 于 10 Dec 2022 09:24
上工迟到,作为基金会四幻神之一的682董事长给出的惩罚是——? 以及新人实习生173
标签: 原创 艺术作品
THREE
+36 … 11
最新评论: Lincarol 于 11 Dec 2022 23:35
最新编辑: fishalt 于 11 Dec 2022 00:26
三个作品 SCP-CN-2865 SCP-CN-2081 SCP-CN-2477(有机会重写这篇)
标签: 原创 艺术作品
SCPLive! 基金会偶像计划!!漫画小剧场:人、手、鸟笼
+69 … 14
最新评论: Ninth BB 于 15 Dec 2022 09:21
最新编辑: fishalt 于 14 Dec 2022 11:26
标签: crossover项目 原创 艺术作品
GALGAME-《基金会恋爱大作战》即将登陆中文站!
+39 … 15
最新评论: Unlucy D Boy 于 03 Jan 2023 08:43
最新编辑: fishalt 于 31 Dec 2022 14:44
预热,算上主角一共六个主线角色。(海报有点大,请耐心等一等)
标签: 原创 艺术作品
《基金会恋爱大作战》绝赞发售中!!!
+86 … 33
最新评论: SAAE 于 30 Mar 2023 05:05
最新编辑: fishalt 于 02 Jan 2023 11:11
标签: 原创 艺术作品
异常美食部 主题版式
+11 … 7
最新评论: Coffee_2020 于 26 Feb 2023 06:06
最新编辑: fishalt 于 25 Feb 2023 09:04
+ Show component code - Hide component code 食物 shí wù “唐元稹《酬乐天早夏》诗:“食物风土异,衾裯时节殊。” 引证解释: 吃的和其他东西。 该主题是设计给fishalt的一篇还处于腹中的文章使用的版式。 《后汉书·韦彪传》:“乃赐 彪 珍羞食物。” 盘著 ...
标签: 原创 版式
更多页面
散图:
Site-CN-██的除夕,站点里一派祥和,没有收容失效,人和异常和平共处,一句话——“爽啊。”
研究员fishalt正在大厅里倒果汁,因为发型原因,她不得不用右手挽住头发,这令她的工作事倍功半。
大厅里挤满了人,大家互相祝贺,庆祝自己没有在上一年里被异常干掉。人群中,一个影子挤了过来,站在fishalt身后。
fishalt察觉到了不对劲,刚准备站起身,那人已经把头贴过来了。
“恒河之光照耀你我。”
fishalt虎躯一震,“这个人刚刚说了暗语?”她对自己说,左手抖得已经快把果汁全撒出来了。
“妈的,偏偏是这个时候……”fishalt调整了一下心态,把果汁杯放在了桌上,捏了捏那人的手。
“找个没人的地方。”她悄声道。
[过了一会]
在远离狂欢的一条走廊里,fishalt靠在墙上,那人就站在她面前,也是一身研究员装束。
“好,东西准备好了吗?”那人道。
“嗯,我现在就拿给你,动作要快。”fishalt说。
fishalt缓缓举起右手,缓缓伸进了大褂里,捏住了什么东西,又缓缓地拿出来……
正把精力集中在拿东西上的fishalt突然腹部一痛,呻吟着弯下腰去——那人冲着她的肚子来了一拳,紧接着一脚踢在她的腿弯处,让她整个人都躺在了地上。
黑暗中,大褂里的东西散了一地。
一群特工凭空出现,把fishalt从地上架了起来。
“带走,我就是试试你,没想到真上钩了,把那玩意烧掉,绝对不能看一眼!”那人冲fishalt和特工们说。
特工们带着痛到不能自理的研究员fishalt走了,喷火器的火焰吞噬了那从大褂里散出来的东西。
火光照耀下,那上面赫然印着——
《Clefと682が印度支部に旅行する[中国翻訳]》