@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)); }
描述:
“往日无线电波”是一种现象总称:几种后室设备有可能收到旧时的电波(主要是无线电波,该现象因此得名),并开始播放被篡改的演讲、讯息等,内容的意图/主题均类似于对后室的扰乱。任何人均有可能受到该现象影响,因此识别其是否以及何时发生非常重要。该现象发生时,注意遵循行为准则。
发生:
该现象正越发频繁地发生,目前尚未有方法阻止设备接收讯息。
此外,有未经证实的报告称通过电子邮件等其他通讯手段收到了讯息,目前收到的所有报告存储于以下文件:
标题:奇怪的邮件
发件人:Starrise2
收件人:职员
我想通报一起涉及其他用户的事件:最近我收到了来自不同账户的邮件,这些账户的名称相似,如“Unknown”、“Unidentified”、“error”1等等,邮件内容都是“战争”、“社会威胁”之类的东西。我知道,之前我报告过第一个账户,它叫“Thing”2,你们确实也处理了,然后它就被删除了。现在我已经设置了“只有网站成员才能联系我”,但我觉得你们在筛查账户时应该更有效率一些,这不是明显有人使用多个账户骚扰我吗?既然知道背后都是同一个滋事的家伙,你们就不应该放它们进来。请做点什么吧。
主题:奇怪的邮件
发件人:Maxwood
收件人:Starrise2
您好,我是本组织的纪律主管。最近我们收到了您的报告,称骚扰您的人之前已被我们封禁,却仍然拥有一些傀儡账户。很遗憾,数据库中未能找到您列举的账户,因此我们无法进行处罚。按来信内容,您已经调整了设置,我们无法理解您为何能收到非网站成员的消息。也许您可以先再检查一遍设置?
主题:Strange Emails
发件人:Starrise2
收件人:Maxwood
已经检查过了,我确实是那样设置的。
主题:Strange Emails
发件人:Maxwood
收件人:Starrise2
好的。事实上我们也做不了什么,不过,我知道有人正在调查一种最近出现的现象,其内容与您的经历相似,请把这些邮件截图发送给我,我会转交给他,看看他是否能找到答案。下次收到这种讯息时请通知我。
主题:Strange Emails
发件人:Starrise2
收件人:Maxwood
我尽量无视它们,如果再收到这种邮件我就发给你。谢谢你……不过……
主题:Strange Emails
发件人:Maxwood
收件人:Starrise2
我理解您,很抱歉我们无能为力。
@ MightyXXX |
CurtainCalls 昨天21:19
我得跟你聊聊。
MightyXXX 昨天21:20
来了。有什么要报告吗?
CurtainCalls 昨天21:22
嗯……可能听起来很疯狂,我手机里在前厅录的视频似乎变了。
MightyXXX 昨天21:24
这有什么奇怪的?录像失真肯定是因为切行,也就是穿过地面,进入另一个现实……总之基本上就是传送。
CurtainCalls 昨天21:25
你说得对,但是我们都切过了,也没什么变化,为什么视频里的景象完全变了,我家里人还说着现实中没说过的话?
MightyXXX 昨天21:30
你确定不是因为太累了在胡思乱想?
CurtainCalls 昨天21:32
我确实累,可我晚上都是看着这些视频入睡,它们给了我活下去的意义,昨晚我看的时候它们还好好的。我可以把现在的视频发给你看,这样你就知道怎么回事了。
MightyXXX 昨天21:39
哦,明白了,你家人连后室的存在都不知道,更别说争论后室的未来了。我会把这些资料交给职员,看看能不能发现什么。
MightyXXX 昨天21:45
按照职员的说法,我只能告诉你这些:你的视频遇到了一种最近出现的新现象,我们没办法复原,如果你因此产生负面情绪,我很抱歉。也许今晚你可以好好睡一觉,然后去最近的M.E.G.基地做个检查,看看他们能不能帮到你,告诉他们发生了什么就行。
CurtainCalls 昨天22:03
……
失踪通告:用户CurtainCalls并未前往M.E.G.基地报告,也未再次上线,推测因为某种原因他没能这样做。如果您有任何线索,请在此处报告。
笔者总结:
对演讲的篡改似乎都是为了传达战争的讯息,且所有被篡改的演讲都发表于前厅的战争(或者冷战)时期,为什么它们发表的时代后室内没有收到这些讯息呢?我认为一旦掌握了更多信息,就能解答这类问题。这些往日的演讲表明,后室所处的时空……似乎与前厅不同,我们可能从2016年的前厅被传送到了1942年的后室。最近,我们发现了一名因Phenomena 3而死的流浪者,他身份证明上的出生日期是1年后的未来。据我所知,我们手上没有后室的实际时间线,也无从得知前厅正在发生什么,因此,可能是未来的某个实体或人干扰了往日的无线电波,并重新发送了它们。不幸的是,这个理论无法证明。
如您所言,这段文字大多为无法证明的理论,不应写入文档。您需要证据,或者至少给出解释,说明这些无线电波为何仍能存在。
笔者附注:
无线电通信系统分为两个独立的部分:发射装置和接收装置。发射装置将某种信息(人声、电视图像、无线电调制解调器数据等)编码为正弦波,并以无线电波的形式发射出去;接收装置接收无线电波,将正弦波中的信息解码出来。发射和接收都要靠天线进行。在本案例中,我们已经知道接收装置是收音机、计算机等播放演讲的设备,只要愿意,我们就可以找出原始的发射装置,但无法找到当前使用的那一个。那些设备收到的可能是被捕获并编辑的演讲,也可能就是原始的往日电波,还有可能是一种完全不同的东西。我建议密切关注这些讯息,如果我们习以为常,将来被其反噬时就会惊慌失措、束手无策,它们完全有可能不仅仅是“后室中的奇怪现象”这么简单。
总体而言,电波中的声音没有什么威胁,似乎只是内容发生变化的旧广播而已,唯一的害处是其引起的惊吓和困惑。演讲内容的改变可能是时间,或者发射与接收装置的距离所致。
此外,数月以来并无爆发战争的迹象,后室也没有被入侵的危险,后室居民唯一需要担心的是上升速度略快的实体数量。请勿理会收音机、计算机等电子设备收到的任何讯息,即便内容是警告、威胁、计划乃至宣战。感谢您的配合。
- [显示个人信息时出现错误]
社群外联主管
您收到了一封来自


