/*fonts*/ @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); @import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @font-face { font-family: 'ChillGSans'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ChillGSans.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "stardust"; --theme-name: "Stardust Theme"; /* Header */ --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "触及群星"; /* Typefaces */ --body-font: proxima-nova, 'Noto Sans SC', sans-serif; --header-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --title-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --mono-font: 'Fantasque Sans Mono', 'Noto Serif SC', serif; /* Standard Colors */ --white-monochrome: 250, 250, 250; /* white*/ --black-monochrome: 0, 0, 0; /* black */ --bright-accent: 71, 213, 240; /* the bright blue */ --medium-accent: 167, 27, 59; /* the bright blue animated */ --dark-accent: 24, 36, 56; /* dark blue for background*/ /* 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(--white-monochrome); --swatch-text-light: var(--white-monochrome); --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(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --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(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } /*weird stuff*/ #login-status { color: rgb(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 { background-image: none; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 100%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 37rem 37rem; background-attachment: scroll; } #header { background-image: none; } /* Header Colours */ h1, h2, h3, h4, h5, h6 { color: rgb(var(--bright-accent)); } /*image block*/ .scp-image-block .scp-image-caption { color: rgb(var(--bright-accent)); background-color: rgba(var(--bright-accent), .25); border-color: rgba(var(--bright-accent), .25); } /*rate module*/ .page-rate-widget-box { background: rgba(var(--bright-accent), .5); border-color: rgba(var(--black-monochrome)); border-width: 0px; } /*table*/ table.wiki-content-table th { border: 1px solid rgb(var(--medium-accent)) !important; background-color: rgba(var(--medium-accent), .25); color: rgb(var(--medium-accent)); } table.wiki-content-table td { border: 1px solid rgb(var(--medium-accent)) !important; } /*search box*/ #search-top-box-input { background-color: rgba(var(--bright-accent), .25); } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } /*buttons*/ div#page-options-bottom > a:hover, div#page-options-bottom > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom-2 > a:active { background-color: rgba(var(--bright-accent), .25); } /*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); } /* TABVIEW - Abandon All Hope Ye Who Enter Here */ .yui-navset .yui-content { background-color:rgba(var(--medium-accent), .25); border-color: rgba(var(--medium-accent), 1); } /*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)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--bright-accent), .25); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgba(var(--medium-accent), 1); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgba(var(--medium-accent), 1); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--black-monochrome)); } /*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: 0rem; height: var(--header-height-on-mobile); } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 220%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,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(0,0,0,1) 37%); background-size: 25rem 25rem; background-attachment: scroll; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 160%; } } /*funny blocks*/ blockquote, .blockquote, div.blockquote, [class*="blockquote"] { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color:rgba(var(--bright-accent), .25); border-color: rgb(var(--bright-accent)); } .styled-quote { background-color:rgba(var(--bright-accent), .25); 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,.25); } .dark-styled-quote { background-color:rgba(var(--medium-accent), .25); 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,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgba(var(--bright-accent), .25); 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:rgba(var(--medium-accent), .25); 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); } #header h1 a::before, #header h2 span::before { --text-shadow: 0px 2px 3px rgba(0,0,0,0.8); }
/* BHL Style Search Top Box And User Account */ /* By Mercuresphere */ /* Based on BHL Theme */ :root, :root:lang(cn) { --merc-light-color: var(--swatch-menutxt-light-color); --merc-dark-color: var(--swatch-menubg-dark-color); --user-account-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/user-circle.svg"); --search-top-box-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/search-top-box-mask.svg"); } /* ===用户和搜索栏=== */ @media only screen and (max-width: 768px) { #login-status { right: unset; font-size: unset; } #navi-bar, #navi-bar-shadow, #search-top-box-input { display: unset; } #search-top-box-input { min-width: unset; } #search-top-box { top: unset; right: unset; height: unset; } #search-top-box:focus-within { box-shadow: unset; background: unset; padding: unset; } #search-top-box:not(:focus-within):before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box form[id=search-top-box-form] { visibility: unset; height: unset; } #search-top-box form[id=search-top-box-form]:focus-within { visibility: unset; } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: unset; -moz-appearance: unset; position: unset; top: unset; transform: unset; appearance: unset; height: unset; } #search-top-box form[id=search-top-box-form] input[type=text] { visibility: unset; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { position: unset; right: unset; transform: unset; cursor: unset; border-width: unset; width: unset; height: unset; color: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: unset; } #search-top-box form[id=search-top-box-form] input[type=submit] { background: none; transition: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { opacity: unset; margin: unset; padding: unset; width: unset; } #header h1 a { z-index: unset; } } @media only screen and (max-width: 56.25rem) { #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { background-color: rgba(0, 0, 0, 0); } } @media (min-width: 36rem) { #login-status { flex-grow: unset; left: unset; right: unset; } #login-status:not(:hover):not(:focus-within) { visibility: hidden; } #login-status::before { visibility: visible; } } #search-top-box-input { min-width: unset; display: inline-block; } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: transparent; } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { border: none; text-shadow: none; } #search-top-box-form input[type=submit], #search-top-box-input:focus, #search-top-box-input:hover { border: none; } #search-top-box { display: flex; z-index: 12; position: absolute; top: 1.5em; right: calc(3% - .25em); align-items: center; justify-content: center; width: auto; height: calc(0.9375rem * 1.8); transform: translateY(-50%); font-size: calc(0.9375rem * .86667); } #search-top-box, #search-top-box * { box-sizing: border-box; margin: 0; padding: 0; border: none; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within, #search-top-box:focus-within *, #search-top-box:focus-within :after, #search-top-box:focus-within :before { margin: 0; padding: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .3s cubic-bezier(.4, 0, .2, 1), padding .3s cubic-bezier(.4, 0, .2, 1), max-width .3s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within { background: rgba(var(--merc-dark-color), .7); box-shadow: calc(calc(0.9375rem * 1.8) / 2 * -1) 0 calc(calc(0.9375rem * 1.8) / 2) rgba(var(--merc-dark-color)); } #search-top-box:after, #search-top-box:before { position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box:before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; } #search-top-box:not(:focus-within):hover:before { background-color: rgb(var(--merc-light-color)); } #search-top-box:after { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: 13; clip-path: var(--clip-path); pointer-events: none; background-color: transparent; } #search-top-box:not(:focus-within):after { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); background-color: rgb(var(--merc-light-color), 0); } #search-top-box form[id=search-top-box-form] { display: flex; visibility: visible; position: relative; right: 0; max-width: 100%; height: calc(0.9375rem * 1.8); } #search-top-box form[id=search-top-box-form]:not(:focus-within) { max-width: calc(0.9375rem * 15); } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: 0; } #search-top-box form[id=search-top-box-form] input[type=text] { z-index: 13; position: absolute; right: 0; width: calc(0.9375rem * 15); max-width: calc(0.9375rem * 15); height: 100%; padding: 0 calc(0.9375rem * 1.8) 0 1em; outline: 0 solid rgb(var(--merc-light-color)); background-color: rgb(var(--merc-dark-color), .7); box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: rgba(var(--merc-light-color)); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { max-width: calc(0.9375rem * 1.8); padding: 0; outline-width: 0; background-color: rgba(var(--merc-dark-color), 0); box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); color: rgba(0, 0, 0, 0); cursor: pointer; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: rgba(var(--merc-dark-color), 1); } #search-top-box form[id=search-top-box-form] input[type=submit] { visibility: visible; z-index: 14; position: absolute; right: 0; width: calc(0.9375rem * 1.8); height: calc(0.9375rem * 1.8); outline: 0 solid rgb(var(--merc-light-color)); background-color: transparent; box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: t; font-size: calc(0.9375rem * .86667); cursor: pointer; pointer-events: all; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); pointer-events: none; } #login-status { --wght: var(--ui-wght); display: flex; z-index: 11; position: absolute; top: 1.5em; right: calc(3% + calc(0.9375rem * 1.8) - .25em); align-items: center; justify-content: center; height: 2em; margin: 0 0 0 .5em; transform: translateY(-50%); color: rgb(var(--merc-light-color)); font-weight: var(--wght); font-size: 1em; font-family: var(--UI-font); white-space: nowrap; transition: opacity .2s cubic-bezier(.4, 0, .2, 1); } #search-top-box:focus-within ~ #login-status { opacity: 0; } #login-status span.printuser a:first-of-type { width: 1.75em; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in { margin: 0 1em; background-color: rgb(var(--pale-gray-monochrome)); color: rgb(var(--merc-dark-color)); padding: 0.1em 1em; text-decoration: none; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:focus-within, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:focus-within { background-color: rgba(var(--merc-light-color), 1); color: rgb(var(--merc-dark-color)); text-decoration: none; } #login-status span.printuser { --wght: var(--ui-wght); margin-right: .5em; color: rgb(var(--merc-light-color)); font-weight: var(--wght); } #login-status a#my-account, #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); } #login-status a#my-account { --wght: var(--ui-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) .125em; display: flex; align-items: center; padding: 0 .5em; background-color: initial; box-shadow: inset 0 0 0 0 rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) .125em; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1); } #login-status a#my-account:active, #login-status a#my-account:hover { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status a#my-account:focus-within { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); position: relative; width: var(--account-height); height: var(--account-height); margin: 0; padding: 0; background-color: rgb(var(--merc-light-color)); color: transparent; clip-path: var(--clip-path); transition: -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); transition: clip-path .1s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options { display: block !important; z-index: 12; position: absolute; top: 1.5rem; right: 0; width: 10em; margin: .25em 0 0; padding: 0; overflow: hidden; background-image: var(--gradient-header); background-color: rgb(var(--merc-dark-color)); opacity: 0; pointer-events: none; transition: opacity .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options:focus-within, #login-status #account-topbutton:active + #account-options, #login-status #account-topbutton:focus + #account-options { opacity: 1; pointer-events: all; } @media (pointer: coarse) { #login-status #account-options:hover, #login-status #account-topbutton:hover + #account-options { opacity: 1; pointer-events: all; } } #login-status #account-options * { margin: 0; padding: 0; } #login-status #account-options ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 2em; flex-grow: 1; align-items: center; justify-content: center; font-size: .85em; } #login-status #account-options ul li { position: relative; } #login-status #account-options ul li, #login-status #account-options ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } #login-status #account-options a { --box-shadow: rgba(var(--merc-dark-color)); --wght: var(--ui-wght); position: relative; flex-grow: 1; height: 100%; max-height: 2em; padding: 0 .25em; box-shadow: inset 0 0 0 .0625rem var(--merc-dark-color); font-weight: var(--wght); transition: color .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1), font-variation-settings .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a, #login-status #account-options li > a:visited { color: rgb(var(--merc-light-color)); } #login-status #account-options li > a:active, #login-status #account-options li > a:hover { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a:focus-within { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a[href*="/messages"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; font-size: 0; } #login-status #account-options li > a[href*="/messages"]:after { position: absolute; left: 50%; transform: translateX(-50%); content: "信息"; font-size: calc(0.9375rem * .765); pointer-events: none; } #login-status #account-options li > a:before { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: -1; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(var(--merc-light-color)); content: " "; clip-path: var(--clip-path); pointer-events: none; transition: -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); transition: clip-path .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a:active:before, #login-status #account-options li > a:hover:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } #login-status #account-options li > a:focus-within:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } /* ===默认收起用户信息栏和搜索栏=== */ #search-top-box { top: 23px; right: calc(3%); } #login-status { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 24px; right: calc(3% + calc(0.9375rem * 1.8) + .25em); color: transparent; pointer-events: none; transition: color .2s cubic-bezier(.4, 0, .2, 1); user-select: none; } @media only screen and (min-width: 980px) { #search-top-box { right: calc(3% + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } #login-status { right: calc(3% + calc(0.9375rem * 1.8) + .25em + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } } #login-status:active, #login-status:hover { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:focus-within { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:active #account-options, #login-status:hover #account-options { pointer-events: all; } #login-status:focus-within #account-options { pointer-events: all; } #login-status > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), clip-path .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status:active > :not(#account-topbutton):not([href*="account/messages"]), #login-status:hover > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status:focus-within > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status #account-topbutton { margin-left: 0; background-color: initial; pointer-events: all; transition: clip-path .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover #account-topbutton { background-color: rgb(var(--merc-light-color)); } #login-status:before { -webkit-mask-image: var(--user-account-mask); -webkit-mask-size: calc(calc(0.9375rem * 1.8) - .5em); -webkit-mask-position: center right; -webkit-mask-repeat: no-repeat; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--merc-light-color), 1); content: ""; cursor: pointer; mask-image: var(--user-account-mask); mask-position: center right; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) - .5em); pointer-events: all; transition: background-color .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover:before { background-color: rgba(var(--search-icon-hover-color), 1); } #login-status:active:after, #login-status:active:before, #login-status:hover:after, #login-status:hover:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status:focus-within:after, #login-status:focus-within:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status #account-topbutton { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); background-color: rgba(var(--merc-light-color), 0); clip-path: var(--clip-path); } #login-status:active #account-topbutton, #login-status:hover #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status:focus-within #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status #account-options { margin: 0; } #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); pointer-events: all; } #account-topbutton { border: none; } #account-options { border: none; }
“额,啊,这是哪里?”
“后室,流浪者”
“你管我叫什么?”
“流浪者”
王澜打量着周围,这看起来像一片无尽的黄色仓库,地毯是潮湿的,真恶心,顶部的日光灯噪音未免有点太大了。
“你要觉得噪音大的话适应适应就好了”
“额,你又是谁呀”
“系统”
“啥?怎的?这是小说吗?”
“呀,我还没见过思考得这么快的流浪者呢”
王澜看着系统,这是一个发光的白色球体,似乎会反射所有的光,所以看起来很耀眼。
“额,这里是…”
“是的,就是你2年前就开始在上面写文章的那个https://backrooms-wiki-cn.wikidot.com”
“啊,这是个真的?”
“早就是真的了,只不过网站管理员和版主极力掩藏而已”
“管理员?”
“所有人被选为管理员都是因为他们来过这里”
“所以你到底是个啥?”
“M.E.G.的数据库”
“那你为啥会来迎接我们呢”
“我们M.E.G.从15年前就发现了你们量子宇宙和其他平行宇宙,并且掌握了在这些宇宙来回穿越的科技”
“所以你们这个世界发现的最小物质单位不是量子吗?1”
“不是的,是一个叫做‘能子’的东西”
“额,幸好我选择了理科,不然我都听不懂”
“额,好像有一个宇宙的分支里头的你选择了文科,你现在是一个歌唱家”
系统投出了一幅画面,画面上和王澜样貌相同的一个人正在舞台后台练习唱歌。
“有没有选择文科而不做歌唱家的呢?”
“平行宇宙有无数个,可以看看这个”
系统又透出了一幅画面,上面王澜正在奋笔疾书
“你是一个作曲家,如果还不行的话…”
系统又透出了好多画面,画家,雕刻家,泥塑家,指挥,等等等等
“秀死我了,那么,怎么离开LEVEL 0来着?”
“切出就行了”
“好嘞”
王澜向一堵墙扑过去,失败了,王澜又试了十几遍,均以失败告终。
“气死我了”
“别急嘛,慢慢来,要实在不行我带你切”
“行啊”
“抓稳了”
“哎呀我的妈呀!”
系统用一股强大而又无形的力量将王澜举了起来,随即往墙上冲过去。
当王澜大喘气的趴在LEVEL 1的地板时,他看向系统,系统凝望着柱子后面的暗处
“诶,流浪者,后面那里有个笑魇”
“什么玩意儿?”
“没关系,笑魇而已,我会记忆删除”
然后系统对笑魇实行了记忆删除(物理)
“额,先送给uec吧”
“什么玩意?uec不敌对吗”
“回网站上看看设定”
“额,我回不去”
“没关系,这个地方是非fandom的后室,我们离不开后室”
“那那些管理员呢”
“他们跑到了其它的分站才离开的,比如云分,ACRD,T分,Z分,R分或者其他的等等等等”
“好吧,那我呢”
“我看你比较适合去英文主站”
“什么玩意?”
“你的英语不是很好吗”
“鹅鹅鹅”
“这样,你先去另一个楼层好吗”
“11行吗”
“没问题”
王澜又被那股无形的力量拉了起来,往墙上撞去。
“长官,我们已经来到了14506号平行宇宙最大的团体的一个重要据点”
“M-1,这个据点叫什么?”
“他们管这个据点编号为19”
“立刻进入”
“长官,门口似乎有着保安保守”
“后门呢”
“也是一样”
“从得到的平面设计图上来看,他们有一个侧门”
“那个侧门顶部的匾牌因为年久失修掉落,遮盖了侧门,目前还打不开”
“匾牌上面写了什么?”
“SCP基金会,控制,保护, 收容”
“所以,系统,你说M.E.G.正在对其他重要平行宇宙进行侵略”
“是的,流浪者”
“所以我们的宇宙呢”
“我们要从四大平行宇宙,分别是量子宇宙,我们的宇宙,沙盒宇宙和阿尔法宇宙2内部挑选有潜力的人才,以帮助我们来对抗这些宇宙,成功的人将被送回他们自己的宇宙,事实上,在有记载的历史中,从来没有过失败的人”
“然而时间可以将大量的古老事迹扭曲,改变,将多个人的多项成就凝结在一个人身上,或者将一个故事内的辉煌事迹照抄或改写到另一个故事内”
“那样说是没错,但是M.E.G.发现平行宇宙也不过才2几几年,掌握穿越的技术也是在12几几年”
“你们有耶稣吗”
“有啊,出生于LEVEL 11”
“那么难道你们的宇宙不是从1年开始计算的吗?3”
”别钻牛角尖,差一年没什么大不了的“
”所以你们到底是不是“
“准确来说不是的”
“咋地?”
“我们的耶稣出生于4年,我们的数字0在公元前12000年就被使用了,0年是LEVEL 999被发现的那一年,因为999是目前唯一可以来到四大平行宇宙的世界,通往其他宇宙的途径只能在超空间4内部发现,M.E.G.所掌握的技术不只有反转化迅子而已5”
“额,你在说什么”
“这个很难解释,总之,我们所拥有的科技是十分强大的”
“所以我是怎么进来的呢”
“这个怎么说呢,就是打个比方,能子和量子相互不可见,是相互的反物质,但又同时存在于一个时空中”
“我咋听不懂”
“简单来说,就是我们能子宇宙和你们量子宇宙是完全重合的,只不过互相感知不到而已,比如说,有些能子生命体可能就在你们身边,但是你们感受不到”
“啊?”
“哎呀,对于没有概念的人解释是这个可真是太难了”
“所以你们——“
王澜突然住口,因为有一个人走了过来。
”你谁?“
”能不能礼貌一点"
"您是谁?“
”关你啥事“
”能不能礼貌一点“
”反客为主啊?“
”对啊“
”看来最近四大宇宙的人越来越不礼貌了“
”指桑骂槐?“
”指槐骂槐“
”诶嘿,你到底是谁“
”我为啥要告诉你“
2000 years ago
”抛砖引玉“
”借刀杀人“
”笑里藏刀“
”打草惊蛇“
”围魏救赵“
”趁火打劫“
”李代桃僵“
”借尸还魂“
”金蝉脱壳“
”浑水摸鱼“
”釜底抽薪“
系统尝试阻止这一切,但失败了
”哎呀完了呀,这俩人开始背三十六计了!“
系统认为局势已经无法挽回,它用了0.001秒想了想,最终决定先保王澜。系统开启了自己的精神力量,伸出触须,轻轻的抚摸对方的心灵,将对方抚平,不断仔细地抽丝剥茧,将敌意从那个人心里抽走,成功了,那个人倒在了地上,一动不动。王澜用惊奇的眼神看向系统。
”你对他做了什么?“
”我还无法熟练的掌控精神力量,由于我不清楚这个人的神经构造,所以如果那个人的心灵十分脆弱,这次事件可能会导致他心灵上的永久创伤“
”哦天“
恶:欸,你看那里,有一群人
老冯:怎么可能
阿里木:好像真的是人
蔡徐坤:你一定是在开玩笑
JI.NI.TAI.MEI工作人员:完了,他们已经入侵了,守卫那里已经开始交战了!
小张:发生什么了?
”我们到达了后室机器人科技的总部,准备开启谈判。“
”M-1,门口有守卫吗“
”他们在门口贴了个横幅,说欢迎我们“
”进入“
”我们可能来到了错误的时间点,现在这个地方的联盟还是未分裂的“
”再换一个时间线吧“
”是,长官“
M-1手里拿着一个圆形球体,M-2,M-3,M-4和M-5将手放在M-1身上,之后,在0.0001秒的时间内,所有人变成了漩涡状,身上不断的闪烁着彩色的光芒,眼睛中的黑色眼瞳完全消失,而这一切马上全然不见,没有留下任何痕迹。
MEG-沙盒宇宙
”公式二分之根号五减一,已采用黄金分割,整体使用可拼凑图形,材料硅酸二钙、硅酸三钙和铝酸三钙,化学表达式CaO-SiO2-Al2O3-Fe2O3-SO3,可以拼凑沙盒。“
“开始创建。”
一栋巨大的五角形立体建筑拔地而起,额,怎么说呢,就是一大堆建筑材料凭空出现,然后开始自己建造。
里弗尔·杰里西斯科来到S-96这个职位已经1年多了,在这之前,他用了十五年的时间从跑腿的S-0升到这个职位。然而,他能晋升到S-8都多亏了自己在M.E.G.的朋友,M.E.G.在这一带权大势大,还不是因为他们可以去其他的平行宇宙为他们寻找建筑材料。这是一种互利的关系,他给我们提供赖以生存的材料,我们给他们提供人才。话说回来,S-10是还能待在沙盒宇宙的最高职位了,超过S-10的,也就是S-11~20,都要去到M.E.G.的宇宙,他们称之为“后室”。
本来里弗尔就是想要这么过下去,过着建筑高管的生活,只需要负责读出手下给的数据然后再由S-10批准就可以开始建造了,他热爱建造,如果有一天升到了S-11来到M.E.G.的宇宙也没关系,至少还能得到和朋友一样的待遇。
但如果,那个午后,他没有出去建造而是在家里休假,如果,那个午后,他没有来到人群稀少的地方而是去人山人海的地方,如果,那个午后,他不用速度缓慢的圆形而是用六边形和正方形,如果,那个午后,他不把π使用到3.1415926535897而是3.14,他就不会遇见那个26岁的人,和一个发光的浮空白球。
“你好,我叫王澜,请问你知道到C区怎么走吗?”
“什么?”
15:00PM
“所以,你们真的不知道C区该怎么走?”
“我们已经说了。”
这人对自己的态度很不客气,里弗尔不太高兴。
“我带你们走?”
“谢谢。”
这还算客气,里弗尔心想。
“这里左拐,上捷运7线。”
里弗尔看到那个叫王澜的人抬头张望顶部的指示牌,然后往右拐。
“诶,你走错了,往左拐。”
“什么?那上面…”
王澜伸手指了一下顶部的指示牌,里弗尔看了一眼,说道:“那是C.A区,是C区的一个分区,往左拐才是主区。”
里弗尔和王澜走到月台前,开始等待,顶部的灯有时候可能会忽闪忽闪的,王澜对此很不安。
“王澜?”
“啊?”
“你没事吧。”
“没事。”
“那你看起来紧张兮兮的。”
“因为这个灯。”
王澜伸手指了一下顶部的日光灯,那个灯又闪了一下。
“那是城市提取地下电量是造成的能源短缺。”
见王澜疑惑不解的样子,他说:“底下的电量会和地铁电线稍有触碰,那个时候就有可能会趁机偷取地铁电线的能源。”
他话音刚落,隧道里传来轰轰隆的巨大声响,里弗尔听到这个声音之后,说:“看来地铁到了。”王澜顺应的点了点头。
SCP-963,Jack·Bright拖着疲惫的身躯走在软绵绵的柏油路上,树木燃烧的热空气和12月的冷风形成强烈的对比。一个名为M.E.G.的组织刚刚袭击了SITE-19,同时,他们有一种异常物品,被称为跃迁——这个词汇应该是一种动作——的灰色球体,这个异常物品可以使得他们在整个银河系第三悬臂各处穿梭,M.E.G.已经吞并了从第一悬臂至第二悬臂的所有地外高科技文明和生命形式。他们还跳过了第三悬臂,直奔第四悬臂,并在侵略完第四悬臂之后在开始对地球进行侵略,这个组织来自另一个平行宇宙,他们掌握了突破光锥限制的技术,随后进入超空间,又在未知时间点反转化迅子。他们的技术已经高到不可思议。
SCP-963看了看表,这只表不是他的,而是他附身的这个人的,现在已经21:37了。
作者severinesun
[无图片]
我的作者页
用户信息和搜索栏隐藏组件来自后室中文维基,创建者Mercuresphere