scp-000000000

WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.

Wow! You flipped a card and got: ThatDudeOverThere Greenlight Proposal!!! You ca reload the page or go to the next.
DATE: 12 Jul 2021 03:06

Seeking Greenlights: Yes

Page Type: SCP Article

Genre: Drama -> Tragedy

Page Layout:

Elevator Pitch: The Velveteen Rabbit only chopped and screwed (in a metaphorical sense) with an inverted ending

Central Narrative: During the Search and Rescue phase of Site-[Redacted], the SR team encounters a stuffed kangaroo trying to dig her owner out of the rubble. Its confirmed that before the containment breech she was an nonanonomous item and is thus confiscated by the foundation and contained. Being based of an educational children's show and an offhand remark by an interviewer that maybe if she becomes useful to the foundation, she will see her owner again, she requests various textbooks while in containment and though hard work and a realistic time frame, starts contributing to the Foundation.

Hook/Attention-Grabber: Containment Procedures becomes more lax as she is integrated into the foundation until there is an incident in which it gets rolled back

Additional Notes: This work is primarily built off of inspiration from SCP-5031 and SCP-5094. The former is what gives the Foundation the breadth to take the doll's work seriously, while the latter is what shapes individual interaction with her (those too old or young to remember children's show are alot more wary of the doll then those who do)
Wow! You flipped a card and got: The Gemini Incident!!! You ca reload the page or go to the next.
DATE: 12 Jul 2021 00:24

Her Majesty's Government.


As of effective immediately, The SCP Foundation's access to HMS-XXXX must be disallowed to all degrees. The Foundation as a whole or a single or a group of Foundation representatives have broken the Gladstone protocol. On the day of [To be inserted], Foundation researchers failed to relay the information to either of our liaisons at Site-32. Subsequently, they caused either purposeful intent or an act of negligence in the death of Paul Fredericks.

It is to be known that neither the Government nor the Round Table accepts the Foundation's overarching hegemonic power structure. At this present time, The Round Table has agreed not to escalate this further pending future indictments. A member of Round Table approved staff will now research HMS-XXXX. The Foundation will receive information about HMS-XXXX only after it has been heavily scrutinised.

We do not wish ill intent on the Foundation. We have worked closely for many years, but the Round Table and Her Majesty's Government will not be bullied or taken advantage of. We work as equals, not lessers. This must be understood. The Round Table must be understood.

Cloak and Dagger operations pertaining to the indoctrination of junior liaison O'Hara is unacceptable. We must insist that this charade is ended. Now. If O'Hara wants to join the Foundation officially, it will be handled through regular channels.

Make no mistake.

We are watching you.

We are not amused.


All following information is restricted to personnel authorised by the UK Government and Round Table hitherto the Gemini Incident.

Item #: HMS-XXXX (Albion)

Object Class: Euclid

Containment Procedures: HMS-XXXX (Albion) is to be spoken to cordially and respectfully when it awakes, personnel are not to engage in conversation with HMS-XXXX (Albion) unless XXXX requests so personally. Questions may be asked as long as the answers are recorded. Requests of any sort are forbidden, including but not limited to, Moving Limbs, Breathing Fire etc. All personnel will regard XXXX with the same respect and courtesy as one would royalty.

Description: SCP-XXXX (Albion) is a supermassive sentient biomass, most commonly known as a dragon. Up to 90% of the landmass of the UK is situated on its back. HMS-XXXX (Albion) is fully cognizant and capable of speech. The only visible part of HMS-XXXX (Albion) is located in the Upholland region of Lancashire.

Addendum: HMS-XXXX should be referred to by his given name 'Aerouant'
Wow! You flipped a card and got: GreenGolem3!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 23:05

rating: 0+x
blank.png
The ListPages module does not work recursively.

:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

Special Containment Procedures: There is no known way to effectively neutralize or contain SCP-XXXX. Instead, Mobile Task Force Beta-54 ("Imposters") are to work with Global Occult Coalition Strike Team 2348 to track down and dismantle any groups that are formed as a result of SCP-XXXX, as well as amnestize it's members.

Information produced by groups associated with SCP-XXXX that is Level 4 Classified or more is to be immediately destroyed. Any information Level 3 Classified or below is to be archived for later review.

If a group stemming from SCP-XXXX gets enough public recognition that it would make forcefully dismantling it cause suspicion, then resources are instead to be dedicated to causing the group's collapse in other ways, such as inducing financial problems within the group, stirring controversies that would split up people within the group, or filing copyright claims.

Due to the lack of information pertaining to how many people SCP-XXXX effects, this anomaly was given the disruption classification "Uncertain" until further notice.

Description: SCP-XXXX is a phenomenon where certain groups of people begin documenting and forming tales and stories of the SCP Foundation and Global Occult Coalition despite having no prior knowledge of the two agencies before writing. It should be known that this phenomenon does not give people the compulsion to join any individual group, but rather gives them the compulsion to write about the two agencies and share their work with others.

Whenever a group associated with SCP-XXXX documents anomalies, any person or thing writing about anomalies for said group inadvertently describe anomalies in the possessed by or interacted with by the SCP Foundation or the Global Occult Coalition. However, wording or style of documents written by these groups do not always align with that of the SCP Foundation. This fact has made this anomaly difficult to control, since Foundation documents cannot be fully cross-checked with documents circulating on the internet. Upon linking of images on the pages of certain cognitohazardous anomalies, the effects of the image are identical to that of their SCP Foundation counterpart.

