:root { --theme-base: "black-highlighter"; --theme-id: "dark-liminal"; --theme-name: "Dark Liminal Theme"; --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --body-font: Inter, Noto Sans SC, Arimo, Verdana, Geneva, sans-serif; --header-font: Inter, Noto Sans SC, Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif; --title-font: var(--header-font); --mono-font: Recursive, 幼圆, Noto Serif SC, Consolas, monaco, monospace; --white-monochrome: 18, 22, 32; --pale-gray-monochrome: 0, 4, 15; --light-gray-monochrome: 95, 95, 95; --gray-monochrome: 183, 186, 195; --black-monochrome: 230, 235, 239; --bright-accent: 115, 119, 129; --medium-accent: 183, 186, 195; --dark-accent: 115, 119, 129; --pale-accent: 115, 119, 129; --dark-gray-monochrome: 207, 207, 203; --light-pale-gray-monochrome: 11, 11, 11; --very-light-gray-monochrome: 40, 40, 40; --gradient-header: linear-gradient(to top, rgba(var(--pale-gray-monochrome)) 0%, rgba(var(--pale-gray-monochrome), 0.20) 100% ); --swatch-headerh1-color: var(--black-monochrome); --swatch-headerh2-color: var(--black-monochrome); --swatch-topmenu-border-color: var(--pale-gray-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--pale-gray-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(--pale-gray-monochrome), 0.40) 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; } #footer{ color: rgb(var(--pale-gray-monochrome)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: rgb(var(--black-monochrome)); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { color: rgb(--pale-gray-monochrome)); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: rgb(var(--pale-gray-monochrome)); } #login-status { color: rgb(var(--black-monochrome)); } #login-status a { color: rgb(var(--black-monochrome)); } #login-status ul a { color: rgb(var(--pale-gray-monochrome)); } #account-topbutton { color: rgb(var(--black-monochrome)); } table.wiki-content-table th { background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--black-monochrome)); border-color: rgb(var(--black-monochrome)); } .scp-image-block { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } blockquote, div.blockquote { box-shadow: 0 0.2rem 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.25rem; box-shadow: 0 0.2rem 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.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .darkblock { background-color:rgb(var(--white-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); color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--white-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); } .darkerblock { background-color:rgb(var(--pale-gray-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); color: rgb(var(--black-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } /* sd banner colours */ .sd-container { --sd-border:var(--white-monochrome); --sd-text:222,222,222; --sd-symbol:var(--sd-text); --sd-bullets:var(--sd-text); --sd-symbol: var(--sd-border) !important; --sd-symbol-secondary: 255, 255, 255; } #side-bar .side-block div a img { filter: invert(calc(230/255)); }
生存难度:生存難度:
等级等級 月之国
- 快乐
- 纯粹
- 疯狂
如何使用:
[[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]]
欢迎您,欢迎您,欢迎您来到我的王国!我是本国的国王、王后、骑士团长、财务部长、外交大臣以及唯一的一位国民,lunatic kingdom!如你所见我是身兼数职的大忙人,真是不得了呢!
这里是梦的缝隙,位于现实和头脑之间的无名乐园。虽然这里很小,小到只有1500ml左右,但是它很大,大到没有人能触碰到它的边界,虽然有限,但是无限,这正是本国的亮点所在!
嗯?您问我为什么要建造这里?嗯,我也不知道,不知不觉间它就自己出现了,但不管怎样,现在它已经变成了我的工作坊!您可以在这里自由地寻欢作乐,因为这里就是为此而生!疯吧,狂吧,尽情追求快乐吧!
所谓后室,就是孕育梦幻和混沌的睡床啊。
展览馆
这里是展览馆,我们国家里面积最大的建筑,虽然这里只有它一栋建筑,真是个不值一提的迷你小国呢,哈哈。
总而言之请在这里随便看看吧,这里陈列的都是我的得意作品呢!虽然目前还不多!
咦?人设?自我介绍?诶我我我还没准备好呢,那那我就随便说几句?
咳咳,我是lunatic kingdom,没有人设,也没有特征,只是个不值一提的后室一员。把我扔进阿尔法基地里,估计没人可以从一基地的流浪者里把我分辨出来,但我觉得这样很好,虽然哪里好我也不知道,但就是好!
我的兴趣是创作作品,我的目标是创作更多作品,我的梦想是让自己的作品遍布后室的每一个角落,我最终的愿望是创作出真正美丽的作品,每个人看了都会感动落泪!虽然目前还很遥远,但我正一步步地走在实现梦想的大道上!大概吧!
本人的创作宗旨是,悲伤和死亡是最能打动人的情感!绝不是因为性格阴暗只会写悲剧!不是!
我也想写点积极向上的东西啊,可我写不出来啊,呜呜呜。
人设之类的之后再说罢,写竞赛好累啊,我摆了(躺)
原创层级
沾满爱欲的后室一角
“他难道不知道吗?他明明清楚得很呐,他走在虚伪的街道上,回的也是冒牌的家。”
这是我在网站上发表的第一部作品,是我站内分数最高的作品,也是我最得意、最用心的一部作品。写这篇时那可真叫一个呕心沥血,写完了这篇我甚至一度认为自己永远也写不出超越这篇的文档了。
但无论如何,写作之路漫漫无际,这篇也许是我的一座里程碑,但绝不是我的终点。
“在回忆燃烧得最激烈的时候,受害者常常可以看到整个走廊都被昏黄的火焰包裹,记忆的灰烬四处飘扬,场面蔚为壮观。”
灵感来自阿兹海默症。
这是我在网站里的第一篇竞赛作品,如果不出意外的话 就要出意外了 也会是我编号最漂亮的作品。虽然自我感觉写得不如我的处女作优秀,但从15800+的字数也能看得出我写这篇花了多大的力气。
顺带一提,这篇几乎是擦着deadline交上去的,最后一天紧赶慢赶才给它整出来,敲键盘敲得脑袋都冒烟了,请叫我死线战士。
原创物品
我们是快乐至上主义者
“C层群实在太无聊了,它需要一些疯狂,一些故障glitch,来恢复活力。”
我的第一件物品,一种强有力的武器。当后室里忽然出现了一种强大的武器会发生什么呢,这是我这篇的核心点子。
(以及我是真的很想写“human.exe”这个玩意,感觉好酷啊,好酷啊有没有。)
原创实体
在深渊里徘徊的异形们
在写了在写了(根本没有点子呜呜呜)。
原创故事
将欢乐献予混沌
在写了在写了(这还是我最擅长的领域来着,我是废物,呜呜呜)。
原创现象
何其美丽的舞台装置
当深邃的蓝天浸透了你的身体,你便会豁然开朗:究竟是深渊被染上了天堂的颜色,还是天堂本身就空虚得宛如深渊?
我的第一篇现象文,灵感来自“不吉利的数字”。
原本只是打算写一篇小短文试试水的,结果不知不觉注入了大量心血,写着写着就变成了大长篇,可能这就是我背负的诅咒吧()
改版头标题、副标题及图片
[[module css]]
:root {
--logo-image: url("此处填写版头图片URL");
--header-title: "此处填写大标题";
--header-subtitle: "此处填写副标题";
}
[[/module]]
为文档插入上标,效果:glitch故障
[[span class="ruby"]]下面的文字[[span class="rt"]]文字的上标[[/span]][[/span]]
统合物品分类系统中心页:http://backrooms-wiki-cn.wikidot.com/component:cocs
此处用来堆积我准备写的点子,在写了在写了.jpg
种类 | 名称(暂定) | 是否完成 |
---|---|---|
原创层级 | 泪之城 | (√) |
原创层级 | 光之城 | (×) |
原创层级 | 似是而非的阀限空间 | (×) |
原创层级 | 恋人博物馆 | (=) |
阈限竞赛 | 燃烧的回忆 | (√) |
原创故事 | 小城闲话 | (×) |
原创故事 | 后室热血超能战斗故事 | (=) |
原创故事 | 红骑士和层级之主那些不得不说的故事 | (=) |
龙骸收集 | 龙血族 | (1/N) |
原创物品 | 错误爆弹 | (√) |
原创层级 | 制造罪人的空间 | (×) |
原创/隐秘实体 | 可以成为我老公的、非常帅的实体 | (×) |
POI | 我的下叙 | (×) |
小型团体 | 疯狂王国的遗产™ | (3/N) |
原创实体 | 爱之外形 | (×) |
隐秘层级 | 狂喜乐园 | (=) |
备战EC404 | 错人 | (×) |
原创现象 | 404 | (√) |
原创故事 | 深渊的呢喃(反) | (×) |
此处存放我获得的成就,我是废物呜呜呜。
第一份简历
西行归乡者
临时焦点
最好的祝福
月度人气选手
野心家
娱乐玩家
下叙名人
妙笔生花
藏匿的细节
谁把它放出来的
极简主义
多元主义
逻辑毁灭使者
弗兰肯斯坦
泰坦尼克号
海底两万里
基督山伯爵
威尼斯商人
官方同人作家
中立流浪者
拥抱虚无
深海探索者
微型冒险家
梦游之人
理科博士生
监督者之友
我们的特色
空中楼阁基建师
外交官
老练的外交官
简明扼要
奥德赛式翻译
天外来客
头号粉丝
档案记录员
创作百夫长
C1发掘者
打点计时器
征服外域
变废为宝
五脏俱全
史诗级讲师
“卧底”的生涯
什么是平行宇宙
是金子总会发光
失语的艺术
文字生物圈
参与奖
独行者
百人之上
千人之上
冠军的荣耀
你的标签去哪了
小电视军团
后室巨匠
作者:疯狂王国的国王兼王后兼骑士团长兼财务部长兼外交大臣兼国民兼罪犯兼狱卒,lunatic kingdom
版头图片来自:https://www.flickr.com/photos/11561706@N02/3800498100,使用CC BY-SA 2.0协议