原创设定

联盟

.alliance hr {
    background: rgb(170, 170, 170);
    border-color: rgb(1,38,35);
}

后室阴谋论

.conspiracy {
    background-image: linear-gradient(#aaa 0%,#fff 50%);
    background-size: 100% 100%;
}

无人后室

.unmanned::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background-color: rgba(var(--swatch-topmenu-bg-color),0.1);
 
    --wallpaper-mask: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22windows-1252%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22106.667%22%20height%3D%22154.667%22%3E%3Cpath%20d%3D%22M72.547%201158.57H5.074V-6.465h67.473V1158.57M119.027%20710.25v-58.977l126.95%20154.438L363.43%20654.77v61.476L246.477%20865.688%20119.027%20710.25%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M119.027%20951.652V790.715l125.45%20153.441L363.43%20792.715v166.933L247.477%201108.09l-128.45-156.438M763.27%201158.57h-63.473l63.473-80.97ZM472.387%201158.57h-67.473V-6.465h67.473V1158.57M518.867%20995.133v-58.977L645.816%201090.6%20763.27%20939.656v61.474l-116.954%20149.44-127.449-155.437M763.27%20657.27%20647.316%20805.711%20518.867%20649.273V488.336l125.449%20153.441L763.27%20490.336V657.27M518.867%201158.57v-82.97l67.973%2082.97z%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M763.27%20413.867%20646.316%20563.309%20518.867%20407.867v-58.972l126.949%20154.437L763.27%20352.391v61.476M363.43%20128.98%20246.477%20278.422l-127.45-155.438V64.008l126.95%20154.437L363.43%2067.504v61.476%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M363.43%20205.449v166.934L247.477%20520.824l-128.45-156.437V203.449l125.45%20153.442L363.43%20205.449M518.867%2071.504V-6.465h67.973l57.476%2070.473%2055.481-70.473h63.473V79.5L647.316%20227.941%20518.867%2071.504%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3C%2Fsvg%3E);
     --wallpaper-mask-size: 2.3rem;
 
    -webkit-mask-image: var(--wallpaper-mask);
     mask-image: var(--wallpaper-mask);
     -webkit-mask-repeat: repeat;
     mask-repeat: repeat;
     -webkit-mask-size: var(--wallpaper-mask-size);
     mask-size: var(--wallpaper-mask-size);
     -webkit-mask-position: center;
     mask-position: center;
}
 
.unmanned {
    position: relative;
    background-color: rgba(var(--swatch-topmenu-bg-color),0.1);
    background-size: 100% 100%;
}

荒芜后室

.desolationbg {
    background-image: url(https://backrooms-wiki.wdfiles.com/local--files/level-4/Level-4-new);
    background-size: cover;
    background-position: center;
}
 
.desolation {
    backdrop-filter: blur(10px) brightness(80%);
    border: 0.2rem solid rgba(0, 0, 0, 0.3);
    border-bottom: none;
}
 
.desolation .canon-body {
    margin: 0;
    padding: 1rem;
    color: rgb(255, 255, 255);
}
 
.desolation .canon-body h2 a {
    --title-color: 255, 170, 0;
}
 
.desolation .canon-footer,
.desolation .canon-btc {
    background: rgba(0, 0, 0, 0.3);
    color: white;
}
 
.desolation .canon-footer a,
.desolation .canon-btc a {
    --link-color: 255, 170, 0;
    --visited-link-color: 255, 170, 0;
    --hover-link-color: 255, 170, 0;
}

万神殿

.pantheon {
background: linear-gradient(180deg, rgba(235, 196, 63,.3), rgba(235, 196, 63,.3)), url(http://vivarium.wdfiles.com/local--files/backrooms%3Aoldpapertheme/thefinalone.jpg) repeat center;
}

拟态设定

.simulation::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(125, 125, 125, 0) 30%, rgb(125, 125, 125));
    --wallpaper-mask: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22windows-1252%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22106.667%22%20height%3D%22154.667%22%3E%3Cpath%20d%3D%22M72.547%201158.57H5.074V-6.465h67.473V1158.57M119.027%20710.25v-58.977l126.95%20154.438L363.43%20654.77v61.476L246.477%20865.688%20119.027%20710.25%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M119.027%20951.652V790.715l125.45%20153.441L363.43%20792.715v166.933L247.477%201108.09l-128.45-156.438M763.27%201158.57h-63.473l63.473-80.97ZM472.387%201158.57h-67.473V-6.465h67.473V1158.57M518.867%20995.133v-58.977L645.816%201090.6%20763.27%20939.656v61.474l-116.954%20149.44-127.449-155.437M763.27%20657.27%20647.316%20805.711%20518.867%20649.273V488.336l125.449%20153.441L763.27%20490.336V657.27M518.867%201158.57v-82.97l67.973%2082.97z%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M763.27%20413.867%20646.316%20563.309%20518.867%20407.867v-58.972l126.949%20154.437L763.27%20352.391v61.476M363.43%20128.98%20246.477%20278.422l-127.45-155.438V64.008l126.95%20154.437L363.43%2067.504v61.476%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3Cpath%20d%3D%22M363.43%20205.449v166.934L247.477%20520.824l-128.45-156.437V203.449l125.45%20153.442L363.43%20205.449M518.867%2071.504V-6.465h67.973l57.476%2070.473%2055.481-70.473h63.473V79.5L647.316%20227.941%20518.867%2071.504%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20transform%3D%22matrix%28.13305%200%200%20-.13255%20-.633%20153.92%29%22%2F%3E%3C%2Fsvg%3E);
     --wallpaper-mask-size: 2.3rem;
    -webkit-mask-image: var(--wallpaper-mask);
     mask-image: var(--wallpaper-mask);
     -webkit-mask-repeat: repeat;
     mask-repeat: repeat;
     -webkit-mask-size: var(--wallpaper-mask-size);
     mask-size: var(--wallpaper-mask-size);
     -webkit-mask-position: center;
     mask-position: center;
}
 
