您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:員工與角色檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Roboto+Mono:400,500,700|Source+Sans+Pro:400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext'); @supports(display:grid) { :root:lang(zh) { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighte"; /* must be either "nuscp" or "sigma9" */ --theme-id: "uiu-bhl-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "Unusual Incidents Unit BHL Theme"; /* set this to your theme's full name */ /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:uiu-bhl-theme/UIU_Logo.svg"); --header-title: "FBI"; --header-subtitle: "特異\a事故\a辦公處"; /* Typefaces */ --body-font: 'Source Sans Pro', 'Lato', sans-serif; --header-font: 'Source Sans Pro', 'Poppins', sans-serif; --title-font: 'Merriweather', 'Poppins', sans-serif; --mono-font: 'Roboto Mono', "Andale Mono", "Courier New", Courier, monospace; --ui-wght: 550; --ui-hvr-wght: 700; /* Standard Colors */ --white-monochrome: 230, 234, 246; /* off-blue white */ --pale-gray-monochrome: 204, 216, 239; /* v light blue for blockquotes and stuff */ --light-gray-monochrome: 118, 137, 174; /* light accent blue for login status */ --gray-monochrome: 36, 59, 120; /* blue */ --dark-gray-monochrome: 26, 20, 71; /* deep blue */ --black-monochrome: 15, 11, 12; /* off-blue black */ --bright-accent: 239, 221, 27; /* bright yellow */ --medium-accent: 227, 69, 38; /* medium red */ --dark-accent: 148, 26, 29; /* deep red */ --newpage-color: var(--bright-accent); /* pale orange */ /* Primary Theme Colors */ --swatch-background: var(--white-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--dark-accent); /* Primary Text Colors */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--black-monochrome); /* Primary Header Colors */ --header-gradient-color-bottom: var(--black-monochrome); --header-gradient-color-middle: var(--dark-gray-monochrome); --header-gradient-color-top: var(--dark-gray-monochrome); --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: var(--dark-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--medium-accent); --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); /* Header Gradients */ --gradient-header: linear-gradient(35deg, rgb(var(--header-gradient-color-bottom)) 0, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100%); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) calc(3rem - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(3rem - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --diagonal-stripes: inherit; --header-height-on-desktop: 12.25rem; --header-height-on-mobile: var(--header-height-on-desktop); --header-background-image-size: 100% var(--header-height-on-desktop); /* ===TOPBAR MEASUREMENTS=== */ --topbar-height-on-mobile: 2.5rem; } /* ===PAGE ELEMENTS COLORS=== */ /* Colors for Buttons, Tabs, Tables, & Footnotes Hover/Modal */ :root { /* ===UI BUTTON COLORS=== */ --ui-button-bg: var(--swatch-menubg-dark-color); --ui-button-txt: var(--swatch-text-secondary-color); --ui-button-hover-bg: var(--swatch-primary); --ui-button-hover-txt: var(--swatch-text-tertiary-color); /* ===TABS COLORS=== */ --tabs-bg: var(--swatch-menubg-dark-color); --tabs-txt: var(--swatch-text-secondary-color); --tabs-hover-bg: var(--swatch-primary-darkest); --tabs-hover-txt: var(--swatch-text-secondary-color); --tabs-selected-bg: var(--swatch-primary); --tabs-selected-txt: var(--swatch-text-tertiary-color); --tabs-selected-outline: var(--swatch-primary); --tabs-bottom-border-color: var(--swatch-primary-darkest); /* ===FOOTNOTES HOVER BLOCK COLORS=== */ --hoverblock-bg: var(--swatch-secondary-color); --hoverblock-txt: var(--swatch-text-tertiary-color); --hoverblock-header-bg: var(--swatch-primary-darker); --hoverblock-header-txt: var(--swatch-text-secondary-color); --hoverblock-footer-bg: var(--swatch-tertiary-color); --hoverblock-footer-txt: var(--swatch-text-tertiary-color); } #main-content { /* ===TABS=== */ --tabs-hover-bg: var(--swatch-primary-darkest); --tabs-selected-bg: var(--swatch-alternate-color); --tabs-selected-outline: var(--swatch-alternate-color); --tabs-bottom-border-color: var(--swatch-primary-darkest); --tabs-content-bg-color: var(--swatch-secondary-color), 0.5; --tabs-content-border-color: var(--swatch-primary-darkest); /* ===BLOCKQUOTES=== */ --blockquote-bg-color: var(--swatch-secondary-color), 0.5; --blockquote-border-color: var(--swatch-primary-darkest); } ::-moz-selection { background: rgba(var(--bright-accent), 0.5); } ::selection { background: rgba(var(--bright-accent), 0.5); } html { background: white; } html, body { font-feature-settings: "onum"0; font-variant-numeric: tabular-nums; } #page-content span > a:not([href*="classification-"]), #page-content div:not([id*="wiki-tabview"]) a { transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 0 0 0 0.01px rgba(var(--swatch-primary), 1); -webkit-box-decoration-break: clone; box-decoration-break: clone; } .owindow .title { background-color: rgb(var(--swatch-primary-darkest)); color: rgb(var(--white-monochrome)); } .title.modal-header, .owindow { background: var(--gradient-header); color: rgb(var(--white-monochrome)); } .hovertip { background: var(--gradient-header); background-color: rgb(var(--dark-gray-monochrome)); background-size: contain; color: rgb(var(--white-monochrome)); } .owindow .button-bar a { background-color: rgb(var(--swatch-menubg-dark-color)); color: rgb(var(--white-monochrome)); } .title.modal-header h1, .owindow h1, .hovertip h1 { color: rgb(var(--white-monochrome)); } #lock-info { background-color: rgb(var(--pale-gray-monochrome)); } #main-content { margin-top: 2.1em; } #page-content span > a:not([href*="classification-"]):hover, #page-content span > a:not([href*="classification-"]):active, #page-content div:not([id*="wiki-tabview"]) a:hover, #page-content div:not([id*="wiki-tabview"]) a:active { transition: box-shadow 1000ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 100vw 0 0 0 rgba(var(--swatch-primary), 1); text-decoration: none; } body { background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); } hr { position: relative; width: 90%; height: 1.5rem; margin: 1.875rem auto; border: 0; background: rgb(0, 0, 0, 0); } #page-title::before, hr::before { content: " "; display: inline-block; position: absolute; z-index: 1; top: 0.1em; left: 0; width: 4rem; height: 1.5rem; margin: 0 0 0 -0.188rem; margin-left: calc(50% - 2rem); background-color: transparent; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 447.1 202.4' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23E34526' points='223.5,45.7 208,90.5 160.6,91.4 198.4,120.1 184.6,165.5 223.5,138.4 262.5,165.5 248.7,120.1 286.5,91.4 239.1,90.5 '/%3E%3Cpolygon fill='%23E34526' points='89,58.3 77.7,90.7 43.4,91.4 70.8,112.2 60.9,145 89,125.4 117.2,145 107.2,112.2 134.6,91.4 100.3,90.7 '/%3E%3Cpolygon fill='%23E34526' points='403.6,91.4 369.4,90.7 358.1,58.3 346.8,90.7 312.5,91.4 339.9,112.2 329.9,145 358.1,125.4 386.2,145 376.3,112.2 '/%3E%3C/g%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center center; background-size: contain; color: rgb(var(--medium-accent)); font-size: 0.938rem; line-height: 0; } #page-title::after, hr::after { content: " "; position: absolute; top: 50%; left: 0; box-sizing: border-box; width: 100%; height: 0.125rem; margin: 0 auto; background: rgb(var(--gray-monochrome)); -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A"); mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A"); -webkit-mask-size: 43.375rem auto; mask-size: 43.375rem auto; -webkit-mask-position: center center; mask-position: center center; } #header { height: var(--header-height-on-desktop); background-position: left .75rem top 1rem; background-size: auto 10.375rem; -webkit-filter: initial; filter: initial; } #header h1 { max-height: 12.75rem; } #header h1, #header h1 a, #header h2, #header h2 span { display: flex; align-items: center; } #header h1 a { display: flex; position: relative; top: 0; align-items: center; justify-content: center; width: auto; margin-top: -1em; margin-left: 11rem; } #header h1 a::before { --wght: 900; font-size: 2.75em; } #header h2, #header h2 span { --wght: 600; justify-content: flex-start; width: 15rem; height: var(--header-height-on-desktop); margin-left: 10.75rem; font-family: var(--title-font); } #header h2 span { margin-top: 0rem; font-size: 1.45em; line-height: 1.15; word-spacing: -0.25em; } #login-status #account-options li>a:hover, #login-status #account-options li>a:active { color: rgb(var(--swatch-text-general)); } #login-status #account-options li>a:focus-within { color: rgb(var(--swatch-text-general)); } #search-top-box:focus-within::before { background-color: rgb(var(--swatch-menubg-dark-color)); } #top-bar { --wght: 900; font-size: var(--base-font-size); } #side-bar { margin: 2em 0 0 0; } #side-bar:hover { background: rgb(var(--white-monochrome)); } #top-bar div.top-bar>ul>li:hover, #top-bar div.mobile-top-bar>ul>li:hover { background-color: rgb(var(--gray-monochrome)); } #top-bar div.top-bar>ul>li>a, #top-bar div.mobile-top-bar>ul>li>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.top-bar>ul>li>a::before, #top-bar div.top-bar>ul>li>a::after, #top-bar div.mobile-top-bar>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>a::after { background-color: rgb(var(--dark-accent)); } #top-bar div.top-bar>ul>li:hover>a, #top-bar div.top-bar>ul>li:hover>a, #top-bar div.top-bar>ul>li.sfhover>a, #top-bar div.top-bar>ul>li.sfhover>a, #top-bar div.mobile-top-bar>ul>li:hover>a, #top-bar div.mobile-top-bar>ul>li:hover>a, #top-bar div.mobile-top-bar>ul>li.sfhover>a, #top-bar div.mobile-top-bar>ul>li.sfhover>a { color: rgb(var(--white-monochrome)) !important; } #top-bar div.top-bar>ul>li>ul, #top-bar div.mobile-top-bar>ul>li>ul { background-color: rgb(var(--dark-gray-monochrome)); background-image: var(--gradient-header); box-shadow: inherit; } #top-bar div.top-bar>ul>li>ul, #top-bar div.mobile-top-bar>ul>li>ul, #top-bar div.top-bar>ul>li>ul>li, #top-bar div.mobile-top-bar>ul>li>ul>li { border-color: rgb(var(--light-gray-monochrome)); } #top-bar div.top-bar>ul>li>ul>li>a, #top-bar div.mobile-top-bar>ul>li>ul>li>a { --wght: 600; font-weight: 600; } #top-bar div.top-bar>ul>li>ul>li>a::before, #top-bar div.top-bar>ul>li>ul>li>ul>li>a::before, #top-bar div.top-bar>ul>li>ul>li>a:hover::before, #top-bar div.mobile-top-bar>ul>li>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>ul>li>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>ul>li>a:hover::before { background-color: rgb(var(--dark-accent)); } #side-bar:hover { background: rgb(var(--white-monochrome)); } #side-bar .heading, #side-bar .side-block>.collapsible-block:nth-child(1) .collapsible-block-folded { min-height: 1.5rem; background: rgba(var(--pale-gray-monochrome), 0.5); font-family: var(--title-font); } #side-bar .heading p, #side-bar .side-block>.collapsible-block .collapsible-block-link { --wght: 900; display: flex; align-items: center; justify-content: center; height: 1.5rem; color: rgb(var(--dark-gray-monochrome)); font-size: calc(var(--base-font-size) * 0.95); font-weight: 900; letter-spacing: 0.15em; text-shadow: inherit; } #side-bar div.menu-item a::before, #side-bar div.menu-item a:hover::before { background: var(--gradient-header); } #side-bar div.menu-item .sub-text { color: rgb(var(--medium-accent)); } #page-title { position: relative; border: 0px; font-family: var(--title-font); text-align: center; } #page-title:before { top: calc(100% - 0.75rem); } #page-title:after { top: calc(100%); left: 50%; max-width: 43.375rem; transform: translateX(-50%); } #page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-title { --wght: 700; font-weight: 700; line-height: 1.25; justify-content: center; } #page-content h1, #page-title { font-size: 2.45rem; } #page-content h2 { font-size: 1.7rem; } #page-content h3 { font-size: 1.25rem; } #page-content h4 { font-size: 1rem; } #page-content h5 { font-size: .9rem; } #page-content *>#page-title, #page-content *>h1:first-of-type, #page-content *>h2:first-of-type, #page-content *>h3:first-of-type, #page-content *>h4:first-of-type, #page-content *>h5:first-of-type, #page-content *>h6:first-of-type { margin-top: 0; margin-bottom: 0; } #page-content *+h1, #page-content *+h2, #page-content *+h3, #page-content *+h4, #page-content *+h5, #page-content *+h6 { margin-top: 1.5em; } #page-title+*, #page-content h1+*, #page-content h2+*, #page-content h3+*, #page-content h4+*, #page-content h5+*, #page-content h6+* { margin-top: 1em; } #page-content p+* { margin-top: 1em; } #page-content ol:not([class*="yui-nav"]), #page-content ul:not([class*="yui-nav"]) { margin-top: 1em; margin-bottom: 1em; padding-left: 3ch; line-height: 1.5; } #page-content ol:not([class*="yui-nav"]) li, #page-content ul:not([class*="yui-nav"]) li { max-width: 75ex; margin-bottom: .25em; } #page-content table { margin: 1.25rem auto !important; border-spacing: 0; border-collapse: collapse !important; font-size: 1rem; line-height: 1.5; } #page-content table td, #page-content table th, #page-content td, #page-content th { --wght: 400; grid-auto-flow: column; align-items: center; justify-content: center; padding: .25rem 0.5rem !important; border: 1px solid rgb(var(--gray-monochrome)); background-color: rgb(var(--white-monochrome)); font-weight: 400; } #page-content thead td, #page-content thead th, #page-content th { --wght: 700; background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--dark-gray-monochrome)); font-weight: 700 !important; } #page-content table thead th, #page-content thead th { --wght: 700; font-weight: 700; } #page-content table th, #page-content th { text-align: left; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { padding: 0.5em 2em; } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 2.35em, rgb(171, 206, 212) 2.35em, rgb(171, 206, 212) 2.5em, transparent 2.5em), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1em, transparent .1625em); background-position: 1em 0.75em; background-size: 100% 1.8em; font-size: 0.9em; font-family: var(--mono-font); } .code pre { width: 100%; overflow: hidden; white-space: pre; white-space: normal; } .code>*, .footnotes-footer>* { --wght: 400; padding: 0 0 0 3em; font-weight: 400; letter-spacing: 0.05em; outline: none; } .code>* { line-height: 1.75; } .footnotes-footer>* { line-height: 2; } .footnotes-footer .title { --wght: 900; font-family: var(--title-font); margin: -0.75em 0 0.75em 0; } .footnotes-footer .footnote-footer { width: 90%; margin: 0 0 0 4ch !important; } .footnotes-footer a[href*="javascript"]::before, .bibitems .bibitem::after { right: -50%; background-color: rgb(var(--swatch-primary)); color: rgb(var(--swatch-text-tertiary-color)); padding: 0 0.125em 0 0.25em; font-size: 0.9em; } .footnotes-footer div.footnote-footer:not([id*="footnote-1"]) { margin-top: -0.1em !important; } .footnotes-footer .footnote-footer>a:nth-of-type(1) { margin-left: 0; } .scp-image-block { box-shadow: initial; } div[id*="page-options-bottom"]>a:hover::after, div[id*="page-options-bottom"]>a:active::after { background-color: rgb(var(--swatch-menubg-dark-color)) } div[id*="page-options-bottom"]>a:focus-within::after { background-color: rgb(var(--swatch-menubg-dark-color)) } div.page-watch-options a, div.page-watch-options a:visited, #main-content .page-tags span a:any-link:not([href^="/system:page-tags/tag/_"]), #footer, #license-area { --hover-link-color: var(--swatch-text-general); } #footer a { color: rgb(var(--swatch-primary)); } #footer { background: rgba(var(--dark-gray-monochrome)); color: rgba(var(--white-monochrome)); } @media (min-width: 56.25rem) { #header h2 span { white-space: pre; } } @media only screen and (max-width: 56.25rem) { #header { background-position: left center; background-size: auto calc(var(--header-height-on-mobile) - 3rem); } #header h1 a { margin-top: -3.5rem; margin-left: 9rem; } #header h1 a::before { font-size: calc(var(--header-h1-font-size) * 5); } #header h2 { width: 100%; height: calc(100% - 7.5rem); margin-top: calc((var(--header-height-on-desktop) + var(--header-h1-font-size))/2 + 2em); margin-left: 9.35rem; text-align: left; } { display: flex; position: relative; align-items: center; justify-content: center; width: 100%; height: 100%; margin: 0; font-size: calc(var(--header-h1-font-size) / 1.5); } #header h2 span::before { position: absolute; top: 0; left: 0; width: 90%; margin: 0; } #top-bar>div.mobile-top-bar>div.open-menu>p>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.mobile-top-bar>ul>li>a { letter-spacing: 0; } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 1.35rem, #abced4 1.35rem, #abced4 1.5rem, transparent 1.5rem), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1rem, transparent .1625rem); background-position: 1rem 0.45rem; background-size: 100% 1.25rem; font-family: var(--mono-font); font-size: 0.7rem; } .code>*, .footnotes-footer>* { padding-left: 2.5rem; line-height: 1.75; } .footnotes-footer .title { padding-left: 2.5rem !important; ; } .footnotes-footer div:not([id*="footnote-1"]) { padding: 0 0 0 2.5rem; } #page-content h1, #page-title { font-size: 1.9rem; } #page-content h2 { font-size: 1.5rem; } #page-content h3 { font-size: 1.1rem; } #page-content h4 { font-size: 0.9rem; } #page-content h5 { font-size: .8rem; } } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
關注組織 » 特異事故處中心頁 » UIU 檔案:1941-016
關注組織 » GOI-001:芝加哥鬼靈 » 漆黑如夜中心頁 » UIU 檔案:1941-016
作品著作資訊
UIU 檔案 1941-016:芝加哥亡魂 (Chicago Revenant)
作者: stormbreath
譯者: feitag
原文: http://www.scp-wiki.net/uiu-file-1941-016
圖片來源:File:55 - Bogota - Décembre 2008.JPG,由stormbreath 編輯。
內容警告:有一張屍體的圖片。有木乃伊化的人類屍體位於第三分頁(證據)。

