@import url("http://backrooms-wiki.wikidot.com/local--files/component:theme/sidebar.css"); @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); /* Myrand */ @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } :root { --fade-in-delay: 0.1s; --theme-base: "black-highlighter"; --theme-id: "database-new"; --theme-name: "Database New"; --logo-image: url("http://myrandfox.wikidot.com/local--files/theme:database-new/logo"); --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --body-font: "VonwaonBitmap 16px", VT323, monospace; --header-font: "VonwaonBitmap 16px", VT323, monospace; --title-font: "VonwaonBitmap 16px", VT323, monospace; --mono-font: "VonwaonBitmap 16px", VT323, monospace; --base-font-size: 1.2rem; --text-shadow: 2px 2px #C9781E; --white-monochrome: 175, 100, 30; --pale-gray-monochrome: 190, 190, 190; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 10, 10, 10; --bright-accent: 229, 140, 36; --medium-accent: 229, 140, 36; --custom-text: 175, 100, 30; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--custom-text); --swatch-text-light: var(--bright-accent); --swatch-important-text: var(--bright-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--dark-gray-monochrome); --swatch-menubg-medium-color: var(--medium-accent); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--bright-accent); --rating-module-text-color: var(--white-monochrome); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #extrac-div-1 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0)); background-size: auto 8px; opacity: 0.7; } #extrac-div-2 { position: fixed; width: 100vw; height : 1rem; top: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(229, 140, 36) 0%,rgba(229, 140, 36,1) 50%,rgba(229, 140, 36,0.98) 51%,rgba(229, 140, 36) 100%); opacity : .1; animation: scanm 6s linear infinite; } @keyframes scanm { 0% { top: -1rem; opacity : .05;} 25% { top: 50%; opacity: .03;} 37.5% { top: 75%; opacity: 0.06;} 50% { top: 100%; opacity: .03;} 100% { top: 100%;} } #extrac-div-3 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background-image: radial-gradient(circle, rgb(229, 140, 36) 4%, rgb(0,0,0) 45%, rgb(229, 140, 36) 95%); opacity: 0.25; mix-blend-mode: color-dodge; background-repeat: no-repeat; background-size: cover; z-index: 30; } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); } #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(--medium-accent), 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; } a:hover::before { content: "> "; } #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)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .lightstyled-quote { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); border-left: 0.5rem solid rgba(var(--dark-gray-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); } .darkstyled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--bright-accent)); 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); } .darkstyled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); 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(--dark-gray-monochrome)); color:rgb(var(--white-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); } .dark-borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-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); border: solid 0.3rem rgb(var(--bright-accent)); } .light-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--dark-gray-monochrome)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(var(--white-monochrome)); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://myrandfox.wikidot.com/local--files/theme:database-new/logo) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .logoblock{ padding: 0.01rem 1rem; color:rgb(var(--white-monochrome)); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://myrandfox.wikidot.com/local--files/theme:database-new/logo) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .titleblock { background-color: rgb(var(--dark-gray-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,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--dark-gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } /* sd banner colours */ .sd-container { --sd-border:var(--white-monochrome); --sd-text:50,18,10; --sd-symbol:50,18,10; --sd-bullets:var(--sd-border); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); }
你醒了,在单调黄色的走廊中,里面充斥着从旧地毯中散发的臭味与死寂的空气。
你不知道走了多久,但从没碰见过别人,仅是在黄色的墙纸与蜂鸣不已的荧光灯间向前徐行。
你的双脚开始酸痛,但你不得不继续推进,即便只是步履维艰,步步为营。你只好继续前行。别无选择。
天花板上的灯具以一种单调的节律闪动着:上至下,下至上。在一秒的昏花之际,墙面返照前仍是琥珀色的色调变回了黄色。
你骤然间狂奔起来,希冀着找到些仍在有所前进的标志,找到些表明你并不是在原地踏步的迹象。你瞻前顾后,但并没有什么好看的。你便放声哭泣,但无人倾听。
唯有单色的墙壁,唯有淡漠的灯光,唯有遥遥无终毫无变数的迢迢千里。这便是一切。
这便是仅剩的所有。
但你还是得继续前进。
我做了个噩梦。
房间很暗,有那么一刻,你没法确定你的眼睛是否已完全睁开。雨水叩打着屋顶,它这平稳的氛围似乎将你拉入了神志恍惚的状态中。
风号绕梁,雷霆遥坠。周身环裹嘈杂之声的你捕捉到了这个房间内来自父母的一丝微弱气缕。鼾声温和,雨声没能将其打断。周身簇拥着你的温暖之感。
你的视野中浮现出的最为微弱的一道轮廓来自于那在天花板上摇摇欲坠的廉价白炽灯:一滴身居亚麻色丛间的倒转泪珠。你身位右侧的则是面小窗户,上面覆盖着的深棕色百叶窗阻隔了光照。被窝惬意,来自雪杉的家常气味将你一晚安睡前的忧虑全然抚平。
在某一刻,你开始意识到有什么硬硬的东西在向你的方向挖来。你的手则摸到了一个柔顺而冰冷的表面,你的手指将它从口袋中滑出。掀开被褥,你注视着自己手机那模棱两可的状貌,扁平而低调。刹那间,屏幕上爆发出了光芒,你爬了起来,把被子盖在了头上。在厚实被褥带来的安全感下,你将注意力转移到了手机屏幕的主菜单上……显示着一条新讯息的通知。在踌躇片刻后,你点开了通知,看着手机解除锁屏。
哦,流浪者。
你真的觉得自己已经逃脱了吗?
生存难度:生存難度:
等级等級 unknown
- {$one}
- {$two}
- {$three}
如何使用:
[[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 686f6d65是一种温暖且黯淡,且永远有着暗色相伴的环境。那些发觉自己首次于本层级床上醒来者都会有误认为他们在后室中的经历仅仅是南柯一梦的印象。
当你对着这条讯息目不转睛之时,你的心脏亦在狂跳不止,指尖在屏幕上方游移不定。
描述:
在那令人叹惋的剧变后,你发现自己滞留在了Level 686f6d65内,当务之急是要了解到现状的轻重,并以快速而审慎的措施作出回应。
在你阅读至此时,你聚精会神,保持着绝对的安静。你让自己陷入了胶着无比的情形之中。
从估量你的房间入手。你很有可能还处在一种如梦方醒的状态,但辨识出你周围展现出的种种异常更为重要。需谨记在心,它们也许并不会即刻显现或是暴露出来。
一股骤然出现的冲动敦促着你去查看被褥间的空隙。但那便意味着动身,然后便会让它们从此往后都知道你就在那。
你身旁的呼吸声已变得出奇地安静。也许你该转身,看看身后有些什么
但你做不到。
做不到吗?还是你不想?
你是对自己将要发现之物感到害怕吗?你也知道不再凝视是没法打消它们的眈眈虎视的吧。
对扭曲不堪或是变形不定的形象、所在之处异乎寻常的物品以及自预想位置越轨而略显违和的图景保持警惕。
你感到胸膛发烫,双手冰冷。就像是一层恐惧的疑云笼罩住了你的头脑,让你的身躯坠入冷汗之中。各个关节正在作痛以示抗拒,在你团坐蜷缩之位曲张着。你什么时候。但这无关紧要,相反地,你注视着那被深深压入手心间的冰冷金属表面。
双手颤抖的你将手机攥得更紧了。
在观察上述异常的过程中,建议你确定一下它们不会径直觊觎到你自身的存在。
最糟的情况是你卧室里的窗户现在正在你的正右方。在此种状况下你所能做出的最佳豪赌便是假装自己已然失去知觉。
然后,便是继续利用一个可靠的计时设备来校验当前时间。倘若你的手机在外部环境一片漆黑时仍显示的日间时间,那就避免做出可能会使你吸引到任何注意的行动。
纵使表观如此,你仍非孤身一人。真希望我们不会受到任何干扰。然而让其如愿以偿的概率也不算乐观。但运拙时乖,非如是哉?
你这么快就绝望了啊。我们得为你指点迷津了。
在这房间的范围内,你也许能感知到与你父母声音类似的响动。虽然它能予人抚慰,但应合时宜地指出,这样的事件并不会带着连锁反应,亦或是产生什么后果。
……你可以潜行至房间的另一端。打开灯的开关(并祈祷那仍是你记忆中的同个地方)。倘若灯光亮起,那么便能豁然开朗,令人为之一振。
在梦魇的环绕下,应当注意诸如灯具等光源的工作性能都会受到阻碍,乃至直接停止运转。
另一方面,如果什么也没有发生,那么它实际上就是个摆设。何其可惜,不是么?
多令人扼腕痛惜啊。
在后者情形所致的事件中,建议你撤出指定区域并走下楼梯。并提起戒心以防因昏暗的灯光而发生的种种事故。
雷霆坠入了黑暗。你一跃而下,将一声叫苦憋入袖中。身旁的地毯被搅卷了起来。
在到达楼底时,应忽略所有从房顶处传来的令人不安的声响。这些噪声的情形包括但不限于:
- 辨识不清的低语或是人声
- 与结构变形相似的吱呀声
- 表明液体正在渗入的滴答声或是泄露声
- 骤然出现,表明物体掉落或是不复原位的砰击声
- 表现出接近效应的可闻脚步声
- 令人联想到骨头折断的嘎吱声
在抵达起居室后,有序而系统地将灯具开关接连激活。
信息发送失败。错误发生,错误码Code 686f6d65。
更多信息请至网络代理处查看。
你瘫倒在被子之下,反复扫视着环形进度条。吐息艰难时,你的脑海中划过了在被窝之下氧气可能会被耗尽的闪念。
你的手指移到了键盘上,在紧随而来的噼啪声前畏缩不已。它们在这房间中回荡,你则在祈祷着雨声能再大点以把它们吞没殆尽。
你: 救我
你身边的床单被动了一下。有什么人正在呼吸。有什么人正在喘气。那会不会是正对着你的脖颈吹着凉气的东西?
你盯着环形进度条,呼吸急促但尚属不足。你用心跳记读着每一秒钟,但加载动画上仍未见着任何起色。
有什么东西在挪动,纷至沓来。
雨水低吟,因过于安静而让你难以辨析。
哦,小流浪者。
帮助不会自己找上门的。
外界的恶劣天气现已呈暴风骤雨之态:以倾盆大雨为特征的一种天气现象,狂风怒号,亦或是二者的结合
恶劣的天气现已出现在了内部空间的范围中,其形式则为
你驱使着自己四肢进行移动,再将其摸回背后。血珠在耳中落下,你不确定这声巨响究竟是暴风雨、某些未知因素还是仅有自己的心跳所为。即便有本能限制,你还是将手预先挪到了手机的锁屏键上,然后用空着的一只手缓缓拉开了被袄。
将你当前所在区域的隐秘角落探索一番值得尝试。再把你的注意力引导至你现在身位的背后。
手机屏幕闪动了一下,在轻触后便随即关闭,将你一人独自留在了黑暗中。
在上述的行动都没能得到想要的结果后,建议你删掉所有表露出不安与苦楚之感的讯息,并保证所有会导致负面情绪反应的内容都已被抹消。重中之重是要明白这里并不存在诱发恐惧的基质。毕竟,这里可是你的家,没有必要担惊受怕。
作者:centurys lute
译者:Deip*isoster
本文遵循CC BY-SA 3.0协议。
版式作者为MyrandFox;扫描线效果来自
EstrellaYoshte。
JPG图片“后室渲染3”作者为Alfarex#0143,遵循CC BY 3.0协议。