/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* BASALT Theme [2021 Wikidot Theme] By Liryn & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP FOUNDATION"; --subtitle: " SECURE • CONTAIN • PROTECT"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --fnLinger: 1s; --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); } body { background: rgb(255, 255, 255); font-family: 'Inter', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; overflow-x: hidden; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; text-transform: none; } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a:visited { color: black; } #side-bar img, iframe.scpnet-interwiki-frame { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; letter-spacing: unset; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: auto; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "NOTICE FROM THE RECORDS AND INFORMATION SECURITY ADMINISTRATION\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "CLASSIFICATION COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "NOTICE FROM THE EMERGENT THREAT TACTICAL RESPONSE AUTHORITY\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "ETHICS COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "THE TEMPORAL ANOMALIES DEPARTMENT\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "OVERWATCH COMMAND\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "NOTICE FROM THE DEPARTMENT OF MISCOMMUNICATIONS\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-family: 'Work Sans', sans-serif; font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after { color: #3f21ff !important; } .fnnum:hover::after { color: white !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } .document, .darkdocument { width: auto; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ .avatar-hover { display: none !important; } ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 10rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Roboto', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Inter', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 100%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "Footnotes \0026 References"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } #page-info-break { height: 3rem; } .code pre, .code p, .code, tt { font-family: 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span, #page-content a { word-break: normal !important; }
[[/collapsible]]
[[/=]]
/* BASALT Theme [2021 Wikidot Theme] By Azamo & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @font-face { font-family: 'NanumPotato'; src: url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff2/NanumPotatoUltraLight.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff/NanumPotatoUltraLight.woff') format('woff'); font-weight: 200; font-display: swap; } @font-face { font-family: 'NanumPotato'; src: url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff2/NanumPotatoLight.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff/NanumPotatoLight.woff') format('woff'); font-weight: 300; font-display: swap; } @font-face { font-family: 'NanumPotato'; src: url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff2/NanumPotato.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff/NanumPotato.woff') format('woff'); font-weight: 400; font-display: swap; } @font-face { font-family: 'NanumPotato'; src: url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff2/NanumPotatoSemiBold.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/denevola/nanumpotato@89e22fb/dist/web/woff/NanumPotatoSemiBold.woff') format('woff'); font-weight: 600; font-display: swap; } @font-face { font-family: 'GmarketSans'; size-adjust: 90%; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: 300; font-display: swap; } @font-face { font-family: 'GmarketSans'; size-adjust: 90%; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: 500; font-display: swap; } @font-face { font-family: 'GmarketSans'; size-adjust: 90%; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: 800; font-display: swap; } /* MAIN */ /* ======================= */ :root { --title: " SCP 재단"; --subtitle: " 확보 • 격리 • 보호"; } body { font-family: 'Roboto', 'NanumPotato', sans-serif; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1::before { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #extra-div-2::before { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #top-bar { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #login-status > span { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #side-bar { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #side-bar::before { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #side-bar .heading { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .raisa_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .raisa_memo>p:nth-child(1)::before { content: "재단 기록정보보안행정처(RAISA) 공지\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .classification_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .classification_memo>p:nth-child(1)::before { content: "분류위원회 공문\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .ettra_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .ettra_memo>p:nth-child(1)::before { content: "긴급위협전술대응기관(ETTRA) 공지\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .ethics_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .ethics_memo>p:nth-child(1)::before { content: "윤리위원회 공문\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .temporal_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .temporal_memo>p:nth-child(1)::before { content: "시간변칙부\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .overwatch_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .overwatch_memo>p:nth-child(1)::before { content: "감시사령부\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .miscomm_memo { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .miscomm_memo>p:nth-child(1)::before { content: "의사불통학부(DoMC) 공지\00000a"; font-family: 'Work Sans', 'GmarketSans', sans-serif; word-break: keep-all; } .bigtext { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .st { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block .scp-image-caption p { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #breadcrumbs { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* MISC */ /* ======================= */ select { font-family: 'Work Sans', 'GmarketSans', sans-serif; } input { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .w-container { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', 'GmarketSans', sans-serif !important; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', 'GmarketSans', sans-serif !important; } .collection { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1>div.title.modal-header { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #owindow-1 { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', 'GmarketSans', sans-serif; } input#edit-page-title.text { font-family: 'Work Sans', 'GmarketSans', sans-serif; } textarea { font-family: 'Roboto', 'NanumPotato', sans-serif; } .page-source { font-family: 'Roboto', 'NanumPotato', sans-serif; } /* ======================= */ .edit-help-34 { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .printuser a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #page-info { font-family: 'Work Sans', 'GmarketSans', sans-serif; } td:nth-child(1)>a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', 'GmarketSans', sans-serif; } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .footnotes-footer .title:before { content: "각주 \0026 참고문헌"; font-family: 'Work Sans', 'GmarketSans', sans-serif; } .footnotes-footer a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } /* ======================= */ #page-options-container a { font-family: 'Work Sans', 'GmarketSans', sans-serif; } .code pre, .code p, .code, tt { font-family: 'Fira Code', 'Nanum Gothic Coding', monospace; } #account-options { font-family: 'Work Sans', 'GmarketSans', sans-serif; }
정보
SCP-965-KO: 떠나려 하는 모든 까마귀에게
저자: Payroy
이미지: https://commons.wikimedia.org/wiki/File:Bird_(48996514).jpeg
https://commons.wikimedia.org/wiki/File:Black_Phoebe_Sayornisnigricans.jpg
https://commons.wikimedia.org/wiki/File:Cedar_Key_FL_black_bird02.jpg
https://commons.wikimedia.org/wiki/File:Black_bird_on_barbed_wire_(Unsplash).jpg
https://commons.wikimedia.org/wiki/File:Jump_of_the_bird._(15906520605).jpg
https://commons.wikimedia.org/wiki/File:Bird_against_Twilight.jpg
SCP-965-KO-2. 날짜 2005년 2월 12일.
특수 격리 절차: SCP-965-KO의 특성상, 격리는 불가능하다. 그러나 개체의 정보가 민간에 퍼질 경우가 없다는 것을 생각하면, 격리는 불필요하다고 생각된다. SCP-965-KO에 관한 자료가 발견될 경우, 충분한 조사를 거친 뒤 자료를 몰수한다. 해당 업무는 기동특무부대 요타-98 ("야쿠르트 아주머니")이 도맡고 있다. SCP-965-KO-1에게 기억 소거를 취할 필요는 없으나, 경우에 따라 역정보 공작이 시행될 수 있다.
설명: SCP-965-KO는 대한민국에 한해 발생하는 변칙 현상으로, 불특정 주기로 나타난다. SCP-965-KO는 한 번에 한 명1에게만 발생하며, 동시다발적으로 발생한 적은 없는 것으로 파악된다. 조사 결과, SCP-965-KO-1은 대부분 다음과 같은 특성을 공유하는 것으로 확인되었다.
- 10년 전후에 SCP-965-KO-1과 가깝게 지내던 사람이 사망했다.
- 죽은 가족이 있거나, 가족과 떨어져서 지낸다.
- 도시에 거주한다.
- 대인 관계가 원만하며, 평탄한 삶을 산다.
- 범죄 횟수가 없거나 적다.
- 정신과 상담을 가진 적이 한 번이라도 있다.
SCP-965-KO가 발생하고 시간이 경과하면, 이내 SCP-965-KO-1의 주위에 허깨비2가 출현한다. SCP-965-KO-2는 조류형 독립체로, 주로 까마귓과 조류의 모습으로 출현한다. 때때로 다른 종으로 나타나기도 하나, 항상 깃털이 검은 것은 동일하다. SCP-965-KO-2는 SCP-965-KO-1만이 시각적으로 인지할 수 있으며, 다른 이에겐 보이지 않는다. SCP-965-KO-2는 허깨비이나, 개체의 사진을 촬영할 수 있다.
SCP-965-KO-2는 대략 한 달 동안 SCP-965-KO-1의 주위를 머물다 사라진다. SCP-965-KO-2는 SCP-965-KO-1과 어떠한 상호작용도 할 수 없고, 이는 SCP-965-KO-1 또한 마찬가지다. 마지막 과정을 제외하면, SCP-965-KO-2는 출현 기간 동안 날지 않는다. 출현 이후 SCP-965-KO-2는 SCP-965-KO-1에게 시각적으로 노출되는 장소에서 시간을 보낸다. SCP-965-KO-1은 SCP-965-KO-2를 처음 관찰한 경우, 대상은 개체를 항시 인지할 수 있게 된다.3 이는 대부분 SCP-965-KO-1이 SCP-965-KO-2에게 관심을 갖는 작용을 한다. 이러한 관심은 곧 SCP-965-KO-1이 사진이나 서적을 남기는 등의 활동으로 발전한다.4 이 과정에서 SCP-965-KO-1은 개체를 자신의 죽은 가족/지인과 동일시 보려는 정황이 많았다.
소멸 중인 SCP-965-KO-2. 날짜 1998년 7월 14일 경.
마지막 과정이 오면, SCP-965-KO-2는 SCP-965-KO-1의 시야 정반대 방향으로 날아가는 것을 끝으로 소멸한다. 이때 SCP-965-KO-1은 모든 상황적 요인과 관계없이 SCP-965-KO-2가 소멸했다는 사실을 인지한다. SCP-965-KO를 겪은 후 SCP-965-KO-1은 여타 인간관계에서의 갈등을 해소하는 정황을 보였다. 또한, 자신의 경험을 외부에 발설하길 꺼린다. 이러한 까닭으로 대부분의 SCP-965-KO-1이 SCP-965-KO의 경험을 그저 개인적인 추억 정도로 치부했기 때문이다.
부록1: 수집된 SCP-965-KO 사례
날짜 2018년 4월 21일 경.
이름: 황창영
발생 기간: 2018년 4월~5월 경
비고: SCP-965-KO가 처음 발견된 사례.
상세 설명: 황 연구원은 약 한 달간 SCP-965-KO 활동을 경험하고 이를 변칙 현상이라 의심, 기록을 남겼음. 황 연구원은 SCP-965-KO-2를 상세히 기록하면서 대상을 작년에 폐암으로 사망한 자신의 부친과 겹쳐보았다고 토로함. 사족으로, 황 연구원은 SCP-965-KO-2의 존재를 보고하는 것이 어려웠다고 밝힘.
날짜 2019년 9월 16일경.
이름: 유민형
발생 기간: 2019년 8월~9월경
비고: 민간인 남성. 17세. SCP-965-KO 발생 이전까지 학교생활에 어려움을 보였음.
상세 설명: 유민형은 약 한 달간 SCP-965-KO 현상을 경험하고 이를 일기로 기록함. 그는 면담에서 SCP-965-KO-2를 교통사고에서 사망한 자신의 친형과 겹쳐보았다고 토로함. 그의 형은 그를 교통사고에서 구해내고 사망한 바 있음. 그는 SCP-965-KO-2를 떠나보내며 ‘형이 내 얼굴을 보고 미련 없이 간 것 같았다’라고 증언함. 인원은 SCP-965-KO 현상을 통해 감정적 우울감을 해소함.
날짜 1996년 7월 28일경.
이름: 송달래
발생 기간: 1978년 5월~7월경
비고: 민간인 여성. 68세. 사망함.
상세 설명: 송달래의 친자식이 유품을 정리하는 과정에서 SCP-965-KO와 관한 사진이 다수 발견됨. 사진은 추후 근처 재단 직원에 의해 유족들에게서 회수됨. 사진의 뒷면에서 글씨가 쓰여 있었는데, ‘그립다, 보고 싶다’라는 표현이 사용됨. 송달래의 경우 SCP-965-KO-2 개체가 다섯 넘게 출현함. 송달래의 가족은 사고로 전부 사망한 바 있음.
이름: 김용철
발생 기간: 1999년 2월~3월경
비고: 민간인 남성. 59세. 사망함.
상세 설명: 김용철은 SCP-965-KO 현상을 딱히 기록으로 남기지 않음. 가족 및 지인들은 그가 한평생을 자신의 아버지를 저주했다고 밝힘. 그러나 그는 암으로 사망하기 직전, 자신의 인생을 회고하고 끝내 아버지를 용서함. 유품을 정리하는 과정에서 그의 편지를 발견하고 회수함.
날짜 2015년 7월 2일경.
이름: 진민식
발생 기간: 2015년 6월~8월경
비고: 재단 인원에게서 SCP-965-KO가 발생한 두 번째 사례. 그의 어머니는 살인으로 구속됨.
상세 설명: 진민식은 상부에 제출하기 위한 사진을 제외하곤 남긴 기록은 없음. SCP-965-KO는 날아가지 않고 그 자리에서 소멸했음. 그는 여전히 자신의 어머니를 증오한다고 밝힘.
부록2: 면담기록
번호: #.01
피면담자: 황인호
비고: 민간인 남성. 32세. 2021년 3월 21일에 SCP-965-KO를 겪은 적이 있음
그날은 따사로운 날씨의 오후였습니다. 당시 제 직장은 남들보다 일찍 퇴근하는 일이 잦았습니다. 그래서 다들 아직 일할 시간에 혼자 버스 정류장에 앉아 화창한 햇살을 만끽하는 여유를 즐겼지요.
그렇게 앉아 있다 보면, 어딘가 공허한 기분이 들 때가 있습니다. 멍하니 하늘을 쳐다보면서. 어째서 내가 이 일을 해야 하는 거지? 라고 나 자신에게 질문하는 때도 있었죠. 뭐, 돈을 벌어야 한다는 결론으로 직결되지만. 뭐랄까, 머리로는 이해한다는데 가슴은 그렇지 못한? 그런 느낌이 있는 거예요. 직장 같은 거 때려치우고는 싶었지만, 어쩔 수가 없었죠. 돈 없인 살 수 없잖아요.
그때였어요. 전깃줄에 앉은 새까만 새 한 마리가 눈에 들어온 거죠. 특출난 것도 없는 평범한 새였습니다. 저도 놀랐어요. 그런 새에게 관심을 둘 줄이야. 근데 말이죠. 그 새는 뭔가… 뭐랄까. 다르다고 해야 하나? 그런 생각이 들면서 눈에 들어오는 겁니다. 이게 뭐라 해야 할지. 영적인 기분을 체험하는 것 같았단 말이죠. 하, 미안해요. 계속 얘기할게요.
만남은 짧았어요. 저와 그 새는 버스 정류장에서 각자 깔끔하게 헤어졌죠. 저는 잠시 새에게 짧게 인사한 뒤 버스를 타고 집으로 돌아갔어요. 우습다고 생각하실지도 모르겠지만요.
그리고 말이죠. 그다음 날 아침. 깜짝 놀랄만한 일이 생긴 거죠. 새가 있더군요. 어제 봤던 그 새가. 창문 앞 나뭇가지에 사뿐히 앉은 채로.
전 그때 깨달았어요.
이건 인연이구나, 하고.
번호: #.02
피면담자: 황인호
새는 절 졸졸 따라다녔지요. 제가 어딜 가든, 그 새는 제 뒤를 따랐죠. 솔직히 귀여웠어요. 하지만 그뿐이었죠. 녀석은 절 따라다니기만 할 뿐, 제 의사는 명백히 거절하는 거예요. 하루는 사료를 직접 사다 걔한테 먹으라고 던져본 적도 있었는데, 거들떠보지도 않았어요. 정말, 마음이 아팠죠.
하루는, 녀석이 뭘 하나 지켜보기만 했던 적도 있었어요. 아무리 녀석이라도 아무것도 하지는 않을 거라 생각했단 말이죠. 근데 제 예상은 보기 좋게 빗나갔어요. 녀석은 진짜 아무것도 안 했거든요. 녀석은 가만히 나뭇가지에 앉아 쳐다보는 절 시큰둥하게 노려보는 게 끝이었거든요.
그날부터 전 끝장을 보잔 심상으로 그 애가 하는 행동을 핸드폰으로 담았어요. 그러다가 이 새가 제 눈에만 보인다는 걸 깨닫고 말았죠. 다른 직장 동료들은 그 새가 보이지 않았더군요. 처음 그 말을 들었을 땐, 내가 헛것을 보는 줄 알았는데. 사진은 남아있고. 정말 아리송했어요. 지금은 그냥 받아들이기로 했죠. 네.
그러다가 제가 유독 사진을 잘 찍는다는 사실을 깨달았어요. 네, 사진이요. 방금 준 그것들 맞아요. 잘 찍었죠? …고마워요. 32년을 재능 없이 살아가면서 내 유일한 재능이 사진 찍는 거였다니. 정말, 세상 알다가도 모를 일이에요. 그 새가 아니었다면, 지금도 무미건조한 삶을 살았을지도 몰라요.
죄송해요, 네. 계속해야죠. 하지만, 더는 말할 게 없는걸요. 그게 끝이에요. 연구원님. 저와 제 새의 이야기는 거기서 끝이에요. …그럼, 더 말하자면. 한 달의 시간이 흘렀을 때였어요. 이른 오후였고, 집에 가려고 버스 정류장을 기다릴 때였죠. 네 그곳 맞아요. 아이러니하게도, 첫 만남의 장소가 이별의 장소가 된 거예요.
새는 절 힐끗 쳐다보더군요. 늘 그랬듯이. 그러고는 고개를 한 번 숙이더니, 그대로 획 날아가 버렸어요. 전 한 번도 본 적이 없었어요. 그 친구의 나는 모습을… 저는 그 새가 다시는 돌아오지 않을 걸 눈치챘어요. 어째선진, 모르겠어요. 아직도요.
전 그날 이후로 직장을 관뒀어요. 지금은 작지만 사진 찍는 일을 하고 있죠. 후회는 없어요.
저기, 연구원님. 연구원님이 건네주신 그 자료들을 보니 알 것만도 같아요. 그 새는 죽은 사람들이 아니에요. 그건 앙금이에요. 망자들의, 산 사람의, 쌓인 모든 앙금이 그 새를 만든 걸지도 몰라요. 그것들이 우리에게 날아오는 거예요. 새를 다시 날려 보내는 건 당사자의 몫인 거죠. 선택을 통해 앙금이 해소될 수도, 계속 이어질 수도 있는 거예요. 적어도, 저는 그러리라 생각해요.
저 같은 경우요? 글쎄요. 제 새는 뭐로 만들어진 걸까요?
부록3: 2019년 12월 2일. SCP-965-KO를 겪던 재단 인원이 SCP-965-KO-2에게서 특이 사례를 목격하였다. SCP-965-KO-2는 부리를 이용해 모래사장에 모래로 문장을 새겼다. 문장은 다음과 같다.
떠나려 하는 모든 까마귀에게
[[footnoteblock]]