/*
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;
}
Les Enfants Vont Bien

这不公平。
Marie Arsenault对那个想法感到非常厌烦,她几乎想要呕吐。太多的事是那么的不公平,以至于她实际上已经厌倦了承认这一点,厌倦为此感到不安,厌倦让自己说出甚至思考这些话语。她的脸紧绷着,她让温暖的空气吹干了那里的泪水,甚至懒得擦去脸颊上的泪水。她的服装被丢弃在舞台上的地板 - 瓢虫面具、瓢虫服和瓢虫鞭,她本来要扮演《瓢虫雷迪》里的Marinette - 然后她以一种绝望的反抗行为把应该装满糖果的空枕套扔进了垃圾桶。现在她躺在床上,噘着嘴,欢快的谈话声从他们那舒适的中产阶级家庭的地板上传来并戏弄着她的耳朵。
她用双手捂住它们,牢牢地压制着那些再次传来的嘲笑她的言辞。
这。
不。
公 -
窗外,有什么东西在动。
Marie在黑暗中眨眼。即使黄昏已然降临在室外,不给糖就捣蛋的活动仍在进行,但这不应该影响到她位于二楼的卧室的视野。外面有树,但没有风。也许是只松鼠?Marie喜欢在拉方丹公园里喂松鼠。它们是厚颜无耻的,它们的数量多到足以压垮一个八岁的孩子,如果它们想这样做,但她的父亲教她如何尖叫和跺脚,直到它们带着战利品跑走。她认为,这是一个合理的互相让步。这是平衡的。这是公平的。
窗外的屋顶吱吱作响,是真的吱吱作响,她知道那不是松鼠。
她坐在那窗边度过了无数个夜晚,温热的牛奶在她的系统中循环来让她保持清醒 - 而不是让她躺下睡觉,这是原本预期的效果 - 而她的父母在走廊尽头的房间里争论,争论着她。争论着医生。争论着那个问题。
Marie Arsenault患有失眠症。
没有人能解释这个。她并不害怕黑暗,事实上她很喜欢黑暗。她从来没有尿过床,一次也没有。她没有夜惊症,甚至在蒙特利尔总医院的Archambault医生的耐心解释前都不知道夜惊是什么。她过着无忧无虑的生活,除了那些毫无理由的让她无法入睡的夜晚。
今晚,在所有的夜晚中,她被困在室内。因为她无法入睡,这并不健康。因为不睡觉就会增加她生病的可能性,这是她从从一场她自己完全不想去的讲座中学到的知识,那场讲座让她充满了冰冷而无能为力的愤怒。而现在正有一种严重的流感正在传播。
而她的父亲是个疑病症患者 - 她在校园里知道了那个,从一个无法表达清楚的小孩那里,但当被问及时,她的母亲虽然困惑但很有帮助地澄清了 - 并在他自己的健康问题上变得成熟,现在正在想象他女儿的系统中存在着细菌妖怪。如果Marie无法入睡,Marie就不能外出。没错。
而让这个不公平的,让这个不公平的是,她知道他说的是对的。
屋顶再次吱吱作响,并且那声音更响了。下面传来笑声,还有东西破碎的声音,笑声更大了,仍然掩盖着那声音,除了Marie之外,屋子里没有人听到。Marie,她现在笔直地坐在床上,凝视着卧室窗外的……
……她窗外的轮廓,它在夕阳色的洗刷下显得一片漆黑。
有人站在屋顶上,而他正在看着她。
她已经两天没睡了。她的父母心烦意乱;她知道他们在他们自己的万圣节派对上根本就不开心,他们差一点就取消了这个派对。但他们不能取消。
万圣节化装舞会不仅是一场派对,也是一场筹款活动。他们希望能送Marie去看美国的医生,参加一项关于儿童失眠症的特殊研究。她的父亲不相信当地医生的专业知识;他想回家,回路易斯安那州,他说那里有特殊的药物可以让生病的孩子康复。最近他的疑心变得非常重,因为似乎每天都有人打电话或敲门来提供援助。提供可以治疗这种病症的疫苗 - 这对Thomas Arsenault来说是完全错误的方法,他甚至不知道他的妻子每年都会假装去看望她的母亲,而把他的女儿偷偷带到流感疫苗诊所。所做的一切只是让这个固执的男人更加坚定他的想法,而这种情况不可能永远持续下去。一个女孩不能每隔几天就不睡觉,否则会有严重的并发症。她可能会死。她的父母需要钱,而她需要去看医生。没有其他办法。
就像是除了从屋里走,没有其他办法抵达屋顶一样。不管这个人是谁,他们都是……
一名大盗。这是她脑海里的第一个念头。法语加拿大电视在新节目和真正古老的节目之间交替播放,而她看过足够多集的深夜大盗,这足以认出Arsène Lupin的轮廓。斗篷。巨大的高帽。这位绅士冒险家本人就站在她的窗外,并且这是个问题,因为Lupin当然不是真实存在的。
这让Marie Arsenault的脑海中又浮现出来另一个问题,那些并不存在的东西在任何情况下都无法打开她的卧室窗户。从外部。但这正是幽灵接下来要做的事;它跪下,用修长的手指擦过外窗台,然后……
一阵奇怪的噼啪声,锁转动,窗户悄无声息地向上滑动。人影低下身子并走了进去。
“Bonjour,Marie。” 声音很轻,非常轻,一点都不邪恶。人影的右手漫无目的地在空中旋转,而Marie感到平静。很平静。不困,但也不害怕。
<“你好”> 她说到。<“你是谁!”>
<“你起晚了,Marie。”> 那个人影朝她走来,Marie确信她应该逃跑。一个陌生人在她的房间里。她父亲那最担心的事可从来没有到这一步。
相反,她发现自己在点头。<“我睡不着。妈妈和爸爸说我需要一个美国的医生。”>
“啧啧。”那人影摇了摇头,帽子上下晃动。<“当然,他们想要给你最好的东西,但他们不明白。Marie,你知道的,你起得太晚了。小女孩不应该在半夜时坐着。”>
匆忙间,Marie想起了另一个戴着礼帽,穿着斗篷和厚厚的西装的人,就像她在黑暗中看到的那人。
“Es-tu le Bonhomme Sept-Heures?”
那人影乐呵呵地大笑,并从斗篷里取出一个小袋子。 它是由某种粗糙的、看起来扎人的材料所制成的,还漏出了一些看起来像红色沙子的东西。 <“我就是七刻人。你知道我所拜访的孩子们的下场是什么吗?”>
Marie点了点头。她现在知道害怕了。她知道接下来会发生什么。她想知道尖叫是否有帮助。<“你会吃掉他们。”>
<“没错。”> 那人影将适量的沙子倒进了手掌中。 <“我是一个噩梦,Marie,最糟糕的梦。一场醒着的噩梦。而只有一种方法可以阻止一场醒着的噩梦。”>
Marie试图回答,试图问:是什么?但她的喉咙很干,她说不出来。Bonhomme Sept-Heures站在她床脚处,俯身在她身上,伸出了手掌。
<“你真的去睡吧,Marie。像一个好女孩一样。”>
那生物的呼吸很甜,像拉方丹公园内的白杨树间的微风,和当那尘土冲刷到她身上时的温暖的肉桂味。
这不公平。
又一晚的契约完成了。这类事件越来越少,发生的间隔也越来越长,这绝对是个好兆头;Bonhomme Sept-Heures已经有近一个月没再访问蒙特利尔了。这当然不是一次愉快的经历,但有些事情……呃,有些事情是无法避免的。
Noor Zaman走进来,并像往常一样,怒视着在收容室中央的一个透明盒子里的破碎骷髅。“那么?”
“至少她会好好地睡上几天。”Udo Okorie博士又打了个哈欠。“就此而言,我也是。反疫苗者不应该繁殖,可怜的孩子。”