要查看该消息,请点击个人资料链接。
应当:
- 保持冷静。
- 无视讯息内容。
- 讯息总体概念出现任何变化时,向M.E.G.告警。
不应:
- 恐慌。
- 相信演讲或讯息的内容。
- 八卦讯息内容。
- 被该现象扰乱生活。
« Phenomenon 18 | Phenomenon 19 | Phenomenon 20 »
作者:PenOrSaber1
译者:erika0518
这是我第一篇文章,希望你读得开心。
感谢ForestIsWatching提供了用户信息迭代的图片和代码,以及它们的使用许可。
感谢YourWeirdPlant的discord代码。
感谢MyrandFox的版式。
感谢captaiin、
Aaron92和
Endrew1的正常批评。
感谢Robert Goerman、
MC_Crafter_24_7等人支撑我度过几个月的艰难创作时光。
感谢Mal0gen在我暂时离开S.C.P. 基金会wiki后说服我加入另一个wiki,正因如此我才会找到并加入本wiki。
感谢社群在我初到时的接纳。
最后,还要感谢阅读这篇文章的你。
译者留:感谢Lupus Caeruleus提供的在collapsible内加删除线的css代码。
好嘛,授权信息栏又矛盾了,老实说我只能等职员来修复了。
请按如下方式引用此页:
“Phenomenon 19”,作者 PenOrSaber1,来自后室英文维基。原文链接:http://backrooms-wiki.wikidot.com/phenomenon-19。译者 erika0518,来自后室中文维基。译文链接:http://backrooms-wiki-cn.wikidot.com/phenomenon-19。遵循 CC BY-SA 3.0 协议。
文章名:Phenomena 19: Radio Waves of the Past
作者:PenOrSaber1
授权协议:CC-BY-NC-4.0
原文链接:http://backrooms-wiki.wikidot.com/fragment:phenomenon-19-0
更多授权相关信息,请查阅授权指导。