/** * 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; }
|
Table of Contents
|
1 关于标签
1.1 什么是标签?
我们给此维基的页面添加的一系列关键词,就称作“标签”。这些关键词可以让你方便地去查找包含相似元素的页面。
1.2 标签的位置
向下滚动至任意页面底部,你可以看见一条小分割线,下方有一系列蓝色小字体的词组1。这些就是标签。你可以点击其中任意一个,查看包含该标签的所有页面。如果没有,很可能此页还未添加标签。
1.3 添加标签
1.3.1 为原创作品添加标签
为原创作品添加标签根据本指导的要求和规范进行。如果作者确定自己熟悉标签添加的方式和办法,可以自行为其页面添加所有适用标签。否则,作者应当将自己的页面标签完全留空。
1.3.2 如何为页面添加标签
为页面添加标签的具体步骤如下。
- 向下滚动至页面底端,点击标签Tags;
- 在文本框内输入正确的标签,以空格分隔;
- 点击保存标签Save Tags。
请特别注意,为了便于网站管理,本维基的标签都以简体字呈现,请使用繁体字的用户注意转换。
1.4 标签的管理
不当添加标签的行为包括:
- 非职员任意删改基础页面标签
- 非职员移除/使用标记为职员专用的标签
这些行为将视具体情况被职员提醒,或应用警告及以上处分。
2 标签列表
你可以通过标签云来查询已有的标签。仅限职员使用的标签将会以不同的颜色表记。这些标签仅能由职员使用,或者根据该标签后面的说明在职员指导下添加。
2.1 基础页面标签
基础页面类型标签标志着页面的一般类型或格式。任何页面都将符合且仅能符合这些标签中的一个。包含虚拟作品work of fiction和其他文艺作品的页面。
- 层级(level)- 后室中各种分割开来的独立空间,是整个后室最基础的写作对象,包括普通层级、隐秘层级、子层级和搞笑层级等。
- 实体(entity)- 来源于后室而非现实的各类生物,包括普通实体、隐秘实体和搞笑实体等。
- 物品(object)- 在后室中被使用的各种独特用具和饮食,包括普通物品、隐秘物品和搞笑物品等。
- 现象(phenomenon)- 在后室中发现的各种独特的情形和事件,包括普通现象、隐秘现象和搞笑现象等。
- 相关人士(person-of-interest)- 在后室中被人们认识到的,或起源于后室或从外部定居于后室的独特人士。
- 房间(room)- 属于某个层级的小型独立空间。
- 故事(tale)- 任何具有文学作品的性质,但又不适用于以上任何一个标签的页面。
- 艺术作品 - 包含与整个后室或后室的某一个/一些页面有关的艺术创作,绘画、音乐、摄影等。
- 补充材料 - 需要来自其父页面的上下文背景才能够理解,且其父页面作者认定系完全附属的各种页面。特别地,如果仅仅是基于某篇文章的设定创作出来的独立文章,却不算是附属的产物,则算不上是补充材料。简而言之,必须本身就是其父页面的一个组成部分,才能称为并标记为补充材料。
让网站成员展出自己作品的页面。
- 作者页(author-page)- 符合条件的网站作者展出其作品列表,并添加任何不违反站规的其想展出的东西的页面。每名作者只能有一个作者页。
- 艺术集 - 类似艺术作品,但更多是一种同主题艺术作品的综合展出页面,具备“画廊”“音乐会”“摄影展”等性质。未经职员许可的情况下,每名艺术家只能有一个艺术集页。
2.2 页面水印标签
页面水印标签是一系列“水印式”的东西,用来给页面打上一系列标记其额外的重要性质的标签。多个水印可以并存。
将页面归类至某一个功能性的大范围的水印类标签。
标记页面指导或运作行为性质
标记页面的“官方”属性:
规范某些若不加以适当标记,则可能引起访问便捷度或成员身心健康问题的页面:
- 成人内容 - 此页面包含不适合未成年人阅读的内容,仅供18周岁以上的网站成员选择性浏览。需与adult:同时使用。
- jumpscare - 此页面包含有“跳杀”内容,可能惊吓读者,对这些内容敏感的读者应当谨慎阅读。含有jumpscare内容的页面强制使用此标签,并会自动在页面开头呈现警告模块。
标记页面的活跃状态:
- 已归档(archived)- 由于已被取代、被废弃或不活跃而被归档的页面。这些页面亦应被移动至archived:分类中,令其锁定编辑。
- 保留页面(trimmed)- 用于存放质量低于写作标准的文章。
- 待重写(to-rewrite)- 用于存放质量低于写作标准,但有非作者申请重写的文章。
标记作品创作者性质
- 合作(collaborative)- 对成员添加内容保持开放的页面,但职员和原作者保留移除低质量或不当内容的权利。
- 合著(co-authored)- 由两名或以上的作者共同创作完成的作品,需在归属资料中注明。
- 搬运 - 用于标记从其他网站2引入,或基于其他网站内容修改而成的页面。
将作品归类至某一个写作性的大范围的水印类标签,以下标签可供参考。
- 隐秘系列 - 标记有此标签的页面并没有在常规列表中取得其编号,但仍属于层级、实体、物品、现象之一,需和这些标签之一合用且不得和任何其他基础页面类型标签合用。
- 子层级(sub-level)- 位于子区集且不属于房间的层级,需和层级并用。
- 解密 - 用于用户对网站作品进行解释与阐述观点的页面,需和议论并用。
- 访谈 - 用于通过对话形式呈现创作者/用户想法或观点的页面,需和议论并用。注意不适用于含有访谈的虚构作品页面。
- 资讯 - 用于页面中含有新闻、大事记等内容的页面,需和议论并用。
- 搞笑(joke-entry) - 被认为是“搞笑”或明显为“世界观外”的页面。参见搞笑条目以查看搞笑页面的更多信息。
写作风格水印是将作品归类至某一个风格性的大范围的水印类标签,以下标签可供参考。
标记页面的写作分类
页面只要具有这种要素,即可打上对应标签:
- meta - 通俗地说“打破了第四面墙”,和正在阅读这篇作品的读者有关并将这种交互作为作品的一个重要要素的页面。
- crossover - 描述“交互世界”的原创作品页面,更详细的定义与介绍请见中心页。
- 反转 - 页面被认为包含了出乎意料的结局或尾声,或者具有反转的中间情节,例如所谓的宜居欺诈。
- 诗歌(poetry)- 页面具有诗歌的形式,现代诗或古诗等均可。
- 格式错乱(format-screw)- 明显为非正常格式的页面,此些格式错乱页面通常并非世界观内的“文章创作视角”所愿。
页面必须要以这种体裁作成,方可打上对应标签:
- 科幻 - 页面是某种可归为科幻小说的体裁,内容关联科学或科技畅想。
标记页面的写作流派
页面的情节特征:
- 喜剧(comedy)- 适用于那些包含喜剧效果的页面。搞笑页面无需此标签。
- 悲剧(tragedy)- 适用于悲剧作品。
- 悲喜交加(bittersweet)- 适用于那些包含悲喜交加情节的页面。
- 动作(action)- 适用于那些包含动作或冒险情节的页面。
- 浪漫(romance)- 适用于那些有浪漫情节的作品。
- 积极(wholesome)- 适用于情节积极向上的作品。
页面的发展特征:
这也是一个特殊的类别,只用于层级和房间页面,来标记其生存难度类别。
一般生存难度标签
这些生存难度标签对采用生存难度分类系统的层级而言,需存在且只能存在一者。
- 生存难度?(sd-class-?)- 层级的生存难度尚未分出。注意这里的“?”是全角问号。
- 生存难度0(sd-class-0)- 层级的生存难度等级为0。
- 生存难度1(sd-class-1)- 层级的生存难度等级为1。
- 生存难度2(sd-class-2)- 层级的生存难度等级为2。
- 生存难度3(sd-class-3)- 层级的生存难度等级为3。
- 生存难度4(sd-class-4)- 层级的生存难度等级为4。
- 生存难度5(sd-class-5)- 层级的生存难度等级为5。
- 生存难度宜居(sd-class-habitable)- 层级的生存难度等级为宜居。
- 生存难度死区 (sd-class-deadzone)- 层级的生存难度等级为死区。
- 生存难度待定(sd-class-pending)- 层级的生存难度等级正在等待决议。
- 生存难度不适用 - 层级的生存难度为不适用,层级不能被探索或不复存在,不适用于其他生存难度分级。
- 生存难度终结 - 层级的生存难度等级为终结,层级含有敏感信息,向公众隐瞒。
- 生存难度其他(sd-class-other)- 层级的生存难度等级不属于以上生存难度分级中的任何一种。
生存难度补充标记标签
这些标签一般需要与基本标签同时使用,除非另有说明。
和生存难度水印类似,这也用于层级和房间页面,来标记其相对危险度类别。通常和生存难度冲突,除非确实应用了两种组件。若采用相对危险度分类系统,则此分类中的三种标签均需根据情况添加。
危险度
- 危险度1(危険度1)- 层级的危险度为1。
- 危险度2(危険度2)- 层级的危险度为2。
- 危险度3(危険度3)- 层级的危险度为3。
- 危险度4(危険度4)- 层级的危险度为4。
- 危险度5(危険度5)- 层级的危险度为5。
- 危险度不可用(危険度n-a)- 层级的危险度未定义。
空间可靠度
- 空间-稳定(空間-安定)- 层级的空间可靠度为稳定。
- 空间-不稳定(空間-不安定)- 层级的空间可靠度为不稳定。
- 空间-未知(空間-不明)- 层级的空间可靠度未知。在“信息等待提供”的情况下同样适用。
实体可靠度
这些标签具有特定的功能,有些更多地是一种“过程性”的标签。
可见标签
涉及各类页面的水印:
主要关于原创页面的水印:
- 重写中 - 用于标记重写指导中所述的情形2.1.1、2.1.3和2.1.5部分在重写过程中的页面。仅适用于原创作品。
- 精品(featured)- 用于标记被评定为精品原创作品的页面。
- 翻译精品 - 用于标记被评定为精品翻译作品的页面。
- 奖励精品 - 用于标记成员获得奖励性精品挑选资格后自主选取的精品页面。
- 竞赛优胜作品 - 用于标记在竞赛中取得优胜的作品页面。
页面隐藏水印
这些标签前面有一个短下划线(“_”),表示其在通常浏览时不显示出来,但是它们其实承载着某种重要功能。
- _image - 用于标记含有图片但未由职员验证是否符合本站授权指导的页面。鼓励任何人主动帮助职员添加此标签。翻译也应使用此标签。
- _cc - 用于标记由职员验证,包含图像且符合本站授权指导的页面。注意即使非常确定页面中的图像符合上述指导,也必须经过职员确认并由职员打上标签。
- _non-cc - 用于标记由职员验证,曾包含不符合本站授权使用指导的图像,但原图像现已被职员撤去的页面。页面图像更新后,可自行更换为_image标签等待职员再次审查。
- _源代码 - 职员对个别代码、组件、版式一类的页面使用或授权使用此标签以作特殊标记,普通成员一般不应使用。
- 职员豁免 - 职员对个别应低分删除的页面赋予职员豁免所使用的标记,表明这些页面与同类型页面不同,不遵循删除政策所明确的低分删除原则。
- _授权 - 用于标记正确使用了授权信息栏组件的页面。
2.3 特性标签
特性标签用来形容或者概述页面中描述的对象或讲述的内容具有何种特质,或者具体指明页面中描述的对象属于什么具体方面。特性标签适用的范围需根据每个栏目的说明确定,请特别注意。
以下标签用于归类层级和房间的特质。
层级/房间的基本性质
- 封闭性(interior) - 不论有限与否,整个层级/房间是一个封闭的空间。
- 开阔性(exterior) - 整个层级是一个开放空间,这种层级常常是某个室外环境。如果外部的“天空”或者别的室外环境特征是由某种手段模拟出来的,而层级的本质仍然是室内的封闭空间,则不适用此标签。一般不适用于房间。
- 无定性 - 无法判断层级/房间是否开放,其通常处在不断变化的状态下,难以辨明具体性质。
- 非线性 - 层级/房间的空间是非欧几里得的,其往往具有通常空间所不具有的性质,例如直线向前行走后莫名回到原点,或是无法遇见其他一同进入此层级的人类等类似性质。
- 水域(aquatic) - 层级/房间含有水域,且该水域在层级/房间中属于较为重要的特征;或者整个层级本身就是一个水域环境。
- 林地(forested) - 层级/房间含有林地,且该林地在层级/房间中属于较为重要的特征;或者整个层级本身就是一个林地。
- 洞穴(cavern) - 层级/房间含有岩洞、深井或者地下通道,且其在层级/房间中属于较为重要的特征;或者整个层级本身就是一个岩洞系统或者地下迷宫。
- 荒漠(desert) - 层级/房间含有荒漠,且其在层级/房间中属于较为重要的特征;或者整个层级本身就是一片荒漠。
- 原野(field) - 层级/房间含有原野,且其在层级/房间中属于较为重要的特征;或者整个层级本身就是一片原野。
- 太空 - 层级/房间含有虚空或者宇宙空间,且其该属于较为重要的特征;或者整个层级/房间就是虚空或者宇宙空间。
- 建筑 - 层级/房间是或类似一所具有一定功能的建筑,例如仓库、办公室、工厂、公寓楼等。
- 城镇(urban) - 层级是或类似一个城市或城镇,无论其实际规模是否符合一般意义上的城市或镇子。一般不适用于房间。
- 道路 (roadway)- 层级/房间的外观表现为小径,公路及高速路等等,以道路为主题,或是含有明显的道路特征。
- 昼夜变化 - 层级/房间中存在不同的昼夜区域,或存在昼夜的更替。
- 季节变化 - 层级/房间中存在不同的季节区域,或存在季节的变化。
- 时间异常 - 能够明确发现到层级/房间本身的时间流逝或存在形式不同于一般现实。
层级/房间的状态
- 降水 - 层级/房间存在大量或者一直处于降水的情形。此处降水泛指降雨、降雪和冰雹等各类天气现象,也包括其他液体。
- 雾霾 - 层级/房间存在或者一直具有阻碍视线的雾、霾或类似的弥漫物。
- 风暴 - 层级/房间存在或者一直处于风暴的情形。
- 低温 - 层级/房间的温度较低或者存在温度较低的区域。
- 高温 - 层级/房间的温度较高或者存在温度较高的区域。
- 劣化 - 层级/房间的自然环境、可居住性或物理结构等处于持续的劣化过程,使其逐渐向更差的方向发展。
层级的能力
以下标签用于归类实体的特质。
- 智能(sapient) - 实体具有至少相当于人类幼儿的智力,或者在个别领域展现至少相当于一般人类的智力。
- 敌意(hostile) - 实体具有针对人类的敌意,以至于其会对人类采取攻击行为,甚至以人类为食。食腐实体摄入人类尸体不适用此标签。
- 善意(friendly) - 实体对人类无敌意,且通过某种方式展现出对人类友好的态度。
- 中立(neutral) - 实体对人类没有明确的倾向与态度,或会因不同人类行为模式拥有善意和敌意。
- 伏击性 - 实体积极地通过某种方式自我隐藏,如采取保护色、夜行等,以此掩藏并伺机发起攻击行为。
- 隐蔽性 - 实体并未积极自我隐藏,但是因为具有拟态、特殊外形或特殊的捕食方式等而难以被察觉外形或行动。
- 群居 - 实体倾向于与多个同类实体共同居住和生存。
- 繁殖性 - 实体能够通过某种方式,借助克隆、孤体生殖或交配等手段繁殖,使此种实体数量增加或实体物种得以延续。通过迫使转换繁殖的不适用此标签。
- 共生 - 实体能够通过种间互助、互利共生或寄生等方式跨物种生存在一起。寄居在尸体上,或同种实体之间发生类似的联系而存在的则不适用。
- 腐生 - 实体能够使用、寄居、利用、操纵或依靠尸体。
- 迫使转换 - 实体有能力积极地或自发地将接触、摄入或以某种方式产生交集的人类转化成一个同类实体或其他非人形态。
以下标签用于归类物品的特质。
- 消耗品(consumable) - 物品是一种饮品、食品或消耗性的用品,在单次或有限次使用后逐渐减少至用尽。器具的磨损等不适用此标签。
- 精密器械 - 操作和使用物品时需要特别的技术,一般需具有某领域的专业知识或接受专门培训。仅仅是制作上较为精密的物品不适用此标签。
- 有害品 - 物品在某种方面对人类的安全、健康或精神等有危害。“弊大于利”的物品可以视情况适用此标签。
以下标签除非另有说明,否则对五种基本文档类型(层级、房间、实体、物品和现象,这些文档描述的对象统称为项目)均适用。
项目的起源、状态和性质
- 人类关联(manufactured) - 项目由人类(或其部分)发展而来或类似人类,或者是人类发明、制造、建设或组装的。
- 欺骗性(deceptive) - 项目以某种形式造成欺骗或误导。例如,一个假装另有所物的层级,或一个表面与其实质有别的现象。
- 中华 - 项目和中国传统文化有关,或者呈现了中国及中华文化圈中同中国有关的环境或要素。
- 随机性 - 项目有某种随机要素,和概率因素相关,或能够影响概率场。
- 数学 - 项目和数学或统计学相关,或其文档写作涉及艰深的数学或统计学内容。
- 艺术 - 项目和音乐、美术、摄影等人类艺术行为有关。
- 生化 - 项目和生物、化学或医学相关,或其文档写作涉及艰深的生物、化学或医学领域内容。
- 宗教 - 项目和某种人类已有的或作品中出现或提及的宗教相关,或者能造成宗教式的影响或信仰。
- 娱乐性 - 项目具有娱乐的功能或价值,能够或在适当的操作下能够给流浪者带来愉悦。
- 计算机 - 项目是一种类似手机、电脑、游戏机等数字设备的科技产品,主要以计算和运作程序为功能的技术装置,或在其上使用的软件。其他与之有关联的项目也可适用。
- 毒性 - 项目有毒,或能产生有毒的物质,或和毒性有关。
- 神性 - 项目具有超凡的能力,以至于其能够被认定为是神或类似的存在;或项目和上述存在强关联。和宗教性不是同一概念。
- 孤例 - 项目仅此一个或一例。不适用于层级和房间。
- 植物关联 - 项目源自或类似某种植物(或其部分)。不适用于层级和房间。
- 动物关联 - 实体源自或类似某种人类以外的动物(或其部分)。不适用于层级和房间。
- 矿物关联 - 项目源自或类似某种天然形成的岩石、矿物或晶体,且未经明显的人为加工。不适用于层级和房间。
- 轨道交通 - 项目是轨道交通载具或建筑,如火车(站)、地铁(站)、高铁(站)、磁悬浮列车、铁路道口、地铁车辆段、火车票、列车模型等。其他与之有关联的项目也可适用。
- 低维 - 项目以少于三个维度的形式存在,例如二维的平面层级、物品、实体等。
- 模因 - 该项目是模因媒介,或拥有模因传播的特性。
- 燃火 - 项目正在燃烧或可以引发燃烧,或以燃烧为主要特征。
项目的能力和影响
- 述记影响 - 项目会对试图描述、形容、记载或记叙其的文字、语言、图片和(或)音频等造成影响,使其不能正常地发挥这些功能。项目文档因为非此项目的因素而格式错乱的则不适用此标签。
- 精神影响 - 项目能够影响人类(和实体)的精神,例如导致其成瘾、记忆缺失和认识扭曲等。
- 感官影响 - 项目能够影响人类的视觉、听觉、嗅觉、味觉和触觉等身体感觉。
- 形态变换 - 项目能够(异常地)使得其他项目或人类的外形发生改变。被迫使转换覆盖。
- 思想感知 - 项目能够感知人类的思想或读取人类的记忆。
- 前厅映像 - 项目能够反映或呈现前厅的某些情状。
- 现实扭曲 - 项目能够改变现实呈现的状貌,或使得基础的事物运作规律发生扭曲甚至根本变化。
- 实体侵害 - 项目能够自发地聚集有害实体,或者聚集实体且赋予其有害的性质。本身是群居、共生、繁殖性等的实体则不适用此标签。聚集的实体如果是某种病原体之类,则只使用疾病侵扰。
- 疾病侵扰 - 项目能够通过某种方式导致人类患病,或项目本身是某种疾病或病原体。除非具有更多生物学或化学因素,否则一般不必再和生化一同使用。
- 传送 - 项目能够自身进行传送,或连带、导致或促使人类或其他项目传送。导致切入、切出行为也适用。
- 返乡可能 - 项目被证实、传言或推断(可能)具有使人回到前厅的能力。

