@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 { /* 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: "Unusual Incidents Unit"; /* 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; } #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 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; } #header h2 span { 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; } } }
@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'); @import url('https://scpko.wdfiles.com/local--files/unfont/UnBatangBold.css'); @import url('https://scpko.wdfiles.com/local--files/unfont/UnTaza.css'); @supports(display:grid) { :root:lang(ko) { /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Auiu-bhl-theme/UIU_Logo.svg"); --header-title: "FBI"; --header-subtitle: "특사반"; /* Typefaces */ --body-font: 'Source Sans Pro', 'Lato', sans-serif; --header-font: 'Source Sans Pro', 'Poppins', sans-serif; --title-font: 'Merriweather', 'UnBatangBold', sans-serif; --mono-font: 'Roboto Mono', 'UnTaza', monospace; } #header { background-position: left .75rem top 1rem; -webkit-background-size: auto 10.375rem; -moz-background-size: auto 10.375rem; -o-background-size: auto 10.375rem; background-size: auto 10.375rem; height: 12.25rem; -webkit-filter: initial; filter: initial; }
정보
특이사건반 허브
저자: RJB_R &
weizhong &
CryogenChaos
원작: http://scp-wiki.wikidot.com/unusual-incidents-unit-hub
역자: Salamander724

충성FIDELITY, 용기BRAVERY, 성실INTEGRITY

