/* 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) { #top-bar .mobile-top-bar { display: block; } #top-bar .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; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* BASALT Theme [2021 Wikidot Theme] By Liryn & 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://scp-wiki-cn.wdfiles.com/local--code/theme%3Apaperstack/1'); @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'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); } body { background: rgb(255, 255, 255); font-family: 'Noto Sans SC', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* 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; } #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: -1.3rem; } .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; overflow-x: hidden; } #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%; text-transform: none } #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 { 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; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* 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 4px 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: auto; 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; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .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-family: 'Work Sans', sans-serif; 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, .page-rate-widget-box .rate-points { 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, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* 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: 3px; 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 { color: #3f21ff !important; } .fnnum:hover::after { color: white !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: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @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; } .document, .darkdocument { width: auto; } } @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 */ /* ======================= */ .avatar-hover { display: none !important; } ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* 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: 10rem; 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, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .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); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { 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; } /* ======================= */ #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; } /* 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); } #page-info-break { height: 3rem; } .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, #page-content a { word-break: normal !important; }
[[/collapsible]]
[[/=]]
特殊收容措施:SCP-CN-1269被收容于博斯普鲁斯海峡金角湾芬内尔镇一渔村郊外。围绕项目所处区域建立收容设施,并在项目所在200m外建立哨站以防附近居民误入此地。SCP-CN-1269-1所在空间10m内不得出现可携带并超过550ml的水1,任何关于SCP-CN-1269实验的人员权限等级需达2级或2级以上,并得到临时收容设施主任Dr.Foseth的书面许可。
经过“无神”测试的MTF-Alpha-122脱水者The Dehydrant被派遣到临时收容设施内,防止SCP-CN-1269-1收容失效发生。SCP-CN-1269-1于每个月第四个礼拜下午4点13分由MTF-alpha-122押送离开收容间,前往临时收容设施外最近水源区进行SCP-CN-1269-A。在SCP-CN-1269-1进行SCP-CN-1269-A一个小时内任何人为方式打断都是被禁止的。结束后MTF人员必须押送项目回到收容设施内,并确保SCP-CN-1269-1进入SCP-CN-1269-2里面进行为期15天休眠中。直到项目进行下次SCP-CN-1269-A为止。
若SCP-CN-1269-1在未到进行SCP-CN-1269-A时间提前苏醒,MTF-Alpha-122应立即对项目注射苯二氮卓类镇静催眠药并合上SCP-CN-1269-2。在关闭SCP-CN-1269-2一个小时后,邀请当地的东正教牧师前来弥撒以防止SCP-CN-1269-B事件发生。
项目们对所在房间物品和个人物品请求:
- 一个受东正教普世牧首洗礼过的十字架(申请通过)
- 一只鸽子(申请拒绝)
- 一本由希腊文所写的《伊索寓言》和《圣经》(申请通过)
- 参加2000年东正教的复活节,并前往当地东正教教堂礼拜一次(申请拒绝)
- 一个圣索菲亚大教堂的铃铛(申请拒绝,改为俄罗斯瓦西尔大教堂的一个铃铛)
描述:SCP-CN-1269由SCP-CN-1269-1和SCP-CN-1269-2两个异常项目组成:
SCP-CN-1269-1被发现于土耳其共和国博斯普鲁斯海峡金角湾芬内尔镇一渔村郊外。当地居民在发现项目时项目正在进行SCP-CN-1269-A,人为原因的打扰以致于项目发生SCP-CN-1269-C事件。基金会抵达之后与当地政府协商后以一场人为恐怖袭击掩饰并原地建立临时收容设施。
SCP-CN-1269-1是一种外观类似海牛目(Sirerrai)儒艮(Dugong)的异常生物。尽管其外表和身体构造都与儒艮毫无区别,但是SCP-CN-1269-1坚称自己是来自公元1187年拜占庭帝国首都君士坦丁堡3的一名希腊籍女性。SCP-CN-1269-1对于生前在君士坦丁堡生活记忆大部分都已消失。但是对同SCP-CN-1269-1一同发现的盒子(编目为SCP-CN-1269-2),外观自然磨损程度及其同位素和释光测年均表明其制造时间大于900年以上。经测试SCP-CN-1269-1拥有可以在超过体积为550ml(monolaye)水液体中再生肢体重塑物理形态的能力4。
SCP-CN-1269-2是一个长500cm,宽400cm,高100cm由橡木所制成的盒子且在SCP-CN-1269-2上方刻有由教皇英诺森三世祈福过的十字架,每次项目进行完SCP-CN-1269-A后会返回到SCP-CN-1269-2中进行为期15日的深层睡眠,项目中央有一个长100cm,宽80cm,高10cm也由橡木所制成的盒子(编目为SCP-CN-1269-2-I),SCP-CN-1269-2-I会在每个月第四个礼拜的礼拜五下午五点钟生产出一瓶不知制作材料和制作手段的药液(编目为SCP-CN-1269-2-Ⅱ ),项目在进行SCP-CN-1269-A之前会饮用SCP-CN-1269-2-Ⅱ ,目前尚未得知SCP-CN-1269-2-Ⅱ 对项目作用,一切对于SCP-CN-1269-2-Ⅱ 的检测都会被项目阻止。
在数次观测实验中,项目在每个月第四个礼拜星期天下午4点13分进行的异常认知危害现象(编目为SCP-CN-1269-A)。异常认知危害现象会吸引周围100m以内的人类往项目地区靠近。不论该人类个体当前处于什么状态下在未接触到SCP-CN-1269-A之前,人类个体前行的动作都为弯腰屈膝或跪地爬行姿态前往项目所处区域(编目为SCP-CN-1269-A-I)。若SCP-CN-1269-A-I观看SCP-CN-1269-A时长超过五分钟,则SCP-CN-1269-A-I身体素质和心智抗压会在短时间内有明显提升。
若SCP-CN-1269-A-I为来自威尼斯,法国,意大利佛罗伦萨和热那亚区域并且信仰天主教(重新编目为SCP-CN-1269-A-Ⅱ)。在短暂观看SCP-CN-1269-A时长超过一分钟后,身体会不受控制站起并使用自身不熟悉的古拉丁语或希腊语对项目进行祷告5。祷告在持续一分钟后,SCP-CN-1269-A-Ⅱ双手会向自己颈部区域做切割动作直到颈部区域无故出现大面积失血为止。
日期 | 出生地和信仰宗教 | 效果 |
---|---|---|
19██年4月27号下午4:13 |
一名出生于意大利威尼斯信仰天主教的SCP-CN-1269-A-Ⅱ-15 |
个体在短暂观看一分钟后身体从跪爬状转变为直立状并原地进行祷告。一分钟祷告完毕后项目双手往颈部地区进行切割,切割时长为30秒。最后SCP-CN-1269-A-Ⅱ-15颈部地区出现大面积失血死亡。 |
19██年4月27号下午4:13 |
一名出生于法国奥尔良信仰东正教的SCP-CN-1269-A-Ⅱ-16 |
SCP-CN-1269-A-Ⅱ-16身体以跪爬状态爬行到项目旁边用古希腊语大声念出"是塞壬,是塞壬,啊,美丽的塞壬,让我看看你的美丽,让我看看你那曼妙性感的身材吧,啊,塞壬,美丽的塞壬。",在此之后SCP-CN-1269-A-Ⅱ-16陷入昏迷。在后续对个体的访问下个体声称自己陷入一阵浅层睡眠中,眼前出现自己与奥德修斯面对塞壬。最后SCP-CN-1269-A-Ⅱ-16声称自己无法忍受塞壬的诱惑被塞壬杀害后陷入了昏迷。 |
20██年7月27号下午4:13 |
一名出生于土耳其伊斯坦布尔信仰伊斯兰教的SCP-CN-1269-A-I-50 |
在SCP-CN-1269-A进行时间不到半分钟SCP-CN-1269-A-I-50提前进入祈祷。祈祷持续一分钟以后祈祷语言从古拉丁文转变为土耳其语,祈祷对象也从上帝转变为安拉。在持续一分钟的伊斯兰式祷告后,SCP-CN-1269-A-I-50冲向项目并大声呼喊"安拉万岁"。被驻扎旁边的MTF-Alpha-122拦下并在事后进行A级记忆清除。 |
20██年9月27号下午4:13 |
一名出生于土耳其伊斯坦布尔信仰东正教但下肢残疾的SCP-CN-1269-A-I-58 |
SCP-CN-1269-A-I-58进入项目周围100m以内。身体从轮椅上站起以弯腰屈膝姿态并双手动作成持盾剑样朝项目靠近。MTF-Alpha-122刚准备拦下的时候,SCP-CN-1269-A-I-58突然跪倒在项目身边嘴边不断用古拉丁语进行祷告。在持续两分钟祷告后,SCP-CN-1269-A-I-58站了起来以正常人走路速度走出SCP-CN-1269-A影响范围圈。并向收容团队负责人说自己身体比以前好多了。收容团队对其进行了一天的身体检测中发现。SCP-CN-1269-I-58下肢以一种当前科技水平无法定义的粒子修复且该粒子对其下肢进行了强化,使其下肢在短时间内甚至可以超越当前已知人类生理极限。 |
20██年11月27号下午4:13 |
一名出生于希腊共和国雅典信仰东正教的SCP-CN-1269-A-I-69 |
与其他SCP-CN-1269-A-I身体增幅效果不同,SCP-CN-1269-A-I-62智商一定程度上增长到当前人类智商最高值。为了测试项目智商指数,收容团队把SCP-CN-1269-2-Ⅱ带到其面前要求其研究该物品的材料和制作方式。在SCP-CN-1269-A-I-69准备对SCP-CN-1269-2-Ⅱ进行实验的时候,SCP-CN-1269-1在其收容设施内提前进入SCP-CN-1269-A发生[数据删除]。 |
收容团队负责人与SCP-CN-1269-1的第一次面谈
受访者:SCP-CN-1269-1
采访者:Dr.Foseth
前言:对SCP-CN-1269-1的采访记录已经由基金会古语言部同声翻译成现代白话文,并在事后进行整理和删减。
<记录开始>
Dr.Foseth:你好SCP-CN-1269-1,这是我们两个第一次见面我有点问题想问你.
SCP-CN-1269-1:第一次见到你,我感觉你不相信上帝,但是你觉得这个世界真的不需要上帝控制吗?
Dr.Foseth:我个人是不信仰上帝等什么鬼神论的,但是我奶奶信佛,你听说过佛教吗?
SCP-CN-1269-1:佛教?我没有听过,但是听着很奇怪,怪不得每次看着你在SCP-CN-1269-A现场中完全不受我控制的样子。
Dr.Foseth:如果有机会的话可以下次讨论这种事情,毕竟我们俩是第一次见面我有一些问题想问一下你。
SCP-CN-1269-1:当然,没问题。
Dr.Foseth:你对自己在变成这个样子之前有什么印象吗?或者你对自己这个神秘力量的来源有什么解释吗?
SCP-CN-1269-1:说实话吧我对自己变成这副模样之前的任何生活记忆都消失了,但是我依稀记得我的名字叫希拉出生于君士坦丁堡贝伊奥卢区██街上从小我在父母的培育下茁长成长,但是直到我十六岁过生日的时候发生了一件我这辈子一直忘不掉的事情。
Dr.Fosrth:是关于第四次十字军东征的事情吧我们知道,那么关于你在这一次你们的“灾难”你和你的家人发生了什么事情?
SCP-CN-1269-1:你知道这件事情?我一直以为这个应该在后世被评为灾难程度的事件,没想到只不过轻描淡写成这样而已好吧我知道历史需要这种感觉,有点多话了,那件事情从头到尾发生了什么我都没什么特别大的印象了,在那些恶魔登入我们城市之前我父母早就帮我带去避难了,我们一路从奥古斯丁大街一直跑到最近的军队驻扎区内。
Dr.Fosrth:那么,你们应该早早的离开君士坦丁堡并逃难成功的。
SCP-CN-1269-1:我们的确是这么想的,但是从金角湾内侧那些恶魔们控制的投石机却不偏不倚的投准了我们所在的军营区,临时建造木塔坍塌下来上面驻守的士兵刚好从高塔上掉落到我们一家人面前我忘不掉那个死去士兵面庞上狰狞的表情,我父亲认为这里已经无法待下去了,他趁着混乱的人群带着我们离开了这边往金角湾我做渔业叔叔的地方跑。
Dr.Fosrth:那看样子你们逃脱了,但是金角湾附近不是应该被那些十字军战士控制吗?你们是怎么跑过去的?
SCP-CN-1269-1:的确金角湾那里的确是被十字军控制了,但是父亲在十字军攻城之前事先也跟叔叔讲过我们可能逃到他那边去,叫他在每次相遇的老地方见面,我们从军营中逃出在逃到查士丁尼大街上的时候那些十字军战士从新建的海岸城塔那边进攻过来与街上的瓦兰吉卫队刚好打了起来,父亲在这个混乱不堪的情况下把我们拉到附近巷子里的一个草堆藏了起来里,准备等他们打完再跑的随着时间的推移外面的金属碰撞声也越来越小了一切似乎都平静下来,父亲借着这个机会跑了出去,但是。
(突然SCP-CN-1269-1陷入沉思,身体也从儒艮状变化为人形,MTF-Alpha-122冲进采访室)
Dr.Fosrth:SCP-CN-1269-1请冷静下来,这是什么意思?
SCP-CN-1269-1:没什么意思,这是你第一次见到我在成为SCP-CN-1269-1形态之前的人形状因为以下的故事我觉得用这种形态非常适合。
Dr.Fosrth:好吧,我们是第一次遇到这种情况你不建议这些人在你旁边吧。
SCP-CN-1269-1:没问题,接着之前的继续讲吧,父亲从草堆中走了出去迎面撞上一群刚刚打完殿后的四五个十字军战士,那个十字军战士看到我父亲的时候父亲刚准备往他们那边走去,赶巧不巧吧父亲就怎么被这些殿后的杂碎们一刀砍死了,看到父亲倒在我眼前我惊讶的说不出话,母亲把我往里面拉了一点与此同时母亲几滴泪水也滴在我头发上,但是那些十字军看向了我们躲藏的草堆这边,他们提着剑往草堆这边走了过来母亲的双手紧紧的捂到我嘴上怕我乱叫出声来,我看着一剑又一剑往草堆刺,甚至有一把离我最近的剑差点刺到我的头上,那些十字军刺了差不多二分钟他们就走了,我正庆幸我们一点事情都没有的时候,直到有一股温热从我头上缓缓流下。
Dr.Fosrth:为你默哀,然后呢?
SCP-CN-1269-1:我从草堆中跑了出来边吐边流泪,这是我第一次知道死亡两个字多么真实但是我无法接受,我告诉不能自己哭泣但是我真的憋不住了,以往遇到委屈事情我会到处奔跑去感受这个城市的美丽来给我散心,但是这次我却无比厌恶这件事情了,我不敢从这个巷子里面走出去我真的害怕巷子外有魔鬼,但是魔鬼却来找我了,从巷子左边走来一批十字军他们身披重型盔甲从我身后走了过来,当我听到厚重的盔甲声的时候,我就知道我要死了。
Dr.Fosrth:所以你就这样死了?
SCP-CN-1269-1:没有,待我从昏迷中醒来,我发现我身处君士坦丁堡外的一个悬崖巨石上身边到处都是十字军,站在我旁边的是一个神父,与我在圣索菲亚大教堂遇到的神父截然不同,他的眼中只有利益和血,我看不出来任何他对上帝信仰的感觉,我尝试挣扎,但是我的双手双脚被那些人用绳子绑了起来,随着那些十字军一阵阵的呼喊声下我看见十字军队伍中走出了一个女人,那是我这辈子见过最漂亮的女人,她就跟母亲讲过的阿佛洛狄忒一样美丽,她一步步向我走来,我虽然觉得她十分美丽但是她给我带来的恐惧感也是其他人远远无法比的,她把她脖子上戴着的十字架带着我的头上,然后冲我说了一些完全听不懂的语言就走了,待在我旁边的神父看完之后便按着我的头大声向那些十字军们喊着恶魔的语言并冲我微笑,随着旁边的十字军全部冲了上来,我被这个画面吓晕了过去在那片黑暗之中我就再也没有意识了。
Dr.Fosrth:你就这样死了吗?然后呢?
SCP-CN-1269-1:是的,马尔马拉海的海水灌满了盒子,我就这么在痛苦和绝望中被海水淹死了,我也不记得多久了,一股突如其来的暖流中覆盖了整个盒子覆盖了我的心,我甚至感觉这些只不过是一个噩梦而已,我只不过是做这个梦太久了,我太累了我真的没有力气再睁开眼睛对着父母说一声早安了。
Dr.Fosrth:好吧,那你这个神秘力量是怎么来的?
(SCP-CN-1269-1从人形变回儒艮,然后陷入了昏睡,采访记录被迫中止)
<记录结束>
在第一次采访后,SCP-CN-1269-2中央出现数张使用古拉丁文书写产自于公元1195年城市大马士革的阿拉伯纸这些阿拉伯纸张上面都写有Chris Eclyse的名字,基金会古语言部翻译下并事后进行删减和整改。
1198年5月20日
神的曙光温暖我的脸庞,这是我第一次因为一件事情高兴!因为神圣的教皇英诺森三世向全欧洲征集为神战斗的勇士前行埃及为夺回神所而战斗,这让我兴奋不已!从小在神的照耀下成长的我,这次终于有机会为神而战了!从小出生于神的土地上卑微胆小的我终于有机会可以为神付出生命了!自己降临在这个人世间最大的意义也要出现了!福音眷顾着我!福音眷顾着每个人!1201年4月23日
我随着父亲一起来到威尼斯总督府,在我正感慨这个城市如此的繁华和这美丽的宫殿的时候,会议室那边似乎吵了起来,看样子那些人又再为了几个金币大吵一通,真的很无趣,为神献出生命和财产不是理所当然的吗?唉,真是无趣,但是今天我在逛集市的时候看到了一个希腊籍女孩,她的眼神中充满了对神的信仰,希望我可以在这场东征上看到她和我并肩作战为神而奋斗。1202年6月24日
不幸的事最后还是降临在我们头上了吗,主帅已经挂红,其他人也不愿意为上帝奋战了,这些该死的利益蛆虫,我迟早要替神征讨他们!但是说归说我们还是必须要前往神圣的圣土上做一名合格的可以为上帝献出生命的圣徒!荣耀归于吾神,虽然那些该死的蛆虫们已经走了,但是我们多了那些新的兄弟们,他们也是合格的神的子民。他们依旧可以为自己的信仰战斗的!我坚信在亚历山大港上,我们这些神的子民可以铲除那些愚蠢的异教徒们,让神的光辉再次照耀到这片土地之上!1202年的12月20日
经过前几个月的血战,我发现我这柄由教皇亲自祈福过的剑,失去了原本的意义,我这几个月砍杀的都是谁?是跟我同根同源的神的子民?还是跟我走截然不同道路的异教徒?我好像真的分不清我手上这把剑存在的价值了似乎他已经被某些东西扼制住了,我看不到它,神圣的神啊!万能的神啊,请你让我明白我们这次是真的为了您吗?我真的不知道了。1203年的7月19日7点15分
我们似乎成功了,我登上了圣索菲亚大教堂的巅峰,望着底下那些贪婪的神的子民,我陷入了沉思,我们这样真的正确吗?我真的有点不知道,我陷入了迷茫,我想去找神父我想询问我们到底是不是正确的。1203年的7月19日9点15分
找遍了这个残垣断壁的城市我却完全没有寻找到神父的声影,尖叫声,破门声此起彼伏,要不是因为我身着的十字军的衣服,可能下一个就是我了吧,在路过一个全是尸体的大街的时候,我发现一群人围绕着一个巷口,应该是在干什么吧,这打不起我的兴趣,但是我似乎听到了一个好熟悉的声音!是那个是那个,在威尼斯见过的女孩子?我激动的冲了过去,但是那些十字军在这里围着水泄不通,我试图穿越那些十字军们,但是他们太强壮了,为什么他们怎么强壮的身体不去为神而战斗,而偏偏要在这种地方看什么热闹啊?1203年的7月19日12点15分
我随着人潮走到了前几天的登陆过的山峰上,那上面似乎有更多的十字军,天呐为什么会有这么多人在这里?他们在干嘛,感谢我这个不怎么庞大的身躯令我度过这些“难关”成功到了人群前面,天呐!是神父,他在干嘛?什么!他们要献祭这个女孩向神祈福?天呐!这是何等的野蛮人做法?我们什么时候沦落成这个样子的?不行我一定要阻止这件事情发生!1204年的1月25日
我知道了,我们已经失去了为神而战的资格,我们已经被那些邪恶的恶魔们控制,只是为了他们那微不足道的利益而奋斗到现在,我已经不明白生的意义了,父亲,母亲,对不起,这是我最后的一篇家信,希望我可以彻底魂归于吾主,在真正需要吾辈力量的地方,为神而战。Dr.Fosrth:这些阿拉伯纸上面充满很多生僻词汇,从第四张开始第五张已经看不清楚,我们只能把前四张和最后结尾翻译,且再次从SCP-CN-1269-2中拿出时纸张突然自焚,因此后续实验暂时中止。
<记录结束>
« SCP-CN-1268 | SCP-CN-1269 | SCP-CN-1270 »