没有星星的夜里
@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Radio+Canada&display=swap&family=Space+Grotesk&display=swap&family=Fira+Code&display=swap'); @font-face { font-family: 'GlowSansSC-Wide'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'GlowSansSC-Wide'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Book.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "starscape"; --theme-name: "Starscape Theme"; --body-font: 'Space Grotesk', 'Noto Sans SC', sans-serif; --header-font: 'Michroma', 'GlowSansSC-Wide', cursive; --title-font: 'Michroma', 'GlowSansSC-Wide', cursive; --mono-font: 'Recursive', 'Noto Serif SC', monospace; /* Header */ --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "愿群星指引着你。"; /* Standard Colors */ --pale-gray-monochrome: 250, 250, 250; /* white */ --black-monochrome: 5, 12, 29; --dark-gray-monochrome: 5, 12, 29; /* navy blue for bg */ --bright-accent: 208, 174, 126; /* orange */ --medium-accent: 26, 65, 128; --dark-accent: 26, 65, 128; /* light blue */ /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-secondary-color: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-light-color); --swatch-border-color: var(--bright-accent); --footnotes-footer-bg-color: var(--medium-accent), .25; /* 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(--bright-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #main-content { --tabs-selected-bg: var(--medium-accent); --tabs-selected-outline: var(--medium-accent); } .sd-container { --sd-border:var(--medium-accent); --sd-bullets:var(--sd-border); --sd-symbol:255,255,255; } /*weird stuff*/ #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { background: rgb(var(--swatch-primary)); } #top-bar { --dropdown-border-color: var(--bright-accent); } hr { background-color: rgb(var(--bright-accent)); border-color: rgb(var(--bright-accent)); } #page-title { border-color: rgb(var(--bright-accent)); color: rgb(var(--bright-accent))!important; } #skrollr-body, #header { background-image: none; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 100%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%); background-size: 37rem 37rem; background-attachment: scroll; } /* Header Colours */ h1, h2, h3, h4, h5, h6 { color: rgb(var(--bright-accent)); } /*image block*/ #page-content .scp-image-block .scp-image-caption { color: rgb(var(--bright-accent)); background-color: rgba(var(--bright-accent), .25); border-color: rgba(var(--bright-accent)); } #page-content .image-block, #page-content .scp-image-block { border: none; box-shadow: 0.05rem 0.1rem 0.3rem rgba(var(--bright-accent), .45) outset; } /*rate module*/ #content-wrap #page-content .page-rate-widget-box { background: none; border: 3px hidden; background-color: rgba(var(--bright-accent), .25); border-radius: 4px; } /*table*/ #page-content table.wiki-content-table th { border: 1px solid rgb(var(--medium-accent)), !important; border-radius: 3px; background-color: rgba(var(--medium-accent), .25); color: rgb(var(--medium-accent)); } #page-content table.wiki-content-table td { border: 1px solid rgb(var(--medium-accent)) !important; } /*top bar*/ #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { background-color: rgba(var(--bright-accent), 0.5); } /* tabs! */ /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); border-radius: 6px 6px 0px 0px; } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--medium-accent), .25); border-radius: 6px 6px 0px 0px; } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgba(var(--medium-accent), 1); border-radius: 6px 6px 0px 0px; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgba(var(--medium-accent), 1); border-radius: 6px 6px 0px 0px; } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--black-monochrome)); border-radius: 6px 6px 0px 0px; } /* content background color */ #content-wrap #page-content .yui-navset .yui-content { background-color: rgba(var(--medium-accent), 0.25); } /* content border */ #content-wrap #page-content .yui-navset .yui-content, #content-wrap #page-content .yui-navset .yui-navset-top .yui-content { border: 1px hidden rgb(var(--medium-accent)); box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-radius: 0px 0px 6px 6px; } /* edit menu */ form#edit-page-form:not(.data-form) { background-color: rgba(var(--bright-accent), 0.25); } /*mobile stuff*/ @media only screen and (max-width:768px){ :root{ --header-height-on-mobile: 7.5rem; } #main-content { max-width: 90vw; padding: 0; margin: 9.2em auto 0; } #header { position: absolute; top: 0.5rem; height: var(--header-height-on-mobile); } #page-title { position: center; padding-top: 3.5rem; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 220%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%); background-size: 20rem 20rem; background-attachment: scroll; } } @media only screen and (max-width:1366px){ #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%); background-size: 25rem 25rem; background-attachment: scroll; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 160%; } } /*funny blocks*/ #page-content blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; background-color:rgba(var(--bright-accent), .25); border-color: rgb(var(--bright-accent)); border-radius: 6px; } .styled-quote { background-color:rgba(var(--bright-accent), .25); border-radius: 6px; border-left: 0.5rem solid rgb(var(--bright-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; color: rgb(var(--white-monochrome)); } .dark-styled-quote { background-color:rgba(var(--medium-accent), .25); border-radius: 6px; border-left: 0.5rem solid rgb(var(--medium-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,.45) inset; } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgba(var(--bright-accent), .25); border-radius: 6px; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; color: rgb(var(--white-monochrome)); box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .darkblock { background-color:rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); border-radius: 6px; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .stripeblock { background: repeating-linear-gradient(45deg, rgb(var(--black-monochrome)), rgb(var(--medium-accent)) 15%); background-color:rgb(var(--bright-accent)); color:rgb(var(--swatch-text-general)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; border: none; border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .starblock { border: 20px solid transparent; padding: 0.01rem 1rem; border-image: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/border.png) 152; } .borderblock { background-color:rgb(var(--medium-accent), .25); color:rgb(var(--pale-grey-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; border: solid 0.3rem rgb(var(--bright-accent)); letter-spacing: 0px; border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .nebulablock{ width: auto; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; background: rgba(255, 255, 255, 0.25) url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) repeat center; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-radius: 6px; border: none; } .code { border: 3px hidden rgb(5, 12, 29)); background-color:rgba(var(--medium-accent), .25); border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .footnotes-footer { border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-left: 0.75rem solid rgb(var(--medium-accent)); border-top: 0.75rem solid rgb(var(--medium-accent)); } #header h1 a:hover:before { text-shadow: var(--header-text-shadow); }
天空中只有一轮月亮,灯光是如此惨淡。断电了,路灯光也没有了。凭借着微弱的月光,你独自走到了山坡以上,那棵树在这等你好久了。
微弱的云遮住了明月,光变得惨淡、凄凉。你靠着你最爱的松树,睡着了。
你喜欢拍照,这棵松树的位置是那么完美,你最喜欢在这里摄影了。这已经是你生命的一部分了。你靠着松树,躺在树干上,看着被遮盖住的月亮,在细细的风中入睡。
一觉醒来,还是凌晨——至少你自己是这么认为的。月亮消失不见,你眼见也睡不着,趁着现在的时候拍几张照片吧。本来你来到这里是方便早晨采景。你想着,凌晨就凌晨吧,正好拍一下夜色。
看,夜色,多美
月亮不见踪影,星星消失在夜空中,你浑然不知,在黑暗之中摸索起来。继续探索,你觉得这棵树的触感不对,你打开手机,却显示没有任何信号。你打开相机,那是台电子的,你来之前已经充满了电,可现在,无法开机。远处的广场没有响起广场舞的嘈杂声音,居民楼全部关着灯。一切光源都消失了,只有你眼眸中的零零散散的碎光。
你轻声抽泣,泪光却引来了阵阵人影。
不,他们不是人,他们看似西装革履,却将邪恶的魔爪伸向你。你侥幸躲了过去,但永无止境的人潮依然在袭击。他们那贪婪的眼神对着你,你不寒而栗。
太阳再也不会升起了……你的生命只能在此坠落,像一朵花,轻轻的折断了。
你至死仍不知道你进入了何处,你本应该在前厅,而不是这混乱无序的后室。
本史的作者是goodpeanutmilk(诶我头像怎么扁了)
图源
« Level AC-56 | Level AC-57 | Level AC-58 »


