@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; }
生存难度:生存難度:
等级等級 0
- 安全
- 极度不稳定?
- 实体绝迹
如何使用:
[[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 R-993
描述
Level R-993外观上为单调且乏味的黑白色城市,占地面积不明,似乎不存在边界。建筑风格类似现代东京,具有密集的混凝土与木制建筑群,交错的地下道与轻轨网络。该层级的色系只存在黑白色及中间的过渡色,即使携带具有鲜艳颜色的物品切入Level R-993,此物品在该层级的色调也只会处于高饱和度的灰色系。当流浪者切入该层级时,该层级会强行改造流浪者的视锥细胞与视杆细胞,使其仅对复合的白光高度敏感,而忽略掉单色光的存在。
从流浪者的角度观察,观察Level R-993类似自己在观摩老式胶片电影的体验,杂乱的雪花点与视觉上的失真常出现于视网膜上,造成视野的缺失。这进一步加大了探索该层级的难度,尽管目前该层级尚未发现任何实体,黑白化的建筑与复杂的道路加剧了流浪者对自己所处位置的模糊感。此外,苍黑的沥青马路与消失的下水道井盖,坑洼的建筑工地融为一体,盲目地前进会产生不必要的伤害与方向感缺失的风险。
层级中不存在任何昼夜交替,温度恒定在4摄氏度,常伴有沉闷而混着着甲醛气味的大风。此层级由于颜色的特性难以分辨天气,不时会有雷暴现象发生。恒星在此层级中难以观察,仅能依靠热辐射波谱确定其存在。与直接注视太阳所带来的眼部疼痛不同,长时间注视此层级的天幕的任意区域,都会使流浪者产生强烈的刺痛与灼烧感,有尝试者称,这种感觉实际上更类似被多盏强光灯照射所带来的不适。
密集的建筑群构成了该层级的主干,动辄高达300米的商业楼与写字楼堆叠在道路两旁,并向地块深处蔓延。大多数建筑之间存在相互连接的玻璃索道,高悬于徘徊在街道内的流浪者之上,玻璃碎片与开裂的石质扶手碎屑从空中飘洒而下,在空中泛起点点白光。建筑内部处于毛坯状态,裸露的钢筋与开裂的承重墙随处可见,偶见有残破不堪的混凝土搅拌器,兀自旋转着沾染凝固水泥的合金扇叶,轰鸣作响。伴随着颓唐的光景,笛声,鼓声与不知何处传来的儿童嬉闹声充斥着流浪者的耳膜,暴露在外的电路由于无人打理似发出滋滋的电流声。
棉料发黑的公鸡和兔子人偶被随意丢弃在地下道的入口处,拳头中紧紧攥着彩带与彩球,肩上的礼盒中常出现杏仁水,火盐,罐装龙肉等物资。其背后,密密麻麻的警戒线封锁了地下道的去路,强行破坏这些警戒线是难以做到的,曾有流浪者利用瓶装闪电强行炸开了一处仅容一人通过的入口,进入地下道,但在此之后并迅速失去联系。并在该名流浪者彻底失去联系的同时,这些警戒线又以怪异的方式在入口处凝结在一起,如同被火焰灼烧至液态又在低温下重新凝固一般。
在地上轻轨车站乘坐层级的轻轨是目前已知离开Level R-993的最有效的途径,尽管轻轨存在强行切入Level R-995的可能,但基于其余方案的不可靠与不稳定性,暂不在有关Level R-993的文档中详细陈述,以防流浪者对此的冒险行径。
曾有流浪者报告,在离开Level R-993后,眼部的褪色现象并未消失,并频繁地在视野中发现有动物人偶围着他进行吹笛亦或敲鼓的行为。也有流浪者报告在离开层级后,收到了用烫金字体写着自己名字,以Level R-993的城市为背景的邀请函,目前正在调查基于该层级的异常现象。
我从那个地下道走了多长时间了?
真该死,不该下来的,鬼知道这里到底有什么。
那是…灯光?我想我在那里能冷静一点
这不是光。
Stewie Griffin does not match any existing user name
曲子是桃太郎,已经满足50年
https://unsplash.dogedoge.com/photos/a-staircase-leading-up-to-a-large-building-b07v46oBhTE
https://unsplash.dogedoge.com/photos/a-black-and-white-photo-of-tall-buildings-4LkjvMlVhOw
https://unsplash.dogedoge.com/photos/a-black-and-white-photo-of-two-tall-buildings-zVYlGTHL-IE
https://unsplash.dogedoge.com/photos/a-black-and-white-photo-of-a-tall-building-x9orKIOsGxo
https://unsplash.dogedoge.com/photos/a-green-truck-parked-in-the-middle-of-a-forest-DJ5qU3MqCOE
https://unsplash.dogedoge.com/photos/looking-up-at-tall-buildings-from-the-ground-lqePWrktz3Y
https://unsplash.dogedoge.com/photos/photo-of-microphone-on-foggy-stage-ojVMh1QTVGY
« level R-992 | Level R-993 | Level R-994 »