Anticlea Langstrom
@import url('https://fonts.googleapis.com/css?family=Tinos&display=swap');
 
/* SAPPHIRE Theme
 * [2019 Wikidot Theme]
 * Based on Aelanna's Sigma-9 Theme as edited by Dr Devan
 * Inspired by DrGemini's SCP-FR Group of Interest "SAPHIR"
 * Created by stormbreath, Lt Flops, and Uncle Nicolini for the 2019 International GOI Contest
 * Logo Design by Ihp sourced from https://pixabay.com/vectors/diamond-cut-polished-jewelry-312696/
 */
 
/* GLOBAL WIDTH */
body {
     background-color: #e5e5e5;
     color: #0c0c0c;
 
     --neutral: #e5e5e5;
     --key: #17181c;
     --sapphire-muted: #151a61;
     --sapphire: #000880;
     --sapphire-mid: #2634f2;
     --sapphire-light: #666999;
     --white-sapphire: #ebebf0;
     --gray-sapphire: #5b5b5d;
     --light: #bbb;
     --mid-light: #999;
     --mid: #9b9ca1;
     --mid-dark: #666;
     --dark: #333;
     --grad-1: #5b5b5b;
     --grad-2: #878787;
}
div#container-wrap {
    background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Asapphire/sapphire-body-bg.png);
}
 
/* COMMON */
 h1, 
 #page-title {
     color: #151a61;
     color: var(--sapphire-muted);
}
 h1 {
     margin-top: 0;
     padding: 0;
     font-weight: bold;
}
 #page-title {
     border-color: #0d0e26;
}
 a {
     color: #000880;
     color: var(--sapphire);
}
 a.newpage {
     color: #151a61;
     color: var(--sapphire-muted);
     font-weight: bold;
}
 #side-bar a:visited {
     color: #151a61;
     color: var(--sapphire-muted);
}
 a:visited {
     color: #151a61;
     color: var(--sapphire-muted);
}
 a.collapsible-block-link {
     font-weight: bold;
}
 hr{
     display: block;
     background: #0d0e26;
     border: 0;
     padding: 0;
     margin: 1em 0;
     height: 1px;
}
 
/* HEADER */
 #header {
     background: none;
}
 #header h1 {
     background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Asapphire/sapphire-header.png) no-repeat; /* Logo modified by Ihp under CC BY-SA 3.0 */
     background-size: contain;
     display: block;
     height: 139px;
     max-height: 139px;
     width: 100%;
     max-width: 271px;
     position: relative;
     top: 32px;
}
 #header h1 a {
     display: block;
     margin: 0;
     padding: 0;
     height: 139px;
     max-height: 139px;
     width: 100%;
     max-width: 271px;
}
 #header h2 {
     display: none;
}
 #search-top-box-input {
     border: solid 1px #e5e5e5;
     border: solid 1px var(--neutral);
     color: #2634f2;
     color: var(--sapphire-mid);
     background-color: #17181c;
     background-color: var(--key);
}
 #search-top-box-input:hover, 
 #search-top-box-input:focus {
     border: solid 1px #ebebf0;
     border: solid 1px var(--white-sapphire);
     color: white;
     background-color: #5b5b5d;
     background-color: var(--gray-sapphire);
}
 #search-top-box-form input[type=submit] {
     border: solid 1px #e5e5e5;
     border: solid 1px var(--neutral);
     color: #e5e5e5;
     color: var(--neutral);
     background-color: #333;
     background-color: var(--dark);  
     background: linear-gradient(to bottom, #878787, #5b5b5b, #333);     
     background: linear-gradient(to bottom, var(--grad-2), var(--grad-1), var(--dark));
}
 #search-top-box-form input[type=submit]:hover, 
 #search-top-box-form input[type=submit]:focus {
     border: solid 1px white;
     color: white;
     text-shadow: 0 0 1px rgba(255,255,255,.25);
     background-color: #9b9ca1;
     background-color: var(--mid);
     background: linear-gradient(to bottom, #e5e5e5, #878787, #5b5b5b);
     background: linear-gradient(to bottom, var(--neutral), var(--grad-2), var(--grad-1));
}
 #login-status {
     color: #e5e5e5;
     color: var(--neutral);
}
 #login-status a {
     color: #e5e5e5;
     color: var(--neutral);
}
 #login-status ul a {
     color: #000880;
     color: var(--sapphire);
}
 #account-topbutton {
     background: #bbb;
     background: var(--light);
     color: #000880;
     color: var(--sapphire);
}
 
