/** * Liminal± * * 2023 | by Eltrac */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap'); :root { --scrollbar-width: 0.5rem; --header-height-on-desktop: 9.25rem; --header-height-on-mobile: 9.25rem; --topbar-height-on-desktop: 2.25rem; --body-font: 'Noto Sans SC', sans-serif; --title-font: 'Noto Sans SC', sans-serif; --lo-border-color: var(--swatch-border-color), .215; --lo-hr-color: 198, 198, 198 } /* 分割线 */ hr { background: transparent; height: 0; border-top: none; border-bottom : 2px solid rgb(var(--lo-hr-color)) } /* 引用块 */ blockquote, .blockquote { box-shadow: 0 0.0625rem 0.125em rgba(var(--swatch-menubg-black-color), 0.15); border: 0.0825rem solid rgba(var(--lo-border-color)); } /* 侧边栏 */ #side-bar div.menu-item a, #top-bar div.top-bar>ul>li>ul>li>a, #top-bar div.top-bar>ul>li>ul>li>a:hover, #top-bar div.top-bar>ul>li>ul>li>ul>li>a { transition: background .3s } #side-bar div.menu-item a::before, #top-bar div.top-bar>ul>li>ul>li>a:before, #top-bar div.top-bar>ul>li>ul>li>a:hover:before, #top-bar div.top-bar>ul>li>ul>li>ul>li>a:before { display: none } /* 页面整体 和 版头 */ #container { background-image: none } #header h1 { top: 2rem } #header h2 { top: 2.75rem } #skrollr-body { box-shadow: 0 0.15rem 0.15rem rgba(0,0,0,0.2); height: var(--final-header-height-on-desktop) } /* 页面内容 */ #page-title { display:flex; border-bottom: none; margin: 0 } #page-title::after { content:""; flex-grow:1; height: 2px; margin:auto .375rem auto auto; background-color: rgb(var(--lo-hr-color)); display: block; margin:auto auto auto .375rem; } h1, h2, h3, h4, h5, h6 { margin: 0.5em 0 } a, span[style="text-decoration: underline;"] { text-underline-offset: 3px } #footer { color: rgb(var(--white-monochrome)) } .footnotes-footer { margin: 0.5rem 0; width: 100% } .f-footer { display: none } #license-area { padding: 0.25rem 0; background: rgb(var(--pale-gray-monochrome)); font-size: 92.5%; } .hovertip { border: none!important; background-color: rgb(var(--pale-gray-monochrome))!important; box-shadow: 0 0.1rem 0.215rem rgba(0,0,0,0.2); padding: 0.2rem 0.25rem } div.lightblock { background-color: rgba(200,200,200,0.225); } .scp-image-block { border: solid 0.45rem rgb(var(--swatch-secondary-color)); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } /* 评分模块 */ @media screen and (min-width: 1200px) { .rate-fix { margin-top: -2.625rem } .rate-fix .rateBox, .rate-fix :not(.rate-box-with-credit-button) .page-rate-widget-box { border-left: 0.5rem solid rgb(var(--white-monochrome)) } }
/* 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; }
我是在昨天晚上登上这艘船的。
当时我本来在 Level 48 的沙滩上摘果子,但不慎失足从树上摔进了水里。谁知我竟然在浅滩里越沉越深,不能上浮也迟迟没有触底,我的眼前是一片过饱和的蓝色,一股黄色的回忆在我失去意识之前向我袭来。当我终于清醒,我发现自己在另一个地方躺着,一个穿海军军装的男人用手杖之类的东西不轻不重地敲打我的胸口。
男人把我带上了他的船——一艘大得令人惊叹的木制货船,有些像大航海时代留下来的古物。男人背对着我,不紧不慢地在老旧的甲板上走着,发出让人担忧的咯吱声。男人显然没有要等我的意思,我只好垫着脚尖跟他走过一段长长的走廊,走进了一个房间。
他说我以后就住这了,但对我的追问一概置之不理。男人一言不发地走出房间,我才发现这狭窄的空间里只有一盏贴满了灰尘的白炽灯、一块挂在墙上的床板和一个空的抽屉柜,像一间牢房。
我本想出门找男人问清楚情况,但一个女孩敲响了我的门。她看起来二十出头,朋克打扮,画着很浓的眼影,双马尾被染成了各种扎眼的颜色。从上到下扫了我一遍之后,她把目光转向一边,两手抱胸,背抵着门框,自顾自地说起话来。
“好不容易又来个活人,结果……”
我看出女孩并不欢迎我,正好我也不想久留,于是便询问这艘船的能否带我回到 Level 48。但她一手扶额,摆出一副见了傻子的表情,我才明白男人说的“以后就住这”是什么意思——上次意外的切出,大概是有来无回了。
女孩说她叫安吉尔,我从她口中得知这艘船上除了我和她,以及那个“无聊的老古董”之外,还有其他的船员。不过她并不想在我身上浪费时间,说时间不早了便打发我回去休息,自己头也不回地走了。我想去找男人,或者是她所说的其他船员搞清楚情况,但走廊另一头传来有些吓人的打鼾声,我想时间确实不早了,便回房躺在了没有被褥的床板上,一直等到外面响起钟声。
我去到甲板上,看见安吉尔背倚桅杆,男人站在船头敲钟。一个坐在楼梯口的老妇人盯着我从下面走上去,她的头发很短,只是贴着耳根,发色是暗红色,除了发根处的一团花白。她还带着铜色的耳环,眉毛和皱纹挤在一起,眯着眼打量着我。
这外面只有诡异的蓝光,没有白天黑夜,马特每天敲钟,我们随钟声作息,老妇人这么和我说。那男人是船长,名字叫马特,没人知道他姓什么。
我站在船舷,看不到底下有海,只看到周遭不断变化的景象。我说不清楚那些是什么,在蓝光的渲染下,我更是看不出他们原本的颜色。船似乎在移动,因为帆一直扬着,尽管我没感觉有风。我看着船边的建筑碎片和几何图形在无风中摇曳变形,偶尔从中分辨出一两个有形的物体。船上的人没有和我打招呼,我站着看了好久的海。
我感到双颊有几丝冰冷,用手触碰,才发觉是泪水在脸上风干了。
红发妇人走过来递给我一根烟,火已经点上。我连忙推辞,她也没客气,把香烟叼在了自己嘴里。她虚着眼,用迷离的眼神看着我,从嘴里吐出来一团白烟。莫妮卡,她让我这么叫她。她很快就走了,像是没见过我一样,跑去别处抽烟。
我扫视了一圈,船上四个人都在甲板上,没人在说话。这些人似乎憎恶语言,讲话一个词都不肯多说。我耐不住,去找了最健谈的莫妮卡。她说我们在蓝色通道的边缘,回不去那个好不容易变成家的地狱,马特只不过是自以为是,他根本没有在蓝海中的方向感,蓝海本来就不是航行的地方。
我不明白男人的意图,莫妮卡说她也不敢揣测。我知道自己回不去了,大概是有从前厅坠入后室的经验,我似乎感受不到自己的悲伤。
日子就这么过着,他们给我食物、水和床,但还是一样不作声。莫妮卡在跟我交代了我们这周会登岛的事情后,就再也没和我说过话。那三个人从年龄、相貌,甚至是在这个地方已经失去意义的阶级,都天差地别,但他们的脸似乎都被什么东西遮住了,读不出情感,活像棺材里抹了粉的死人。
马特说明天就能登岛,要去补充物资,可我们突然遭遇了海雾。马特把我们三个都聚到一间房里,自己却去了别处。安吉尔从一开始就一直在咬指甲,莫妮卡则闭着眼冥想。我看出来大家心里都不安分。
我的肩膀有些酸,想站起来活动。安吉尔见状立马把我拉住,弄得我扑倒在地上,她咬牙切齿地瞪着我,问我是不是疯了。莫妮卡在一旁平静地说道,海雾来临,不要发出动静。
我自然不明白,莫妮卡也不继续讲话了,安吉尔侧着身子躺下。沉默许久,外面终于没了动静,马特打开了门。门一打开,我就闻到一股奇怪的味道,它像是闷热的水蒸气里充斥着铁锈的气味,让人浑身不舒服。马特递给我们几瓶杏仁水,我才反应过来门外似乎全是腰果水的痕迹。
莫妮卡让我离那些水渍远点,别碰冠鱼留下的痕迹。我似乎明白了刚才发生的事——一种被后室称作领主之冠的实体群袭击了我们的船。安吉尔说它们每个月至少来两次,最开始的几次死了好多人。我们向来只关心溜入后室内的祸害,却从未在任何数据库上读到它们在蓝色通道如此肆虐。
我不知道马特是怎么处理如此棘手的害虫的,我想他不会说出口。
我们登岛了——我还未踏上甲板就察觉到这一点。蓝光消失了,岛上的阴云也显得晴朗。这是一片雨林,尽管我只看得到树,但我有种感觉,林子的深处一定有人住。
安吉尔一下船就伸了个懒腰,这是我第一次看她这么精神。莫妮卡和马特往雨林的方向走,安吉尔让我和她留在岸边,她说我们年轻人去了也没用。安吉尔还是沉默,但我看得出来她的状态比在船上好了很多,她盯着林子边上的野花看了好久。
我感到些许惬意,又生出一丝心疼。我突然忘了自己还在后室,又比以往更加深刻地意识到我自己身处地狱。我在现实的里世界中又坠落一层,被二次放逐。
我不知道安吉尔是怎么到这来的,我没听船上的任何人说过他们的往事。其实我也不明白自己是怎么到蓝海的,就像我不知道自己是怎么切进后室的一样。到了后室,我不得不抛弃自己在前厅的生活。刚开始,我还常和伙伴提起我以前的故事,不过越往后越发觉那些经历像是一个梦——梦醒了,我就在后室醒来,刚开始和朋友谈起梦里的故事觉得很新奇,后来就不再被想起了。现在也一样,越回想后室越觉得不真实,前厅更像是一个虚无缥缈的梦。
在蓝海,我没有像刚切入后室那样陷入长时间的回忆,我想是因为这里的所有人都不愿意想以前的事。不只是因为感觉不真实,而是因为孤独。这船上刚开始大概只有马特一人,他早已习惯孤独,可能是几年甚至几十年,自然不会因为新人的出现而改变——他早已不习惯社交。之后,莫妮卡上了船,马特待她以孤独;安吉尔上了船,船上的两人都不愿多言。我不知道他们在船上待了多少年,他们所共同经历的漫长的时间里,或许也又不少他们愿意深交的人,可都死在了海雾里。永久的分离又将他们的心封闭住。
我觉得这一层层的里世界像是筛子,在现实世界的是未被筛选的众人。偶尔有几个倒霉蛋一不小心掉进了下一层筛子,他们在感受孤独后又像蚂蚁一样爬到对方身边,尽管没有上一层筛子的人多,没那么温暖,没那么有力量,但也够了。在倒霉蛋中的倒霉蛋不慎又跌落一层,这里的人更少了,他们找到彼此都难如登天。
或许他们会像抓住救命稻草一样对待遇到的每一个人,但事实是他们在遇到彼此之前就习惯了独面自己,早就消磨了与其他人抱团的意志。
我不禁好奇,在这蓝海的筛子之下,是否还有更下层的世界。大概只有真的掉下去的人才会知道。倘若那样的事情真的发生了,他只能在陌生的空间里独自挣扎,死在那里的海雾里也说不定。
马特和莫妮卡回来了,安吉尔立刻起身往船上走,似乎没有一点留念。从林子里回来的两个人一起拖着胀得鼓鼓的破麻袋,都直直地盯着前方。我站在原地看着,不知道为什么没有动。他们以同样的步伐从我身边走过,我跟在后面,透过袋子的破洞看到里面的罐头。
那林子里一定有人,至于他为什么不跟马特一起走,我想我有答案。
请按如下方式引用此页:
“海葬”,作者 Eltrac,来自后室中文维基。原文链接:http://backrooms-wiki-cn.wikidot.com/deep-six。遵循 CC BY-SA 3.0 协议。
更多授权相关信息,请查阅授权指导。