/* 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; } }
长期接受对本页列出所有译文的意见和建议。
合译作品
- 书札残页,与XannyWarhol合译。
- 设想一下,(强行)与
ashausesall合译。
- SCP-6500,与hoah2333、XannyWarhol合译。
- Serus,与Eximulator合译。
- SCP-8988-J,与la kanro、
Lambda Core、Olicus合译。
- SCP-9000竞赛中心页,与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. Bold主管的提案-J
2. Cimmerian博士的提案
3. Henzoid-Crocket的提案
4. Plauge的提案
5. ROUNDERHOUSE的更金提案:导演剪辑版
6. SCP-073-KO
7. SCP-1019
8. SCP-148-CS
9. SCP-1973-RU-J
10. SCP-2707
11. SCP-2914
12. SCP-3071
13. SCP-3644
14. SCP-3748
15. SCP-4109
16. SCP-4186
17. SCP-4518
18. SCP-4563
19. SCP-4767
20. SCP-4879
21. SCP-4964
22. SCP-5020
23. SCP-5067
24. SCP-5096
25. SCP-5117
26. SCP-5146
27. SCP-5224
28. SCP-5251
29. SCP-5272
30. SCP-5309
31. SCP-5325
32. SCP-5332
33. SCP-5353
34. SCP-5364
35. SCP-5400-J
36. SCP-5429
37. SCP-5466
38. SCP-5476
39. SCP-5486
40. SCP-5527
41. SCP-5537
42. SCP-5591
43. SCP-5623
44. SCP-5633
45. SCP-5645
46. SCP-5664
47. SCP-5667
48. SCP-5710
49. SCP-5734
50. SCP-5747
51. SCP-5760
52. SCP-5788
53. SCP-5803
54. SCP-5810
55. SCP-5851
56. SCP-5871
57. SCP-5877
58. SCP-5883
59. SCP-5899
60. SCP-6056
61. SCP-6058
62. SCP-6089
63. SCP-6131
64. SCP-618
65. SCP-6226
66. SCP-6238
67. SCP-6247
68. SCP-6263
69. SCP-6287
70. SCP-6306
71. SCP-6336
72. SCP-6371
73. SCP-6404
74. SCP-6416
75. SCP-6427
76. SCP-6433
77. SCP-⌘
78. SCP-6446
79. SCP-6499
80. SCP-6501
81. SCP-6543
82. SCP-6555
83. SCP-6572
84. SCP-6598
85. SCP-6689
86. SCP-6707
87. SCP-6751
88. SCP-6799
89. SCP-6861
90. SCP-6892
91. SCP-6929
92. SCP-6948
93. SCP-6961
94. SCP-6982
95. SCP-6988
96. SCP-6k-J
97. SCP-7009
98. SCP-7070
99. SCP-7076
100. SCP-7195
101. SCP-7220
102. SCP-7225
103. SCP-7270
104. SCP-7290
105. SCP-7300
106. SCP-7393
107. SCP-7420
108. SCP-7501
109. SCP-7654
110. SCP-7699
111. SCP-7703
112. SCP-7726
113. SCP-7777
114. SCP-7900
115. SCP-7951
116. SCP-7991
117. SCP-8000-J
118. SCP-8145
119. SCP-8220
120. SCP-8591
121. SCP-8889
122. SCP-8993
123. SCP-CC BY-SA 3.0-CO
124. SCP-8==D-J
125. SCP-PL-302
126. SCP-PL-6470-J
127. SCP-PU1P-J
128. SCP-太长不看-J
129. SCP-WCPGW-J
GoI
1.小动物简介:Otis!
2.安布罗斯维也纳:一次迷狂的经历
3.小动物简介:Chuck。
4.LaRue 海报 - Willie的私酿酒
5.项目计划书 2021-298
6.SPC-6500:极微之道
7.WWS拍卖档案:生物191-15V
艺术作品
1. Raddagher的卡通基地
2. 初级设计师S. Yvonne的办公桌
3. Greyve的艺作页
4. 奇兽
5. Aethris的艺术作品
6. Drdobermann的艺术作品
7. Raddagher的卡通基地第二部 机械舞
8. 世上第一只创建艺作页的海蛞蝓
9. 奶中耶稣
10. 父像映画
11. 奶中耶稣II
12. Dodo的印刷厂
13. 一些(DODO)艺作
14. 枫国七奇侠
15. 内部
16. 战士与术士
17. Luxaiko的彩纸屑
18. DODO的7K拼贴画
19. 🎂 SCP-173 重新设计合作:生日画廊 🎂
20. SCP-173 重新设计合作:画廊 6
21. SCP-173 重新设计合作:画廊 7
22. 自画像 :)
23. 十月穿着品鉴
24. Dodo的工艺品角落
25. Kikunai的艺作中心
1. EstrellaYoshte的插画桌
2. Star的人物画!
3. 故事系列推荐归档
4. Whitney的艺作堆放
5. Azborn的艺作页
6. 燃烧的日落
7. Asteria博士的艺作
8. DarkArtist的泥泞天空艺作
9. 海豚(马赛克)
10. 恐七症同人艺作
11. 此刻,夜幕遗落(艺作)
12. 维特鲁威风thorley与盒子里的猫,#000000与#FFFFFF
13. LOVEMARGINAL的首个交换艺术!!!
14. 地球新轨道会带来什么
15. “核行动”艺术作品
16. 丝带朋友
17. Alex Thorley代词是They
18. MontagueETC的SCiPTEMBER 2022艺作
19. 4183-B,请回答。(SCP-4183绘画)
20. 咫尺天涯(SCP-6988画作)
21. 这不是巧合,但你无能为力
22. 唐纳德·特朗普及其他19人在乔治亚州被起诉非法企图推翻2020年大选
23. 它为什么不尖叫!
24. #WETTLE冠军!!!
25. 只是一幅Harry Blank的艺作
26. 群星不待
27. 适时之死
28. 谈谈055-艺作
29. 谈谈055漫画-第一部分
30. 谈谈055(漫画第二部分)
31. 谈谈055(漫画第三部分)
32. 《谈谈055》漫画第四部分
33. 我,大冤种
34. 成熟一点(HarryBlank同人作)
35. Marianne Simmons将会购买一个百吉饼
36. 《谈谈055》第五部分漫画
37. 表单C 表格7084
38. 值守43,但是断章取义
39. 夢幻粉瞳
40. EstrellaYoshte的8k竞赛艺作
41. Kikunai的2023年艺术交换礼物
42. Machen给TATTLETALE的艺作
43. 黑与白衣之人
44. 王已死
45. 宇宙中最孤独的存在 - SCP-7409
46. 创生
47. meri与动物们
48. Bohart的生与死
49. Jawn提案
50. 若一加一得二 - 逻辑家艺作
解密
1. 解密:SCP-5466 - 创作者之死
2. 解密:SCP-4098 - S-C-P,简单得就像19-3-16!
3. 解密:SCP-4911 - 山丘
4. SCP-5000解密2:尽末了所毁灭的仇敌
5. 解密:SCP-5034 - 肉天使
6. 解密:SCP-5310 - 并联/整合/有机生物
7. 设定介绍:第三定律
故事
1.《我所希冀的一切;我所应得的一切》
2.《母子情深,血浓于水》
3.《溺爱窒息》
4.《黯失我色》
5.《隧道尽头的Sophia Light》
6.《为了那些过去的日子》
7.《重启或:我如何学会停止担忧并爱上世界末日》
8.《黑话》
9.《我们生活的世界》
10.《来自SPC公司通讯核验员████的财产》
11.《星期二上午11点,三号会议室》
12.《活着的每一时,醒着的每一刻》
13.《机动特遣队第一课:就职说明》
14.《罪恶信念》
15.《真男人从不回头看爆炸》
16.《傻屌丘比特:别再找茬了》
17.《图书馆搭车客指南》
18.《尘与商场大酬宾》
19.《按顺序讲四个故事来哄骗一只对私人问题过分好奇的有智能的断手》
20.《论坛生活片段》
21.《Troy Lament和黑暗巷的恐怖雪貂》
22.《九号变电所》
23.《你并不渺小》
24.《转帖》
25.《由帕劳语翻译而来》
26.《Flos》
27.《当它结束以后,你还会回来找我。》
28.《一种救赎》
29.《觉醒之时》
30.《你有什么毛病》
31.《水中之血》
32.《大计未成,呜呼哀哉》
33.《阿斯蒙蒂斯》
34.《观谬者启示论》
35.《#打倒工厂》
36.《野兽之心》
37.《百合》
38.《每天都有人过生日》
39.《一场讨论》
40.《机器幽灵》
41.《黑白变奏》
42.《无人在此铭记时》
43.《书札残页》
44.《崩解》
45.《图像科常规文件》
46.《致所有人,祝晚安。》
47.《与其黯然隐没》
48.《序幕先生》
49.《论文》
50.《答辩》
51.《浮窥》
52.《鲸落》
53.《迭代G》
54.《Jack Bright的最终死亡》
55.《Gears博士的激烈游戏时间》
56.《SCP-3》
57.《南瓜之谜》
58.《上班时间抽香烟》
59.《Tim Wilson屠杀漫威宇宙!!!》
60.《尼尔斯·安德烈亚森的消失》
61.《溯忆之路》
62.《马蒂内效应》
63.《带货,吸睛,恰饭》
64.《奶酪已复活》
65.《除了时间,什么也不要杀死》
66.《我并未消亡》
67.《SCP网站讨论区模拟器》
68.《空洞》
69.《设想一下》
70.《致过去的我》
71.《闪光之物》
72.《你的假想朋友》
73.《威尔逊野生动物领养画廊》
74.《钓鱼团队 主页》
75.《孤独流浪者的终章》
76.《占位符》
77.《布兰克》
78.《演员表》
79.《alex thorley梦着寿司。》
80.《SCP-2023-J》
81.《钓鱼议会》
82.《如何(安全)召唤神明》
83.《我,Bright清单》
84.《非现实漂流者》
85.《SCP-173,但是告诫中心页》
86.《KONDRAKI博士在思考时被剪碎》
87.《卑劣》
88.《完美》
89.《慧根》
图书馆
1. 我记不起我最初的想法
2. 心碎之诗
3. 雨一直下
4. 篡位者王座
5. 亡者皆不过是小憩(3232)
6. Damnatio, In Memoriam
7. 图书馆大厅一
8. 皮革沾满盐渍滴落着海藻的一卷孤独书册
9. 纪念碑
10. 森林死亡时,沼泽诞生
11. 湖
12. 图书馆配区二
13. 21号中庭的即兴雷格泰姆
14. 我为何物
15. आखिरी सांस, सितारों के बीच
16. 金鱼草日落
17. 太平洋夏季时间清晨六点
18. 潜入星光
作者页
1. S███████博士的人事档案
2. Ozid博士的经历
3. Esperanza_Cai的冷门翻译们
4. Mr Carbon的草稿们
5. Westrin的人事档案
6. Gargus的作者页
7. J. Dune的作者页
8. Radd基地
9. 会见访谈者 - WhiteGuard篇
10. Riemann
11. EstrellaYoshte的作者页
12. Vivarium的作者页
13. Marcelles_Raynes的作者页
14. gee0765的作者页
15. Plague的作者页
16. aismallard的人事档案
17. 非纪律记录 - SketchyTh0ughts
18. stoner99 作者页
19. 殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页)
20. liryn
21. etcetera, etcetera
22. Nickthebrick1的作者页
我帮忙更新过的几个作者页(大概会跟着维护):
被删除
1.《超酷超有趣的页面》
2.《SCP-5747(旧)》
3.《奇兽》
4.《冬月轮回木中书》
5.《记忆与描画的慰藉》
6.《2021连写竞赛第三日,仅剩一小时》
7.《SCP-5968(旧)》
8.《SCP-6000 - 因果报应(旧)》
9.《SCP-6336(旧)》
10.《SCP-6542(旧)》
11.《SCP-6294(旧)》
12.《奶中耶稣》
13.《父像映画》
14.《要说我也不是多超形上学的人》
15.《奶中耶稣II》
16.《SCP-5392(旧)》
17.《枫国七奇侠》
18.《内部》
19.《SCP-4791》
20.《SCP-6816(旧)》
21.《SCP-6802(旧)》
22.《战士与术士》
23.《SCP-这个-J,Keter,一个强制将自身数据保存在此文档最醒目位置的符号危害递归指针。参见文档。(旧)》
24.《我不知我名》
25.《TL; DR(旧)》
26.《SCP-7699(旧)》
27.《十月穿着品鉴》
28.《SCP-8260(旧)》
29.《筋疲力竭。》
30.《投降》
31.《Jonathon Berryman与流浪螺旋的怒意》
其他
1. 机动特遣队Psi-7(“Home Improvement”-家居装饰)中心
2. 基金会故事-ARC
3. 重新想象竞赛
4. 设定复兴竞赛
5. 访谈偶像中心页
6. 寻找阿斯蒙蒂斯
7. 项目等级:播客
8. 值守43 中心
9. 基金会部门半完整列表
10. 重生计划:彼旨承行
11. SCP系列6故事版
12. 基金会宇宙中心
13. 节日中心页
14. 播客中心页
15. 2022部门竞赛
16. 只是创作人 中心
17. 当前事件:JakdragonX & Ralliston
18. 中心页中心
19. 非现实部 中心
20. 来自海底的故事
21. ROUNDERHOUSE百分百:绝对还没过气的SCP作者教你如何最大限度取得成功
22. Scip小队播客 中心
23. 愚人节中心页
24. 每月灵感提示
25. SCP-7000竞赛中心
26. 梦神中心页
27. 指导:匿名文章
28. Scip九月 2022
29. 余波 中心页
30. 实验记录 780 A
31. SCP系列7故事版
32. 算法推荐列表
33. 推荐列表
34. 钓鱼议会 中心页
35. 2022年9月新闻
36. 2022年7月新闻
37. 页面树列表
38. 贱人 中心页
39. 体裁标签指导
40. 按体裁分类的故事列表
41. SCP-8000竞赛中心
42. 沙雕小说竞赛第二季(二日狂欢!)
还有这个,因为算在迭代页里没有显示出来,但是私心想写上:SCP-3309愚人节版
原创(???)
1. 00637 - 一幅漂亮的画
2. 00239 - 蹭冬征热度的5251同人
3. 有的时候我 - 古老的脑洞,Y轴时空的少女遇到X轴时空的少女(Bug很多我知道
4. Alex Thorley没有喝葡萄酒 - Bon appétit.
5. 没有人的致意 - Bonne nuit.
合著(???)
- 与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 | 我所希冀的一切;我所应得的一切 | 29 Apr 2024 15:04 |
| 2 | S███████博士的人事档案 | 20 Apr 2023 11:11 |
| 3 | 母子情深,血浓于水 | 20 Apr 2023 11:11 |
| 4 | 溺爱窒息 | 20 Apr 2023 11:13 |
| 5 | 黯失我色 | 07 Oct 2023 09:39 |
| 6 | Henzoid-Crocket的提案 | 22 May 2024 08:37 |
| 7 | 隧道尽头的Sophia Light | 20 Apr 2023 13:42 |
| 8 | SCP-太长不看-J | 11 May 2024 12:13 |
| 9 | Ozid博士的经历 | 26 Aug 2021 06:04 |
| 10 | SCP-4964 | 06 Jun 2024 02:20 |
| 11 | 为了那些过去的日子 | 21 Apr 2023 05:57 |
| 12 | 机动特遣队Psi-7(“Home Improvement”-家居装饰)中心 | 21 Apr 2023 06:08 |
| 13 | 重启或:我如何学会停止担忧并爱上世界末日 | 21 Apr 2023 06:09 |
| 14 | 基金会故事-ARC | 31 Mar 2023 04:20 |
| 15 | 黑话 | 21 Apr 2023 06:11 |
| 16 | 我们生活的世界 | 21 Apr 2023 06:12 |
| 17 | 来自SPC公司通讯核验员████的财产 | 21 Apr 2023 06:13 |
| 18 | 星期二上午11点,三号会议室 | 21 Apr 2023 06:32 |
| 19 | 活着的每一时,醒着的每一刻 | 21 Apr 2023 06:44 |
| 20 | 机动特遣队第一课:就职说明 | 02 Oct 2023 07:11 |
| 21 | SCP-4767 | 11 May 2024 20:59 |
| 22 | Esperanza_Cai的冷门翻译们 | 19 Oct 2025 09:34 |
| 23 | 罪恶信念 | 24 Aug 2025 14:43 |
| 24 | SCP-4109 | 15 Feb 2025 14:06 |
| 25 | 真男人从不回头看爆炸 | 29 Nov 2023 09:55 |
| 26 | SCP-2707 | 07 Dec 2023 14:55 |
| 27 | 傻屌丘比特:别再找茬了 | 21 Apr 2023 07:02 |
| 28 | 图书馆搭车客指南 | 21 Apr 2023 10:55 |
| 29 | 尘与商场大酬宾 | 21 Apr 2023 10:57 |
| 30 | SCP-CC BY-SA 3.0-CO | 16 Sep 2021 05:40 |
| 31 | SCP-PU1P-J | 12 May 2024 13:25 |
| 32 | 按顺序讲四个故事来哄骗一只对私人问题过分好奇的有智能的断手 | 21 Apr 2023 11:44 |
| 33 | 论坛生活片段 | 21 Apr 2023 11:47 |
| 34 | Troy Lament和黑暗巷的恐怖雪貂 | 23 Apr 2023 05:34 |
| 35 | Mr Carbon的草稿们 | 23 Apr 2023 11:35 |
| 36 | Westrin的人事档案 | 23 Apr 2023 11:41 |
| 37 | 超酷超有趣的页面 | 15 Jul 2022 00:25 |
| 38 | Gargus的作者页 | 23 Apr 2023 11:41 |
| 39 | SCP-2914 | 23 Apr 2023 11:44 |
| 40 | 重新想象竞赛 | 20 Aug 2020 14:14 |
| 41 | SCP-4563 | 23 Apr 2023 12:55 |
| 42 | SCP-5096 | 27 Jan 2024 09:58 |
| 43 | SCP-5309 | 23 Apr 2023 13:03 |
| 44 | SCP-5020 | 12 May 2024 15:40 |
| 45 | SCP-5747(旧) | 17 May 2024 20:52 |
| 46 | SCP-5710 | 03 Dec 2023 11:07 |
| 47 | 九号变电所 | 25 Jan 2025 00:36 |
| 48 | 你并不渺小 | 23 Apr 2023 13:07 |
| 49 | SCP-5067 | 12 May 2024 16:39 |
| 50 | 转帖 | 23 Apr 2023 13:14 |
| 51 | SCP-5466 | 12 Aug 2025 02:31 |
| 52 | J. Dune的作者页 | 08 Aug 2024 09:24 |
| 53 | SCP-4186 | 25 Apr 2023 13:32 |
| 54 | Raddagher的卡通基地 | 13 Apr 2023 12:31 |
| 55 | 初级设计师S. Yvonne的办公桌 | 13 Jan 2026 11:45 |
| 56 | Radd基地 | 27 Apr 2023 10:00 |
| 57 | SCP-5788 | 25 Apr 2023 14:34 |
| 58 | 由帕劳语翻译而来 | 25 Apr 2023 14:39 |
| 59 | SCP-5117 | 13 May 2024 13:45 |
| 60 | Greyve的艺作页 | 05 Oct 2021 13:44 |
| 61 | Flos | 28 Apr 2023 07:09 |
| 62 | SCP-5251 | 11 Aug 2025 13:43 |
| 63 | 解密:SCP-5466 - 创作者之死 | 10 Oct 2020 13:10 |
| 64 | 设定复兴竞赛 | 28 Apr 2023 07:49 |
| 65 | 当它结束以后,你还会回来找我。 | 28 Apr 2023 07:51 |
| 66 | SCP-5325 | 16 Sep 2021 05:56 |
| 67 | SCP-5899 | 24 Sep 2024 03:27 |
| 68 | SCP-5633 | 15 May 2024 14:52 |
| 69 | SCP-3748 | 01 May 2023 06:35 |
| 70 | 会见访谈者 - WhiteGuard篇 | 01 May 2023 06:43 |
| 71 | 一种救赎 | 01 May 2023 06:48 |
| 72 | 觉醒之时 | 01 May 2023 06:49 |
| 73 | 你有什么毛病 | 01 May 2023 06:50 |
| 74 | 解密:SCP-4098 - S-C-P,简单得就像19-3-16! | 10 Oct 2020 12:55 |
| 75 | 访谈偶像中心页 | 07 Feb 2024 07:37 |
| 76 | 水中之血 | 07 Oct 2023 15:12 |
| 77 | 奇兽 | 13 Apr 2023 13:54 |
| 78 | SCP-4879 | 02 May 2023 06:15 |
| 79 | 大计未成,呜呼哀哉 | 05 Jan 2023 10:22 |
| 80 | 阿斯蒙蒂斯 | 29 Nov 2023 09:54 |
| 81 | 寻找阿斯蒙蒂斯 | 02 May 2023 06:18 |
| 82 | 观谬者启示论 | 02 May 2023 06:20 |
| 83 | Bold主管的提案-J | 02 May 2023 06:28 |
| 84 | #打倒工厂 | 02 May 2023 06:30 |
| 85 | Riemann | 26 Aug 2021 07:36 |
| 86 | 野兽之心 | 02 May 2023 06:33 |
| 87 | 百合 | 02 May 2023 06:34 |
| 88 | 小动物简介:Otis! | 02 May 2023 07:32 |
| 89 | 每天都有人过生日 | 02 May 2023 06:41 |
| 90 | 一场讨论 | 02 May 2023 06:57 |
| 91 | 机器幽灵 | 02 May 2023 07:35 |
| 92 | 黑白变奏 | 02 May 2023 07:38 |
| 93 | SCP-5353 | 02 May 2023 07:39 |
| 94 | SCP-5877 | 13 May 2024 18:29 |
| 95 | 无人在此铭记时 | 02 May 2023 07:44 |
| 96 | 项目等级:播客 | 02 May 2023 08:50 |
| 97 | Aethris的艺术作品 | 28 Apr 2024 09:01 |
| 98 | EstrellaYoshte的作者页 | 24 Aug 2025 02:47 |
| 99 | 书札残页 | 16 Oct 2024 02:05 |
| 100 | 冬月轮回木中书 | 02 May 2023 08:54 |
| 101 | 安布罗斯维也纳:一次迷狂的经历 | 25 Jan 2026 12:42 |
| 102 | SCP-5146 | 07 Apr 2024 00:54 |
| 103 | 崩解 | 04 Dec 2023 07:35 |
| 104 | 图像科常规文件 | 03 May 2023 07:00 |
| 105 | 致所有人,祝晚安。 | 03 May 2023 06:42 |
| 106 | SCP-PL-6470-J | 03 May 2023 07:10 |
| 107 | SCP-5803 | 19 Sep 2021 15:00 |
| 108 | SCP-5623 | 28 Mar 2024 15:57 |
| 109 | SCP-5224 | 15 May 2024 21:26 |
| 110 | 小动物简介:Chuck。 | 13 Feb 2021 06:09 |
| 111 | SCP-5851 | 03 May 2023 13:04 |
| 112 | 与其黯然隐没 | 03 May 2023 13:10 |
| 113 | 记忆与描画的慰藉 | 03 May 2023 13:56 |
| 114 | SCP-5667 | 10 Mar 2021 10:02 |
| 115 | Drdobermann的艺术作品 | 04 Feb 2025 19:35 |
| 116 | LaRue 海报 - Willie的私酿酒 | 04 May 2023 07:01 |
| 117 | Vivarium的作者页 | 04 May 2023 07:00 |
| 118 | SCP-5760 | 04 May 2023 07:04 |
| 119 | 序幕先生 | 04 May 2023 07:06 |
| 120 | SCP-5810 | 04 May 2023 07:12 |
| 121 | SCP-5645 | 04 May 2023 07:13 |
| 122 | 论文 | 29 Nov 2023 09:50 |
| 123 | Marcelles_Raynes的作者页 | 06 May 2023 09:31 |
| 124 | 答辩 | 29 Nov 2023 09:49 |
| 125 | 浮窥 | 15 Jun 2021 02:45 |
| 126 | 鲸落 | 05 May 2023 02:53 |
| 127 | SCP-5537 | 23 Mar 2021 16:44 |
| 128 | SCP-5527 | 05 May 2023 03:10 |
| 129 | 2021连写竞赛第三日,仅剩一小时 | 27 Mar 2021 07:33 |
| 130 | SCP-5871 | 09 May 2024 17:14 |
| 131 | SCP-5664 | 15 May 2024 14:52 |
| 132 | SCP-5272 | 14 May 2024 09:48 |
| 133 | SCP-WCPGW-J | 06 May 2023 07:35 |
| 134 | SCP-5968(旧) | 20 Jun 2021 09:10 |
| 135 | 迭代G | 06 May 2023 07:41 |
| 136 | Jack Bright的最终死亡 | 16 Mar 2023 04:05 |
| 137 | Gears博士的激烈游戏时间 | 06 May 2023 07:54 |
| 138 | SCP-5734 | 06 May 2023 07:58 |
| 139 | SCP-5476 | 06 May 2023 08:00 |
| 140 | gee0765的作者页 | 06 May 2023 08:07 |
| 141 | SCP-3 | 25 Mar 2024 14:32 |
| 142 | 南瓜之谜 | 07 May 2023 06:50 |
| 143 | Raddagher的卡通基地第二部 机械舞 | 10 May 2023 09:06 |
| 144 | SCP-5364 | 11 Aug 2025 10:04 |
| 145 | Plague的作者页 | 08 Nov 2025 12:00 |
| 146 | SCP-5486 | 28 Mar 2024 13:19 |
| 147 | 值守43 中心 | 31 Jan 2026 14:34 |
| 148 | 上班时间抽香烟 | 10 May 2023 06:13 |
| 149 | 基金会部门半完整列表 | 23 Nov 2025 09:22 |
| 150 | Tim Wilson屠杀漫威宇宙!!! | 29 Nov 2023 09:23 |
| 151 | SCP-6k-J | 25 May 2024 23:30 |
| 152 | SCP-6000 - 因果报应(旧) | 28 May 2021 05:12 |
| 153 | SCP-6336(旧) | 13 Jun 2024 18:32 |
| 154 | 00637 | 01 Jun 2021 16:12 |
| 155 | SCP-1019 | 15 May 2024 16:28 |
| 156 | 世上第一只创建艺作页的海蛞蝓 | 01 Sep 2025 15:25 |
| 157 | 解密:SCP-4911 - 山丘 | 30 Jun 2021 19:45 |
| 158 | aismallard的人事档案 | 11 May 2023 07:15 |
| 159 | SCP-5883 | 15 May 2024 17:06 |
| 160 | 尼尔斯·安德烈亚森的消失 | 07 Jul 2025 10:25 |
| 161 | SCP-6499 | 11 May 2023 09:31 |
| 162 | SCP-6056 | 20 Jan 2025 05:18 |
| 163 | SCP-5332 | 11 May 2023 09:33 |
| 164 | SCP-5000解密2:尽末了所毁灭的仇敌 | 03 Jun 2023 12:04 |
| 165 | 解密:SCP-5034 - 肉天使 | 13 Aug 2021 02:58 |
| 166 | SCP-6799 | 09 May 2024 17:33 |
| 167 | SCP-6336 | 21 May 2023 08:22 |
| 168 | SCP-6446 | 21 May 2023 08:24 |
| 169 | EstrellaYoshte的插画桌 | 21 May 2023 08:45 |
| 170 | SCP-6555 | 21 May 2023 08:47 |
| 171 | SCP-6404 | 17 Sep 2024 20:35 |
| 172 | SCP-6598 | 05 Mar 2024 16:01 |
| 173 | SCP-5429 | 21 May 2023 09:06 |
| 174 | SCP-6542(旧) | 24 Sep 2021 01:26 |
| 175 | SCP-6089 | 16 Aug 2025 15:31 |
| 176 | SCP-3644 | 09 May 2024 17:07 |
| 177 | Star的人物画! | 13 Jan 2022 05:56 |
| 178 | SCP-6226 | 18 May 2024 19:00 |
| 179 | SCP-6572 | 10 May 2024 07:10 |
| 180 | SCP-6294(旧) | 04 Oct 2021 16:11 |
| 181 | 我记不起我最初的想法 | 16 Feb 2022 06:55 |
| 182 | 溯忆之路 | 28 May 2023 07:08 |
| 183 | 重生计划:彼旨承行 | 20 Oct 2025 15:33 |
| 184 | 奶中耶稣 | 16 Apr 2022 05:25 |
| 185 | 项目计划书 2021-298 | 23 Sep 2021 16:44 |
| 186 | 非纪律记录 - SketchyTh0ughts | 13 Nov 2023 01:20 |
| 187 | 马蒂内效应 | 29 Nov 2023 09:59 |
| 188 | SCP系列6故事版 | 20 Aug 2025 15:17 |
| 189 | 父像映画 | 14 Apr 2023 11:25 |
| 190 | 带货,吸睛,恰饭 | 12 Aug 2025 04:25 |
| 191 | SCP-6501 | 12 Sep 2023 06:47 |
| 192 | SCP-6982 | 03 Jun 2023 06:55 |
| 193 | SCP-6543 | 03 Jun 2023 07:07 |
| 194 | SCP-6131 | 03 Jun 2023 07:09 |
| 195 | SCP-6707 | 06 Feb 2026 12:14 |
| 196 | 基金会宇宙中心 | 03 Jun 2023 07:36 |
| 197 | 要说我也不是多超形上学的人 | 17 Oct 2021 09:21 |
| 198 | 奶酪已复活 | 29 Nov 2023 09:44 |
| 199 | 除了时间,什么也不要杀死 | 04 Apr 2023 12:21 |
| 200 | SCP-6427 | 03 Jun 2023 07:25 |
| 201 | SCP-6892 | 18 May 2024 21:38 |
| 202 | 我并未消亡 | 09 May 2024 18:08 |
| 203 | SPC-6500:极微之道 | 04 Sep 2024 06:28 |
| 204 | SCP网站讨论区模拟器 | 29 Nov 2023 09:58 |
| 205 | 心碎之诗 | 02 Dec 2021 10:41 |
| 206 | 雨一直下 | 03 Dec 2021 13:20 |
| 207 | SCP-6263 | 22 Apr 2022 08:48 |
| 208 | 节日中心页 | 13 Aug 2024 17:50 |
| 209 | 奶中耶稣II | 07 Jun 2023 14:02 |
| 210 | SCP-6306 | 07 Jun 2023 13:57 |
| 211 | 篡位者王座 | 03 Jan 2022 11:13 |
| 212 | 空洞 | 15 Aug 2025 14:06 |
| 213 | Dodo的印刷厂 | 04 Feb 2022 15:47 |
| 214 | 播客中心页 | 23 Jun 2023 14:27 |
| 215 | 故事系列推荐归档 | 01 Feb 2025 15:35 |
| 216 | SCP-6058 | 12 Jun 2023 12:00 |
| 217 | stoner99 作者页 | 10 Apr 2023 12:34 |
| 218 | SCP-8000-J | 12 Jun 2023 12:03 |
| 219 | SCP-5392(旧) | 13 Jun 2024 18:31 |
| 220 | 殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页) | 12 Jun 2023 12:53 |
| 221 | 2022部门竞赛 | 20 Nov 2025 19:47 |
| 222 | Whitney的艺作堆放 | 24 Jan 2022 07:24 |
| 223 | 00239 | 24 Jan 2022 15:40 |
| 224 | 一些(DODO)艺作 | 29 Jan 2023 15:38 |
| 225 | WWS拍卖档案:生物191-15V | 29 Jan 2022 14:16 |
| 226 | 只是创作人 中心 | 02 Feb 2026 08:39 |
| 227 | SCP-6371 | 23 Jun 2023 06:37 |
| 228 | liryn | 08 Feb 2024 02:39 |
| 229 | 设想一下 | 23 Jun 2023 07:15 |
| 230 | 致过去的我 | 27 Mar 2024 23:12 |
| 231 | 亡者皆不过是小憩(3232) | 28 Feb 2022 14:33 |
| 232 | 当前事件:JakdragonX & Ralliston | 23 Jun 2023 14:50 |
| 233 | SCP-⌘ | 20 Oct 2025 15:24 |
| 234 | 枫国七奇侠 | 08 Mar 2024 08:55 |
| 235 | etcetera, etcetera | 27 Jan 2024 10:58 |
| 236 | SCP-8==D-J | 06 Nov 2025 15:04 |
| 237 | 解密:SCP-5310 - 并联/整合/有机生物 | 19 Mar 2022 00:31 |
| 238 | 闪光之物 | 29 Nov 2023 14:56 |
| 239 | 你的假想朋友 | 29 Nov 2023 14:54 |
| 240 | 内部 | 18 May 2022 02:39 |
| 241 | 威尔逊野生动物领养画廊 | 17 Sep 2023 10:30 |
| 242 | SCP-6247 | 24 Jun 2023 04:10 |
| 243 | 钓鱼团队 主页 | 29 Nov 2023 09:55 |
| 244 | Plauge的提案 | 28 Feb 2024 02:54 |
| 245 | SCP-6689 | 24 Jun 2023 04:14 |
| 246 | 中心页中心 | 08 Aug 2025 03:58 |
| 247 | SCP-4791 | 11 Nov 2024 13:53 |
| 248 | SCP-6816(旧) | 03 May 2022 13:15 |
| 249 | 非现实部 中心 | 14 Oct 2025 09:53 |
| 250 | SCP-618 | 20 May 2024 00:55 |
2020页面数:
90
2021页面数:
101
2022页面数:
114
2023页面数:
47
2024页面数:
36
| 链接 | 分数 | 最后编辑 | 最新评论 |
|---|---|---|---|
| SCP-6500 | 95 | 23 Apr 2025 03:53 by Backlight SH | 15 Jan 2026 07:43 by xkdd |
| 链接 | 最后编辑 | 大小 |
|---|---|---|
| SCP-6500 段落 1 | 10 May 2024 01:10 by Aegnus | 1977 |
| SCP-6500 段落2 | 23 Apr 2025 03:55 by Backlight SH | 12077 |
| SCP-6500 段落 3 | 20 Apr 2024 10:27 by triphase | 31372 |
| SCP-6500 段落 4 | 27 Apr 2024 12:44 by triphase | 29685 |
| SCP-6500 段落 5 | 21 Apr 2024 17:39 by triphase | 20299 |
| SCP-6500 段落 6 | 23 Apr 2024 04:54 by Esperanza_Cai | 29788 |
| SCP-6500 段落 7 | 23 Apr 2025 03:57 by Backlight SH | 5973 |
| SCP-6500 段落 8 | 23 Apr 2025 03:57 by Backlight SH | 5483 |
| SCP-6500 段落 9 | 23 Apr 2025 03:58 by Backlight SH | 6349 |
| SCP-6500 段落 10 | 23 Apr 2025 03:59 by Backlight SH | 6315 |
| SCP-6500 段落 11 | 23 Apr 2024 03:57 by Aegnus | 9600 |
| SCP-6500 段落 12 | 23 Apr 2025 04:00 by Backlight SH | 4688 |
| SCP-6500 段落 13 | 23 Apr 2025 04:00 by Backlight SH | 4693 |
| SCP-6500 段落 14 | 30 May 2022 12:17 by Esperanza_Cai | 82790 |
| SCP-6500 段落 15 | 25 Apr 2024 21:17 by triphase | 32684 |
| SCP-6500 段落 16 | 26 Apr 2024 12:32 by triphase | 14599 |
| SCP-6500 段落 17 | 02 Jan 2025 21:38 by Aegnus | 22371 |
| SCP-6500 段落 18 | 27 Apr 2024 14:45 by triphase | 8197 |
| 序号 | 标题 | 分数 |
|---|---|---|
| 1 | SCP-3309愚人节版 | 5 |
| 2 | SPC-6500-0 | 0 |
| 3 | SPC-6500-2 | 0 |
| 4 | SPC-6500-4 | 0 |
| 5 | SPC-6500-5 | 0 |
| 6 | SPC-6500-1 | 0 |
| 7 | SPC-6500-6 | 0 |
| 8 | SPC-6500-3 | 0 |
| 9 | SCP-6689-3 | 0 |
| 10 | SCP-6689-4 | 0 |
| 11 | SCP-6689-5 | 0 |
| 12 | SCP-6689-6 | 0 |
| 13 | SCP-6689-7 | 0 |
| 14 | SCP-6689-8 | 0 |
| 15 | SCP-6689-9 | 0 |
| 16 | SCP-6689-10 | 0 |
| 17 | SCP-6689-12 | 0 |
| 18 | SCP-6689-13 | 0 |
| 19 | SCP-6689-14 | 0 |
| 20 | fragment:scp-6226-1 | 0 |
| 21 | SCP-7070-1 | 0 |
| 22 | SCP-7070-2 | 1 |
| 23 | SCP-7070-3 | 0 |
| 24 | fragment:scp-6445-1 | 0 |
| 25 | fragment:scp-6445-2 | 0 |
| 26 | SCP-6689-1 | 0 |
| 27 | SCP-6689-2 | 0 |
| 28 | SCP-6689-11 | 0 |
| 29 | 7000contestmriverson2 | 0 |
| 30 | 6988-1 | 0 |
| 31 | 阴间维加斯纸牌 | 0 |
| 32 | Scp 8145 A | 0 |
| 33 | Scp 8145 B | 0 |
| 34 | Scp 8145 C | 0 |
| 35 | Scp 8145 D | 0 |
| 36 | Scp 8145 E | 0 |
| 37 | Scp 8145 F | 0 |
| 38 | fragment:SCP-5623-1 | 0 |
| 39 | fragment:SCP-5623-2 | 0 |
| 40 | fragment:SCP-5623-3 | 0 |
| 41 | fragment:scp-6226-2 | 0 |
| 42 | 6988-2 | 0 |
| 43 | 慧根 0 | 0 |
| 44 | 慧根 1 | 0 |
| 45 | 慧根 2 | 0 |
| 46 | 慧根 3 | 0 |
| 47 | 慧根 4 | 0 |
| 48 | 慧根 5 | 0 |
| 49 | 慧根 6 | 0 |
| 50 | 慧根 7 | 0 |
| 51 | 慧根 8 | 0 |
| 52 | 慧根 9 | 0 |
| 53 | 7000contestmriverson1 | 0 |
最受欢迎的翻译
1. SCP-173(2337)
2. SCP-3999(1758)
3. ●●|●●●●●|●●|●(872)
4. SCP-5000(808)
5. SCP-3001(705)
6. SCP-7999(623)
7. SCP-1730(546)
8. 歡迎來到 SCP 基金會!(543)
9. 如何撰写一篇SCP文档(543)
10. SCP-049(514)
11. SCP-2000(510)
12. SCP-5004(479)
13. SCP-1983(456)
14. SCP-____-J(379)
15. SCP-3125(369)
16. SCP-055(359)
17. SCP-096(358)
18. SCP-6001(356)
19. SCP-3000(356)
20. SCP-4999(344)
21. SCP-682(341)
22. SCP-2639(335)
23. SCP-1000(309)
24. S. D. Locke的提案(303)
25. SCP-999(303)
26. SCP-2316(278)
27. SCP-1762(264)
28. Tufto的提案(263)
29. SCP-2718(262)
30. SCP-348(260)
31. SCP-7000(259)
32. SCP-2317(257)
33. SCP-2295(254)
34. SCP-3008(251)
35. 根据4000-Eshu协议已编辑(248)
36. SCP-3309(247)
37. SCP-001(247)
38. Lily的提案(240)
39. 维基语法(235)
40. SCP-8900-EX(232)
41. SCP-3936(230)
42. 你最后一个第一天(225)
43. SCP-4098(224)
44. SCP-914(222)
45. djkaktus的提案III(217)
46. 关于SCP基金会(212)
47. SCP-166(211)
48. SCP-1733(209)
49. SCP-4001(207)
50. 逆模因部中心頁(207)
51. SCP-5999(202)
52. SCP-4205(200)
53. SCP-2935(197)
54. 黑白黑白黑白黑白黑白灰(196)
55. 逆模因学入门(194)
56. AIAD 主頁面(194)
57. GOI球漫画(192)
58. SCP-3041(192)
59. SCP-5031(190)
60. SCP-321(186)
61. SCP-3930(183)
62. SCP-093(181)
63. 我该怎么删除文档(179)
64. 至死不渝(179)
65. 谈谈055(179)
66. The Great Hippo 与 PeppersGhost 的提案(177)
67. S Andrew Swann的提案(175)
68. SCP-087(174)
69. SCP-5140(173)
70. SCP-001:O5(171)
71. SCP-2662(169)
72. SCP-426(167)
73. SCP-8999(166)
74. SCP-6630(165)
75. SCP-002(165)
76. SCP-3812(164)
77. SCP格式资源(162)
78. 最适合学习黑暗力量的 5 所大学!第 1 名竟然是它!(159)
79. SCP-6000(159)
80. SCP-4028(157)
81. SCP-049-J(157)
82. SCP-048(156)
83. SCP-268-J(154)
84. SCP-1230(154)
85. 群星不待(153)
86. Clef博士教研班的文字记录,“现实扭曲者与你:怎样在现实并不存在时生存下来。”(153)
87. SCP-079(152)
88. SCP-6820(151)
89. 胜冠徒然(151)
90. 你的第一篇SCP!(151)
91. 伦理道德委员会培训(148)
92. SCP-2998(147)
93. SCP-010-J(146)
94. SCP-000(143)
95. 粪作中心页(142)
96. SCP-106(141)
97. “我要辞职”(138)
98. 分级委员会备忘(137)
99. 恐惧唯存(137)
100. Drdobermann的艺术作品(136)
101. SCP-5001(135)
102. SCP-4290(135)
103. SCP-6140(134)
104. Tanhony的提案(134)
105. SCP-2006(134)
106. SCP-711(132)
107. SCP-006-J(132)
108. SCP-105(132)
109. Tanhony的提案II(131)
110. SCP-294(131)
111. Clef博士的提案(129)
112. 给新手的指南(129)
113. Kate Mctiriss的提案(128)
114. SCP-529(126)
115. 相关组织匹配度大测试(125)
116. SCP-500(125)
117. SCP-3002(124)
118. SCP-579(124)
119. 安保许可等级(124)
120. SCP-3740(123)
121. SCP-1922-J(123)
122. SCP-008(122)
123. 站规(122)
124. 燃尽亚历山大城(121)
125. Jonathan Ball的提案(121)
126. SCP-7179(120)
127. B塔事故(120)
128. SCP-035(120)
129. 人尽皆知(119)
130. SCP-963(119)
131. SCP-610(119)
132. 令人作呕(118)
133. SCP-6959(117)
134. 观谬维基中心页(117)
135. SCP-3034(116)
136. SCP-3020(116)
137. SCP-3199(114)
138. SCP-3301(113)
139. SCP-140(113)
140. SCP-1440(112)
141. SCP-1000-KO(110)
142. SCP-谜团-J(110)
143. 循此苦旅,直抵群星 中心页(110)
144. Alto Clef(又称Ukulele特工,又称耶和华之子亚当,又称路西法,初堕者,又称那个混蛋等等)之死。(110)
145. 墓碑(109)
146. 回收自马里亚纳海沟的文档(109)
147. Mackenzie博士的作家观念指南(109)
148. SCP-3844(108)
149. SCP-076(108)
150. SCP-1678(107)
151. SCP-5005(106)
152. SCP-085(106)
153. SCP-073(105)
154. SCP-4100(104)
155. 平行宇宙和蒲公英酒(104)
156. CSS主题制作工具(103)
157. SCP-5002(102)
158. 父像映画(102)
159. SCP-4666(102)
160. SCP-5500(101)
161. SCP-9001(100)
162. Glass博士的例行心理评估(100)
1. SCP-9001(100)
2. SCP-268-J(154)
3. SCP-8999(166)
4. 相关组织匹配度大测试(125)
5. SCP-1000-KO(110)
6. SCP-7179(120)
7. SCP-7999(623)
8. SCP-7000(259)
9. SCP-6959(117)
10. SCP-6630(165)
11. 最适合学习黑暗力量的 5 所大学!第 1 名竟然是它!(159)
12. SCP-6820(151)
13. SCP-6001(356)
14. 令人作呕(118)
15. SCP-6000(159)
16. SCP-6140(134)
17. SCP-5000(808)
18. Drdobermann的艺术作品(136)
19. SCP-166(211)
20. Tanhony的提案II(131)
21. 胜冠徒然(151)
22. 墓碑(109)
23. SCP-5500(101)
24. SCP-5031(190)
25. SCP-5140(173)
26. SCP-5999(202)
27. SCP-5005(106)
28. SCP-5004(479)
29. SCP-5001(135)
30. SCP-5002(102)
31. SCP-谜团-J(110)
32. 歡迎來到 SCP 基金會!(543)
33. 分级委员会备忘(137)
34. SCP-4098(224)
35. 循此苦旅,直抵群星 中心页(110)
36. 观谬维基中心页(117)
37. B塔事故(120)
38. 燃尽亚历山大城(121)
39. 粪作中心页(142)
40. CSS主题制作工具(103)
41. SCP-4290(135)
42. SCP-4205(200)
43. 你的第一篇SCP!(151)
44. djkaktus的提案III(217)
45. SCP-3309(247)
46. SCP-3844(108)
47. SCP-4028(157)
48. 父像映画(102)
49. SCP-4666(102)
50. 我该怎么删除文档(179)
51. 根据4000-Eshu协议已编辑(248)
52. The Great Hippo 与 PeppersGhost 的提案(177)
53. SCP-4001(207)
54. SCP-4999(344)
55. SCP-4100(104)
56. Tufto的提案(263)
57. SCP格式资源(162)
58. SCP-049(514)
59. Lily的提案(240)
60. SCP-3936(230)
61. Tanhony的提案(134)
62. GOI球漫画(192)
63. SCP-3199(114)
64. SCP-3930(183)
65. SCP-3812(164)
66. SCP-049-J(157)
67. SCP-3740(123)
68. 平行宇宙和蒲公英酒(104)
69. 至死不渝(179)
70. SCP-2639(335)
71. SCP-1762(264)
72. SCP-3041(192)
73. SCP-3301(113)
74. SCP-3999(1758)
75. SCP-3034(116)
76. SCP-3020(116)
77. 逆模因部中心頁(207)
78. SCP-3008(251)
79. SCP-3125(369)
80. Glass博士的例行心理评估(100)
81. SCP-3001(705)
82. SCP-3002(124)
83. S. D. Locke的提案(303)
84. SCP-3000(356)
85. 恐惧唯存(137)
86. Alto Clef(又称Ukulele特工,又称耶和华之子亚当,又称路西法,初堕者,又称那个混蛋等等)之死。(110)
87. 你最后一个第一天(225)
88. 逆模因学入门(194)
89. 人尽皆知(119)
90. SCP-2935(197)
91. SCP-1730(546)
92. 群星不待(153)
93. SCP-711(132)
94. SCP-2718(262)
95. SCP-2316(278)
96. SCP-010-J(146)
97. “我要辞职”(138)
98. 谈谈055(179)
99. SCP-1678(107)
100. SCP-2662(169)
101. SCP-529(126)
102. SCP-321(186)
103. SCP-1922-J(123)
104. SCP-963(119)
105. SCP-500(125)
106. SCP-1230(154)
107. Clef博士教研班的文字记录,“现实扭曲者与你:怎样在现实并不存在时生存下来。”(153)
108. SCP-610(119)
109. SCP-999(303)
110. SCP-348(260)
111. SCP-1983(456)
112. SCP-140(113)
113. 回收自马里亚纳海沟的文档(109)
114. 伦理道德委员会培训(148)
115. SCP-1733(209)
116. SCP-006-J(132)
117. SCP-914(222)
118. SCP-426(167)
119. SCP-106(141)
120. SCP-096(358)
121. SCP-085(106)
122. SCP-093(181)
123. SCP-079(152)
124. SCP-294(131)
125. SCP-076(108)
126. SCP-073(105)
127. SCP-048(156)
128. SCP-035(120)
129. 黑白黑白黑白黑白黑白灰(196)
130. SCP-087(174)
131. SCP-1440(112)
132. SCP-579(124)
133. SCP-2000(510)
134. SCP-682(341)
135. 如何撰写一篇SCP文档(543)
136. ●●|●●●●●|●●|●(872)
137. SCP-008(122)
138. SCP-055(359)
139. SCP-____-J(379)
140. SCP-2295(254)
141. SCP-002(165)
142. S Andrew Swann的提案(175)
143. SCP-001:O5(171)
144. Clef博士的提案(129)
145. Jonathan Ball的提案(121)
146. AIAD 主頁面(194)
147. Kate Mctiriss的提案(128)
148. SCP-173(2337)
149. 站规(122)
150. SCP-2998(147)
151. 给新手的指南(129)
152. 关于SCP基金会(212)
153. 维基语法(235)
154. Mackenzie博士的作家观念指南(109)
155. SCP-105(132)
156. SCP-1000(309)
157. SCP-2317(257)
158. SCP-000(143)
159. SCP-2006(134)
160. SCP-8900-EX(232)
161. 安保许可等级(124)
162. SCP-001(247)
0分以下的翻译
1. What Is the Anomaly(-1)
2. SCP-8026(-1)
3. 啊,肚子饿了。(-1)
4. SCP-8237(-1)
5. SCP-9909(-1)
6. SCP-299-KO(-1)
7. SCP-6107(-1)
8. SCP-8187(-1)
9. 双意(-1)
10. SCP-8778(-1)
11. SCP-8106(-1)
12. SCP-645-J(-1)
13. SCP-8755(-1)
14. SCP-5354(-1)
15. SCP-6353(-1)
16. SCP-4819(-1)
17. SCP-2903(-1)
18. 光敏性癫痫警告(-1)
19. AO-19377033(-1)
20. SCP-2674(-1)
21. 于她怀中,(-1)
22. SCP-8085(-1)
23. SCP-7284(-1)
24. SCP-5702(-1)
25. SCP-4701(-1)
26. SCP-6018(-1)
27. 开心的青蛙(-1)
28. SCP-6623(-1)
29. SCP-7221(-1)
30. 钥匙的故事(-1)
31. SCP-1068-JP(-1)
32. SCP-6110(-1)
33. 三尺之下Ⅱ(-1)
34. SCP-7515(-1)
35. SCP-7932(-1)
36. SCP-4237(-1)
37. SCP-3958(-1)
38. SCP-4363(-1)
39. SCP-5812(-1)
40. SCP-3820(-1)
41. SCP-1646-JP-1(-1)
42. SCP-5519(-1)
43. SCP-5193(-1)
44. 命运中的爱与相对维度:Clef博士/神秘博士(-1)
45. 深绿之吻(-1)
46. SCP-1604-JP(-1)
47. SCP-2770-JP(-1)
48. SCP-2545(-1)
49. 疯闹一场就能成功(-1)
50. SCP-5521(-1)
51. SCP-3067(-1)
52. SCP-4323(-1)
53. SCP-1430(-1)
54. 飞行潮流(-1)
55. SCP-3945(-1)
56. Dr Noppadon 的艺术作品(-1)
57. 颠覆(-1)
58. SCP-4034(-1)
59. SCP-1907(-1)
60. SCP-3157(-1)
61. SCP-289-JP(-1)
62. SCP-2238(-1)
63. SCP-3552(-1)
64. SCP-3302(-1)
65. 神创纪(-1)
66. SCP-017-FR(-1)
67. SCP-2899(-1)
68. SCP-2775(-1)
69. SCP-3257(-1)
70. SCP-2558(-1)
71. SCP-2298(-1)
72. SCP-003-JP(-1)
73. SCP-2196(-1)
74. SCP-3025(-1)
75. SCP-1725(-1)
76. 黄(-1)
77. SCP-1632(-1)
78. SCP-1403(-1)
79. SCP-1239(-1)
80. SCP-1196(-1)
81. SCP-057-JP(-1)
82. SCP-1040(-1)
83. 什麼是真實存在的?(-1)
84. SCP-1734(-1)
85. SCP-2158(-1)
86. SCP-328(-1)
87. 大麻斗士(-2)
88. SCP-067-J(-2)
89. SCP-9071(-2)
90. 暴露狂幻想(-2)
91. SCP-8353(-2)
92. SCP-001-H(-2)
93. SCP-7790(-2)
94. SCP-1841(-2)
95. 【声音标识】岩永美容组合广告(-2)
96. SCP-8010(-2)
97. SCP-7803(-2)
98. SCP-6179(-2)
99. 万-维-网(-2)
100. SCP-3701(-2)
101. 万圣夜的吸血鬼(-2)
102. 常见异常误解列表(-2)
103. SCP-025-DE(-2)
104. SCP-7062(-2)
105. SCP-3308(-2)
106. SCP-2676(-2)
107. SCP-3139(-2)
108. SCP-3791(-2)
109. SCP-004-TH(-2)
110. SCP-4101(-2)
111. SCP-4061(-2)
112. SCP-4900(-2)
113. 使命(-2)
114. SCP-1270(-2)
115. SCP-3351(-2)
116. SCP-038-FR(-2)
117. SCP-2311(-2)
118. 一位螳螂女士的结婚礼物(-2)
119. SCP-1645(-2)
120. SCP-001-KO(-2)
121. SCP-5099(-3)
122. 是敌非友,但并非在此(-3)
123. SCP-4094(-3)
124. SCP-3356(-3)
125. SCP-CN-3414(-3)
126. SCP-6268(-3)
127. SCP-8921(-3)
128. SCP-8705(-3)
129. SCP-8328(-3)
130. SCP-2618(-3)
131. SCP-8779(旧)(-3)
132. SCP-3184(-3)
133. SCP-2378(-3)
134. 怀念的味道(-3)
135. 莫须有,(-3)
136. SCP-219-JP(-3)
137. 林中葬礼(-3)
138. SCP-3059(-3)
139. SCP-3224(-3)
140. SCP-021-IT(-3)
141. SCP-2659(-3)
142. SCP-128(-3)
143. SCP-1966(-3)
144. SCP-2840(-3)
145. 文件-SCP-1514-RM27(-3)
146. SCP-1515(-3)
147. SCP-1117(-3)
148. SCP-2894(-3)
149. SCP-2016(-3)
150. SCP-1738(-3)
151. SCP-1298(-3)
152. SCP-153(-3)
153. SCP-7560-J(-3)
154. SCP-358(-3)
155. Kit的噩梦惊魂院(-4)
156. Du在一垒?(-4)
157. SCP-2825(-4)
158. SCP-3205-JP(-4)
159. 断层线(-4)
160. SCP-063-VN(-4)
161. SCP-7815(-4)
162. SCP-4791(-4)
163. SCP-8031(-4)
164. SCP-7026(-4)
165. SPC-126-J(-4)
166. SCP-7621(-4)
167. SCP-5456(-4)
168. SCP-100-VN-J(-4)
169. SCP-6230(-4)
170. SCP-3235(-4)
171. SCP-5106(-4)
172. SCP-6870(-4)
173. SCP-2926(-4)
174. SCP-3028(-4)
175. SCP-2192(-4)
176. SCP-653(-4)
177. SCP-103(-5)
178. SCP-4462(-5)
179. SCP-8294(-5)
180. SCP-7801(-5)
181. SCP-8039(-5)
182. SCP-111-TH-J(-5)
183. 我知道,我知道,我知道(-5)
184. SCP-6824(-5)
185. SCP-4749(-5)
186. SCP-2216(-5)
187. SCP-6101(-5)
188. SCP-3801(-5)
189. SCP-4766(-5)
190. 她的杰作(-6)
191. SCP-8635(-6)
192. SCP-6841(-6)
193. SCP-8969(-6)
194. 一日一苹果...(-6)
195. SCP-8900(-6)
196. SCP-CJY-001(-6)
197. 最高评分的SCP(-6)
198. SCP-7837(-6)
199. SCP-6680(-6)
200. SCP-RO-001(-6)
201. SCP-1707(-6)
202. BB_CORN的艺术作品(-6)
203. SCP-8888-J(-7)
204. Lurker-沙盒(-7)
205. SCP-5479(-7)
206. 一些末日情景,我想是的(-7)
207. SCP-093“蓝色”测试(-7)
208. SCP-218(-7)
209. 坐着林肯大陆直奔地狱(-8)
210. 深渊之外:刀锋(-8)
211. SCP-4121(-8)
212. SCP-099-JP(-8)
213. Zevaxtians和Extasis的提案(-8)
214. 碇博士,我想(-8)
215. SCP-251(-8)
216. SCP-3835(-9)
217. SCP-3013-JP(-9)
218. 选举日(-9)
219. SCP-已编辑-J(-9)
220. SCP-6889(-9)
221. SCP-5324(-9)
222. SCP-5916(-9)
223. SCP-5042(-9)
224. SCP-910(-9)
225. SCP-1333-J!(-9)
226. SCP-3467-J(-9)
227. 你所爱的儿子(-10)
228. SCP-9869(-11)
229. SCP-8008(-11)
230. ██████ ██████博士(-11)
231. SCP-2370(-11)
232. SCP-RO-007-ARC(-11)
233. SCP-7526(-12)
234. 破损工具(-12)
235. SCP-9019(-14)
236. SCP-4337(-14)
237. The World And The Foundation(-14)
238. SCP-252-EX(-17)
239. Clef逝世(-17)
240. SCP-1474(-18)
241. SCP-6544(-22)
242. SCP-7066(-22)
243. SCP-1123(-22)
244. 你吸我越得劲……(-27)
245. Fashisuto的提案(-41)
246. 本页已停止使用(-71)
247. SCP-326(-164)
248. 最低评分的页面(-372)
有“旧页面”标签而不在old:分类的页面:
| 排名 | 标题 | 分数 |
|---|---|---|
| 1 | SCP-8779(旧) | -3 |
| 2 | SCP-1611 | 0 |
| 3 | SCP-2068 | 0 |
| 4 | SCP-1927 | 0 |
| 5 | SCP-1392 | 0 |
| 6 | SCP-5467 | 0 |
| 7 | 某对兄弟的艺术作品(旧) | 0 |
| 8 | SCP-496 | 1 |
| 9 | SCP-891 | 1 |
| 10 | SCP-1046 | 1 |
| 11 | SCP-1709 | 1 |
| 12 | SCP-3202 | 1 |
| 13 | 觉醒 第二章 | 1 |
| 14 | SCP-4620(旧) | 1 |
| 15 | SCP-2278 | 1 |
| 16 | SCP-5796(旧) | 1 |
| 17 | SCP-6310 | 1 |
| 18 | SCP-6342 | 1 |
| 19 | SCP-8421 | 1 |
| 20 | SCP-240(旧,版本2) | 2 |
| 21 | SCP-744 | 2 |
| 22 | SCP-4751 | 2 |
| 23 | SCP-6778 | 2 |
| 24 | SCP-6620 | 2 |
| 25 | SCP-5125 | 2 |
| 26 | SCP-1908 | 3 |
| 27 | SCP-574 | 3 |
| 28 | SCP-655 | 3 |
| 29 | 误称 | 3 |
| 30 | SCP-252-ARC | 3 |
| 31 | 2006年██月██日13时14分 | 3 |
| 32 | SCP-2704(旧) | 3 |
| 33 | SCP-5364 | 3 |
| 34 | SCP-6587(旧) | 3 |
| 35 | SCP-3193-JP | 3 |
| 36 | SCP-7615 | 3 |
| 37 | SCP-935 | 4 |
| 38 | SCP-3483 | 4 |
| 39 | sheppards刷过的艺术页(超酷!!!) | 4 |
| 40 | SCP-3247 | 4 |
| 41 | SCP-6021 | 4 |
| 42 | 科斯的096 | 4 |
| 43 | 戴帽子的Keter | 5 |
| 44 | 马尼斯蒂克广播 | 5 |
| 45 | SCP-HR009-J | 5 |
| 46 | Akumeoy的作者页 | 5 |
| 47 | 雾纱上的星 | 5 |
| 48 | SCP-6828 | 5 |
| 49 | SCP-6187(旧) | 5 |
| 50 | 我,Daniel Asheworth | 5 |
| 51 | 元批评2:异常艺术 | 6 |
| 52 | 塞伯坦安全协议管理局 | 6 |
| 53 | UTE-1666-Goodrick-Freud | 7 |
| 54 | 被删除的條目 | 8 |
| 55 | SPC中心页 2.0(旧) | 8 |
| 56 | SCP-7133 | 8 |
| 57 | 如何获取有意义的反馈 | 10 |
| 58 | SCP-5161 | 10 |
| 59 | 论评论:评论家的职责 | 13 |
| 60 | 危险:三叶比特虫! | 13 |
adult: 分类的翻译页面:
| 排名 | 标题 | 分数 |
|---|---|---|
| 1 | Julius L██████s博士的实验日记 | -6 |
| 2 | SCP-4174 | -4 |
| 3 | SCP-3099 | 1 |
| 4 | SCP-695 | 1 |
| 5 | 方片Jack | 2 |
| 6 | 深绿之吻 | 2 |
| 7 | SCP-835,已解密 | 3 |
| 8 | SCP-3075 | 3 |
| 9 | SCP-3684 | 4 |
| 10 | SCP-6009-J | 4 |
| 11 | SCP-2607 | 4 |
| 12 | SCP-2610 | 5 |
| 13 | 游荡半生 | 6 |
| 14 | SCP-4969 | 6 |
| 15 | 異常霍亂時期的慾望 | 8 |
| 16 | 四月愚人 | 8 |
| 17 | 835 行动后报告,已解密 | 9 |
| 18 | SCP-3380 | 9 |
| 19 | SCP-3265 | 9 |
| 20 | SCP-6593 | 9 |
| 21 | 性,毒品,金钱 | 10 |
| 22 | 命运中的爱与相对维度:Clef博士/神秘博士 | 11 |
| 23 | “像梦一样......” | 12 |
| 24 | 淫欲杀手 | 13 |
| 25 | SCP-4269 | 13 |
| 26 | SCP-2254 | 13 |
| 27 | 我们跻身上流了吗? | 13 |
| 28 | 瓶中短信 | 14 |
| 29 | SCP-597 | 15 |
| 30 | 华夫约会 | 15 |
| 31 | SCP-3629 | 15 |
| 32 | SCP-5069 | 15 |
| 33 | SCP-3236 | 16 |
| 34 | SCP-5169 | 17 |
| 35 | SCP-6969 | 17 |
| 36 | 性爱中的爱与相对安全 | 18 |
| 37 | SCP-5480 | 18 |
| 38 | SCP-3101 | 19 |
| 39 | 被来自Site-Everything的尖叫软骨灯塔撞击屁股 | 20 |
| 40 | SCP-2182 | 21 |
| 41 | 迭代 F | 27 |
| 42 | SCP-835 | 29 |
| 43 | 𝒫 | 30 |
| 44 | 欧五噫会9:XXXK级童贞完结情景 | 32 |
| 45 | 工作时间禁止约会 | 41 |
| 46 | 第二次约会 | 43 |
| 47 | 第三次约会 | 49 |
| 48 | 欢爱之血肉 | 58 |
| 49 | SCP-096-J | 80 |
| 50 | SCP-4960 | 91 |
| 51 | SCP-1004 | 96 |
| 52 | 在基金会不允许Bright博士做的事情 | 100 |
| 53 | Glass x Diogenes一生推! <3 | 275 |
| 54 | SCP-4231 | 312 |
| 55 | SCP-231 | 422 |
致敬传奇翻译
请按如下方式引用此页:
“Esperanza_Cai的冷门翻译们”,作者 Esperanza_Cai,来自 SCP-CN 维基。原文链接:https://scp-wiki-cn.wikidot.com/esperanza-s-translations。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:5353.JPG
图像作者:Olicus
授权协议:CC BY-SA 3.0
来源链接:Olicus的艺作页
文件名:esp-logo.png
图像作者:116633糖萼
授权协议:商业买断
备注:该图像不完全符合CC BY-SA 3.0协议,需要注意。
文件名:本页所有其他图像
图像作者:Esperanza_Cai
授权协议:CC BY-SA 3.0
来源链接:http://czyesperanza.wikidot.com/fanart-or-sth-idk
更多维基文档信息,请见版权信息总览。





