您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:人物檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
/* 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%; } }
-
- _
/* 標題:緹娜 外觀主題 支援組件 作者:Sigtina 技術支援:vomiter、Luminous、Mang Gwan、Dr V Valentine、Viken-K 創作年:2022 緹娜 外觀主題衍生至: Paperstack 外觀主題 by EstrellaYoshte。 BASALT 外觀主題 by 作者Azamo & Placeholder McD。 BASALT 外觀主題衍生至: Paperstack 外觀主題 by EstrellaYoshte。 Minimal 外觀主題 by Stormbreath。 BLANKSTYLE CSS by Placeholder McD & HarryBlank。 PLACESTYLE CSS by Placeholder McD。 Simple Yonder 外觀主題 by 作者EstrellaYoshte。 Tab animation,作者Croquembouche。 */ :root { /* ===ACS變數=== */ /* ACS子分級背景 */ --ST-background-ACS-sub: var(--ST-color-key); /* ACS子分級圖示背景 */ --ST-background-ACS-sub-ima: var(--ST-color-key); /* ===EAR變數=== */ /* EAR主體前背景 */ --ST-background-EAR-hub-for: rgba(var(--ST-color-T9), 0.3); /* EAR主體後背景 */ --ST-background-EAR-hub-bac: rgba(var(--ST-color-T8), 0.3); /* EAR框色 */ --ST-border-EAR: rgba(var(--ST-color-A1), 0.6); } /* ===摺疊側欄/Toggle Sidebar=== */ #top-bar div.open-menu a { display: none; } /* ===內容 > 更好的腳註集成/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: var(--ST-fontCol-Fun) !important; } .fnnum:hover::after { color: var(--ST-fontCol-Fun-cho) !important; } .fncon { background: var(--ST-background-Foo) !important; color: var(--ST-fontCol-Con-tex); border: solid 0.15rem var(--ST-border-Con); border-radius: 2px; font-size: 90%; } .fncon::before { background: var(--ST-background-Hea) !important; color: var(--ST-color-key); } /* ===ACS組件=== */ .danger-diamond>.quadrants>.bottom-quad, .anom-bar-container.explained .danger-diamond>.quadrants>.top-quad, .anom-bar-container.neutralized .danger-diamond>.quadrants>.top-quad, .anom-bar-container.pending .danger-diamond>.quadrants>.top-quad { /* "transparent" bottoms/top icon backgrounds */ background-color: var(--ST-background-ACS-sub) !important; /* body background color */ } .danger-diamond>.bottom-icon, .anom-bar-container.pending .danger-diamond>.top-icon::before { /* esoteric, pending icon backgrounds */ background-color: var(--ST-background-ACS-sub-ima) !important; } /* ===著作標示組件=== */ .modalbox{ background: var(--ST-background-New) !important; } div.modalbox { border-radius: 0; border: none; } .rate-box-with-credit-button{ background: var(--ST-background-Con) !important; border: none !important; box-shadow: 1px 1px 3px var(--ST-shadow-Nor) !important; } .creditButton p a{ padding-top: 7.5px !important; height: 15px !important; color: var(--ST-color-key) !important; } .creditButton p a:hover { background: var(--ST-background-Con-cho) !important; color: var(--ST-fontCol-Lin) !important; } /* ===著作標籤組件=== */ .authorlink-wrapper > a::before { color: var(--ST-fontCol-Con) !important; } #page-content .authorbox { background: var(--ST-background-New) !important; } /* ===Info Bar組件=== */ .info-container{ --barColour: var(--ST-background-Con); } /* ===Earthworm系列導航欄組件=== */ .earthworm .first { border-top: solid 2px var(--ST-border-EAR) !important; border-bottom: solid 2px var(--ST-border-EAR) !important; } .earthworm .first:not(.true) img { border: solid 2.8px var(--ST-border-EAR) !important; border-width: 2.8px 0 0 2.8px !important; } .earthworm .hub { border: solid 3px var(--ST-border-EAR) !important; background: linear-gradient(10deg, var(--ST-background-EAR-hub-for), 0.3), var(--ST-background-EAR-hub-bac), 0.3)) !important; } .earthworm .hub.no a, .earthworm a[href="/"], .earthworm a[href="http://www.scp-wiki.net"] { color: var(--ST-fontCol-Hea) !important; } .earthworm .last { border-top: solid 2px var(--ST-border-EAR) !important; border-bottom: solid 2px var(--ST-border-EAR) !important; } .earthworm .last:not(.true) img { border: solid 2.8px var(--ST-border-EAR) !important; border-width: 2.8px 2.8px 0 0 !important; } .earthworm div.true p { display: none !important; } /* ===Colmod 組件=== */ .colmod-block > ul, .colmod-block > ul > li { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); } .colmod-collapsiblealt > [class|="colmod-link"] a, .collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a { padding: 4px 9px 4px 7px !important; background: var(--ST-background-Hea); border: none !important; box-shadow: 0px 0px 5px var(--ST-shadow-Nor); color: var(--ST-color-key) !important; border-radius: 3px; } .colmod-collapsiblealt > [class|="colmod-link"] a:hover, .colmod-collapsiblealt > [class|="colmod-link"] a:active, .collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a:hover, .collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a:active { background: var(--ST-background-Hea-cho) !important; }
/* 標題:緹娜 外觀主題 作者:Sigtina 技術支援:vomiter、Luminous、Mang Gwan、Dr V Valentine、Viken-K 創作年:2022 取材自:Paperstack 外觀主題 by EstrellaYoshte。 BASALT 外觀主題 by 作者Azamo & Placeholder McD。 BASALT 外觀主題衍生至: Paperstack 外觀主題 by EstrellaYoshte。 Minimal 外觀主題 by Stormbreath。 BLANKSTYLE CSS by Placeholder McD & HarryBlank。 PLACESTYLE CSS by Placeholder McD。 Simple Yonder 外觀主題 by 作者EstrellaYoshte。 Tab animation,作者Croquembouche。 */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap'); /* ===主要的/MAIN=== */ :root { --title: " SCP 基金會"; --subtitle: " 控制 • 收容 • 保護"; --logo: url(https://imgur.com/nuV6d71.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); /* ===基本 變數=== */ /* 字體 */ --ST-font-NSTC: 'Noto Sans TC', serif; /* 字重 */ --ST-fontWei-ELig: 100; --ST-fontWei-Lig: 300; --ST-fontWei-Reg: 400; --ST-fontWei-Med: 500; --ST-fontWei-Bol: 700; --ST-fontWei-Bla: 900; /* 水晶紫 */ --ST-color-A0: 13, 4, 21; --ST-color-A1: 39, 13, 65; --ST-color-A2: 65, 22, 106; --ST-color-A3: 89, 29, 149; --ST-color-A4: 115, 39, 192; --ST-color-A5: 140, 65, 217; --ST-color-A6: 166, 106, 226; --ST-color-A7: 192, 149, 234; --ST-color-A8: 217, 192, 242; --ST-color-A9: 242, 234, 251; /* 松石青 */ --ST-color-T0: 4, 21, 17; --ST-color-T1: 13, 65, 51; --ST-color-T2: 22, 106, 85; --ST-color-T3: 29, 149, 119; --ST-color-T4: 39, 192, 153; --ST-color-T5: 65, 216, 178; --ST-color-T6: 106, 226, 192; --ST-color-T7: 149, 234, 212; --ST-color-T8: 192, 242, 229; --ST-color-T9: 234, 251, 246; /* 尖石粉 */ --ST-color-P0: 21, 4, 13; --ST-color-P1: 65, 13, 39; --ST-color-P2: 106, 22, 65; --ST-color-P3: 149, 29, 89; --ST-color-P4: 192, 39, 115; --ST-color-P5: 217, 65, 140; --ST-color-P6: 226, 106, 166; --ST-color-P7: 234, 149, 192; --ST-color-P8: 242, 192, 217; --ST-color-P9: 251, 234, 242; /* 基調色 */ --ST-color-key: rgb(255, 255, 255); /* 透明色 */ --ST-color-Tra: rgba(0, 0, 0, 0); /* 測試橙 */ --ST-color-test: rgb(255, 140, 26); /* ===主題 變數=== */ /* 標題字型 */ --ST-font-Hea: var(--ST-font-NSTC); /* 內容字型 */ --ST-font-Con: var(--ST-font-NSTC); /* 功能字型 */ --ST-font-Fun: var(--ST-font-NSTC); /* 標題字色 */ --ST-fontCol-Hea: rgb(var(--ST-color-A2)); /* 標題選擇字色 */ --ST-fontCol-Hea-cho: rgb(var(--ST-color-A1)); /* 標題啟用字色 */ --ST-fontCol-Hea-ena: rgb(var(--ST-color-A3)); /* 標題文本字色 */ --ST-fontCol-Hea-tex: rgb(var(--ST-color-A0)); /* 內容字色 */ --ST-fontCol-Con: rgb(var(--ST-color-T2)); /* 內容選擇字色 */ --ST-fontCol-Con-cho: rgb(var(--ST-color-T1)); /* 內容啟用字色 */ --ST-fontCol-Con-ena: rgb(var(--ST-color-T3)); /* 內容文本字色 */ --ST-fontCol-Con-tex: rgb(var(--ST-color-A0)); /* 功能字色 */ --ST-fontCol-Fun: rgb(var(--ST-color-A2)); /* 功能選擇字色 */ --ST-fontCol-Fun-cho: rgb(var(--ST-color-A3)); /* 連結字色 */ --ST-fontCol-Lin: rgb(var(--ST-color-A4)); /* 曾開啟連結字色 */ --ST-fontCol-Lin-eve: rgb(var(--ST-color-A3)); /* 新連結字色 */ --ST-fontCol-Lin-new: rgb(var(--ST-color-P4)); /* 圖像連結字色 */ --ST-fontCol-Lin-ima: rgb(var(--ST-color-P9)); /* 標題背景 */ --ST-background-Hea: linear-gradient( rgb(var(--ST-color-A2)) 0%, rgb(var(--ST-color-A3)) 21%, rgb(var(--ST-color-A4)) 47%, rgb(var(--ST-color-A4)) 53%, rgb(var(--ST-color-A3)) 79%, rgb(var(--ST-color-A2)) 100%); /* 標題選擇背景 */ --ST-background-Hea-cho: linear-gradient( rgb(var(--ST-color-A3)) 0%, rgb(var(--ST-color-A4)) 21%, rgb(var(--ST-color-A5)) 47%, rgb(var(--ST-color-A5)) 53%, rgb(var(--ST-color-A4)) 79%, rgb(var(--ST-color-A3)) 100%); /* 標題啟用背景 */ --ST-background-Hea-ena: linear-gradient( rgb(var(--ST-color-A1)) 0%, rgb(var(--ST-color-A2)) 21%, rgb(var(--ST-color-A3)) 47%, rgb(var(--ST-color-A3)) 53%, rgb(var(--ST-color-A2)) 79%, rgb(var(--ST-color-A1)) 100%); /* 內容背景 */ --ST-background-Con: linear-gradient( rgb(var(--ST-color-T2)) 0%, rgb(var(--ST-color-T3)) 21%, rgb(var(--ST-color-T4)) 47%, rgb(var(--ST-color-T4)) 53%, rgb(var(--ST-color-T3)) 79%, rgb(var(--ST-color-T2)) 100%); /* 內容選擇背景 */ --ST-background-Con-cho: linear-gradient( rgb(var(--ST-color-T3)) 0%, rgb(var(--ST-color-T4)) 21%, rgb(var(--ST-color-T5)) 47%, rgb(var(--ST-color-T5)) 53%, rgb(var(--ST-color-T4)) 79%, rgb(var(--ST-color-T3)) 100%); /* 內容啟用背景 */ --ST-background-Con-ena: linear-gradient( rgb(var(--ST-color-T1)) 0%, rgb(var(--ST-color-T2)) 21%, rgb(var(--ST-color-T3)) 47%, rgb(var(--ST-color-T3)) 53%, rgb(var(--ST-color-T2)) 79%, rgb(var(--ST-color-T1)) 100%); /* 特殊背景 */ --ST-background-Spe: linear-gradient( rgb(var(--ST-color-P2)) 0%, rgb(var(--ST-color-P3)) 21%, rgb(var(--ST-color-P4)) 47%, rgb(var(--ST-color-P4)) 53%, rgb(var(--ST-color-P3)) 79%, rgb(var(--ST-color-P2)) 100%); /* 特殊選擇背景 */ --ST-background-Spe-cho: linear-gradient( rgb(var(--ST-color-P1)) 0%, rgb(var(--ST-color-P2)) 21%, rgb(var(--ST-color-P3)) 47%, rgb(var(--ST-color-P3)) 53%, rgb(var(--ST-color-P2)) 79%, rgb(var(--ST-color-P1)) 100%); /* 標題框色 */ --ST-border-Hea: rgb(var(--ST-color-A1)); /* 標題選擇框色 */ --ST-border-Hea-cho: rgb(var(--ST-color-A2)); /* 內容框色 */ --ST-border-Con: rgb(var(--ST-color-T1)); /* 內容選擇框色 */ --ST-border-Con-cho: rgb(var(--ST-color-T2)); /* 明顯陰影色 */ --ST-shadow-Obv: rgba(var(--ST-color-P0), 0.9); /* 標準陰影色 */ --ST-shadow-Nor: rgba(var(--ST-color-P0), 0.6); /* 模糊陰影色 */ --ST-shadow-Vag: rgba(var(--ST-color-P0), 0.3); /* ===指定背景變數=== */ /* 主要背景 */ --ST-background-All: radial-gradient(circle at 50% 0%, rgb(var(--ST-color-A9)) 0%, var(--ST-color-key) 3%, var(--ST-color-key) 96%, rgb(var(--ST-color-A9)) 99%, rgb(var(--ST-color-T9)) 100%); /* 首欄背景 */ --ST-background-Top: linear-gradient( var(--ST-color-key) 0%, rgba(var(--ST-color-A9), 0.9) 72%, rgba(var(--ST-color-A9), 0.9) 84%, rgba(var(--ST-color-A8), 0.6) 96%, rgba(var(--ST-color-A8), 0.6) 97%, rgb(var(--ST-color-T8)) 97%); /* 首欄選項背景 */ --ST-background-Top-opt: linear-gradient( rgba(var(--ST-color-A9), 0.6) 0%, rgba(var(--ST-color-A8), 0.6) 97%); /* 首欄選項菜單背景 */ --ST-background-Top-opt-men: linear-gradient( var(--ST-color-key) 0%, var(--ST-color-key) 47%, rgb(var(--ST-color-A9)) 55%, rgba(var(--ST-color-A9), 0.9) 72%, rgba(var(--ST-color-A9), 0.6) 84%, rgba(var(--ST-color-A8), 0.6) 96%, rgba(var(--ST-color-A8), 0.6) 97%, rgb(var(--ST-color-T8)) 97%); /* 首欄選項菜單選項背景 */ --ST-background-Top-opt-men-opt: rgba(var(--ST-color-A8), 0.6); /* 雜項帳戶選項菜單背景 */ --ST-background-Mis-acc-opt-men: linear-gradient( var(--ST-color-key) 0%, rgb(var(--ST-color-A9)) 34%, rgb(var(--ST-color-A9)) 36%, rgba(var(--ST-color-A9), 0.6) 72%, rgba(var(--ST-color-A9), 0.6) 96%, rgba(var(--ST-color-A8), 0.6) 97%, rgb(var(--ST-color-T8)) 97%); /* 側邊欄背景 */ --ST-background-Sid: linear-gradient( var(--ST-color-key) 0%, rgb(var(--ST-color-A9)) 72%, rgb(var(--ST-color-A9)) 84%, rgb(var(--ST-color-A8)) 96%, rgb(var(--ST-color-A8)) 97%, rgb(var(--ST-color-T8)) 97%); /* 側邊欄菜單背景 */ --ST-background-Sid-men: linear-gradient( var(--ST-color-key) 0%, rgb(var(--ST-color-T9)) 72%, rgb(var(--ST-color-T9)) 81%, rgb(var(--ST-color-T8)) 95%); /* 側邊欄媒體菜單背景 */ --ST-background-Sid-men-media: linear-gradient( rgb(var(--ST-color-T9)) 0%, rgb(var(--ST-color-T8)) 72%, rgb(var(--ST-color-T8)) 81%, rgb(var(--ST-color-T7)) 95%); /* 側邊欄圖示濾鏡 */ --ST-filter-Sid-ima: hue-rotate(270deg); /* 側邊欄摺疊頁濾鏡 */ --ST-filter-Sid-fol: hue-rotate(100deg); /* 滾動條背景 */ --ST-background-Scr: radial-gradient(circle at 50% 50%, rgb(var(--ST-color-A6)) 0%, rgb(var(--ST-color-A6)) 16%, rgb(var(--ST-color-A5)) 58%, rgb(var(--ST-color-A4)) 100%); /* 滾動條選擇背景 */ --ST-background-Scr-cho: radial-gradient(circle at 50% 50%, rgb(var(--ST-color-A7)) 0%, rgb(var(--ST-color-A7)) 16%, rgb(var(--ST-color-A6)) 58%, rgb(var(--ST-color-A5)) 100%); /* 滾動條底背景 */ --ST-background-Scr-las: radial-gradient(circle at 50% 50%, var(--ST-color-key) 0%, var(--ST-color-key) 72%, rgb(var(--ST-color-T9)) 95%); /* 資訊背景 */ --ST-background-New: linear-gradient( var(--ST-color-key) 0%, rgb(var(--ST-color-A9)) 100%); /* 資訊版頭背景 */ --ST-background-New-hea: rgba(var(--ST-color-A9), 0.9); /* 腳註背景 */ --ST-background-Foo: rgba(var(--ST-color-T9), 0.9); /* 編輯濾鏡 */ --ST-filter-Edi: sepia(47%) hue-rotate(210deg); } body { background: var(--ST-background-All); color: var(--ST-fontCol-Con-tex); font-family: var(--ST-font-Con); } #main-content { font-size: 0.88rem; padding: 0; top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ===標題與頂欄/HEADER & TOPBAR=== */ div#container-wrap { background-image: none; } #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Top); } #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.5rem; color: var(--ST-fontCol-Hea); font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-fontCol-Con); font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); 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 { background-image: none; height: 5rem; padding-bottom: 0; } #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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); animation: slideLeft 1s; right: 0; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: var(--ST-fontWei-Bol); left: 25.4rem; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Top-opt-men); } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { color: var(--ST-fontCol-Hea); } #top-bar ul li>a { border: none; } #top-bar a { color: var(--ST-fontCol-Hea); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { color: var(--ST-fontCol-Hea-cho); background: var(--ST-background-Top-opt); } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; background: var(--ST-background-Top-opt-men-opt); color: var(--ST-fontCol-Hea); } #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: var(--ST-fontCol-Hea); font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); } #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 { border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } #search-top-box-form>input[type=submit] { 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, var(--ST-fontCol-Fun) !important; } #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, var(--ST-fontCol-Fun-cho) !important; } .mobile-top-bar { left: unset; } /* ===側邊欄/SIDEBAR=== */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: var(--ST-fontCol-Fun); font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Lig); 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 { color: var(--ST-fontCol-Fun-cho); font-weight: var(--ST-fontWei-Bla); } :is(#side-bar, #interwiki) .side-block { border: transparent; border-radius: 0; } #interwiki body { background-image: none; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; } #side-bar { box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Sid); text-transform: uppercase; font-family: ;var(--ST-font-Fun); font-weight: var(--ST-fontWei-Reg) !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 var(--ST-border-Con); font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); 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: var(--ST-fontCol-Hea); } #side-bar a:visited { color: var(--ST-fontCol-Hea-cho); } #side-bar a:hover { color: var(--ST-fontCol-Hea-ena); } #side-bar img { filter: var(--ST-filter-Sid-ima); -webkit-filter: var(--ST-filter-Sid-ima); } #side-bar .side-block { background: var(--ST-background-Sid-men); border-color: var(--ST-color-Tra); border-radius: 0px; } #side-bar .side-block.media { background: var(--ST-background-Sid-men-media); border-bottom: solid 2px var(--ST-border-Hea); border-top: solid 2px var(--ST-border-Hea); margin-top: 1rem; } #side-bar .heading { color: var(--ST-fontCol-Hea); border-bottom: solid 1px var(--ST-border-Con); text-transform: uppercase; font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); } #side-bar .collapsible-block-folded { filter: var(--ST-filter-Sid-fol); -webkit-filter: var(--ST-filter-Sid-fol); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px var(--ST-border-Con); } #side-bar .collapsible-block-unfolded-link .collapsible-block-link { color: var(--ST-fontCol-Hea); } #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: var(--ST-fontCol-Hea-cho); } /* ===分頁標籤/TABS=== */ /* === YUI TAB BASE === */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* === YUI TAB CUSTOMIZATION === */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; box-shadow: none; } .yui-navset .yui-nav a, /* === Link Modifier === */ .yui-navset .yui-navset-top .yui-nav a{ /* === Tab Background Colour | [UNSELECTED] === */ border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav li, /* === Listitem Modifier === */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* === Selection Modifier === */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } ul.yui-nav a { font-family: var(--ST-font-Fun); padding: 3.5px; color: var(--ST-color-key); font-weight: var(--ST-fontWei-Med); } .yui-navset .yui-nav a { background: var(--ST-background-Hea); color: var(--ST-color-key); } .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: var(--ST-color-key); } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background: var(--ST-background-Hea-ena); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus, .yui-navset .yui-nav a:active { background: var(--ST-background-Hea-cho); } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px var(--ST-border-Hea); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); } .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: var(--ST-color-Tra); box-shadow: none; border-bottom: dotted 4px var(--ST-border-Hea); } /* ===標籤/TAGS=== */ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { padding: 1.2px 0.42rem 0.25rem 0.46rem; height: 18px; line-height: inherit; box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Con); border-radius: 2px 6px; color: var(--ST-color-key); font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); font-size: 0.76rem; margin: .25rem .2rem; .5rem .2rem; } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } .page-tags span { border-top: none; } /* ===內容/CONTENT=== */ h1, h2, h3, h4, h5, h6 { font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); text-transform: uppercase; letter-spacing: unset; } h1 { color: var(--ST-fontCol-Hea); } h2, h3, h4, h5, h6 { color: var(--ST-fontCol-Con); } .top-left-box>.item { display: none; } hr { background-color: var(--ST-border-Con); } .info-container { padding-bottom: 8px; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ===內容 > 表格/CONTENT > TABLES=== */ #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; } #page-content .wiki-content-table tr th { font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); border: solid 1px var(--ST-border-Hea); background-color: rgba(var(--ST-color-Cus-gre), 0.3); color: var(--ST-fontCol-Hea-tex); } #page-content .wiki-content-table tr td { border: solid 1px var(--ST-border-Con); } /* ===內容 > 評分模塊/CONTENT > RATING MODULE/評分組件在擴充區=== */ .rate-points { color: var(--ST-color-key) !important; font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box { box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Con) !important; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .cancel { background: transparent; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, div.page-rate-widget-box .rate-points { border: none; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { background-color: var(--ST-color-Tra) !important; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a, .page-rate-widget-box .cancel a, .page-rate-widget-box .rate-points { color: var(--ST-color-key) !important; } .page-rate-widget-box .cancel a:hover { border-radius: 0; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover, .page-rate-widget-box .ratedown a:hover, .page-rate-widget-box .cancel a:hover { padding-top: 0.5px; background: var(--ST-background-Con-cho) !important; color: var(--ST-fontCol-Lin) !important; } /* ===內容 > 圖像框/CONTENT > IMAGE BLOCK=== */ .scp-image-block img { background: var(--ST-color-key); } .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; box-sizing: border-box; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background: var(--ST-background-Hea); color: var(--ST-color-key); } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px var(--ST-border-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Obv); } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: var(--ST-font-Hea); } /* ===內容 > 連結/CONTENT > LINKS=== */ a { color: var(--ST-fontCol-Lin); } a:visited { color: var(--ST-fontCol-Lin-eve); } a.newpage { color: var(--ST-fontCol-Lin-new); } .danger-diamond a, .danger-diamond a::selection { color: var(--ST-color-Tra); background: none; } .scp-image-block .scp-image-caption a { color: var(--ST-fontCol-Lin-ima); } /* ===內容 > 滾動條/ CONTENT > SCROLLBAR=== */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: var(--ST-background-Scr); cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: var(--ST-background-Scr-cho); } ::-webkit-scrollbar-track { background: var(--ST-background-Scr-las); } /* ===內容 > 折疊頁/ CONTENT > COLLAPSIBLES=== */ a.collapsible-block-link:not(#side-bar a) {a.btn.btn-danger:hover, font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); color: var(--ST-color-key); padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } a.collapsible-block-link:not(#side-bar a) { background: var(--ST-background-Hea); } a.collapsible-block-link:not(#side-bar a):hover { background: var(--ST-background-Hea-cho) !important; } /* ===內容 > 頁面標題 / 麵包屑/ CONTENT > PAGE TITLE / BREADCRUMBS=== */ #page-title, .meta-title { display: block !important; font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Bol); color: var(--ST-fontCol-Hea); border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; font-weight: var(--ST-fontWei-Med); font-family: var(--ST-font-Con); color: var(--ST-fontCol-Con); margin-top: -1.5rem 0 -0.75rem; font-size: 0.9em; } /* === CUSTOM SYNTAX === */ .header-container-ex { padding-top: 0.5em; clear: both; } .header-container-ex .scp-image-block { margin: 0 0 0.5rem 1.875rem; width: min(42.5%, 300px)!important; } .header-container-ex .header-info { display: flow-root; margin-bottom: 1.75em; } .header-container-ex .header-info .header-info-flex { display: flex; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } /* === deprecated, kept for legacy purpose === */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } .textbox { position: absolute; width: 42%; top: 7.5rem; } /* ===@媒體查詢/移動格式化/@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: 1200px) { .grid-item { min-width: 50%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.4rem; left: 7.8rem; } #extra-div-1::before { top: 0.4rem; } #extra-div-2::before { top: 2.4rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 960px) and (min-width: 767px), (max-width: 580px) { .header-container-ex { display: flex; flex-direction: column; } .header-container-ex .header-info { order: -1; } .header-container-ex .scp-image-block { width: calc(275px + 5vw)!important; margin: -1.25em auto 0.5em; } } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } #main-content { margin: 0 5%; border-left: none; } #side-bar:target { border: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: initial; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; left: 0; 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.8rem; } #extra-div-2::before { font-size: 1em; top: 2.6rem; } #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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); } #action-area > p { font-size: 90%; font-weight: var(--ST-fontWei-Med); } #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: var(--ST-fontWei-Bol); } .w-container { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); 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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: var(--ST-fontWei-Reg); } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: var(--ST-fontWei-Bol); } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: var(--ST-fontWei-Bol); } #page-content div.warning-box, #page-content div.warning { font-family: var(--ST-font-Fun) !important; font-weight: var(--ST-fontWei-Med); } .collection { font-family: var(--ST-font-Fun); color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px var(--ST-shadow-Nor)); 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: var(--ST-font-Fun); 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; } /* ===雜項 > WIKIDOT窗口/MISC > WIKIDOT OWINDOW=== */ #owindow-1 { background: var(--ST-background-New); } #owindow-1>div.title.modal-header { font-family: var(--ST-font-Fun); text-transform: uppercase; font-size: 90%; cursor: default; color: var(--ST-fontCol-Hea); background: var(--ST-background-New-hea); } #owindow-1>div.content.modal-body td.active>b { font-family: var(--ST-font-Fun); color: var(--ST-fontCol-Hea-tex); } #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 var(--ST-border-Hea); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: var(--ST-background-Spe); } #owindow-1>div.content.modal-body>div>div>a:hover { background: var(--ST-background-Spe-cho); } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem var(--ST-shadow-Vag)); padding: 0px 0px 0px 0px !important; background: none; background-color: var(--ST-color-Tra) !important; margin-right: 1.7rem; } #owindow-1 { font-family: var(--ST-font-Fun); } /* ===雜項 > 編輯框與頁面源代碼/MISC > EDIT BOX & PAGE SOURCE=== */ #lock-info { box-shadow: 0px 0px 4px var(--ST-shadow-Obv); background: var(--ST-color-key); font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Med); margin-left: 1rem; font-size: 95%; border: solid 1px var(--ST-border-Hea); color: var(--ST-fontCol-Hea-tex); } #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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: var(--ST-filter-Edi); -webkit-filter: var(--ST-filter-Edi); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: var(--ST-font-Con); border: solid 2px var(--ST-border-Hea); } textarea { font-family: var(--ST-font-Con); padding: 5px 5px 5px 5px; font-size: 105%; border: solid 0.13rem var(--ST-border-Hea); background-color: var(--ST-color-key); color: var(--ST-fontCol-Con-tex); border-radius: 2px; } .page-source { background: var(--ST-color-key); font-family: var(--ST-font-Con); font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px var(--ST-shadow-Obv); padding: 18px 18px 18px 18px; word-break: break-word; } /* ===雜項 > 字體大小/粗細變化/MISC > FONT SIZE/WEIGHT CHANGES=== */ #page-content strong { font-weight: var(--ST-fontWei-Bla); } #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: var(--ST-font-Fun); font-size: 0.7rem; font-weight: var(--ST-fontWei-Med); } .printuser a { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Bol); } form, #action-area>p, table.page-files td span { font-family: var(--ST-font-Fun); } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: var(--ST-font-Fun); text-transform: uppercase; font-weight: var(--ST-fontWei-Bol); } #page-info { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); 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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); } /* ===雜項 > 鈕扣/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: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med) !important; font-size: 0.75rem; color: var(--ST-color-key); padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: var(--ST-background-Con); border-radius: 2px !important; border-color: var(--ST-border-Con); 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: var(--ST-background-Con-cho); border-color: var(--ST-border-Con-cho); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: var(--ST-background-Con-cho); border-color: var(--ST-border-Con-cho); } #action-area > p:nth-child(5) > a { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med) !important; font-size: 0.75rem; color: var(--ST-color-key); padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: var(--ST-background-Con); border-radius: 2px !important; border-color: var(--ST-border-Con); cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /*========================*/ #footer a { color: var(--ST-fontCol-Hea); } #footer, #license-area { font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Med); background: transparent; } #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: var(--ST-background-Foo) !important; border-radius: 2px; border-color: var(--ST-border-Con) !important; padding: 5px 5px 5px 5px; color: var(--ST-fontCol-Con-tex) !important; font-family: var(--ST-font-Con); max-width: var(--ST-fontWei-Reg); } .f-heading { text-transform: uppercase; font-weight: var(--ST-fontWei-Bla); font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: var(--ST-color-Tra); margin-bottom: 15px; } .footnotes-footer .title:before { content: "Footnotes \0026 References"; color: var(--ST-fontCol-Con); text-transform: uppercase; font-weight: var(--ST-fontWei-Bla); font-size: 0.9rem; font-family: var(--ST-font-Con); cursor: text; } .footnotes-footer a { color: var(--ST-fontCol-Foo); font-weight: var(--ST-fontWei-Bol); font-family: var(--ST-font-Con); } .footnotes-footer { border-left: solid 3px var(--ST-border-Con); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /*========================*/ #page-options-container a { color: var(--ST-fontCol-Hea); font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Bol); font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: var(--ST-fontCol-Hea-cho); } #page-info-break { height: 3rem; } .code pre, .code p, .code, tt { font-family: var(--ST-font-Con); } #account-topbutton { color: var(--ST-fontCol-Fun) !important; } #account-topbutton:hover { color: var(--ST-fontCol-Fun-cho) !important; } #account-options { border: none; font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Bol); width: fit-content; box-shadow: 0px 0px 5px var(--ST-shadow-Nor); background: var(--ST-background-Mis-acc-opt-men); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: var(--ST-filter-All); -webkit-filter: var(--ST-filter-All); color: var(--ST-fontCol-Fun) !important; } #account-options a:hover { color: var(--ST-fontCol-Fun-cho) !important; } /* ===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: var(--ST-fontWei-Bol); } /* ===WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN=== */ #page-content span, #page-content a { word-break: normal !important; }
/* 標題:緹娜 外觀主題 內建組件 作者:Sigtina 技術支援:vomiter、Luminous、Mang Gwan、Dr V Valentine、Viken-K 創作年:2022 取材自:Paperstack 外觀主題 by EstrellaYoshte。 BASALT 外觀主題 by 作者Azamo & Placeholder McD。 BASALT 外觀主題衍生至: Paperstack 外觀主題 by EstrellaYoshte。 Minimal 外觀主題 by Stormbreath。 BLANKSTYLE CSS by Placeholder McD & HarryBlank。 PLACESTYLE CSS by Placeholder McD。 Simple Yonder 外觀主題 by 作者EstrellaYoshte。 Tab animation,作者Croquembouche。 */ :root { /* ===自定義變數=== */ /* 自定義螢幕 */ --ST-color-Cus-scr: rgba(247, 247, 247, 0.9); /* 自定義頁面 */ --ST-color-Cus-pag: rgba(253, 253, 253, 0.9); /* 自定義筆記 */ --ST-color-Cus-not: rgba(226, 232, 233, 0.9); /* 自定義霧灰 */ --ST-color-Cus-gre: 128, 128, 128; /* 自定義青綠色 */ --ST-color-Cus-vir: 0, 255, 191; /* 自定義青綠文本色 */ --ST-color-Cus-vir-tex: 0, 128, 96; /* 自定義湛藍色 */ --ST-color-Cus-blu: 0, 128, 255; /* 自定義湛藍文本色 */ --ST-color-Cus-blu-tex: 0, 64, 128; /* 自定義柳黃色 */ --ST-color-Cus-yel: 255, 255, 0; /* 自定義柳黃文本色 */ --ST-color-Cus-yel-tex: 128, 128, 0; /* 自定義橘橙色 */ --ST-color-Cus-ora: 255, 128, 0; /* 自定義橘橙文本色 */ --ST-color-Cus-ora-tex: 128, 64, 0; /* 自定義品紅色 */ --ST-color-Cus-mag: 255, 0, 128; /* 自定義品紅文本色 */ --ST-color-Cus-mag-tex: 128, 0, 64; /* 自定義雅紫色 */ --ST-color-Cus-pur: 128, 0, 255; /* 自定義雅紫文本色 */ --ST-color-Cus-pur-tex: 64, 0, 128; } /* ===內容 > 自定義/CONTENT > CUSTOM DIVS=== */ .document { background: rgb(255, 255, 255); box-shadow: 0 0 10px var(--ST-shadow-Vag); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: rgb(4, 21, 17); } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: rgb(234, 251, 246); box-shadow: 0 0 8px var(--ST-shadow-Vag); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: rgb(234, 251, 246); box-shadow: 0 0 3px var(--ST-shadow-Vag); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { border: solid 2px var(--ST-border-Con); background: rgb(0, 0, 0); box-shadow: 0 0 10px var(--ST-shadow-Vag); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: rgb(234, 251, 246); } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { border: solid 2px var(--ST-border-Con); background: rgb(4, 21, 17); box-shadow: 0 0 8px var(--ST-shadow-Vag); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { border: solid 2px var(--ST-border-Con); background: rgb(4, 21, 17); box-shadow: 0 0 3px var(--ST-shadow-Vag); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px var(--ST-border-Hea); border-right: solid 3px var(--ST-border-Hea); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px var(--ST-shadow-Nor); width: 75%; margin: auto; background: var(--ST-color-Cus-scr); } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px var(--ST-shadow-Nor); width: auto; margin: auto; background: var(--ST-color-Cus-pag); border: solid 2px var(--ST-border-Hea); } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px var(--ST-shadow-Nor); width: 75%; margin: auto; background: var(--ST-color-Cus-pag); border: solid 2px var(--ST-border-Hea); } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px var(--ST-shadow-Nor); width: 75%; margin: auto; background: var(--ST-color-Cus-pag); border: dashed 0.1rem var(--ST-border-Hea); } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px var(--ST-shadow-Nor); width: 80%; margin: auto; background: var(--ST-color-Cus-pag); border: dotted 1px var(--ST-border-Hea); border-radius: 10px; } .papernote { background-color: var(--ST-color-Cus-not); color: var(--ST-fontCol-Hea-tex) !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px var(--ST-shadow-Vag); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-font-Con); box-shadow: 0px 0px 5px var(--ST-shadow-Nor); 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: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bla); 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: var(--ST-fontWei-Bol); } .bigtext { font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Bol); } .st { font-family: var(--ST-font-Con); font-weight: var(--ST-fontWei-Bol); text-decoration: underline; } /* ===內容 > 表格/CONTENT > TABLES=== */ #page-content .table1 tr th { background-color: rgba(var(--ST-color-Cus-vir), 0.3); } #page-content .table1 .st { color: rgb(var(--ST-color-Cus-vir-tex)); } #page-content .table2 tr th { background-color: rgba(var(--ST-color-Cus-blu), 0.3); } #page-content .table2 .st { color: rgb(var(--ST-color-Cus-blu-tex)); } #page-content .table3 tr th { background-color: rgba(var(--ST-color-Cus-yel), 0.3); } #page-content .table3 .st { color: rgb(var(--ST-color-Cus-yel-tex)); } #page-content .table4 tr th { background-color: rgba(var(--ST-color-Cus-ora), 0.3); } #page-content .table4 .st { color: rgb(var(--ST-color-Cus-ora-tex)); } #page-content .table5 tr th { background-color: rgba(var(--ST-color-Cus-mag), 0.3); } #page-content .table5 .st { color: rgb(var(--ST-color-Cus-mag-tex)); } #page-content .table6 tr th { background-color: rgba(var(--ST-color-Cus-pur), 0.3); } #page-content .table6 .st { color: rgb(var(--ST-color-Cus-pur-tex)); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-vir), 0.3); color: var(--ST-fontCol-Con-tex); } .table2 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-blu), 0.3); color: var(--ST-fontCol-Con-tex); } .table3 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-yel), 0.3); color: var(--ST-fontCol-Con-tex); } .table4 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-ora), 0.3); color: var(--ST-fontCol-Con-tex); } .table5 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-mag), 0.3); color: var(--ST-fontCol-Con-tex); } .table6 .scp-image-block .scp-image-caption { background-color: rgba(var(--ST-color-Cus-pur), 0.3); color: var(--ST-fontCol-Con-tex); } /* ===緹娜摺疊頁組件=== */ .STcol-block > ul, .STcol-block > ul > li { font-family: var(--ST-font-Fun); font-weight: var(--ST-fontWei-Med); display:block; line-height:normal; list-style:none; margin:0; padding:0; } .STcol-block > ul > li > ul, li.folded > .STcol-link-top a + a, li.folded > .STcol-content, li.folded > .STcol-link-end a, li.unfolded > .STcol-link-top a:first-child { display:none; } .STcol-content { -webkit-animation:STcol-fade-in 0.2s ease-in-out; -moz-animation:STcol-fade-in 0.2s ease-in-out; animation:STcol-fade-in 0.2s ease-in-out; -webkit-animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1); -moz-animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1); animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1); } li.folded > .STcol-content { -webkit-animation-name:none; -moz-animation-name:none; animation-name:none; } @-webkit-keyframes STcol-fade-in { from { opacity:0; } to { opacity:1; } } @-moz-keyframes STcol-fade-in { from { opacity:0; } to { opacity:1; } } @keyframes STcol-fade-in { from { opacity:0; } to { opacity:1; } } [class|="STcol-link"] div.foldable-list-container { display:inline; } .STcol-p > [class|="STcol-link"] a, .p > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h6 > [class|="STcol-link"] a, .h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h5 > [class|="STcol-link"] a, .h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h4 > [class|="STcol-link"] a, .h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h3 > [class|="STcol-link"] a, .h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h2 > [class|="STcol-link"] a, .h2 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h1 > [class|="STcol-link"] a, .h1 > .STcol-block > ul > li > [class|="STcol-link"] a { font-family: var(--ST-font-Hea); font-weight: var(--ST-fontWei-Bol); text-transform: uppercase; letter-spacing: unset; } .STcol-h6 > [class|="STcol-link"] a, .h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h5 > [class|="STcol-link"] a, .h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h4 > [class|="STcol-link"] a, .h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h3 > [class|="STcol-link"] a, .h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-h2 > [class|="STcol-link"] a, .h2 > .STcol-block > ul > li > [class|="STcol-link"] a { margin: 0.5em 0 0.4em; } .STcol-h6 > [class|="STcol-link"] a, .h6 > .STcol-block > ul > li > [class|="STcol-link"] a { font-size: 0.9em; } .STcol-h4 > [class|="STcol-link"] a, .h4 > .STcol-block > ul > li > [class|="STcol-link"] a { font-size: 1.2em; } .STcol-h3 > [class|="STcol-link"] a, .h3 > .STcol-block > ul > li > [class|="STcol-link"] a { font-size: 1.3em; } .STcol-h2 > [class|="STcol-link"] a, .h2 > .STcol-block > ul > li > [class|="STcol-link"] a { font-size: 1.5em; } .STcol-h1 > [class|="STcol-link"] a, .h1 > .STcol-block > ul > li > [class|="STcol-link"] a { font-size: 1.9em; margin: 0.7em 0 0.6em; } .STcol-rawmode.STcol-p > [class|="STcol-link"] a, .rawmode.p > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h6 > [class|="STcol-link"] a, .rawmode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h5 > [class|="STcol-link"] a, .rawmode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h4 > [class|="STcol-link"] a, .rawmode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h3 > [class|="STcol-link"] a, .rawmode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h2 > [class|="STcol-link"] a, .rawmode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h1 > [class|="STcol-link"] a, .rawmode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a { padding: 0; } .STcol-rawmode.STcol-p > [class|="STcol-link"] a, .rawmode.p > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h1 > [class|="STcol-link"] a, .rawmode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a { color: var(--ST-fontCol-Hea); } .STcol-rawmode.STcol-h6 > [class|="STcol-link"] a, .rawmode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h5 > [class|="STcol-link"] a, .rawmode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h4 > [class|="STcol-link"] a, .rawmode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h3 > [class|="STcol-link"] a, .rawmode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-rawmode.STcol-h2 > [class|="STcol-link"] a, .rawmode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a { color: var(--ST-fontCol-Con); } .STcol-keymode.STcol-p > [class|="STcol-link"] a, .keymode.p > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h6 > [class|="STcol-link"] a, .keymode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h5 > [class|="STcol-link"] a, .keymode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h4 > [class|="STcol-link"] a, .keymode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h3 > [class|="STcol-link"] a, .keymode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h2 > [class|="STcol-link"] a, .keymode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h1 > [class|="STcol-link"] a, .keymode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a { padding: 4px 9px 4px 7px; text-decoration:none; border: none; border-radius: 3px; color: var(--ST-color-key); } .STcol-keymode.STcol-p > [class|="STcol-link"] a, .keymode.p > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h1 > [class|="STcol-link"] a, .keymode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a { background: var(--ST-background-Hea); } .STcol-keymode.STcol-h6 > [class|="STcol-link"] a, .keymode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h5 > [class|="STcol-link"] a, .keymode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h4 > [class|="STcol-link"] a, .keymode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h3 > [class|="STcol-link"] a, .keymode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a, .STcol-keymode.STcol-h2 > [class|="STcol-link"] a, .keymode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a { background: var(--ST-background-Con); } .STcol-rawmode.STcol-p > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-p > [class|="STcol-link"] a:active, .rawmode.p > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.p > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-rawmode.STcol-h1 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h1 > [class|="STcol-link"] a:active, .rawmode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a:active { color: var(--ST-fontCol-Hea-cho); } .STcol-rawmode.STcol-h6 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h6 > [class|="STcol-link"] a:active, .rawmode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-rawmode.STcol-h5 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h5 > [class|="STcol-link"] a:active, .rawmode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-rawmode.STcol-h4 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h4 > [class|="STcol-link"] a:active, .rawmode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-rawmode.STcol-h3 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h3 > [class|="STcol-link"] a:active, .rawmode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-rawmode.STcol-h2 > [class|="STcol-link"] a:hover, .STcol-rawmode.STcol-h2 > [class|="STcol-link"] a:active, .rawmode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .rawmode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a:active { color: var(--ST-fontCol-Con-cho); } .STcol-keymode.STcol-p > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-p > [class|="STcol-link"] a:active, .keymode.p > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.p > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-keymode.STcol-h1 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h1 > [class|="STcol-link"] a:active, .keymode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h1 > .STcol-block > ul > li > [class|="STcol-link"] a:active { background: var(--ST-background-Hea-cho); } .STcol-keymode.STcol-h6 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h6 > [class|="STcol-link"] a:active, .keymode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h6 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-keymode.STcol-h5 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h5 > [class|="STcol-link"] a:active, .keymode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h5 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-keymode.STcol-h4 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h4 > [class|="STcol-link"] a:active, .keymode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h4 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-keymode.STcol-h3 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h3 > [class|="STcol-link"] a:active, .keymode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h3 > .STcol-block > ul > li > [class|="STcol-link"] a:active, .STcol-keymode.STcol-h2 > [class|="STcol-link"] a:hover, .STcol-keymode.STcol-h2 > [class|="STcol-link"] a:active, .keymode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a:hover, .keymode.h2 > .STcol-block > ul > li > [class|="STcol-link"] a:active { background: var(--ST-background-Con-cho); } .STcol-left > [class|="STcol-link"], .left > .STcol-block > ul > li > [class|="STcol-link"] { text-align: left; } .STcol-right > [class|="STcol-link"], .right > .STcol-block > ul > li > [class|="STcol-link"] { text-align: right; } .STcol-center > [class|="STcol-link"], .center > .STcol-block > ul > li > [class|="STcol-link"] { text-align: center; }
作品著作資訊
篇名:他們曾經非人,一如往常,未必如此
作者:Sigtina
創作年:2022
2022夏季競賽 主題《X》:作品概念「X,否定,非人存在」。
與系列一(EN)SCP-469 - 萬翼天使 連動
更多資訊
使用圖像:
檔案名稱:9ruf1bj.png
原始檔案名稱:skin-beauty-bed-leg-comfort-bed-sheet-1530023-pxhere.com.jpg
圖像名稱:無題
圖像修改者:Sigtina
圖像作者:未知
圖像授權協議: https://creativecommons.org/publicdomain/zero/1.0/deed.zh_TW
圖源連結: https://imgur.com/9ruf1bj.png
原始圖源連結: https://pxhere.com/zh/photo/1530023
檔案名稱:CN4Od5Q.png
原始檔案名稱:creative-wing-black-and-white-white-wave-spring-543253-pxhere.com.jpg
圖像名稱:無題
圖像修改者:Sigtina
圖像作者:未知
圖像授權協議: https://creativecommons.org/publicdomain/zero/1.0/deed.zh_TW
圖源連結: https://imgur.com/CN4Od5Q.png
原始圖源連結: https://pxhere.com/zh/photo/543253

