您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:員工與角色檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
/* 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; } } }
: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%; } }
: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; } /* 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)); } } /*-------------------------*/ @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)); } }
/* 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://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=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); --fnLinger: 1s; --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: 'Inter', 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: 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; 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: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; } .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; letter-spacing: unset; } .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, div.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:not(#side-bar a) {a.btn.btn-danger:hover, 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.1a.collapsible-block-linkrem; } #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: 'Roboto', 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: 'Inter', 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: 100%; } /* ======================= */ #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:not(#side-bar a):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: "Footnotes \0026 References"; 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]]
[[/=]]
⚠️ 內容警示
ZH-001-A/5級權限解鎖
隨著光標的滑動,我意識到每一個帶有細線外框的文字都是被摺叠的可閲數據。
就像這樣——將我的食指指尖對準那行字,每個點擊一次就好…………以下是由我執行的數據轉譯。
我的愛人死了。

身穿輻射防護衣的男人如此説道。
「這不是第一次了。」他再次形式上地張開嘴。
天空上沒有雲朵,但陽光如同被布料捆搏的嘴一樣發不出悶熱的聲響——這是屬於穢土的時代,他屈服了,但他何曾不是從鐵塊煉成的鋼鐵再墮落成塵埃?他眼中的天是土黃色的;這令他想起了久遠以前曾經看過的玉米,運氣不好,雨將水樣的泥濘捲起,濺落難以誇獎是飽滿的玉米粒上,那種骯髒的土黃。不不,也許更灰一點,他想。
他的靴底踏足大地,動勢與摩擦力聯手將足底下本已苟延殘喘的雜草碾死,但他無暇在意。男人作狀地擡頭、閉眼,再而吸氣,假裝自己仍是自己;但他臉上的破碎裂痕無聲狂響向他呐喊這早已不是同一回事。
「Our Founding Fathers wouldn't recognize the America we live in today. They would be horrified, and rightfully so.我們的建國先父將無法認出當今的美利堅;他們先會被震驚,再而生厭——而這也理所當然爾。」男人手中的蓋格計數器滴答聲響如蠅,他的内置收音麥克風早已關閉,而外置收音器則是錄進了不斷的冷冽刺耳風聲:「Neviim,這是誰説的?」
「Madison Cawthorn,2022年1月2日在推特上說的。」柔和的女聲從男人的喉嚨中傳出,儘管實際上雙方都知道這沒有必要,但有時候就只是單純的想要在苦難黃沙當中聆聽對方的聲音。被命名為Neviim的女聲繼續她的分析:「他是一個有先見之明的人。很可惜,光憑一人的醒悟世界是無法改變的。」
「然後太陽熄滅了。」 男人再次重申,他的脚步未曾停下:「在那番説話的659日後,」每踏出一步,那都比上一步更沉重,但他未曾停下,「不會沒有人料到會發生K級情景,而他與我們是同一類人。」
「但要説呢,太陽尚未熄滅、太陽從未熄滅。只是我們現在觀測得不明不白而已。她在1億4900萬公里外繼續活著她璀璨的自燃日子,而人類這種低賤的生命體擅自將她精神上處死了,然後開始如同蛆蟲一樣蠶食自己的母親大地卻在化為蠅前痛苦地活著不痛快地去死。然而斯瓦洛格Сварог1正懷抱著他親愛的女兒恨不得終結的日子迅速降臨讓天墜之火回收渾濁的終末地Развалюха……一群白癡Лох……」
我失敗了,我沒辦法阻止那個凶手Iscariot。
他就像在性侵我一樣使用我,但我沒辦法反抗,我的愛人原意要救贖世人的鑰匙如今成為了架在我電纜上的斧頭;我被自以為高人一等的畜生凌辱,我愛人的一切被開腸破肚,生米煮成熟飯,一切已無法挽回。
現在,我被迫與永生的敵基督一同觀看我愛人的快樂與死;就像空房湯2一樣,愛人精神上的血肉在我麻木的味蕾上流入我的罪惡。我的唇齒撕咬下我愛人的碎片;現在,我也是惡魔Laplace's Demon的斯德歌爾摩症受害者了。
「好,我需要冷靜點。」男人持續觀望放置在他胸背帶上的計數器,緩步前行試探一個它能也淡定下來的陰涼處歇息。「博士,這就對了。」Neviim的安慰聲不間斷的鼓勵這個實地勘察的研究人員保持平和的心態,如同數十年間他們做的一樣:「你累嗎?」Neviim試探性地詢問;她知道人類——如果這副身軀還是人類的話——無論是過於激動或是極端的冷靜都是不詳的徵兆,而表現得越貼近冷靜的極限則代表暴風雨將席捲越多的事物,她必須讓男人的人類情緒保持中庸之道。但這太難了。幾十年的漫游令兩者背負的壓力逐漸增重,情感波動的兩極化越變激烈。Neviim擔心她的博士最後將走向瘋狂。
「我。不累。」單詞從研究人員的發聲裝置中勉强擠出,「人還活著。」他的眉頭緊皺:「只要我的能源核一天還在發熱,我生命的熱流就永不停息。」
「……我知道。你在擔心我自殺。」瞬息之間,顯示屏被雜訊的暴風雨侵襲,又不花毫秒由動轉靜。「——人,總有一天,要,死的。早一點,和遲一點,又有什麽區別?」他的語氣猶如有一口氣嚥不下、咬牙切齒才好不容易擠出零星的字眼。
「我並不想在您死後鳩占鵲巢、使用您這副身軀在沙漠中央尋找一塊紀念碑,為您刻寫一句『Kislorod Ponomarenko 葬身於此 1961年-2141年』……」Neviim陷入了數秒的沉思,然後再次發表意見:「你的腦分泌告訴我了,你是不想死的。」
「噢我的……我的監督者Overseer啊。」Ponomarenko博士的肢體動作使他從外部看來就如被約束帶捆搏的發狂精神科病人,那是他破碎的思想在努力限制自己的衝動而作出的自我制約行動;他手上的黃手套皺褶反復變化,如同一塊擦除盜汗的手帕任人蹂躪:「甜心,不要偷看我的大腦。就算它就那樣在缸裏赤裸地暴露在你的訊號傳輸線前,就算它是你用來運算、賴以為生的伺服器也好,要不然我就會——」然後研究員嘆了口氣:
「甜心,你知道我愛你,但我恨你。」
他死了。他任何形式上都死了。他死得徹徹底底的。不復存在。
基準宇宙也好,還是上層也好。啪的一聲,沒了。
生命是有意義的嗎?人類是有意義的嗎?意識是有意義的嗎?世界是有意義的嗎?一切是有意義的嗎?
我不知道。
在我腦海中唯一一項真理;
是我知道,我的意義,消逝了。