/* ADJUST MOBILE IMAGE SIZE */
 #header h1 {
     padding: 0;
     float: left;
     max-height: 95px;
}
 @media (max-width: 479px) {
     #header {
         background-size: 150px 75px;
         background-position: 1em;
    }
}
 @media (min-width: 480px) and (max-width: 580px) {
     #header {
         background-size: 180px 90px;
         background-position: 1em;
    }
}
 @media (min-width: 581px) and (max-width: 767px) {
     #header {
         background-size: 210px 105px;
         background-position: 1em;
    }
}
 @media (min-width: 768px) and (max-width: 979px) {
     #header {
         background-size: 240px 120px;
         background-position: 1em;
    }
}
 @media (max-width: 979px) and (min-width: 768px) {
     #header {
         background-size: auto 88px;
    }
}
 @media (max-width: 767px) and (min-width: 581px) {
     #header {
         background-size: auto 77px;
    }
}
 @media (max-width: 580px) and (min-width: 480px) {
     #header {
         background-size: auto 66px;
    }
}
 @media (max-width: 479px) {
     #header {
         background-size: auto 65px;
    }
}
 
/* HIDE THE HEADER TEXT */
 #header h1 a {
     color: transparent;
     text-shadow: none;
}
 #header h2 span {
     color: transparent;
     text-shadow: none;
}
 
/* TOP MENU */
 #top-bar a {
     color: #bbb;
     color: var(--light);
}
 #top-bar ul li ul {
     border: solid 1px #666;
     border: solid 1px var(--mid-dark);
     box-shadow: 0 2px 6px rgba(0,0,0,.5);
}
 #top-bar ul li a {
     border-left: solid 1px rgba(64,64,64,.1);
     border-right: solid 1px rgba(64,64,64,.1);
}
 #top-bar ul li.sfhover a, 
 #top-bar ul li:hover a {
     background: #333;
     background: var(--dark);
     color: #e5e5e5;
     color: var(--neutral);
     border-left: solid 1px rgba(64,64,64,1);
     border-right: solid 1px rgba(64,64,64,1);
}
 #top-bar ul li.sfhover ul li a, 
 #top-bar ul li:hover ul li a {
     border-top: 1px solid #333;
     border-top: 1px solid var(--dark);
}
 #top-bar ul li.sfhover a:hover, 
 #top-bar ul li:hover a:hover {
     background: #999;
     background: var(--mid-light);
}
 #top-bar ul li ul a, 
 #top-bar a:hover {
     color: #e5e5e5;
     color: var(--neutral);
}
 
/* SIDE MENU */
 .menu-item > .image {
     filter: hue-rotate(236deg) saturate(50%) brightness(111%) !important;
     -webkit-filter: hue-rotate(236deg) saturate(50%) brightness(111%) !important;
}
 #side-bar .side-block {
     border: 1px solid #333;
     border: 1px solid var(--dark);
     background: #e5e5e5;
     background: var(--neutral);
     border-radius: 0px;
     box-shadow: 0 2px 6px rgba(102,102,102,.5);
}
 #side-bar .heading {
     color: #333;
     color: var(--dark);
     border-bottom: solid 1px #000880;
     border-bottom: solid 1px var(--sapphire);
}
 #side-bar p {
     margin: 0;
}
 #side-bar div.menu-item {
     margin: 2px 0;
}
 #side-bar .collapsible-block-folded {
     background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Asapphire/sapphire-expand.png) 0 2px no-repeat;
}
 #side-bar .collapsible-block-unfolded-link {
     border-bottom: solid 1px #333;
     border-bottom: solid 1px var(--dark);
}
 #side-bar .collapsible-block-unfolded-link .collapsible-block-link {
     color: #333;
     color: var(--dark);
}
 #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
     color: #666;
     color: var(--mid-dark);
}
 #side-bar .floating-ad img {
     border-radius: 0px;
     filter: hue-rotate(236deg) saturate(50%) brightness(111%);
     -webkit-filter: hue-rotate(236deg) saturate(50%) brightness(111%);
}
 
/* SIDEBAR CHANGES PER NAV UPDATE */
 #side-bar .side-block[style="background-color: #fff0f0;"] {
     background-color: #E5E5E5 !important;
     background-color: var(--neutral) !important;
}
 #side-bar .side-block[style="background-color: #e5e5ff;"] {
     background-color: #E5E5E5 !important;
     background-color: var(--neutral) !important;
}
 