Every person affected by SCP-XXXX, upon interrogation, has been unable to describe any motive or inspiration behind whatever was written by them, instead claiming that they only have done so for fun (See Addendum XXXX-2).

SCP-XXXX causes an estimated 300 groups to form each month around the world, and affects an unknown number of individuals not part of said groups. Due to the potential breach of secrecy for the SCP Foundation and the Global Occult Coalition, the two foundations have decided to work together to suppress any information leak stemming from SCP-XXXX, and conduct research into possible neutralization methods of SCP-XXXX.


Addendum XXXX-1: Discovery

From 4/12/2001 to 7/16/2014, a large amount of groups were detected whose documents matched up with that of the SCP Foundation. Further interrogations commenced, and it was confirmed that no member of said groups had any prior knowledge of the SCP Foundation and it's activities. Majority of members thought of the documents created by their own members to be purely works of fiction rather than actual truth.


Addendum XXXX-2: Archived Groups

An archive of notable and larger communities and some documents pertaining to them have been documented below. Non-English communities have been translated to english for archival purposes as well.

Group Name Method of Dismantlement Archived Information
The SPF Foundation Due to the name, identification of the group was easier. However, at the time of discovery, MTF Beta-54 was not created, meaning that this group grew significantly in size before discovery. Bots were deployed to spam the forums present on the site, causing a plummet in popularity. Group forcefully dismantled afterwards. The SPF Foundation (Stabbing Poor Folks) documented nearly 900 anomalies, all of which were determined to match up with Foundation files. Those documented were generally of keter-class entities. Upon further interrogation, the groups members claimed to get enjoyment from writing about keter entities rather than safe or euclid ones.
The OPA Due to the fact that MTF Beta-54 was tasked with tracking down groups with documents similar to that of the Foundation, the OPA was not discovered by Beta-54. The Global Occult Coalition on 4/12/2005 discovered the OPA and it's activities, and due to the size it grew to, contacted the SCP Foundation to help dismantle the group. A Copyright claim was fabricated that was able to strike down the community. Further splinter groups were quickly dismantled. The OPA (Occult Protective Agency) was one similar to that of the Global Occult Coalition, that wrote tales about the neutralization of anomalies. Due to the fact that the group did not document Foundation anomalies, alongside the difference in mission statement, this group was assumed to not be a result of SCP-XXXX. Due to the agreement between The Global Occult Coalition and the SCP Foundation, any further documentation of the OPA has been deleted from the archive.
The Paranormal Writing Club Members of the groups were tracked down and amnestized, and documents from the Club were archived. The Paranormal Writing Club was not run over the internet, but rather its members had meetings where anomalies were written over paper. This group showed interest in documenting memetic-based anomalies more than anything else, and filled in anomalies related to memetics in their proper slots despite not having prior knowledge of which numbered anomalies were memetic-based. Because MTF Beta-54 was only geared to detect anomalies over the internet and a group being run over paper was not conceived of as of yet, this group went unnoticed until Field Agent ████ accidentally discovered it in an investigation of a separate anomaly. Methods of scanning for SCP-XXXX related groups have been revised to account for writing groups following this,
The Archive of Anomalous Entities All documents containing cognitohazards or images identified as dangerous were deleted. Group dismantled and members amnestized. The Archive of Anomalous Entities is a group of people who didn't have much experience in writing, but rather in graphic design. These group members created images of anomalies that are true-to-life with no prior knowledge about them, even creating images of anomalies which did not contain images on the original files. Non-Dangerous images have been archived.
The PIA Due to this group's open involvement in investigation of anomalies, Beta-54 had no trouble tracking down it's members. The agency was dismantled and all members that could be found were captured and held in confinement. The members that could not be found went on to form the "Private Anomaly Investigation Committee", to investigate anomalies separate from any government agency or foundation. Members of the Private Anomaly Investigation Committee are yet to be found, and any information about their whereabouts are to be reported to Researcher Helge immediately. The PIA (Paranormal Investigation Agency) started from a private investigator when they were affected by SCP-XXXX. Upon continuous writing of entries into the database for fun, they figured out about the legitimacy of the documents after writing entries for various memetic based anomalies. Upon further investigation and eventual discovery of the SCP Foundation, the private investigator figured out about SCP-XXXX and it's effects, and found a workaround to document anomalies on his own accord (Using Symbols and Letters not associated with numbers). This individual contacted other investigators and formed the PIA as a result to investigate anomalies. Documents found from this person and a search of the primary agency building led to the discovery of SCP-████, SCP-████, and SCP-████. Several more anomalous objects are suspected to be in the possession of the Private Anomaly Investigation Committee.

Wow! You flipped a card and got: I Am A Coyote!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 21:23
rating: 0+x

WARNING: THE FOLLOWING FILE IS OUTDATED


THE FILE WILL REMAIN FULLY ACCESSIBLE UNTIL THE UPDATED VERSION IS CONFIRMED. UPDATED VERSION CAN BE FOUND BELOW THIS FILE.

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is to be contained within a reinforced medium sized dog pen in Biological Site-202, Califronia. The specimen is to be regularly provided with the prescribed dietary requirements of a 27kg coyote.

