@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; }
Level 37.Я-C是一个极其危险的层级,奉告流浪者们不要试图寻找进入该层级的方法!不要试图进入该层级!若找到疑似进入该层级的方法立即上报至M.E.G —-M.E.G层级探索部门
该层级的勘探目前正处于未知状态,人们对于该层级的了解少之又少,目前能够证实该层级存在的资料只有一本佚名日记和一张高速飞行相机(一瞬间进入又在一瞬间切出)所摄的照片外无任何原始资料
以下为日记的所有内容
2021年10月1日
今天是国庆节,也是我进入后室的第262天,从我坠落在黄色房间内到现在的泳池房间我一直在试图寻找回到现实世界的方法,今天我在探索时,发现一个圆形泳池旁多出了一个我从来没有见过的黑色空洞,我用手电筒的光打进去发现内部是一个新的空间:方格的瓷砖,击打在岸边的水声等等
我打算在明天把我的随身物品收集好后在去里面看看,这一定是一件史无前例的好事
2025年10月2日
我发现昨天的这一个洞口居然冒起了诡异的紫色灯光,我把头向内探去发现里面的荧光灯不知何时打开了,荧光灯管上放射出类似于以前我在办公室内看到的紫外线灯光,但是我已经把所有的东西打包了,箭在弦上不得不发,于是我从上面跳了下去,不知道为什么我从上面跳下来的高度明显的放长了我摔下来,感觉浑身像散了架,我迷迷糊糊的站起来,这里的空间是一个和之前的水池房间一样的空间,只是这里比那里更有生机:这里种植着很多的植物,有些事我在现实世界内看到的龙舌兰和很多的不认识的植物,我向前看去,前面是一段下坡路,在坡的尽头有一个没有灯光的房间,可这不是重点,我在下坡路时看到了一个和我一模一样的背影进入了那个空间,我努力的把眼睛擦亮,可那不是幻觉,我试图追上去可是那个背影进入了房间内就消失了,后来我在一个空旷的有灯光的房间内设置了临时营地,直到我在写这篇文章时我还是百思不得其解
(该文章字迹相较于前两篇更为潦草)
2025年10月3日
今天我感觉到特别的冷,这种冷深入骨髓,令我永生难忘,我用在之前那个空旷的办公室里找到的一床保温毯裹住自己的身体,可是我还是一直在发抖,为了维持我自己的身体状况我只好不停的喝杏仁水,可是我发现了一个很奇怪的问题,我的胃像一个黑洞,杏仁水一进去就没有了任何的感觉甚至连液体的流动感都没有,我感觉到特别慌张,而且我在帐篷外看到了一个黑影,它的体型和身高都和我极为相似,他在我帐篷外走过后就消失了,和我实在太冷了也没有办法去找他,后来我实在受不了了,想要去找到我下来的那个洞口,可是原来的那个地方现在变成了一片黑暗,我试图用手电筒照亮那个区域,可是那个区域就像无底洞吞噬了我手电筒的光线,于是我尝试之前切出的办法切出这里,我的确切出了,那种感觉绝对没有问题,但是我又回到了我的帐篷里,我突然想到了我之前见到的那个可以带我去其他层级的装着大脑的罐子,我启动了它,但是他的罐子居然直接碎裂了,里面的大脑掉在地上后直接被地面吸收了,我失去了任何出去的手段,不过我相信我一定会出去的
2025年10月4日
今天的温度居然正常了,我不敢相信这是真的,这让我出去的希望又增添了一些,只是我依然非常的饥饿,我之前携带的一些食物现在只剩下一半了,我知道我现在必须出去探索了,我去到一个从来没有去过的地方,那里有一扇锁上的门,门上挂着一个木牌上面用英文写着“枢纽”我知道这是我逃出去的唯一方法,我一定会进入它的!
哦,对了,我今天在这里又见到了那一个“我”他总是好像刻意躲着我,我也不想去找他,毕竟我从来没有见过这种实体,我是不会打没有准备的仗的
我的饥饿感越来越强烈了,食物已经见底了,之前我存着一块皇家口粮一直舍不得吃,看来到现在不得不用它了,我吃掉了它,这种饱腹感让我得到了短时间的满足,但是今天那个“我”并没有出现,所以今天我属于是过得非常安稳的,算了,我今天已经不想再写了,先休息一会儿吧
我小睡了一会儿,既然日记写了那就得写完它,但是我居然在帐篷外看见了我的妈妈,我特别的诧异我想要奔向它,可是它却离我越来越远,这让我很失望¨¨¨
以上为层级的所有资料,拍摄的照片在前段时间被销毁,但关于该层的故事还远远没有结束…
