注意:
本页面为段落页。
段落页是本站文章使用的内部页面,通常为制作迭代创建。段落页不应被直接展示,而是被其父页面引用,即上方链接。
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap');
.main-font {
font-family: 'Zhi Mang Xing', cursive;
}
.customFont {
font-family: 'Noto Serif SC', serif;
}
@import url('https://fontlibrary.org/face/fantasque-sans-mono');
@import url("http://backrooms-wiki.wdfiles.com/local--files/component%3Atheme/normalize-archived.css");
@import url("http://backrooms-wiki.wdfiles.com/local--files/component%3Atheme/bhl-archived.css");
@import url("http://backrooms-wiki.wikidot.com/local--files/component:theme/sidebar.css");
:root {
--theme-base: "black-highlighter";
--theme-id: "liminal";
--theme-name: "Liminal Theme";
--logo-image: url("http://sensenca-picture.wikidot.com/local--files/picture:2/CygnusLogo%20%281%29.png");
--header-title: "天鹅座档案馆";
--header-subtitle: "愿知识成为我们的庇护";
--body-font: 'Noto Serif SC', serif;
--header-font: 'Zhi Mang Xing', cursive;
--title-font: 'Zhi Mang Xing', cursive;
--mono-font: 'Noto Sans SC', monospace;
--white-monochrome: 255, 251, 242;
--pale-gray-monochrome: 255, 251, 240;
--light-gray-monochrome: 208, 169, 44;
--gray-monochrome: 69, 40, 19;
--black-monochrome: 99, 71, 57;
--bright-accent: 208, 169, 44;
--medium-accent: 17, 30, 84;
--dark-accent: 31, 52, 92;
--pale-accent: 39, 57, 92;
--thing: 255, 255, 255;
--swatch-topmenu-border-color: var(--medium-accent);
--link-color: 208, 169, 44;
--hover-link-color: 237, 204, 97;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.90) 100%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
background-image:none
}
#container {
background-image: none
}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
}
div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover {
border: none;
}
#header, #top-bar {
background-attachment: scroll;
}
#header {
background-image: none;
}
#page-title {
border-color: rgb(var(--light-gray-monochrome));
color: rgb(var(--dark-accent))!important;
font-size: 3rem;
font-weight: 200;
}
#header::before {
content: "";
position: absolute;
height: 80%;
width: 100%;
left: 0;
top: 0;
background-image: var(--logo-image);
background-size: auto 8rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.8;
}
#header h1, #header h1 a {
font-size: 3.5rem;
position: absolute;
top: 0.05rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
font-weight: 200;
}
#header h2, #header h2 span, #header h2 span::before {
font-size: 1.5rem;
position: absolute;
top: 1.9rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
font-weight: 200;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
color: white;
line-height: 0.7
}
h1 {
font-size: 2.7rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
h2 {
font-size: 2.4rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
h3 {
font-size: 2.2rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
h4 {
font-size: 2.0rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
h5 {
font-size: 1.8rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
h6 {
font-size: 1.6rem;
color:rgb(var(--dark-accent));
line-height: 0.6;
font-weight: 200;
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(var(--newpage-color))
}
blockquote {
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.styled-quote {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote a{
color: rgb(var(--swatch-menubg-medium-color));
}
.lightblock {
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock {
background-color:rgb(var(--gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}
.logoblock{
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.20rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
display: block;
position: relative;
}
.logoblock::after{
content: "";
float: center;
border: solid 2px rgb(var(--medium-accent));
background: url(http://sensenca-picture.wikidot.com/local--files/picture:2/CygnusWatermark.png) center/20% no-repeat;
opacity: 0.175;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 1;
}
腐朽之花
杰奎琳, 我已获悉你从解放的地盘上发起袭击的计划……但且听我说两句,我这还有个与千夏睦月有关的请求。
我明白你素来对她颇为鄙视,但我很确信那并非她本人。当我了解到她在幕后做的究竟是何事情时,与她在那位腐朽的监督者之羽翼下所犯下的所有暴行时,我禁不住相信了她已然被以某种方式操纵了。她作为我多年的学生,在相见的第一面我便能慧眼识珠。她已俨然一枝腐朽之花了。
所以,我需要和你一同前往……我固然知道这需冒生命危险,但自那以后我便再未与她谋面,而我也期希冀能让她回复神志。
她应当于腐化中得到拯救。
真诚的,
Blanche。
2025年7月14日,早6时
阔别已久的天堂换上了名副其实的暴动面孔,化作触目惊心的景象——地狱之首府复而重现于世。Level 770的天堂之景致,一度是如此安宁祥和,如今已沦为战场,在阵阵殇痛的泪雨与倾泻不止的火力中四分五裂,不会对任何人饶以慈悲:唯有狂热一词可交代此等场景。战争的恐怖旋即显现在了战场之上:世界破坏者如今正活活碾碎着解放者士兵的身躯,后者则对致命的化学武器,注定了他们慢性而痛苦的死亡。双方以无法计量的损失鏖战数小时后,抵抗军终于设法突破了解放的防线,将他们逼向维谷。
混乱之中,杰奎琳抓准时机追上了千夏睦月——解放的首席研究员,就在山巅之处。感到再无退路的千夏睦月停下了脚步,转身向杰奎琳,提着一柄明显比她孱弱的手更沉重的匕首,空岛上倾斜下的雪崩坠落在了她已然素白的衣装之上。
杰奎琳:[轻舒口气道] 千夏睦月,放下武器,就地投降。一切都结束了,你的疯狂也该到头了。
圣母: 到头了?不……我可不这么想!你得先过我这关!
杰奎琳: 拜托,千夏……你不会因此被处决的。我没有任何杀掉你的理由……听着,许久以前腐化便已在你不觉中控制了你……但我们依然可以为此做些什么。你还年轻,还有一片大好人生。所以,请你清醒一点,与我们同行吧。
圣母: 你在瞎说些什么!?我又该如何相信你!?
圣母: 在天父向我伸以援手前,我从未感觉如此好过。我早已挣脱了M.E.G.与人类所弥散的腐败!我,决不回心转意!此等令我蒙羞的生物已不值当我的奉献。因此,请回吧!
杰奎琳: [提高声调] 然后你所挚爱的天父Delacroix便要将你抛却!我想他从未告知过你他所在意的是何事物,但我们却很清楚他想要的是什么。他不在意你,也不在意其他的任何人,唯独他自己例外!如我们所说,他已经匿迹潜逃了!丢下你跑了!孑然一身的你呀,从一开始就是在为一个注定要失败的荒谬思想而战么。且顾你的周遭,就没看见——“解放”已经土崩瓦解了吗!且容我所言过激,但,千夏,是时候面对现实了,你要为之战斗的那些东西,已经不复存在了!
圣母: [所言中渗透着可感的绝望] 天父……丢下我?不……他为什么会……他说过我是他最喜爱的孩子啊?我孑然一身?……你就是个……就是个骗子!没错!!我又为何要先去相信一个像你一样腐败了的造物呢!?
Blanche: [移去脸上的面具] 这才是真相!睁开你的眼看清除吧,算我求你了,千夏!一直以来都是Delacroix的扭曲意志在操纵着你!他,才是腐朽了的那人,而非是你!我看着你从一个天真可人,充满希望,憧憬着大家都能有所益善。你做了我这么多年的学生,我比任何人都要了解你。你的成就足以让后室变成一个对我们所有人而言更好的地方。你能成为人类的圣母!所以,到底为什么?为什么你会变成那副模样?你不再是自己了,千夏……那项和墙壁面具有关的恐怖实验,还有一路牵扯其中的人体“测试对象”……你就是被那些花言巧语所蒙蔽了……对吗!?
圣母: Blanche?……真的——那真的是你吗?
Blanche: 拜托了,千夏,你得终结这般的狂热!我请求你,将自己从恶魔的股掌中挣脱……
杰奎琳: 看吧,只有你和我们一道同行,我们方可将你拯救。只要你肯,我们愿意宽恕你的所作所为,我把话撂在这了——我们可以将这一切都归咎于Delacroix天父。
圣母: 我…….
在战斗中身负重伤,被卸去了左侧机械臂的指挥官伊丽莎白·格雷夫斯,出现在了身后。她将普罗米修斯炮对准了Blanche,纵使差之毫厘,那道咻咻作响的超声弹道也足以暂时地眩晕她。旋即,她拔腿冲向杰奎琳,掐住了她的后颈。
执法者: 你!!
杰奎琳: 呃啊……
执法者: 去死吧!!!
杰奎琳: ……
执法者: !!!
感到背后出现了什么的伊丽莎白顿时停下了动作。当她转过头来时,却惊讶地看见了将匕首深深捅入她脖颈,手举握柄的千夏睦月。
执法者: 千夏睦月……你个毒妇……
杰奎琳: 放开我!
杰奎琳: 啊,不管怎样,我应当好好感谢你,千夏。是你刚刚救下了我,现在我欠你个人情了……行了。一切都结束了,我们可以一块回家了。
圣母: 我不能……
杰奎琳: 千夏?
杰奎琳顾盼的那刻,她看见千夏睦月已然将匕首刺入了自己的咽喉中。
杰奎琳: ???——
Blanche: [方才恢复了神智] 不!快停下!!
片刻的踌躇后,Blanche奔向她的那瞬光景,千夏睦月终于下定决心,将匕首深深捅入喉中,大举划开……热血奔泻四溅,将她倒下的那片雪地融化开来。
圣母: [哀嚎] 呃啊……我……我很……抱……抱-歉……但……这样……对我们……都好……
Blanche: “对我们都好”,这又是什么意思!?……这样做没有任何意义!!
杰奎琳: 该死……
[████████]: 杰奎琳,Blanche,两位都还好吧?我们在赶来的路上听见了枪声大作。
Blanche: [啜泣] 你没必要这么做……到底为什么??
[████████]: 阿尔戈斯在上……这可真不是什么怡人场面。
监督者Adrian: 我对您痛失所爱一事深感抱歉,但我不得不打搅您……我们应该去检查下Seras;在我们切入本层级时我看见她直接跑向天父Delacroix那儿去了。已经过去快四个小时,天知道那里发生了什么?
杰奎琳: 那确实是个明智之举,Adrian。Blanche,请待在原地;其他人,随我一同前往神圣领域。
阿玛迪斯: [正检查着掉在执法者尸体旁的普罗米修斯炮] 看起来它已经做好了开下一炮的准备……嗯……先生们,俗话说“敌有精兵,不用可惜”,对吧?
与千夏再无生机的身躯独处着的Blanche,最终将
一支玫瑰放在了她纹丝不动的双手间,让这朵
花抵着她的胸膛,伴随着银白细雪缓缓地将她
的身体掩埋。