@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap'); :root { --theme-base: "liminal"; --theme-id: "dull-blade"; --theme-name: "Dull Blade"; --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "单调人生"; --header-subtitle: "重复的回廊已使你厌烦……"; --body-font: 'IM Fell DW Pica', "Noto Serif SC", serif; --header-font: "Noto Sans SC", sans-serif; --title-font: 'Raleway', "Noto Sans SC", sans-serif; --mono-font: 'Raleway', "Noto Sans SC", sans-serif; --black-monochrome: 52, 52, 52; /* This thing below is the topbar. */ --gray-monochrome: 52, 52, 52; --dark-accent: 52, 52, 52; --platinium-monochrome: 223, 223, 223; --white-monochrome: 223, 223, 223; --gray-accent: 185, 184, 186; --grey-accent: 82, 82, 82; --swatch-topmenu-border-color: var(--platinium-monochrome); --swatch-menubg-color: var(--black-monochrome); --swatch-menutxt-general-color: var(--white-monochrome); --swatch-border-color: var(--white-monochrome); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--black-monochrome)) 0%, rgba(var(--black-monochrome), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); /* 搬运修复 */ --rating-module-text-color: var(--black-monochrome); } body { background-color: rgb(var(--black-monochrome)); color: rgb(var(--platinium-monochrome)); } h0, h1, h2, h3, h4, h5, h6 { color: rgb(var(--white-monochrome)); } #page-title { color: rgb(var(--white-monochrome)); } table.wiki-content-table th { background-color: rgb(var(--black-monochrome)); border: 2px solid rgb(var(--white-monochrome)) !important; color: rgb(var(--white-monochrome)); } table.wiki-content-table td { border: 2px solid rgb(var(--white-monochrome)) !important; background-color: rgb(var(--black-monochrome)); } body#html-body{ overflow-x: hidden; } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--black-monochrome)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, rgb(var(--black-monochrome), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } 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; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 16rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } div.block-center { min-width: 30% } @media only screen and (max-width:768px) { div.block-center { min-width: 40% } } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); } .scp-image-block .scp-image-caption { background-color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--grey-accent)); color: rgb(var(--gray-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .whiteblock { background-color:rgb(var(--white-monochrome)); color: rgb(var(--black-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .blackblock { background-color:rgb(var(--black-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .light-styled-quote { background-color:rgb(var(--gray-accent)); border-left: 0.5rem solid rgba(var(--grey-accent)); color: rgb(var(--grey-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--grey-accent)); border-left: 0.5rem solid rgba(var(--gray-accent)); color: rgb(var(--gray-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .white-styled-quote { background-color:rgb(var(--white-monochrome)); border-left: 0.5rem solid rgba(var(--black-monochrome)); color: rgb(var(--black-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .black-styled-quote { background-color:rgb(var(--black-monochrome)); border-left: 0.5rem solid rgba(var(--white-monochrome)); color: rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .light-titleblock { background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(var(--grey-accent)) 2px; } .light-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--gray-accent)); border: solid rgb(var(--grey-accent)) 2px; color: rgb(var(--grey-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--grey-accent)); color: rgb(var(--gray-accent)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(var(--gray-accent)) 2px; } .dark-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--grey-accent)); border: solid rgb(var(--gray-accent)) 2px; color: rgb(var(--gray--accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .white-titleblock { background-color: rgb(var(--white-monochrome)); color: rgb(var(--black-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(var(--black-monochrome)) 2px; } .white-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--white-monochrome)); border: solid rgb(var(--black-monochrome)) 2px; color: rgb(var(--black-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .black-titleblock { background-color: rgb(var(--black-monochrome)); color: rgb(var(--white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(var(--white-monochrome)) 2px; } .black-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--black-monochrome)); border: solid rgb(var(--white-monochrome)) 2px; color: rgb(var(--white-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .interwiki1_title { color: rgb(80,77,66); border-bottom: solid 1px rgb(80,77,66); padding-left: 15px; margin-top: 10px; margin-bottom: 5px; font-size: 8pt; font-weight: bold; } .interwiki1_entry { position: relative; margin: 2px 0; } .interwiki1_entry p::before { content: "■"; font-size: 9px; color: rgb(80,77,66); position: relative; margin: 0 7px 0 5px; bottom: 3px; } .interwiki1_entry a, .interwiki1_entry a:visited { font-weight: bold; color: #b01; text-decoration: none; background: transparent; } .interwiki1_entry a:hover { background-color: transparent; text-decoration: underline; } div.scpnet-interwiki-wrapper { margin: 0; width: auto; } iframe.scpnet-interwiki-frame { border: inherit; width: 100%; height: 230px; } @media (min-width:768px) { div.scpnet-interwiki-wrapper, iframe.scpnet-interwiki-frame { width: 100%; } } /* remove the input on the searchbar because it doesn't work */ #search-top-box-input { display: none; } /* TABVIEW - Abandon All Hope Ye Who Enter Here */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: rgb(var(--gray-accent)); -webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome)); box-shadow: 0 calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome)); } /* Unselected Tab Values */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--grey-accent)); border-color: rgb(var(--gray-accent)); color: rgb(var(--gray-accent)); } /* Tab Hover Values */ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: rgb(var(--grey-accent)); color: rgb(var(--gray-accent)) !important; } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--grey-accent)); -webkit-box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome)); box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome)); } /* Selected Tab */ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav .selected:hover, .yui-navset .yui-navset-top .yui-nav .selected:hover { color: rgb(var(--grey-accent)); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { color: rgb(var(--grey-accent)); } .yui-navset .yui-nav .selected a { /* Undoes a color set by wikidot's default layout */ color: rgb(252, 252, 252) !important; } .yui-navset .yui-content { background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: rgb(var(--gray-accent)); } .yui-navset-left .yui-content { border-left-color: rgb(var(--gray-accent)); } /* Selected tab top colour */ .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background-color: rgb(var(--gray-accent)); color: #000000; } /* 搬运修复 */ table th { font-weight: 700; }
Level 950
. . .
生存难度:生存難度:
等级等級 deadzone
- {$one}
- {$two}
- 不适宜生命存在
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
English | 简体中文 | 繁體中文 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
unknown | 未知 | 未知 | |||||||||||||||
habitable | 宜居 | 宜居 | |||||||||||||||
deadzone | 死区 | 死區 | |||||||||||||||
pending | 等待分级 | 等待分級 | |||||||||||||||
n/a | 不适用 | 不適用 | |||||||||||||||
amended | 修正 | 修正 | |||||||||||||||
omega | 终结 | 終結 |
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
你已在蓝色通道中深入过度。你尝试与基地营帐取得联系以提醒团队来将你救援。可悲的是,你发现通讯连接的效力已不再足以联系上他们,因为你已飘移进了深邃而湛蓝的虚空中。你开始作祈祷状,希望有人能来救你。突然间,你发现了什么。那是一个在湛蓝虚空中唯有黑暗的“开口”。此外别无他物。你将自己从最近的大型物件上推离以让自己能够发觉并驱使自己进入开口中。在进入黑暗之时,你昏厥了过去,你出于一个自己都不明白的缘由驱策着自身。现在你所知道的一切便是,你已然铸成了骇人的大错。牢记,好奇心会害死猫,也同样会害死你。
欢迎来到Level 950。
描述:

一束光明。

纷争神庙。
在对于人类而言仿若数年的时间过后,你最终醒了过来。张开双眼,你看不见任何东西。看来你已屈居于另一片虚空中了。一片理论上无法逃脱的虚空。 让我们告诉你这片虚空的简名吧:Level 950,也称作伪构虚空,是一个凌驾于蓝色通道之上的层级。它是一片万里虚无的景象。任何进入了伪构虚空者皆会被完全隔离,孑然一身,无法与其他发现自己身处此处者进行交互,也无法与任何在虚空外的他人进行沟通。尚可庆幸的是,任何人都只有极低的概率进入这片虚空,所以他们不必为此担心。然而,你,我的朋友,却并没有如此好运。你不该在蓝色通道中游历过远。现在你注定得在伪构虚空中飘浮终生了。
。。?
伪构虚空空无一物,但并不尽然如此。你开始看见一束光明,充当着虚空中的唯一光源。它们……某种意义上是完美的。它们的黯然,流光,美感是如此的旖旎。它们由那些在后室中因骇人死因而亡者迷失的灵魂构成,但皆未曾见过其于坟墓中安息。它们会发出一种阴沉的呓语,在整个伪构虚空内可闻,且在更近的距离内可听性更强。流浪者们能够通过“将其扯出”的方式从一束光明中取得其中一缕,并用这般蛮力将其牵走。你决计抓上光束的一缕,与它们做着同样的事,并将其作为光源带至四处。“我是有多蠢才会觉得这玩意有用”,在虚空中用此光源找寻后一无所获的你自言自语道。当你突然跌撞进了某个庞然大物时,你的错误便被确证无疑。
你已遇见了“纷争神庙”。你并非是有意寻找这一宏伟奇观,因为围绕周边的黑暗让你难以视物,但你很高兴,自己做到了。你尝试着去找到进入这座神庙并沿途欣赏其中景致的某种入口。一旦你进入了纷争神庙,你便会发现自己身在一座有着你曾阅读过的各类书籍、玩过的各式游戏、聆听过的各类音乐与你所有记忆的文库中。它们似乎巨大而又全面,直到你真正拿起它们将其翻开。你开始寻找并翻开你孩提时最爱读的一本书,骤然间,它们的页面空无一物,仅是些白纸而已。空页之一突然开始自顾书写了起来,而且其笔迹与它所引为基础的恐怖故事颇为相像,既可以是一场骇人听闻的疫疾、一次凶恶的重大事件,也可以是一场永无休止的纷争。在你通读此书后,它又再次自动打开了,并一种更为黑暗的笔调复述着这篇骇人的故事。这样的循环将一直持续,直到你不堪其重。你丢下了最初想要阅读的那本书并奔逃而走。你认为自己正跑向出口,但你却意外闯入了一条回廊中。利用你带着的一束光明,你便可在自己奔走之时看见你身边的墙壁 。这些墙上刻有象形文字。它们展现着纷争、流血、战乱与抗争的剪影。它们都在给你一种苦痛而哀伤的感觉,让你明白了它名为纷争神庙自有其道理。你最终来到神庙的出口并从中走出以找到其他的一些东西。但你运气不佳。
伪构虚空内别无他物。
只有你。
这里可能还有别的流浪者,但真假不明,更别说有任何的确证了。
这里无路可逃。
终身被困于此。
入口和出口:
入口:
出口:
. . .
喔耶!第一篇文!
本页面的作者为Kyrenzane10。
绿灯人为PenOrSaber1。
作者的话:
我知道你们会因本层级的化学性质和其是如何出现在数据库中而倍感困扰。你懂的,我可能会制作出一个有关一些支配着后室之虚空的神们的GOI,在某种程度是算是个设定。我敢和你打赌他们就是记录了本层级之人,而且我想将它尽可能以原貌与他们连接起来。这便是我想要说的一切,再会!
Other Pages By |
|
---|---|
Levels | The Fictitium Void | A Perfectly Abnormal Basement |
Entities | N/A |
Objects | N/A |
Phenomena | N/A |
People of Interest | N/A |
Tales | N/A |
Themes | N/A |
Storylines | |
??? | N/A |
This code was stolen from Strechster, who stole related code from CutTheBirch. (Huge credit to them) Just don't tell anyone about this.
请按如下方式引用此页:
“Level 950 - “伪构虚空””,作者 Kyrenzane10,来自后室英文维基。原文链接:http://backrooms-wiki.wikidot.com/level-950。译者 Deip*isoster,来自后室中文维基。译文链接:http://backrooms-wiki-cn.wikidot.com/level-950。遵循 CC BY-SA 3.0 协议。
文件名: beamsoflight.jpg
名称: black line on white background
作者: Ryunosuke Kikuno
协议: "https://unsplash.com/license"
来源链接:
https://unsplash.com/photos/zE-MrTmjzd4
附记: 略微调暗。
文件名: templeofstrife.jpg
名称: brown concrete building during daytime
作者: Varun Pyasi
协议: "https://unsplash.com/license"
来源链接:
https://unsplash.com/photos/AZ4y6Bc3qeI
附记: 负片效果,并调暗了许多。
文件名: header.jpg
名称: body of water
作者: Artur Pokusin
协议: "https://unsplash.com/license"
来源链接:
https://unsplash.com/photos/sO42hhChB1c
附记: 与templeofstrife.jpg相同,但无晕角处理。
更多授权相关信息,请查阅授权指导。