@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "Database"; --theme-name: "Database Theme"; --base-font-size: 0.9rem; --logo-image: none; --header-title: "数据库"; --header-subtitle: ""; --body-font: "VonwaonBitmap 16px", VT323,monospace; --header-font: "VonwaonBitmap 16px", VT323, monospace; --title-font: "VonwaonBitmap 16px", VT323, monospace; --mono-font: "VonwaonBitmap 16px", VT323, monospace; --text: 229, 140, 36; --link: 184, 86, 24; --back: 29, 18, 7; --white-monochrome: var(--back); --pale-gray-monochrome: var(--back); --light-gray-monochrome: var(--text); --gray-monochrome: var(--back); --dark-gray-monochrome: var(--text); --black-monochrome: var(--text); --pale-accent: var(--link); --bright-accent: var(--link); --medium-accent: var(--back); --dark-accent: var(--back); /* --alt-accent: 255, 0, 255; */ --swatch-text-light: var(--text); --rating-module-button-plus-color: var(--text); --rating-module-button-negative-color: var(--text); --rating-module-button-cancel-color: var(--text); --rating-module-button-credit-color: var(--text); --border-styling: solid 0.15rem rgb(var(--swatch-border-color)); --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); --gradient-topmenu: linear-gradient( to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color), 1) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color), 1) calc(var(--header-height-on-desktop) + 0.15rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + 0.15rem), rgba(var(--swatch-topmenu-bg-color), 0.95) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-border-color), 1) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-border-color), 1) 100% ); } html { line-height: 1.175; } body { font-size: 1.1em; } #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: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #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; transition: 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; } #header h1:before, #header h2:before { content: ""; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } #account-topbutton { border: var(--border-styling); } #search-top-box-form input[type="submit"]:hover { background: rgb(var(--text)); color: rgb(var(--back)); } #account-options { background-color: rgb(var(--back)); border: var(--border-styling); } #account-options>ul>li a:hover { color: rgb(var(--text)); } #search-top-box input.empty:hover { color: rgb(var(--back)); } #top-bar>ul>li a { color: rgb(var(--text)); } #page-title { color: rgb(var(--link)); } #page-title:before { content: "> "; } #top-bar div.mobile-top-bar>ul>li a, #top-bar div.top-bar>ul>li a{ color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li a:hover, #top-bar div.top-bar>ul>li a:hover{ color: rgb(var(--back)); } #top-bar div.mobile-top-bar>ul>li>ul>li, #top-bar div.top-bar>ul>li>ul>li { background-color: rgb(var(--back)); } #top-bar div.mobile-top-bar>ul>li>ul>li a, #top-bar div.top-bar>ul>li>ul>li a { color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li>ul>li:hover, #top-bar div.top-bar>ul>li>ul>li:hover { background-color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li>ul>li a:hover, #top-bar div.top-bar>ul>li>ul>li a:hover { color: rgb(var(--back)); } h1, h2, h3, h4, h5, h6 { color: rgb(var(--link)); } h1:before, h2:before, h3:before, h4:before, h5:before, h6:before { content: "> " } blockquote, .blockquote, .darkblock, .dark-styled-quote { padding: 0.1rem 0.7rem; margin: 1rem 0; color: rgb(var(--text)); border: var(--border-styling); } .styled-quote, .light-block { background-color: rgb(var(--text)); padding: 0.1rem 0.7rem; margin: 1rem 0; color: rgb(var(--back)); border: var(--border-styling); } #page-title, .meta-title { border-bottom: var(--border-styling); } .page-rate-widget-box { border: var(--border-styling); background: rgb(var(--back)); } .code { border: var(--border-styling); } .scp-image-block .scp-image-caption { border-top: var(--border-styling); } .scp-image-block { border: var(--border-styling); } hr { color: transparent; background-color: transparent; border: 0; border-bottom: var(--border-styling); } .collapsible-block-link:before { content: "> " } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { border: var(--border-styling); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgb(var(--text)); color: rgb(var(--back)); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background-color: rgb(var(--text)); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border: var(--border-styling); } table.wiki-content-table th, table.wiki-content-table td { border: var(--border-styling) !important; } .footnotes-footer { border: var(--border-styling); background-color: rgb(var(--back)); } div#page-options-bottom-2 > a, div#page-options-bottom > a { border: var(--border-styling) !important; background-color: rgb(var(--back)); color: rgb(var(--text)); margin: 0; border-collapse: collapse; box-sizing: content-box; } #side-bar .heading p { color: rgb(var(--text)); } #side-bar:hover { border: var(--border-styling); } div.menu-item a:hover { background-color: rgb(var(--text)) !important; color: rgb(var(--back)) !important; } #side-bar div.menu-item a:before, #side-bar div.menu-item a:hover:before { background-color: transparent; } #side-bar .side-block>.collapsible-block .collapsible-block-link { color: rgb(var(--text)); } #side-bar .side-block>.collapsible-block .collapsible-block-link:hover { color: rgb(var(--back)); background-color: rgb(var(--taxt)) !important; } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { color: rgb(var(--text)); } .printuser img.small { display: none; } ::-webkit-scrollbar-thumb, #side-bar:hover::-webkit-scrollbar-thumb { background-color: rgb(var(--text)) !important; } ::-webkit-scrollbar-track, #side-bar:hover::-webkit-scrollbar-track { background: rgb(var(--back)) !important; } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { transition: none; } #top-bar div.mobile-top-bar>ul>li, #top-bar div.top-bar>ul>li { transition: none; } #top-bar div.mobile-top-bar>ul>li>a:after, #top-bar div.mobile-top-bar>ul>li>a:before, #top-bar div.top-bar>ul>li>a:after, #top-bar div.top-bar>ul>li>a:before, #top-bar>ul>li { transition: none; } #top-bar>ul>li>:after, #top-bar>ul>li>:before { display: none; } #top-bar li ul { transition: none; } .yui-navset * { transition: none; } #side-bar { background-color: rgb(var(--back)); } #main-content::before { display: none; } .top-box .bottom-text p, .top-box .bottom-text:after, .top-box .top-text p { color: rgb(var(--text)) !important; } .top-box, .diamond-color { background: rgb(var(--back)) !important; } .top-box { border: var(--border-styling) !important; } .top-box .top-text p { font: 2.0rem "VonwaonBitmap 16px" !important; } .top-box .bottom-text p, .top-box .bottom-text:after { font: 1.5rem "VonwaonBitmap 16px" !important; } .top-box .gradient-box, .top-box:before { background: none !important; margin-top: 7px; } .header-diamond { background-image: none !important; } .header-diamond .bg { display: none; } .header-diamond .diamond-pattern, .diamond-color { background: rgb(var(--back)) !important; border: var(--border-styling) !important; mask: none !important; -webkit-mask: none !important; transform: rotate(45deg) translate(4.1rem, -0.46rem); width: 10rem !important; height: 10rem !important; } .bottom-box ul li { font: 1.9rem "VonwaonBitmap 16px" !important; color: rgb(var(--text)) !important; line-height: 1rem !important; } .bottom-box ul li:before { background: rgb(var(--back)) !important; height: 0.75rem !important; width: 0.75rem !important; border: var(--border-styling); } .top-box.class-unknown .header-diamond { filter: none !important; } .top-box.class-0 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-0.png") center/67% no-repeat !important; } .top-box.class-1 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-1.png") center/67% no-repeat !important; } .top-box.class-2 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-2.png") center/67% no-repeat !important; } .top-box.class-3 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-3.png") center/67% no-repeat !important; } .top-box.class-4 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-4.png") center/67% no-repeat !important; } .top-box.class-5 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-5.png") center/67% no-repeat !important; } .top-box.class-unknown .header-diamond .diamond-image, .top-box.class-pending .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-unknown.png") center/67% no-repeat !important; } .top-box .header-diamond .diamond-image { -webkit-mask: none !important; mask: none !important; } @media only screen and (max-width: 440px) { .top-box .top-text p { font: 2.0rem "VonwaonBitmap 16px" !important; } .bottom-box ul li { line-height: 1.5rem !important; } } .top-box.class-0{ top:25px; } .top-box.class-1{ top:25px; } .top-box.class-2{ top:25px; } .top-box.class-3{ top:25px; } .top-box.class-4{ top:25px; } .top-box.class-5{ top:25px; } .top-box.class-unknown{ top:25px; } /* .top-text p:nth-child(1){ position: relative; left: 9px; margin:9px 0 5px 0; } */ .top-text p{ position: absolute; top:30%; left:7px; } .bottom-text p{ position: absolute; top:50%; left:7px; margin-top: 7px; } :is(.sd-container[class*="{"], .lang-cn) :is(.class-unknown, .class-未知).top-box .bottom-text::after { margin-left: 7px; }
M.E.G.数据库:尽管将我们已知的所有信息公之于众是我们M.E.G.档案部的责任,但有时为了流浪者的安全着想,我们不得不隐藏某些事件的全貌。
以下是有关Level C-1799的几则材料,请流浪者慎重选择是否要继续观看
材料一:以下内容来自一位流浪者的日记,回收于Level 11
3月2
我要开始记日记了,记日记的第一天,日记
不知道该怎么写日记的开头,也不知道写这些没人看的日记有什么意义,那些资深探险者说日记可以帮助他们记住时间,对此我只能说是半信半疑。不过既然已经打算成为一位真正的“流浪者”,我还是试着记记日记。说实话,作为一个小学chuo学的人,还能指望写出什么好文采呢?有时真后悔没上过初高中,现在写个日记都要想半天。
说点正事吧,我打算明天就出发了,去各个层级间流浪,像那些职业流浪者一样。我不喜欢看meg的档案,对大部分层级也没多少了解,所以多少还是有点害怕。不过我这种普通流浪者就算死了也没什么好可惜的,毕竟死亡在这后室也算一种解脱吧
3月3
旅行的第一天,在Level C-8,获得了点物资,没了
3月4
还是在Level C-8,生活挺好的。
3月5
C-8,不知道这普通生活有什么好记的。
3月10
不能再这么颓废下去,终究是要走的,明天就走
3月11
今天卡进Level C-71了,然后又去了Level C-20,然后是Level C-158,最后不知道怎么又卡回Level C-8,该说不说是挺有趣的,感觉有种探险家的滋味,想起小时候在前厅的生活了,那会没上过几天学,天天在外面流浪,晚上才回家睡觉,想想和现在的生活也差不多了。如果我现在还在前厅,大概也会因为没上过初高中找不到工作把肠子都悔青了,但我现在在后室,我什么都不用操心,哈哈!
3月12
今天卡进一个未知的层级了,是一片森林,反正我是没在档案上看过。层级倒是没啥可见的危险,就是有点阴森感,像是有人在盯着我一样,越来越怪,吓得我在层级内一顿乱切,最后终于是卡了出去。
现在我在的是一个城镇一样的层级,里面挺多人的,还有些不会攻击人的实体,幸好是没出什么yao e zi。这个层级倒是还挺舒适的,有点家的感觉,不出意外的话今晚就要在这里睡觉了。我甚至可以睡在床上,哈哈。
经历了这些稀奇古怪的层级后,我倒是明白那些探险家为什么要记日记了,大概为了出意外后也有人能找到日记证明自己来过这个世界。
3月13
有一说一那个城镇层级确实挺好的,我甚至有种想要定居在那的想法,不过最终还是走了,毕竟我还是要成为真正的“流浪者”的。
今天在【数据删除】不小心切入到了一个新层级,看上去像一个大型城市。刚切入的时候面前是一个像学校一样的建筑,不过周围的铁栏杆倒是让它看上去像各监狱。听说前厅的学生都挺累的,咱也不知道是不是真的,反正我一初中都没上过的人也没必要考虑这些事。
顺着马路走可以来到一个公园,不过是一个荒废的公园,除了些健身器材和篮球架子外啥都没有(当然,还有树和杂草),过了公园,就是一个高档小区,高档到我都差点以为里面是个微型城市。
这个层级似乎是无限的,至少我是没在看到什么边界,该说不说这层级是真的大,像前厅一样,在这里生活应该不错。
不过有一点就是层级里似乎没啥人类存在,有时能看到些人影,但一过去就没了。按理来说这么大个层级应该有很多人居住才对,那不成是像Level 0那样会把人分割吗?反正我是懒得管那些了。
不知道为啥似乎天黑的挺快,有点怪怪的感觉,我待了一会后就走了,走前从路边的商铺内顺利几瓶腰果水,味道不错。
3月14
回Level C-11了,还是这舒服,想起之前去过的那个C层群的11层了,除了人少点其他都和这里差不多,幸好当初忍住没看档案,不然现在又少了一个定居点了。
3月15
闲着没事翻了翻meg的档案,看到了许多qi pa的玩意儿,印象深的有什么会从人脑袋里钻出的鸭子、无人区,还有三眼大龙虾,鬼知道这狗槽的后室到底是怎这做么出这些奇形怪状的东西来,还是前厅好呀!
3月16
去了Level C-115一趟,口粮差点全被收走的,幸好切的快。
3月17
C-8,又回来了。
在后室呆久了,前厅的记忆都有些模糊了,我好像记不太清我的高中班主任了,似乎是个地中海,声音贱贱的,但脸记不清了。感觉脑袋疼。想家。
3月18
草原,好多草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草,草。没什么好写的。
有些草似乎和我以前上高中路上的公园里的一种野草很像,我当初还被这种草划伤了胳膊。
星空很美,但我没心情欣赏。
3月19
想家
3月20
想家
3月21
家
3月22
家
3月23
家
3月24
家
3月31
先前tui fei了好久,今天去Level 27泡温泉了,心情好了很多。
前厅的记忆也似乎回来了不少,我现在甚至能回想起我高中语文老师长啥样了。
3月32
在level 11。想家,想每天上学前在楼下吃的包子,想课上老师讲的笑话,想高中同学,想前厅。
不过既然已经来到了后室,不正应好好活着吗,万一哪天meg找了后室的出口,到时候不就可以回去了吗。再者就算要一辈子呆在后室,能够衣食无忧的生活不也是件好事吗。
我为什么要在这里煽情。
3月33
新的一天,该去上学了
【内容缺失】
材料二:以下材料来自M.E.G.的一则通告。
紧急通告
2025年4月2日Level 11内发生一起空间异常事件,在【数据删除】地区以一座公寓楼为圆心半径大约100米内发生严重的空间扭曲现象。据目击证人表示在异常附近观察到了一些身着学生装的虚影,周围的建筑出现了部分被异常墙体取代的现象。有观察者声称看到了异常空间内建筑被逐渐转化为类似学校风格建筑的现象,但暂未被证实。
本次事件共造成3人死亡,2人受伤,4人失踪。
异常地区现已被封锁。
在事发地回收了【数据删除】等。
材料四:以下内容为一篇广告,回收自Level C-28
【数据删除】小区规则怪谈
- 1.小区内没有18号楼,如果你见到了18号楼,请不要惊慌,无视其存在。
- 2.每天清晨楼下会传来小孩子的叫声,这是正常现象,无需在意。
- 3。地下车库连接着的有且只有地下商城,如果你在地下车库见到了连接幼儿园或是游乐园的通道,请立即返回。
- 4.小区的楼只有30层,如果你在电梯内看到了31层的按钮,请不要乘坐该电梯并立即联系工作人员。
- 5.请记住,你无需记住任何规则,因为这里压根没有任何规则,上述规则都是我编的,这里就是一个普通的小区,没有任何异常。什么,你说那为什么要写刚才的那些话?拜托,你想想你现在为什么会看这么久这个广告(》w《)
先别急,先看看这个广告嘛(》w《),我敢承认这里没有比这更好的小区了,首先这里很大,真的很大,你在这里走半天都走不完整个小区。其次他真的很全,超市、药店、快餐店、甚至是地下商场,你完全可以足不出“区”的生活。再者这里的地理位置也不错,旁边(真的很近()就是全市数一数二的重点高中,在这个小区生活的学生每天只用二十分钟就能从家到学校。小区正对面还有一个公园,虽然有点破,虽然废弃很久了,虽然里面的设施都老旧不堪,虽然这里除了杂草啥都没有,虽然这里一到雨天就都是大泥巴……但是毕竟“聊胜于无”嘛,有个可以转一转的地方也不错吗!
如果上述内容都无法打动你,那么这条一定会让你心动的:价格!
什么,你说还是很贵?拜托,这可是高档小区,你看看这高楼林立,你看看这优美绿化,你看看这炸鸡、披萨店铺,信我的,买不了吃亏,买不了上当!现在购买可以获得高达“0万元”的优惠,别犹豫了,立刻下单吧!
什么,你说你压根没打算买房?那你还看什么广告!
如果您有购买意愿,请联系【数据删除】,我们随时欢迎您的光临!
材料五:以下内容为一则学校广播,来自【已编辑】
【数据删除】市第【数据删除】中学校广播:
现在插播几条消息:
- 1.昨日高二一班王【已编辑】同学在课间藏在女厕所内偷窥女同学并调戏女老师,特此全校通报批评。
- 2.近日在校厕所附近抓几位吸烟的同学,已做处分,请各位同学以此为戒,远离吸烟。
- 3.近日监控显示有一位身着怪异服装的同学在放学后仍在校内逗留,并屡次做出危险行为,请各班班主任检查该同学是否为在本班,如有发现请立即上报。
广播完毕。
材料七:以下内容为一段录音,来源未知
未知人声1:你还记得你上高中时每天走的那条道吗?
未知人声2:那是一段深深烙印在我脑海中的记忆。
未知人声1:记忆就像一个迷宫,你一旦陷入其中就再难脱离它了。
未知人声2:尽管有时那并不是你的记忆。
未知人声1:陷入回忆的深渊…
未知人声2:…直到将身边的一切都转化为回忆。
未知人声1:说回正题,你还记得高中的生活吗?
未知人身2:我只记得那日复一日的重复路线,中间夹杂着点点滴滴。如果是在过去,我可能会厌恶这种“枯燥”有“令人疲惫”的生活,并试图用尽各种办法来让我忘记这“困乏”的记忆,但是现在,我只觉得这些平凡的日子已成为我脑海中挥之不去的记忆了。
未知人声1:有时记忆会出错,不是吗?
未知人声2:错误会伴随时间渐渐取代真实,就像一滴墨水渐渐染黑了整碗清水,难以复原。
未知人声1:如果我还在高中,我会说这是“熵增定理”。
未知人声2:但是我们已然不在高中了。
未知人声1:时间并不会抚平一切,时间只会冲淡我们的回忆,他不会将过去的存在带出这个世界,只会将其带出我们的记忆。
未知人声1:就像是那条街道,那个公园,那个你每天早上都去吃的包子铺,以及那个你曾迫切想要逃离而如今有千方百计想要回去的校园,都渐渐的被抛在记忆的最深处了。
未知人声1:你还记得高中生活吗?
未知人声2:渐渐的遗忘了。
未知人声1:总有人会记住的。
未知人声2:我们还能回到过去吗?
未知人声1:总有人会回到那里的。
生存难度:生存難度:
等级等級 unknown
- {$one}
- {$two}
- {$three}
Level C-1799是后室C层群的第 1799 个层级
描述
任何观察到祂的人都将永远无法逃脱。
出入口
你不应知道更多。
« Level C-1788 | Level C-1799 | Level C-1800 »