SCP-XXXX is to be contained within a medium sized terrestrial environment in Biological Site-104. The subjects behavior and diet are to be recorded three times a day at day break, noon and dusk.

SCP-XXXX is to be contained within Biological Research Site-95's sole all purpose automated examination chamber. Regular scans are to be preformed on every aspect of its philology, biology and behavioral regiments at-least once every hour, in order to ensure all potential anomalous properties are cataloged.

Description: SCP-XXXX is a male coyote weighing approximately 27kg with a height of 70cm from the shoulder. SCP-XXXX is capable of vocalizing speech indistinguishable from that of a human despite having no obvious physiological means of doing so, commonly stating: "I am a coyote". SCP-XXXX has never been observed to vocalize anything other than this statement.

When initially discovered SCP-XXXX was seen to follow a foundation field detachment in the Nevada desert for several miles before eventually approaching them and exclaiming "I am a coyote". During its capture, contrary to most wild coyotes, SCP-XXXX was extremely docile and was not alarmed when handled. Since its containment, the behavior of SCP-XXXX has varied wildly and follows no particular or otherwise discernible pattern other than its frequent statements that it is a coyote.

All individuals to have come into contact with or otherwise be sufficiently informed of SCP-XXXX will express the opinion that is in-fact not a coyote, the possibility of a memetic effect emitted by SCP-XXXX has been considered but not confirmed.

Addendum:

SCP-XXXX Observation Logs - Dr. Collie.

22/05/19██ - Notable Behavior: Since I've been assigned to the anomaly I've noticed some odd behavior, most notably when it bashed several apples against the cage.

23/05/19██ - Constant Screeching: Won't stop shouting "I'm a coyote" over and over again. I can't take my mind off of it anymore.

24/05/19██ - Possible Shape Shifting Abilities: Subjects fur-pattern has changed over the last day or so. Specifically, I'm almost certain that a slightly darker patch of fur has moved several centimetres along the side of the torso toward the head.

29/05/19██ - Possible Physiological or Spacial Anomaly: Specimen has eaten ~7 times its own body-weight in food after breaking out of the pen. Does not seem to show any ill-effects, nor does it weigh any heavier. Requesting transfer to a site with more equipment than a Petco.

06/06/19██ - Nothing Out of The Ordinary Somehow: Scans all showed up with nothing weird - which is weird in of itself considering the food incident. Every scan I've ran comes up with what you'd expect from your usual coyote, from what I'm looking at it shouldn't have been able to fit that much food inside its stomach; still considered a spacial anomaly but having it eat while under X-ray just showed the food passing through the digestive tract. I'm still going to send its blood up to the lab for examination.

09/06/19██ - Attention Seeker: Keeps scratching on the glass whenever I'm not looking at it.

10/06/19██ - Attention Seeker Part 2 Electric Boogaloo: Scratching continues, going to need to order new glass at this rate.

11/06/19██ -Higher Intelligence?: I took a closer look and the scratch marks today and it seems to form some letters - One I, Two As, and a C.

12/06/19██ - Moving Again: It feels odd to attribute such intent to an animal but I think it's lying. It has to be, right? All this weird shit, it can't just be a coyote.

Honestly… from the way its staring at me I think it knows I'm onto it.

17/06/19██ - Blood Result: The blood results came back, the lab was really confused about it. When they initially looked at the sample all of what you'd typically expect to be iron was gold instead - for about 10 minutes before it went back to iron. They didn't have the time to take a good look, apparently.

22/06/19██ - Reality Manipulation?: I swore its eyes were blue yesterday. Went to check camera feed. The thing was staring directly into it with bright green eyes… it was sleeping all day yesterday. I've had enough of this cat a mouse with me trying to catch it in the act, I'm transferring to Site-95.

02/07/19██ - Its Pretending: Since I moved it into the automated examination chamber, it hasn't moved a muscle, It hasn't done a thing… other than tell that god forsaken lie. Equipment is falling for it so I'm pondering about exploring an alternative route.

02/07/19██ - Bringing in SCP-███: It sounds ludicrous when I say it out loud but this is the only way I'll ever know the truth, it says ███ always tells the truth.

02/07/19██ - SCP-███ is lying: I held it in my hand and the ink rolled up my arm. "It is the coyote". I'm going for a coffee before I break something - don't care if it's midnight.

Incident Report XXXX-A: SCP-XXXX cross-anomaly containment breach.

Date: 02/07/19██ 00:21

Report: No footage exists of the incident due to the nature of the incident, instead the report relies on first hand accounts of the incident.

00:21: Site systems were manually hacked and thus accessed without authorization.

00:22: Failure of all primary and secondary facility systems including the lighting and camera network.

00:25: Complete failure of multiple containment systems within the facility.

00:30: On-site security overwhelmed - full evacuation ordered.

00:42 Mobile Task Force Lambda-7 'Fox Hounds' dispatched to Site-95.

01:15 Evacuation complete, minimal casualties reported.

01:45 Arrival of MTF Unit Lambda-7.

02:22 All SCPs confirmed to be re-contained with the facility's systems fully functional again.

Large quantities of ink produced by SCP-███ were found throughout Site-95 post incident, with particularly large amounts present in the sites control room. Although believed to have been trapped in its containment due the exit door having been found to be rendered non-functional, SCP-XXXX was also covered in the substance.

[[footnoteblock]]


