/* 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; }
/* 2024 Theme [2024 Wikidot Theme] by Ambersight For 2024 Archipelago */ @import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css'); @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @keyframes collapsible-arrow-spin { from { transform: rotate(0deg); } to { transform: rotate(-90deg); } } @keyframes collapsible-arrow-spin-back { from { transform: rotate(-90deg); } to { transform: rotate(0deg); } } @keyframes collapsible-arrow-spin-2 { from { transform: rotate(0deg); } to { transform: rotate(90deg); } } @keyframes collapsible-arrow-spin-back-2 { from { transform: rotate(90deg); } to { transform: rotate(0deg); } } /* ROOT */ :root { --2024_red: 212, 39, 39; --2024_gray: 255, 237, 221; --2024_black: 39, 36, 36; --2024_white: 255,255,238; --2024_purple: 96, 39, 212; --2024_link: 251, 40, 54; --2024_visited-link: 210, 12, 12; --2024_hover-link: var(--2024_visited-link); --2024_dead-link: 251, 163, 31; --2024_alt-link: var(--2024_black); --2024_alt-visited-link: 0, 0, 0; --2024_alt-hover-link: var(--2024_alt-link); --2024_alt-dead-link: 255, 202, 45; --2024_alt-link-2: 210, 12, 12; --2024_alt-visited-link-2: 156, 8, 8; --2024_alt-hover-link-2: 210, 12, 12; --2024_alt-dead-link-2: 221, 102, 17; --2024_pattern: url('http://ye-zhi-d.wikidot.com/local--files/start/theme2024pattern.png'); --logo-image: url(http://backrooms-oversight-cn.wikidot.com/local--files/posts/CN-logo-alt-white.png); --header-title: "2024"; --header-subtitle: "The Backrooms"; --mono-font: 'JetBrains Mono', Recursive, "Noto Serif SC", "Noto Serif TC", "宋体", "SimSun", "Microsoft YaHei UI", "微软雅黑", "Microsoft JhengHei UI", "Microsoft JhengHei", "Courier New", Courier, monospace, STXihei, "华文细黑"; --white-monochrome: var(--2024_black); --pale-gray-monochrome: var(--2024_red); --very-light-gray-monochrome: var(--2024_black); --light-gray-monochrome: var(--2024_red); --gray-monochrome: var(--2024_gray); --dark-gray-monochrome: var(--2024_gray); --black-monochrome: var(--2024_white); --bright-accent: var(--2024_red); --medium-accent: var(--2024_red); --dark-accent: var(--2024_gray); --alt-accent: var(--2024_dead-link); --link-color: var(--2024_link); --hover-link-color: var(--2024_hover-link); --visited-link-color: var(--2024_visited-link); --rating-module-button-cancel-color: var(--2024_gray); --header-height-on-desktop: 19.5rem; --header-height-on-mobile: 19.5rem; --header-h1-font-size: calc(var(--base-font-size)*5); --header-h2-font-size: calc(var(--base-font-size)*2); --topbar-height-on-desktop: 2.35rem; --body-width-on-desktop: 61.25rem; --toggle-border-color: rgb(var(--2024_red)); --toggle-icon-color: rgb(var(--2024_red)); --modal-header-bg: var(--2024_red); --modal-header-txt: var(--2024_white); --base-font-size: max(0.8125rem, min(2vw, 0.9375rem)); --sidebar-width-on-mobile: calc(var(--base-font-size) * (14 / 15) * 19); } /* HEADER */ #header { --swatch-headerh1-color: var(--2024_white); --swatch-headerh2-color: var(--2024_white); } #header::before { background-size: auto 12rem; background-position: center top; opacity: 1; } #header h1, #header h1 a { top: 0; } #header h1 span, #header h2 span { font-size: 0; } #header h1 a::before { display: block; position: absolute; top: 14rem; } #header h2, #header h2 span, #header h2 span::before { top: 5.5rem; } #header h2 span::before { font-size: var(--header-h2-font-size); } #header h1 a::before, #header h2 span::before { --wght: 400; --text-shadow: none; font-family: 'Archivo Black', var(--title-font); } #extrac-div-1 { position: absolute; top: 0; right: 0; width: 100%; height: var(--header-height-on-desktop); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } #skrollr-body { background: none; } /* TOP BAR */ #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { --wght: 700; } #top-bar div.mobile-top-bar > ul > li > ul > li > a:hover, #top-bar div.top-bar > ul > li > ul > li > a:hover { color: rgb(var(--2024_white)); background: rgb(var(--2024_red)); } /* SIDE BAR */ #main-content::before { background: rgba(var(--2024_black), .5) 1px 1px repeat; } #side-bar { scrollbar-color: rgb(var(--2024_red)) rgb(var(--2024_black)); } #side-bar .side-block.media { background-color: rgb(var(--2024_red)) !important; background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } #side-bar .side-block.media a { overflow: hidden; } #side-bar .side-block.media a img { position: relative; transform: translateX(-80px); filter: drop-shadow(rgb(var(--2024_white)) 80px 0); } #side-bar div.side-block { border: none; } #side-bar .side-block .heading { background: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); } #side-bar .heading p, #side-bar #side-bar .side-block > .collapsible-block .collapsible-block-link { --text-shadow: none; } #side-bar div.menu-item a:hover { background-color: rgb(var(--2024_red)); color: rgb(var(--2024_gray)); } #side-bar .side-block > .collapsible-block a.collapsible-block-link { padding-right: 0; font-size: var(--base-font-size); } #side-bar .side-block > .collapsible-block a.collapsible-block-link:after, #side-bar div.menu-item a.collapsible-block-link:after { transform: none; content: "▼"; position: static; background: none; width: auto; filter: none; } /* CONTENT */ #container { background-image: none; } #main-content :is(h1, h2, h3, h4, h5, h6, blockquote, div.blockquote, div.lightblock, div.darkblock, div.styled-quote, div.dark-styled-quote, hr, div.collapsible-block, table.wiki-content-table, .yui-navset-top, div.code, table, div.paperblock, div.darkerblock, div.darker-styled-quote) { margin-top: var(--base-font-size); margin-bottom: var(--base-font-size); } #main-content :is(blockquote, div.blockquote, div.lightblock, div.darkblock, div.styled-quote, div.dark-styled-quote, code, div.code, div.scp-image-block) { box-shadow: none; } #page-title { --wght: 700; display: flex; align-items: center; min-height: 1em; margin: .5em 0 1em; padding: 0; border: none; color: rgb(var(--swatch-text-general)); font-weight: var(--wght); font-size: 2em; line-height: 1; font-family: var(--title-font); font-variant-ligatures: common-ligatures contextual discretionary-ligatures; text-align: left; } #page-title::after, #page-title::before{ content: ""; flex-grow: 1; height: 0.0625rem; margin: auto auto auto 1.25rem; background: rgb(var(--swatch-primary)); } #page-title::before{ margin: auto 1.25rem auto auto; } .yui-navset .yui-nav { transition: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; color: rgb(var(--2024_white)); transition: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgb(var(--2024_gray)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; color: rgb(var(--2024_black)); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--2024_black)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; color: rgb(var(--2024_white)) !important; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { background-color: rgb(var(--2024_black)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; padding: 1px 1em; } .footnotes-footer { background-color: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); } hr { height: 0px; border-top: 1px solid rgba(var(--2024_gray), .4); } #toc { margin: 0; background-color:rgb(var(--2024_gray)); color: rgb(var(--2024_black)); border: none; } table { border-spacing: 0; } .scp-image-block { border: none; } .scp-image-block .scp-image-caption { border: none; background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } table.wiki-content-table th { --wght: 700; color: rgb(var(--2024_white)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } table.wiki-content-table td { color: rgb(var(--2024_black)); background: rgb(var(--2024_white)); } table.wiki-content-table td, table.wiki-content-table th, table.wiki-content-table tr { border: 0.2rem solid rgba(var(--2024_red), 0.6) !important; } div.rate-box-with-credit-button div.page-rate-widget-box .rate-points, div.page-rate-widget-box .rate-points { font-size: 0.8em; align-items: center; } div.rate-box-with-credit-button div.page-rate-widget-box .rate-points .number, div.page-rate-widget-box .rate-points .number { --wght: 400; font-size: 1.3em; } ul { list-style-type: disc; padding-inline-start: 20px; } ol { padding-inline-start: 20px; } a.collapsible-block-link { display: block; background-color: rgb(var(--2024_black)); text-align: center; color: rgb(var(--2024_white)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; padding: 0.3em 0.5em; --wght: 700; font-size: 1.2em; text-decoration: none !important; transition: background-color 300ms; } a.collapsible-block-link:hover { color: rgb(var(--2024_white)); background-color: rgb(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } .collapsible-block-folded a.collapsible-block-link::before, .collapsible-block-unfolded-link a.collapsible-block-link::before, .collapsible-block-folded a.collapsible-block-link::after, .collapsible-block-unfolded-link a.collapsible-block-link::after { margin: 0 0.5em; content: "▼"; display: inline-block; } .collapsible-block-folded a.collapsible-block-link::before { animation-name: collapsible-arrow-spin; } .collapsible-block-unfolded-link a.collapsible-block-link::before { animation-name: collapsible-arrow-spin-back; } .collapsible-block-folded a.collapsible-block-link::after { animation-name: collapsible-arrow-spin-2; } .collapsible-block-unfolded-link a.collapsible-block-link::after { animation-name: collapsible-arrow-spin-back-2; } .collapsible-block-folded a.collapsible-block-link::before, .collapsible-block-unfolded-link a.collapsible-block-link::before, .collapsible-block-folded a.collapsible-block-link::after, .collapsible-block-unfolded-link a.collapsible-block-link::after { animation-duration: 300ms; animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32, .38, .39, .94); animation-fill-mode: forwards; } .collapsible-block-content { background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; background-color: rgb(var(--2024_black)); padding: 1px 1rem; color: rgb(var(--2024_white)); } .sponsor table { width: 100%; color: rgb(var(--2024_black)); } .sponsor table { border-top: 0.2rem solid rgba(var(--2024_red), 0.6) !important; border-bottom: 0.2rem solid rgba(var(--2024_red), 0.6) !important; } .sponsor table tr { display: grid; grid-template-areas: 'name con' 'name req' 'name rew'; grid-template-columns: 7.5em auto; border-top: none !important; border-bottom: 0.3rem transparent solid !important; } .sponsor table tr:nth-last-child(1) { border-bottom-width: 0 !important; } .sponsor table tr td:nth-child(1) { grid-area: con; border-right: none !important; border-top: none !important; } .sponsor table tr td:nth-child(1)::before { --wght: 700; content: "赞助用户:" } .sponsor table tr td:nth-child(2) { --alt-accent: var(--2024_alt-dead-link); --link-color: var(--2024_alt-link); --hover-link-color: var(--2024_alt-hover-link); --visited-link-color: var(--2024_alt-visited-link); --wght: 700; white-space: normal; grid-area:name; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; color: rgb(var(--2024_white)); background-color: rgb(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; text-align: center; } .sponsor table tr td:nth-child(3) { grid-area: req; border-right: none !important; border-top: none !important; } .sponsor table tr td:nth-child(3)::before { --wght: 700; content: "成就条件:" } .sponsor table tr td:nth-child(4) { grid-area: rew; border-right: none !important; border-top: none !important; border-bottom: none !important; } .sponsor table tr td:nth-child(4)::before { --wght: 700; content: "青睐奖励:" } #main-content [id*=u-credit] div.modalbox { background: rgb(var(--2024_black)) !important;; color: rgb(var(--2024_gray)); } #main-content [id*=u-credit] div.modalbox > div:first-of-type { background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } #main-content [id*=u-credit] div.modalcontainer div:nth-child(1) > h2 { margin-top: 0; margin-bottom: 0; } #main-content [id*=u-credit] .credit.first { display: block; } #main-content [id*=u-credit] div.modalbox > hr { margin: 0; height: 0; border: none; } #main-content [id*=u-credit] .credit.first p { margin: 1em 0; padding: 0; } #main-content [id*=u-credit] div.creditBottomRate { margin: 0 0 1em; padding: 1rem 0 0; box-shadow: none; } #page-content .licensebox a.collapsible-block-link { margin-left: 0; opacity: 1; color: rgba(var(--2024_white), 0.5); transition: background-color 300ms; } #page-content .licensebox a.collapsible-block-link:hover { color: rgba(var(--2024_white), 1); } /* DIV */ .darkblock a, .dark-styled-quote a { color: rgb(var(--link-color)); } .darkblock a:visited, .dark-styled-quote a:visited { color: rgb(var(--visited-link-color)); } .darkblock a:hover, .dark-styled-quote a:hover { color: rgb(var(--hover-link-color)); } .darkblock a.newpage, .dark-styled-quote a.newpage { color: rgb(var(--newpage-color)); } blockquote, div.blockquote { --alt-accent: var(--2024_alt-dead-link); --link-color: var(--2024_alt-link); --hover-link-color: var(--2024_alt-hover-link); --visited-link-color: var(--2024_alt-visited-link); background: rgb(var(--2024_red)); color: rgb(var(--2024_white)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; border: 2px solid rgba(var(--2024_white), .6); } div.lightblock { --alt-accent: var(--2024_alt-dead-link-2); --link-color: var(--2024_alt-link-2); --hover-link-color: var(--2024_alt-hover-link-2); --visited-link-color: var(--2024_alt-visited-link-2); margin-left: 0; background: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); } div.paperblock { padding: 0.1rem 1rem; background: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23bbbbbb' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-repeat: repeat; } div.darkblock { --alt-accent: var(--2024_alt-dead-link); --link-color: var(--2024_alt-link); --hover-link-color: var(--2024_alt-hover-link); --visited-link-color: var(--2024_alt-visited-link); margin-left: 0; background: rgb(var(--2024_red)); color: rgb(var(--2024_white)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } div.darkerblock { background: rgb(var(--2024_black)); color: rgb(var(--2024_gray)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; padding: 0.1rem 1rem; } div.styled-quote { --alt-accent: var(--2024_alt-dead-link-2); --link-color: var(--2024_alt-link-2); --hover-link-color: var(--2024_alt-hover-link-2); --visited-link-color: var(--2024_alt-visited-link-2); margin-left: 0; background: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); border-color: rgb(var(--2024_red)); } div.dark-styled-quote { --alt-accent: var(--2024_alt-dead-link); --link-color: var(--2024_alt-link); --hover-link-color: var(--2024_alt-hover-link); --visited-link-color: var(--2024_alt-visited-link); margin-left: 0; background: rgb(var(--2024_red)); color: rgb(var(--2024_white)); border-color: rgb(var(--2024_gray)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } div.darker-styled-quote { padding: 0.1rem 1rem; background: rgb(var(--2024_black)); color: rgb(var(--2024_gray)); border-left: 0.5rem solid rgba(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } div.styled-quote hr, div.lightblock hr { background: rgba(var(--2024_black), .6); } blockquote hr div.blockquote hr, div.dark-styled-quote hr, div.darkblock hr { border-color: rgba(var(--2024_white), .8); } div.paperblock hr { --alt-accent: var(--2024_alt-dead-link-2); --link-color: var(--2024_alt-link-2); --hover-link-color: var(--2024_alt-hover-link-2); --visited-link-color: var(--2024_alt-visited-link-2); display: grid; height: 6px; background: rgba(var(--2024_red), .6); border: none; transform: skew(-15deg); border-radius: 3px 8px 10px 6px; } div.code { background: rgb(var(--2024_black)); color: rgb(var(--2024_white)); border: 0.2rem solid rgba(var(--2024_red), .6); } /* BUTTONS */ div#page-options-bottom > a, div#page-options-bottom-2 > a { background-color: rgb(var(--2024_red)); color: rgb(var(--2024_white)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; } div#page-options-bottom > a:focus-within, div#page-options-bottom-2 > a:focus-within { text-decoration: none; } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { border-color: rgb(var(--2024_black)); background-color: rgb(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; color: rgb(var(--2024_white)); } .owindow .button-bar a:hover, a.button:hover, button:hover, div.buttons input:hover, file:hover, input.button:hover { border-color: rgb(var(--2024_black)); background-color: rgb(var(--2024_gray)); color: rgb(var(--2024_black)); } /* PAGE TAGS */ #main-content .page-tags { border-top: 0.2rem solid rgb(var(--2024_red)); position: relative; margin-top: 2rem; } .page-tags:before { color: rgb(var(--2024_gray)); content: "TAGS"; font-weight: bold; font-size: 85%; background: rgb(var(--2024_red)); padding: 0.1rem 0.3rem; margin: 0; display: block; width: fit-content; position: absolute; bottom: 1.4rem; left: 0; } #main-content .page-tags span { border-top: none; padding-top: 3px; } .page-tags span a:nth-child(1) { margin-left: 0; } /* OTHERS */ ::selection { background: rgb(var(--2024_purple)); color: rgb(var(--2024_white)); } ::-moz-selection { background: rgb(var(--2024_purple)); color: rgb(var(--2024_white)); } #footer { white-space: nowrap; padding: 0.2rem; align-items: center; height: auto; font-size: calc(var(--base-font-size)*.75); } #footer .options { display: flex !important; flex-wrap: wrap; border: none; font-size: 0; padding-right: calc(var(--base-font-size)*.75*.4); } #footer .options a { font-size: calc(var(--base-font-size)*.75); box-shadow: .0625rem 0 0 0 rgb(var(--2024_red)); padding: 0.2em; padding-right: 0.4em; margin: 0.2em; } #license-area { background: rgb(var(--2024_red)); background-image: var(--2024_pattern); background-repeat: repeat; background-size: 80px auto; color: rgb(var(--2024_gray)); padding: 0.5em 0; } #license-area a { color: rgb(var(--2024_gray)); } .avatar-hover { display: none !important; } .printuser img.small { padding-right: 3px; } #page-info-break { height: 0.8rem; } #page-options-container { margin-bottom: 0.5em; display: grid; grid-template-areas: 'info watch' 'option1 option1' 'option2 option2'; max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #page-options-container #page-info { grid-area: info; text-align: left; margin: 0; padding: 0; font-size: 0.65rem; } #page-options-container .page-watch-options { grid-area: watch; margin: 0; padding: 0; font-size: 0.65rem; } #page-options-container #page-options-bottom { grid-area: option1; margin-top: 0.5rem; } #page-options-container #page-options-bottom-2 { grid-area: option2; } #page-options-container #page-options-bottom, #page-options-container #page-options-bottom-2 { width: 100%; } .hl-code, .hl-identifier, .hl-brackets { color: rgb(var(--2024_gray)); } .hl-string, .hl-special { color: rgb(96, 39, 212); } #who-rated-page-area > div > span[style*=color] { color: rgb(var(--2024_gray)) !important; } /* ICONS */ .infomark::before { content: "\f05a"; font-weight: 900; font-family: "Font Awesome 5 Free"; } /* MOBILE */ #license-area { bottom: 0; width: 100%; padding-top: 0.5em; } #top-bar div.mobile-top-bar { height: var(--topbar-height-on-mobile); } @media only screen and (max-width: 768px) { :root { --rating-module-height: 1.5em; } #content-wrap { margin: var(--topbar-height-on-mobile) auto 0; } #page-content { font-size: 0.95em; } #page-options-container { grid-template-areas: 'info info' 'watch watch' 'option1 option1' 'option2 option2'; } #page-options-container .page-watch-options { text-align: left; } .sponsor table tr { grid-template-columns: min-content auto; } .sponsor table tr td:nth-child(2) { white-space: normal; } .sponsor table tr td:nth-child(1)::before { content: "赞助用户" } .sponsor table tr td:nth-child(3)::before { content: "成就条件" } .sponsor table tr td:nth-child(4)::before { content: "青睐奖励" } .sponsor table tr td:nth-child(1)::before, .sponsor table tr td:nth-child(3)::before, .sponsor table tr td:nth-child(4)::before { display: block; } #license-area { padding: 0.8em 0; height: auto; } #license-area a { display: block; } }
世界并非供人赞颂和敬仰的废墟。但世界也并非为服从某一个意志而存在。它存在是因为它存在,无穷的叙述和叙述把各自分开。无所谓意义。无所谓身份。有的只是无尽的、拖曳的、消耗一切的整体存在。
长期接受对本页列出所有译文的意见和建议。
合译作品
- a-small-bundle-of-letters,与XannyWarhol合译。
- picture-this,(强行)与
ashausesall合译。
- SCP-6500,与hoah2333、XannyWarhol合译。
- serus,与Eximulator合译。
- scp-8988-j,与la kanro、
Lambda Core、Olicus合译。
- alt:scp9000contesthub,与la kanro、Olicus合译。
- Site-69实时监控影像,一切安然如常,与
azureactive、Olicus合译。
- Site-69 II:纵使如此,一切仍然如常,与
azureactive、Olicus合译。
- scp-9001,与
azureactive、hoah2333、Olicus合译。
- scp-8000,与Ambersight、Olicus合译。
SCP
0. SCP-6500
1. SCP-6000:因果报应
2. SCP-6000 - 万物皆亡,我亲爱的,这是事实
3. SCP-7000 - SCiP币
4. SCP-7000 - 永不凋落
5. SCP-7000 - 浮游生物!!!
6. SCP-7000 - 条条大路通罗马
7. SCP-7000 - 淹溺之地
8. SCP-7000 - 我最好的、最早的、最新的朋友
9. SCP-7000 - 再会,谢谢所有的鱼。
10. SCP-7000 - 最糟情景
11. SCP-7000 - 子弹地狱
12. SCP-7000 - 恐七症
13. Cimmerian博士的提案
14. SCP-073-KO
15. SCP-1019
16. SCP-148-CS
17. SCP-1973-RU-J
18. SCP-3071
19. SCP-3644
20. SCP-4518
21. SCP-5332
22. SCP-5392
23. SCP-5476
24. SCP-5486
25. SCP-5592
26. SCP-5620
27. SCP-5883
28. SCP-6056
29. SCP-6058
30. SCP-6089
31. SCP-6131
32. SCP-6179
33. SCP-618
34. SCP-6226
35. SCP-6238
36. SCP-6247
37. SCP-6263
38. SCP-6287
39. SCP-6294
40. SCP-6306
41. SCP-6371
42. SCP-6404
43. SCP-6416
44. SCP-6427
45. SCP-6433
46. SCP-⌘
47. SCP-6446
48. SCP-6499
49. SCP-6501
50. SCP-6537
51. SCP-6542
52. SCP-6543
53. SCP-6555
54. SCP-6572
55. SCP-6598
56. SCP-6689
57. SCP-6707
58. SCP-6751
59. SCP-6799
60. SCP-6816
61. SCP-6861
62. SCP-6870
63. SCP-6892
64. SCP-6929
65. SCP-6940
66. SCP-6948
67. SCP-6961
68. SCP-6982
69. SCP-6988
70. SCP-7076
71. SCP-7195
72. SCP-7220
73. SCP-7225
74. SCP-7270
75. SCP-7393
76. SCP-7699
77. SCP-7703
78. SCP-7803
79. SCP-7951
80. SCP-7991
81. SCP-8220
82. SCP-8260
83. SCP-8797
84. SCP-8889
85. SCP-PL-302
GoI
艺术作品
1. Raddagher的卡通基地第二部 机械舞
2. 世上第一只创建艺作页的海蛞蝓
3. SunnyClockwork的艺术作品 - 破碎之神教会与欲肉教
4. SunnyClockwork的艺术作品 - 外围与其他
5. Dodo的印刷厂
6. 一些(DODO)艺作
7. Luxaiko的彩纸屑
8. 🎂 SCP-173 重新设计合作:生日画廊 🎂
9. SCP-173 重新设计合作:画廊 6
10. SCP-173 重新设计合作:画廊 7
11. Felixou的缩略图
12. Dodo的工艺品角落
13. 初级设计师S. Yvonne的办公桌
14. Aethris的艺术作品
15. Drdobermann的艺术作品
16. Kikunai的艺作中心
17. 无限复杂
1. 奶中耶稣
2. 父像映画
3. 奶中耶稣II
4. 故事系列推荐归档
5. Azborn艺作页
6. DarkArtist的泥泞天空艺作
7. 地球新轨道会带来什么
8. MontagueETC的SCiPTEMBER 2022艺作
9. #WETTLE冠军
10. Fenmoth的艺作页
解密
1. 解密:SCP-5034 - 肉天使
2. 解密:SCP-4911 - 山丘
3. SCP-5000解密2:尽末了所毁灭的仇敌
4. 设定介绍:第三定律
5. 解密:SCP-5310 - 并联/整合/有机生物
6. 解密:SCP-6699 - 我们思维的块茎
7. SCP-6416 - 错位:解密
故事
1.《与黑暗相爱之人》
2.《尼尔斯·安德烈亚森的消失》
3.《SCP-3》
4.《Tim Wilson屠杀漫威宇宙!!!》
5.《投降》
6.《南瓜之谜》
7.《钓鱼议会》
8.《alex thorley梦着寿司》
9.《上班时间抽香烟》
10.《布兰克》
11.《非现实漂流者》
12.《演员表》
13.《溯忆之路》
14.《奶酪已复活》
15.《马蒂内效应》
16.《带货,吸睛,恰饭》
17.《要说我也不是多超形上学的人》
18.《我并未消亡》
19.《除了时间,什么也不要杀死》
20.《空洞》
21.《设想一下》
22.《闪光之物》
23.《你的幻想朋友》
24.《威尔逊野生动物领养画廊》
25.《孤独流浪者的终章》
26.《更好》
27.《占位符》
28.《我不知我名》
29.《KONDRAKI博士在思考时被剪碎》
30.《卑劣》
31.《如何安全召唤神明》
32.《完美》
33.《SCP-173,但是告诫中心页》
34.《海滩-第一部分》
35.《筋疲力竭。》
36.《Jonathon Berryman与流浪螺旋的怒意》
37.《Site-69 II:纵使如此,一切仍然如常》
图书馆
1. 我记不起我最初的想法
2. 雨一直下
3. 心碎之诗
4. 篡位者王座
5. 湖
6. 空中图腾
7. 金鱼草日落
8. 皮革沾满盐渍滴落着海藻的一卷孤独书册
9. 亡者皆不过是小憩(3232)
10. 图书馆配区二
11. Damnatio, In Memoriam
12. wanderers:nowhere-express
13. 图书馆大厅一
14. wanderers:sometimes
15. 纪念碑
16. 有的时候我
17. 把灯关上,我想在雾气中归家
18. 被放逐者之图书馆成员页
19. 标签指导
20. 森林死亡时,沼泽诞生
21. 21号中庭的即兴雷格泰姆
22. 圣诞季 中心
23. 太平洋夏季时间清晨六点
24. 我为何物
25. 推荐阅读列表
26. आखिरी सांस, सितारों के बीच
27. 图书馆标签中心
28. 潜入星光
作者页
1. gee0765的作者页
2. ROUNDERPAGE
3. Vivarium的简单作者页
4. Vivarium
5. 殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页)
6. 作者等级:Esoteric(a)
7. My Translations
8. JackalRelated的作者页
我帮忙更新过的几个作者页(大概会跟着维护):
被删除
1.《SCP-4518》
2.《SCP-8000 - 怀恋小夜曲》
其他
1. SCP-6458
2. SCP-6984
3. Privacy Policy
4. Language Redemption
5. Manage Site
6. Customize your theme
7. Thread
8. Recent Changes
9. List All Pages
10. Join This Site
11. Site Members
12. Page Tags
13. Page tags
14. Page categories
15. Search the site
16. Side
17. Topbar Menu
18. 格式随笔
19. LOFTER备份页
20. 不用点开讨论区的讨论区
21. Modules reference
22. Deadly Bread的作者信息页
23. 联动剧集
24. Avery Solace的Horizons角色页
25. Theme
26. 翻译吐槽版
27. 不知道能不能直接用呢
28. Image Block Base
29. 大扫除
30. 大概是一个更新的沙盒
31. 附件页
32. Start
33. 看论文
34. Spike的作者信息补充
35. All about Avery Solace
36. 合集:百合文们
37. 两个很羞耻的麦夏脑洞
38. 合集:大概是GoI拟的烂文/脑洞吧
39. Part 3. Horizons
40. Equipment Points记录
41. Part 4. 三十天安利总集篇
42. Hippo
43. SCP-5466的GIF图拆分
44. SCP-5251解码(伪)
45. 沙雕小说竞赛第二季(二日狂欢!)
46. 杂物间
47. 单曲:未命名
48. About
49. 单页讨论?
50. 最近讨论串(虽然我也不知道有啥用)
51. A Large Bundle of Problems
52. F.L.A.X.
53. 极简板式备份
54. 墨迹板式备份
55. 关于基金会奇奇怪怪的部与科
56. SCP-5513
57. fragment:scp-5647-1
58. fragment:scp-5647-2
59. fragment:scp-5647-3
60. Chapters 1-2.3
61. 我的自我代入角色!
62. 复制不一定翻1
63. 那么就是这个小建议了
64. Plague的作者页
65. SCP-5368
66. 值守43 中心
67. 鱼跃水出
68. Image Block Peppo
69. 推荐列表
70. 简远版式备份
71. #WhereTheFuckIsTheROUNDERHOUSE
72. 说“茄子”
73. 用户推荐清单
74. WILLIE WETTLE WASHED UP WHILE WALKING
75. 干啥啥不行做meme第一名
76. kanlunwen
77. Gray Tune Hub
78. SunnyParallax的图片元件
79. 白日梦
80. SCP-5939
81. fragment:scp-5939-1
82. fragment:scp-5939-2
83. 重生计划:循彼夙愿
84. 非纪律记录 - SketchyTh0ughts
85. Scp 6500 16-时间线
86. 是暖心和催泪的备份
87. Specifically Customized Progress-checking
88. 基金会入门指导中心
89. 牛奶救世主
90. 一个奇怪的表格
91. Vivarium的作者页
92. Marcelles_Raynes的作者页
93. 校对备份
94. SPC-6500-0
95. SPC-6500-1
96. SPC-6500-2
97. SPC-6500-3
98. SPC-6500-4
99. SPC-6500-5
100. SPC-6500-6
101. 紫罗兰山
102. 更大的鱼
103. 你的死亡已解释清楚
104. Out There in the Silence
105. 2022部门竞赛
106. 那要不我开个页面放一些低创fan art(?)吧
107. 只是创作人 中心
108. CTS版式备份
109. Site-7:间谍活动
110. Let the Sun Fade out and Another One Rise
111. Chapters 2.3-3.2
112. Exploring Translation Theories
113. 我也不知道这是啥
114. Chapters 3.3-3.9
115. 当前事件:JakdragonX & Ralliston
116. 枫国七奇侠
117. Chapter 4
118. SCP-6689-1
119. SCP-6689-2
120. SCP-6689-3
121. SCP-6689-4
122. SCP-6689-5
123. SCP-6689-6
124. SCP-6689-7
125. SCP-6689-8
126. SCP-6689-9
127. SCP-6689-10
128. SCP-6689-11
129. SCP-6689-12
130. SCP-6689-13
131. SCP-6689-14
132. I, wikidot
133. 钓鱼团队 主页
134. Plauge的提案
135. 想把比较满意的几个专门放一页
136. 作者页组成部分
137. presumptive-divination-orientation
138. 这样行吗
139. 我干脆把自查也搬过来
140. 私货
141. 来自海底的故事
142. 非现实部 中心
143. 故事系列推荐中心版式存放
144. Cultural translation
145. 如毒般甜蜜的古怪白日梦
146. 总有一天我要收集齐所有不支持独立著作信息的CSS改色代码
147. SCP-CN-2353
148. 梦神中心页
149. 不用点开讨论区的讨论区(梅开二度)
150. SCP-4337
151. SCP-6430
152. Featured SCP Archive I - 1 through 100
153. SCP Wiki英文站精品内容归档
154. ROUNDERHOUSE百分百:关于如何在绝对还是SCP作者的前提下取得最大限度成功的建议
155. Scip小队播客 中心
156. SCP-3691
157. SCP-7000竞赛中心
158. 2022年7月新闻
159. Luck版式存放
160. secret:mylo-xyloto
161. 指导:匿名文章
162. SCP-6465
163. SCP-6465-1
164. SCP-6465-2
165. 7000contestdysadune 2
166. 7000contestdysadune-3
167. DODO的7K拼贴画
168. 2022年9月新闻
169. Alex Thorley的圣诞特辑
170. 总之用zoom录了个屏
171. SCP-7066
172. 算法推荐列表
173. 钓鱼议会 中心页
174. Sciptember 2022
175. 余波 中心页
176. SCP系列7故事版
177. TL; DR
178. SCP-5669
179. Curated Tale Series
180. Curated 2
181. a-look-back-on-what-we-accomplished
182. Area-08-B欢迎会,第一期
183. scp-7069
184. Dustjacket
185. SCP-8000 - 组织
186. Front Page News Bulletin
187. SCP-7492
188. 本网站内容
189. 2022年12月新闻
190. 节日特辑
191. 格洛丽亚,万岁
192. 歌词翻译中心页
193. theme:site
194. 不用点开讨论区的讨论区3:大约孔乙己的确是死了
195. Fishish的网站
196. SCP-6183 - The Deletions
197. YouTube视频搬运
198. sail
199. 骨骸仍在
200. 贱人 中心页
201. 精品主题作品归档
202. 设定中心
203. 故事系列
204. 不用点开讨论区的讨论区特别版:X里淘金
205. 文选CSS
206. Start
207. 故事标签指导
208. SCP-8000竞赛中心
209. Black Highlighter Theme
210. SCP-6597
211. 上次这么搞还是在上次
212. Preview
213. 58站毕业班
214. ROUNDERHOUSE的更金提案:导演剪辑版
215. Play的提案
216. 拆分
217. Tuftoshuguan
218. scp-8145
219. SCP-7522
220. Nobody's Greetings
221. 不用点开讨论区的讨论区⌘:亖重毁灭者
222. 愤怒竞赛
223. 人员及角色档案更新人员
224. SCP-8779
225. Esperanza's Translations(?)
226. Forgotten Memories
227. 上工
228. SCP-8804
229. SCP-8900
230. 第十三届艺术交换规则
231. theme:liminal
232. SCP-8797-0
233. Scp 8797 1
234. 既然在这里不用删评分模块那么这个我也要搬过来
235. 完了搬这个好麻烦
236. 泡芙塔我服了你了
237. 够了没有我说
238. 不明觉厉
239. 好累啊
240. 我知道你,你让我用遍了每个版式调色
241. 基金会机器人半完整列表
242. Seal Exchange 2025
243. To la kanro
244. To Olicus
245. To Centurys Lute
246. To Esperanza_Cai
247. To Magical_Astronomy
248. 2024版式备份
249. y2k alt
250. 他版翻译中心页
还有这个,因为算在迭代页里没有显示出来,但是私心想写上:fragment:scp-3309-april-fools
原创(???)
1. log-of-anomalous-items-cn:00637 - 一幅漂亮的画
2. short-stories:00239 - 蹭冬征热度的5251同人
3. 有的时候我 - 古老的脑洞,Y轴时空的少女遇到X轴时空的少女(Bug很多我知道
4. Alex Thorley没有喝葡萄酒 - Bon appétit.
5. Nobody's Greetings - Bonne nuit.
合著(???)
1. i-hub
- 与Elogee FishTruck, JakdragonX, Machen2, Limeyy, TimeElapsed, Ihnaaimc, JackalRelated, Placeholder McD, Calibri Bold, Sherf, Joreth, Snapdragon133, Lt Flops, Hexick, basirskipreader, pr0m37h3um, Vincent Van Gone, Ellie3, Oboebandgeek99, gee0765, Westrin, CelesteKara, Dysadron, PeppersGhost, Nykacolaquantum, Dr Leonard, 以及 Rounderhouse合著
(把我看到的世界翻译成文本也算是翻译(确信)
如果我死了(先暂定五年账号没活动吧)
所有的译文交给所有社群成员,更新随意,修改需经过翻译质量小组审核(如适用)或集体投票(如不适用);合译作品全权交给合译者,本人放弃一切权利。
所有的原创页面视为进入公有领域,可不署名随意传播修改或从网站上完全删除。
个人站中存有的和所有能确定是本人留下的SCP译文草稿都能随便拿,填也可以不填也可以,署名也可以不署名也可以,不过如果这些东西最后能成为发布在网站上的东西的一部分的话我会高兴的。
沙盒 | 私站 | Crom Aviary
第100篇:安布罗斯维也纳
第200篇:节日中心页
第300篇:SCP-7195
| 序号 | 标题 | 最后编辑 |
|---|---|---|
| 1 | SCP-6458 | 19 Mar 2024 18:10 |
| 2 | SCP-6984 | 04 Jun 2024 12:37 |
| 3 | Privacy Policy | 11 Jan 2020 05:55 |
| 4 | Language Redemption | 20 Aug 2025 16:35 |
| 5 | Manage Site | 11 Jan 2020 05:55 |
| 6 | Customize your theme | 08 Mar 2020 07:26 |
| 7 | Thread | 11 Jan 2020 05:55 |
| 8 | Recent Changes | 11 Jan 2020 05:55 |
| 9 | List All Pages | 11 Jan 2020 05:55 |
| 10 | Join This Site | 06 Apr 2021 09:15 |
| 11 | Site Members | 11 Jan 2020 05:55 |
| 12 | Page Tags | 11 Jan 2020 05:55 |
| 13 | Page tags | 10 Apr 2024 07:07 |
| 14 | Page categories | 11 Jan 2020 05:55 |
| 15 | Search the site | 11 Jan 2020 05:55 |
| 16 | Side | 30 Nov 2023 04:55 |
| 17 | Topbar Menu | 09 May 2023 09:57 |
| 18 | 格式随笔 | 09 Dec 2020 03:34 |
| 19 | LOFTER备份页 | 16 Jul 2020 09:04 |
| 20 | 不用点开讨论区的讨论区 | 12 Oct 2021 12:55 |
| 21 | Modules reference | 20 Jul 2021 12:41 |
| 22 | Deadly Bread的作者信息页 | 30 Aug 2020 07:59 |
| 23 | 联动剧集 | 13 Oct 2022 07:44 |
| 24 | Avery Solace的Horizons角色页 | 19 Mar 2024 03:42 |
| 25 | Theme | 01 Dec 2022 03:57 |
| 26 | 翻译吐槽版 | 03 Apr 2021 09:26 |
| 27 | 不知道能不能直接用呢 | 21 Apr 2020 06:14 |
| 28 | Image Block Base | 21 Apr 2020 06:15 |
| 29 | 大扫除 | 04 Feb 2024 08:30 |
| 30 | 大概是一个更新的沙盒 | 08 Apr 2024 05:56 |
| 31 | 附件页 | 16 Sep 2025 08:12 |
| 32 | 与黑暗相爱之人 | 24 Apr 2020 15:13 |
| 33 | Start | 24 Apr 2020 16:59 |
| 34 | 看论文 | 29 Jan 2023 08:25 |
| 35 | 昨日梦魇 | 03 May 2020 07:40 |
| 36 | Spike的作者信息补充 | 30 Aug 2020 08:20 |
| 37 | 尼尔斯·安德烈亚森的消失 | 19 Jul 2021 17:04 |
| 38 | All about Avery Solace | 19 Mar 2024 03:36 |
| 39 | 合集:百合文们 | 03 Apr 2021 09:24 |
| 40 | 两个很羞耻的麦夏脑洞 | 03 Apr 2021 09:24 |
| 41 | 合集:大概是GoI拟的烂文/脑洞吧 | 03 Apr 2021 09:24 |
| 42 | Part 3. Horizons | 19 Mar 2024 03:42 |
| 43 | Equipment Points记录 | 19 Mar 2024 03:42 |
| 44 | Part 4. 三十天安利总集篇 | 19 Mar 2024 03:43 |
| 45 | Hippo | 11 Nov 2020 12:41 |
| 46 | SCP-5466的GIF图拆分 | 05 Apr 2021 03:21 |
| 47 | SCP-5251解码(伪) | 05 Apr 2021 02:58 |
| 48 | 沙雕小说竞赛第二季(二日狂欢!) | 01 Jul 2024 13:59 |
| 49 | SCP-8==D-J | 11 Mar 2022 13:03 |
| 50 | 杂物间 | 06 Aug 2021 07:11 |
| 51 | 单曲:未命名 | 20 Jan 2022 07:48 |
| 52 | About | 08 Feb 2022 04:49 |
| 53 | 单页讨论? | 17 Nov 2020 11:08 |
| 54 | 最近讨论串(虽然我也不知道有啥用) | 17 Nov 2020 11:05 |
| 55 | A Large Bundle of Problems | 05 Apr 2021 02:51 |
| 56 | F.L.A.X. | 05 Apr 2021 03:21 |
| 57 | 极简板式备份 | 16 Apr 2024 06:24 |
| 58 | 墨迹板式备份 | 29 Dec 2021 17:02 |
| 59 | 关于基金会奇奇怪怪的部与科 | 05 Apr 2021 02:51 |
| 60 | SCP-5513 | 04 Feb 2024 08:28 |
| 61 | Chapters 1-2.3 | 22 Feb 2022 06:35 |
| 62 | SCP-5476 | 03 Apr 2021 09:53 |
| 63 | SCP-3 | 05 Apr 2021 06:15 |
| 64 | 我的自我代入角色! | 20 Jan 2022 04:33 |
| 65 | Tim Wilson屠杀漫威宇宙!!! | 13 May 2021 18:42 |
| 66 | 复制不一定翻1 | 04 Apr 2021 04:59 |
| 67 | 投降 | 26 Jul 2024 08:51 |
| 68 | gee0765的作者页 | 05 Apr 2021 02:41 |
| 69 | 南瓜之谜 | 06 Apr 2021 10:39 |
| 70 | 那么就是这个小建议了 | 05 Aug 2025 13:45 |
| 71 | Raddagher的卡通基地第二部 机械舞 | 14 Apr 2023 11:15 |
| 72 | SCP-5592 | 12 Apr 2021 13:14 |
| 73 | Plague的作者页 | 13 Apr 2021 03:29 |
| 74 | SCP-5486 | 14 Apr 2021 13:50 |
| 75 | 钓鱼议会 | 09 Jan 2023 14:35 |
| 76 | SCP-5368 | 18 Apr 2021 06:25 |
| 77 | 值守43 中心 | 29 Apr 2021 17:28 |
| 78 | 鱼跃水出 | 13 Oct 2022 07:49 |
| 79 | SCP-6056 | 02 Aug 2021 08:48 |
| 80 | alex thorley梦着寿司 | 19 Nov 2022 09:41 |
| 81 | Image Block Peppo | 20 Apr 2021 05:15 |
| 82 | 推荐列表 | 27 Sep 2022 05:42 |
| 83 | 简远版式备份 | 05 Feb 2022 16:09 |
| 84 | ROUNDERPAGE | 07 Nov 2023 15:37 |
| 85 | #WhereTheFuckIsTheROUNDERHOUSE | 25 Apr 2021 09:23 |
| 86 | 上班时间抽香烟 | 02 May 2021 09:56 |
| 87 | 说“茄子” | 02 Aug 2021 08:52 |
| 88 | Vivarium的简单作者页 | 03 May 2021 07:17 |
| 89 | Vivarium | 20 Jul 2021 12:36 |
| 90 | 用户推荐清单 | 12 Jan 2022 14:47 |
| 91 | WILLIE WETTLE WASHED UP WHILE WALKING | 13 Mar 2024 09:33 |
| 92 | 殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页) | 19 Jan 2022 16:15 |
| 93 | SCP-6000:因果报应 | 20 Jul 2021 12:40 |
| 94 | SCP-1019 | 20 Jun 2021 09:03 |
| 95 | 干啥啥不行做meme第一名 | 10 Jun 2021 18:06 |
| 96 | SCP-6000 - 万物皆亡,我亲爱的,这是事实 | 01 Jun 2021 05:17 |
| 97 | SCP-5883 | 17 Jul 2021 06:23 |
| 98 | 解密:SCP-5034 - 肉天使 | 12 Aug 2021 14:02 |
| 99 | 布兰克 | 19 Jul 2022 01:25 |
| 100 | kanlunwen | 06 Mar 2023 14:42 |
| 101 | 非现实漂流者 | 20 Mar 2023 11:44 |
| 102 | Gray Tune Hub | 10 Sep 2023 12:35 |
| 103 | 世上第一只创建艺作页的海蛞蝓 | 26 Jun 2021 13:04 |
| 104 | 解密:SCP-4911 - 山丘 | 30 Jun 2021 14:53 |
| 105 | SCP-6446 | 17 Aug 2021 11:29 |
| 106 | SCP-6499 | 02 Aug 2021 08:49 |
| 107 | SCP-5332 | 02 Aug 2021 12:20 |
| 108 | SunnyClockwork的艺术作品 - 破碎之神教会与欲肉教 | 04 Aug 2021 16:24 |
| 109 | SunnyParallax的图片元件 | 04 Aug 2021 13:23 |
| 110 | SunnyClockwork的艺术作品 - 外围与其他 | 05 Aug 2021 09:50 |
| 111 | 白日梦 | 08 Aug 2021 09:14 |
| 112 | SCP-5000解密2:尽末了所毁灭的仇敌 | 12 Aug 2021 04:34 |
| 113 | SCP-6799 | 13 Aug 2021 17:27 |
| 114 | EstrellaYoshte的插画桌 | 16 Apr 2023 06:36 |
| 115 | SCP-6555 | 19 Aug 2021 03:28 |
| 116 | SCP-6226 | 12 Sep 2021 08:26 |
| 117 | SCP-6404 | 21 Aug 2021 03:08 |
| 118 | SCP-6598 | 24 Aug 2021 11:42 |
| 119 | SCP-073-KO | 12 Oct 2022 07:41 |
| 120 | SCP-6089 | 04 Sep 2021 06:03 |
| 121 | SCP-5939 | 04 Sep 2021 06:18 |
| 122 | SCP-3644 | 06 Sep 2021 11:21 |
| 123 | 演员表 | 19 Jul 2022 01:26 |
| 124 | SCP-6572 | 12 Sep 2021 09:15 |
| 125 | SCP-6294 | 19 Sep 2021 14:30 |
| 126 | 我记不起我最初的想法 | 17 Sep 2021 15:15 |
| 127 | 溯忆之路 | 20 Sep 2021 10:40 |
| 128 | 重生计划:循彼夙愿 | 21 Sep 2021 09:10 |
| 129 | 奶中耶稣 | 23 Sep 2021 03:22 |
| 130 | 奶酪已复活 | 17 Oct 2021 12:57 |
| 131 | SCP-6542 | 23 Sep 2021 04:18 |
| 132 | 项目计划书 2021-298 | 23 Sep 2021 16:43 |
| 133 | 非纪律记录 - SketchyTh0ughts | 24 Sep 2021 08:48 |
| 134 | 马蒂内效应 | 24 Sep 2021 16:35 |
| 135 | 父像映画 | 29 Sep 2021 05:41 |
| 136 | 是暖心和催泪的备份 | 06 Mar 2022 12:09 |
| 137 | 带货,吸睛,恰饭 | 05 Oct 2021 15:27 |
| 138 | SCP-6501 | 08 Oct 2021 12:15 |
| 139 | SCP-6982 | 08 Oct 2021 13:07 |
| 140 | SCP-6543 | 10 Oct 2021 13:30 |
| 141 | Specifically Customized Progress-checking | 07 Nov 2025 09:12 |
| 142 | 设定介绍:第三定律 | 08 Oct 2022 07:39 |
| 143 | SCP-6131 | 11 Oct 2021 03:36 |
| 144 | SCP-6707 | 15 Oct 2021 06:53 |
| 145 | 基金会入门指导中心 | 16 Oct 2021 15:19 |
| 146 | 要说我也不是多超形上学的人 | 16 Oct 2021 16:18 |
| 147 | 牛奶救世主 | 27 Nov 2021 08:00 |
| 148 | 我并未消亡 | 27 Nov 2021 08:01 |
| 149 | Vivarium的作者页 | 23 Oct 2021 07:35 |
| 150 | Marcelles_Raynes的作者页 | 23 Oct 2021 07:38 |
| 151 | 除了时间,什么也不要杀死 | 25 Oct 2021 13:15 |
| 152 | SCP-6427 | 30 Oct 2021 02:43 |
| 153 | SCP-6892 | 26 Nov 2021 08:03 |
| 154 | 校对备份 | 04 Nov 2025 10:09 |
| 155 | SPC-6500:极微之道 | 16 Nov 2021 10:37 |
| 156 | 紫罗兰山 | 13 Feb 2023 10:33 |
| 157 | 雨一直下 | 03 Dec 2021 13:20 |
| 158 | 心碎之诗 | 02 Dec 2021 15:50 |
| 159 | 更大的鱼 | 09 Jan 2023 14:50 |
| 160 | 篡位者王座 | 03 Jan 2022 11:14 |
| 161 | 湖 | 03 Dec 2022 11:48 |
| 162 | 空中图腾 | 04 Dec 2021 07:10 |
| 163 | SCP-6263 | 15 Dec 2021 01:17 |
| 164 | 奶中耶稣II | 14 Apr 2023 11:21 |
| 165 | SCP-6306 | 02 Jan 2022 08:18 |
| 166 | 故事系列推荐归档 | 16 Apr 2023 08:29 |
| 167 | 空洞 | 05 Jan 2022 04:45 |
| 168 | Dodo的印刷厂 | 05 Jan 2022 07:55 |
| 169 | 你的死亡已解释清楚 | 12 Jan 2022 14:45 |
| 170 | SCP-6058 | 20 Jan 2022 04:38 |
| 171 | SCP-6940 | 19 Jan 2022 12:16 |
| 172 | SCP-5392 | 19 Jan 2022 13:55 |
| 173 | Out There in the Silence | 18 Apr 2022 17:04 |
| 174 | 2022部门竞赛 | 01 Apr 2022 05:57 |
| 175 | Whitney的艺作堆 | 24 Jan 2022 07:15 |
| 176 | 一些(DODO)艺作 | 25 Jan 2022 04:49 |
| 177 | 那要不我开个页面放一些低创fan art(?)吧 | 31 May 2024 09:43 |
| 178 | WWS拍卖档案:生物191-15V | 29 Jan 2022 13:18 |
| 179 | 只是创作人 中心 | 25 Mar 2024 18:31 |
| 180 | SCP-6371 | 04 Feb 2022 09:10 |
| 181 | CTS版式备份 | 16 Oct 2022 16:08 |
| 182 | Site-7:间谍活动 | 08 Apr 2024 05:54 |
| 183 | Let the Sun Fade out and Another One Rise | 28 Dec 2023 07:59 |
| 184 | Chapters 2.3-3.2 | 27 Feb 2022 06:41 |
| 185 | 设想一下 | 19 Dec 2022 13:11 |
| 186 | Exploring Translation Theories | 16 Mar 2022 01:58 |
| 187 | 我也不知道这是啥 | 30 May 2022 06:58 |
| 188 | Chapters 3.3-3.9 | 16 Mar 2022 01:08 |
| 189 | 金鱼草日落 | 07 Oct 2023 04:56 |
| 190 | 皮革沾满盐渍滴落着海藻的一卷孤独书册 | 19 Aug 2022 02:13 |
| 191 | 亡者皆不过是小憩(3232) | 28 Feb 2022 14:33 |
| 192 | 当前事件:JakdragonX & Ralliston | 01 Mar 2022 02:58 |
| 193 | SCP-⌘ | 01 Jun 2022 14:03 |
| 194 | 枫国七奇侠 | 09 Mar 2022 16:51 |
| 195 | 作者等级:Esoteric(a) | 11 Mar 2022 05:36 |
| 196 | Chapter 4 | 29 Jan 2024 12:59 |
| 197 | 解密:SCP-5310 - 并联/整合/有机生物 | 19 Mar 2022 00:37 |
| 198 | SCP-6537 | 10 Feb 2024 08:36 |
| 199 | SCP-6416 | 27 Jan 2024 06:18 |
| 200 | SCP-6689 | 17 Apr 2022 04:04 |
| 201 | 图书馆配区二 | 04 Dec 2022 09:05 |
| 202 | SCP-PL-302 | 13 Jan 2023 09:08 |
| 203 | 解密:SCP-6699 - 我们思维的块茎 | 24 Mar 2023 01:14 |
| 204 | 闪光之物 | 25 Mar 2022 13:37 |
| 205 | 你的幻想朋友 | 25 Mar 2022 14:55 |
| 206 | 内部 | 27 Mar 2022 10:30 |
| 207 | 威尔逊野生动物领养画廊 | 09 May 2023 07:20 |
| 208 | SCP-6247 | 01 Apr 2022 07:22 |
| 209 | I, wikidot | 01 Apr 2022 07:51 |
| 210 | 钓鱼团队 主页 | 01 Apr 2022 15:10 |
| 211 | Plauge的提案 | 01 Apr 2022 16:28 |
| 212 | SCP-6870 | 01 Jul 2024 16:53 |
| 213 | SCP-4518 | 05 Jan 2023 08:49 |
| 214 | 想把比较满意的几个专门放一页 | 10 Dec 2024 05:32 |
| 215 | 作者页组成部分 | 26 Aug 2025 14:27 |
| 216 | presumptive-divination-orientation | 12 Oct 2022 12:13 |
| 217 | 这样行吗 | 29 Jan 2025 16:43 |
| 218 | 我干脆把自查也搬过来 | 18 Apr 2022 13:21 |
| 219 | 私货 | 01 Feb 2025 17:38 |
| 220 | 来自海底的故事 | 26 Apr 2022 10:19 |
| 221 | SCP-CN-2523 | 24 Jul 2022 07:22 |
| 222 | SCP-618 | 22 Apr 2022 16:43 |
| 223 | SCP-6816 | 26 Apr 2022 09:44 |
| 224 | 非现实部 中心 | 21 Apr 2022 05:39 |
| 225 | My Translations | 06 Nov 2025 12:50 |
| 226 | 故事系列推荐中心版式存放 | 30 May 2022 12:19 |
| 227 | 孤独流浪者的终章 | 25 Apr 2022 16:13 |
| 228 | Cultural translation | 03 May 2022 02:47 |
| 229 | 战士与术士 | 27 Apr 2022 01:02 |
| 230 | 如毒般甜蜜的古怪白日梦 | 20 Jul 2022 08:54 |
| 231 | 总有一天我要收集齐所有不支持独立著作信息的CSS改色代码 | 30 May 2022 06:17 |
| 232 | 更好 | 02 May 2022 08:34 |
| 233 | SCP-CN-2353 | 23 Feb 2023 13:10 |
| 234 | Azborn艺作页 | 16 Apr 2023 08:50 |
| 235 | Damnatio, In Memoriam | 05 May 2022 15:28 |
| 236 | 梦神中心页 | 17 Jul 2022 09:07 |
| 237 | 不用点开讨论区的讨论区(梅开二度) | 26 May 2022 14:09 |
| 238 | 占位符 | 08 Jun 2022 09:42 |
| 239 | SCP-4337 | 30 May 2022 15:42 |
| 240 | SCP-6430 | 04 Feb 2024 08:48 |
| 241 | Featured SCP Archive I - 1 through 100 | 04 Feb 2024 09:01 |
| 242 | SCP Wiki英文站精品内容归档 | 10 Feb 2024 08:40 |
| 243 | SCP-6287 | 01 Jun 2022 13:50 |
| 244 | ROUNDERHOUSE百分百:关于如何在绝对还是SCP作者的前提下取得最大限度成功的建议 | 07 Jun 2022 10:26 |
| 245 | SCP-6929 | 10 Jun 2022 07:40 |
| 246 | Scip小队播客 中心 | 10 Jun 2022 12:46 |
| 247 | Luxaiko的彩纸屑 | 11 Apr 2023 05:57 |
| 248 | SCP-3691 | 19 Dec 2022 13:07 |
| 249 | SCP-6861 | 24 Jun 2022 07:51 |
| 250 | SCP-7270 | 30 Nov 2023 04:48 |
2020页面数:
57
2021页面数:
115
2022页面数:
171
2023页面数:
44
2024页面数:
34
最受欢迎的翻译
0分以下的翻译
有“旧页面”标签而不在old:分类的页面:
| 排名 | 标题 | 分数 |
|---|
adult: 分类的翻译页面:
| 排名 | 标题 | 分数 |
|---|---|---|
| 1 | SCP-8==D-J | 0 |
致敬传奇翻译
| 序号 | 标题 | 分数 |
|---|
请按如下方式引用此页:
“My Translations”,作者 Esperanza_Cai,来自 SCP-CN 维基。原文链接:https://scp-wiki-cn.wikidot.com/my-translations。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:5353.JPG
图像作者:Olicus
授权协议:CC BY-SA 3.0
来源链接:Olicus' Artworks
文件名:esp-logo.png
图像作者:116633糖萼
授权协议:商业买断
备注:该图像不完全符合CC BY-SA 3.0协议,需要注意。
文件名:本页所有其他图像
图像作者:Esperanza_Cai
授权协议:CC BY-SA 3.0
来源链接:http://czyesperanza.wikidot.com/fanart-or-sth-idk
更多维基文档信息,请见版权信息总览。




