/* None CSS with Left Beef [2019 Wikidot Theme] Created by stormbreath. */ /* LINKS */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } #side-bar a { color: black } #side-bar a:visited { color: black; } /* REMAKE THE HEADER */ h1, #page-title { color: black; } #page-title { border-color: black; } div#container-wrap { background: none; } div#extra-div-1 { height: 22px; width: 100%; top: 140px; position: absolute; background: black; } #header { background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/minimal.svg'); background-size: 6rem; } @media (max-width: 580px) and (min-width: 480px) { #header { background-position: 0.5em 4.5em; background-size: 66px 66px; } } @media (max-width: 479px) { #header { background-position: 0 5.5em; background-size: 55px 55px; } } #header h1 a { color: transparent; text-shadow: none; } #header h1 a::before { content: "SCP Foundation"; color: black; } #header h2 span { color: transparent; text-shadow: none; } #header h2 span::before { content: "Secure, Contain, Protect"; color: black; } /* SIDE-BAR */ #side-bar .side-block { background-color: white !important; border-color: transparent; border-radius: 0px; box-shadow: none; } #side-bar .heading { color: black; border-bottom: solid 1px black; } @media (max-width: 767px) { #side-bar { background-color: white; } #side-bar:target .close-menu { background: none; } } #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; } #side-bar img, iframe.scpnet-interwiki-frame { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } /* TOP-BAR */ #top-bar ul li ul { border: solid 1px black; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top: 1px solid white; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: white; color: black; } #top-bar ul li ul a, #top-bar a:hover { color: black; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: black; color: white; /* top bar hover background color */ } /* RATING MODULE */ .page-rate-widget-box .rate-points { background-color: black !important; border: solid 1px black; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: black; border-top: solid 1px black; border-bottom: solid 1px black; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: white; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: white; color: black; } .page-rate-widget-box .cancel { background-color: black; border: solid 1px black; } .page-rate-widget-box .cancel a { color: white; } .page-rate-widget-box .cancel a:hover { background: white; color: black; } #page-content .rate-box-with-credit-button { background-color: black; border: 1px solid black; border-radius: 5px !important; box-shadow: 1px 1px 3px rgba(0,0,0,.5); } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .fa-info:hover { color: black; background-color: white; } #page-content .modalbox { box-shadow: 0 2px 6px rgba(102, 102, 102, .5); } .close-credits, .credit-back { filter: hue-rotate(260deg); } /* PAGE ELEMENTS */ blockquote, div.blockquote, #toc, .code { background-color: white; } .scp-image-block { border: solid 1px black; box-shadow: none; } .scp-image-block .scp-image-caption { background-color: white !important; border-top: solid 1px black !important; color: black; } /* RECOLOR THE SEARCH BAR */ #search-top-box-input { border-color: black; color: black !important; background-color: white; } #search-top-box-input:hover, #search-top-box-input:focus { background-color: white; border-color: black; } #search-top-box-form input[type=submit] { border: solid 1px black; color: black; background-color: white; background: white; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: solid 1px black; background-color: white; background: white; color: black; } /* LOGIN STUFF */ #login-status { color: black; filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #login-status a { color: black; } #login-status ul a { color: black; } #account-topbutton { background: #ccc; color: black; } /* HOVER THINGIES */ .hovertip { background: white !important; } /* FOOTER */ #footer { background: black; color: white; } /* TABS */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: transparent; /* color between tab list and content */ } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background: white; /* tab background */ border-color: white; color: black; transition: 0.125s; } .yui-navset .yui-nav a em { background: white; box-shadow: 0px 1px 2px rgba(0,0,0,0.7); border-color: white; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background: white; /* selected tab background */ color: black; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: white; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border-color: transparent; box-shadow: 0px 1px 2px 0.5px rgba(0,0,0,0.5); background: white; } .yui-navset .yui-content { background: transparent; /* content background color */ } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: transparent; /* content border */ border-top-color: transparent; /* different border color */ } .yui-navset-left .yui-content { border-left-color: #b7a9a9; /* different border color */ }
/* 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; } }

Special Containment Procedures:
Description: SCP-XXXX is an extremely hostile humanoid entity. SCP-XXXX targets youth ages 3-17, and produces an infohazardous effect towards individuals 18 and up, making them believe SCP-XXXX is simply imaginaned by the individual SCP-XXXX is targeting, even if the entity is right in front of them or if the targeted individual has been injured by SCP-XXXX. The effect lasts until SCP-XXXX fully terminates its target.
Special Containment Procedures:
Description: SCP-XXXX is a semitranslucent semiaquatic organism 19m in size resembling a Brachiosaurus. SCP-XXXX has no internal organs, but can anomalously digest food. SCP-XXXX’s diet mainly consists of bioluminesent aquatic life, allowing SCP-XXXX to temporarily glow various colors.
Description
SCP-XXXX is an entity resembling two rainbows layered on top of each other. SCP-XXXX manifests in unpopulated and vegetated areas in Ireland after rainfall. Upon manifesting, SCP-XXXX produces large quantities of 7cm eggs of varying colors out of one end of its 'body'.
SCP-XXXX’s eggs hold pale, 6cm, fetus-like organisms, designated SCP-XXXX-1 instances. SCP-XXXX-1 instances are born with two (2) sapient heads that frequently communicate with each other through crude vocalization. When SCP-XXXX-1 instances vocalize, an Irish accent can be heard.
SCP-XXXX-1 instances also have the ability to produce solid gold out of thin air, which has helped fund several Foundation projects. SCP-XXXX-1 instances diets include sugary substances; although SCP-XXXX-1 instances do not require food it is recommended to feed them regularly to keep their mood stabilized. It is also noted that SCP-XXXX-1 instances become somewhat hostile when they are seperated from SCP-XXXX.
Description
SCP-XXXX is a sapient entity with reality altering capabilities currently occupying a bathroom stall (deemed SCP-XXXX-A) in the men’s restroom of Research Wing B located at Site-19. All attempts to remove SCP-XXXX from SCP-XXXX-A have resulted in SCP-XXXX using its reality altering capabilities to stay within SCP-XXXX-A.






Per 





