/* 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; }
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@900&display=swap'); @import url('https://backrooms-wiki-cn.wikidot.com/local--files/theme:golden-age/back.css'); :root { --logo-image: url(""); --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --body-font: 'Noto Sans', sans-serif; --header-font: 'Noto Sans SC'; --title-font: 'Noto Sans SC'; --mono-font: 'Noto Serif SC'; --white-monochrome: 0,0,0; --pale-gray-monochrome: 0,0,0; --light-gray-monochrome: 252,232,2; --gray-monochrome:252,232,2; --black-monochrome:255,255,255; --bright-accent: 252,232,2; --medium-accent: 214,206,2; --dark-accent: 252,232,2; --pale-accent: 252,232,2; --link-color: 252,232,2; --visited-link-color: 252,232,2; --hover-link-color: 252,232,2; --newpage-color: 214,206,2; --background-gradient-distance: 30rem; --background-gradient-color: 200,200,200; --sd-border: 252,232,2; --sd-fill: 20, 22, 24; } #header, #top-bar { color:#ffffff; } hr { width: auto; margin: auto; position: relative; height: 2.5px; background-color: none; pointer-events: none; overflow: hidden; border: initial; -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); } hr:before { content: " "; width: 100%; height: 100%; position: absolute; background-attachment: fixed; background-color: #fce703; background-repeat: repeat; background-position: center; background-size: auto; } #header h1 a::before { color: #ffffff; } #header h2 span:before { color: #ffffff; background-clip: text; -webkit-background-clip: text; width: 100%; height: 100%; background-attachment: fixed; } #header h2 span { font-size: 1.5em; top: 1em; font-family: "Noto Sans SC"; } #container { background: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { color:rgb(255,255,255); } th { background-color: rgb(var(--medium-accent)) !important; } .top-box:before { background: url("") !important; } .header-diamond .diamond-pattern { background: url("") !important; } .scp-image-block { border: 0.2rem solid rgba(var(--pale-accent)); } .scp-image-block .scp-image-caption { color: rgb(255,255,255); background-color: rgb(0,0,0); border-top: 0.2rem solid rgba(var(--pale-accent)); margin-top: 0.3rem; } .page-rate-widget-box { background: none; border: 0.2rem solid rgba(var(--pale-accent)); background-color: rgb(0,0,0); } table.wiki-content-table th, table.wiki-content-table td { border: solid 1px rgb(var(--pale-accent)); } .code{ background-color: white; border: solid 2px rgb(var(--pale-accent)); } .lightblock { background-color:rgb(0,0,0); border: solid 2px rgb(var(--pale-accent)); } .styled-quote { background-color:rgb(0,0,0); border: solid 2px rgb(var(--pale-accent)); border-left: 0.5rem solid rgba(var(--pale-accent)); } .dark-styled-quote { border-left: 0.5rem solid rgba(40,40,40); } .titleblock { background-color: rgb(var(--pale-gray-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--medium-accent)) 0.1rem; } .titlebox { color: rgb(var(--white-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--medium-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--medium-accent)) 0.1rem; } .dark-titlebox { color: rgb(0,0,0); position: relative; top: -1.6rem; background-color: rgb(var(--medium-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } blockquote{ color: white !important; } .blockquote{ color: white !important; } .dark-styled-quote a, .dark-titleblock a, .darkblock a, .titlebox a, .dark-titlebox a{ color: rgb(70,70,70); } .top-box { border-color: rgb(var(--sd-border)) !important; } .bottom-box ul li { color: rgb(var(--sd-border)) !important; } .bottom-box ul li:before { background: rgb(var(--sd-border)) !important; } .top-box .gradient-box { background: linear-gradient(90deg, rgba(var(--sd-border),1) 0%, rgba(var(--sd-border),0) 36%) !important; } .header-diamond { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300.9 284.5' style='enable-background:new 0 0 300.9 284.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fce802;%7D .st1%7Bfill:%23fce802;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st1' points='73.4,32.6 0,105.4 13.6,105.4 86.4,32.6 '/%3E%3Cpolygon class='st1' points='26.5,105.4 40.1,105.4 112.9,32.6 99.3,32.6 '/%3E%3C/g%3E%3Cpolyline class='st1' points='287.3,105.4 214.5,32.6 227.5,32.6 287.3,91.9 '/%3E%3Cpolygon class='st1' points='274.4,105.4 260.8,105.4 188,32.6 201.6,32.6 '/%3E%3C/svg%3E") !important; } .top-box.class-unknown .header-diamond { filter: none !important; } .top-box.class-unknown:before, .top-box.class-unknown .header-diamond .diamond-pattern{ opacity: 0.15 !important; } .top-box .header-diamond .diamond-image { filter: brightness(0%) invert(100%); } .top-box.class-0 { background: rgb(var(--sd-fill)) !important; } .header-diamond .diamond-color.class-0 { background: rgb(var(--sd-fill)) !important; } .top-box.class-1, .top-box.class-2 { background: rgb(var(--sd-fill)) !important; } .header-diamond .diamond-color.class-1, .header-diamond .diamond-color.class-2 { background: rgb(var(--sd-fill)) !important; } .top-box.class-3, .top-box.class-4 { background: rgb(var(--sd-fill)) !important; } .header-diamond .diamond-color.class-3, .header-diamond .diamond-color.class-4 { background: rgb(var(--sd-fill)) !important; } .top-box.class-5, .top-box.class-unknown { background: rgb(var(--sd-fill)) !important; } .header-diamond .diamond-color.class-5, .header-diamond .diamond-color.class-unknown { background: rgb(var(--sd-fill)) !important; } #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: rgb(225, 225, 225); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: rgb(225, 225, 225); } #top-bar div.top-bar > ul > li > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li > ul > li:hover > a { color: black; } #top-bar div.top-bar > ul > li > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a { color: rgb(225, 225, 225); } #account-options > ul > li > a { color: black; } @media only screen and (max-width: 510px) { #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: black; } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: white; } #top-bar div.top-bar > ul > li > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li > ul > li:hover > a { color: white; } #top-bar div.top-bar > ul > li > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a { color: rgb(225, 225, 225); } } @media only screen and (max-width: 768px) { #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: #000; } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: #000; } #top-bar div.top-bar > ul > li > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li > ul > li:hover > a { color: #000; } } .license-area{ color: #fff!important; } .license-area a{ color: #fff; } .license-area a:hover{ color: rgb(252,232,2); }

我终于离开了那个伪天堂了。
当我从M.E.O.D.档案库里看到那个伪天堂时,我当时以为像M.E.O.D.档案库那样的人间天堂。当我真正去往天堂才发现我当时的想法是多么愚蠢。
我知道这里和M.E.O.D.档案库不一样,那里根本不是绿洲而是一片血红的森林。我走着走,突然被脚下的骷髅绊倒,我这才发现我走过的路上全是骷髅。
我害怕急了,开始在森林里奔跑。接着,森林中不断出现惨叫声,这些惨叫声正在磨损我的意志,我已经有点神志不清了。
我原本以为今日就要葬送此,直到我亲眼看到我出现在了一座公寓里。
Level 13 - “从公寓出发”
生存难度:生存難度:
等级等級 2
- 不安全但稳定
- 异常出入口变化
- 存在环境危害
概要
结构
Level 13的1楼区域。
Level 13呈现为一座巨大的公寓,这座公寓似乎存在于45.5亿年前地球刚存在的时候。层级内的布局与前厅内的豪华公寓相同1,这座豪华公寓面积似乎无限大,楼层同样也无限高。该层级内的房间没有一丝损坏以及灰尘,暂不清楚原因。
当流浪者进入该层级时,会被传送至随机楼层。其中,传送至1楼的概率最高,其次为-1楼。这些楼层的空间结构差异通常较小,部分楼层甚至与相邻上层呈现完全一致的空间形态。2每个楼层几乎都有房间,这些房间的描述详见“房间”部分。
我并没有因为劫后余生而感到开心而是警惕的环顾四周,因为我生怕这是另一个陷阱,好在幸亏的是这不是陷阱,我瞬间感受到从未有过的释怀感,这是我在后室中第一次感受到的感觉。我尝试打开M.E.O.D.档案库发现这里居然有Wi-Fi,我搜索着档案库努力的寻找着与这里相同的层级。
突然,我的眼睛瞟向一根柱子,发现柱子上写着-1层,我感觉这里应该是Level 696,但我不能确认这里就是Level 696,于是我走向电梯看看电梯是不是和Level 696一样的
电梯
和Level 696一样,该层级内同样也有电梯,这些电梯与Level 696不同,其分为豪华电梯和损坏电梯,损坏电梯只有10层以上才会出现,以下是两种电梯的介绍:
所谓豪华电梯,通常指前厅配备于中高档酒店的电梯设施。该类电梯的操控按钮仅能抵达第 100 层,且在楼层设置中跳过了大部分中间楼层。其内部装修极具奢华,地板与墙壁均采用黄金材质进行装饰;值得注意的是,由于电梯本身具备极强的抗破坏属性,这些黄金装饰仅承担美观功能,并无实际结构用途。
此外,豪华电梯偶尔会出现故障,业内将此类事故称为“抽烟”。“抽烟”的具体表现为电梯内产生雾气,若流浪者长期吸入该雾气,可能会引发中毒反应。
损坏电梯是指外表呈现破旧状态的电梯,其内部积满灰尘。流浪者吸入灰尘后会产生刺鼻的不适感,但该灰尘并无其他危害,这也是多数流浪者选择使用损坏电梯的原因。值得注意的是,损坏电梯可抵达的楼层具有无限高的特性。
我到达了电梯内部,我发现这个电梯似乎比较豪华,不过后室中越是好看的估计就越危险,就在我思考该不该走楼梯的时候,我丝毫没注意到电梯正在上升。等我发现电梯开始上升的时候“吸烟”现象已经出现了。
期初“吸烟”只有一点雾气,到达第10层的时候雾气已经弥漫了整个电梯,就在这时,电梯门打开了,我大口的喘着粗气,直觉告诉我这里肯定不简单。
看来这里不是在Level 696,我心想。为了以后不再被电梯搞去世,我决定找一个安全的地方,就在此时我看见了一个牌子。
前往 Level 13第10层大厅
据M.E.O.D基地 7公里
请坚持住,曙光就在前方!
这鬼地方居然还有基地。
楼层
正如上述所说,楼层的数量是无限的,以下是各个楼层的介绍:
- -1层:地下停车场,没有任何特殊。
- 1~2层:大厅。
- 3~50层:类似旅店。
- 51~114层:空层。
- 115~♾️:厕所。
这些楼层中之后厕所有一个特点,就是若流浪者进入厕所将会随机传送至其他的楼层,偶尔流浪者没有被传送时,也会在流浪者坐上马桶时被传送至其他楼层。
房间
如前文所述,该建筑每层设有5至10个房间,其中大部分为酒店套房,仅少量房间作为餐厅使用。酒店套房的装修风格与前厅的豪华套房相近,均为三室一厅格局,除此之外并无其他特殊之处。餐厅的配置与前厅的高档餐厅类似,但由于多数食物无法食用,故不建议流浪者在此就餐。
“M.E.O.D居住指南”
虽然房间内很安全但偶尔也会有意外事故发生,下面是最好的应该对措施:
1.意外事故
在此类环境中,常见的意外事故类型涵盖多个方面。其一为建筑结构部件的损坏事故,例如天花板因老化、承重超标或其他未知原因出现松动、脱落的现象;其二涉及卫浴设施的故障,如浴缸因材质损耗、外力冲击等因素导致表面破裂、渗漏;此外,还存在空间异常现象,即来自其他层级的实体,因空间维度的不稳定,意外传送至当前房间内,这些意外情况均会对身处其中的人员及环境造成潜在威胁与不良影响。
2.如何应对
针对上述各类意外状况,亦存在相应的有效应对策略与处置方式,具体应对措施如下:
- 仔细检查房间稳固性
- 仔细检查该房间是否有该层级的入口标志
- 加固房间
我到达了M.E.O.D的基地,看来我没有像其他层级的主角那样倒霉,由于我还是不放心这个层级的安全性,我准备去找M.E.O.D的人询问一下这个层级。
有个人告诉我这里是Level 13,是一个新的层群,他们通常称这里为“从公寓出发”,房间里是这里最安全的地方。
M.E.O.D的人指引我到了一个房间,这个房间看起来很豪华,刚才经历的一切导致我精疲力尽,现在我应该躺在床上睡觉,这一天是我睡过的最舒服的一觉。
基地、前哨与社区
在后室中,一个定居点是非常重要的,但是恭喜你,你来到了Level 13,这里有许多人定居在这里,各大团体也纷纷在这里定居,下面是目前在该层级定居的团体:无名基地是M.E.O.D在后室设立的首个基地,亦是该层级规模最大的定居点,主要承担新成员培训及勘探工作。
自2023年起,后室装修公司便将51层的改造项目纳入发展规划之中,计划对该楼层进行全面的空间重塑与功能升级,旨在通过科学合理的布局优化与设施更新,使其焕发出全新的空间活力与实用价值。然而,受多方因素综合影响,诸如复杂的施工环境协调、繁琐的审批流程推进、项目资金的阶段性调配以及专业施工团队资源整合等问题,该改造工程始终未能如期启动。截至目前,后室装修公司仅在51层完成了基地的搭建工作,虽尚未开展大规模改造建设,但此基地的落成也为后续改造工程的推进奠定了初步基础 ,并在一定程度上满足了现阶段部分功能需求。
目前Level 13拥有许多入口与出口,不过这些入口与出口都十分异常,以下是入口与出口:
入口
出口
我一直在这里定居直到有一天,我在泡澡的时候正在想该不该到第四层去看看,突然不小心切入了浴缸。
欢迎来到第四层。


