/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BASALT Theme [2021 Wikidot Theme] By Azamo & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP基金会"; --subtitle: " 控制 • 收容 • 保护"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); } body { background: rgb(250, 250, 250); font-family: 'Noto Sans SC', sans-serif; } #main-content { top: -2.8rem; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%); } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a.collapsible-block-link { background: transparent; } #side-bar a:visited { color: black; } #side-bar img, iframe.scpnet-interwiki-frame { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 1px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 96%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "来自记录与信息安全管理部的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "分级委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "来自潜在威胁战术响应局的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "伦理委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "时间异常部门\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "监督者议会\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "来自误传部门的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a { color: transparent; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after, .fnnum:hover::after { color: #3f21ff !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 11.5rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Noto Sans SC', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Noto Sans SC', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 110%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter { text-transform: uppercase; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } .avatar-hover { display: none !important; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "脚注与参考文献"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } .code pre, .code p, .code, tt { font-family: '仿宋', 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span { word-break: normal !important; }
[[/collapsible]]
[[/=]]
认证通过,欢迎到访Scotoma的办公室。
放眼万千,入目皆虚幻,A broad look , what I saw is fake ,
吾所知,吾所感,皆因汝所念。what I know , what I feel , It's all about you.
莫道前路难攀,Don't say the road ahead is difficult ,
请君回头看,when you look back ,
万水千山,为君一肩担。the trials of a long journey , I'll do it for you.
披荆斩棘,但愿逢君,Break open a way through bramble , I just want to see you ,
永驻笑靥。Smile forever.
由站点Mo-ring医生绘制的Scotoma
姓名:Scotoma,暗点,食尸的暗点 机娘 食尸卿
性别:男 ?
安保许可等级:四级
专长:站务管理、作战指挥、收容研究、奇术、[数据屏蔽]等。
地点:Site-CN-64
职务:Site-CN-64副主管 白笛
状态:任职中
描述:Scotoma为一机械有机体,身高190cm,重105kg。Scotoma最初从一场疑似奇术实验中被救援人员发现,其体内含有一种未知金属,且含量巨大。Scotoma左臂及骨骼完全由此金属构成,据现有体检报告称,该金属具有生理活性且参与体内循环,在对Scotoma左臂进行的锥刺、敲打、电击等检测中,其全金属左臂也具备知觉。在对Scotoma左臂进行扫描后发现一组特殊线条,在将线条输入计算机分析后得到一个标志(下图),此图案经常以半透明状出现在Scotoma身边,该图案也存在于其左眼的虹膜中。
Site-CN-64的相关资料表明,Scotoma至少以5种不同的外貌出现过,其中包括3名男性的外貌以及两名女性的外貌,且均具有金属左臂、骨骼以及左眼虹膜特征。在一次局部收容失效中,监控画面拍摄到Scotoma将左臂液化变形,阻挡了突破收容的项目,但Scotoma却拒绝在身体测试中使用该能力。Scotoma可熟练使用奇术,但为对其进行有效控制,其颈部被安装奇术压制&自爆项圈。在其担任设施尸体管理部门主管期间,Site-CN-64尸体管理部门飞速发展,规模居基金会首位,同时,Site-CN-64对D级人员需求量直线上升,因此,Scotoma人称“食尸的暗点”。

个人履历
1938/6/13:在一次Site-CN-64的奇术实验中被发现,疑为该实验产物。
1938/10/20:在进行一系列观察实验后,颈部被安装自爆&奇术压制装置,编入MTF-辛午-01,正式加入SCP基金会。
1940/02/07:在驻守设施时,遭遇一次较大规模收容失效,因处理妥当,被转编至设施安保部门担任安保队长。
1951/07/19:晋升为安保部门副部长。
1959/09/25:晋升为安保部门部长。
1967/06/17:转任内部安保部门主管。
1975/01/01:兼任Site-CN-64副主管。
2001/09/07:Site-CN-64首创尸体管理部门,出任尸体管理部门主管。
Scotoma拿着体检单,手插口袋,一步三摇的走到医务室门口一脚踹开门,大摇大摆的走进医务室,开口嚷道:“来人!还不快给爷伺候上?爷不满意的话,今儿个就封了你的门。”只见里屋走出一郎中,白帽子,白大褂,针筒药瓶儿身上挂,上来就给Scotoma抽上一针血。Scotoma哪儿挨得了这么老粗一根针?当场就喊道:“哎呦我滴个亲娘诶,你这上来就给我来一针!你……你你你……你干什么啊你?信不信我把你这儿拆喽!”那郎中也不抱怨,安安生生给Scotoma递来一物,白白净净一纸条,上面两条红杠杠,好生讨人喜欢。但Scotoma一看就不乐意了,当即发难右手抄一七七四十九斤办公桌,左手抡一九九八十一斤大铁床,顺势就要向那郎中头上砸。那郎中一看这架势也就慌了,张口就来:“好汉饶命,在下莫名,刚才手残拿错物件,这不是你的,是狗的!”Scotoma一听更来气了,当即骂道:“你个小兔崽子还敢骂我?爷看你是该盘了!”说时迟,那时快,莫名一个鹞子翻身躲过了办公桌,但Scotoma又拧身一挥顺势将大铁床砸向莫名。莫名倒地一滚堪堪躲了过去,但被铁床的气流震飞数米。Scotoma乘胜追击,双手一合,欲将莫名挤成肉酱,但莫名双手前伸复后挪,前脚撤,后脚挪,愣是将Scotoma的力道卸去大半。Scotoma又欲进攻,但定睛一看,莫名已换了装扮,左手拿一扫帚,右手拿一拖把,左手扫帚挥成风,右手拖把扫成影。Scotoma一看,心中一惊,急忙格挡。但莫名瞅着Scotoma前方坚固,后方必然空虚,侧身蹬墙腰一扭,身一转,拖把直奔Scotoma后颈,但Scotoma哪甘示弱?右手向后一挥,用桌子挡下莫名的拖把,莫名反被振退。Scotoma一看破绽来了,借着那股劲儿,右手桌子撑地将身子带起,左手抡着铁床直接拍向莫名,这下莫名挡也挡不住,躲也躲不了,只得用双手硬接这招,但怎敌得Scotoma大力?当场倒地,幸存一口气。Scotoma双手一甩嘴里一哼便出门而去,临走前忽然一激灵,扭头一看,嘿!那屋角处还真有一白狗,但着眼全屋,早已面目全非。
原创SCP
SCP-CN-1224
+22 … 11
最新评论: RainTree 于 13 Feb 2020 03:40
最新编辑: Scotoma 于 16 May 2021 05:01
(1).jpg)
项目编号:SCP-CN-1224 项目等级:Euclid Keter 特殊收容措施:SCP-C...
标签: keter k级情景 scp site-cn-64 原创 建筑 精神影响
SCP-CN-1524
+36 … 6
最新评论: Scotoma 于 27 Jan 2021 13:14
最新编辑: Scotoma 于 04 Mar 2021 08:36
...
标签: k级情景 scp site-cn-64 thaumiel 人形生物 原创
SCP-CN-1525
+21 … 2
最新评论: Scotoma 于 05 Mar 2020 15:01
最新编辑: Scotoma 于 04 Mar 2021 08:37
...
标签: keter k级情景 scp site-cn-64 原创 反熵 概念
SCP-CN-1927
+17 … 5
最新评论: incompetent5 于 10 Sep 2020 02:29
最新编辑: Sekai_s 于 01 Feb 2021 16:32
著作信息 SCP-CN-1927: 作者:Scotoma,作者页在此 图片来源:http://scp-wiki-cn.wikidot.com/local--files/gallery/IMAG0206%28new%29.jpg由Yu Ken Dai上传至画廊 ...
标签: 2020画廊大赛 safe scp site-cn-19 人造物品 仪式性 原创 欲肉教
SCP-CN-1526
+73 … 31
最新评论: ChroIridium 于 28 May 2021 02:17
最新编辑: Scotoma 于 05 May 2021 07:44

Info SCP-CN-1526:宝宝巴适 作者:Scotoma,作者页在此 图片来源:图一http://scp-wiki-cn.wikidot.com/local--files/gallery/freakingbaby.jpg由Sharethesilence上传至画廊。 图二由http://pngimg.com/download/60210 与...
标签: 2020画廊大赛 gp快递 safe scp site-cn-64 人形生物 原创 强迫性 活物 移情作用 精神影响 观察影响
SCP-CN-1213
+30 … 4
最新评论: Scotoma 于 26 May 2020 04:20
最新编辑: Sekai_s 于 27 Jan 2021 04:10
著作信息 SCP-CN-1213: 作者:Scotoma,作者页在此 感谢EuleNLau与whlie rock 不匹配任何一个现有的用户名对本文进行指导!...
标签: safe scp site-cn-09 动物 原创 变形 寄生性 活物 节肢动物
SCP-CN-1554
+30 … 2
最新评论: Scotoma 于 05 Oct 2020 05:36
最新编辑: Scotoma 于 05 Dec 2020 16:50
...
标签: keter k级情景 scp site-cn-64 原创
SCP-CN-1595
+32 … 10
最新评论: Cice 于 02 Dec 2020 15:26
最新编辑: Mo-ring 于 20 Mar 2021 13:18
Info 作者:Scotoma,作者页在此 图片来自https://pixabay.com/zh/illustrations/fractal-digital-spiral-fractal-1231400/ https://pixabay.com/zh/photos/fantasy-wanderer-sculpture-monument-2925250/...
标签: area-cn-07 k级情景 mobile-site-cn scp site-cn-64 不可摧毁 传染性 原创 地点 寄生性 形态改变 感知力 无形 无效化 时空 本质促动 登神 精神影响 认知危害
SCP-CN-1473
+56 … 6
最新评论: Scotoma 于 20 Jun 2021 16:00
最新编辑: Scotoma 于 26 Jun 2021 08:02
...
标签: ad-astra apollyon k级情景 scp site-cn-64 原创 异学会 无形 时空 星际 第二海托世教会 超维度
SCP-CN-1036
+28 … 12
最新评论: Scotoma 于 01 May 2021 09:14
最新编辑: Scotoma 于 30 Apr 2021 04:45
项目编号:SCP-CN-1036 项目等级:Keter ...
标签: are-we-cool-yet keter k级情景 scp site-cn-64 原创 本质促动 精神影响
SCP-CN-2303
+15 … 11
最新评论: Kcorena 于 17 Jun 2021 09:18
最新编辑: Scotoma 于 10 Jun 2021 23:39
+ Show component code - Hide component code + Show component code - Hide component code 著作信息 SCP-CN-2303:禁 止 套 娃 作者:Scotoma,作者页在此。 图片来源: 4/CN-2303 级...
标签: keter scp site-cn-64 原创 时空
原创故事
SCP少女❤️秘密甜心❤️茶话会!
+81 … 6
最新评论: Golence 于 22 Jun 2020 07:00
最新编辑: Scotoma 于 04 Jan 2021 15:55
...
标签: creepypasta site-cn-64 原创 故事
探秘基金会尸体管理部门
+251 … 30
最新评论: DrWeddell 于 09 Jul 2021 02:29
最新编辑: Dr Hormress 于 09 Jul 2021 16:11
...
标签: area-cn-07 site-cn-64 原创 故事 死亡终结 登神 精品
基金会与GOI之二三事:被神唾弃的世界
+55 … 14
最新评论: Scotoma 于 04 Nov 2020 10:51
最新编辑: Scotoma 于 13 May 2021 12:54
...
标签: site-cn-64 原创 基金会4k 故事 欲肉教 生 破碎之神教会
基金会与GOI之二三事:未曾踏入自由之乡
+46 …
最新评论: 于
最新编辑: Confucian Lee 于 11 Jun 2021 02:32
Info 作者:Scotoma,作者页在此 图片来自Dr Bottle,感谢瓶子哥。...
标签: site-cn-64 原创 基金会4k 安德森机器人 异学会 故事 普罗米修斯实验室 梦神集团 破碎之神教会
致敬美好的明天
+24 … 3
最新评论: Backlight SH 于 29 Nov 2020 03:31
最新编辑: Scotoma 于 29 Nov 2020 02:12
...
标签: 原创 故事
赵艾伦和他的方舟
+32 … 10
最新评论: Scotoma 于 23 Dec 2020 11:36
最新编辑: 14#7_MonochromeMix 于 30 Jan 2021 05:38
...
标签: 原创 故事 曝光 死亡终结
基金会与GOI之二三事:被放逐者的救赎黎明
+44 … 9
最新评论: Scotoma 于 15 May 2021 10:26
最新编辑: Confucian Lee 于 11 Jun 2021 02:31
Info 基金会与GOI之二三事:被放逐者的救赎黎明 作者Scotoma,作者页在此。 图源: https://pixabay.com/zh/photos/ancient-ruins-middle-east-291...
标签: 原创 异学会 故事 狄瓦 第二海托世教会
原创GoI格式
Gp快递:Un-Bio-T4579831/便携式多功能银发异瞳双马尾超机动魔法奇术少女
+26 … 8
最新评论: Gottfried Gauss 于 12 Mar 2021 03:15
最新编辑: Scotoma 于 19 Feb 2021 03:59
Gp快递归档数据库 搜索 GP/Un-Bio-T4579831 快递信息 收件 日期 2018年6月13日 收件人 ███(应收件人要求抹除) 地址 美国 佐治亚州 亚特兰大市 ██区 ████(应收件人要求抹除详细位置) 运费 28000$ 发件人 ███(发件人要求抹除) 配送 方式 普通快递 派送 情况 已派送完毕 发票 类型 ...
标签: goi格式 gp快递 原创
原创图书馆页面
无人传唱,尽是悲怆
+28 …
最新评论: 于
最新编辑: Scotoma 于 20 Nov 2020 06:45
...
标签: wanderers 原创 苍树与血 韵文
残垣
+14 … 4
最新评论: Scotoma 于 20 Sep 2020 03:02
最新编辑: Scotoma 于 20 Nov 2020 06:46
...
标签: wanderers 原创 苍树与血
梦乡
+11 … 4
最新评论: Scotoma 于 30 Apr 2020 15:18
最新编辑: Scotoma 于 20 Nov 2020 06:47
...
标签: wanderers 原创 苍树与血
身为心行,身为心亡
+17 … 2
最新评论: Scotoma 于 24 May 2020 15:32
最新编辑: Scotoma 于 20 Nov 2020 09:57
...
标签: wanderers 原创 苍树与血
其他原创
哺育愚昧
+21 … 4
最新评论: stg-44 于 04 May 2020 09:48
最新编辑: Sekai_s 于 14 Jan 2021 12:04
...
标签: wanderers 原创 成人内容 苍树与血
翻译SCP
SCP-5205
最新评论: Scotoma 于 27 Jul 2020 11:55
最新编辑: Sekai_s 于 24 Mar 2021 09:59
著作信息 SCP-5205“超自然现象”作者:DrAkimoto ★ DrAkimoto的作者页 ★ 批评者:cybersqyd、MalyceGraves、Dr Moned、Francis Scalia、Marcelles_Raynes、Riemann 译者:Scotoma。作者页在此 1/5205 级 1/5205 机密 ...
标签: euclid scp 地点 生物性 肢体 超维度
SCP-3327
最新评论: Scotoma 于 04 Jan 2021 14:17
最新编辑: XANARCHY MILITIA 于 04 Jan 2021 13:47
著作信息 SCP-3327 苏联掩体群 by:DrMorris 译者:ScotomaH-Storm Z,原文链接http://www.scpwiki....
标签: safe scp 军事 历史性 地下 建筑 时空
SCP-5302
最新评论: Scotoma 于 29 Apr 2021 12:12
最新编辑: hoah2333 于 29 Apr 2021 11:32

SCP-5302 著作信息 SCP-5302 “甜蜜胴体” 作者:Laneous 不匹配任何一个现有的用户名 译者:Scotoma,原文链接http://www.scpwiki.com/scp-5302 项目编号:SCP-5302 等级 3/5302 项目等级:Safe 机密 先前位于SCP-5302所在地的墓地 ...
标签: 2020连写竞赛 safe scp 人形生物 医学性 地点 尸体 食物
SCP-5960
最新评论: Scotoma 于 29 Apr 2021 15:59
最新编辑: hoah2333 于 29 Apr 2021 14:09
著作信息 SCP-5960 “Webbey的原汁焕肤花生酱” 作者:RockTeethMothEyes 译者:Sc...
标签: safe scp 变形 食物
SCP-5896
最新评论: Scotoma 于 30 Apr 2021 05:47
最新编辑: hoah2333 于 30 Apr 2021 10:24
著作信息 SCP-5896 “Windows95老年版” 作者:Edna Granbo 译者:Scotoma,原文链接http://www.scpwiki.com/scp-5896 4/5896 级 4/5896 机密 项目编号: SCP-5896 项目等级: Keter ...
标签: keter scp 媒体 机械 活物 生物 电脑 线上
SCP-5294
最新评论: Claire Walker 于 25 Jun 2021 04:51
最新编辑: hoah2333 于 02 May 2021 03:39
著作信息 SCP-5896 “鼠尾老太” 作者:Dr Leonard 译者:Scotoma,原文链接http://www.scpwiki.com/scp-5294 项目编号:SCP-5294 项目等级:Neutralized...
标签: asci scp 不可摧毁 人形生物 历史性 感知力 掠食性 敌意 无效化 智能 活物 自我修复 鼠类
其他翻译
Allerarey的艺作页
最新评论: ZZZZZac 于 23 Aug 2020 16:31
最新编辑: M Element 于 23 Aug 2020 13:35
嗨。 我是 AlleraRey 这是我的艺作们。 使用的设备:以前是三星Galaxy Note II,现在是Sony Xperia Z。|程序:以前是免费的Autodesk Sketchbook,现在是ibis Paint X。 按时间顺序: SCP-4657 烟花致友 SCP-4729 苦伤至美 SCP-2935 ...
标签: 艺术作品
更多页面
SCP-CN-547
+45 … 16
作者: {$written_by};与cat*ze合著
最新评论: cat*ze 于 10 Sep 2018 11:36
最新编辑: SisterTan_Greasy 于 16 Sep 2020 10:05
...
标签: euclid scp site-cn-64 人形生物 原创 合著
Scotoma和Chris Evertworth的私房照(是缝合怪啦,反正都是Mo-ring画的)
由FishSimple绘制的Scotoma(不要管头)
由FishSimple绘制的Scotoma
由YUANNN绘制的Scotoma
由Wine_Arc书写的Scotoma
由Wine_Arc书写的Scotoma
由Carlos绘制的收容失效中的Scotoma

加入证明
被批准加入网站

初次见面
在讨论区发言

秘密实验室
在沙盒中创建自己的页面

三人行
在讨论区发布草稿

一小步
发布一篇文档

录取通知
创建人事档案

封面彩图
发布的故事成为精品故事

铜奖章
发布一篇评分15以上的文档

银奖章
发布一篇评分30以上的文档

金奖章
发布一篇评分50以上的文档

创作学徒
发布5篇以上的SCP文档

创作先生
发布10篇以上的SCP文档

说书人学徒
发布5篇以上的故事

喜欢祭典
参加一次竞赛

人类学家
发布一篇评分20以上的、具自我的,外貌近似人类的,人型生物项目的SCP文档

生物学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:生物性、活物、基因、动物、植物、细菌

天文学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:星际、行星、卫星、恒星、月球

心理学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:精神影响、模因、强迫性、移情作用、记忆影响、知识

崩坏的契机
发布一篇评分20以上、包含K级情景标签的SCP文档

守护秩序的恶魔
发布一篇评分20以上、关于Thaumiel级项目的SCP文档

简单的就是最好的
发布一篇通常格式的且不包含附录、录音、实验记录、访谈记录、探索记录等的SCP文章,并得到20以上的评分

乱七八糟的Keter
发布一篇评分20以上、关于Keter级项目的SCP文档

无效攵攵攵化
发布一篇评分20以上、关于Neutralized级项目的SCP文档

旅行家
发布一篇评分20以上的、包含下列任一标签的SCP文档:时空、未来、超维度、地图、门径

建筑学家
发布一篇评分20以上的、包含下列任一标签的SCP文档:城市、建筑、地点

大家一起来
发布一篇合作文档

周刊杂志
一个月内发布4篇以上的文档
1. 探秘基金会尸体管理部门 [+251 (+269/-18)]
21 Aug 2020 23:32 by Scotoma 评论数:30 总字数:16187
2. SCP-CN-2233 [+151 (+168/-17)]
16 Feb 2021 04:19 by BruceWu0463 评论数:23 总字数:2252
3. SCP少女❤️秘密甜心❤️茶话会! [+81 (+89/-8)]
21 Jun 2020 01:55 by Scotoma 评论数:6 总字数:9685
4. SCP-CN-1082 [+78 (+81/-3)]
01 Oct 2019 11:29 by SisterTan_Greasy 评论数:10 总字数:9188
5. SCP-CN-1526 [+73 (+78/-5)]
18 Mar 2020 01:01 by Scotoma 评论数:31 总字数:4481
6. SCP-CN-1473 [+56 (+61/-5)]
29 Jan 2021 06:26 by Scotoma 评论数:6 总字数:11448
7. 基金会与GOI之二三事:被神唾弃的世界 [+55 (+56/-1)]
31 Oct 2020 05:56 by Scotoma 评论数:14 总字数:8439
8. SCP-CN-1546 [+48 (+59/-11)]
15 Dec 2020 08:58 by Kcorena 评论数:14 总字数:30
9. SCP-CN-1951 [+48 (+52/-4)]
09 Feb 2020 06:39 by Mo-ring 评论数:5 总字数:3761
10. SCP-CN-1809 [+48 (+59/-11)]
10 Jan 2020 13:05 by WOrs Obrine 评论数:17 总字数:6127
11. 基金会与GOI之二三事:未曾踏入自由之乡 [+46 (+49/-3)]
15 Nov 2020 14:02 by Scotoma 评论数:0 总字数:6414
12. SCP-CN-547 [+45 (+49/-4)]
09 Sep 2018 12:36 by cat*ze 评论数:16 总字数:6011
13. SCP-CN-1810 [+42 (+52/-10)]
18 Mar 2020 08:46 by WOrs Obrine 评论数:7 总字数:8115
14. SCP-CN-1460 [+40 (+49/-9)]
23 Jan 2021 12:25 by H-Storm Z 评论数:22 总字数:8538
15. SCP-CN-1524 [+36 (+47/-11)]
09 Feb 2020 09:44 by Scotoma 评论数:6 总字数:4125
16. SCP-CN-1931 [+34 (+39/-5)]
06 Mar 2020 09:59 by Dr Vodka Skyy 评论数:26 总字数:9689
17. 牧歌 [+33 (+40/-7)]
21 Feb 2020 11:05 by YUANNN 评论数:7 总字数:5901
18. SCP-CN-1149 [+33 (+34/-1)]
31 Jan 2020 03:20 by Mo-ring 评论数:5 总字数:5131
19. SCP-CN-1595 [+32 (+36/-4)]
27 Nov 2020 02:55 by Scotoma 评论数:10 总字数:12359
20. SCP-CN-1554 [+30 (+33/-3)]
05 Oct 2020 04:43 by Scotoma 评论数:2 总字数:4896
21. SCP-CN-1565 [+29 (+36/-7)]
22 Mar 2020 03:12 by DrEaster 评论数:7 总字数:13024
22. SCP-CN-1036 [+28 (+30/-2)]
29 Apr 2021 12:23 by Scotoma 评论数:12 总字数:4451
23. SCP-CN-1740 [+27 (+38/-11)]
12 Mar 2020 10:41 by Maybe-ABS 评论数:3 总字数:7688
24. SCP-CN-1564 [+26 (+29/-3)]
26 Apr 2020 23:29 by DrEaster 评论数:9 总字数:9706
25. SCP-CN-1060 [+26 (+30/-4)]
06 Feb 2019 08:01 by #ApmV 评论数:11 总字数:3340
26. SCP-CN-509 [+26 (+29/-3)]
02 Sep 2018 15:23 by M Element 评论数:9 总字数:1322
27. SCP-CN-1850 [+25 (+34/-9)]
23 May 2020 11:29 by (user deleted) 评论数:13 总字数:3504
28. SCP-CN-2743 [+24 (+26/-2)]
07 May 2021 14:16 by Chris Evertworth 评论数:3 总字数:6009
29. 蚕 [+23 (+25/-2)]
07 Jan 2021 19:03 by Mo-ring 评论数:1 总字数:16185
30. SCP-CN-1340 [+23 (+29/-6)]
26 Mar 2020 07:55 by WOrs Obrine 评论数:16 总字数:12894
31. SCP-CN-1764 [+22 (+34/-12)]
19 Dec 2020 16:31 by DrEaster 评论数:8 总字数:7201
32. SCP-CN-1224 [+22 (+26/-4)]
26 Jul 2019 01:36 by Scotoma 评论数:11 总字数:5340
33. SCP-CN-1525 [+21 (+34/-13)]
05 Mar 2020 08:46 by Scotoma 评论数:2 总字数:3334
34. SCP-CN-1690 [+21 (+29/-8)]
03 Mar 2020 00:36 by LMythe 评论数:8 总字数:5015
35. 一窝雀 [+21 (+22/-1)]
24 Feb 2020 09:30 by YUANNN 评论数:3 总字数:6146
36. SCP-CN-1080 [+21 (+24/-3)]
25 Aug 2019 11:26 by Sakuya Fortuna 评论数:7 总字数:4817
37. SCP-CN-1130 [+21 (+23/-2)]
14 Jun 2019 06:16 by Mo-ring 评论数:5 总字数:6100
38. SCP-CN-2977 [+17 (+21/-4)]
25 Jul 2021 15:37 by Suloob 评论数:6 总字数:7583
39. SCP-CN-2303 [+15 (+18/-3)]
10 Jun 2021 16:10 by Scotoma 评论数:11 总字数:13530