Wow! You flipped a card and got: SCP-6106!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 20:19
rating: 0+x

Special Containment Procedures:

Description: SCP-6106-A appears to be a metal neckless, approximately 16 inches in height. If an individual interacts or wears the object, they will receive mental damage.

Addendum: SCP-6106 was first discovered in [DATA EXPUNGED] after [REDACTED]. It was then transported to Site-19 via [DATA REDACTED].

[[footnoteblock]]


Wow! You flipped a card and got: Zoms101's Contained Granules of Silica!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 17:29

Link to Idea Critique Forum post- plz greenlight

A Darkened Figure

1,475 Words

Something was down there; Hans was sure of it.

He had been against boarding the HMS Dunedin, a drifting cruiser in the middle of the Atlantic, but as a lowly Matrosengefreiter Hans had no say in the matter.

Now he was sure his commanding officer was dead. While he remained on deck, Schwarz had descended into the cargo hold with three other men; six minutes later Hans heard muffled screams and gunshots. By the time he worked up the courage to descend the stairs himself, the struggle was over.

Erie silence inundated the ship, only broken by the hull creaking in protest against the cold, rising waves breaking upon it. Hans gripped his Kar98k and felt the salty Atlantic sea spray pelt his exposed face. The rest of him was covered in a wet parka. Swallowing his fear, Hans slipped his bayonet out of its pouch and over the muzzle of his rifle and took the first step of the stairway carefully.

He held the rifle in front, his finger around the trigger and the safety off. A round sat ready in the chamber. As he passed a caged bulb set into the stairwell, his shadow danced across the left wall and disappeared into the blackness below.

Coming to the base of the metal stairway, Hans cautiously turned the corner, leading with the gun, and sighted down a long, empty corridor lit by three more caged bulbs. The moonlit deck and noises of the ocean were replaced by the stink and vibrations of the dank, musty bowels of light cruiser on wartime patrol.

The long hallway had four doors, two per side, each set opposite another. The corridor ended in an additional that ran perpendicular to the first, forming a T-shape. A body lay in the second door on the right side, the heavy, metal hatch half-open. A dark liquid pooled outside the opening. Similarly colored spray was slowly running down the wall at the end of the passageway, flowing around two large gashes in the metal and a scattering of bullet holes.

Hans crept forward, never lowering his rifle, and tested the handles of the first two doors on each side. They were locked. Coming upon the last two, Hans moved to the side of the body in the door. He glanced down the corridor, found it still empty, and knelt down to check the kriegsmarine-uniform-clad corpse. A lengthy, deep gash cut into the right side of Schwarz’s neck, almost severing his head. No more blood came from the wound; all of it had drained onto the floor.

Releasing the body and taking up his rifle again, Hans stepped over the coagulated puddle and prepared to enter the intersection of the two hallways. Just before reaching it, a loud "clang" sounded from behind him. Turning, he saw a grate had been pried from the floor.

His previously swallowed fear crept back up, and he unconsciously stepped backwards into something leathery. Hans wheeled around and slashed upwards at a dark figure. An inhuman scream emanated from it. Hans froze for only a moment before turning and sprinting back down the corridor towards the stairs. A padding, scraping, galloping sound followed close behind him. He turned at the base of the stairs and blasted a round toward the creature.

The muzzle flash illuminated a gaunt, dark face drawn tight around an elongated skull, jaws open in a scream to reveal rows of jagged teeth. Two stark white, pinpoint eyes looked back. The round struck the monster in the shoulder, and it stumbled into the wall, black liquid splattering its surface.

Hans turned again and ran, now driven purely by fear. Up the stairs he bounded, coming to the deck and leaning over the railing. His ship’s lights beckoned in the distance.

Spinning one final time, Hans saw the creature clawing out of the darkness below and onto the deck. They locked eyes.

Hans pushed himself over.

Just as he cleared the edge, a scream came from right behind him. Hans felt a sharp pain draw across his side as he plummeted into the dark, frigid, water below.


I recently came across some interview and incident reports that seem to pertain to SCP-015-IT. These go back further than any Foundation and Brotherhood of Saint George's Knights records I've been able to find. Oddly enough, there seem to be no official Kriegsmarine reports to corroborate them.
-Dr. Lander

»Loading attachments…
»Done.1


Wow! You flipped a card and got: Moon's practice zone!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 09:34
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Keter

Special Containment Procedures: Instances of SCP-XXXX are to be stored in a Standard Containment Unit at Site- ██.
A weekly sweep at Site-██ is to be conducted by the Anomalous Item Containment Team with additional focus on hard to reach areas. SCP-XXXX instances have been known to inhabit. Recovered Instances are to be stored in separate Containment Units.

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: Darkshadow7373!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 08:07
rating: 0+x

Special Containment Procedures: SCP-XXXX is kept surrounded by five Scranton Reality Anchors at all times. The Reality Anchors were put into SCP-914 and refined to "fine" before being put to use. SCP-XXXX-1, SCP-XXXX-2, SCP-XXXX-3, SCP-XXXX-4 and SCP-XXXX-5 are kept in containment Site-██ where they have been provided with living quarters, entertainment (according to their requests, a gaming setup and a television). Only after the approval of an O5 command member are SCP-XXXX-1, SCP-XXXX-2, SCP-XXXX-3, SCP-XXXX-4 or SCP-XXXX-5 to be allowed inside the active zone of SCP-XXXX.

