@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { 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 -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
Look! That tree under the stars is really lonely.
.
.
.
.
.
.
姓名:壬辰/Height
代号:MUY
年龄:20
性别:男
工作单位:Area-CN-15
工作职位:研究员
权限等级:3级
特殊能力:无
性格:脾气好,阳光
外貌描述:身高1.83米,体重不详。黑色短发,黑色瞳孔,不戴眼镜,在基金会内时常穿着基金会研究员标准的白大褂,与一件相称长裤。在基金会外考察项目时,时常穿着西服。
历史:Height最初因朋友的离奇死亡而察觉到异常事物的存在,在秘密调查他朋友的案件中,意外结识一名伪装成警探的基金会特工Rollin,并跟着他一起调查。
随着真相的浮出水面,Height也逐渐看清了事物的本质,并在特工Rollin的邀请下加入了基金会,成为了一名可耻光荣的研究员,并在Site-CN-██工作。
随着表现的格外突出,Height应O5指挥部的要求前往Area-CN-15担任研究员,于是,Heightの奇妙冒险就此展开……
To Be Continued…
测评:SCP基金会职员综合能力测评
机动性
耐力性
异常性
攻击性
防御性
恢复性
原创SCP
SCP-CN-1883
+23 … 6
最新评论: Lei Height 于 19 Jun 2020 01:09
最新编辑: Lei Height 于 30 Jul 2021 01:03
著作信息 SCP-CN-1883 发布时间:2020/6/3 作者:Lei Height 项目编号:...
标签: area-cn-15 keter scp 原创 感知力 掠食性 敌意 智能 生殖性 自我修复 认知危害
翻译故事
一些备忘录
最新评论: Lei Height 于 16 Feb 2021 05:25
最新编辑: Twilit 于 16 Feb 2021 05:43
来自于Mortimer Phillips主席的邮箱: 亲爱的Phillips主席, 我相信在西区的一些工人正讨论着成立工会。我们最好的办法就是去恐吓他们。也许是个风车? Elliot Browning,人力资源部 Morty,...
标签: 工厂 故事
第二章:岛屿谋杀谜案
最新评论: Lei Height 于 25 Jun 2021 09:30
最新编辑: Twilit 于 25 Jun 2021 09:28
...
标签: 故事
再一次踏上征途
最新评论: Lei Height 于 02 May 2021 10:00
最新编辑: Lei Height 于 02 May 2021 12:51
两个被偷来的轮胎和五天的准备(为了好运),随后他们就离开了。 五名男子应Anna神父的要求,驾驶着一辆破旧的房车以每小时五十英里的速度沿着公路行驶。Perkins兄弟坐在方向盘旁,嚼着一只椒盐卷饼,努力无视着房车周围的轰鸣声和他手中的颤抖声。他身后的“圣餐”必须被锁在挂锁后面,狂热的追随者们疯狂地敲着门。 ...
标签: 故事 第五教会
第五章:这里如此熟悉
最新评论: Twilit 于 27 Jun 2021 08:21
最新编辑: Lei Height 于 27 Jun 2021 08:14
...
标签: 故事
其他翻译
不死的蜥蜴王
最新评论: 于
最新编辑: Lei Height 于 29 Jul 2021 06:02
那家伙本身就是獠牙与死亡的象征。而且对它来说,这两件事它也并不理解 作者:Dr Gears, Epic Phail Spy SCP-682 - 不灭孽蜥 CC BY-SA 3.0
标签: jp 艺术作品
更多页面
第一章:灰岛之游
+3 … 1
作者: {$written_by};{$note}
最新评论: Twilit 于 04 May 2021 04:39
最新编辑: Twilit 于 04 May 2021 04:37
...
标签: 故事
第二章:岛屿谋杀谜案
+2 … 1
作者: {$written_by};{$note}
最新评论: Lei Height 于 25 Jun 2021 09:30
最新编辑: Twilit 于 25 Jun 2021 09:28
...
标签: 故事

加入证明
被批准加入网站

初次见面
在讨论区发言

秘密实验室
在沙盒中创建自己的页面

三人行
在讨论区发布草稿

一小步
发布一篇文档

录取通知
创建人事档案

铜奖章
发布一篇评分15以上的文档

翻译学徒
翻译5篇以上的外语文档

乱七八糟的Keter
发布一篇评分20以上、关于Keter级项目的SCP文档
其实在我很早的时候就有刷到过“SCP基金会”的视频,只是当时的我对这个并没有多大兴趣,所以也就匆匆略过了,也在此后的几年里对SCP的印象一直不深,偶尔我也去百度上查了查关于SCP基金会的内容,发现是一个写作网站,我当时也是挺好奇的,想去看一看,只不过不知道在哪看,于是就没多大注意了。
在此之后的几年里,我也时常看到过一些关于SCP的游戏,例如《收容失效》、《秘密实验室》之类的,我当时还并不知道SCP基金会的具体内容是什么,就只知道它是一个网站,而且认为这些游戏里的内容就是那个网站里的大致内容。
我通过这些游戏,开始对SCP基金会产生了兴趣。我一直秉持着这种观念,开始加一些关于SCP的QQ群(我自己也建了一个),当时的我也只认得一些传承条目,像什么682呀、049呀、035呀、173之类的,而且还整天用着035的头像到处喊着“放我离开收容室!”当时的我也就这样。
直到有一天,有一带善人(他WikiID我给忘了)进了我群,他给了我基金会中国的网址,教我注册了Wiki,并让我入了站,成为了网站成员,但初入站的我终究还是太█了,以为入了站,成为了网站成员就NB了,就高人一等了,就这样,我还做了很多丢脸丢到家的事,在这里就不细说了(其实是没脸说),不过现在想起来当时我还是挺可笑的。
在此之后,我估摸着我也要在网站里写文,于是请教了Other Else,他教会了我使用沙盒(主要是代码与临床腔问题),于是我就在沙盒里囤积了一份份草稿,请教了无数的大佬,不过可能现在的我不怎么适合原创,所以只有一篇活了下来。我看原创行不通,就转为翻译,并向
Twilit请教,所以现在好歹整了几篇,混了个人事。
不过在之后的我会更加努力的,努力提高自己的翻译水平与写作水平,我只是想为网站的建设出一份力。
——Lei Height,写于2021/07/30。
让这里变得更加充实吧!——
Lei Height
我要进来了壬辰,你是不是也感到充实了。――[]
大佬我爱你。(此消息五毛一条)——
NGC-4826
恭喜喜提人事页,看来我也要加把劲了呢――
lamteee