以下電子副本符合聯邦紀錄法
UIU 檔案 1941-016:芝加哥亡魂 (Chicago Revenant)
摘要:與異常犯罪組織「芝加哥鬼靈」相關的一系列謀殺案受害者 (目前有6名)。
每件死亡都透過匿名舉報報告給聯邦調查局,報告者的代號為「Mr. Night」。由於使用了特定措辭,這些舉報由特異事故處進行調查。
有證據表明,所有謀殺案的犯人和舉報者為同一人,但目前身份不明。這個人與芝加哥鬼靈的確切關係未知,但該人被認為是某種程度上的前成員。
名稱: Mr. Night
無規律交叉參照:人類,黑幫,芝加哥鬼靈,逃犯
外觀描述:
性別 | 身高 | 體重/體型 | 種族 | 髮色 | 虹膜顏色 | 識別標誌 |
---|---|---|---|---|---|---|
男性 | 未知 | 未知/苗條 | 波蘭裔 (未證實) | 黑色 | 未知 | 時常和「凌亂」或「未清潔」相關 |
(注意:將 Mr. Night 識別為波蘭裔是來自他波蘭口音而下的判斷。)
能力:嫌疑人擁有眾多且未確認的異常能力。由於嫌疑人從未被直接觀察過,而只有觀察到其行為的後果,因此無法準確識別其能力。
嫌疑人可能犯下五位受害者的異常謀殺罪,以外還有一件一位受害者的非異常謀殺罪。這些謀殺案的性質在每個受害者之間各不相同,每個受害者顯然都是異常的。可以在與本檔案的「證據」分類下找到手法性質的完整記錄。
目的/動機:基於特異事故處可得的有限證據,嫌疑人似乎試圖掩蓋有關芝加哥鬼靈的所有情報。嫌疑人似乎優先處理與犯罪集團的異常方面密切相關的人。
作案手法:嫌疑人正在肅清與芝加哥鬼靈有關的所有剩餘人員來完成其潛在意圖,而且謀殺方式不相同。在完成每起謀殺案後,嫌疑人顯然向當地 FBI 辦公室發送匿名舉報,報告了最近的謀殺案。在謀殺他們之前,嫌犯明顯警告過一名受害者;目前尚不清楚其他任何人是否有收到預告。
行為:在清除芝加哥鬼靈的前成員時沒有直接觀察到嫌疑人,並且嫌疑人明顯有留意去避免他在所牽涉的死亡事件中留下任何痕跡。由於目前未知的原因,嫌疑人每次犯下的異常謀殺的性質都有所變更。嫌疑人似乎並不害怕被特異事故處捕獲,這可以透過對謀殺案的自我報告來表明。

