@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&display=swap'); @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @font-face { font-family: 'TsangerYuMo-W02-FullWidthSpaceFix'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/TsangerYuMo-W02-FullWidthSpaceFix.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } /* Myrand */ @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } /* 调整 */ body{ letter-spacing: 1px; } :root { --fade-in-delay: 0,1s; --theme-base: "black-highlighter"; --theme-id: "danger-zone"; --theme-name: "Danger Zone"; --logo-image: url("https://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-subtitle: "前 方 是 一 条 其 他 人 类 未 曾 发 现 过 的 道 路"; --body-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --header-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --title-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --mono-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 190, 190, 190; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 20, 20, 20; --bright-accent: 235, 170, 10; --medium-accent: 235, 170, 10; --custom-text: 255, 255, 255; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--custom-text); --swatch-text-light: var(--bright-accent); --swatch-important-text: var(--bright-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--dark-gray-monochrome); --swatch-menubg-medium-color: var(--medium-accent); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--bright-accent); --rating-module-text-color: var(--white-monochrome); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #extrac-div-1 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0)); background-size: auto 8px; opacity: 0.7; } #extrac-div-2 { position: fixed; width: 100vw; height : 1rem; top: 0; pointer-events: none; background: linear-gradient(to bottom, rgb(255,190,0) 0%,rgb(255,190,0) 50%,rgb(255,190,0) 51%,rgb(255,190,0) 100%); opacity : .1; animation: scanm 6s linear infinite; } @keyframes scanm { 0% { top: -1rem; opacity : .05;} 25% { top: 50%; opacity: .03;} 37.5% { top: 75%; opacity: 0.06;} 50% { top: 100%; opacity: .03;} 100% { top: 100%;} } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); } #skrollr-body { background-image:none } #container { background-image: none } 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; overflow-x: clip; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: -2rem; top: -0.3rem; background-image: var(--logo-image); background-size: auto 10rem; background-position: left; background-repeat: no-repeat; opacity: 1; } #header h1, #header h1 a { position: absolute; left: 4.8rem; top: 0.8rem; margin: 0; width: 100%; display: flex; justify-content: left; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 3.3rem; top: 1.8rem; margin: 0; width: 100%; display: flex; justify-content: left; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #login-status ul a:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #login-status a:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; letter-spacing: 0.1rem; } #header h1 a::before{ letter-spacing: 1rem; } a.newpage { color: rgb(var(--newpage-color)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } /*search*/ /*#search-top-box { left: 3%; top: 0.5rem; } #search-top-box-form > #search-top-box-input { width: 7rem; }*/ /* TABVIEW - Abandon All Hope Ye Who Enter Here */ /*content bg*/ .yui-navset .yui-content { background-color: rgba(var(--pale-accent), 0.25); border-color: rgb(var(--pale-accent)); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--pale-accent), .25); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--dark-gray-monochrome)); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--pale-accent)); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--pale-accent)); } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--medium-accent); } #header::before { background-image: none; } #header { height: var(--header-height-on-mobile); background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg"); background-image: var(--logo-image); --size: calc(var(--final-header-height-on-mobile) + 1rem); --y-offset: 1.5rem; background-position: calc((var(--header-height-on-mobile) - 0.75rem) - var(--size)) calc(((var(--size) * -1) + var(--header-height-on-mobile) + var(--y-offset)) / 2); background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; width: 100vw; margin: 0; position: sticky; top: calc(var(--header-height-on-mobile) * -1); } #header h1, #header h1 a { left: 1rem; top: 0.8rem; } #header h2, #header h2 span, #header h2 span::before { left: 0.8rem; top: 1.8rem; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]:hover { background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]{ background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } } .lightstyled-quote { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); border-left: 0.5rem solid rgba(var(--dark-gray-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); } .darkstyled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--bright-accent)); 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); } .darkstyled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); 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(--dark-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); } .dark-borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .light-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--dark-gray-monochrome)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .titleblock { background-color: rgb(var(--dark-gray-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,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--dark-gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); }
W.K.往空群体的现状
直到目前为止,群体中共547个人,。我们的前往前厅计划目前也在进行。第二行动开始了,我们会击败M.E.G.!带所有人离开!
我们想说的话
你好,或许你是个正在看着屏幕查找信息的后室打工人,也可能是某个普通人之类的
甚至你可能还在前厅,但,这不妨碍我们与您对话。
我把我们的组织档案藏在了这里,为的就是解救所有人。
我们得到了一个消息,且已经证实了,M.E.G.早已拥有了后室的出口,他们隐瞒了所有人,他们做这一切就是为了让更多人成为他们的走狗!
反正是我混上高管的时候,我就得到了消息,然后我离开了。但您应该知道,高管离开后会发生什么吧,是的,会被追杀,最后,我们逃到了另一个层级(抱歉,我怕M.E.G.发现我的总部)
他们提供的后室出口,已经被封锁了,但…
加入我们吧,我们会带离所有人。
-来自 光空
到了这里,您可能并不相信我的话,我会在此回答所有的疑问
- 为什么我们毫无证据就说M.E.G.有前厅出口?
- 如果您看过了C层群的大部分层级,您不难发现,在中国的M.E.G.CN分部在描述中大多是贬义的,其中比较有名的就是那个……额……我看看,啊,错误方块事件,它就导致了一位先前的M.E.G.CN成员成立了一个新组织,这就是为什么,当时他们在寻找后室的出口,这或许不足以证明我的想法,如果你加入我们,我会让你知道的。
- 那种物品能带走的物品是有限吗?
- 那种物品已被隐秘地记录了,他们不会让你看的,但我知道,和上个问题一样,为了避免M.E.G.在检索它时发现这份档案,加入我们,你会知道的。(它还在调试,等完成了,我们马上就会出军进攻他们的总部,我们安插了不少间谍)
- 你会抛弃我们自己走吗?
- 不会
- 为什么你总让我们加入你?
- 首先,我不会害你们,你要知道,R-322的成员是可以随意离开层级的,我们也准许你们拿着资料走,但你们肯定会被M.E.G.CN通缉,这是条不归路,您可以选择是否加入我们。
- JS以后还能回来吗?
- 圣所答应了我,但不是现在,圣所重建以后,或许……
以下是我们目前建立的基地
第一基地
第二基地
第三基地集群
第四基地
“极限空点”/第五基地(建立中)
“破晓”基地
关于管理凭证/通行卡
- Ⅰ(成员)级:该凭证为每一个我们组织的成员发放,可以用于通过第一基地与打开基础档案。
- Ⅱ(高层)级:该凭证为加入了5个月以上的成员发放,可以用于领取往空群体发明的物品与打开更高级的档案。
- Ⅲ(下管理)级:该凭证为对组织提供过重大帮助的人发放,可以用于申请研究器材。
- Ⅳ(上管理)级:该凭证为组织元老级人物发放,可以用于打开任何档案。
- Ⅴ(顶)级:该凭证仅对光空,MR.E及JS开放。
相关友好组织
S.T.C.圣所集团
这段故事在最近发生了,圣所之主“幻”,与“白”与我们的合作。
那是很偶然的机会……在我切入圣所后……我遇见了“白”,这也正是两方合作的开端。
如果让我说些什么,我很抱歉,我炸掉了那里的半个城。白色正八面体的原理完全解析成功了,不过还是不能量产,真烦。
关于圣所的近期记录
光空于圣所事件后的临时记录—于圣所事件结束后回收
记录1:回归
我很怀念曾经的圣所,现在的穹顶大厅只是一片虚无,我正在唯一残存的石头上苟延残喘,哈,我估计是回不去了,JS那家伙把整个大厅几乎炸的一干二净,这一举动确实让现在的祂被有效的拖延了,之前在圣所淘到了不少好武器,现在是时候该用上了,现在“白”不知所踪(可能是死了吧,毕竟JS拿的可是顶级正八面体),但问题是,“幻”呢?
……
不管了,现在我得去居住区找队员汇合,并……共同对抗那群实体
世界树在枯萎,整个圣所快崩溃了,虽然我不是什么好人,但这是我唯一能做的了。如果JS不能回来……哈哈……我……
我该死
记录2:庇护之城
我该说点什么了,现在庇护之城的大部分都成了废墟,我现在与剩下的人在一起,无论是半兽种还是什么狐妖之类的,反正……我无路可退了,我或许快疯了吧,我带了一个录音器,能把音频传回总部,来让他们知道我发生了什么,该死的,实体来了。
他们在进攻,不过,我有MR.E的护盾装置,我将护盾放置在了这里,现在暂时安全了。
这玩意差不多的话……没什么强大实体的话……能挡一个小时左右吧。够祂们准备了。
录音1:临时记录
[滋滋声]
光空:咳咳……能听得到?那就好了。
光空:还有五分钟,护盾装置就挡不住了,马上就要开战了。
记录3:庇护之城2
我们成功了,但现在……我该干些什么?在幻回来之前,必须守住这里。八面体不知道怎么,能量耗尽了,我在圣所的权能基本已经失效了。前往圣殿的计划要推迟了……
该死的,我到底在干些什么?无论是为了我个人的利益还是群体的利益……我该走了,把这里的群体成员全部带走!这里没有希望了,庇护所的人们要全军覆没了!
你能想象吗?这里只剩下他妈的100多个人了!原来至少是几万,甚至几十万,几百万的数量!现在实体数量完全碾压了我们!就这次攻防战,我们失去了20多个人,那群复活司的超负荷工作,祂们的魔力几乎快耗尽了!妈的……魔力守恒装置还没造好,MR.E到底在干什么!现在我的群体已经失去了一位创立者!这里不可能守住了!
记录4:闲暇时刻
…………?
我怎么了……
……
刚才实体的又一次进攻……已经彻底让我们精疲力尽了,拼死一搏吧,物资基本消耗完了,复活司的魔力也完全耗尽了……哈哈,我早就该料到现在的结果了。
记录5:圣殿
我很好,魔力守恒装置造出来了,它能提供无限的魔力,复活司们正在复活那些死去的人们,我的正八面体也已经完成充能了,那封信我也看过了。
录音2:圣殿-对话
光空:这里依然没被毁,真是有够奇怪的。
圣所集团成员:嗯,您就是光空吧,祂嘱咐过我们,要把结构图给您。
光空:好…………幻与白现在怎么样了?
圣所集团成员:……
光空:你们得谢谢我,是我带来了魔力守恒装置……我需要一个房间,我累了…..
[记录结束]
记录6:结局
这场闹剧终于结束了……等等,那是什么—-
记录7:入侵
现在我他妈的在这个废墟底下苟延残喘,我不知为何回到了庇护之城,白打上来了,只不过祂现在是一团黑雾。我拿着正八面体准备传送,但它被击中了,我被传送到了穹顶大厅,依然是那块最后的石头……等等我旁边的是谁……幻?!
真有够奇怪的,祂不知道怎么了,就倒在这里……
好了……我必须做些什么了。我把祂叫了起来……啊对了,启动录音机!差点忘了…
录音3:无
H:……这是哪里,你怎么会在这里
光空:别管了,赶紧去帮忙,祂打进庇护之城了…
H:我无能为力了…
光空:呵……
[打火机的声音]
光空:你做得真好。
H:…..
光空:我不知道守恒装置还能撑多久。
H:帮帮我,救救祂……
光空:你叫我帮忙?真有意思,你都做不到的事,让我来?
H:……
光空:如果那家伙及时把东西送过来。
[响动声]
光空:真及时。
现在圣所正在重建。
Z.W.紫雾
紫雾的创立者曾经是我们的成员,他由于我们太久未采取行动,对群体失去信心而导致离开,目前我们的关系是友好的,但并不能说是信任。
The B.C.T.后室旅行公司
在第一基地重建后,建立合作关系。
群体的不同分部
探索组
- 由光空带领
- 负责探索未知层级并建立基地
- 211人
科研组
- 由MR.E带领
- 负责在后室研发物品
- 121人
后勤组
- 由JS带领暂无领袖
- 负责后勤
- 其余所有人都属于该组
我们研发的装置
作者:wkwangkong
