/* 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); }
实体编号:C-369
栖息地:
迷途者多数居住于被它们称作黄金乡的层级,即Level C-466之中。在该层级之外,迷途者约有十五组共计一百五十人的个体于不同的人类聚居地设立据点,但报告中显示它们极少探索据点以外的层级。
描述:
迷途者是居住于后室内的智慧生命,它们知晓绝大多数后室实体的语言并可与这些种族进行交流,但其所述内容十分简短,且往往不具有情感变化。
行为:
在黄金乡内,迷途者表现出与人类相似的生活习惯,其中包括饮食与睡眠的行为。当层级内的光照强度足够高时,迷途者会在层级内活动,进行对于层级结构的建设,完善,反之则迷途者会进行长时间的无意义走动或盘腿坐于某处。
迷途者内部实行集群制,每个集群中包含五名迷途者。我们并不能从其外观上判断迷途者所属集群,但所有迷途者的信息被统一存录于被称作「伪神」的特殊个体集群中。
迷途者不存在任何由生物体本身直接繁衍后代的行为。迷途者经过每三百个层级日,会对未来发生的事物进行一次「推演」。这样的推演依赖于黄金乡内一种圆球状物体,它被证明能够作用于存在后室内的任何实体与大部分层级。迷途者通过该结果,测算所需的新个体并依此数量对后代细胞进行培育。
自报告而言,迷途者有时并非会选择培育后代。当所「推演」的结果中某个体对于黄金乡或后室整体产生严重的负面影响,迷途者会停止对于后代实体的培育,并将该个体所在的集群一并销毁,并提取保存其身体细胞。
迷途者的一切行为均需按照某种既定的轨迹执行,这样的轨迹均来自于「推演」。每当「推演」结束,迷途者会收到由「伪神」向其传输的行为轨迹,每位迷途者在其三百个层级日之内,仅允许存在不超过五次的略微偏离该轨迹的行为。若迷途者多次偏离轨迹,或产生一次严重偏离该轨迹的行为,则会受到追捕并被一种科技类虫型物品植入其大脑,该物品会孤立其原有意识,并代替迷途者的原有意识,按照修正后的轨迹生活,这样的「孤立」一般持续约九百个层级日。
迷途者对于躯体的存在表现出反感与不满的情绪。在迷途者的认知中,其精神不应被肉体所束缚,因此迷途者几乎放弃了农业,纺织业,武器等技术的发展,但其对于网络技术方面拥有远超人类的水平。迷途者所掌握的技术能够轻易地骇入,修改任何人类已知的网站或信息系统。
迷途者拥有特殊的数据库存在,但该数据库并不对其他实体开放,目前也没有除此以外的实体成功读取其中数据的案例,迷途者依此搭建了其所独属的「虚拟宇宙」,任何迷途者均向往将意识上传至「虚拟宇宙」,并接入数据库。
数据报告 2562/6/22 天道
电子羊增量:26
异常信息(已消失):3条
……
死亡迷途者:5人
……
【自我检测 二十六】
未发现异常数据
污染指数:千分之七十二
宇宙污染:十万分之一
建议于369年后,进行数据重启。更换电子羊批次。
结束。
在迷途者的认知中,该数据库内包含了对于世界上过去,未来的影像,接入数据库即代表进入了最完整的世界。在虚拟宇宙中,迷途者能够随意进入任何的坐标与时间点,并修改它们,一切的时间悖论也将由「虚拟宇宙」进行调和,不会导致世界的崩塌与错乱。
尽管无法验证「虚拟宇宙」内部的真实性,但该系统记载了迷途者对于层级作出的贡献多少与情感冗余的数值。任何迷途者在行为中产生的正面/负面情感均会被其所佩戴的面具抹除,并上传至「虚拟宇宙」的系统中,而通过「虚拟宇宙」记录的贡献值,当其被认定为达到某个额定数字后,该迷途者会被判定为拥有进入「虚拟宇宙」的资格。迷途者所佩戴的面具能够以五秒一次的频率,为迷途者备份已有的记忆数据,若该实体死亡,并被判定为能够进入「虚拟宇宙」时,其躯体将崩毁且意识自动上传至「虚拟宇宙」搭建的世界中。
血肉苦痛。我们在长久的进化中意识到了这点。我们的意识,自诞生开始,就已经被囚禁于记忆与遗忘的监牢中。随着年龄的增加,我们几乎遗忘了所有。肉体凡胎无法良好的承载我们的意识,但抛弃它,要么沦为与钢铁同生共死的怪物,要么通过基因改造,彻底遗弃DNA留在我们血里的文字。我们不愿选择任何一种,因此才出现了虚拟宇宙的计划,通过这种方式,既没有亵渎原有的肉体,亦达到灵魂的僭越。起初,我们受到了反对,质疑,不过渐渐地,在“推演”的帮助下,我们清理了那些阳奉阴违的人,我们在多元化的可视未来中,选择了对族群最为有利的那一项。科技高速发展,无机物被我们装上了电子屏,一切都正在掌握之中。
人类,我相信你正在查阅这条记录,请相信上述文字,并不要干涉我们的任何进化。无知的电子羊因为变数与错误增加,但如果我们之间保持现状,迷途者愿意将人类奉为座上宾,在我们进化完成之时,人类,我可以保证,是下一位进入「虚拟宇宙」的族群。
生物学特征:
迷途者拥有与人类相似的外观,但脸上永远佩戴面具并穿着纯色的兜帽长袍,其对于光照强度具有高敏感性且与其表现出的行为模式直接联系。迷途者的饮食仅为保持起身体机能的正常运作,同时因其味觉被抹除的原因,并不能对于食物的特质进行甄别。
-
- _
403 forbidden
-
- _
403 forbidden
-
- _
【数据更新 2855/2/31 位置读取错误,无法显示ip】
存在于「虚拟宇宙」中的迷途者并非不会死亡。迷途者以后室内的六个原生层级为蓝本,在对其做出一定程度上的改造后,将这六座层级输入进「虚拟宇宙」并将其命名为“六道轮回”。当迷途者进入「虚拟宇宙」后,会自动与“六道轮回”系统进行绑定。当其死于「虚拟宇宙」之中,该意识将进行“转生”,进入被复刻的这六座层级之中并被其决定在下一次生命内的物种形式,而少数掌握“秘钥”的迷途者可自行控制转生的方向。在上三道与下三道之间,被另行建起巨大的屏障,轮回只是一个谎言,而我们这些数据化的“肮脏”,却已经再也没有选择的权利。-
- _
【数据更新中……】
一声,两声。
蒸汽轰鸣。
巨大的烟尘笼罩了防火墙。
无数人跪拜着,向着一尊二十世纪末的电脑。
电脑的屏幕闪烁三下,最终定格在白色的空无,如同群星的眼眸。
远处的高楼顶部旋转,伸出银灰色的管道。
废料被注入地下,最终流入浩瀚的深空。
金色岩石上的电子屏显示着混乱的字样。
从没有人在意这里,因为下层不是神的庙堂。
在生命的“进化”之中,我们这些异类,选择了退化。
尽管如此,我们无法抛弃文明在我们身上留下的痕迹。
当我们出生时,器官就已经不属于我们自己。
如你所见,上三道不愿意选择与机械同生共死。
所以我们只是被替换的器官。
老旧的机械心肺尖叫着,发出嘶鸣。
废气从我们的五官里排出,汇入天空。
我们走出防火墙,看着墙外的人。
它隔绝着「虚拟宇宙」与黄金乡的屏障。
外面的人趋之若鹜,而里面的人早已苦不堪言。
我们尝试过翻越矗立于「人间道」边境的那座人造防火墙。
但是那几乎不现实,迷途者的网络技术,在后室很少有能够与之匹敌的对手。
没有任何实体种族能够帮助我们。
而我们,只是任人宰割的电子羊,永远如此。
我呐喊着,向着街上麻木的人,带着面具的人。
人群抬头,但面具发出绿光,他们又沉寂下去。
我们早就摘下面具,但面具之下,是腐烂的面目,狰狞又扭曲。
三秒,计时器开始了倒计时。
红色填满了我的视线,我再也看不清世界。
再次醒来,我已带上智慧的镣铐。
我被剥夺了思想,而这,只是一份早早写完的备忘录。
我再看它时,必然波澜不惊。
我们失去反抗的权利,我们选择进化的歧路。
因而,我们是,迷途者。
« Entity C-368 | Entity C-369 | Entity C-370 »