/* 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
- SCP-174-KO — 손님네 연작의 일부.
- SCP-177-KO — 손님네 연작의 일부.
- SCP-605-KO — SHARK_BYTES님과 공저. 나는 여기서 나을록 부분만 작성했다. 감사하게도 공동저자로 이름을 올리게 되었다.
- SCP-990-KO — 평행우주를 거니는 미스터즈 관련작.
- SCP-298-KO — 퀸텟 관련작.
- SCP-994-KO — 평행우주를 거니는 미스터즈 관련작.
- SCP-464-KO — 삼천리 전라남도 경연 투고작.
- 종교 전쟁의 위협에 맞서, #(인터내셔널 위키)
- 뉴욕, 아주 일상적인 회합 — 감독관은 뉴욕에 있었다.
- 아주 외교적인 — 알라가다여, 고서적 내음이 풍기는 환란의 도시여.
- 「참된 교육자」 — 참교육은 이렇게.
- 권제19.43.H-77: 생산라인 7F 제33구역 설비개편 및 회전하는 비규격화 연료에 관하여 — 카미카세 일족과, 톱니장치 정교회와, 스시스모에 관한 도식.
노력한 거에 대비해서 많이 평가가 낮은 글. 이때 순문 뽕에 차 있어서 그런지 장르글에서 순문으로 넘어가는 과도기적 모습이 보인다. 쓸 때는 문지문학상 작품집과 이상문학상 작품집을 많이 참고했음.
- 재의 중력 — 2022년 잠들 수 없는 밤 경연 투고작.
- 어둠의 초밥 파일 No.606 "역병초밥" — 손님네 연작과 세계관 공유.
- 헤트 > 17장.py - WAN의 파편을 찾아라!
Graverse 관련작
- 보안시설 기록서류: 제21K기지 —
igangsu님과 공저…지만 거의 한 게 없다.
위대한 쇼맨 — 광대 연작
재와 검정 — 탐정과 정보원의 이야기. 아슈비나 첸 연작 중 '벽에 박힌 남자 구하기'의 프리퀄.
- 무제 1 — 일본의 사미오말리에인 요원과 세을가 진인의 이야기를 한 주축으로, 세라믹파와 세을가 연인의 이야기를 또 다른 주축으로 하는 연작.
- 창백한 말 — 특집. SCP-177-KO와 연계됨.
- 고고의 곡성 — 거문도 사건 직후, 수신도의 이야기.
- 보고서 열람: 2018LC003 — 명천구에 대한 방재원 서식. 대부분 Aiken Drum님이 집필하셨고 나는 아이디어 제공과 이자메아 부분 작성에만 관여했다. 감사하게도 공동저자가 되었다.
- ‘사미오말리에 제공’ (Lot S8H4K), #(일본어 판)
- 3410을 위한 레퀴엠 — SCP-341-KO와 연계.
- 다섯가락 - 은민재가 또 사고를 쳤다…
- 망자의 스트라디바리우스 — SCP-298-KO와 연계.
- An Anthropological Approach to Sarkicism - Case Study 05: Seŭlga of the Korean Peninsular - 첫 EN 투고작!
황홀경 시리즈
- 육팔이 — 최초의 황홀경.
- 황홀경 - 파도 — 특집.
- SCP-1828-JP by
Dr_Kasugai
- 별 한 점 없는 어둠 by
Doctor Cimmerian
- 3번 곡: 어... by
faminepulse
- SCP-K2-JP-J by
Dr_Kasugai
- SCP-1242-JP by
SOYA-001
- SCP-2434-JP by
Karathh
- SCP-2198-JP by
CAT EYES
- 「여름의 왕」 by
MtKani_666
- SCP-2190-JP by
CAT EYES
- Dr_Kasugai의 작가 페이지 by
Dr_Kasugai
- 1번 곡: 우주 트럭 운전수 늙은 칠리 by
djkaktus
- Black Queen Artwork by
Phylliidae
- 타타르의 멍에 by
karkaroff
- 괴기명명전 요세(寄席) 전단 by
Phylliidae
- 묘령의 그 아이 by
MtKani_666
- 어둠의 아이 by
Nika_Nayuki
- 규약 아이돌-835 by
Nika_Nayuki
- 벗이여, 별의 대해로 가자 by
koikoi_Rainy4L
- 2번 곡: 데이브의 책 by
djkaktus
- 사계와 임종 by
MtKani_666
- 박사 by
rui_take
- 서장: 물이 덩어리가 되고 비가 되어 내리다 by
SoullessSingularity
- 사르킥교의 인류학적 접근 - 사례연구 05: 한반도의 세을가 by 나
- SCP-1633-JP by
Karathh
- SCP-2707-JP by
Dr_Kasugai
- 프로젝트 제안서 2020-998: "암소 의사" by
Karathh
- SCP-392 by
MrWrong
제 글에 등장하는 인물이나 SCP를 그려주신 분들의 작품을 올려놓는 공간입니다. 그려주신 모든 분들께 무한한 감사와 존경을 보냅니다.

김철현.

성유다 요원.
김철현 어게인.
by babbabbab
작가님의 더 많은 아트워크를 보고 싶다면? 밥³의 아트워크
같이 보기: SCP-174-KO, SCP-177-KO, 손님네, 역병신, 일출-1281 "작은 손님", 허먼 풀러 제공: 경이 곡예사 코렐, 기나긴 귀향, 창백한 말
그 누가 나를 헤내는 부르는 소리
붉으스름한 언덕, 여기저기
돌무더기도 움직이며, 달빛에,
소리만 남은 노래 서러워 엉겨라,
옛 조상(祖上)들의 기록(記錄)을 묻어둔 그곳!
나는 두루 찾노라, 그곳에서,
형적없는 노래 흘러퍼져,
그림자 가득한 언덕으로 여기저기,
그 누구가 나를 헤내는 부르는 소리
부르는 소리, 부르는 소리,
내 넋을 잡아끌어 헤내는 부르는 소리.
— 김소월
Graverse는
Graverse는 단일한 하나의 재단우주를 상정하지 않는다. 재단 세계관에서는 수백 개의 다중우주가 존재하고 있고, 그 개개의 다중우주를 우리는 카논Canon이라고 부른다. 나는 내 개인의 카논을 바탕으로 남 카논의 가장 좋은 측면이나 혹은 그 카논 자체를 도둑질해서 프랑켄슈타인을 만들었다. 그러니 외적으로는 꽤 괴이쩍게 보일지도 모르겠다.
Graverse는 서로 다른 서사의 만남을 지향한다. 이를 작품 내에서는 중첩이라고 부른다. 인물 각자의 이야기가 연결되는 지점을 중첩이라고 부를 수도 있고, 아니면 말 그대로 평행우주가 겹쳐지는 지점을 중첩이라고 부를 수도 있다. 어찌 되었든 간에 인물 개개의 서사가 겹쳐진다는 것은 변하지 않으므로, 나는 이를 중첩이라고 부르겠다.
분명, 중첩은 Graverse의 주 목표다. 그러나 중첩 그 자체만을 추구하는 글쓰기는 결국 재미를 반감시키고 만다. 따라서 나는 글을 쓸 때 교차하는 인물 각자의 서사를 최대한 미리 제시하려고 한다. 이 뻘짓이 이 모양으로 길어진 까닭이기도 하다. 그러나 어쩌겠는가. 어벤져스를 위해 개별 영화를 만드는 것은 당연한 일이다.
자신의 작품을 Graverse에 포함시키고 싶다면 내게 연락하라. 그런데 아마 내가 먼저 여러분 작품을 낚아채기한 상태일 것 같다. 만약 그렇지 않다면 부디 편하게 연락 주길 바란다. 나는 연결짓기에 언제나 목말라 있다.
주요 설정
Graverse에서 공유되는 지형이나 건물, 단체에 대한 글이다. 세계관 설정 자체가 완전히 다른 연작에 소속된 글이 아니라면, 대부분의 Graverse 소속 연작 내 세계관에서는 명시되지 않아도 아래의 사건과 설정이 벌어졌거나 존재한다.
연속성
그래 맞다. 제3법칙에서 훔쳐온 분류다. 앞서 설명했듯 Graverse는 SCP 재단 내에서 제시된 설정을 여럿 차용했고, 기존에 제시된 서사에 대해 공공연한 찬사와 경의를 표현한다. 따라서 이러한 작품들이 전체 Graverse 서사에 어떤 정도로 영향을 끼치는지 여기서 짚고 넘어가고자 한다.
상세한 분류는 다음과 같다:
- 강한 연속성 — 거의 완전히 Graverse에 연동될 수 있는 작품에 해당된다.
- 약한 연속성 — 설정의 일부를 차용해 올 수 있지만, 그 전체가 모두 Graverse에 연동될 수 없는 작품에 해당된다.
이론상으로 위키에 올라온 모든 설정을 이 분류로 나눌 수 있지만, 여기서는 특별하게 영향을 주는 작품들만 열거해보겠다.
- 부상기 — 강한 연속성. Graverse의 근대기 설정은 대부분 부상기의 것을 차용했다. 특히, 『구름에 달 가듯이』의 주요 설정은 부상기에 투고되어 있을 정도로 강한 연속성을 가지고 있다. 그러나 이 카논에 투고된 다른 작품과는 각기 다른 상태의 연속성을 가지고 있다.
- 조선 — 강한 연속성. 조선 카논에서 발생한 사건은 Graverse의 기준차원 서사에서 동일하게 발생했다.
- 한국사령부 카논 — 강한 연속성. 거의 모든 사건과 설정이 Graverse 기준차원 서사와 동일하다.
- 팀 글래시즈 — 약한 연속성. 일부 캐릭터 설정과 요주의 단체 간의 세력 구도를 제외하면, 팀 글래시즈 허브 소속 연작에서 발생한 사건은 Graverse 기준차원 서사에서도 동일하게 발생했다.
- 제8148기지 인원기록서류 — 약한 연속성.
SOYA-001의 작가 페이지로, 여기 투고된 다양한 캐릭터와 설정은 Graverse에서도 공유된다. 특히 사미오말리에 관련 설정은 강한 연속성을 지닌다.
- 겁과 서커스 — 강한 연속성. 이키의 집권 등 해당 카논에서 발생한 사건은 Graverse에서도 공유된다.
- 제3법칙 — 약한 연속성. 전체적인 서사보다는 세부적인 설정이 많이 공유된다. 프로메테우스 연구소에 관한 설정은 전부 이 카논에서 차용. 속도광 연작에서 묘사된 사건은 전부 동일하게 일어났으나, 이 연작의 설정 모두를 차용하는 것은 아니다.
- 액시드버스 — 강한 연속성. 신을 찬양하라.
위대한 쇼맨
변칙예술가 '광대' 리처드 룽은 쿨하지 않다. 무슨 예술가가 담배도, 술도, 약도 안 한단 말인가. 그러나 그는 개의치 않아 한다. 아니, 오히려 좋아하지. 이 힙스터 새끼.
위대한 쇼맨 — 광대 연작
아슈비나 첸의 사건기록
탐정 아슈비나 첸은 오늘도 사건을 추적하고 있다. 정체도, 출신도 알 수 없는 미스테리한 여자다. 변칙 느와르를 표방하는 추리소설식 연작.
구름에 달 가듯이
모든 걸 경험하고 마침내 지쳐버린 남자. 김철현은 역병신으로써의 자신을 죽이고 가모장의 곁에서 그를 간호하고 있다. 그렇게 남은 시간을 보낼 줄로만 알았는데…
지흔(地痕)
한낮의 떡갈나무 유랑극단 소속 바이올리니스트 하민에게는 몇 가지 비밀이 있다. 유령은 금물, 오로지 음악만.
안전지대
SCP-008이 진화했다. 세상에 지옥도가 펼쳐졌다. 그 위를 헤쳐나가기 위해선 무엇보다도 강해야 한다. 재단식 좀비 아포칼립스 세상에서 발버둥치는 인물들.
도시 한가운데
대도심은 맡겨주시라. 기동특무부대 무호-17 ("도시 한가운데") 인원들의 활약과 이야기.
다만 악에서 구하소서
원죄에서 자유로운 인간이 얼마나 될까. 동물과 대화할 수 있는 능력을 터득한 남자 남궁영의 시선은 인간 저 너머를 보고 있다. 그와 그의 동료들, AC-310의 이야기.
인서트 코인
업무 좆까시네. 전직 프로그래머 은민재가 플러그소프트에 들어온 이래로 뇌리를 떠나지 않던 생각이다. 어느날 플러그소프트 제3서버의 나날이 송두리째 뒤집힐 일이 벌어지는데…
3410
우주에서 죽을 운명이었다. 그러나 살아남았다. 이윤강은 스승의 불꽃을 이어받아 세상을 지키기 위해, 오늘도 악에 맞선다. 정통 히어로물 연작.
- * 살아남은 아이
평행우주를 거니는 미스터즈
아무도 프로토타입을 기억하지 않는다. 그들은 그저 기억 속에 묻혀 지나갈 뿐이다. 여기 자신의 창조주를 저주하는 한 명의 프로토타입이 있다. 그의 이름은 한때 저기요 씨였다.
붉은색 연구
재단에서는 여러 가지 기묘한 일이 벌어지고, 그건 한국사령부에서도 마찬가지다. 여기 억울한 누명을 쓴 한 여자가 있다. 그리고 또 다른 곳에, 재단 내에서 벌어진 살인사건을 수사하게 된 한 남자가 있다. 이들에게 닥친 미스테리는 대체 무얼 암시하고 있는 것일까.
중첩 작품
여러 서사가 교차되는 순간을 그려내는 글. 위의 개별 서사를 참고한다면 더욱 흥미롭게 읽을 수 있을 것이다.
통일 신라
- 773년
- 7월, 일본에서 역병신 제사. 호소(方相) 가문 집결 시작.
- 879년
- 낼캐교도 처용, 자신을 따르던 세 명의 낼캐교도와 벌루타아르이자 아내인 나크사티하르Nahksatihaar와 함께 신라에 당도한다. 이후 이온의 가르침를 전파하기 시작한다. 당시 군주인 헌강왕으로부터 급간 직위를 부여받는다.
- 880년 경칩
- 김철현(金澈賢) 출생.
- 895년
- 국가의 전복을 꾀한 죄목으로 다에바에서 추방당한 다에바 귀족 야카르엔, 아슐링, 포우루샤스파가 한반도에 당도한다. 세 다에바인이 김철현과 조우한다. 그를 종자이자 제자로 삼는다.
- 998년
- 손님네가 일본에 당도한다. 당시 호소 가의 당주 호소 데루토라가 이들과 조우.
고려
- 1055년
- 최충이 송악산 밑에 구재학당이라는 이름의 사숙을 세우고 후진을 양성.
- 12██년
- 다에바가 몽골군에게 패망.
- 1263년
- 쿠빌라이 칸의 아들 보르지긴 도르지가 병사한다.
조선
- 1392년
- 조선 건국.
- 1424년
- 홍상직(洪尙直) 사망.
- 1450년
- 세종 이도 훙서.
- 1456년
- 단종 복위 운동 발생. 이때 금성대군의 사주로 세을진인 영랑(煐浪)이 이도를 부활시키려 시도하나, 불완전해지다.
- 1489년
- 서경덕 출생.
- 1492년
- 홍길동이 활빈당의 수장이 됨. 이때부터 이름의 동(童)을 의도적으로 동(同)으로 바꾸어 쓰고 다니기 시작.
- 1499년
- 전우치(田禹治) 출생.
- 1500년
- 10월 20일, 홍길동 관군에 체포. 22일, 당시 군주 연산군 이융에게 보고됨.
- 1501년
- 홍길동, 활빈당 무리와 함께 탈옥.
- 1505년
- 홍길동이 율도국을 건립.
- 1506년
- 황진이 출생.
- 1516년
- 전우치, 구미호와 조우.
- 1532년
- 전우치 범궐.
- 1559년
- 임꺽정의 난 발생.
- 1562년
- 임꺽정의 난 진압.
- 1568년
- 전우치 사망.
- 1570년
- 황진이 사망.
- 1592년
- 임진왜란 발발.
- 1613년
- 8월, 벽오(碧梧) 이시발(李時發)이 소을촌(瘙乙村)으로 향함.
- 16██년
- 신색 허윤영, 율도 당도.
- 1659년
- 보전원, 금제소 재건. 유실 이물 확보 임무를 이금위에서 보전원으로 이임.
- 1701년
- 신사환국으로 축출당한 불어도감의 주술파 일부가 율도로 향함.
- 1762년
- 정약용 출생.
- 1786년
- 홍역 대유행. 정조의 장남 문효세자가 사망한다. 향년 4세.
- 1802년
- 11월 30일, 정약용의 사남 농아(農兒)가 사망한다. 향년 3세.
- 1811년
- 홍경래의 난 발생.
- 1829년
- 11대 서머셋 공작 에드워드 아돌푸스 시모어, 망자의 스트라디바리우스 매입.
- 1850년
- 아마비에가 니카호 한노와 조우.
- 1862년
- 임술 농민 봉기 발생.
- 1876년
- 강화도 조약 체결.
- 1868년
- 니카호 아리노부가 보신 전쟁 중 사망.
- 1885년
- 거문도 사건 발생. 이를 통해 톱니장치 정교회의 일원 레이드 할로웨이와 티모시 로코모가 조선에 상륙.
- 1891년
- P. T. 바넘의 서커스에서 마술사 라자로 바누야트 짐피 첸 흥행.
- 1894년
- 1월 고부 농민 봉기 발생. 안핵사 이용태가 농민들을 동학교도로 몰아 체포/처형. 3월, 제1차 농민 봉기 발생. 정부가 이를 이유로 청에 지원 요청을 하여 청군이 아산만에, 일본군이 인천에 상륙하다. 이후 일본이 조선의 철병 요구를 거부하며 경복궁을 점령하고 청의 함대를 공격. 이를 통해 청일 전쟁 발발. 9월, 제2차 농민 봉기 발생.
- 1895년
- 을미사변 발생.
대한 제국
- 1897년
- 10월, 대한 제국 성립.
- 1895년
- 라자로 첸이 허먼 풀러의 불온한 서커스에 영입.
- 1899년
- 1월, 곡예사 아나스타샤 알렉산드로브나 코렐이 라자로 첸과 서커스단에서 도주. 12월 19일 아나스타샤 첸과 라자로 첸의 쌍둥이 딸 니나 라자로브나 첸, 올가 라자로브나 첸 출생. 한국식 이름은 각각 김옥희, 김연희.
- 1904년
- 8월, 제1차 한일 협약이 체결되다. 이 해 말엽, 노보니콜라옙스크에서 아나스타샤 첸이 서커스단에 도로 붙잡힌다. 라자로 첸은 두 딸 니나와 올가 라자로브나 첸을 데리고 동방으로 향한다. 그리고 12월 31일, 니카호 일족에 손님이 당도한다.
- 1905년
- 1월, 니카호 한노가 수집원에 들어감. 11월, 을사늑약 체결.
- 1906년
- 7월, 이상사례조사국, 율도 발견. 10월, 이상사례조사국이 율도국의 마지막 왕 홍정을 폐위시키고 율도를 대일본제국 오키나와현 리츠시마군으로 선언(율도처분).
- 1907년
- 7월, 한일 신협약 체결. 고종 퇴위.
- 1909년
- 2월, 니카호 한노가 수집원 동료들과 함께 대일본제국 이상사례조사국에 들어간다. 9월, 일제의 남한 대토벌 작전 시행. 10월, 도마 안중근, 이토 히로부미 사살.
식민지 조선
- 1910년
- 8월, 대한 제국이 멸망한다. 9월, 니카호 한노가 조선에 발령받는다. 9월 5일, 니카호 대위와 히라누마 대위가 정식으로 설립되고 있는 이상사례조사국 조선부 경성기지에 부임한다. 9월 23일, 김해경 출생. 같은 해 11월, 홍정 사망. 시호로 윤조가 채택된다. 삼남 진량대군 홍태임이 율도를 탈출하여 종적을 감춘다.
- 1912년
- 4월, 소을촌이 히라누마 신페이와 니카호 한노가 이끄는 이상사례조사국 부대에 의해 침탈. 이때 소을촌에 봉인되어 있던 이도 도주.
- 1919년
- 코민테른 창립. 의열단 조직. "능사사" 발족. 2월 8일에 2•8 독립 선언 발표. 3월 1일, 만세 운동 발생. 총독부, 운동을 무력으로 진압한다. 이 과정에서 수많은 조선인들이 사망한다. 4월, 제암리 사건 발생. 7월, 니카호 한노가 이상사례조사국에서 나와 수집원으로 돌아간다.
- 1921년
- 2월, 김철현과 김지상의 동생 김지추(金祉諏)가 일본에서 일자리를 찾다.
- 1923년
- 9월 1일, 이날 오전 11시 59분 관동 대지진 발생. 조선인에 대한 헛소문이 퍼지고, 이 때문에 조선인 학살 사태 발생. 이 달 초에 김지추 사망. 10월, 박열 체포. 12월 27일, 일본 중의원의 아들 난바 다이스케, 미치노미야 황태자 저격(도라노몬 사건)
- 1924년
- 경성 제국 대학 설립.
- 1928년
- 의열단 해체.
- 1929년
- 대공황 발생. 원산 총파업 실시. 광주 학생 항일 운동 발생.
- 1930년
- 11월 히라누마 신페이, 본영 소속 대좌로 진급.
- 1931년
- 만주 사변 발발.
- 1932년
- 뇌수종 교수, 경성제국대학에서 해고.
- 1933년
- 능사사의 지도자가 일본에 단신 입국하나, 거사를 실패. 1월 21일, 남사당패의 줄광대 집안에서 양지환(梁祉桓) 출생. 김해경, 건축 기사 일을 그만둠.
- 1934년
- 3월 김철현이 김해경 소유의 제비 다방에서 [스포일러 말소]
- 1935년
- 이 해 여름, 금홍이 김해경과 결별. 9월, 이자메아 조선부 경성기지에서 테러 사건 발생. 이 과정에서 히라누마 신페이가 왼쪽 귀의 청력을 잃다. 11월, 가담한 7명의 신상을 파악했으나 일부 인원의 존재는 파악하지 못하다.
- 1936년
- 6월, 김해경과 변동림이 결혼. 9월, 율도에서 백택 계획 3호 부설 조항 시행. 전국의 변칙 능력자들과 국내외에서 잡힌 독립운동가 일부를 율도로 압송. 10월, [스포일러 말소] 11월, [스포일러 말소] 12월, [스포일러 말소] 율도로 압송.
- 1937년
- 4월, 15일 김해경의 폐렴이 심해져 일본 도쿄로 이송. 이달 17일에 아내와 친구들이 함께하는 와중에 사망. [스포일러 말소] 김해경이 일본에 체류하다가 사망한 것으로 [스포일러 말소] 아시부네기관이 부호부대로 변모. 7월, 중일전쟁 발발.
- 1938년
- 국가 총동원법 제정. 6월, 율도의 인체 개조 실험 실패. 실험자 박순태(朴淳台) 등 19명이 탈주.
- 1939년
- 국민 징용령 제정. 11월, 율도에서 수감자들을 중심으로 봉기 발생. 그 주 말에 진압. 김철현을 비롯한 수감자 10여 명이 행방불명 처리.
- 1941년
- 태평양 전쟁 발발. 조선 사상범 예방 구금령 제정. 6월, 김철현의 은신처가 경성 근교에서 발각. 명천골에 숨어 지내던 도망자들이 도주.
- 1942년
- 태평양 전쟁 진행에 반대하던 쿠라타 가즈오가 살해당함. 아들 이치로히코가 그 장면을 목격. 7월 김철현, 딸 연희와 교토의 니카호 가 저택에서 재회.
- 1943년
- 징병제 실시. 9월, 양지환과 그 아버지, 형이 아소 탄광으로 끌려감.
- 1944년
- 여자 정신 근로령 제정.
대한민국
- 1945년
- 8월 15일, 일제 패망. 같은 해, 구미호가 SCP 재단의 요원들과 조우. 같은 해 9월, 히라누마 신페이가 [스포일러 말소]
- 194█년
- 뇌수종 교수, SCP 재단에 영입.
- 1950년
- 한국전쟁 발발. 이 과정에서 김연희 실종. [스포일러 말소]
- 1951년
- 학도병 윤성재가 사망한다.
- 1952년
- [스포일러 말소]
- 1954년
- [스포일러 말소] 호야, 자신의 기억을 지우고 잠적.
- 195█년
- 재단에 영입된 부호부대의 잔당이 일으킨 반란 사건 발생.
- 1956년
- 10월, 제4차 런던 공의회가 열린다. 12월, 김철현, 홍태임과 조우.
- 1958년
- 핀란드의 저명한 민간 동물학자 겸 변칙 연구가 라우노 내래넨(Rauno Näränen)이 「기소탐방기」를 출간.
- 1960년
- 3월, 김철현, 줄광대로 일하던 양지환과 접촉. 4월, 4•19 혁명 발생. 7월 김철현, SCP 재단 일본 지부의 연구원 쿠라타 이치로히코와 접촉.
- 1961년
- 5•16 군사정변 발생.
- 1962년
- 7월, 김철현, GOC 극동부문 제7453타격조 “전사자(戰死者)” 분대장 요시카와 렌타로와 접촉.
- 1963년
- 2월, 정유월(鄭由越), 김철현과 접촉.
- 1964년
- 3월, 일본 전역에서 반야회(般若會)가 이상사례조사국과 부호부대의 잔당 암살. 5월, 재단 일본 지부와 GOC 극동부문의 공조로 반야회 수사 착수. 10월, 히라누마 신페이가 SCP 재단 도쿄 기지에서 [스포일러 말소] 그 즈음 광양과 여수 근처에 출처를 알 수 없는 안개 출현. 반야회 인원 중 하나인 양지환이 GOC 극동부문과 교전 중 [스포일러 말소] 11월, SCP 재단이 생존한 부호부대/이자메아/수집원 인원 조사. 이 과정에서 토헤이 중공업과 생명창연에도 인원들이 잔류하고 있다는 사실 인지. 12월, 이 달 중순에 김철현이 러시아 밀입국.
- 1965년
- 한일 협정 체결.
- 1970년
- 와해되었던 능사사가 “능구렁이 손”으로 재건. 홍태임과 정유월이 이에 가입.
- 1971년
- 재단 한국사령부 제01K기지 건물이 완공.
- 1972년
- 2월, 재단과 여러 요주의 단체의 위협에 시달리던 [스포일러 말소] 뱀의 손에 휴식처를 얻다. 이곳에서 [스포일러 말소]의 이름을 발견. 이때부터 [스포일러 말소] 10월, 유신 헌법 제정.
- 1977년
- 가을, 김철현이 한낮의 떡갈나무 유랑극단 조우.
- 1979년
- 10월, 부•마 민주 항쟁 발생. 26일에 김재규, 대통령 박정희 살해. 같은 해 12월, 12•12 사태 발생.
- 1980년
- 광주 민주화 운동 발생.
- 1981년
- 2월 전두환 대통령 취임.
- 1987년
- 1월, 서울대생 박종철 고문치사. 4월, 4•13 호헌 조치. 6월, 6월 민주 항쟁 발생. 9월, [스포일러 말소]가 능구렁이 손 탈퇴.
- 19██년
- 리틀 미스터즈 프로토타입 개발.
- 1991년
- 3월, 김철현이 프랑스 니스에서 야카르엔과 재회하나, 이 달 말에 야카르엔이 [스포일러 말소] 중태에 빠짐. 김철현이 서천 CC로 향함.
- 1993년
- 아슈비나 첸이 HEA에 가입.
- 2009년
- 한글날을 기념하여 세종대왕상이 광화문 광장에 설치됨.
- 2010년대
- 이 사이의 특정 시기, 바이올리니스트 하민이 한낮의 떡갈나무 유랑극단에 입단. 헤럴드 윤이 마셜, 카터&다크 유한회사에 입사. 전직 프로게이머 은민재가 플러그소프트에 입사, 제3서버 소속이 됨. 해저에 존재한 사미오말리에 공화국이 상어죽빵센터에 의해 멸망. 마셜, 카터&다크 유한회사에서 이를 이용.
- 2017년
- 서울특별시 심령독립체 대량 유출 사건. 이 사건으로 인해 재단에서 SCP-174-KO의 존재 인지. 5월, 이묘영 박사, 세을가의 소을촌을 방문.
- 2018년
- 능구렁이 손 인원들이 서천 CC의 김철현과 조우. 5월, 방재원에서 명천구에 대한 보고서를 작성.
- 2019년
- 3월, 진세연 요원 사망. SCP-177-KO 확보. 4월, 사건 174-KO-다 발발. 10월, 아슈비나 첸과 검은 여왕 앨리가 서울시 명천구에서 조우.
- 20██년
- 김철현이 가택신들을 찾으러 떠남. 오구대왕 프로젝트 착수. 아라카치 테츠야가 AC-397 "유혈목이" 가입.
- 20██년
- 5월, 명천구 2차 내전 발발. 10월, 상어죽빵센터 서울 아쿠아리움 테러 시도 사건 발생. 직후 세라믹파 무진 사업장이 정체불명의 침입자들에 의해 공격당함.
- 20██년
- 플러그소프트에서 FPS 게임 "푸룬바룬 I" 발매. 헤럴드 윤이 오랜 친구와 재회. 우주에서 미아가 된 이윤강이 팡글로스와 조우.