Description: SCP-XXXX is a burnt castle in ███████, Italy. SCP-XXXX has been observed to have taken no structural damage even when bombs of various sizes were detonated inside of it. Detonation of a hydrogen bomb was requested by Dr. ███████. Request denied. SCP-XXXX is able to successfully contain any entity that is placed inside any room in it. Different entities are contained with different methods but aAll the doors of SCP-XXXX change their size according to the size of the entity that is in front of it. There is a door in the second floor of SCP-XXXX which leads to a room containing a bookshelf which has books written in an unknown language. The books in SCP-XXXX were sent in for decryption and have not been decrypted yet. The bookshelf in the same room cannot be moved by anyone except SCP-XXXX-1, SCP-XXXX-2, SCP-XXXX-3, SCP-XXXX-4 and SCP-XXXX-5. There is a door behind the bookshelf which, although can be opened by anyone, causes the individual who is touching it directly to be transported to a random place on Earth. The door is made of [REDACTED]. The door cannot be opened from the inside the room behind the door. All the rooms in the castle adapt according to the entity that is inside them.

The five individuals of American origin, termed SCP-XXXX-1, SCP-XXXX-2, SCP-XXXX-3, SCP-XXXX-4 and SCP-XXXX-5, all of fifteen years of age and male, while appear as normal human beings, acquire powerful reality warping abilities when in a 30 metre radius of SCP-XXXX. SCP-XXXX-1 is able to control the amount of control any reality warper has over their abilities. (See Addendum XXXX-1 Test Logs). This effect stays even when SCP-XXXX-1 loses his abilities on leaving the active area of SCP-XXXX. All of them are extremely co-operative during tests involving SCP-XXXX. Interrogation logs reveal that there were two more reality warpers inside SCP-XXXX.

"SCP-XXXX-7 is a sentient being whose reality warping abilities were so immense that he could've caused a Z-K Class Reality Failure scenario if he wasn't stopped. So you’re welcome." said SCP-XXXX-6 during an interview session with Dr. Schiller. SCP-XXXX-6 has not communicated since. SCP-XXXX-6 was described by SCP-XXXX-4 and SCP-XXXX-5 as "a black smoke cloud that came out of a box, took the shape of a human and disappeared." The box in which SCP-XXXX-6 was contained is yet to be found. SCP-XXXX-5 described it as "a small wooden box and nothing else." According to their descriptions, SCP-XXXX-6 was a being capable of psychic abilities. The whereabouts of SCP-XXXX-6 are currently unknown.

Discovery: SCP-XXXX was discovered in Italy when a Serpent’s Hand member, after killing a civilian, tried to kill one of the people in the crowd but stopped in their tracks and committed suicide. The body disappeared immediately. An agent in the area alerted us of the situation and we sent a Mobile Task Force to provide amnestics to all the witnesses but none of the witnesses recalled any memory of the incident except ten adults and five children. Dr. Max Schiller instructed the MTF team to not give amnestics to the fifteen individuals but to observe their actions until further notice. Two hours and seven minutes after they had gone into the hotel where they were residing, the five children came out of the hotel and were seen walking towards the castle beside the hotel. When the task force tried using thermals to track the children who were inside SCP-XXXX, the thermal camera malfunctioned and a team of five foundation operatives were sent in to follow the children. Communications and recorders malfunctioned when the team was inside SCP-XXXX. Dr. Schiller instructed the MTF team to send in more operatives inside SCP-XXXX. The foundation operatives were not able to enter SCP-XXXX as there was an invisible "barrier" stopping them. After one hour and thirty-two minutes, the five foundation personnel were seen emerging from SCP-XXXX with the five children. One of the children, SCP-XXXX-5 said, "We know everything. We know who you people are. Just take us into containment." They were then taken to Containment Site-██ where they were provided with living quarters and clothes. When asked about what happened inside SCP-XXXX, the five foundation personnel reply that they do not remember anything but a “huge explosion” that they saw when they entered the castle.

Addendum:
Interview Logs

Test Logs

Test XXXX-1
Aim To understand the abilities of SCP-XXXX-2.
Protocol SCP-XXXX-2 was placed within a 30 metre radius of SCP-XXXX and told to open a portal to the 2nd dimension.
A bright sphere of white light appears. A remote controlled toy car is sent into the portal.
Results The toy appears to have become two dimensional. When driven, the car can only move along its x-axis and z-axis. When viewed from above, all the internal workings of the car are visible. The car can still be controlled using its remote. It is clear that the car is fully two-dimensional since when three-dimensional object passes through the car without any resistance when it is travelling through the z-axis. But when a three-dimensional object is passed through the x or y-axis, it collides with the car.
Test YYYY-2
Aim To understand the abilities of SCP-XXXX-1
Protocol SCP-XXXX-2 and SCP-XXXX-1 were both placed in a 30 metre radius of SCP-XXXX. SCP-XXXX-2 was asked to open a portal to the 2nd dimension and SCP-XXXX-1 was asked to decrease SCP-XXXX-2’s control over his abilities.
A dull sphere of white light appears. A remote controlled toy car is sent into it.
Results After the car entered the portal, when a three-dimensional object was passed through the car, it showed resistance and was unable to pass through the car. Even though the car looked like it was two-dimensional, it was three-dimensional.
Note When SCP-XXXX-1 decreases a reality warper’s control over their abilities, the reality warper’s abilities become highly unstable.