/* YUI-TABS */
 .yui-navset .yui-content {
     background-color: #e5e5e5;
     background-color: var(--neutral);
}
 .yui-navset .yui-nav a, 
 .yui-navset .yui-navset-top .yui-nav a {
     background-color: #333;
     background-color: var(--dark);
}
 .yui-navset .yui-nav .selected a, 
 .yui-navset .yui-nav .selected a:focus, /* NO FOCUS EFFECT FOR SELECTED */
 .yui-navset .yui-nav .selected a:hover { /* NO HOVER EFFECT FOR SELECTED */
     background: #333;
     background: var(--dark); /* SELECTED TAB BACKGROUND */
     color: white;
}
 .yui-navset .yui-nav a:hover, 
 .yui-navset .yui-nav a:focus {
     background: #bbb;
     background: var(--light);
     text-decoration: none;
}
 .yui-navset .yui-nav, 
 .yui-navset .yui-navset-top .yui-nav {
     border-color: #333;
     border-color: var(--dark);
}
 .yui-navset li {
     line-height: normal;
}
 
/* AYERS' INFO MODULE */
 :root {
     --cutColour: #050505;
     --barColour: #151A61;
}
 
/* INFO PANE */
 .rate-box-with-credit-button {
     background-color: #151a61 !important; 
     background-color: var(--sapphire-muted) !important;
     border: 1px solid #151a61 !important;
     border: 1px solid var(--sapphire-muted) !important;
     border-radius: 0 !important;
     box-shadow: 1px 1px 3px rgba(0,0,0,.5) !important;
}
 .rate-box-with-credit-button .creditButton p a {
     border-left-color: #666999 !important;
     border-left-color: var(--sapphire-light);
}
 .rate-box-with-credit-button .page-rate-widget-box .cancel {
     border-radius: 0;
}
 .rate-box-with-credit-button .fa-info:hover {
     color: #666999 !important;
     color: var(--sapphire-light) !important;
}
 .rate-box-with-credit-button .page-rate-widget-box .rate-points {
     border-left: 0;
}
 .close-credits {
     filter: hue-rotate(236deg);
}
 .modalbox {
     box-shadow: 0 1px 10px rgba(39,51,221,.3) !important;
}
 
/* RATING MODULE */
 .page-rate-widget-box .rate-points {
     background-color: #151a61 !important;
     background-color: var(--sapphire-muted) !important;
     border: solid 1px #151a61;
     border: solid 1px var(--sapphire-muted);
     border-radius: 0;
}
 .page-rate-widget-box .rateup, 
 .page-rate-widget-box .ratedown {
     background-color: #e5e5e5;
     background-color: var(--neutral);
     border-top: solid 1px #151a61;
     border-top: solid 1px var(--sapphire-muted);
     border-bottom: solid 1px #151a61;
     border-bottom: solid 1px var(--sapphire-muted);
     font-weight: bold;
}
 .page-rate-widget-box .rateup a, 
 .page-rate-widget-box .ratedown a {
     background: none;
     color: #151a61;
     color: var(--sapphire-muted);
     padding: 0 4px;
     margin: 0 1px;
}
 .page-rate-widget-box .rateup a:hover, 
 .page-rate-widget-box .ratedown a:hover {
     background: #151a61;
     background: var(--sapphire-muted);
     color: white;
     text-decoration: none;
}
 .page-rate-widget-box .cancel {
     background-color: #151a61;
     background-color: var(--sapphire-muted);
     border: solid 1px  #151a61;
     border: solid 1px var(--sapphire-muted);
     border-left: 0;
     border-radius: 0;
}
 .page-rate-widget-box .cancel a {
     background: transparent;
     color: #666999;
     color: var(--sapphire-light);
}
 .page-rate-widget-box .cancel a:hover {
     border-radius: 0;
     background: #151a61;
     background: var(--sapphire-muted);
     color: white;
     text-decoration: none;
}
 @media (max-width: 767px) {
     #top-bar .open-menu a {
         border: 0.2em solid #999;
         border: 0.2em solid var(--mid-light);
         background-color: white;
         color: #999;
         color: var(--mid-light);
    }
     #side-bar {
         background-color: #666999;
         background-color: var(--sapphire-light);
    }
}
 
/*INTERWIKI */
 .scpnet-interwiki-frame {
     filter: hue-rotate(236deg) saturate(50%) brightness(111%);
}
 
