/* 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 */ }
An example of SCP-5000.
Item #: SCP-5000
Object Class: Neutralized
Special Containment Procedures: The property containing SCP-5000 has been bought by the Foundation. Security cameras are to be placed along all roads leading to SCP-5000 to monitor civilian traffic. If a subject is to enter SCP-5000 local law enforcement is to be contacted and the subject will be charged with criminal trespassing. SCP-5000 is to be monitored by at least one Foundation personnel at all times. If SCP-5000 is to activate senior researcher Grayson Fisher is to be notified.
Description: SCP-5000 is an auditory phenomenon surrounding a cabin constructed of wood and sheet metal. SCP-5000 encompasses a radius of 125 meters with vocalizations produced by SCP-5000 reaching an average of 55 decibels and lasting an average of 2 minutes. Incidence of SCP-5000 tends to repeat at least four times within the span of 24 hours, with no distinguishable patterns having been found in which the times SCP-5000 begins to vocalize.
All flora within range of SCP-5000 yield to be incapable of survival with no fauna being observed within the range of SCP-5000. All explorations of the SCP-5000 cabin have to lead to the belief that it is no longer inhabited, however, several items of interest to the foundation have been found (see addendum #2).
Addendum #1:
Opening Statement: The following is a transcribe of vocalizations produced by SCP-5000.
1/11/19: -.. . .- .-. / .--- --- -. .- - .... .- -. --..-- / - .... .- - / --- .-.. -.. / --- .- -.- / .-- . / .--. .-.. .- -. - . -.. / .. ... / -.. --- .. -. --. / --.- ..- .. - . / .-- . .-.. .-.. -.-.-- / .-- . / .... .- ...- . / .... .- -.. / .- / ..-. . .-- / ... - --- .-. -- ... / .-.. .- - . .-.. -.-- / -... ..- - / ... .... . / .... .- ... / ... - --- --- -.. / - .... . / - . ... - / --- ..-. / - .. -- . .-.-.- / .. / - .... .. -. -.- / ... .... . / .-- --- ..- .-.. -.. / .-.. .. -.- . / .. - / .. ..-. / -.-- --- ..- / -.-. .- -- . / -... -.-- / - --- / ... . . / .... . .-. / ... --- -- . / - .. -- . .-.-.-
Dear Jonathan,
That old Oak we planted is doing quite well! We have had a few storms lately but she has stood the test of time. I think she would like it if you came by to see her some time.
1/12/19 -.. . .- .-. .--- --- -. .- - .... .- -. --··-- .- .-. . -.-- --- ..- --. --- .. -. --. - --- -... . .. -. - --- .-- -. - .... .. ... -- --- -. - .... ··--·· -- -.-- -.. .- ..- --. .... - . .-. .. ... --. .-. .- -.. ..- .- - .. -. --. -.-. --- .-.. .-.. . --. . .- -. -.. .. - .... --- ..- --. .... - .. -- .. --. .... - ...- .. ... .. - -.-- --- ..- --- -. - .... . .-- .- -.-- -.. --- .-- -. ··--·· -.. --- -.-- --- ..- .-. . -- . -- -... . .-. --- ..- .-. ... ··--·· .. - .-- .- ... .- .-- ..-. ..- .-.. .-.. -.-- .... --- - --- ..- - --··-- .-- .- ... -. ·----· - .. - ··--··
Dear Jonathan,
Are you going to be in town this month? My daughter is graduating college and I thought I might visit you on the way down? Do you remember ours? It was awfully hot out, wasn't it?
1/16/19 .. .... .- ...- . -. ·----· - .... . .- .-. -.. ..-. .-. --- -- -.-- --- ..- .. -. .- .-- .... .. .-.. . --··-- .. -.- -. --- .-- -.-- --- ..- -- ..- ... - -... . -... ..- ... -.-- -... ..- - .--- ..- ... - -.- -. --- .-- -.-- --- ..- ·----· .-. . .- .-.. .-- .- -.-- ... .-- . .-.. -.-. --- -- . .... . .-. . ·-·-·-
Dear Jonathan,
I haven't heard from you in a while, I know you must be busy but just know you're always welcome here.
1/17/19: .. .... --- .--. . -.-- --- ..- .- .-. . -.. --- .. -. --. .- .-.. .-. .. --. .... - ·-·-·- .. ..- -. -.. . .-. ... - .- -. -.. - .... . .--. --- .-.. .. - .. -.-. ... .- .-. . --. . - - .. -. --. .--. .-. . - - -.-- .... .- .. .-. -.-- .-.. .- - . .-.. -.-- ·-·-·- .--- ..- ... - ... -.- -. --- .-- - .... .- - .. -.. --- -. ·----· - .... --- .-.. -.. .- -. -.-- - .... .. -. --. .- --. .- .. -. ... - -.-- --- ..- ..-. --- .-. -... . .. -. --. --- -. - .... . --- - .... . .-. ... .. -.. . --- ..-. .. - ·-·-·-
Dear Jonathan,
I hope you are doing alright. I understand the politics are getting pretty hairy lately. Just know that I don't hold anything against you for being on the other side of it.
1/19/19: .- .-. . / -.-- --- ..- / - .... . .-. . / .--- --- -. .- - .... .- -. ..--..
Dear Jonathan,
Are you there Jonathan?
1/20/19: .- .-. . / -.-- --- ..- / --- -.- / .--- --- -. .- - .... .- -. ..--..
Hello,
Are you ok Jonathan?
1/22/19: .- .-. . / .--. . --- .--. .-.. . / ..-. .. --. .... - .. -. --. / ..- .--. / -. --- .-. - .... / - --- --- ..--.. / .. - .----. ... / .... --- .-. .-. .. ..-. -.-- .. -. --. / - .... . / -.. .- -- .- --. . / --- -. . / ... - ..- .--. .. -.. / .. -.. . .- / -.-. .- -. / -.-. .- ..- ... . / .-- .... . -. / .--. . --- .--. .-.. . / .-. .- .-.. .-.. -.-- / -... . .... .. -. -.. / .. - .-.-.-
Dear Jonathan,
Are people fighting up north too? It's horrifying the damage one stupid idea can cause when people rally behind it.
1/24/19: - .... . / ..-. .. --. .... - .. -. --. / .. ... / --. . - - .. -. --. / -.-. .-.. --- ... . .-. .-.-.- / - .... . / .-. .- -.. .. --- / .... .- ... / -... . . -. / .-. . ..-. . .-. .-. .. -. --. / - --- / .. - / .- ... / .- / .-- .- .-. / .- - / - .... .. ... / .--. --- .. -. - .-.-.-
Dear Jonathan,
The fighting is getting closer. The radio has been referring to it as a war at this point.
1/25/19: - .--- --- -. .- - .... .- -. / .- .-. . / -.-- --- ..- / - .... . .-. . ..--..
Dear Jonathan,
Jonathan are you there?
Closing Statement: Following this SCP-5000 ceased its vocalizations.
Addendum #2:
The following is a record of all item found within SCP-5000
- To be added
- To be added
- To be added






Per 