[[footnoteblock]]


Wow! You flipped a card and got: SCP-XXXX - Who Is the "I" in Kind?!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 07:19
rating: 0+x

Special Containment Procedures: "Harmony Procedure" 12-A (HP 12-A) is always to remain effective for any education departments worldwide. Should any incidents pertain to HP 12-A criteria, an MTF is to be prepared and deployed to the previously recorded destination detailed within any HP 12-A incident report. Upon arrival, MTF units should dismantle any instances of SCP-XXXX-1 within the appropriate area. Each "essential component" of the SCP-XXXX-1 instance is to remain in a single container. The "essential components" should be separated and incinerated at a later time. Any and all research/rescue operations conducted within SCP-XXXX-2 should be attempted only with three or more armed members of an appropriate MTF. The aforementioned operations should only be conducted post-approval from a site director, or an individual of higher authority within the SCP Foundation. Should any non-authorized individuals return from SCP-XXXX-2, amnestic treatment should be applied when deemed appropriate by the respective leader of any ongoing research into the properties of SCP-XXXX.

Description: SCP-XXXX is a rare phenomenon possessing the potential to affect only a highly specific type of poster most commonly found within education institutions, or recreational facilities worldwide. Such posters are stylized as spelling "Be the I in KND". A wide gap is placed between the "K" and the "N", the intent of such a gap being that an individual will step into it, and thereby spell the word "KIND", with the individual's body acting as the "I". However, if an individual takes the place of the "I" on any such posters affected by SCP-XXXX, they will disappear after remaining stationary for approximately twenty seconds. Posters exhibiting this effect are immediately referred to as "SCP-XXXX-1". SCP-XXXX-1 can then be separated into its "essential components," these being the individual letters that act as the poster's constituents. Upon disappearance after contact with SCP-XXXX-1, individuals have reported themselves in the same location as when they disappeared. Upon further inspection however, no other human activity can be found in the area. This location is referred to as "SCP-XXXX-2". Multiple cases of disappearances linked to SCP-XXXX have been documented, the first being in [REDACTED], Arizona.

OOC note: Currently experimenting with formatting on the Sandbox. This article is far from finished.

Addendum XXXX.1

Two disappearances were noted in [REDACTED], British Columbia. The first occurred on 02/03/2020, where a student of [REDACTED] Secondary School was reported missing. Subject was identified as James Lamry. After having been missing for two days, Lamry reappeared suddenly within the school. Photos taken of the event were seized. Lamry was administered Class-B amnestics shortly after returning. Any other witnesses of the event were administered Class-A amnestics.

IMG_1361.jpeg

Lamry after emerging from SCP-XXXX-1

Shortly after Lamry’s return, another student of [REDACTED] Secondary School was reported missing on 02/10/2020. Subject was identified as Victoria Taylor. After having been missing for two days with no sign of return, Site-32’s Director Constance Marquez requested an investigation launched regarding the disappearances. A small team was assembled and transported to the area of the disappearances. The team was composed of the following members:
- Dr. Felix Eisner
- Commander Camilla Rym of MTF Lambda-5 ("White Rabbits")
- D-3170 (Desmond Ardor – Convicted of conspiring to assassinate multiple members of Congress on 11/04/2013. Sentenced to death)

Addendum XXXX.2

Upon extraction from the field, Dr. Eisner and Commander Rym returned to Site-32. Commander Rym was rerouted shortly afterward. Dr. Eisner filed a form for D-3179 to be reassigned to anomalies of Risk Class Caution or lower.

Investigation into the properties of SCP-XXXX continued. Samples obtained from SCP-XXXX-2 were forwarded to Dr. Hal Jeremiah for composition tests. Dr. Eisner was assigned to the investigation of the phone retrieved from SCP-XXXX-2. All files within were found intact.

Video Investigation has been separated into sections to remain coherent with accompanying documents.


[BEGIN VIDEO – START TIME: 20:07 PST]

[LOCATION: Site-32, [REDACTED], Brazil]

Dr. Eisner sits at his desk. The phone retrieved from SCP-XXXX-2 sits on the counter, attached to a charging cord.

Dr. Eisner: If anyone comes back to actually watch this, I wouldn’t mind if you transferred me to a different office. I’ve been overlooking the vertical maintenance tunnel for probably three years now. Just saying, might be time for a bit of a promotion.

Dr Eisner unplugs the charging cord from the outlet, plugging it into the PC underneath his desk. He opens the various files stored in the phone.

Dr. Eisner: “Vic’s iPhone” huh? This belonged to our person then. Alright, so there’s a folder of notes and a few images, all from recent dates. And… the recent notes seem to be a journal of some sort.

Dr. Eisner proceeds to examine the notes.

Dr. Eisner turns to look directly at the camera.

Dr. Eisner: Look, if you’re going to put me in the one office tucked far away from the others, maybe add a bit of noise cancellation. I can hear the maintenance people opening a valve about fifty meters below me. Or maybe you could relocate me. Maybe.

Dr. Eisner continues to read the notes.

Dr. Jeremiah enters the office. Dr. Eisner turns to face him.

Dr. Eisner: Ah, good. Is this a progress update, or are test results done?