/* SAPPHIRE FORMAT */
 .sapphire-block {
     border: 5px solid #0d0e26;
     background-color: #abafed;
     padding: 0 1em;
     margin: 1em 0;
 
     color: #222;
     font-family: 'Tinos', serif;
     font-size: 12.5pt;
     text-align: justify;
     word-break: unset;
}
 .sapphire-block hr {
     background-color: #0d0e26;
     border: none;
     margin: auto;
     height: 2px;
     width: 100%;
}
 .sapphire-lite-hr hr {
     background-color: #0d0e26;
     border: none;
     margin: auto;
     height: 2px;
     width: 45%;
}
 div.sapphire-excerpt {
     border: 1px solid #0d0e26;
     background-color: #dedfed;
     padding: 0 1em;
     margin: 1em 2em;
}
 .sapphire-heading-2,
 .sapphire-heading-3,
 .sapphire-heading-4 {
     color: #151a61;
     color: var(--sapphire-muted);
     font-weight: bold;
     word-break: unset;
     line-height: 120%;
}
 .sapphire-heading-2 { font-size: 150%; }
 .sapphire-heading-3 { font-size: 130%; }
 .sapphire-heading-4 { font-size: 120%; }
 
/* MOBILE VIEW */
 @media (max-width: 479px) {
     div.sapphire-excerpt {
         margin: 1em 0;
    }
}
 @media (min-width: 480px) and (max-width: 580px) {
     div.sapphire-excerpt {
         margin: 0.5em;
    }
}
padlock.png

NOTE: YOU ARE VIEWING AN ARCHIVED ITERATION OF THIS FILE.

This file is a previous iteration of an active document. It has been locked and archived. Any information contained within may be inaccurate or fail to reflect the most recently available data.

— Maria Jones, Director of RAISA

Item#: xxxx
Level2
Containment Class:
keter
Secondary Class:
none
Disruption Class:
keneq
Risk Class:
notice

Special Containment Procedures: Foundation personnel embedded in scientific agencies are to discourage research into Styx, if SCP-XXXX's is uncovered the research is to be suppressed and the individuals responsible administered Class-C amnestics.

SCP-XXXX-1 is to be monitored by two (2) level 2 researchers for SCP-XXXX-A, SCP-XXXX-B, SCP-XXXX-C, and SCP-XXXX-D events. SCP-XXXX-1 is be used by the Intelligence Agency for intel gathering purposes. Recordings of SCP-XXXX-1 are available for level 3 researchers.

The real identities of SCP-XXXX-2A and SCP-XXXX-2B are currently being investigated.

The website www.██████████████████.radio has been blocked by internet service providers world-wide in order to prevent public knowledge of SCP-XXXX-1. The Foundation is working to encourage the growth of radio alternatives such as podcasts and on-demand music streaming services.

SCP-XXXX-A events are self-containing due to their anomalous nature.

During a SCP-XXXX-B event Mobile Task Force Chi-2 ("Trivial Matters") is to attempt to win any anomalous items being offered. Any items won by GoIs are to be listed in SCP-XXXX-B Unconditioned Items Log. Any items won by civilians are to be tracked down and civilians administered Class-C amnestics after an investigation on how they gained knowledge of SCP-XXXX-1, with appropriate follow-up measures to remove their knowledge of SCP-XXXX-1 and ability to access SCP-XXXX-1.

Any SCP-XXXX-C events affecting civilian are to be given Standard Cover Story 739 ("Prank Show"). SCP-XXXX-C events affecting GoIs are not to be acted upon.

During a SCP-XXXX-D-1 event affected radio programs are to be jammed, any media created during a SCP-XXXX-D-2 event is to be incinerated.

Description: SCP-XXXX is a space station orbiting Styx, one of the moons of Pluto. SCP-XXXX is 250 meters x 400 meters x 200 meters. SPC-XXXX uses Thaumic Gateways1 in order to transmit SCP-XXXX-1. How or when SCP-XXXX began orbiting Styx is currently unknown.

SCP-XXXX-1 is a satellite radio show operating under the title "The Cosmic Comptrollers Rippy Fresh And Zig Zag". SCP-XXXX-1 is formatted in a talk show hosted by SCP-XXXX-2A2 and SCP-XXXX-2B3. SCP-XXXX-1 covers news relating to the anomalous community with a focus on GoI-004C ("Church of Maxwellism"), how SCP-XXXX-2A and SCP-XXXX-2B gain this information is currently unknown. In addition to covering the news, SCP-XXXX-1 features a number of skits between SCP-XXXX-2A and SCP-XXXX-2B, as well as phone calls from listeners. SCP-XXXX-1 operates on a subscription model, selling it as a yearly subscription on www.██████████████████.radio. SCP-XXXX-1 has been operating since 1979, during which it was grown in popularity among the anomalous community. SCP-XXXX-A to SCP-XXXX-D are events caused by SCP-XXXX-2A and SCP-XXXX-2B.

