/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .9rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.45rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
font-family: Montserrat, Simhei, Arial, sans-serif;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.4em;
}
#header h2::before {
content: var(--header-subtitle, "颠覆 常规 模式");
font-weight: 700;
font-size: 1.3em;
}
#login-status,
#login-status a {
color: #333333;
}
#page-title {
display: none;
}
#footer, #footer a {
background: transparent;
color: #333333;
}
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: none;
background: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}
#search-top-box input.empty {
color: #999999;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Montserrat, Simhei, Arial, sans-serif;
color: #000;
letter-spacing: 1px;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block[style="background-color: #f0fff6;"] {
background-color:#D7EFE7 !important;
}
#side-bar .side-block[style="background-color: #fff0f0;"] {
background-color:#F5D8E0 !important;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}
.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}
#page-content .creditButtonStandalone p a {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
color: #333333;
}
#page-content .creditButtonStandalone p a:hover {
background: #333333;
color: #ffffff;
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
box-shadow: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
.page-rate-widget-box .rate-points {
background-color: #ffffff !important;
color: #333333 !important;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
#header h2::before {
font-size: 0.9em !important;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #333333;
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #333333;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #efefef;
border: unset;
box-shadow: none;
box-shadow: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ffffff;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: #333333;
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #ffffff;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: #333333;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #ffffff;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #ffffff;
background-color: #333333;
}
.yui-navset .yui-content {
background-color: #ffffff;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
4月1日
Site-19:美利坚合众国,密歇根州,未披露地点
“他平时就长这样?”
Tilda Moose主管向Calvin研究院挑起一侧眉毛,接着看回观察窗。“不,他平时长得不像猴子。”
Daniel Aeslinger博士揪了揪毛发,悲伤地看向单面镜。
“嗯,我从没见过他。”Calvin耸耸肩。“你觉得他为什么这么难过?”
这次Moose试着挑起另一侧眉毛,看看这样表情会不会更引人注目。“因为他变成了猴子?”
观察室的门开了,Alto Clef一脸奸笑着出现。Moose看着不像退缩地退缩了。“不,你不能喂他花生。”
Clef咧嘴一笑。“我有新消息!这事在到处发生。我们从43站、95站、119站和120站收到了确切报告,有人员发生了自发猴化,还有几个疑似案例。”
这次Moose扬起了两边眉毛。“变成猴子的疑似案例长什么样?”
Clef笑得更灿烂了。“截至目前,今天有七个人试图举报我。”
Moose点点头。“别再把你的烂摊子扔给新研究员了。”
“是啊,”Calvin说。
“我没选择迎新委员会,迎新委员会选择了我。”Clef低头看向Aeslinger。“我想他这样悲伤是因为变成猴子还没多久,毛上没有虱子可吃。”
Calvin呕了,而Moose思索着。“挺合理的,”她说。“你能想到也挺正常。”
“嘿,”Calvin边呕边说。“之前有发生过类似事件吗?”
Moose眯起眼。
“差不多他妈五十次,”Clef叹了一口气。“隔一天来一次。”
Calvin打了个响指。“高级人员身上发生过吗?”
“没有,”Clef说。
“没有,”Moose说。
“但是我相当肯定有过?”Calvin走向门。“我们应该召集他们,查出原因。我基本记——”
“闭嘴,”Moose说。
“——得是谁。哦,操,不是——”
“他妈的闭嘴,”Clef说。
“——但不是Br——”
Clef一拳击中Calvin的鼻子。年轻人倒在地上,流出一滩血。
“你活该,”Moose说。
“很抱歉,但Dunn先生今天不见人。”
一脸饥饿的削瘦男人略微低头看向她。作为阿卡迪亚首席执行官的秘书,她经常领会到那些想成为游戏开发者的人的优越感。“我知道他在里面,”那人回答,听起来完全像他举止般傲慢。“我能听见他在里面敲打砸。也许我能让他高兴起来!”
“哦,他挺高兴的。”
Dan "Wolf" Dunn紧闭的门后传出原始的尖叫,仿佛直接回复。
“他今日卓有成效。”
一阵非常特别的声音——几乎肯定是敲坏键盘,加上到处甩Xbox 360控制器产生的——砰砰穿过门。
“他完成了很多工作。”
那人盯着她。“听起来,他像在拆办公室。”
她点点头。“确实,好吧,他一下午都在玩游戏,为了研究。一般他都心情不好,但今天相当夸张!”
她对他笑了。
“他说他现在理解玩家了。”
接下来两分钟,恒河猴标志性的叫声充斥耳边,随后一声高音尖叫可能在说“堡垒之夜”这个词。
Jessie Rivera博士看着监控录像,感觉越来越不安。“这不好笑。对吗?”
Magdaleine Cornwell博士在她身侧点头。“很不好笑。”
屏幕上显示着站点低层的一处走廊,那里存储着技术设备。一只猴子穿着熨烫整齐的黑西装和实验袍,戴着绘有发光符文的白手套,飞奔向一对警卫。警卫持枪射击;镇定飞镖无用地落到地板上。新上任的Daniel Asheworth主管突然跳上天花板,在灯上晃荡。
“至少他行为像猴子,”Cornwell评价,“不像他自——”
Asheworth把灯扯下天花板,落在警卫面前。他把灯转向他们,符文发出炽热的光芒,两人倒地,灯泡在一阵闪光中碎裂。
Rivera眯起眼。“说太早了。”
“没见过这种招式,”Cornwell说。
Rivera张嘴,闭嘴,又张嘴。“猴闹Monkeyshine/胡闹。”
Cornwell怒视着她,但并未否认。
Asheworth冲上墙,把地板变成了一滩湿滑的黑糊糊,让下一对警卫摔得四仰八叉。一瞬犹豫后,Cornwell提议“油猴子Grease monkey/机修工?”
Rivera脸上一抽,点点头。
接下来五分钟是痛苦的锻炼。Asheworth召唤出一间小牢房,困住了三名警卫——“猴爬架Monkey bars。”另两名警卫被一群黄色小生物撞倒了,他们会用一整天把它们咳出来——“水猴子Sea monkeys/水马骝。”一个电子锁重编程为禁止主管通行,Asheworth轻而易举地敲几次键盘就通过了——“程序猿。”魔法工具灵巧地拆开了用废旧机械匆忙设起的路障——“猴动扳手Monkey wrench。”Asheworth进入电梯后,两人不约而同捂住了脸。
“从好的方面看,”Rivera说,“这个他的魔法规则很合身。”
“我不理解。他就在——干活?”Placeholder McDoctorate博士透过单向玻璃看着曾经的、也有希望是未来的Daniil Sokolsky博士。Sokolsky在填表,皱着眉头,撅着嘴。
“是啊,”Lillian Lillihammer博士说。她耸耸肩。
“他变成了猴子。却还在干活?”
“是啊。”她又耸耸肩。
“他看上去甚至不生气。只是有点……挫败。”
“对啊。”
“行吧,但如果是——”
“他是俄罗斯人。”
“哦——”McDoctorate点点头。
Area-09:美利坚合众国,加利福尼亚州,大盆地沙漠
Sophia Light博士瞥向新表单,若有所思地点点头。“我有我的顾虑,你知道的。”
她的助理Vaux扭了扭脖子,打了个哈欠。“我们还得这样做多久?”
“只要他继续印钞就做下去。”她华丽地签上名,把表单放到越来越高的纸堆上。“好了,Dan,这有个惊喜:079.”
曾经是Dan ███████博士的猴子坐在旧儿童书桌前,思考了一会儿,发出一声含糊的“诶,”开始敲打字机。
“你怎么想到这主意的?”Vaux问。
Light笑了。“无效化提案不是莎士比亚的作品,而我们的Dan博士比得上一百万只猴子。”
D_BAKER_95 不可能是这样。
D_REIGEN_119 但绝对是。
D_BAKER_95 我不相信。肯定有更好的解释。
D_REIGEN_119 并没有。Sokolsky只买打折商品,他那里的超市进多了这东西。Dan博士大多数天都会忘了吃饭,记起来了也只会去休息室冰箱里找东西吃。Area-09的冰箱里塞满了这东西,因为基金会也只买打折商品。
D_BAKER_95 那Aeslinger呢?我不觉得他会吃零食奶昔。
D_REIGEN_119 他在节食,他以为那是酸奶。
D_BAKER_95 简直扯淡。
D_REIGEN_119 确实扯淡。你来写文档,还是我来?
D_BAKER_95 我想我来。坚持住!
D_REIGEN_119 你帮我挠背,我帮你抓痒。
D_BAKER_95 老天啊,听听我们。
SCP项目提案表
提议研究员:Danielle Baker博士,Danielle Reigen博士
提议项目等级:Keter
提议描述:SCP-XXXX是围绕Danimals牌新品儿童奶昔发生的异常现象……
请按如下方式引用此页:
更多详情请参阅授权指南。
授权信息
文件名:Danimals.png
图像作者:HarryBlank
授权协议:CC BY-SA 3.0
更多维基文档信息,请见版权信息总览。