隐秘层级-Liminal “咔嚓”
生存难度:生存難度:
等级等級 等待分级
- {$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]]
未知原因无法拍摄照片
咔嚓。是Liminal层群中的一个天堂。
描述
这个天堂为一处约二十平方米的封闭混凝土地下室,墙面是未经打磨的原生水泥质地,墙根处积着厚灰,地面杂乱堆积着最美丽的东西,镜头玻璃上蒙着一层薄尘,但多数设备的快门仍能按下。快按一下吧,按下得到求夊贝卖!,所有相机的镜头都齐齐朝向地下室中央的空白区域。那个地方曾经有“你”。
咔嚓…
生存难度:生存難度:
等级等級 0
- {$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]]
咔嚓。是Liminal层群中的一个天堂。
描述
该天堂由草原、雨林与现代化城市融合而成的景观区。该区域的草地修剪得极为平整,雨林的植被叶片油亮无垢,城市的建筑外立面没有一丝污渍,温度恒定在15~30℃,光线始终保持着午后的柔和度,空气中飘着淡淡的花草香气。多么舒适,不是吗,却听不到鸟鸣或车流的声响多宁静啊,你难道不想拍个照吗?它是一个完美的度假圣地。
. . .
但是,一名匿名用户上传了一封日记:
日志一:
我从level Liminal 1进入了一个洞口,来到了一个灰色的地下室,这里只有一堆相机?我尝试切出,但是不管用,我撞了多少次墙都没反应。身上还有一点皇家口粮和杏仁水,不知道能不能撑到切出…
日志一?:
我不小心在level Liminal 1跌入了一个突然出现的洞口,来到了一个城市。这里真是太美了,我迫不及待想把一切记录下来,但我总感觉我来过这里?
日志二:
我已经在这个破地下室待了两天了,地下室的空气里飘着一股呛人的胶片味,我发现地上有个照片,似乎是我拍的,我开始摆弄这些相机,直到我按下了「快门」…
日志二?:
(字迹潦草) 我说实话,我撤回刚刚对这个地方的评价,这里安静的可怕,还有一种强烈的不适感。一点食物也没有,出口也没找到,不知道我还能撑多久…
咔嚓…
日志一???:
这给我干哪来了?我只是从level Liminal 1进入了一个洞就到这了。我该记录一下…呃,这里是一个下水道,不像是有食物的样子,我替你们试过了,切出没用,那群找死的M.M.R.A.最好别来。
咔嚓… 咔嚓… 咔嚓… 咔嚓… 咔嚓…….
[“日#+*志?:
我的头好痛,我已经不知道过去多久了,我的手里还攥着那台刚按过快门的胶片机。我把相机举到眼前,屏幕上跳出一张刚拍的照片,照片里的我站在原地,而镜头的对面,高楼的天台上有个模糊的人影,也举着一台相机对准了我。我向高楼那看去,那个人正是「我」….
我们推断这篇日记的主人并不知情他前面记录了内容。
:root { --lh-red: #c0392b; --lh-blue: #2980b9; --lh-green: #27ae60; --lh-dark-green: #16a085; --lh-purple: #8e44ad; --lh-orange: #e67e22; --lh-yellow: #f1c40f; --lh-paper-bg: 255, 251, 240; --lh-string-color: 192, 57, 43; --lh-book-color: var(--gray-monochrome); --lh-tape-color: 90,90,90,0.3; --lh-white-bg: 249,249,249; --lh-dark-bg: 50, 50, 50; --lh-highlighter: var(--bright-accent); --lh-border-color: var(--gray-monochrome); --lh-wiki-note-color: var(--bright-accent) } /** * 旧代码合集 * 为了向下兼容而保留 */ .grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto} /** * 便签纸 * notepaper */ .notepaper { background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0); line-height: 2em; background-size: 100% 2em; background-attachment: local; border: 2em solid rgb(var(--lh-paper-bg)); box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2); padding: 0; margin: 1em auto; box-sizing: border-box; position: relative } .notepaper p { margin: 0; font-size: 1.05rem; letter-spacing: 0.1rem; line-height: inherit } .notepaper.narrow, .notepaper.wide { width: 90% } @media screen and (min-width:768px){ .notepaper.narrow { width: 50% } .notepaper.wide { width: 75% } } .notepaper.tight { border-width: 1rem; border-left-width: 1.2rem; border-right-width: 1.2rem; line-height: 1.8em; background-size: 100% 1.8em; font-size: 13px } .notepaper.with-string::before { content: ''; width: 0.5em; height: 6rem; background: rgb(var(--lh-string-color)); top: -2rem; right: -1rem; display: block; position: absolute; box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2); clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%); } .notepaper.with-tape::before { content: ''; border: 1px solid #ddd; background: rgba(var(--lh-tape-color)); width: 1.5em; height: 4em; transform: rotate(45deg); display: block; position: absolute; top: -3em; left: -1.8em } .notepaper.tight.with-string::before { top: -1rem; right: -0.25rem; } .notepaper.tight.with-tape::before { top: -2.5em; left: -1.3em } .notepaper.page { min-height: 36em; counter-increment: page; display: flex; flex-direction: column; justify-content: space-between } @media screen and (min-width:768px){ .notepaper.page { width: 70% } } .notepaper.page:after { content: counter(page); display: block; text-align: center } .notepaper-group { counter-reset: page; } .book-pattern { display: flex; flex-wrap: wrap; flex-direction: row } .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 100% } @media screen and (min-width: 768px) { .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 50% } } .book-wrapper { background: rgb(var(--lh-book-color)); padding: 0.5rem; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2); border-radius: 5px; margin: 1rem auto } @media screen and (min-width: 768px) { .book-wrapper .notepaper { margin: 0 } } /** * 文字修饰 */ .text-highlighted { position: relative } .text-highlighted::before { content: ""; position: absolute; height: 0.9em; bottom: 2px; left: -2px; width: 105%; z-index: -1; background-color: rgb(var(--lh-highlighter)); opacity: .6; transform: skew(-15deg); transition: opacity .2s ease; border-radius: 3px 8px 10px 6px; transition: 0.1s ease background-color; } .text-underlined { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-wavy { text-decoration: underline wavy; text-underline-offset: 4px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-circled, .text-squared { display: inline-block; border: 2px solid rgb(var(--lh-highlighter)); border-radius: 100%; box-sizing: border-box } .text-squared { border-radius: 0 } .text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) } .text-highlighted.td-red::before { background: var(--lh-red) } .text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) } .text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) } .text-highlighted.td-blue::before { background: var(--lh-blue) } .text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) } .text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) } .text-highlighted.td-green::before { background: var(--lh-green) } .text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) } .text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) } .text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) } .text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) } .text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) } .text-highlighted.td-purple::before { background: var(--lh-purple) } .text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) } .text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) } .text-highlighted.td-yellow::before { background: var(--lh-yellow) } .text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) } .text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) } .text-highlighted.td-orange::before { background: var(--lh-orange) } .text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) } .text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) } /* 隐藏文字 */ .text-blank { color: rgba(0,0,0,0) } .text-block { background: rgb(var(--black-monochrome)); color: rgb(var(--black-monochrome)); } .text-blur { filter: blur(0.3em); -webkit-filter: blur(0.3em) } .text-hoverback, .text-selectback { transition-duration: 0.3s; transition-property: background, transform, color } .text-blank.text-hoverback:hover, .text-blank.text-selectback::selection, .text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) } .text-block.text-hoverback:hover { background: transparent!important } .text-block.text-selectback::selection, .text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) } .text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important } /** * 附加项 */ .with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) } .with-border-dark { border: 1px solid rgb(var(--black-monochrome)) } .with-border-light { border: 1px solid rgb(var(--white-monochrome)) } .with-border-thick { border-width: 2px } .with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) } .with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) } .with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) } .with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) } .with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) } .with-padding, .with-box-style { padding: 0.25em 1em } .with-p-sm { padding: 0.125em 0.5em } .with-p-lg { padding: 0.5em 2em } .with-margin, .with-box-style { margin: 1em auto } .with-m-sm { margin: 0.5em auto } .with-m-lg { margin: 2em auto } .with-narrow-width { width: 90%!important; margin-left: auto; margin-right: auto } @media screen and (min-width: 768px) { .with-narrow-width { width: 75%!important } } [class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important } .with-bg-red { background: var(--lh-red)!important } .with-bg-blue { background: var(--lh-blue)!important } .with-bg-green { background: var(--lh-green)!important } .with-bg-darkgreen { background: var(--lh-dark-green)!important } .with-bg-yellow { background: var(--lh-yellow)!important } .with-bg-orange { background: var(--lh-orange)!important } .with-bg-purple { background: var(--lh-purple)!important } /** * 删除类 */ .offwith-shadow { box-shadow: none!important } .offwith-border { border: none!important } .offwith-padding, .offwith-pam { padding: 0!important } .offwith-margin, .offwith-pam { margin: 0!important } .offwith-width-limit { width: auto!important; margin-left: auto!important; margin-right: auto!important } div[class*="grider"].offwith-grid-gap { grid-gap: 0!important } /** * 网格布局 */ /* Gridder 容器 */ div[class*="gridder"] { display: grid; box-sizing: border-box; grid-gap: 1rem; padding: 0 } div[class*="gridder"] * { box-sizing: border-box } .gridder, .gridder-col-2 { grid-template-columns: 1fr 1fr; } .gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .gridder-col-4 { grid-template-columns: repeat(4, 1fr); } @media screen and (min-width: 768px) { .pc-gridder, .pc-gridder-col-2 { grid-template-columns: 1fr 1fr; } .pc-gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .pc-gridder-col-4 { grid-template-columns: repeat(4, 1fr); } } .spanner, .spanner-2 { grid-column-start: span 2; } .spanner-3 { grid-column-start: span 3; } /** * 告示组件 */ .signblock, .signblock-dark, .signblock-warn { margin: 1rem auto; box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4); background: rgb(var(--lh-white-bg)); font-size: 1.05rem; padding: 2rem } @media screen and (min-width: 768px) { .signblock, .signblock-dark, .signblock-warn { width: 75% } } .signblock-dark, .signblock-dark h1 { background: rgb(var(--lh-dark-bg)); color: #fff } .signblock-warn, .signblock-warn h1 { background: var(--lh-red); color: #fff } .signblock h1, .signblock-dark h1, .signblock-warn h1 { text-align: center; font-size: 2rem; margin: 0; font-weight: 700 } .signblock-img { display: flex; flex-direction: row; justify-content: center } .signblock-img img { width: 8em } .signblock-footer { font-size: 0.9em; text-align: center; margin: 0.5rem 0; font-weight: bolder; display: block } /** * 报告 */ .reportblock, .reportblock-dark { border: 2px solid rgb(var(--lh-border-color)); box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3); background: rgb(var(--white-monochrome)); padding: 0.8rem 1.5rem; padding-bottom: 0.4rem; margin: 1.5rem auto; margin-bottom: 1rem; position: relative } .reportblock hr, .reportblock-dark hr { background-color: rgb(var(--lh-border-color)); margin-left: -1.5rem; margin-right: -1.5rem } .reportblock h1:first-child, .reportblock-dark h1:first-child { position: absolute; top: -1rem; left: 1.5rem; font-size: 110%; font-weight: 600; background: rgb(var(--lh-border-color)); color: #fff; padding: 0.2rem 0.5rem; margin: 0; } .reportblock-dark, .reportblock-dark h1 { border-color: rgb(var(--lh-white-bg)); background: rgb(var(--lh-dark-bg)); color: #fff } .reportblock-dark hr { background-color: rgb(var(--lh-white-bg)); } /* 更好的折叠框 */ .bettercollap { margin: 1em 0; } .bettercollap .collapsible-block { width: auto; overflow: hidden; border: 1px solid rgb(var(--lh-border-color)) } .bettercollap .collapsible-block-content, .bettercollap .collapsible-block-link { background: rgb(var(--white-monochrome)); padding: 0.5em } .bettercollap .collapsible-block-content { padding-left: 1em; padding-right: 1em } .bettercollap .collapsible-block-link { color: rgb(var(--lh-border-color)); background: rgb(var(--white-monochrome)); transition: .3s; display: block; } .bettercollap .collapsible-block-link:hover, .bettercollap .collapsible-block-unfolded .collapsible-block-link, .styledcollap.bettercollap .collapsible-block-link { color: rgb(var(--white-monochrome)); background: rgb(var(--lh-border-color))!important; text-decoration: none } .bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) } .bettercollap .collapsible-block-link::before { content: "\25BC"; display: inline-block; margin-right: 0.5em; transform: rotate(-90deg) scale(0.9) } .bettercollap .collapsible-block-unfolded .collapsible-block-link::before { transform: rotate(0) scale(0.9) } .bettercollap .collapsible-block + .collapsible-block { border-top: none } .styledcollap.bettercollap .collapsible-block { border-radius: 2px; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3) } .styledcollap.bettercollap .collapsible-block-content { background-color: rgb(var(--pale-gray-monochrome)); border-width: 3px } .styledcollap.bettercollap .collapsible-block-link:hover { background: rgba(var(--lh-border-color),0.95)!important; } /** * 提示框 */ .infoblock { color: #f1f1f1; font-weight: bold; background: #424242; padding: 5px 5px 5px 5px; border-radius: 4px; margin: -0.5rem 0 1rem 0; display: block; width: fit-content; padding-right: 25px; } .infoblock::before { content: "ⓘ " } /** * 单页迭代 */ .offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none } .offset-page:target { display: block }
:root { --black: 245, 245, 245; --white: 0, 0, 0; --m: 53, 99, 102; --x: 61, 66, 66; } #side-bar .side-block div a img { filter: none; filter: brightness(0); }
@media only screen and (min-width: 769px) { #main-content { padding: 2rem 3rem; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-left: none; border-right: none; } }
:root { --header-subtitle: "梦于现实"; }
/* Лиминальная Тема [2020 Wikidot Тема] оригинальный код от Линча и Этоиле доработка и обновление от Айзека и МХ'а */ @import url("https://backrooms-wiki.wikidot.com/component:fantasque-sans-mono/code/1"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/normalize-archived.css"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/bhl-archived.css"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/sidebar.css"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/user-menu.css"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/owindows.css"); @import url("https://ru-backrooms-wiki.wdfiles.com/local--files/component%3Atheme/forum.css"); :root { --theme-base: "black-highlighter"; --theme-id: "liminal"; --theme-name: "Liminal Theme"; --logo-image: url("https://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "Закулисье"; --header-subtitle: "Вы бывали здесь раньше."; --body-font: Arial, sans-serif; --header-font: 'Fantasque Sans Mono', monospace; --title-font: 'Fantasque Sans Mono', monospace; --mono-font: 'Fantasque Sans Mono', monospace; --white-monochrome: 237, 233, 223; --pale-gray-monochrome: 255, 251, 240; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 25, 20, 16; --bright-accent: 140, 136, 126; --medium-accent: 72, 69, 60; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; --swatch-topmenu-border-color: var(--medium-accent); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); --header-h2-font-size: calc(var(--base-font-size)*1.35); --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --sidebar-width-on-desktop: 20rem; } body#html-body{ overflow-x: hidden; } div.wd-adunit{ display: none !important; } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 10rem; } #header h1 a { line-height: 0.6; } #side-bar .side-block div a img { filter: none; } #side-bar .heading p { font-family: var(--title-font); font-size: 1rem; text-shadow: none; } @media only screen and (min-width: 769px) { #side-bar { padding-left: 0.75rem; top: 0; } } @media only screen and (max-width: 769px) { #side-bar .img-links { padding: 10px 0; } } #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; } #header::before { content: ""; position: absolute; height: 95%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 18rem; background-position: center; background-repeat: no-repeat; opacity: 0.5; } #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)) } a { transition: 150ms cubic-bezier(0.4, 0, 0.2, 1); text-decoration: underline; text-decoration-color: transparent; } #page-title, .meta-title { border-color: rgb(var(--swatch-tertiary-color)); } hr { border: none; background-color: rgb(var(--swatch-tertiary-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); } .styled-quote { background-color:rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--pale-gray-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .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%; } } #toc { background-color:rgb(var(--pale-gray-monochrome)); border: none; border-left: 0.5rem solid rgba(var(--gray-monochrome)); border-right: 0.5rem solid rgba(var(--gray-monochrome)); margin: 0.5rem 0 0.5rem 0; padding: 0; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } #toc.floatright { margin: 0.5rem 0 0.5rem 0.5rem; } #toc.floatleft { margin: 0.5rem 0.5rem 0.5rem 0; } #toc #toc-action-bar { padding: 2px 2px 2px 0.5em; } #toc .title { font-family: var(--mono-font); margin: 0; padding: 0.3em 2em; background-color: rgb(var(--gray-monochrome)); color: rgb(var(--white-monochrome)); } #toc-list { margin: 0.5em 1em 0.5em 0; } #toc-list a { transition:0.3s,text-decoration-color 0s; padding:0px 4px; } #toc-list a:hover { background:rgb(var(--pale-accent));color:rgb(var(--pale-gray-monochrome));text-decoration:none; } span.printuser a { transition:0.3s ease,text-decoration-color 0s; } span.printuser a:hover { text-decoration: none; color: rgb(var(--pale-gray-monochrome)); } span.printuser img.small { transition: 0.5s; } span.printuser img.small:hover { transform: scale(4); transition-delay: 0.5s; } #avatar-hover-container { display: none; } #search-top-box-input { display: none; } #search-top-box-form input[type='submit'] { padding: 5px 10px; font-size: 100%; background-color: rgb(var(--medium-accent)); border: 2.5px solid rgb(var(--pale-accent)); border-radius: 11px 5px 5px 11px; } #search-top-box { right: -25px; top: 50px; } #search-top-box-form input[type='submit']:hover, #search-top-box-form input[type='submit']:focus { text-decoration: none; text-shadow: none; background-color: rgb(var(--light-gray-monochrome)); color: white; cursor: pointer; padding: 5px 10px; font-size: 100%; border: 2.5px solid rgb(var(--pale-accent)); border-radius: 11px 5px 5px 11px; } @media only screen and (max-width: 768px) { #login-status { right: 6px; padding: 1px 8px; font-size:80%; } #header::before { top: 11px; } #header h1, #header h1 a { top: 17px; font-size: 150%; } #header h2, #header h2 span, #header h2 span::before { top: 31px; } #search-top-box-form input[type='submit'] { padding: 1px 8px; font-size: 80%; } #search-top-box { right: 6px; top: 40px; } #search-top-box-form input[type='submit']:hover, #search-top-box-form input[type='submit']:focus { padding: 1px 8px; font-size: 80%; } #toc { display: contents; } #toc #toc-action-bar { margin: 0.5rem 0 0 0; padding: 2px 0 2px 1em; background-color: rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); border-right: 0.5rem solid rgba(var(--gray-monochrome)); box-shadow: 0 0.3rem 0.3rem rgb(0 0 0 / 25%); } div#toc-action-bar a { padding: 0 4px; } #toc .title { margin: 0 0 0.5rem 0; padding: 0.5rem 2em 0.5rem 2em; background-color: rgb(var(--gray-monochrome)); box-shadow: 0 0.3rem 0.3rem rgb(0 0 0 / 25%); } #toc-list { margin: 0.5rem 0 0.5rem 0; padding: 0.5rem 1em 0.5rem 0; background-color: rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); border-right: 0.5rem solid rgba(var(--gray-monochrome)); box-shadow: 0 0.3rem 0.3rem rgb(0 0 0 / 25%); } } #footer { height: auto; color: rgba(var(--swatch-secondary-color), .7); font-size: 80%; margin: 0; } #license-area { --link-color: var(--swatch-primary-darkest); --visited-link-color: var(--swatch-primary-darkest); --hover-link-color: var(--swatch-primary-darkest); padding: 0.55em; margin: 0; width: auto; background-color: rgb(var(--swatch-menubg-medium-dark-color)); color: rgb(var(--swatch-text-secondary-color)); z-index: 11; } @media only screen and (max-width: 768px) { @supports (display:grid) { #footer { font-size: 10px; } #license-area { bottom: 0; margin: 0 auto; height: auto; font-size: .9em; line-height: 1; z-index: 2 } } } #main-content .page-tags { border: 2.5px solid rgb(var(--pale-accent)); border-radius: 11px 5px 5px 11px; padding: 5px; display: flex; align-items: stretch; } .page-tags::before { content: "Теги"; font-size: 80%; font-weight: bold; background-color: rgb(var(--medium-accent)); background-color: rgb(var(--medium-accent)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1px 6px; color:rgb(var(--white-monochrome)); margin-right: 0.3em; border-radius: 9px 3px 3px 9px; } ul { padding-inline-start: 1rem; list-style: disc; } #main-content .page-tags span { border-top: none; max-width: 100%; align-self: center; } #main-content .page-tags span a { transition:0.3s,text-decoration-color 0s;padding:0px 4px; } #main-content .page-tags span a:hover { background:rgb(var(--pale-accent));color:rgb(var(--pale-gray-monochrome));text-decoration:none; } div.page-watch-options a { transition:0.3s,text-decoration-color 0s;padding:2px 2px; } div.page-watch-options a:hover { background:rgb(var(--pale-accent));color:rgb(var(--pale-gray-monochrome));text-decoration:none; }
探索level Liminal 36并记录内部情况
参与人员:莫宇,陈默,鑫源海
报告时间:2025年12月13号上午11:08
[记录开始]
基地:能听到我说话吗?
所有人:听得见。
基地:你们现在所有人在level Liminal 1复刻日记中进入咔嚓。的方法。
所有人:收到。
(所有人很快就找到了一个洞)
陈默:我说,为啥基地要派这么危险的任务让我们做?
鑫源海:没事,反正我们还有植物人食品有限公司的传送果酱,已经有人测试过了,绝对有效。
莫宇:行了,别废话,赶紧跳进去。
(众人跳了进去)
莫宇:不对呀,我看层级文档里面也没有孤立效应啊,你们人呢?
陈默:肯定是这个层级干的好事。总之,这里跟文档描述的挺像,只不过感觉到一种强烈的不安感。
基地:探索该层级有没有其他区域可进入。
鑫源海:这里看起来是完全封闭的?
陈默:我感觉按下那个快门应该能到其他地方。
莫宇:不是哥们儿,你没看过日记吗?不要作死行不行。
陈默:我不知道…我好想按下那个快门…
其他人:别按!
(虽然其他人和基地极力劝阻,但陈默还是按下了快门)
咔嚓…
(无人机画面快速闪烁,突然变成了那个城市的样子)
莫宇?:(所有人声音变得卡顿)不对呀,我看层级文档里面也没有孤立效应啊,你们人呢?
陈默?:肯定是这个层级干的好事。总之,这里跟文档描述的挺像。
基地:什么情况?
鑫源海?:怎么了?不就是孤立效应吗?
基地:快吃传送果酱啊!来不及解释了。
所有人?:收到!
(所有人立马了蘸了一点传送果酱放入口中)
咔嚓…
(无人机的画面再次快速闪烁,变化成了下水道的样子)
莫宇..?:(所有人声音变得更加卡顿,对讲机背景有电流声)对不呀,我看层文级档里面没也有孤立效应啊,你们呢人?
陈默..?:肯定是个这层级干的好事。总之,这里跟日记描述的挺像。
基地:怎么回事儿,传送果酱没有用吗?还有你们的声音…
鑫源海..?:么什意思?我也们没用过呀我们的音声咋了。
???:看妑!这⑴個個燳片哆媄,沵憱恁甴彵們沉浸茬乙朮辶中吧。
基地:是谁…..
(记录中断)
上传回来的无人机内容全部损坏,我们推测这个层级中可能存在可以篡改文档的实体。所有特工都已失联,我们也不再会派出任何人进入其中探索,请各位流浪者无论如何都不要进入该层级,进入者都将被视为已死亡。
由于该层级的特性,我们只能这样做。下面是该层级真实的文档:
隐秘层级-Liminal “咔嚓。”
生存难度:生存難度:
等级等級 死区
- 无解的特殊效应
- 极端精神危害
- 潜在未知实体
如何使用:
[[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]]
咔嚓。是Liminal层群中的一个隐秘层级。
描述
本层级目前拥有多个区域,每个区域都有孤立效应,目前只介绍前二个,为那些冒死提供资料的人致敬。
拍摄场景
拍摄场景是流浪者第一个循环1来到的地方。此处为一个约二十平方米的封闭混凝土地下室,墙面是未经打磨的原生水泥质地,墙根处积着厚灰,地面杂乱堆积着一堆相机,镜头玻璃上蒙着一层薄尘,但多数设备的快门仍能按下2。所有相机的镜头都齐齐朝向地下室中央的空白区域。
森林城市
森林城市是流浪者第二个循环来到的地方。该区域由草原、雨林与现代化城市融合而成的景观区。该区域的草地修剪得极为平整,雨林的植被叶片油亮无垢,城市的建筑外立面没有一丝污渍,温度恒定在15~30℃,光线始终保持着午后的柔和度,空气中飘着淡淡的花草香,却听不到鸟鸣或车流的声响,这可能导致流浪者疯掉。
特殊效应
特殊效应是该层级中最大的危害之一,并且数量众多。
认知危害效应
该层级的认知危害会使流浪者无论用哪种方法记录该层级的信息在下一次循环后的分裂体3都会不知情。
信息干扰效应
信息干扰会使传回来的层级录像损坏并无法修复或者通讯中断。给合认知危害的效应,看过录像以及日记的人忘记内容,除非是其他人记录下来的信息。
走马灯与分裂效应
走马灯是对该层级中循环效应的称谓,当一位流浪者按下快门,做出某种行为或者待的足够久都将会分裂自己,并且分裂体会进入下一个区域,每个分裂体都将会有意识并与本体记忆与性格大差不差,但是记忆会发生偏差, 如果发生了分裂效应之后本体或者上一个分裂体都将会被永远停留在那个区域直至饿死/渴死。区域数量未知,但是是有限的,到达一定程度会回到最开始的拍摄场景继续循环。在循环的过程中,有极小概率碰到自己或者自己的分裂体,若未在下一个循环前自杀,将会导致自己的意识穿越到下一个分裂体的意识,并且其中一个意识将会被消除。
精神狂热效应
精神狂热效应是指流浪者待在该层级的时间越长就越会有想要按下快门的意识4,该效应无法解除,仅能通过饮用杏仁水缓解,直到最终按下快门。
实体
拍摄者
拍摄者是层级中唯一存在的实体。
- 该实体的行踪极其隐秘,只有极小概率现身,如果流浪者遇见该实体可能预示着即将精神崩溃5
- 该实体可能会在流浪者做出一些举动6之后主动拍摄,使流浪者的分裂体进入下一个循环。
- 这个实体具有篡改文档的能力,部分报告称信息干扰效应就是它造成的,并已经确认了分裂体是由该实体创造的。
入口与出口
入口
在level Liminal 1发现一个漆黑的洞张会带有强烈的想进入该层级的欲望。在进入之后会先发生晕厥,随后醒来出现在该层级,但我们极其不推荐进入该层级,由于入口是随机的,我们无法封锁,所以,应该不惜一切代价避开该入口,但如果不小心误入后,必须在下一次循环之前自杀,否则会造成极为严重的后果。
出口
未探明已知出口。
“这里有人吗?我不想待在这里了,我想回家找妈妈,妈妈什么时候来接我…”