SCP-XXXX-2A and SCP-XXXX-2B are two individuals who have shown to possess a high level of Thaumic abilities, both claiming to have studied at Cailleach's School For Mages in Hy-Brasil.

SCP-XXXX-A events are interviews between SCP-XXXX-2A and SCP-XXXX-2B and an individual who is either a known public figure by the general public or within the anomalous community. After the interview affected individual forgets the SCP-XXXX-A event having taken place.

SCP-XXXX-B events are trivia contests hosted by SCP-XXXX-2A and SCP-XXXX-2B, much of the questions have concerned esoteric or anomalous subjects with a item being offered as a prize to those who answer correctly. 80% of the items that have been offered are anomalous. The item being offered has been found in 67% of cases to relate to the subject matter of the question. The description of the items being offered are oftentimes vague. If a subject answers a question correctly the item will be found by the subject within two (2) weeks, the mechanism by which this happens is unknown. Notable SCP-XXXX-B events are included below. See SCP-XXXX-B Event Log for all SCP-XXXX-B events.

Date: 3/22/2008
Question Subject: French Medieval History
Prize Described As: "A tasty treat that gives what you need to kill a dragon."
Prize: A long sword made of chocolate.
Notes: D-353876 was instructed to eat part of the chocolate, D-353876 said that she "felt like had the souls of a thousand warriors inside her." upon farther testing D-353876 was shown to have a skill level similar to a highly trained swordsman.

Date: 8/17/2012
Question Subject: Parageology
Prize Described As: "A gem that's out of this world."
Prize: A ██ carat 13 cm x 6 cm x 6 cm piece of grandidierite with a Hume level of 86, other than the high Hume level, testing has revealed no other anomalous properties.
Notes: Grandidierite is one of the rarest gemstones in existence, an evaluation of the grandidierite estimated its value to be $███,███.

SCP-XXXX-C events are practical jokes carried out by a variety of methods (phone calls and individuals being paid to act on the behalf of SCP-XXXX-2A and SCP-XXXX-2B being the most common). SCP-XXXX-C events are most likely to affect anomalous individuals or GoIs. Notable SCP-XXXX-C events are included below. See SCP-XXXX-C Event Log for all SCP-XXXX-C events.

Date: 5/12/2014
Target: The Acting Director of the Global Occult Coalition
Practical Joke Type: Phone Call
Incident: The Acting Director of the Global Occult Coalition was expecting a call from the leader of the Servants of the Silicon Nornir, upon answering the phone SCP-XXXX-2A and SCP-XXXX-2B played Never Gonna Give You Up by Rick Astley.
Reason: [DATA EXPUNGED]
Follow-up: None.

Date: 11/22/1987
Target: The City Of Chicago
Practical Joke Type: Broadcast Signal Hijacking
Incident: See SCP-XXXX-C Event 11/22/1982-3 for full report.
Reason: A reaction to the display of the anart piece The Newspaper in the Milwaukee Anart Under-Museum, SCP-XXXX-2A saying that it was "The same old [EXPLETIVE] that AWCY keeps remaking."
Follow-up: Mass use of amnestics was deemed unnecessary due to no anomalous effects being present, instead investigations into the incident were hindered.

During a SCP-XXXX-D-1 event SCP-XXXX-1 starts broadcasting on an unused FM band within a populated area, these events are called "A taste of the best talk show this side of Jupiter" by SCP-XXXX-2A and SCP-XXXX-2B. During a SCP-XXXX-D-2 event a number of flyers advertising SCP-XXXX-1 will appear in public areas with a QR code to access www.██████████████████.radio, despite being block by internet service providers world-wide these QR codes still lead to www.██████████████████.radio.

Access Incident Report XXXX-RY-523 [Level 3 Clearance Required]

NOTE: You are currently viewing an outdated iteration (6/17/2017) of this document. To view a more recent revision, click here.

https://commons.wikimedia.org/wiki/File:3C236_Hubble.jpg

http://www.scp-wiki.net/scp-4028
http://www.scp-wiki.net/scp-4475
http://www.scp-wiki.net/ute-1919-discofather

https://commons.wikimedia.org/wiki/File:Arthur-Pyle_Sir_Gawaine_the_Son_of_Lot,_King_of_Orkney.JPG

https://commons.wikimedia.org/wiki/File:Transgender_Pride_flag.svg

http://scp-wiki.wdfiles.com/local--files/second-hytoth-hub/second_hytoth_logo2.png

https://commons.wikimedia.org/wiki/File:ECB_Hazard_Symbol_T.svg