/* 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) { .mobile-top-bar { display: block; } .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!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
/* Penumbra Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Paperstack Theme by EstrellaYoshte Ad Astra Theme by NatVoltaic and stormbreath Inkblot Theme by Croquembouche Anderson Robotics Theme by Croquembouche BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: .9rem; } body { font-family: 'Roboto', sans-serif; color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 9px; background: transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; border: none; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: solid 1px #21252E; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #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; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .creditButtonStandalone p a { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); color: #ededed; } #page-content .creditButtonStandalone p a:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } .page-rate-widget-box .rate-points { background-color: #21252E !important; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } h1 { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; font-weight: bold; } h2, h3, h4, h5, h6 { color: #EDEDED; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } #page-title { color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 1.65rem; text-align: center; border-color: #ededed; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } a.newpage { filter: hue-rotate(180deg); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: solid 2px #2F333C; box-shadow: -3px 0px 0px -0.1px var(--accentColor); } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: solid 8px #21252E; border-bottom: solid 0px #21252E; box-shadow: 0px 0.26rem 0px 0px var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border: solid 4px #21252E; color: #ededed; font-size: 0.84rem; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } #page-content .wiki-content-table tr th { border: solid 1px var(--accentColor); color: var(--accentColor); background-color: #21252E; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px var(--accentColor); /* set border for table content */ } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; box-sizing: border-box; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .9rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* History Compare */ .inline-diff ins, .inline-diff del { color: #21252E; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .limit { margin-bottom: -1rem; z-index: 5; } .anchor { position: sticky; height:0; top: 0; z-index: 5; } .sidebox { background-color: #21252E; border-top: solid 2px var(--accentColor); padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } /* Sidebox mobile optimization, courtesy of Woed */ @media (max-width: 1290px) { .sidebox { width: auto; max-width: 65vw!important; border: none; padding-left: 0.4rem; padding-right: 0.4rem; top: 0.75rem; right: calc(((100vw - 45.8rem)/2) * -1); left: initial; -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; overflow: visible; } .sidebox::before, .sidebox::after { content: " "; position: absolute; right: 0; } .sidebox::before { top: calc(50% - 0.75rem); width: 0; height: 0; border-top: 0.75rem solid transparent; border-bottom: 0.75rem solid transparent; border-right: 0.75rem solid var(--accentColor); transition: border 0.1s ease-in-out 0.1s; z-index: 10; } .sidebox::after { top: 0; max-width: 0.75rem; width: 100%; height: 100%; box-shadow: 0.15rem 0 0 0 var(--accentColor); max-height: calc(100vh - 18rem); background-color: #21252E; z-index: -1; transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s; } .sidebox > * { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out 0.2s; -o-transition: opacity 0.2s ease-in-out 0.2s; transition: opacity 0.2s ease-in-out 0.2s; } .sidebox:hover { overflow: visible; -webkit-clip-path: inset(-0.125rem -0.25rem 0 0); clip-path: inset(-0.125rem -0.25rem 0 0); -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; } .sidebox:hover::before { border-top: 0 solid transparent; border-bottom: 0 solid transparent; } .sidebox:hover::after { box-shadow: 0 -0.125rem 0 0 var(--accentColor); right: 0; max-width: 100%; } .sidebox:hover > * { opacity: 1; } } @media (max-width:768px) { .sidebox, .sidebox:hover { right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem); } } :root { --accentColor: #1EB5E8; --lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Apenumbra/logo.png"); }
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: After debate with the Ethics Committee it has been decided to not contain SCP-XXXX due to ethical reasons.
A Foundation agent disguised as a special education program tutor is to visit SCP-XXXX on a bi-weekly basis and discuss any new topics it has learned about. No further containment procedures are necessary.
SCP-XXXX is to be monitored daily until further notice. No further containment procedures are necessary.
Description: SCP-XXXX is a human child, age 6. It has been found to have an IQ of 174. Currently, SCP-XXXX poses no danger at all.
Despite SCP-XXXX's high intelligence (for it's age), it has the speech and writing capabilities of a six year-old therefore making conversations and interviews more difficult.
Following several debates between The Foundation and The Ethics Committee about SCP-XXXX's ethical containment issue, it has been decided to not contain SCP-XXXX. SCP-XXXX will stay with it's biological parents in their home located in the town of Brandon, Manitoba, Canada.
INTERVIEW LOG.01
INTERVIEW LOG XXXX.01
INTERVIEWER: Agent Noah Baker
SUBJECT: SCP-XXXX
Note: Agent Baker has spoken with SCP-XXXX's parent, he is known as a special tutor sent by the mayor of Brandon to supervise and help SCP-XXXX develop with a special education program designed for "Gifted Children".
«BEGIN LOG»
Agent Baker: Hello James! How are you today?
SCP-XXXX: i am booored
Agent Baker: Well I heard you are a very special boy, you are smart aren't you?
SCP-XXXX: yes! I am smartest! no other smarterist!
Agent Baker: Well I am your tutor, Noah. The mayor saw that you are very smart smarter than him! He wanted me to help you become even smarter! Now do you like math?
SCP-XXXX: yay math! i love i love numbers! yey!
Agent Baker: Well let us start then!
(Agent Baker is heard shuffling through his backpack, he pulls out math work sheets at a second grade level.)
SCP-XXXX: no this is too easy! give me something HARD!!!!
Agent Baker: Alright alright there is no need to yell! Good and smart boys never yell, are you a good and smart boy?
SCP-XXXX: yes i am a good and smert boy!
Agent Baker: Because your a good and smart boy I will give you a work sheet of 7th grade level?
SCP-XXXX: no! higherist!
Agent Baker: 12th grade level?
SCP-XXXX: yesh!
Agent Baker: Okay you have all the time you need to solve it!
(Agent Baker takes back the previous sheet and pulls out a standard math work sheet at 12th grade level and hands it to SCP-XXXX.)
Agent Baker: Do you need a pen or pencil?
SCP-XXXX: yes ples!
(Agent Baker hands SCP-XXXX a pen.)
Agent Baker: Good luck!
approximately 20 minutes pass.
SCP-XXXX: done!
Agent Baker: Okay let me see here.
Agent Baker: (Muffled voice) This is harder than I thought.
(10 minutes pass.)
Agent Baker: Well it seems everything is correct! You are a very smart boy!
(Agent Baker's watch rings.)
SCP-XXXX: whats that?
Agent Baker: It's my watch, I use it to measure time and make a ringing noise when I want to do something at a specific time.
Agent Baker: Now I set it to ring to the time when I have to leave, so we finished here. You are a very very smart boy, I will come back next week and we can do more work together!
SCP-XXXX: yay!
«END LOG»
ETHICS COMMITTEE SESSION.01
CASE NUMBER: 123
PARTICIPANTS:
- Lohan Shirlee
- Liddy Hayes
- Vincent Faustine
- Shauna Algernon
- O5-█
Note: For security reasons O5-█ has entered the meeting via internet connection from Site-1, their identity is hidden.
«BEGIN SESSION LOG»
Shirlee: Recording has started, today's session will be about the containment issue of SCP-XXXX. For the log, please introduce yourselves.
Hayes: Former Researcher Liddy Hayes
Faustine: Former Senior Researcher Vincent Faustine.
Algernon: Former Assistant Director Shauna Algernon
O5-█: O5-█
Shirlee: Who wants to begin?
Faustine: If you please madam, I shall begin.
Shirlee: Go ahead Faustine.
Faustine: Thank you, madam. Thank you all for attending this session, especially you O5-█. I have a proposition on what to do with SCP-XXXX's containment issue. Now it is quite un-ethical to contain a 6 year old, as he poses no danger to any human being and or to the foundation I suggest we let him live a normal life until he hits adulthood.
Shirlee: What are you suggesting we do when SCP-XXXX hits adulthood?
Faustine: We let him join the foundation. His intelligence will be valuable to us, look at him right now. He is a 6 year old with an IQ higher than one of the greatest minds that lived on earth! Imagine what he can do when he reaches adulthood!
Shirlee: It seems plausible, what are your thoughts Ms. Algernon?
Algernon: In my opinion it is a great idea, he truly will be of great potential with our resources.
Shirlee: O5-█, what are your thoughts?
O5-█: We cannot yet trust it. It is an anomaly that we know little of besides it's intelligence. It might develop other anomalous abilities in the future. This decision is truly based on what will happen in the future so I will abstain from it. Now can we come back to problems we have today?
Shirlee: Of course O5-█. What are your opinions on Faustine's containment issue proposition?
O5-█: It is an anomaly. We cannot let it just wonder around outside, like I said with the proposition of it working here in the future we do not know anything about it but it's intelligence levels. We do not know if it will develop more anomalous traits in the future or use it's intelligence to harm. We have to contain it.
Faustine: If you please sir, he is 6 years old. We cannot contain him, not even beginning on how we will excuse his containment without breaking the veil. He is 6 years old! To contain him would go against Ethics Committee policy.
O5-█: The Ethics Committee is a joke! I do not even know why I accepted to meet with you. It is an anomaly and we will contain anomalies and study them, that is why this foundation was even created in the first place! We cannot let them stay in the outside world!
Faustine: Your just the same, I thought you changed from those years but you are repeating the same mistakes. Do you remember SCP-590? Or SCP-321? What you did to Bright's Father, Adam Bright?
(Desk slamming from the video chat can be heard.)
O5-█: Do not mention them or Adam again! These are anomalies, freaks! They cannot be let out!
Faustine: You should've let them go with Adam, it is better than a containment cell!
O5-█: These were the councils decisions as well as mine. You do not look at the full picture, you are blinded by Ethics.
Faustine: It's my job to be blinded by Ethics, SCP-XXXX is even less worse than 590 or 321's traits. Why do you wish to contain him?
O5-█: We do not know anything about it, we cannot let it run freely. It must be contained.
Faustine: I will not let you do this!
Shirlee: Faustine, please calm yourself down. You will not decide if SCP-XXXX will be contained or not. O5-█ what is your proposition for SCP-XXXX's containment? How do we disguise it without breaking the veil?
O5-█: Simple, we tell the parents there is a special program for "Gifted" kids, and we contain SCP-XXXX under that disguise.
Faustine: I object madam.
Shirlee: Go ahead Faustine.
Faustine: There are several flaws with this. What if the parents won't agree on it? What if they want to visit? Where will the kid be contained and how?
O5-█: They will accept. If they don't, we'll take the kid and administer them amnestics depending on the kid's birthdate.
Faustine: Your crazy, this won't work not even starting on how un-ethical it is.
**Shirlee:* Since I am seeing we cannot get a resolution here I suggest we hold another session in the future. Do you accept to meet soon again O5-█?
O5-█: To finally get done with this mess? Yes.
Shirlee: Then we agreed. We'll meet soon, good day O5-█.
O5-█: Good day.
(O5-█ Disconnects from the video chat.)
Shrilee: Vincent, you need to get ahold of yourself. One wrong move you will be detained or even worse, executed you got that?
Faustine: Sure, madam.
«END SESSION LOG»
ETHICS COMMITTEE SESSION.02
CASE NUMBER: 123 - (Session 2)
PARTICIPANTS:
- Lohan Shirlee
- Liddy Hayes
- Vincent Faustine
- O5-█
«BEGIN SESSION LOG»
Shirlee: We return to case 123 discussing SCP-XXXX's current containment issue in a second session since no solution has been found in the first. Algernon could not attend today she is sick so once again for the record introduce yourselves.
Hayes: Former Researcher Liddy Hayes
Faustine: Former Senior Researcher Vincent Faustine.
O5-█: O5-█
Shirlee: Now we shall continue where we left off.
Faustine: Thank you madam. O5-█ I had thought of ways to ethicly deal with this issue and the solution I proposed is the only one I had found. We have to think about this sir. If we contain him it will affect his mental state in a negative matter, if we can't explain why the parents or other family can't visit it will get suspicious. We can't just stuff anomalies in containment chambers and feed amnestics on mass to people who witness it, especially not here. It's not some giant beast or laser gun. It is a child a human child who has a high level of intelligence. I don't want to waste your time any longer than we have too, my solution is cheap, ethical and the best one I can see.
O5-█: Fine, I'll go with your solution. May I ask who will be in charge incase SCP-XXXX develops more anomalous traits and or is a risk?
Faustine: I'll find someone, sir. Someone who is fit for the task.
O5-█: If SCP-XXXX develops any anomalous traits and or becomes a risk I want it contained within the minute it is discovered. Do you understand?
Faustine: Yes O5-█, sir. Thank you for finally coming to an agreement.
Shirlee: This session has been quite short, we have come to an agreement then. Thank you for coming again O5-█. You can leave.
O5-█ disconnected from video chat.
Shirlee: Looks like you convinced him, I wonder why he changed his mind…
Faustine: I think he got hit hard when I mentioned Adam, maybe changed him. Not fully but it is progress to make him a better person.
Shirlee: He is not doing this because he is a "bad person" he is doing this to protect humanity incase SCP-XXXX develops any anomalous traits. It is better to have one suffer then thousands.
Faustine: I guess I never looked at it that way…
(All conversation pauses for about 2 minutes.)
Faustine: Wait. Are we still recording?
Shirlee: Indeed we are. Let's turn it off
Faustine: Will this part get cut?
Shirlee: We'll see.
«END SESSION LOG»
Note: Former Senior Researcher Vincent Faustine appointed Head Researcher Dr. Tomer to be in charge of SCP-XXXX's well-being and education outside of containment. He is to report any new major discoveries about SCP-XXXX and if needed, contain it. Agent Baker will still visit SCP-XXXX as his personal tutor.
INTERVIEW LOG.02
INTERVIEW LOG XXXX.02
INTERVIEWER: Agent Noah Baker
SUBJECT: SCP-XXXX
Note: This interview log was recorded during containment debates with the Ethics Committee.
«BEGIN LOG»
(Heavy breathing and muffled voices can be heard.)
Unknown: (Muffled Voice) I've spoken with the mayor, we might have to take James into a special education facility for a while.
Unknown: (Muffled Voice) Will we able to visit him?
Unknown: (Muffled Voice) I'll try and make sure you will be able to visit, but again this is not yet decided we are still thinking about it.
SCP-XXXX: whats this?
Agent Baker: (Loud Voice) Hey! James don't touch tha-
«LOG PAUSED»
(An unknown amount of time passes.)
«LOG CONTINUED»
Agent Baker: Please don't touch that James, it's very important to me.
SCP-XXXX: but what is it?
Agent Baker: It's… Nevermind well I have something to tell you, it is very important so please listen.
SCP-XXXX: ok
Agent Baker: Right now the mayor and his helpers are deciding if they should put you in a special school, where you will live and learn it. It is for special boys like you.
SCP-XXX: will mommey and daddy be with mee?
Agent Baker: I am afraid not, it's a school for boys like you. And it is still being decided, you might not even go.
SCP-XXXX: i dont wunt to gooooo
Agent Baker: We are still deciding.
Agent Baker: Now, are you ready to solve more problems?
SCP-XXXX: yesh!
«END LOG»
INTERVIEW LOG.03
INTERVIEW LOG XXXX.03
INTERVIEWER: Agent Noah Baker
SUBJECT: SCP-XXXX
Note: Prior to the interview Agent Baker spoke with SCP-XXXX's parents about the cancellation "special education program".
«BEGIN LOG»
Agent Baker: Hello James, I spoke with your parents and you are not going to the special school. But I will continue to teach you, and you will stay here with your parents and go to school with your friends!
SCP-XXXX: yay! wait what are friends?
Agent Baker: It's people who are always with you and make you laugh and have a great time, they will always be there for you too.
SCP-XXXX: daddy and mommy are friends?
Agent Baker: No they are your parents.
SCP-XXXX: who is my friend? how do I get friends?
Agent Baker: I will… teach you some day.
Agent Baker: Anyways do you want to solve some problems?
(Footsteps can be heard approaching.)
Agent Baker: Yes?
Unknown: We read in your file that you are from Iberia, could you teach James spanish? We are planning to move to spain.
Agent Baker: Oh my apologies, I know portuguese since my family comes from there. Not spanish, they are similar but different.
Unknown: Understood… I guess we won't move then, no tutors or teachers in spanish in this whole damn town and I won't travel 20 miles to get one.
(Footsteps are heard again but they get quite as the object goes away.)
Agent Baker: Anyways. What do you want to learn today?
SCP-XXXX: I want draw!
Agent Baker: You want to draw? Don't you want to learn math or anything else?
SCP-XXXX: no I want draw!
Agent Baker: Okay then!
Agent Baker hands SCP-XXXX a blank paper with some coloring pencils.
SCP-XXXX: yay!
(Approximately 6 minutes pass.)
SCP-XXXX's Drawing
Agent Baker: You drew me? That's… Sweet of you!
SCP-XXXX: you are a good man mister teacher
SCP-XXXX: i love you mister teacher you always make me happy when you come!
Agent Baker: I love you too James, you make my day brighter every time I visit you!
Agent Baker: Also, my name is Noah Baker, but you can call me just Noah.
SCP-XXXX: okay just noah
Agent Baker chuckles.
Agent Baker: No no no call me Noah.
SCP-XXXX: okay noah
Agent Baker: There we go! You always learn fast!
(A watch rings.)
Agent Baker: Looks like I have to go again…
SCP-XXXX: noo dont leave!
Agent Baker: I'm sorry but I have to, don't worry I will always come back!
«END LOG»
ADDENDUM.01
Attention all personnel reading this file. I have appointed Head Researcher Dr. Tomer to be in charge of SCP-XXXX's wellbeing.
He is to report any new anomalous traits and to contain SCP-XXXX if necessary. Once SCP-XXXX reaches the age of 18, he will be transferred to Site-43 to help with Research and Containment.
SCP-XXXX's intelligence is important to the foundation and will greatly aid us in the future. So do not make contact in any way with SCP-XXXX without proper authorization.
He's a great kid that I hope to see soon.
- Former Senior Researcher Vincent Faustine.
Cite this page as:
"test-gamma" by Dr Itzhak, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/collab:kirq-and-dr-itzhak. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: rawing.jpg
Author:Dr Itzhak
License: CC BY-SA 3.0
For more information about on-wiki content, visit the Licensing Master List.






Per 