Dr. Jeremiah: Done. Also, very peculiar. Take a look.

Dr. Jeremiah places a diagnostics sheet on the desk. Dr. Eisner picks it up, examining it.

Dr. Eisner: Alright, so high concentrations of cellulose and… looks like some petroleum products. That’s it for the poster? Just paper and ink?

Dr. Jeremiah: The poster itself is fairly unremarkable. The putty should be of more interest.

Dr. Eisner: Elastomers, aspartame, lactic acid, and a few other ingredients. So, chewing gum, along with… what?

Dr. Jeremiah: Not disappointing, is it?

Dr. Eisner: “Combusted organic material. Ash samples match no known organism.”

Dr. Jeremiah: There’s DNA in the sample for sure. The composition doesn’t line up with anything we have on record.

Dr. Eisner: Well, run a few more tests. See if you can’t find a relation to something we do have on record.

Dr. Jeremiah: Will do. How’s the reading coming along?

Dr. Eisner: Most of it is just short journal entries from a high school student. At the point I’ve gotten to, she seems to think it isn’t her that disappeared, but everyone else.

Dr. Jeremiah: I would think the same if there hadn’t been a few kids that managed to get back.

Dr. Eisner: Stands to reason anyone would. Anyway, back to reading.

Dr. Jeremiah: Enjoy. I’ll go test the samples again.

Dr. Jeremiah leaves the office. Dr. Eisner resumes reading the notes.

Dr. Eisner: Let’s have a look at this picture then. Should be the image nearest to the time this was written. And… Yeah, this one’s right.

Dr. Eisner opens the image file.

Dr. Eisner: Exactly like the ones we found. At least things are lining up there. Onto the next entry I suppose.

Upon opening the subsequent document, Dr. Eisner’s eyes widen slightly. He nods.

Dr. Eisner: Well, the start of this one is a little divergent from the last few.

Dr. Eisner leans back in his chair for a moment. He sits upright a moment later.

Dr. Eisner: Last one is here. Let’s see how this goes.

Dr. Eisner closes the final document. He sits in silence for a few moments.

Dr. Eisner: Well… she said she made a drawing of one of the things mentioned in the file. Might as well find that.

Dr. Eisner searches through the phone images. Upon opening a certain image file, he appears to look at the screen in confusion.

Dr. Eisner: Good Lord…

[[footnoteblock]]


Wow! You flipped a card and got: anonyore's not good box!!! You ca reload the page or go to the next.
DATE: 11 Jul 2021 03:44
/* Classic SCP Foundation Theme
 * [2020 Wikidot Theme]
 * Created by Lt Flops
**/
 
/* ---- PAGE WRAP ---- */
 div#container-wrap{
     background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aclassic/classic_body_bg.png');
     background-repeat: repeat-x;
}
 
/* ---- HEADERS ---- */
 span, a{
     word-break: unset;
}
 h1{
     font-size: 190%;
}
 h1, h2, h3, h4, h5, h6{
     font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
}
 #header h1,
 #header h2{
     margin-left: -.16em;
}
 #header h1{
     max-height: 105px;
     margin: 0;
}
 #header h2{
     margin: 0;
}
 
/* ---- SITE HEADER ---- */
 #header h1 a,
 #header h2 span{
     color: transparent;
     text-shadow: none;
}
 #header h1 a{
     font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
     letter-spacing: 0;
}
 #header h1 a::before,
 #header h2 span::before{
     text-shadow: none;
}
 #header h1 a::before{
     content: "The SCP Foundation";
     color: hsl(0, 0%, 93%);
}
 #header h2 span::before{
     content: "To Secure, Contain, and Protect";
     color: hsl(353, 100%, 30%);
}
 
/* ---- TOP MENU ---- */
 #login-status ul a{
    background: hsl(0, 0%, 93%);
}
 #header{
     background: none;
}
 #top-bar ul li,
 #top-bar ul li ul{
     box-shadow: none;
}
 #top-bar ul li ul{
     border-color: hsl(0, 0%, 27%);
     border-style: solid;
     border-width: 0 1px 1px;
}
 #top-bar ul li a{
     border-color: hsl(0, 0%, 27%);
     border-style: solid;
     border-width: 0 0 0 1px;
}
 #top-bar ul li a::before{
     content: "[";
}
 #top-bar ul li a::after{
     content: "]";
     position: relative;
 
/* NOTE: The Top Bar Menu has spaces after each bullet, which is why this is done: */
     left: -.3em;
}
 #top-bar ul li ul li a::before{
     content: unset;
}
 #top-bar ul li ul li a::after{
     content: unset;
}
 .mobile-top-bar{
     bottom: -.5px;
}
 
/* ---- SEARCH BOX ---- */
 #search-top-box input.empty{
     color: hsl(0, 0%, 45%);
}
 #search-top-box-input{
     color: hsl(0, 0%, 5%);
     background-color: hsl(0, 0%, 100%);
     border: 1px solid hsl(0, 0%, 47%);
     border-radius: 0;
     box-shadow: none;
}
 #search-top-box-input:hover,
 #search-top-box-input:focus{
     color: hsl(0, 0%, 5%);
     background-color: hsl(0, 0%, 100%);
     border: 1px solid hsl(0, 0%, 47%);
     box-shadow: none;
}
 #search-top-box-form input[type="submit"]{
     color: hsl(0, 0%, 5%);
     background: hsl(0, 0%, 96%);
     border: 1px solid hsl(0, 0%, 67%);
     border-radius: 0;
     box-shadow: none;
     font-size: 100%;
     font-weight: normal;
}
 #search-top-box-form input[type="submit"]:hover,
 #search-top-box-form input[type="submit"]:focus{
     color: hsl(0, 0%, 5%);
     background: hsl(0, 0%, 87%);
     border: 1px solid hsl(0, 0%, 67%);
     box-shadow: none;
}
 
