@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; }
我自堕落中坠入此地
我怀揣的惊恐尝试逃离
我什么都没法做,只能进行探索
这里即使黑暗也是那么美好,我为什么要逃离呢?
生存难度:生存難度:
等级等級 死区
- 极度不安全
- 高致命危险
- 出口失效
如何使用:
[[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 IF-322是后室IF层群的第322层。
描述:
Level IF-322仅由一个路灯以及一栋废弃房屋组成,流浪者在切入Level IF-322时通常固定出现在路灯之下,路灯的光线强度较高,能够使流浪者出现短期失明症状。层级内永久处于黑夜状态,且不存在任何形式的WI-FI信号,但异常的是,M.E.G.所接收到的所有有关Level IF-322的信息均由M.E.G.讨论论坛上的一位匿名账号发送,且M.E.G.难以通过常规手段对其进行追踪。目前M.E.G.仍在对该账号进行监视。
此外,流浪者在Level IF-322内的行动将受到较强的限制,其表现为流浪者无法在层级内的房屋前300m范围内的长方形范围外活动,而任何尝试突破该限制的流浪者最终都迎来了内脏爆裂的结果。流浪者在切入该层级后唯一能够做的事便是进入层级内的房屋进行探索。
房屋的样式接近前厅上世纪40年代的乡村屋舍,但流浪者无法在层级内再观察到其他与其样貌类似或者相同的屋舍。房屋外墙由于层级内部极度干燥而导致出现了严重的裂痕,在流浪者进入房屋时有几率出现坍塌现象。在流浪者进入房屋后,其大门将被暴力关闭并封锁,流浪者无法通过任何外部道具进行抵挡或者破拆。
房屋内存在1个饭堂、3个卧室、1个厨房以及1个杂物间,而在6个房间中,杂物间内刷新有极高数量的笑魇。除此以外,流浪者仅能够于厨房中的灶台上发现一个火钳以及3~5块被燃烧至通红的煤炭块,以及在饭堂左侧的卧室中发现一把沾染有血迹的铁锤。而任何人为突破房屋墙体的尝试均被证明无解。
“无端眷恋”
值得一提的是,匿名者在新的文档中提及到了该效应的出现,M.E.G.则在近期对此存在高度兴趣的研究,该效应表现为流浪者在切入Level IF-322的短期内将对此地产生极端的眷恋,并因此产生高度的情绪亢奋。流浪者将在该效应的影响下积极地对层级进行探索,即使在该过程中受到极度危险的伤害也难以产生恐惧、悲伤等负面情绪。
据M.E.G.对文档的多次分析得出,该层级理论上应当存在出口,但M.E.G.并未发现任何自Level IF-322逃离的流浪者,因此,M.E.G.认为,在该效应的影响下,流浪者将不会产生逃离该层级的想法。但层级内不存在任何物资,这也表明流浪者将在该效应的影响下永远停留在Level IF-322中,并因营养不良或者笑魇袭击而亡。目前,M.E.G.已将所有被证实切入Level IF-322的流浪者列入死亡名单。
实体:
上文已述,该层级内存在极高数量的笑魇。
基地、前哨与社区:
由于层级内存在孤立效应,Level IF-322内不存在任何基地,前哨与社区。
入口与出口:
入口
- Level IF-322目前暂未查明固定的切入方式,目前已知的是于Level IF-39、Level IF-5、Level IF-136、Level IF-128、Level IF-100内产生强烈的怀旧情绪将有几率进入该层级。
出口
- 上文已述,M.E.G.推测该层级存在稳定的出口来源,但流浪者将因“无端眷恋”的影响而导致其失去离开该层级的想法。
是谁在希望我留下?
kadjwxs
图源:https://www.bilibili.com/opus/1104316871572717591#reply273758604736 (一块屑Ag的B站动态)
« Level IF-321 | Level IF-322 | Level IF-323 »