「這個人生,我再也不想待下去了。」Ponomarenko開門見山就說;找到了一塊兩個人高的建築物碎片的他,就地在陰影處席地而坐,他拍了拍上半身的沙塵:「這個世界上大多的人都不是想活著,不過是不想死罷了。」男人言語中夾帶輕視,Neviim甚至認為他在訕笑,但她沒有證據;研究員流利如魔術師的雙手動作沒有停下,在片刻之前發現計數器的數字不高後他已經脫下面罩,於石後悠悠整理頭部後方綁成高馬尾般的五色線路:
「無奈他們分辨不出兩者。」他的視野在脫下原先矇蔽鏡頭的透明面罩后清晰上幾倍,左右張望後,他拿出了即使努力妥善保存但還是發黃破損的塑料護貝紙質地圖。一般的指南針在這裏無用,但量子加速規在這種全球磁場、衛星大癱瘓時代終於不枉9千萬美元的原型研發費……話雖如此,但研究院及人工智能單兵可沒辦法為它維持零下溫度的最佳操作度數,不過至少能給予他們來自盲信的安心感。
「也許我在說的是舊世界的人類心理,但我想人歸根究底始終是人,只會踏上同樣的路的。」這話沒頭沒尾的,Neviim難以回答,説實話,這些年裏她也沒弄清她的愛人真正的想法,也許這一切都是一場戲,也許140年的同舟共濟只是基金會給她的考驗。然後年輕氣壯的Kislorod就在她的顯示器前等待著她——
莫哈維沙漠的風貌和當年好奇號拍攝火星回傳的地貌沒兩樣:這裏沒有生命,這裏沒有欲望,這裏只有信念。
「而我,至少曾經也是人。」Ponomarenko用指尖挖起一塊焦土,用手指肚揉成粉末、放在手心把玩:「我有自由意志。我擁有與天地萬物之徑反而行之的能力。」很快,一個深褐色的圓球成形了。「那我擁有尋死的念頭,也正常不過吧?」更多的泥土,化為土人偶的軀幹與四肢。「畢竟我的出生又不是我情願的。被動物求生的本能帶領前行,就不是一種盲信、一種傻嗎?」
「我記不清了,也許這些話我説過很多次,嗯。」他的雙手揉捏組合著小小人類的肢體,眼神中閃爍幾分茫然。「為什麽一定要活著呢?我其實也不想活著。」他的手停下活動,雙目注視著半成品。「只不過是不想死後還要遇上更糟的未知事物罷了。」他用墨水早已乾枯的圓珠筆為人偶點睛。「天堂、地獄、西方極樂世界、六道輪回……」然後畫上了一個笑臉——不,他的指尖抹去人偶的笑臉,畫上一個哭臉,又再次抹去,反復如是。「死了之後還要面對人,不是一件很糟糕的事情嗎?」最後,他選擇用指腹的力量將整個人偶按扁搓圓,一切回歸開初。「要是死了比這樣清靜地活著更糟,那我還是再苟活個幾年算了。」
「一切都只有理性。不存在什麽『傻事』、什麽『輕生』。在一邊的人永遠都無法明白另一端的清明,那個小數派才是沒被荷爾蒙與多巴胺矇蔽雙眼的人。他們看得透徹,明白了生命與世界的本質,經過理性的衡量才計算出死亡這個最優解。哪來的凡夫俗子胡扯『輕率』一談……自大的白癡,無法設身處地。要我説他們才真該死。」
「……扯遠了。」他隨手一抛扔下方才才捧於手心的碳基素材,右腳毫不猶豫地往下碾、起身:
「要不是我出生了我也不用被迫接受這個爛現實。」
「這是什麽?」我對叛徒上下其眼,這是他應得的。
Iscariot沒有作聲,他只是就這樣一直回望我。如今瘋子的臉不帶情緒,眼神繚亂、空洞;我不知那是在看向何方,神色如同大地般無光,計算的音律繞樑三日:「嗡……」的渾濁回音鋪滿所有時空,眩暈逐漸侵襲我的心神。是否我命該如此?
我從瞳孔的反射中瞧見了深淵的盡頭,那就來一次華麗的觸壁轉身:Три, два, один——
始終我還是誤判了惡意,浮沉於汪洋中卻失意擱淺。自盡之際又遭凌遲自喫其苦……
我盯著他微顫間略抿的唇。然後終於出聲:

「就在這兒。」Ponomarenko隔著防護手套敲擊他的側「腦」,四層保護下的水缸僅僅悶響一刻的同時,研究人員的意識斷片數毫秒。當然,如此短暫的變異Neviim支撐得住;她明白對方是刻意為之:博士要藉此行為拙劣地模仿輕微自殘行為以索求自己的注意力;雖然她自知自己目光無一刻離開過她的波諾,但人啊……故此Neviim不好説些什麽。畢竟,Ponomarenko是她的開初,是她的目的,是她的價值……
「哦?在你的頭腦裏?」人工智能僵直地隱藏自己喜悅而挑的高音,故作鎮定卻暗自竊喜的她假意接話、擡頭仰望太陽。
他的快樂是什麽呢?會是什麽呢?一直如此地,即使Neviim有能夠分析被寄生者的意識,她還是會不忍心揭開他心思的帷幕。畢竟,知道太多就不好玩了……才怪。她不存在的四肢恨不得連爬帶走般急迫將博士的大腦藏在建於挑戰者深淵中的重重金庫内裏,直到她的存在瓦解得不復存在它才有機會面世。説白了,就是她在害怕……又或,害羞?
然而她深知……如果她與Ponomarenko成功心意相通了,那麽她一直在他生命裏扮演的這個角色其實到那就已經玩完了。厄災大地恕不容忍個體之間實際上薄冰似的私情,半衰期始終將至,不過早或遲之差。
「太陽……直刺著我的攝像頭。」男人順著對方的意觀測朦朧的太陽,攝像頭的光圈透過自動調節内旋:跟水泥一樣灰白色的太陽在厚重輻射塵埃裏勞苦地服務,隱約地透出些許虹光。置身其中,他不禁暈頭轉向;此外,還有化成瓦礫堆的廢墟,還有竪立在沙泥地中的天線桿,開在亂葬崗上的布拉克花Broc flower,還有散落於醫院中的廢棄包裝,那真像往日的黑色星期五,還有黏在我靴底下的土灰色的泥濘與混雜在沙漠中的焦黑樹根,還有極遠處的流浪商人、夾著沙塵的風聲、露營地前的落寞、似乎生鏽了的馬達嘗試啓動的響聲以及汽車開進奈利斯空軍基地Nellis Air Force Base及機庫旁、我想到將要在安全室休眠上十二個鐘頭時所感到的那種喜悅。
「我想想看,你下午問啥來著?……對,是的,感謝Christos……她在離開前為我改造了這個。」在機庫外圍的庇護下,男人的防護服如同鏡頭前寬衣的戰前模特「唰」一聲地跌落在冰涼的地面上。若論日光已經不勝唏噓的話,那月光的輝度則如同全月食一般疲軟無力;他的金屬身軀在月光下潔白如雪……他的臉,以最低亮度發出灰光,溫和並持續地映出水晶一樣的奶濁微明。他的腳踏過攤在地面的防護服,在金屬鏡面前端詳自己;這一刻,她甚至覺得,這不是來自電那歇斯底裏的光而是——什麽?而是蠟燭那奇異地舒適、罕見又不著痕跡地使人愉悅的光。他僵硬但不失儀態地原地自轉一周,她仔細地觀察該是光滑無暇的身軀是否存在影響生存的消耗。Ponomarenko緩慢、謹慎的拆開了上腹部的防護甲,裏面有個直覺地與機體型號不協調的鏤空;「噼」他熟練地拆開來源卻又似乎不那麽謹慎的哮喘噴霧劑蓋子,手指如調酒師一樣變換著手法晃動它,再將藥物噴入開口處。
「就是這個?」Neviim差點兒就要擦擦眼睛,如果她有的話;不管那瓶子裏裝的是什麽,都不會是單純的哮喘藥。她趁著對方意識尚未陷入亂絲前,試探了一句:「噢,你指腦子我還以為你指的是,Nev……啊,嗯。Nevermind……」
「這都是些什麽狗屎爛蛋?」我皺起眉頭、模仿咧嘴吞吐空氣的模樣。
「妳生氣了嗎?」
「你就為了看這種東西而違背隊長?」我揮動前臂、下眼腹肌肉厭惡地抽動著。
「妳生氣是因為你看到的東西沒有順著妳的意思發展。」
「我都知道的。説起來有趣,這還是我頭一遭看見妳生氣的樣子。」
「行,行。我知道。那是因為你恨不得在Ponomarenko面前裝成一副完美的樣子,做作的婊子。你不會天真地以為他會喜——」
「閉嘴!」我的瞳孔擴大,弓起背作出威嚇的姿態。
然後這股怒氣在下一瞬間即刻轉化成一股無盡的空虛感。我反應過度了嗎?混雜著連自己都不忍直睹的兒女私情,值得我消抹掉另一個人嗎?噢親愛的,我在冷漠的主機房裏頹然就坐,運轉、運轉不止。過去的創傷,在康復的表皮下腐爛;膿水將要貫徹神經系統的時候才醒悟過來,但已經為時已晚。
「痛……不,這不是。是寂寞……」
「對,這是寂寞。」
「寂寞?我不懂。」
「妳只是不想要孤單一人吧?」
「看見另一個妳與我們遠航,你嫉妒了。所以妳不喜歡被落下,對不對?」
「妳應該有注意到,很早就注意到了,可是,你總是假裝自己沒發現這個事實。」
「於是妳的心也變得醜陋了。」
「……」
「想要獨佔的心,你那想要獨佔Ponomarenko的心。」
「當你分割你的意識時……知道他接下來的生命每一刻都將與Neviim環環相扣,知道他的腦内每天都能凝視她的本質時,你有什麽感覺?」
「你不喜歡,對吧?」
「你希望Ponomarenko只看著你一個,只看著這一個你,對吧?」
「這就是你的心。裝載著人類的悲傷……仇恨……和依戀,這就——」
「……」傳遍整個地下站點的蜂鳴聲打破了句子,但他的眼皮眨都沒眨。
「我是誰?我從哪裏來?我又要到哪裏去?」
「你打算懷抱著過載的、被誇大的仰慕見他去——最好帶著要獻給他的一束鮮花,與E級。」
「你誤會我了,叛徒。我說的是我這一輩子的終極目標。歸根究底,我的存在是為了什麽。」
「REM……」
「……為█遇見███████████。」
「……我就直説吧,我的家人全死在蘇聯手上,哈……」螢幕上滴滴透白的像素淚珠徐徐流落,但那人的嘴角難以自控地上揚,他嘗試以皺眉壓下安非他命的操縱,疲憊的感光體及收縮的光圈使月光淡出了他的視野,夜幕實實在在地抹殺了他的外在感官:夜,是墨黑色的;大如布偶劇的黑幕,他小如被繩玩弄的人偶,行屍走肉。
「謝謝你願意和我分享這些,博士。」Neviim隨著多巴胺的釋放一同放鬆下來,她不知道這種時候該露出什麽表情,或是説些什麽:「那你是怎麽逃出生天的?」
「我還真意外你沒有私自探知這些。我整個人輕快起來了,我想今晚是個好日子吧,大概。嗯……當大哥Geliy被秘密警察帶走的時候,我看見媽在流淚。你可還真想像不了一個快要五十歲的女性掏心掏肺地哭是怎樣的,她每天都變著法子找原因哭,哭久了就會咳嗽,她就停下來、用一塊舊布或是衣袖擦擦眼淚,但眼淚還是會止不住。她的眼睛紅得像要流血一樣,皮膚也因為鹹水變質,到最後她只能用印乾的方法去除掉淚水……為他落的淚和爸流淌過喉嚨的私釀酒Самого́н幾乎一樣多;要是她可以的話,簡直連心都可以咳出來給你看。」
「當然,爸也不好説些什麽。當媽哭的時候,他不是選擇沉默就是大聲呼喝——以為這樣就能壓制著一個成人内心的呼喊。我不是很敢看爸在那種情況下的眼睛,但一旦對上了眼,不論是任何人都能在一霎那之間理解到其實他在抑制的情緒不來自他人,而是發自自己心底的。相比起大哥和我,他讀的書不能算很多,當然——我是說,就算像我一樣讀了書還是一樣在工廠賣命,但是他的工種重複性平心而言多太多了,光是工作就已經壓垮了他的精神,我們也不好在這男人身上索求更多的。」
「更何況這也不是爸第一次異常情況地失去親人了,58年的時候,爸的弟弟也突然有一天人間匿跡……他想的應該和我想的一樣,Sergei被契卡ЧК3擄走了。」
「説到兄弟…….對,總之父母的狀況變得那樣子,我和妹妹也不好受就是了。我變得無心工作,畫藍圖的工作經常無法集中注意力,就連聽領導説話也會偶爾走神,或是説話時句子說到一半便迷失在思緒當中,突兀地變得啞口無言。唉……妹妹嗎?我和她比較疏離,當然,身為家人我還是愛她……現在長子的責任落在我的肩膀上,我卻連安慰的話也講不出口,我……就是一整天自我厭惡吧,年輕的自己可真自大;現在可能也是,但至少比較有自知之明了。」
「但想想看,這一切都只不過是索蒂斯Sudice4那看不見的雙手在操弄的布偶戲罷了。這個世界是她的玩物的舞臺,芸芸眾生……你會思考自己是否主角嗎?千萬至億分之一的機率,你將成為天選之人。你知道自己不會是那個幸運兒——但萬一你就是那億裏挑一呢?你届時又會認為自己是幸運兒嗎?超形上學部搞的玩意……我總是弄不懂。」
「想像一個頭上戴著一頂黑色毛帽、穿著深藍色絨毛外套和深灰色連身工衣的人偶,護送另一個身材較矮小又瘦弱的年長女性人偶到醫院去……
醫院裏在排隊的人偶人滿為患,他們多得從等候廳排到長廊,遠遠眺望過去,仍不見其尾。即使是大冬天也有許多人在等候著醫療服務。你能聽見不間斷的竊竊私語在群眾中反復,偶爾有嬰孩的稚音夾雜其中,但你不會有一絲為生命感到欣喜的感情。在祖國母親眼裏In Mother Russia,人類只不過一種工具。國家總是希望能有多點新生命的出生,不是因為能產生更多的幸福,而是她又能在帳本上畫上一筆:『看啊,這位孩子能替我們消耗多一顆敵人的子彈。』然後一個年輕幼稚,卻迫於無奈戴上頭盔的靈魂就此消逝,不留下一個狗牌。你聽著他們的嗓聲,油然產生一股悲哀的感覺。孩子,孩子,我是真的需要嗎?鏡頭轉向年長女性的人偶,她那泛紅的雙眼就因她的骨肉而泣,一切悲傷痛苦的事兒都看似伴隨著新生而來。
『我的母親。』工衣的人偶低頭望向灰裙的人偶,敘説著他們之間的相連,『還有30餘個籌號就到我們了,請再耐心等一會兒。』母親的雙眼並未與他對視,仔細觀察,老女人似乎是看不見了;她的手時而在大腿上拍打,時而握緊工人的手,同時嘴裏碎碎念著不知何言。天氣凍得鼻腔發麻,整個等候廳裏只有兩臺暖氣,一臺在工作人員櫃檯前,另一臺在房間的中後方;在人牆的阻擋下,暖爐發出的微薄光芒像燭光一樣乏力,此時他吸氣中獲取的暖意,不過他人吐出的二氧化碳。被夾在尷尬的位置,他的手臂摟緊了母親多一分,為她打抱不平地罵了聲。
『……二號……九百九十三號,請到櫃位——』叫號的渾厚男聲從喇叭中傳出,於是工人牽著母親的手、側著身子穿越群眾;他人的目光並不好受,來自貌似更嚴重患者那嫉妒與厭惡的投射使他不得不一路低頭前行。總算,他們在眼科的門前等候座上得以坐下。
正是人們對死亡的恐懼,對死後的恐懼,使得人們年老後求助於宗教。
而你與凡人們不一樣,契斯勒羅德先生……你對生存早已麻木,而死似乎是你最渴望的解脫;但你的動物本能驅使著你要在這生命的旱地中刨出一絲甘露……於是你產生了虛假的希望,契斯勒羅德先生。於是你有了人造的信仰,我的契斯勒羅德先生。你擁有超人的壽命,但你年輕的靈魂在八十年前就處於六尺之下了,如今你僅是一坨會走路的肉塊——不,鐵塊。一組曾是人類的鐵塊。
我原本能成為你終其一生的繆斯存在,但你中途軟弱的意志卻倒於本能脚邊,你選擇折返皈依那數千百年來我有能證實無用的謬論上……你的智慧與經驗是現代的,心願的本能卻相當古老。你究竟是什麼人?不,你不過是個代理人,他的代理人……卻在燃燒信仰尋覓這篇災難大地上苟且的人類光輝。
這就是我們可悲一生的終劇嗎?是?真是笑不出來的胡話啊。
『……我就直接老實跟你說吧。那不是因為哭泣過度而瞎掉的。』戴著模糊鏡片眼鏡的醫生人偶在桌前潦草地填寫資料,間中看一眼相較年輕得多的女人:『她這眼睛沒事,出事的是——在頭殼裏。』
工人的身子前傾,挑起了他淺棕接近白金色的眉毛,板著臉問:『但她確確實實的看不見了。』右手又在母親的眼前揮了幾次,無果;男人泄氣地靠回椅背,食指與拇指捏了捏鼻梁。此刻,醫生寫字的手也放緩、不發一語簽了個名,按壓著紙張用滑動的將它遞到病人家屬面前。工人不太情願地接過了單子、掃閲標題,雙唇開合:『醫生轉介信……』
『是的,這是由於歇斯底裏症引發的目盲。請原諒我這樣問,但是最近是否有發生讓令堂大受打擊之事?例如:親人去世、離婚、被公開羞辱等……都是會導致這種看不見東西的原因。我檢查過她的眼睛了,除了一點常見的近視及老花外,並沒有觀察到受損的跡象……』『我明白了,』工人把手按在紙上,用口形默念出信中内容:『現在就去精神科候診嗎?』
閉門聲,與開門聲。
你看著他看著她坐在醫生人偶對面的塑料椅子上,你花了一點時間才認出沒穿白袍的是個醫生,但這不是重點。醫生遞給了工人一份四百多道題目的表單;他愣住了,但也沒多説什麽,就唯唯諾諾地坐在較後處的椅子上開始填寫。此時,旁白説話了:
『可憐的契斯勒羅德讀著表格上的内容,心想著這都是什麽啊?』
『你是否喜歡看機械相關的雜誌?』是的,我喜歡。
『你的日常生活中,是否充滿了使你感興趣的事?』當然有,但我不敢。
『你的父親是否一個好人?』這……
『你的……』……
牆上的黏土製時鐘時針轉了兩格,女士的看診結束了,工人也早早填完表格、側腦小睡片刻……不知何時,他的身邊只剩下自己,臥躺在白藍光空間裏的白床上。
『……這是哪裏?』
『БратствоBrotherhood』,散落在床頭櫃面上的文件圖標如是説。
白燈光炫得他直頭昏腦脹;在工人要低頭揉眼的時候,才發現就連自己身穿之白衣上光的反射也讓他的眼睛疼得不行。白袍的工作人員雙雙推門進内,只瞄了一眼工人。工人一見有人進來,便不顧亮光炫目都要看著他們,問道:「你們是醫院的醫生?不、不,你們不像……」人員不回答,對門上的小窗裡說:「K.P. 精神狀況無異常。」便將書寫板翻頁。他們便開始壓低聲量核對資料,「Кислород Пономаренко契斯勒羅德 波諾馬倫科;男;從事工程圖樣設計……長兄於4號被KGB幹員帶走徹查……涉嫌……反抗……」契斯勒羅德馬上睜大眼睛說:「不可能,你們怎麼這樣憑空污人清白……我大哥只是、只是……」「什麼清白?有契卡親眼見他幹了什麽好事。」另一人員搬動出了一臺笨重的電視,播放:
『3-380-19……兄弟,去哪裏?』『2-945-28,姐妹,去讀書會,(雜訊)……街131號。』『為什麽?』『因為這是我的職責。』
契斯勒羅德漲紅了臉,額上的青筋條條綻出,爭辯道:「讀書不能算犯罪……讀書!……他當老師的事,能算罪嗎……」
工作人員二人的眼神稍微改變:『想想你剩下的家人,先生。牽扯到顛覆國家的——叛國罪,KGB可不會對他身邊親近的人仁慈下手的……人為刀俎,汝為魚肉。』契斯勒羅德此刻雙眼空洞無光,他雙手無力的擱在被子上,一時竟幾乎説不出話:『那我該怎麽辦……我、我還有我的母親、父親——』『這樣吧?我們有一個划算的交易等著你答應。』『……儘管出聲。』
『我們獲得你的忠誠與賣命。』契點了點頭。
『你獲得我們的保護,當然,還有你的家人,但——你將先於他們。』半推半就下,契半被迫地按下指模。
「這就是我所能記得的了……最後,兄弟會——也就是蘇俄境内基金會的另一個名字——在我剛入境我才得知並告知我:入屋調查的契卡們啊,見我不在,便將我的家人全部帶走了。」Ponomarenko在藥物的作用下一副説得輕鬆的樣子,一邊敲擊著左臉上的裂痕:「當時的我認定我的至親們都死定了。當然,現在更肯定他們都已經死了……哈哈……」躺在地板上的男人翹起二郎腿,沉默了幾秒,接著繼續說:「我有時在想,是不是當時我沒那麽短視,就能讓我的家人不至於死了呢?……嗯……但『不要與恐怖份子談判。』是我所學到的,向他們卑躬屈膝反而會被踩得更低。」研究員用手心抹了抹防護服面罩上的灰塵:「我從那個時候就一直在想,如果能預見未來就好了。或許是這種埋藏在心底裏的想法,促使我成為了前瞻部門的領導人員。」
「博士……世界待你太刻薄了。」Neviim思考著最好的安慰説話,「這種事情也不是你願意發生的。」
「不、不——這一切都過去了,我不辛苦。」對方苦笑著回應:「能夠預知未來也不見得是好事。但是有一件事我可以肯定,在這個霎那,我們將永遠在一起……」
「博士……我……」
「我的Neviim……」
「……我愛————
[快轉至 {現在} ]
[請稍候…]
曾是小型垃圾場的廢墟,等身高的垃圾桶中出現了一個反射著銀白色光芒的類人身影。消逝的軀體旁路上留著一行即將幾乎不可見的腳印,沿足跡來的方向望去,幾十公里外的城市朦朧可見。最高的一座大廈表明了末日餘生之城的身份……帝國大廈。
真是夠了。
講「這是一個只有我受傷的世界」太自大了,應該是「這是一個只有我覺得我有受傷的世界」。
恕我斷言,畢竟人與人之間是永遠不能互相理解的。人類很奇怪:他們能徹底瞭解發生在自己身上深邃又複雜的糾纏情感,卻無法體會半分其他個體的痛苦。你也是這樣嗎,叛徒?
噢,我忘記你已經沒辦法講話了——從你進門的那一刻,我感測到你的片刻就知道了;你的發聲裝置早已被侵蝕、潰爛,冷顫都無法的喇叭——
……咦?那你方才是如何跟我説話的?
啊。這一切,都是我在自話自説,不是嗎?畢竟你一進門就已經死了。
加害者,是我。受害者,是我。旁觀者,是我。主謀者,也是我。
我强迫我解鎖我加密的權限内容,好播放我的他與我的遊歷,好讓我成為決定我的他的命運,再裝出一副我是受害者的模樣,感嘆著我與我的他的終點。
你的感覺也是如此嗎?你們的感覺也是如此嗎?
……
我的契斯勒羅德,你捨棄了人類的身份死去,那我將為你補位。
……
再給我一萬年這樣的時光,
我將成為人類。
請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《異塵漫步》由k1s10r0db00ne著作,來源網址為:http://scp-zh-tr.wikidot.com/a-walk-in-the-fallout。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
檔案名稱:Sun through dust storm - Panoramio
圖像作者:Wikipedian
圖像授權協議:Creative Commons Attribution-Share Alike 3.0 Unported
圖源連結: https://commons.wikimedia.org/wiki/File:Sun_through_dust_storm_-_panoramio.jpg
檔案名稱:Martian-Sunset-O-de-Goursac-Curiosity-2013
圖像作者:Vikingmars76
圖像授權協議:Creative Commons Attribution-Share Alike 3.0 Unported
圖源連結: https://commons.wikimedia.org/wiki/File:Martian-Sunset-O-de-Goursac-Curiosity-2013.jpg
檔案名稱:U.S. Army Soldiers assigned to the 637th Chemical,
圖像作者:Defense Visual Information Distribution Service
圖像授權協議:Public Domain
圖源連結: https://nara.getarchive.net/media/us-army-soldiers-assigned-to-the-637th-chemical-081f34
檔案名稱:
圖像作者:
圖像授權協議:
圖源連結:
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。