Julius McGallan 的剛發現不久屍體。受害者的死亡時間不超過兩小時。
A:Riley O'Callahan 1941年10月12日,發現 Riley O'Callahan 在他自己位於芝加哥的私人住所中遭到肢解。每根受害者的骨頭都被移除並整齊地排列在他剩餘的屍體旁邊。
Riley O'Callahan 此前曾擔任芝加哥鬼靈控制的最大地下酒吧的經理。有證據表明,Riley O'Callahan 一直高度參與芝加哥鬼靈的高層管理。
B:Julius "Sawteeth" McGallan 1941年10月31日,Julius McGallan 被發現處於高度的木乃伊化狀態。法醫證據表明,受害者已經死亡了很長一段時間,可能是十年或更長。然而,兩個小時前才目擊到受害者進入自己的住所。
該地區唯一身份不明的人是 Julius McGallan 的鄰居在謀殺案發生前約六小時在該地區看到的「髒兮兮的波蘭人,可能是酒鬼。」
Julius McGallan 曾是芝加哥鬼靈的主要領導成員,在被創始人Richard Chappell 發掘後,於 1899 年加入組織。在集團解散後,Julius McGallan 一直躲避 UIU 的逮捕。有關更多資料,請參閱芝加哥鬼靈的 UIU 檔案。
C:Al Seward 1941年11月20日,Al Seward 在一家旅館中被發現,他的所有身體器官異常反轉。犯罪現場分析表明,Al Seward 可能在此事件發生後的二十分鐘內仍然活著。
Al Seward 曾受聘為芝加哥鬼靈領袖 Richard Chappell 的保鏢。Seward 先生還涉嫌代表 Chappell 先生策劃了幾次暗殺。
D:Vasily Sokolov 1941年12月24日,Vasily Sokolov 進入佛羅里達州 █████████的三一醫院。當時,儘管室外溫度約為 65° F (18.3° C),他卻表現出失溫症狀。醫院工作人員對治療失溫症毫無準備,Vasily 在當天稍晚死亡。
Vasily Sokolov 以前曾擔任芝加哥鬼靈和俄羅斯黑手黨之間的中間人。
E:Jack Pillston 1942年1月8日,Jack Pillston 的遺體在他的私人住宅中被發現。死因是無異常的,在雙眼之間被射中一槍。Jack Pillston 在1938年芝加哥鬼靈解散之前,曾在組織中擔任過會計師。
紀錄到一名身份不明的人進入 Jack Pillston 居住的公寓樓,並在五分鐘後離開。這名嫌疑人被描述為行為古怪,導致門衛相信該人是藥物成癮者。
F:不明通信 以下的信件是特異事故處發現 Jack Pillston 的屍體時,握在他拳頭中的信件。
Jack,
我只是想讓你知道,回想起在鬼靈的那些日子裡,你總是我的最愛之一。和你說什麼,你就做什麼;不會問太多問題。正是我想要的下屬。幾乎讓我希望我能給你第二次機會,但我已經下定決心了。
我只是在做一些清潔工作,關於鬼靈的。你足夠聰明,能明白我的意思。
我想我會給你一些時間讓你的身後事井井有條。我喜歡你,孩子。雖然不足以讓從清單上剔除你的名字,但足以在結束前展露一點點仁慈。我兩天後會去找你,所以在那之前儘管做你要做的事。
對你而言,我保證那會很迅速短暫的。
— Mr. Night
G:Anthony Dorfman 1942年2月14日,芝加哥精神高階私酒走私商 Anthony Dorfman 從 UIU 的監護下失踪。在他的拘留室裡發現了一具身份不明的屍體。無法確定該屍體的死因。
在 Anthony Dorfman 失踪之前,沒有目擊到有人離開或進入拘留室,然而有一名警衛在十分鐘前報告看到在建築物外面有:「看起來應該屬於我們管轄權之下的某個人」。
當前狀態:「Mr. Night」的身份目前正在積極調查中,包括他的平民身份以及他對「芝加哥鬼靈」的任何關聯。
罪行:六宗一級謀殺罪
判決:死刑(如果被發現並被逮捕)
UIU 行動歷史:
1941年10月17日:FBI 收到以下舉報,通知他們 Riley O'Callahan 的當前位置,領導 UIU 發現 Riley O'Callahan 的屍體 (記錄為證據 A)
芝加哥 █████ 街,1080
2B 公寓這裡有某種你們可能會感興趣的東西。
你們的芝加哥鬼靈跑哪去啦?
— Mr. Night
1941年11月1日:FBI 收到另一份匿名舉報,引導 UIU 發現 Julius McGallan 的屍體。 (紀錄為證據 B)
芝加哥███████大道,922
檢查地下室。
Sawteeth 曾是很好的合作夥伴,但他的時間已到。令他感到驚訝的是,他設法保持了這麼長時間的自由,但過往總能捉住所有人。
— Mr. Night
1941年11月1日:FBI 創建關於 Mr. Night 的文件,以及紀錄該人物可能參與謀殺案。
1941年11月20日:收到另一個舉報,導致發現 Al Seward 的屍體。(證據C)
█████████ █████ 飯店
317 號房我的兄弟告訴我這是一個錯誤,但只是有一些事情你必須去做。
— Mr. Night
1941年12月24日:收到第四個匿名舉報。在 Vasily Sokolov 去世前不久,UIU探員前往三一醫院並發現了他。Sokolov 無法與探員溝通,或解釋他的失溫症。(證據 D)
佛羅里達州,█████████,三一醫院。
我記得那個俄羅斯混蛋總是吹噓自己從來沒有被芝加哥的冬天困擾過。而我總是討厭他有多麼自負。
— Mr. Night
1941年1月08日:收到第五個匿名舉報,導致 Jack Pillston 的遺體 (證據E) 被發現,以及由 Mr. Night 簽署的一封信 (證據F) 被發現。
伊利諾州,█████,012 ███。
我對這人感到抱歉。Jack 是個好孩子,但他知道的太多了。很慚愧,真的。
— Mr. Night
1942年1月28日:四名芝加哥鬼靈的剩餘成員援引有關此前謀殺事件的謠言而自願將自己納入 UIU 監護。這些人提出認罪協商,同意與 UIU 合作以換取保護。
1942年2月14日:Anthony Dorfman,1月28日納入 UIU 監護的四位芝加哥鬼靈成員之一,在 UIU 監護之下消失,而被一具屍體 (證據 G) 取代。收到 Mr. Night 的一條報告,顯示於以下。
你們應該已經知道 Dorfman 發生了某些事情,畢竟 UIU 也不是那麼沒用。
對不起,這給你們帶來了麻煩,但我必須做一些收尾。
如果你們仍然想找我,那麼,祝你們好運。Chappell 用盡全力,但從未成功。
— Mr. Night
請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《UIU檔案:1941-016》由stormbreath著作,由feitag翻譯,來源網址為:http://scp-zh-tr.wikidot.com/uiu-file-1941-016。授權方式為 CC-BY-SA。
其原文發表於SCP Wiki。原文來源: http://scpwiki.com/uiu-file-1941-016 。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
檔案名稱:mummy
圖像名稱:55 - Bogota - Décembre 2008
圖像作者:Martin St-Amant
圖像授權協議:CC BY-SA 3.0
圖源連結:Wikimedia
附註:將原圖降低飽和度後使用。
檔案名稱:seal.png
圖像名稱:logo-color.png
圖像作者:Drewbear
圖像授權協議:CC BY-SA 3.0
圖源連結:UIU Hub - SCP Wiki
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。