@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://scutoidbox.wikidot.com/local--files/watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 0,196,244; /* background */ --bright-accent: 178,255 , 221; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("http://backroomssandboxcn.wikidot.com/local--files/road-killer/tr"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }
生存难度:生存難度:
等级等級 1
- 安全
- 稳定
- 轻微精神影响
如何使用:
[[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-109是后室R层群的第109层。
Level R-33被广为人知的第一张照片
描述:
Level R-109表现为一片具有非线性空间性质的草原,该层级存在一种特殊的精神孤立效应,即两名流浪者可以在该层级遇见,但通常情况下双方都会下意识的忽略对方1,即使是肢体触碰或者对话也只能使双方察觉到一丝的异样。
Level R-109的天空总是呈现中国南方地区下午六点左右的状态,且温度总是保持在20摄氏度上下。异常的是,该层级的光源来源是未知的,尽管每个进入层级的流浪者都能清晰地看见晚霞2,却无法观察到光源所在位置。
Level R-109内不存在任何动物,所有植物都不具备食用价值,该层级的土地经实验后被证实无法种植任何外部植物。目前尚未观察到该层级内植物出现枯萎情况,所有的植物结构经研究都与前厅的对应物种相同,其繁衍方式未知。事实上,这里的植物无法被流浪者主动杀死。当流浪者试图主动伤害植物时,总会感觉到有一声轻微的呵斥声,这种呵斥声会使得流浪者丧失攻击意愿。
经过对比,Level R-109内存在的唯一花种为一种品种不明的橙蓝相间的花。其会散发出一种独特的难以形容的清香3,这种香味被证实存在振奋精神和醒脑的功效,建议流浪者在探索该层级的过程中经尽可能收集这种花。花的橙蓝部分的分布是随机性的,但通常情况下其分布比例基本相当。
Level R-109内存在的晚霞颜色因人而异,但其通常会让观察的流浪者想起同一段在夕阳下行走的记忆4这通常会让流浪者产生熟悉而又陌生的既视感。
当流浪者进入该层级时,会明显感觉到该层内会对其精神造成影响。
“风与潮湿的忧伤笼罩了我”————一名见证了风的流浪者
如上文,一种不可避免的忧郁情绪会在流浪者心中滋生,并随着时间的推移让流浪者开始渐渐产生轻微的烦躁,愤怒,不安等情绪,尽管其仅仅会造成很小的影响,我们还是建议流浪者在该层级内尽量努力保持积极状态。
在多数情况下,Level R-109内总是会有微风吹起,且同一时间内只可能存在一种风向,不同方向吹来的风会对流浪者产生不同程度的影响。由于指南针在该层级是可以正常使用的5,我们以此对不同种类的风进行了分类- 持续时间:1分钟至3分钟不等
当东风吹过流浪者时,流浪者将感觉到感到精神振奋、脚步轻快,并隐约产生身旁有人在说笑的错觉。需要注意的是,此时不应饮用任何饮品,这立刻导致流浪者被凭空绊倒在地,在此过程中身上携带的所有饮品都会洒出来。6
- 持续时间:1小时至10小时不等
南风是在该层级内最常见的风向。南风吹起时,流浪者会感到耳边频繁的传来轻微叹息声、翻书声和咒骂声。这种声音被认为是对流浪者精神造成影响的源头。少部分情况下会听到不远处有人在砸本子和笔的声音。若南风持续3个小时以上,流浪者将不可避免地回忆起过去的事情,并产生强烈的哭泣冲动7。
- 持续时间:5分钟至10分钟
西风吹过时,流浪者会感到烦躁,耳边传来持续性的低语,并出现如注意力下降、判断力下降等情况。在这种状态下任何幅度过大的动作都可能导致流浪者烦躁加剧。我们建议流浪者在西风期间应当原地休息并小口饮用杏仁水,这能有效缓解烦躁。
- 持续时间:30分钟至1个小时
当北风吹起时,流浪者通常会感觉到一瞬间产生的“刺骨的寒冷”,这种感觉会让流浪者变得惶恐不安,产生被注视感8并开始反常的惧怕黑暗
- 持续时间:无规律。
通常,在流浪者待在Level R-109一段时间后将出现狂风,具体时间未知,没有规律。被狂风吹到会导致大量混杂的负面情绪充斥内心,狂风期间指南针将失去用处。狂风期间层级内会下起细雨,长时间暴露在细雨下会导致精神恍惚。
尽管Level R-109是非线性空间,但当流浪者在Level R-109行动时,会有一些固定的规律,在下文中将一一列出。
异常规律
- 无论何时,在流浪者右手边大约10米的范围内总是存在一棵树,其被发现时的姿态总是被描述为“在微风中轻轻摇曳”9。向着那棵树走去会导致其暂时性消失,直到流浪者改变方向为止。
“我知道这是个严肃的地方,可是为什么它不能被命名为‘三角函树’”—————Lin5k_bl2ck
一名流浪者拍下的关于那棵树的图像
- 在少数情况下,树上可能会出现一个双肩包,在这种情况下走向树将不会使其消失。包里总是会装着半瓶未开封的杏仁水,一本出自前厅的《三千体》,一个海蓝色的半透明书签10和一个绿色的日记本11。经实验,阅读《三千体》会提高阅读者的逻辑思维能力,使用日记本记事会对记忆力有明显提升
补:最近开始有多项报告指正包中会出现一块蓝色的电子表,其异常性质未知。
- 当流浪者行进15公里时,会看见不远处放着一个青色连帽卫衣,穿上卫衣能够一定程度缓解北风期间带来的负面影响。如果流浪者行进了50公里且身着该卫衣,则会发现一副耳机。戴上耳机能够减缓小部分西风期间带来的影响和大部分南风的负面影响。
- 无论何时,流浪者总能在其左上方的天空看见一颗明星。
- 若流浪者在乱风中前行超过1公里,则必然会发现一株蓝色的草,以其为圆心的半径14米内将始终吹着东风直到乱风结束
基地、前哨和社区
该层级不存在已知的基地,前哨和社区
入口和出口
入口
- 在任意层级用手反复盖住松盖耳朵,直到即使不这么做也会听见风声为止,此时用一本书敲开任意一扇门会掉入此层级。
- 在Level R-61中会有极小概率在右前方找到一颗星星,一直跟随它可以来到此层级。
- 在 Level R-6用风笛吹奏并向迷雾中走去可以来到此层级。
- 在Level R-12中负面情绪压抑到一定程度后从在楼顶切入会来到此层级。12
出口
- 暴露在狂风期的细雨下直到意识模糊,醒来后会来到Level R-1
- 行进一百公里以上将会把你随机带到一个宜居层级
- 切入在树上发现的书包会来到Level R-11
- 仔细聆听风声直到其充斥你的大脑,这样我就会指引你
- 成功摘下一朵花会导致你切入Level R-51
S.S.F星语者基金会
地点:Level R-109
相关文件:[Level R-109“风”行迹研究](略)
回复:考虑以此作为研究基地。
[Level R-109作为基地的可行性报告](略)
回复:动议否决,原因:特殊性质
评价:组织刚刚建成,百废待兴,这是百忙之中下的一步闲棋,很有必要。
S.S.F——星空永恒
« Level R-108 | Level R-109 | Level R-110 »
用于在包中发现的《三千体》,若将其夹入其他书中将必然掉出。