특수집행 비망록 001
연방수사국
특이사건반
██년 ██월 ██일
특이사건반에 온 것을 환영한다, 병사. 그대들 중 대부분은 FBI에 이런 부서가 있다는 것을 들어본 바 없을 것이다. 그 이유는 우리가 그런 상태를 원하기에 그러하다.
그대들은 이 위대한 국민이 생산해낸 가장 훌륭하고, 가장 총명하고, 또 무엇보다도, 가장 자신감 넘치는 이들이기에 여기에 왔다. 그대들은 초상적 위협들이 국가의 안위를 위협하고 있는 이 불확실한 시대에 미국의 방위의 최전선에 서게 될 것이다.
특이사건반 요원이 지켜야 할 의무는 다름 아닌 이것이다. 이 나라를 모든 초상적 위협으로부터 수호하라. 초자연적 포식자들은 대중들에게 잊혀져 있고, 하늘에서 내려올 외계인들은 평화의 의도가 없다. 우리 나라에 스며든 공산주의자들은 나치의 초상적 슈퍼무기를 휘두른다.
그대들이 자신의 임무에 대한 자신감을 유지하는 것은 극도로 중요한 일이다. 그대가 타협하는 순간, 미국인의 안전은 위험에 처한다. 이 나라에 대한 그대들의 헌신은 그대들 외에는 아무도 모를 것이다.
UIU의 요원이 지켜야만 하는 의무가 하나 더 있다. 이 전쟁에서 우리는 할 수 있는 모든 수단을 동원해 승기를 잡아야 한다. 러시아 놈들은 베를린의 초상무기 저장소를 털어간 이래 선발주자의 유리함을 점하고 있다. 합중국의 안전을 위해서는 모든 초상적 무기는 우리 손에 들어와야 한다. 이 임무에 실패한다면, 우리는 소비에트 연방에 의한 총체적 파멸을 목도하게 될 것이다.
이 나라를 수호하라, 병사.
그리고 저 빨갱이 새끼들은 석기시대로 보내 버리자.
국장 J. 에드거 후버
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 그것이 바로 우리가 지금 하려고 하는 것입니다.
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ———— —— —— —— —— ——
후버: 글쎄요, 우리는 맥아더 같은 놈과는 다릅니다. 이 사람은 합참본부를 자기 사적 복수를 위한 인질로 삼는 돌대가리 멍청이가 절대 아니지요. 저는 나쁜 놈들이 누구냐 그것을 밝히기 위해 지금 이 자리에 있습니다. 그 뿐입니다.
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 아, 그래요. 이제야 제가 좋아하는 당신의 장점이 나오는군요. 좋은 지점을 짚었습니다. 음, 그쪽 애들을 다 풀어다 밑에 내려가 복원하라고 몰아넣으면 흥미로운 깡통 몇 개 정도는 찾을 수 있겠지요. 제 생각엔 우리야말로 그 사용에 가장 적절하다고 봅니다만.
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 왜냐하면 우리는 모두 미국인이기 때문이지요. 우리 중 그 누구도 어쩌다 보니 그 때 그 곳에 있어서 모집당한 코흘리개 불량배 따위가 아니란 말입니다. 우리는 하나부터 열까지 철두철미하게 순수한 미국적 기질을 가지고 있습니다. 진정한 미국인이라면 외부의 간섭으로 가득한 잡스러운 기관보다야 훨씬 이런 일을 잘 할 수 있으리라 이 사람은 믿습니다.
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ———— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 그 다른 애들을 갖다가 우리한테 그놈들을 잡아오라 할 수도 있겠지요. 그놈들을 쓸모있게 만드는 방법을 찾아낼 겁니다.
—— ——: — —— —— —— —— —— —— —— —— —— ——
후버: 동구권에서 무슨 일이 벌어지고 있는지에 대한 동일한 기밀 보고서를 받았을 것으로 압니다만?
—— ——: — ——— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— — —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 그것이 바로 우리가 빠르게 행동해야 하는 이유입니다. 미국의 원자력 우위 시대가 시작조차 하기 전에 끝나버리는 것을 여러분이 원치는 않는다 이 사람은 그리 믿습니다.
—— ——: — —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— —— ——
후버: 이 지경에 이르기까지 여러분이 골라 치우지 않은 찌꺼기들에 더하여 우리가 쓸 수 있는 것은 매우 많을 것입니다. 문제의 십자가는 우리가 이 짓을 빨리, GRU가 앞지르기 전에 해야만 한다는 것이지요. 그것이야말로 진짜 신경 쓸 문제입니다. 이것이 미국의 손에 들어오지 않는다면, 이것은 미국의 목을 감아 끝장을 낼 겁니다.
일반 템플릿
[[tabview]]
[[Tab 최초보고]]
= //이하는 연방기록법에 따른 전자문서사본임//
[[div class="content-panel standalone"]]
[[size 120%]] **UIU 파일 [발생 연도]-[그 해 발생한 순서]:** 사건 파일명/암호명[[/size]]
**요약:**
[[/div]]
[[/tab]]
[[tab 용의자 설명/능력]]
**성명:** (용의자 이름)
**불균성 상호참조:** (방사성, 생물종, 행동 따위의 태그.)
**신체 기술:** (따로 설명이 필요 없음. 아래 표에 따라 신체외모를 기술할 것)
||~ 성별 ||~ 신장 ||~ 체중/체격 ||~ 인종 ||~ 모발 ||~ 홍채 ||~ 밝혀진 속성 ||
|| || || || || || || ||
**능력:** (불균질자가 할 수 있는 것. 변칙적 효과임.)
**목적/동기:** (그것이 하려고 하는 것이 무엇인가?)
**범행수법:** (그것을 어떻게 하는가?)
**양태:** (그것을 할 때 어찌 행동하는가?)
[[/tab]]
[[tab 증거]]
**A: 견본:** 증거에 대한 설명
**B: 견본:** 증거에 대한 설명
**C: 견본:** 증거에 대한 설명
(파일과 관련된 사진들은 이 자리, 가장 마지막에 삽입하는 것이 권장됨)
[[/tab]]
[[tab 수사국 기록]]
**현재 상태:** 현재 또는 현재가 아니라도 UIU가 불균질자를 어떻게 보유 중인가
**범죄:** 해당된다면 쓸 것. FBI의 주의를 끌게 된 어떤 범죄를 저질렀는지
**선고:** 해당된다면 쓸 것. 대상에 대한 법적 또는 초법적 처리가 어떠했는지. 무기한 구류는 언제나 좋은 것이다.
**UIU 행동 내역:** 불균질자와 UIU가 과거와 현재에 어떻게 상호작용했고 상호작용 중인지, 또 억류 이휴 어떻게 상호작용할지 일자와 함께 내역을 기록.
[[/tab]]
[[/tabview]]