/* Paperstack Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Inkblot Theme by Croquembouche Word Processor Theme by stormbreath Modern Theme by Azamo Simple Yonder Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: 0.87rem; } body { font-family: 'Oxygen', sans-serif; } body { color: #000000; background-image: linear-gradient( to bottom, #EFEFEF, #EFEFEF 276px, #D3D3D3 276px, #ffffff 282px, #ffffff 282px, #ffffff 100%); background-repeat: no-repeat; } #main-content { top: -1.6rem; padding: 0.2em; } .page-source, .code pre, .code p, .code, tt{ font-family: "Fira Code", monospace; } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none;} /* Style the new text */ #header h1 a::before, #header h2::before { color: #333333; font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } div#search-top-box { top: 2.3rem; right: 8px; } /* ---- TOP BAR ---- */ #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #333333; } /* ---- SIDE BAR ---- */ #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: 0px 0px 7px #999999; background: #ffffff; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); border: 1px white; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #fff; left: -19em; } #side-bar:target { border: none; box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: 0px 0px 4px #999999; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /* ---- INFO BAR ---- */ body{ --barColour: #333333; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #ffffff; box-shadow: 0px 0px 7px #999999; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: 0px 0px 7px #999999; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } /* ---- PAGE ELEMENTS ---- */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } blockquote, div.blockquote, #toc, .code { background-color: #F8F8F8; border: solid 1px #F8F8F8; box-shadow: 0px 0px 4px #999999; } .scp-image-block { border: solid 8px #ffffff; box-shadow: 0px 0px 5px #999999; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #ffffff; border-top: solid 4px #ffffff; color: black; } #page-content .wiki-content-table tr th { border: solid 1px #999999; background-color: #efefef; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px #999999; /* set border for table content */ } div.modalbox { border-radius: 0; border: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); } /*-- tags --*/ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { height: 0.9rem; line-height: 0.9rem; font-size: 0.76rem; background-color: #FDFDFD; border-radius: 0.6rem 0.12rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.2rem 0.42rem 0.25rem 0.46rem; box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27); } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; color: #ffffff; background-color: #B8B8B8; color: transparent; text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } /* ---- CUSTOM SYNTAX ---- */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } @media (max-width: 1200px) { .grid-item { min-width: 50%; } } .logo { position: absolute; width: 180px; top: -154px; left: -17em; z-index: -1; } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } } .textbox { position: absolute; width: 42%; top: 7.5rem; } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
/* 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%; } }

共 38 篇
English
- SCP-654
- SCP-2628
- SCP-2795
- SCP-4537
- SCP-4911
- SCP-5246
- SCP-5297
- SCP-5347
- SCP-5348
- SCP-5480
- SCP-5693
- SCP-5799
- SCP-5827
- SCP-6669
- SCP-6009-J
- Caspian2的档案资料
- Cole 13的画室
- *第一章:灰岛之游
- *第二章:岛屿谋杀谜案
- 第三章:玉蜀黍淀粉
- 控制 收容 像素
- 理想
- 每当你我重见之时 中心页
- *我,中心页(2021愚人节)
- 小家伙们
- 虚空舞者 中心页
- 序章:坠落的感觉
- 一棵树,一颗宝石,一个家庭 中心页
- 雨中的星期一
日本語
Deutsch
Español
| 簡短的成就 | ||
|---|---|---|
| 加入證明 | ![]() |
被批准加入網站 |
| 初次見面 | ![]() |
在討論區發言 |
| 秘密實驗室 | ![]() |
在沙盒中創建自己的頁面 |
| 銅獎章 | ![]() |
發佈一篇+15以上的SCP |
| 翻譯學徒 | ![]() |
翻譯5篇以上的外語文檔 |
| 翻譯先生 | ![]() |
翻譯10篇以上的外語文檔 |
| 超Excite | ![]() |
翻譯20篇以上的外語文檔 |
| 人類學家 | ![]() |
發佈一篇評分20以上的、具自我的,外貌近似人類的,人型生物項目的SCP文檔 |
留下你的足跡吧!——
Twilit
呱! ——
xOLowithSinnine
我来力,留下痕迹。 ——
fwUntidy
我也来了!- -
module css
来了!- -
Nightingale_FZ
[[div style="background-color: #F5F5F5; margin: 10px 5px; padding: 5px; padding-left: 10px; border-left: solid 3px #000000; border-radius: 0px;"]]
[[=]]
@@ @@
**發佈者:**[[*user Username]]
**譯者:**[[*user Twilit]]
**原文:**[http://www.scpwiki.com/xxxx XXXX]
@@ @@
[[/=]]
[[/div]]
[[include :scp-wiki-cn:credit:start-standalone]]
[[include :scp-wiki-cn:credit:more-standalone]]
[[include :scp-wiki-cn:credit:end-standalone]]
[[footnoteblock]]
[[div class="footer-wikiwalk-nav"]]
[[=]]
<< [[[SCP-]]] | SCP- | [[[SCP-]]] >>
[[/=]]
[[/div]]
[[include component:image-block name=XXX.png|caption=Description.]]
原创SCP
SCP-CN-1354
+23 … 11
最新评论: hallo awa 于 10 Jan 2021 01:41
最新编辑: Twilit 于 14 Jul 2021 03:25
...
标签: euclid scp site-cn-10 人形生物 光照影响 原创 植物
翻译SCP
SCP-1044-JP
最新评论: Twilit 于 01 Jan 2021 04:40
最新编辑: Twilit 于 08 Mar 2021 11:34
著作信息 标题:SCP-1044-JP - 耳を傾ける者に(倾听者) 原作者:©︎Fennecist 发布年份:2018 SCP-1044-JP 项目编号:SCP-1044-JP 项目等级:Safe 特殊收容措施:存在SCP-1044-JP的████公园中,相关区域内,在可能沉降的情况下,建立围栏以防止平民进入。目前暂停对SCP-1044-JP的一切测试。 描述:...
标签: jp safe scp 二次翻译 人造物品 夜间活动 强迫性
SCP-168-DE
最新评论: NGC-4826 于 16 Jan 2021 05:31
最新编辑: Twilit 于 16 Jan 2021 03:40
...
标签: de safe scp 不可移动 二次翻译 建筑
SCP-2628
最新评论: Twilit 于 15 Feb 2021 14:39
最新编辑: Twilit 于 15 Feb 2021 23:10
...
标签: keter scp 心灵感应 成瘾性 电脑 线上
SCP-2795
最新评论: ForJD 于 28 Jan 2021 14:38
最新编辑: pokm 于 28 Jan 2021 09:16
...
标签: safe scp wondertainment博士 人形生物 感知力 智能 玩具 自主
SCP-2992-JP
最新评论: Twilit 于 21 May 2021 11:58
最新编辑: Twilit 于 22 Jun 2021 02:25
_ + Show...
标签: jp scp 传送 家具 未收容 本质促动 机密分级 记忆影响
SCP-4537
最新评论: Twilit 于 05 Dec 2020 02:55
最新编辑: Twilit 于 05 Dec 2020 07:39
项目编号:SCP-4537 项目等级:Safe Neutralized 特殊收容措施:...
标签: scp 人形生物 感知力 无效化 智能 艺术性 观察影响
SCP-4911
最新评论: VOL7 于 30 Jun 2021 15:51
最新编辑: Twilit 于 23 Jun 2021 09:48
项目编号:SCP-4911 项目等级:Safe 负责站点:n/a 项目主管:n/a 首席研究员:n/a 指派特遣队:n/a 1/4911 级 机密 SCP-4911 项目编号:SCP-4911 项目等级:Safe...
标签: safe scp 建筑 石质 观察影响 记忆影响 题写
SCP-5246
最新评论: Twilit 于 25 Nov 2020 11:24
最新编辑: hoah2333 于 09 Jan 2021 17:25
项目编号:SCP-5246 项目等级:Safe 特殊收容措施:SCP-5246应被存放于Site-107厨房的指定位置。准许职工人员使用SCP-5246。使用后必须清洁SCP-5246以防再次使用时损坏。 描述:SCP-5246为一个铸铁饭锅和锅盖。当其被放置于燃着的火炉或火上约10分钟时,各种煮熟的白米将出现在SCP-5246的内部。...
标签: safe scp 反熵 容器 金属 食物
SCP-5297
最新评论: Twilit 于 23 Jun 2021 17:40
最新编辑: Twilit 于 23 Jun 2021 17:40
...
标签: 2021连写竞赛 euclid scp 印刻 树木 植物 狄瓦 食物
SCP-5347
最新评论: Twilit 于 25 Mar 2021 11:56
最新编辑: hoah2333 于 25 Mar 2021 13:57
位于加利福尼亚州,卡朋特利亚的海岸边,SCP-5347-1的外表(右)。 项目编号:SCP-5347 项目等级:Gödel-Euclid Gödel-Keter 特殊收容措施:由于那些没有迅速离开奇危森林地区的人的保险,基金会目前无法收容SCP-5347-1,尽管其主要受到SCP-5347-2的控制影响。由于SCP-5347-1具有与Fata...
标签: 2021连写竞赛 scp 仪式性 传送 地点 巴西岛 无名 机密分级
SCP-5348
最新评论: Twilit 于 12 Dec 2020 06:44
最新编辑: Twilit 于 06 May 2021 11:05
...
标签: chaz-ambrose safe scp 安布罗斯餐厅 液体 电磁 移情作用 食物
SCP-5693
最新评论: Twilit 于 05 May 2021 03:28
最新编辑: hoah2333 于 05 May 2021 04:50
项目编号:SCP-5693 3/5693 级 收容等级:...
标签: 2021连写竞赛 euclid scp 动物 印刻 变形 地下 宗教 感知力 战术神学部 昆虫 活物 蜂巢意识
SCP-5799
最新评论: Y Deathstroke 于 13 May 2021 08:46
最新编辑: hoah2333 于 10 May 2021 04:30
...
标签: keter scp 夜间活动 掠食性 无定形 活物 牙齿
SCP-5827
最新评论: XianSheng 于 24 Apr 2021 13:05
最新编辑: Twilit 于 05 Dec 2020 07:36
...
标签: 2020拼尸竞赛 euclid scp 人形生物 合著 感知力 智能 活物
SCP-654
最新评论: Doctor Drist 于 19 Mar 2021 14:32
最新编辑: Twilit 于 04 May 2021 04:46
收容中的SCP-654。 项目编号:SCP-654 项目等级:Neutralized(原为Keter) 特殊收容措施:根据无聊镇合约1,SCP-654的直接收容推迟给GoI-466(威尔逊野生动物应对组)。 SCP-654被收容于一个特别建造的栖息地内,该栖息地内需始终环流保持在-1.8°C左右的盐水。水池外围的房间墙壁已镀有绝缘陶瓷复合材料。...
标签: everwood博士 faeowynn-wilson scp 冗废郁火 动物 威尔逊野生动物 无效化 活物 电子 鲸类
SCP-6669
最新评论: BERRYALT 于 28 Jun 2021 11:18
最新编辑: 14#7_MonochromeMix 于 08 Jul 2021 14:09
...
标签: 6000 keter scp 人造物品 建筑 星际 机器人 生物危害 细菌
SCP-ES-056
最新评论: StahlArms 于 22 May 2021 10:22
最新编辑: Twilit 于 21 May 2021 13:47
...
标签: are-we-cool-yet es safe scp 不可摧毁 二次翻译 反物理定律 地点 多面体 建筑 石质
翻译故事
第三章:玉蜀黍淀粉
最新评论: The Obsidian Shard 于 06 Jul 2021 08:14
最新编辑: Twilit 于 27 Jun 2021 10:07
一切都太突然了。 就在几天前,一场严重的飞机失事把我和其他几个幸存者困在一个岛上,然而这几天里,我们中的一个又一个接着失踪了,因为Pete的原因,一个孩子被杀害了。这太疯狂了。 我想一个人呆着。 我来到卧室,把书架推到门后。其他人似乎都明白我想一个人待一会。我想躺下睡会,或许我再醒来之时,这些胡说都会自行瓦解。 杀。杀,杀死死亡死献出符号说出噪音噪音...
标签: 故事
一棵树,一颗宝石,一个家庭 中心页
最新评论: sadsadsa 于 19 Apr 2021 10:45
最新编辑: Twilit 于 18 Apr 2021 08:26
“人类正在适应,我们也会的,Daath。” 玛瑙盲者故事系列: 一棵树,一颗宝石,一个家庭 此故事系列改变了事件、关系、环境和感知,因而与基金会宇宙相关,并不规范。然而,这些人物确是如此。 这个故事系列仍在进行中。 第1章与第2章 水晶之眼 / 失踪的王国 第3章与第4章 深渊之中 / 坠落 第5章与第6章 寂静之雪 / 基诺塔夫 第7章与第8章 白兔 / 脑海之中的榴弹炮...
标签: cc系列 de 中心 二次翻译 故事 玛瑙盲者
第一章:灰岛之游
最新评论: Twilit 于 04 May 2021 04:39
最新编辑: Twilit 于 04 May 2021 04:37
...
标签: 故事
理想
最新评论: Twilit 于 19 Feb 2021 06:16
最新编辑: Twilit 于 19 Feb 2021 06:15
...
标签: 故事
小家伙们
最新评论: Twilit 于 05 May 2021 08:39
最新编辑: Twilit 于 05 May 2021 09:04
...
标签: 故事
序章:坠落的感觉
最新评论: Doctor Anybody 于 18 Apr 2021 11:33
最新编辑: Twilit 于 18 Apr 2021 06:33
...
标签: 故事
雨中的星期一
最新评论: Twilit 于 25 Dec 2020 15:29
最新编辑: Twilit 于 25 Dec 2020 15:28
...
标签: 故事
其他翻译
每当你我重见之时 中心页
最新评论: Voltaire804 于 08 Jun 2021 06:25
最新编辑: XANARCHY MILITIA 于 16 May 2021 09:51
著作信息 此作者之更多作品 文件名称:logo 来源:link 授权:CC BY 2.0 作者:WizzBlizz 备注:为本文目的,来自r/SCPDeclassified Discord服务器的Rachel修改了此图像 所以直到你我再次相逢 我会一直微笑,微笑,微笑,微笑着 你我间或许相隔很远 但你知道我永不会离太远, 我的朋友, 直到你我重见 ...
标签: 中心
Caspian2的档案资料
最新评论: Twilit 于 26 Jun 2021 14:39
最新编辑: Twilit 于 26 Jun 2021 14:37
外貌: Goh博士正在为人类测试一个模拟收容措施的完整性,俗称“逃生室”。 姓名:Goh ███博士 性别:男 年龄:30岁+ 工作地点:Site-65(新加坡) 安保许可等级:初级研究员 兴趣:冗长的叙述,深远的谋划,很多世界末日的情景。他喜欢读写科幻小说,恐怖小说也是如此。 教育背景:与目前基金会任职完全无关。 相关文件(按发布顺序排列): SCP-4439 - The...
标签: 作者
Cole 13的画室
最新评论: The wind say 于 10 Apr 2021 15:32
最新编辑: Twilit 于 10 Apr 2021 13:37
你好!我是Cole 13,这里是我的画室!欢迎!说实话,我的上篇艺作页画得不太行1。这个页面的不同之处就在于我现在已经成长了2,而非用电脑画。享受我的新作品吧! 实际上我独自制作了这个版式,而且我对此感到很骄傲。 标志 ↷ 在这里! ↺ 关闭 为了我未来的“办公室小灾难”主题。看看我能不能把它放进去! 给这个页面! IRL 绘画 ↷ 在这里! ↺...
标签: 艺术作品
一棵树,一颗宝石,一个家庭 中心页
最新评论: sadsadsa 于 19 Apr 2021 10:45
最新编辑: Twilit 于 18 Apr 2021 08:26
“人类正在适应,我们也会的,Daath。” 玛瑙盲者故事系列: 一棵树,一颗宝石,一个家庭 此故事系列改变了事件、关系、环境和感知,因而与基金会宇宙相关,并不规范。然而,这些人物确是如此。 这个故事系列仍在进行中。 第1章与第2章 水晶之眼 / 失踪的王国 第3章与第4章 深渊之中 / 坠落 第5章与第6章 寂静之雪 / 基诺塔夫 第7章与第8章 白兔 / 脑海之中的榴弹炮...
标签: cc系列 de 中心 二次翻译 故事 玛瑙盲者
鵺-斎宮的艺术作品
最新评论: (user deleted) 于 17 Mar 2021 12:03
最新编辑: Twilit 于 17 Mar 2021 12:14
著作信息 标题:鵺-斎宮的艺术作品 插图:©︎kihaku 发布年份:2021 角色设计:日本分部理事“鵺” 原文作者:hitsujikaip 原文发布年份:2020 ...
标签: jp 艺术作品
不死之人的灵魂去往何处
最新评论: Twilit 于 06 Mar 2021 03:31
最新编辑: Twilit 于 06 Mar 2021 03:29
著作信息 标题:不死之人的灵魂去往何处 作者:©︎Kuronohanahana SCP-963 不朽 by AdminBright
标签: jp 艺术作品
我是我
最新评论: Baby Bat 于 08 Mar 2021 12:25
最新编辑: Twilit 于 08 Mar 2021 11:14
SCP-426 Flah “大家”是“我” 再投稿一次上个帐号投稿的东西。
标签: jp 艺术作品
控制 收容 像素
最新评论: Twilit 于 23 Jun 2021 03:26
最新编辑: Twilit 于 12 Jul 2021 01:58
各位好啊,我是DrGooday,我有时会画像素画!随心所欲地欣赏这里并呆呆地盯上几个小时的画!嗯,尽量不要触碰任何东西,这些像素画很清晰—— 控制. 收容. 像素. 像素化员工 01000011 01010010 01001111 01001101 Marshall,Carter和Dark的logo(每个像素仅$25000) 淡出,淡出,淡出 ...
标签: 艺术作品
在空间投影型放映室
最新评论: Twilit 于 05 Feb 2021 03:10
最新编辑: Twilit 于 05 Feb 2021 03:06
+ 包含轻度的配对描写 - 标题:虎屋博士的人事档案 作者:dr_toraya 标题:御先稻荷的人事档案 作者:AiliceHershey CC-BY-SA 3.0
标签: jp 艺术作品
无名的艺术作品
最新评论: Twilit 于 26 Jan 2021 08:28
最新编辑: Twilit 于 26 Jan 2021 08:28
著作信息 标题:无名的艺术作品 作者:©︎Topaz9981 无名的档案 作者:v vetman CC-BY-SA 3.0
标签: jp 艺术作品
虚空舞者 中心页
最新评论: JosephJoestar 于 03 Feb 2021 06:16
最新编辑: Olicus 于 07 Apr 2021 11:23
进入此地的实体可能会发现,它们的经历赋予了他的外表;它构成了它;它们的认知造就了现实;想象等同于力量。 &...
标签: fred 中心 希瑟·梅森 研究员smalls
更多页面
第一章:灰岛之游
+3 … 1
作者: {$written_by};{$note}
最新评论: Twilit 于 04 May 2021 04:39
最新编辑: Twilit 于 04 May 2021 04:37
...
标签: 故事
第二章:岛屿谋杀谜案
+2 … 1
作者: {$written_by};{$note}
最新评论: Lei Height 于 25 Jun 2021 09:30
最新编辑: Twilit 于 25 Jun 2021 09:28
...
标签: 故事
我,中心页(2021愚人节)
+22 … 19
作者: {$written_by};{$note}
最新评论: Doctor Anybody 于 17 Apr 2021 08:46
最新编辑: Ylumwlne 于 16 Apr 2021 03:21
我,中心页(2021愚人节) 合著者的人数过多。基于SCP-682 - 不灭孽蜥创作,并删除了Machen2的作品 elijah-martin-chevrolet-by-the-bookelijah-martin-chevrolet-by-the-book▸ 该作者的更多作品 ◂(原文链接)elijah-martin-chevrolet-by-the-book▸...
标签: 合著 故事
空
[[div style="background-color: #F5F5F5; margin: 10px 5px; padding: 5px; padding-left: 10px; border-left: solid 10px #696969; border-radius: 0px;"]]
@@ @@
@@ @@ @@ @@**著者:**[[*user Who]]
@@ @@ @@ @@**譯者:**[[*user Twilit]]
@@ @@ @@ @@**原文:**[http://www.scpwiki.com/xxx SCP-XXX]
@@ @@
[[/div]]