早晨,即使沒有能使陽光灑落的窗口,她仍感到一絲暖意,不知是睡在一旁的中年男子的還是自身隨意識清晰回來的體溫,她並不在乎,也無所謂,但這一刻她仍希望時間能稍加緩步停歇,盡管說不出什麼原因。
或許是不想打擾男子的睡眠,她小心地挪動著身體,脫離了床鋪的支撐,伴隨而來的是人造脊椎清脆的壓縮聲,與人工關節開始活動時的緊繃感,然而即使如此,她也相當珍惜這副長不大的身軀。
坐起,伴隨著薄被的滑落,迎來的是大片裸露肌膚傳來的一陣冷冽,隨即而來的是,自心臟湧出的血液流經全身帶來的溫暖,她輕哼一聲向前拉直著雙手,繃緊著肌肉,使其在之後放鬆下來,坐在床緣輕擺著看似纖細,卻已比起初結實的雙腿,看著泛白的肌膚顯露血色,片刻後才自床上輕輕落下,感受著因重力作響的骨骼。
相信著它們不會斷裂使自己再次於地上爬行,而能自信的、自愛的走出過往的框架。
將自己稍加整理後已是早餐的時間,她在耳語後,便留下顯然昨夜過於忙碌的男子,並略為對男子茫然的表情感到滿足,但嘴角僅稍微上揚就立刻收斂了起來,試圖將心情隱蔽起來,隨後卻又立刻上揚,以對路過的研究員致意,盡管他們並不屬於同個單位。
在路上,她回憶著昨晚托同事代訂了什麼早餐,同時緩步沿著往工作地點的路線前進,其步伐從容與來往的人群相比有些散漫,也顯現她所待的單位過於空閒的事實,這會是她必須盡快解決的問題,想到此以及早餐後,她便稍微加快了步伐,並在稍後因電梯尚未抵達而駐足不前。
逆天使辦公室,又稱倫理委員會下屬逆天使解明人形適應對策辦公室,不同於其他下屬單位,該辦公室職責上更多的是研擬處置而非審核,而她便是逆天使辦公室的主任,亦是第一個也是唯一經手過的前人形異常,在確認自己不會走錯單位後,便墊了墊腳把辦公室門牌標示推至辦公欄位,輕按電子門鈴後便邁入了辦公室。
輕脆的鈴聲是她挑選的,基於喜愛她總要在經過時按一下,不同於外廊的白光,光線柔和的辦公室裡迎面而來的是堅果與可可的香氣,以及懸掛在正對面,俯視著辦公室每個人的一副簡約相框,框著的照片裡一名曾經存在的女孩,也是她心中的姊姊,並守護她至今。
「早安,伊伽。」她,胸前銘牌寫著 彩影 主任 的她將手放在胸口,無視同事的注視輕輕說著,隨後走向了屬於自己的座位。
辦公室的氣氛並不融洽,盡管似乎刻意轉調了跟她類似的女性職員作為辦公室的夥伴,但生長環境的過度差異與曾經「異常」的人如今是自己的上司這件事,仍然讓同事下意識地迴避,巧妙維持著工作夥伴的關係及關照,沒有除此之外的關聯。
彩影小口喝著熱飲,左手食指則略微用力的啟動了辦公主機,看了一眼貼在側板上的紙條,那是同事給的關於早餐放在冰箱的提醒。
稍加思索,她此刻只略感空腹不致飢餓,或許留著當早午餐也不錯?抱著這樣的想法,彩影並未自辦公椅上起來,迎上幫忙代買同事的眼神,以手勢表達感謝後,便開始了今日的工作。
而逆天使辦公室將繼續尋找著,能完美處理基金會與前收容人形異常間關係的契子。
本日維安權限,3級許可,經紀錄及資訊安全管理部門核准,已授權閱覽以下部分項目編號之部分檔案,業務上需更多資訊請直接連絡紀錄及資訊安全管理部門或該項目的研究主任……感謝你的配合。
來了,盡管因為不存在緊急性所以申請被耽擱了近半個月,但權限已取得的現在,是時候著手尋找潛在對象了。
在那之前。彩影默念看了一眼位於辦公桌前臺的青綠色塑料籃,透過格縫可見其空蕩蕩的內部與放在中間用於鎮紙的羽毛毽,想到其他可能,她開啟了顯示於屏幕上的收件區,再度確認,但沒什麼收穫。
今日申請名單依舊為零,之後也預期會保持在零,如同不受重視的閒置單位一般,盡管逆天使辦公室才成立不到三個月,這不能怪誰,盡管基金會研究上多以解明為目標,但實務上多數異常的性質錯縱複雜且難以確定是否存在交互效應,能解明更是少之又少,人形項目更甚如此,在這種情況下自然不能指望有那個研究主任會發申請,讓辦公室去擬定讓該解明異常解除收容、回歸社會,甚至為基金會所聘的計畫。
所以必須主動尋找可能的受益對象,為此必須大量調閱項目檔案,並視需要與研究團隊進行溝通、合作,在少數情況下亦需要訪問項目,了解實際的情況,她思索著,並開始例行的確認權限細項。
註記下需要特別留意的編號及其可能性。
「ZH-104,三級權限,ZH-226,四級,ZH-247,還是四級,ZH-248,五級。」她稍加停頓,這個授權並不奇怪,因為,她就曾是一名SCP-ZH-248-1,對此她始終抱持著複雜的心情,然而此刻並不是懷念和追念過往被無謂犧牲的同伴的好時機,放其思緒消散,她繼續向下查看卻又稍作停頓。
「ZH-302,三級權限……我什麼時候申請這項的瀏覽?」她尋思著,片刻後將其歸因於上次的倫理委員會議的提案。
「ZH-329,保持四級,雖說距離解明還有很漫長的路要走,ZH-357,未取得。」
「小,何小衣,妳手邊事務中午前能處理完嗎?」
「嗯,主任,我今天要研習,所以有點無法。」
「SCP-ZH-357,替我確認申請流程進度就好了,顧琴,妳今天就幫忙小衣她,需要重申事由就照標準事由,不需特別聲明。」
「了解了主任,妳也辛苦了。」
「那就拜託了。」又一個手勢和輕輕點頭與笑容,稍微應付交辦事項後,彩影繼續閱覽,ZH-398 、ZH-613、ZH-666,依舊是四級權限,也是較為無力介入的項目,之後或許會取消授權請求也說不定,隨後一個項目編號吸引了她的目光,ZH-748。
她沒有親眼,也不可能有人親眼見過這個項目,但她知道那個女孩,SCP-ZH-748-1,項目的宿主,她的精神狀態並不穩定,也不明白發生在她身上的事情,或許她的餘生將在收容間內渡過,在這裡成長成人,卻因為項目,而不被為人。
彩影點開筆記本將編號註記下來,盡管目前不可能也不應該讓她脫離項目的身分,但提交微調收容措施的請求是有可行性的,至少讓她的時光中有一些可以期待的東西,盡管這無法止住她的淚水與痛苦。
「ZH-823,三級,這個之後要取消請求,ZH-831,四級,ZH-922,四級,ZH-991,未取得。」簡單帶過,曾經每當滑過ZH-831時,她都會默哀,如今已經毫無感覺,但仍讓她感到一絲慶幸,自己是那個餘生能脫離項目身分的人。
「小衣,SCP-ZH-991也拜託妳去確認了。」
沒有回應,彩影看了一眼,而小衣只是指了指耳機,暗示還在跟某個人聯絡,而以她的性格來講,估計是正在確認申請流程,或著其他她交代過,但一直沒下落的事情。
至此是所屬分部的已授權項目,她看了看其他分部的授權,由於她只申請了各分部編號1000以內的項目檔案閱覽權,所以只花了一小段時間便確認完了,大部分的申請都尚未通過,意外的是SCP-469倒是主動發予權限,等同要求閱覽該項目檔案,除此之外就SCP-936比較需要留意了。
或許要找一天前往去確認那些異常樹種的情況,盡管那些果實沒有清楚的意識,也無法生存,但其能提供了可能性,除了人造器官以外,讓已解明人形,能夠以正常人的身分解除收容的可能,就像她一樣,只要把異常的部位置換掉,盡管,可能是全身。
她輕撫著自己的頸部與胸膛的交界,如今在那的已經不再是叉骨而是如同一般人銜接著胸骨的鎖骨,人造的。
最後通過授權的是SCP-2973-JP,四級權限,它是很典型的現實扭曲者,盡管目前表現出的性質相當平常,甚至令人懷疑是不是錯誤收容,但她並非該領域的專業,會申請這個項目,也只是做為參考之用,並無意介入。
不過她確實有些想跟它會面,她想了解現實扭曲者是怎樣的存在,是否真如講座所述般危險。
又是怎樣的存在促成了它們的存在?
一開始便有了進展,SCP-ZH-104-A,檔案裡並無任何影像但單就描述而言,可知其與擲鈴手生創,那個讓她與同伴們誕生卻受盡折磨的技術有顯著差異,血肉與機械,彷彿是生化噩夢般的裝置,卻誕下了眾多無異之子,SCP-ZH-104-B。
SCP-ZH-104-B是非人的存在產下的孩子,盡管他們結構與基因上與智人無異,但在確定沒有異常性質前,這不會是一個證據,然而檔案裡的內容卻使她心頭一緊。
「非人不會生出人,人不會生出非人是嗎?」她和其他人造人,不也是擲鈴手生創工廠裡出產的人類,且有著與智人相異的遺傳密碼的非人,這也不會是一個證據,盡管這思想是危險的,但她確實坐在這裡,其中決定的差異在於擲鈴手的技術是正常的,只是過於前衛,而SCP-ZH-104-A本質上就是異常。
這無關產物,單就起源而言,它們的取向早已決定,她並未參與SCP-ZH-104-B收容方針的決議,那時的她尚在接受基金會的培訓,也不知其存在,只專心在遙遠卻觸手可及的未來,而它們並沒有餘裕等她慢慢的抵達現在的職位。
「馨若,完成一個階段後,去申請SCP-ZH-104的子權限,細項我傳檔案給你,大致就圖像紀錄和個體紀錄要有,另外盡可能確認SCP-ZH-104-B的去向,明天的會議優先討論。」彩影交代道,而馨若只是擺擺手示意,便繼續敲著自己的鍵盤了。
希望她敲得這麼頻繁不是在做工作以外的事情。
彩影用紙挾著甜甜圈,小口的嚼著並放下了滑鼠,接著關掉了屏幕,在彈性的椅背上沉浸於片刻的甜美,她隱約記得現在是九點二十,即使不確定距離看到時過了多久的時間,單就她主觀而言,可能僅過了四五分鐘,但她也沒打算真的去確認。
畢竟吃完這個甜甜圈,就該繼續工作了。
而這段短暫的時光對於那些在收容間的項目而言,又是如何?她並沒敢多想,並將最後一口放進嘴裡仔細地咀嚼著。
隨著包裝紙落入一旁的灰色塑料筒中,彩影開啟了屏幕與筆記本,著手將細項打入。
「馨若,資料放在共享了,感謝。」完成,接著是下一個項目,周而復始。
然而之後的項目自身都有著無法解釋神秘現象,那名冬日女孩也好,吸血鬼也罷,盡管她們有血有淚,但在基金會的準則下,那是虛假的,盡管有所不捨,然而自主是無法給予的,為了保護其他人,也是保護它們。
雙重標準,一個模糊的分水嶺就這樣將人形項目一分而二,其外更有一個碩大的水壩,將其與正常相隔,然而基金會並非獄卒,他們無罪,只是需要被解明,知道究竟發生了什麼。
時間將渺茫的希望留給少數的異常,而辦公室對於研究毫無進展的項目,能爭取的只有一個相對正常的環境,甚至予以價值感。
在它們自心靈整個異常之前,盡可能的維持其人性,等待解明的那天能夠在妥善的計畫下被釋放,渺小的希望被熄滅會帶來絕望,但自身的價值不滅,對於還有絲毫人性的它們,她會試著讓它們知道自己將留下些什麼,不單一個數字編號和白紙黑字的紀錄,更是一個存在。
曾有一個人與一群設法理解他的人們,即使可能傷害了他,即便不被諒解,仍然始終沒有放棄希望的故事與歷史。
這也是她目前所為做之事,彩影看著屏幕上的文件介面,鼠標落在了重新命名上,新增文件就此變成了。
另一次的收容方針改變計畫。
「我想,這算是惡意授權對吧?顧琴妳,看一下共享區,我傳一個二級權限版本的項目檔案。」彩影搖著頭,活動了下肩膀,在她屏幕上的是SCP-469的項目檔案,一個交由廢除部處理的人形異常。
一開始她確認是匿名授權時還認為應該不是之前那樣,是,其他人基於某種顧慮但又希望提交申請所以採取這種方式進行,但在仔細且反覆閱覽檔案後,她直覺告訴著自己,又是一個幼稚的嘲諷。
SCP-469跟SCP-ZH-248-1有些許共通點,同樣是人形生物,存在大量鳥禽特有的結構,尤其翅膀,然而SCP-ZH-248-1骨骼相當脆弱,並普遍患有多項遺傳疾病,其無助甚至導致了前研究團隊的不當,甚至是基於嗜虐心態的殘害。
而SCP-469顯然只是單純蜷縮起來等待獵物上門而已,僅以聲波能量為食,除了喜好音樂,以及能讓項目甦醒的鐘聲之外,沒有明顯的需求偏好,以項目的描述來看,顯然也不需要一個有色彩的收容間,其掠食性的增長也使得研究嚴重遲滯,可預期短期內沒有解明的可能,而長期來看,也需要一個契機,像是某個研究員想到一種不會發生聲音的方式來採集樣本,諸如此類。
這種事在基金會並不罕見,在這裡的研究員有許多是足以被尊稱為博士,擁有一定學術權威的人,也有許多是有著豐富的構想能力,總能設計出看似離奇,卻實卓有效的收容及實驗計畫,亦有些超常領域的專家,負責處理常人難以理解甚至無法接觸的異常。
然而這些在一個會把人叉成串燒,高聲慘叫以此獲取食物的「天使」而言,顯然還沒有發揮價值,以至於落到了廢除部規劃處決的地步。
她希望只是自己想太多,並沒有什麼人在暗諷她就是一個異常,跟這個項目一樣的存在,但已經太多次有匿名人士主動授予閱覽權限了,就像木刺時不時就扎她一下。
「主任,應該沒有人這麼無聊,但這個月是不是已經第三次了?」顧琴帶有謹慎的組織著語言,因此顯得有些含蓄。
「第四次了,加上個月和上上個月已經十一次了,這次我不打算取消掉,妳們怎麼看?小衣?馨若?」
「我沒意見。」小衣沒有抬頭有些隨意地說道。
「附議。」馨若也有些隨意的附議道。
「那我就不取消了,希望不會有下次了。」彩影邊說邊拿起瓷杯,啜飲著杯中剛泡好,但因兌了冷茶而溫度適中的紅茶。
關掉了SCP-469的項目檔案,她點開了先前向研究部門提出的計畫,再次檢查了起來,那並不是什麼偉大或神秘的計畫,只是關於改善人形項目收容環境的提案,僅此而已。
而顯然那個項目聽聽音樂就夠了,跟這個計畫扯不上一點關係。
提案大致分成三個部分,參與、歸屬與成就,透過讓項目參與收容措施以外,關於收容室內裝潢與伙食調整及其他不影響收容的措施,讓其為自己作主,盡管簽署不具效用的同意書這點看來荒唐,但她很清楚,僅僅只是簽名這個動作,對於自我安慰就有很大的成效了,且能提升配合度,盡管成果不彰。
而固定的研究與D級人員,確認安全而許可持有的私有物,已在特殊收容措施存在已久,固然在歸屬感方面,只需擴大施行即可,另外暫時沒收私有物對於抑制不理想行為上也有些成效。
最大的問題還是在於成就感上,讓項目自覺有價值說得容易,實行起來卻格外困難,不單是項目,基金會人員乃至社會皆有一些人找不到自己的存在價值,而他們往往採取不當行為來自我滿足。
並差點要了她的命,並導致伊伽的逝去。
目前研究部門同意的提供項目創作的空間與用具,並對其不具危害性的作品盡量加以鼓勵而已,就像對待幼兒一般。
在提供項目於收容室內從事工作一事,基本無法達成共識,尤其在提供處裡虛假資料的工作上,多數研究人員認為即使是虛假資料,仍有造成情資洩漏的可能,但更多的是製造虛假資料,會增加他們的工作量,更何況是要製造與項目有關連性的虛假資料。
至於通知研究有所進展,就沒有放進計畫內了,時機未到,提出了也只會增加辦公室與研究部門的衝突,雖說這會是最簡單且有效的方案。
除此之外,還能做什麼?她經常想到這點,逆天使解明人形適應對策辦公室,適應是個重點,但已解明人形才是他們最主要要負責的對象。
然而對此卻尚無所獲,看著桌上的瓷杯,茶中的碎末旋轉著,懸浮著,逐漸下沉。
這有可能會是這個辦公室的結局,在一陣波瀾之後,逐漸被埋沒,而她尚未找到浮上水面的方法,除非……
現在時間12點00分,現在時間12點00分……
整點報時打斷了她的思緒,將其拉回辦公桌上,看著已經將工作告一段落的同事,彩影也存檔了計畫,並登出帳號關上了屏幕,隨後自辦公椅上起身,使得人工關節再度因重力壓縮,並快速的適應而趨於穩定,環視著同事,宣布了例行公事。
「今天就吃avai吧,各位有什麼問題嗎?」彩影宣布道,顯然她總是吃不膩那種小米粽。
或許現在還看不到頭緒,或許辦公事還沒有明顯的進展,但只要有一個契機,總會解決的,她如此心想道。
高照的烈日並無法曬入辦公室,但她仍感到一絲暖意,雖說她並不在意,也無所謂,但總覺得期待著什麼,看著基於各種原因而贊同的同事,彩影做出了決定。
「那就這麼定了,妳們要幾份?這次我請客。」
曾經非人的存在如今已成主任,而她認為,要提升團隊的凝聚力。
就從小米粽開始。
不語,中年男子自辦公室椅上起身,此時已是日正當中,但不知是空調的作用還是不安的氛圍,即使隔著厚實的布料,寒冷仍使男子的皮膚緊縮起來,伴隨著的是粗重的呼吸,其散發出來的灼熱氣息, 就如同他淡漠的面孔下被壓抑已久的張狂一般。
他在黑暗中摸索著,試圖將鑰匙放進對的孔洞卻始終未能成功,他長嘆一口氣,隨後開始用力且粗魯用鑰匙捅鎖眼,直到插進後,他才恢復平靜,將其深深的探入,頂住,摩擦並轉動。
原不存在的暗門就此浮現,彷彿原本就在那一般,但男子只是用雙手抵住用力一頂,洩力,退到了椅旁,避免了被彈開的暗門夾傷的命運,看著狹長如縫的空間,男子露出了微笑,他快步走上前,兩手一伸,一握,然後輕輕的,只以手指的力量及向後的身軀將裡面的東西拖曳出來。
伴隨著滾輪平順的微小聲音,自深遠的黑暗之中一對翅膀映入眼簾,但他仍繼續拖曳直到框架完全被拉至極限為止,答的一聲,那是框架最末的滾輪碰撞卡榫的聲音,也是男子心中的枷鎖被敲落的聲音,他上前將那對烏黑的翅膀自掛勾取下,然後跪了下來。
他抱著那對翅膀輕撫著那柔順富有彈性的羽毛,深深的將殘留的揮發物吸入肺腑之中,彷彿在刺鼻的化學藥劑外還能聞到一絲她的味道,並不滿足的男子以臉頰蹭著翅膀,讓那漆黑卻隱約可見斑斕色彩的羽毛輕刷過眼睛,並如同撫摸她嬌小的身軀一般以手在翅膀上游移著,發出了深沉卻釋然的原始聲響。
在近乎永恆的寂靜後,男子身體顫抖了起來,在粗重的喘息聲下是他沉迷於此的恍惚眼神,他直到呼吸平穩之前都沒有放開她的翅膀。
在收拾好一切後他有些急躁的摸著似乎有些刮傷的門鎖,並放棄一般地躺在了辦公椅上,直直看著天花板,然後門打開了。
「……」聽不清楚她的話語,只覺眼前驟然一亮,一個有著一襲烏黑秀髮的女性走了進來,一手握著什麼,一手放在電燈開關上。
在碩亮的白光下,男子胸前的銘牌清晰可見, 徐思典 項目主任,看著她走向了一旁的會客沙發及因光線忽紅忽綠乎藍的頭髮,他繃緊的嘴角露出了一絲笑容,而後者,彩影 主任 則在短暫的停頓後以難以察覺的笑容回應,隨即收起。
「所以,您決定好了嗎?」
片刻後他對自己的玩物問道,其眼神變得更加貪婪。
同時她也對眼前的男人問道,眼睛流露著一絲真摯。