/* ---- SIDE MENU ---- */
 #side-bar{
     clear: both;
     padding: .78em;
     padding-bottom: 0;
     border: 1px solid hsl(0, 0%, 87%);
     border-radius: 0;
     box-shadow: none;
}
 #side-bar .side-block{
     margin-bottom: .78em;
     background: white;
     border: none;
     border-radius: 0;
     box-shadow: none;
}
 #side-bar .heading{
     padding-left: 0;
     color: hsl(0, 0%, 5%);
     border-bottom: 1px solid hsl(0, 0%, 67%);
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: hsl(0, 0%, 28%);
}
 
/* ---- INFO PANE ---- */
.creditRate{
     margin-right: 0 !important;
     border: none !important;
}
 .rate-box-with-credit-button{
     background-color: hsl(0, 0%, 40%) !important;
     border: none !important;
     border-radius: 0 !important;
     box-shadow: none !important;
}
 .creditButton p a{
     color: hsl(0, 0%, 95%);
     border-left: none !important;
}
 .rate-box-with-credit-button .fa-info:hover{
     color: hsl(112, 100%, 77%);
}
 .modalbox{
     max-height: unset !important;
     border-radius: 0 !important;
     box-shadow: none !important;
}
 
/* ---- PAGE RATING ---- */
.page-rate-widget-box{
     margin-right: 0;
     border-radius: 0;
     box-shadow: none;
}
 .page-rate-widget-box .rate-points{
     background-color: hsl(0, 0%, 40%) !important;
     border: none;
     border-radius: 0;
}
 .page-rate-widget-box .rateup,
 .page-rate-widget-box .ratedown{
     background-color: hsl(0, 0%, 87%);
     border: none;
     font-weight: normal;
}
 .page-rate-widget-box .rateup a,
 .page-rate-widget-box .ratedown a{
     color: hsl(0, 0%, 5%);
}
 .page-rate-widget-box .rateup a:hover,
 .page-rate-widget-box .ratedown a:hover{
     color: hsl(0, 0%, 5%);
     background: hsl(0, 0%, 93%);
     text-decoration: underline;
}
 .page-rate-widget-box .cancel{
     background-color: hsl(0, 0%, 87%);
     border: none;
     border-radius: 0;
}
 .page-rate-widget-box .cancel a{
     color: hsl(0, 0%, 5%);
     text-transform: lowercase;
}
 .page-rate-widget-box .cancel a:hover{
     color: hsl(0, 0%, 5%);
     background: hsl(0, 0%, 93%);
     text-decoration: underline;
}
 
/* ----- GENERAL ----- */
 body{
     color: hsl(0, 0%, 5%);
     word-break: unset;
}
 hr{
     height: 0;
     margin: 1em 0;
     background-color: transparent;
     border-top: 1px solid hsl(0, 0%, 67%);
}
 table.wiki-content-table td{
     background-color: white;
}
 
/* ---- IMAGE BLOCK ---- */
 .scp-image-block.block-right{
     margin: 0 0 1em 2em;
     box-shadow: none;
}
 
/* ---- CLASSIC IMAGE BLOCK DIV ---- */
 .classic-image-block{
     float: right;
     width: 300px;
     margin: 0 0 1em 2em;
     text-align: center;
}
 
/* ---- YUI TABS ---- */
 .yui-navset .yui-nav a,
 .yui-navset .yui-navset-top .yui-nav a{
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: hsl(0, 0%, 100%);
    /* -------- */
     background-image: none;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus{
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: hsl(0, 49%, 91%);
    /* -------- */
     background-image: none;
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:hover{
    /* ---- Tab Background Colour | [SELECTED] ---- */
     background-color: hsl(0, 70%, 35%);
    /* -------- */
     background-image: none;
}
 
/* --- INTERWIKI --- */
 iframe.scpnet-interwiki-frame{
     position: relative;
     width: 17em;
     margin-left: .313em;
     background-color: transparent;
}
 
/* --- SELECTION --- */
 ::selection{
     background: hsl(0, 0%, 83%);
}
 
/* ---- MOBILE MEDIA QUERIES ---- */
 @media (max-width: 767px){
       #side-bar .side-block{
          background-color: hsl(0, 0%, 100%);
     }
      #side-bar:after{
          background-color: hsla(0, 0%, 30%, .2);
     }
}
 @media (max-width: 479px),
 @media (min-width: 480px) and (max-width: 580px),
 @media (min-width: 581px) and (max-width: 767px){
      #side-bar .side-block{
          background-color: hsl(0, 0%, 100%);
     }
      #side-bar:after{
          background-color: hsla(0, 0%, 30%, .2);
     }
      #header, .mobile-top-bar{
          max-width: 95%;
     }
      .mobile-top-bar{
          left: 0;
     }
}
rating: 0+x