@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);
}
}
特殊收容措施:已回收的全部SCP-CN-2375样本均应存放于Site-CN-09生物部的A01-28低温组织储存库中,并控制内部环境温度不高于-25℃。
除因研究需求进入存取项目外,A01-28低温组织储存库将对外保持关闭。取用SCP-CN-2375样品和/或其内部组分进行实验需具备3级基础权限并持有经项目主管批准的特殊访问权限,且全部相关操作需在无菌环境下进行。实验过程中应使操作台全程处于监视摄像头视野内,并在操作结束后将对应音视频文件提交至RAISA。
基金会需部署一特定网络爬虫关注并识别疑似项目相关信息。如信息真实性被确认,应派遣机动特遣队MTF-△-09(“树栖者”)对SCP-CN-2375样本进行回收并存储于A01-28低温组织储存库中。若回收过程中项目外壁破损致使内部组织暴露,需使用氧-乙炔高温焚化炉将其生物组织灭活,残余物需按基金会标准生化废物处理方案丢弃。
SCP-CN-2375的相关收容与研究工作交由Site-CN-09生物部负责。
描述:SCP-CN-2375指涉一系列异常生物质实体,通常被包裹于一高约520mm,半径约30mm的封闭骨质外壁中。SCP-CN-2375样本的回收地点不一,但均位于约3.1亿年前形成的生物沉积岩层中。
电镜切片观察表明,SCP-CN-2375内部主体由均匀分布的分散神经组织填充而成。其内部神经细胞具有多个明显长轴突且使用不同于人类神经元的递质受体。此类细胞疑似使用5类相互拮抗的神经递质传递信息,但其细胞间组织方式与冲动传导途径仍未解明。电刺激实验的相关结果表明,项目整体疑似构成一生物质信息储存器,可记忆部分特定信息序列并可于某种条件下以电信号输出。对SCP-CN-2375内部原始信息的破译仍在进行中。
SCP-CN-2375表面靠下部位置具有一与骨质外壁连接的触觉神经结,推测为外界与项目的交互途径。若此推断正确,则可判断项目被设计以交互的对象为一类两侧对称,具明显头部的陆生无脊椎动物。截至目前,基金会尚未得知此类未知古生物的相关信息。
→更新:对SCP-CN-2375外壁的电镜观测显示,项目外壁并非完整骨质结构,而为小型穿孔骨片借助一类未知高分子粘着剂组织而成的网状骨骼,由含少量镁的钙盐组成。此类特征与现存棘皮动物高度相似。同时,一类具有微弱反劣化效能的奇术法阵被蚀刻于部分骨片表面以维持项目完整性。
SCP-CN-2375似乎暗示了约3亿年前的一个与现代棘皮动物有很强渊源关系的高级文明。这类高度进化的无脊椎动物似乎对应了节肢动物与在某种意义上相对“低等”的海星之间的空缺。但至今仍然没有在地层里找到直接反映这类生物样貌的化石,也对其文明结构,科技水平等知之甚少。
——Rosetta博士,古生物学部
更多细节仅对持有4级及以上基础权限的人员开放。
[四级权限认证]
[欢迎,通用访问格式04-0x0AC13]
→更新:对SCP-CN-2375内部神经信息的破译工作已经完成。经分析,除基础自解译语言包外,目前全部已回收样本内原始信息均被以未知方式抹除,仅残存以下文本信息:
重归于五
目前Site-19,Site-CN-05与Site-CN-09已签署联合收容协议,对近海地区聚居的海星纲(Asteroidea)生物实施反奇术压制并密切监视其种群增长趋势。尝试对此类动物水管系统内帖氏体和/或其产生的异常变形细胞进行特异性抑制的研究已被设为基金会生物部第一优先类研究工作。
页面版本: 2, 最后编辑于: 06 Jun 2021 08:21