@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Bitter&display=swap'); /* 全局 */ :root { --theme-base: "black-highlighter"; --theme-id: "blank"; --theme-name: "Blank Theme"; --logo-image: none; --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --bb-black: 65, 65, 65; --bb-white: 253, 253, 253; --bb-accent-color: 63, 66, 50; --bb-accent-background: 215, 219, 204; --body-font: Inter, Noto Sans SC, Noto Sans TC, Arimo, Verdana, Geneva, sans-serif; --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: Bitter, Noto Serif SC, Noto Serif TC, Consolas, monaco, monospace; --temp-font-1: Inter, Noto Sans SC, Noto Sans TC, Arimo, Verdana, Geneva, sans-serif; --temp-font-2: Bitter, Noto Serif SC, Noto Serif TC, Consolas, monaco, monospace; --white-monochrome: var(--bb-white); --pale-gray-monochrome: var(--bb-white); --light-gray-monochrome: var(--bb-white); --gray-monochrome: var(--bb-white); --black-monochrome: var(--bb-black); --bright-accent: var(--bb-black); --medium-accent: var(--bb-white); --dark-accent: var(--bb-black); --pale-accent: var(--bb-black); --swatch-topmenu-border-color: var(--bb-white); --swatch-menubg-dark-color: var(--bb-black); --rating-module-button-plus-color: var(--bb-black); --rating-module-button-negative-color: var(--bb-black); --rating-module-button-cancel-color: var(--bb-black); --rating-module-button-credit-color: var(--bb-black); --link-color: var(--bb-black); --hover-link-color: var(--bb-black); --visited-link-color: var(--bb-black); --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); } * { scrollbar-color: rgb(var(--bb-black)) transparent !important; } #page-content { font-size: 110%; } @media only screen and (max-width: 768px) { #page-content { font-size: 90%; } } ::selection { background: rgb(var(--black-monochrome)); color: rgb(var(--white-monochrome)); } ::-moz-selection { background: rgb(var(--black-monochrome)); color: rgb(var(--white-monochrome)); } #skrollr-body { background-image: none; } #container { background-image: none; } /* body::-webkit-scrollbar-thumb { background-color: rgb(var(--bb-black)); } body::-webkit-scrollbar-track { background-color: rgb(var(--bb-white)); } */ #main-content { padding-bottom: 3em; } /* 版头 */ #login-status, #login-status a { color: rgb(var(--bb-black)); opacity: 0; transition: opacity 300ms; } #login-status span.printuser { opacity: 0; transition: opacity 300ms; } #header:hover #login-status span.printuser, #header:focus-within #login-status span.printuser { opacity: 1; } #header:hover #login-status, #header:hover #login-status a, #header:focus-within #login-status, #header:focus-within #login-status a { opacity: 1; } #account-topbutton { border: none; } #account-options { background-color: rgb(var(--bb-white)); border: 0.15rem solid rgb(var(--bb-black)); } #login-status ul a { text-decoration: none; background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); transition: background-color 300ms; } #login-status ul a:hover, #login-status ul a:focus { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)) !important; } @media only screen and (max-width: 768px) { #search-top-box-form { display: none; } } #search-top-box-input { display: none; } #search-top-box-form>input.button.btn { opacity: 0; transition: opacity 300ms, color 300ms, background-color 300ms; color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); border: 0.15rem solid rgb(var(--bb-black)); } #search-top-box-form>input.button.btn:hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { text-shadow: none; } #header:hover #search-top-box-form>input.button.btn, #header:focus-within #search-top-box-form>input.button.btn { opacity: 1; } #header h1 a::before, #header h2 span::before { text-shadow: none; color: rgb(var(--bb-white)); transition: color 300ms, bottom 300ms; } #header:hover h1 a::before, #header:hover h2 span::before, #header:focus-within h1 a::before, #header:focus-within h2 span::before { color: rgb(var(--bb-black)); } #header h1 a:before { position: relative; font-weight: 900 !important; bottom: 0; } #header:hover h1 a:before, #header:focus-within h1 a:before { bottom: 3px; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } /* 顶栏 */ #top-bar div.mobile-top-bar>ul>li>a, #top-bar div.top-bar>ul>li>a, #header:hover #top-bar div.mobile-top-bar>div.open-menu>p>a, #header:focus-within #top-bar div.mobile-top-bar>div.open-menu>p>a { color: rgb(var(--bb-white)); transition: opacity 300ms; } #header:hover #top-bar div.mobile-top-bar>ul>li>a, #header:hover #top-bar div.top-bar>ul>li>a, #header:focus-within #top-bar div.mobile-top-bar>ul>li>a, #header:focus-within #top-bar div.top-bar>ul>li>a { color: rgb(var(--bb-black)); } #header:hover #top-bar div.mobile-top-bar>div.open-menu>p>a, #header:focus-within #top-bar div.mobile-top-bar>div.open-menu>p>a { color: rgb(var(--bb-black)) !important; } #top-bar div.top-bar>ul>.sfhover>a { color: rgb(var(--bb-white)) !important; } #top-bar div.mobile-top-bar>ul>li:hover>a, #top-bar div.mobile-top-bar>ul>li:focus-within>a { color: rgb(var(--bb-white)) !important; } #top-bar div.mobile-top-bar>ul>li>ul>li, #top-bar div.top-bar>ul>li>ul>li { transition: background 300ms; } #top-bar div.mobile-top-bar>ul>li>ul>li:hover, #top-bar div.top-bar>ul>li>ul>li:hover, #top-bar div.mobile-top-bar>ul>li>ul>li:focus, #top-bar div.top-bar>ul>li>ul>li:focus { background: rgb(var(--bb-white)); } #top-bar div.mobile-top-bar>ul>li>ul>li:hover a, #top-bar div.top-bar>ul>li>ul>li:hover a, #top-bar div.mobile-top-bar>ul>li>ul>li:focus-within a, #top-bar div.top-bar>ul>li>ul>li:focus-within a { color: rgb(var(--bb-black)); } /* 侧栏 */ #side-bar::-webkit-scrollbar { display: none !important; } #main-content::after { visibility: hidden; } #main-content::before { background-color: rgb(var(--bb-white)) !important; } #side-bar div.side-block { border-right: none; } #side-bar .heading { border-top: 0.125rem solid rgb(var(--bb-black)); border-bottom: 0.125rem solid rgb(var(--bb-black)); } #side-bar .heading p { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); text-shadow: none; } #side-bar .menu-item, #side-bar .menu-item p { border-bottom: 0.15rem solid rgb(var(--bb-white)) !important; } #side-bar div.menu-item a:not(a:first-child) { border-left: 0.15rem rgb(var(--bb-white)) !important; } #side-bar .side-block>.collapsible-block .collapsible-block-link { color: rgb(var(--bb-black)); text-shadow: none; } #side-bar .side-block>.collapsible-block .collapsible-block-link:hover { color: rgb(var(--bb-white)); } #side-bar div.menu-item a { transition: background-color 300ms; } #side-bar div.menu-item a:hover { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); } #side-bar .side-block>.collapsible-block a.collapsible-block-link:after, #side-bar div.menu-item a.collapsible-block-link:after, #side-bar div.menu-item a::before { display: none; } #side-bar { position: fixed; border-right: 0.15rem solid transparent; } #content-wrap { margin-left: 0; } #side-bar:hover { border-right: 0.15rem solid rgb(var(--bb-black)); } @media only screen and (max-width: 768px) { #side-bar { border: none !important; } } /* 评分 */ .page-rate-widget-box, .rate-box-with-credit-button { background-color: rgb(var(--bb-white)) !important; border-color: transparent !important; box-shadow: none !important; } /* 页面元素 */ .radius-div>* { border-radius: 10px; } .error-inline { color: rgb(var(--bb-black)); border: 1px solid rgb(var(--bb-black)); } hr, .dashed-hr { margin: 1em 0; padding: 0; display: block; border: none; height: 2px; background-image: linear-gradient(90deg, rgb(var(--bb-black)) 0%, rgb(var(--bb-black)) 55%, rgb(var(--bb-white)) 55%, rgb(var(--bb-white)) 100%); background-size: 1em 2px; background-repeat: x-repeat } .solid-hr { margin: 1em 0; padding: 0; display: block; height: 2px; background-color: rgb(var(--bb-black)); } .styled-hr { margin: 1em 0; padding: 0; display: block; position: relative; height: 0.15em; overflow: hidden; border: initial; background-color: rgb(var(--bb-black)); -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); } .avatar-hover { display: none !important; } .avatarhover a { text-decoration: none; color: rgb(var(--bb-black)); -webkit-box-decoration-break: clone; box-decoration-break: clone; transition: color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); } .avatarhover:hover a { text-decoration: none; color: rgb(var(--bb-white)); } #action-area .avatarhover:hover a { background-color:rgb(var(--bb-black)); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="#u-credit-view"]), #page-content .avatarhover, .hovertip a, .classic-collap a.collapsible-block-link { padding: 0.15em; margin: -0.15em; color: rgb(var(--bb-black)); -webkit-box-decoration-break: clone; box-decoration-break: clone; box-shadow: inset 0 -0.125rem 0 0rem rgb(var(--bb-black)); transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="#u-credit-view"]):hover, #page-content .avatarhover:hover, .hovertip a:hover, .classic-collap a.collapsible-block-link:hover { box-shadow: inset 0 -1.5em 0 0 rgb(var(--bb-black)); text-decoration: none; color: rgb(var(--bb-white)); } #page-title, .meta-title { margin: 0 auto 0.6em; text-align: center; font-size: 30px !important; } /* 目录 & 折叠 */ #toc { background-color: rgb(var(--bb-white)); border: solid 0.15rem rgb(var(--bb-black)); color: rgb(var(--bb-black)); padding: 0; } #toc-action-bar { padding: 0 !important; } #toc-list { margin: 0.5em; } #toc-action-bar>a, a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *) { display: inline-block; transition: background-color 300ms; color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); text-decoration: none !important; } a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *) { padding-right: 0.4em; } .collapsible-block { margin: 1em 0; } #toc-action-bar>a { width: 100%; } #toc-action-bar>a:hover, a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } #toc-action-bar>a:nth-child(1)::before, #toc-action-bar>a:nth-child(2)::before, .collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before, .collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before { margin: 0 0.2em 0 0.4em; content: "▼"; color: rgb(var(--bb-black)); background-color: transparent; visibility: visible; display: inline-block; } #toc-action-bar>a:nth-child(1):hover::before, #toc-action-bar>a:nth-child(2):hover::before, .collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover::before, .collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover::before { color: rgb(var(--bb-white)); } #toc-action-bar>a:nth-child(2)::before, .collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before { animation-name: collapsible-arrow-spin; animation-duration: 0.3s; animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32, .38, .39, .94); animation-fill-mode: forwards; } #toc-action-bar>a:nth-child(1)::before, .collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before { animation-name: collapsible-arrow-spin-back; animation-duration: 0.3s; animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32, .38, .39, .94); animation-fill-mode: forwards; } @keyframes collapsible-arrow-spin { from { transform: rotate(0deg); } to { transform: rotate(-90deg); } } @keyframes collapsible-arrow-spin-back { from { transform: rotate(-90deg); } to { transform: rotate(0deg); } } /* 分页 */ .yui-navset .yui-nav { border: solid 3px rgb(var(--bb-black)); box-shadow: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { transition: background-color 300ms; background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)) !important; } .yui-navset .yui-nav .selected a { color: rgb(var(--bb-white)) !important; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { box-shadow: 0 0 0 .0625rem rgb(var(--bb-white)); background-color: rgb(var(--bb-white)); } .yui-navset .yui-content { background-color: rgb(var(--bb-white)); border: none; margin: 0; padding: 0.25em 0; } /* 图像框 */ .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); border: none !important; } .reversed-image .scp-image-block .scp-image-caption { background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } .bordered-image .scp-image-block { border: 0.15rem solid rgb(var(--bb-black)); } /* 表格 */ table.wiki-content-table tr, table.wiki-content-table th, table.wiki-content-table td { border: .2rem solid rgb(var(--bb-black)) !important; } table.wiki-content-table th { background-color: rgb(var(--bb-black)) !important; color: rgb(var(--bb-white)); } /* DIVs */ .code { border: dashed 0.15rem rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } .code::-webkit-scrollbar-thumb { background-color: rgb(var(--bb-black)); } .code::-webkit-scrollbar-track { background-color: rgb(var(--bb-white)); } .blockquote, blockquote { border: solid 0.15rem rgb(var(--bb-black)) !important; box-shadow: none !important; background-color: rgb(var(--bb-white)) !important; color: rgb(var(--bb-black)) !important; } .lightblock { margin-left: 0; border: solid 0.15rem rgb(var(--bb-black)) !important; box-shadow: none !important; background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } .darkblock { --bb-black: var(--white-monochrome); --bb-white: var(--black-monochrome); margin-left: 0; border: none !important; box-shadow: none !important; background: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } .darkblock * { --bb-black: var(--white-monochrome); --bb-white: var(--black-monochrome); } .styled-quote { background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); margin-left: 0; border-left: solid 0.4rem rgb(var(--bb-black)) !important; box-shadow: none !important; padding-top: 0; padding-bottom: 0; } .dotted-quote { color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); padding: 0.01rem 1rem; margin: 0.5rem 0; border: dashed 0.15rem rgb(var(--bb-black)); } .dotted-quote hr { background-image: none; background-color: rgb(var(--bb-white)); height: 0px; border-top: dashed 0.15rem rgb(var(--bb-black)); } .accent-block { --bb-black: var(--bb-accent-color); --bb-white: var(--bb-accent-background); background-color: rgb(var(--bb-white)); padding: 0.01rem 1rem; margin: 0.5rem 0; color: rgb(var(--bb-black)); } .accent-block * { --bb-black: var(--bb-accent-color); --bb-white: var(--bb-accent-background); } .accent-block .darkblock { --bb-black: var(--bb-accent-background) !important; --bb-white: var(--bb-accent-color) !important; } /* 脚注 */ a.footnoteref { color: rgb(var(--bb-black)); background-color: transparent; transition: background-color 300ms; text-decoration: none !important; padding: 0 0.2em; } a.footnoteref:hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } .hovertip { border: 0.15rem solid rgb(var(--bb-black)) !important; } .hovertip .f-footer { display: none; } #page-content>div.footnotes-footer { border-left: solid 0.4rem rgb(var(--bb-black)); margin-top: 1rem; } .footnotes-footer .footnote-footer a:nth-child(1) { text-decoration: none; color: rgb(var(--bb-black)); } /* 标签 */ .page-tags { margin: 0 auto; text-align: center !important; } .page-tags a { line-height: inherit; font-weight: 600; } .page-tags span { border-top: none; border-bottom: 0.15rem solid rgb(var(--bb-black)); } .page-tags span a { color: rgb(var(--bb-black)); -webkit-box-decoration-break: clone; box-decoration-break: clone; transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); } .page-tags span a:hover { box-shadow: inset 0 -1.5em 0 0 rgb(var(--bb-black)); text-decoration: none; color: rgb(var(--bb-white)); } /* 按钮 */ div#page-options-bottom-2>a, div#page-options-bottom>a { background-color: rgb(var(--bb-white)); font-weight: 600 !important; color: rgb(var(--bb-black)); border-radius: 0em; -moz-border-radius: 0em; border: 0.15rem solid transparent; text-decoration: none !important; transition: border 300ms, background-color 300ms; } #prw54355 { font-weight: 600 !important; } 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 { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); border: 0.15rem solid rgb(var(--bb-black)); text-decoration: none !important; } /* 信息 */ #page-info { color: rgb(var(--bb-white)); } div.page-watch-options { visibility: hidden; } @media only screen and (max-width: 768px) { #page-info { display: none; } } /* 页脚 */ #license-area { display: none; } #footer { display: none !important; } /* 操作 */ #owindow-1 { border-color: rgb(var(--bb-black)); } #who-rated-page-area>div>span { color: rgb(var(--bb-black)) !important; } #who-rated-page-area .avatarhover:hover a { transition: background-color 300ms; } #who-rated-page-area .avatarhover:hover a { background-color: rgb(var(--bb-black)); } #action-area input.text::-webkit-scrollbar-thumb, #action-area textarea::-webkit-scrollbar-thumb { background-color: rgb(var(--bb-black)); } #action-area input.text::-webkit-scrollbar-track, #action-area textarea::-webkit-scrollbar-track { background-color: rgb(var(--bb-white)); border-left: rgb(var(--bb-black)) 0.15rem solid; } #action-area input.text::-webkit-resizer, #action-area textarea::-webkit-resizer { border-top: rgb(var(--bb-black)) 0.15rem solid; border-left: rgb(var(--bb-black)) 0.15rem solid; background-color: rgb(var(--bb-white)); color: rgb(var(--bb-black)); } textarea, input.text, input.checkbox, div.note, #lock-info { border: 0.15rem solid rgb(var(--bb-black)) !important; } table.form td div.sub, form div.sub { color: rgb(var(--bb-black)); } .pager a { color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); border: 0.15rem solid rgb(var(--bb-black)); text-decoration: none !important; transition: background-color 300ms; } .pager .current { border: 0.15rem solid rgb(var(--bb-black)); color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } .pager a:hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } .change-textarea-size a { color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); border: 0.15rem solid rgb(var(--bb-black)); transition: background-color 300ms; text-decoration: none; } .change-textarea-size a:hover, .change-textarea-size a:active { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { background: rgb(var(--bb-white)); color: rgb(var(--bb-black)); border-radius: 0em !important; -moz-border-radius: 0em !important; border: 0.15rem solid rgb(var(--bb-black)); transition: border 300ms, background-color 300ms; } .page-source { border: 0.15rem solid rgb(var(--bb-black)); font-family: var(--mono-font); } .owindow .button-bar a:active, .owindow .button-bar a:hover, a.button:active, a.button:hover, button:active, button:hover, div.buttons input:active, div.buttons input:hover, file:active, file:hover, input.button:active, input.button:hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); border: 0.15rem solid rgb(var(--bb-black)); } .preview-message { border: 0.15rem dotted rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); } a.action-area-close:hover { background-color: rgb(var(--bb-white)); } table.page-history td.optionstd a { color: rgb(var(--bb-black)); border: none; text-decoration: none; background-color: transparent; transition: background-color 300ms; } table.page-history td.optionstd a:hover { color: rgb(var(--bb-white)); background-color: rgb(var(--bb-black)); } select { font-family: var(--body-font); border: 0.1rem solid rgb(var(--bb-black)); color: rgb(var(--bb-black)); background-color: rgb(var(--bb-white)); } /* 特殊折叠 */ .styled-collap .collapsible-block { margin: 0.5rem 0; } .styled-collap a.collapsible-block-link { text-decoration: none; display: block; padding: 0.3rem 0.5rem; background-color: rgb(var(--bb-black)); color: rgb(var(--bb-white)); } .styled-collap .collapsible-block-content { padding: 0.01rem 1rem; background-color: rgb(var(--bb-white)); border: 0.125rem solid rgb(var(--bb-black)); border-top: none; } .styled-collap .collapsible-block-folded a.collapsible-block-link::before { margin: 0 0.2em 0 0.4em; content: "▶"; color: rgb(var(--bb-white)); background-color: transparent; display: inline-block; } .styled-collap .collapsible-block-unfolded a.collapsible-block-link::before { margin: 0 0.2em 0 0.4em; content: "▼"; color: rgb(var(--bb-white)); background-color: transparent; visibility: visible; display: inline-block; } /* 更多标题 */ .classic-title { text-align: left; border-bottom: 3px rgb(var(--bb-black)) solid; padding: 0; margin-top: 0.6em !important; margin-bottom: 0.6em !important; } .classic-title p { margin-bottom: 0.2em; } .new-title { display: flex; margin-top: 0.6em !important; margin-bottom: 0.6em !important; } .new-title p { display: flex; margin-top: 0; margin-bottom: 0; } .new-title::after { content: ""; flex-grow: 1; height: 3px; margin: auto auto auto 1.2rem; background: rgb(var(--bb-black)); } /* SD 适配 */ .sd-container { --sd-border: var(--bb-black); --sd-bullets: var(--bb-black) !important; } /* 授权栏适配 */ #page-content .licensebox .collapsible-block-link { color: rgb(var(--bb-black)); } #page-content .licensebox .collapsible-block-link:hover { color: rgb(var(--bb-white)); }
实体编号:REDE-19
栖息地:未知
实体分类:Galaxias
灾害等级:●
事件名称:天堂直达
“循此天路,直抵癔妄。”
描述
REDE-19起初被记录为现象,而后因其的特殊行径与其造成的一系列影响,改为REDE实体,亦被称为“通天路遥”。其个体外观通常是一条缭绕有大量密厚云雾1的公路。其长度未知,宽度不定;材质不明,极富弹性,无法以任何已知手段破坏。介于当前数据库中拥有着天堂直达事件在复数层级中同时发生的记录,因此通天路遥被认为并非单独个体,而是一个实体种群。
行为
通天路遥只会出现于那些开放式且具有一定开阔空间的层级当中。因该实体的特殊行径与异常性质,由其直接引起的恶性事件被命名为天堂直达,是目前数据库中已有记载的范围最广泛的REDE事件之一。因该事件的特殊性质,其相关信息大多是由事件发生层级内的一些诸如监控等电子设备所记录下来的影像或音频等整合而成的。
天堂直达事件前中期
- 当层级内的温度迅速降低、光线逐渐变暗,并且天空中突然传来一道巨大而短促的轰鸣声时,即意味着天堂直达事件将于此层中发生。
- 通天路遥个体将于当前层级内“天空”的边缘地带进入,以一种近似于“游”的方式靠近地面。根据层级高度的不同,其到达地面所需的时间也不同,通常在10min~2h间不等。而此期间正是脱离天堂直达事件的最佳时机。曾有组织在此阶段对该实体个体进行过阻击尝试,但最终皆以失败告终。
- 当个体到达地面时,其将以身躯为路,令天地相连,形成一条直通天外的漫漫长路。这也标志着天堂直达事件的正式展开。
- 该实体的个体将会与地面相连接,同时其本身所缭绕着的云雾将逐渐向外扩散,直至淹没整个层级。陷于云雾中的流浪者和具备一定智力的实体皆会受到一种异常效应的影响,具体表现为:受影响者的思维变得极度迟钝,且在行为上执着于去往“天堂”——他们以扭曲的认知,于癔症中看到了通天路遥的尽头,那便也就是他们自己的“天堂”。而那些毫无理智的实体则会受到另一种不同的影响:躯体被云雾侵蚀,最终融入飘渺之中。
- 接着,受到影响的人潮开始向着通天路遥个体接近。在第一个流浪者或实体踏上这遥遥通天路之时,道路上将会显现出大量的虚影——有幸存的流浪者报告称在其中观察到了大量与自身长相一致而打扮不一的虚影,就好似无数个平行宇宙中的自己都在此时汇聚到了同一条路上。自此开始,天堂直达事件进入白热化阶段。
- 在攒动的人群全部踏上通天路遥个体后,个体本身所自带的云雾也将开始变得愈发浓密。但此时的他们却似乎已失去了自我意识,只是在继续如行尸走肉般向着不知是否存在的“天堂”走着,步伐诡异的统一,一如那咯哒咯哒摇晃的钟摆。也都逐渐变得虚幻起来,直至被那白茫茫淹没。而在尽数失踪于飘渺后,通天路遥个体所散逸出的云雾将开始缓缓消散,其本身也如游龙似地顺着来时的轨迹回到了天外,在视界的远方缩成了极点,之后再无了踪迹。
天堂直达事件末期
- 在人们消失的数周后,重新回到层级中的另一批流浪者忽然见着那遥遥天顶上出现了一条漆黑无光的,向着天空两边无尽绵延的庞大“裂缝”——就好像名为“天空”的外壳被未知敲开了一条裂纹。
- “裂缝”出现数分钟后,无数粒模糊的小白点将自漆黑中出现,接而无拘地下坠,如流星雨般一个接着一个地飞速穿透翻涌的云层,最终重重砸在冰冷的地面之上。也只是在此时,我们才得以清晰地观察到这些小白点的真面目——
- 那是一具具倒立着的,一丝不挂的死尸。
- 他们浑身的皮肤一如云雾般的苍白,脸上机械般统一地挂着幸福的笑容。尽管他们自高空坠下,并且生命体征已完全丧失,但其躯体表面却没有受到哪怕一丝的损伤——或者说,这些死尸似乎是坚不可摧的,这也导致后来一切对其进行的解剖尝试皆以失败告终;同时因此异常特性,我们只得以掩埋的方式来处理尸体。而经后续核对,我们发现,这些死尸的身份正与那些在天堂直达事件中被通天路遥个体吸引的失踪者们相吻合。
- 到此,一次天堂直达事件才算是真正结束。虽不知具体过程如何,但我们可以明确的一点是:所有走到了所谓“尽头”的人最终皆是死了。
逃脱案例
在极少数案例中,有流浪者在陷入云雾中后使用Blanche的签名从而脱离了当前层级。但似乎是因云雾的异常效应,使用者的大脑与神经功能皆受到了不可逆的损伤。使用此方法脱离天堂直达事件的流浪者皆在1~3月后死于未知原因引起的心脏骤停。
除此之外,再无更多逃脱案例。
事件记录
从1998年至今,共发生过7次天堂直达事件。以下是目前已记录的部分具有代表性的天堂直达事件过程。
协调后室时:2022.09.19
地点:Level 11
梗概:伴随着自天边爆发而出的一道震耳欲聋的轰鸣声,一条通天的长路——通天路遥个体连接到了地面。只是短短十数分钟,迷幻的云雾便如洪水般笼罩了整个Level 11。尽管M.E.G.在观察到该个体的第一时间就已发起了紧急疏散通告,但仍有部分流浪者未能及时撤出此层。事后,据不完全统计,此次事件造成了[已编辑]名流浪者的死亡。
协调后室时:2023.04.30
地点:Level C-430
梗概:两只通天路遥个体分别于A区和B区降下,极具侵略性的云雾迅速蔓延,直至那本就存在的迷雾变得更加浓厚。具体过程不详。事后,当前层级内的实体数量明显减少,脊灵出现[已编辑]的异常症状,但阴谋家却似乎没有受到影响。以上讯息皆由脊灵提供。
协调后室时:2024.03.01
地点:Level 28
梗概:三只通天路遥个体同时出现在了本层内,与地面相连的位置分别是外围的森林、山谷与高山上的废墟。由于未知原因,这些个体所携带的云雾未能成功弥漫开,而是被层级所自带的蓝色雾气与风暴所阻拦。这也为我们的记录提供了条件。整片靛蓝色的天空被汹涌的白色云雾撕裂,风暴石接连炸开,雷击的每一次落点都是通天路遥个体所处的位置——它们几乎没有断过,在天穹下连成了一片。蓝骑士出现未知变故,其语气显露出巨大痛苦。
34分钟后,层级内发生了一场从未有过的大地震,森林中的树木如草芥般接连倒下,雷击也在此时变得频率越来越低,翻滚的白色云雾突然爆发,一名记录员来不及躲避陷入了其中,接而受影响走上了通天路遥个体。在约3小时后,云雾已笼罩了安全区的大部分区域,现场人员不得不切出此层级以保证自身安全。
在2日后,部分人员返回了Level 28。此时天堂直达事件已然结束,层级内一片狼藉:森林的树木被大面积地拦腰斩断,高山被削去部分,整个山谷下陷了数英尺。蓝骑士也因未知原因陷入了沉默,无论如何呼喊其皆未作出反应。
本次事件共造成一人死亡——即名为祁元的记录员,在此默哀。
他的尸首于三日后坠落至Level 28的山谷。与其他天堂直达事件受难者不同的是,祁元尸首面部的五官呈痛苦态,同时出现了“重复”的现象——就像是在一张空白面孔上大量复制黏贴了同个五官一般。尸首的其他部位也出现了类似的现象:大量完全相同的躯体“卡”在一起,重叠着,血肉挤压在一起,衣物的碎片缠绕在其间。这使得其整体看起来就像是一个由大量肢体组合而成的聚合物。
值得一提的是,在其身上各处,我们搜寻出了大量完全相同的手机,皆停留在备忘录页面,显示内容皆是完全相同。其中内容已于附录中展示。
生物学特征
该实体的基础生物学特征已于上文提及,此处不作过多赘述。
行为准则
应当:
- 在观测到通天路遥个体后第一时间通知他人并切出当前层级。
- 天堂直达事件发生时,竭力远离通天路遥个体所散逸出的云雾并寻找机会切出。
不应:
- 进入云雾。
- 坐以待毙。
附件
协调后室时2024.03.03,实体监视团队接到一则求救通讯,与天堂直达事件相关,来自于Level 28。
左侧划线为接线员,右侧加粗为求救者。
他妈的,Level 28出乱子了!
请冷静,先生。发生什么了?
对方背景传来杂音,同时有隐约的轰鸣声
是天堂-(对方呛到了一下,连续咳嗽了几声)是天堂直达!
收到。请您现在迅速前往最近的出口切出-
我怎么知道出口在哪!?你们那弱智数据库上面根本就没有记录这一层的出口!
先生,据我所知,数据库中是有记录的,兴许是您没看清呢?不妨再-
我早看过了!根本没有!
好的好的,那现在请您调转方向至[出口讯息已省略]。
对方背景中传出几乎无间歇的巨大雷击声,持续了约4分钟后骤然消失
好!我出来了!
由衷的为您感到高兴,先生。但还有一件事,我们需要您的配合——请您把您的姓名和居住地告诉我们,以方便我们后续的调查。
对方沉默了片刻,随即开口
没问题,我叫祁元,住在Level 11内一栋高楼的四层——就是你们基地正对面的那栋。
?先生,请不要拿逝者-
背景突然出现了大量杂音,随后通讯中断,任何再拨打尝试皆以失败告终
协调后室时2024.05.18,实体监视团队接到一则求救通讯,与天堂直达事件相关,来自于Level C-430。
左侧划线为接线员,右侧加粗为求救者。
Level C-430这里出事了!
请冷静。发生什么了?
对方背景传来大量杂音,同时有隐约的轰鸣声
我不知道-那似乎是一条公路?它从天上降下来了!雾-那东西上面都是雾气—实体全死了!
冷静点,先生。请您现在立刻前往最近的出口——请勿逗留。
我早就在跑了-
嘈杂的背景音,时有非人的哀嚎声响起;同时伴有急促的踩草声
沉默持续了约10分钟
忽然,对方背景中不再有实体的哀嚎声
出来了?我出来了!(喘着粗气)
由衷的为您感到高兴,先生。但还有一件事,我们需要您的配合——请您把您的姓名和居住地告诉我们,以方便我们后续的调查。
好……我叫祁元,住在Level 11内一栋高楼的四层——额,就是你们基地正对面的那栋。
?又是-
背景突然出现了大量杂音,随后通讯中断,任何再拨打尝试皆以失败告终
协调后室时2024.12.09,实体监视团队接到一则求救通讯,似乎与天堂直达事件相关,来自于未知地点。
左侧划线为接线员,右侧加粗为求救者。
……您好?(颤抖的声音,略带哭腔)
请冷静,先生。发生什么了?
对方背景传来杂音,同时伴有隐约的脚步声
是天堂-(对方呛到了一下,连续咳嗽了几声)我看到了-
?
巨大的杂音,混乱且密集的脚步声
您好?
沉默,背景中只剩下了脚步声
约半小时后,对方开口了
……我是祁元……我们到了……救-
背景突然出现了大量杂音,随后通讯中断,任何再拨打尝试皆以失败告终
本文已在评论区解密。
作者:nomniyD
云端公路图片由0 Kobe Bryant 0获取原作者CC后转给本人
最后的图由Stability AI生成
« Entity C-439 | Entity C-440 | Entity C-441 »