.simulation {
    position: relative;
background-color: rgba(255, 255, 255, 0.85);
    background-size: 100% 100%;
}

蒲绪卡黛诸相观

.psychidae {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.psychidae::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15em;
    background-image: url(http://brsandbox-pro.wikidot.com/local--files/beijin/kuan-hudie-qian-222);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1;
}
.psychidae::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10em;
    background-image: url(http://brsandbox-pro.wikidot.com/local--files/beijin/kuan-hudie-hou-2);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-mask: linear-gradient(175deg, black 0, transparent 80%);
    mask: linear-gradient(175deg, black 0, transparent 80%);
}
.psychidae .canon-body {
    font-family: "Noto Serif SC", "Noto Serif TC", Times New Roman, Arial, serif;
    position: relative;
    z-index: 2;
    margin: 3em auto 0;
    padding: 0.5em 1.5em;
    flex-basis: 40em;
    box-shadow: 0 0 1.5rem -1rem rgb(60, 60, 60);
    background: rgb(var(--bg-color));
}
.psychidae h2 {
    font-family: inherit;
    font-weight: 900;
}
.psychidae .canon-footer {
    flex-grow: 1;
}

什么是“设定”?

当我们在后室中游荡穿梭时,经常会遇到些根本说不通的事情——一张来历不明的笔记默默阐述着毁灭、一个总让人联想到某件特定事件的层级。不管怎样,这里总有故事发生。并不是我们无法记录这些故事和事件,而是因为他们在互相渗透的同时,也在互相冲突,互相颠覆这些故事的发展之基础。他们一直在打破自己从前设定的规则,且丝毫没有要停下的势头。

屏幕之外……

设定是指一个更大范围的事件链,它可以被简单的理解为时间线或世界观。

故事、层级、物品、实体……尽管有些时候它们的原文中没有互相提及,但它们与它们所讲述的故事都在阐述着同一个内核,从而可以被人为地整合到某个特定的世界观内去展示一个更大的故事、一个独特的世界。设定便是所有参予此世界观的作品,不管是故事、层级、物品或者实体,它们本质是连续的、相互发生、交集的一个世界观。

设定与设定之间既是相互独立也是相互连接的,设定之间允许完全矛盾,但也可以彼此互通,选择相信哪个设定完全取决于你自己。的确允许互相矛盾,但它们必须遵守后室宇宙学的全部内容和超限层群等相关内容。

本站没有“文章系列”一说,自然也不要用文章系列的标签,如果你想创一个按照主站的标准来看很明显是文章系列(比如REDE实体)的东西,请给它的中心页添加上 设定 标签。

申请新设定

你的原创设定必须满足下列条件:① 有一个中心页;② 有至少一篇与之相关的层级/实体/物品/现象/故事/文章系列的文章,不包括中心页本身。不满足上述条件的原创设定会被管理直接删除。看情况。请将你的设定下的所有文章(包括中心页)都打上你的设定的标签。

大型系列1拥有≥ 8 个条目2的开放文章系列/站点推出的设定/文章系列。

封闭系列:不允许非主创者参与写作的设定/文章系列。

完结系列:已经完结的设定/文章系列。

模板3

[[div class="series-block close completed large"]]
+ [[[中心页链接|设定名/系列名]]]
[[div class="series-icon"]]
[[/div]]
[[div class="series-intro"]]
一段介绍,不超过 200 字。
[[/div]]
[[div class="series-tag"]]
[http://backrooms-wiki-cn.wikidot.com/system:page-tags/tag/标签名 标签名]
[[/div]]
[[/div]]

其中,所有蓝色部分都请换成设定/文章系列的对应部分,而紫色部分则根据实际情况填写。如果你的设定/文章系列成为了大型设定/大型系列,那么请在添加 large 类名的同时,将整个设定/文章系列上提至【大型设定与文章系列区】。

散乱报告集

这里收录着对于已被确认的项目的另类报告,即“散乱报告”。散乱报告的内容违背了大众的普遍认知,往往被作为不实信息对待。近年来,散乱报告却越来越多地出现人们面前,甚至得到更多探索者的拥护,似在向我们揭示后室更多的可能性……


数据库中也有一些不被大众所接受的文档,它们有些描绘了曾经的后室,有些记录下了这恐怖的真实影像……你能判断哪份才是真的吗?又或者说,你能将它们合并到一起,找到那份真正的文档吗?

REDE 实体

REDE,即全名区域性极端灾难实体。近期突然发现一系列实体的统称,因其统统可以造成对人类群体难以想象的损失而得以冠名。这些实体是人类生存在后室中要面对的恶性肿瘤,每一种实体的出没,对人类而言都将是堪比天灾的灾难。


当你在一道道窗间叹息时,当你在水泥地扎根的社会中闯荡时,当你在安心的办公室中记录时……你可否想过,将来你的一切都会被那如此恐怖之物夺走……

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License