NOTICE:
This is a fragment page.
It is an internal page used by the SCP Wiki, and is not meant to be read directly, but included by another. This page should be parented, see above.
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
Secondary Class:
{$secondary-class}
Addendum 001.2: Subsequent Research
Following the Overseer Council's tentative approval, Lague distributed the proposal to the wider Foundation staff in hopes his containment procedures would be followed.
TRANSCRIPT
«BEGIN LOG»
Lague: How long has it been?
Coix: An hour or two. I don't know.
Lague: Still nothing?
Coix: I would've told you if there was.
Lague: Cut the shitty attitude, Ant. I just got my ass handed to me by the Thirteen most powerful people in the world.
Coix: Okay, sorry. I assume it didn't go well.
Lague: It went fine. Not how I wanted, but I got their approval by the skin of my teeth. I'm rethinking this entire thing now.
Coix: I thought the research was sound.
Lague: I did too! But they kept going on and on about how I might've just been rushing into containing those things too fast without understanding them. They must've said 'underestimation' like forty times. Maybe this is just a me thing.
Coix: You got the approval, though. There's clearly some form of confidence in the file and its findings.
Lague: I legitimately don't think that's my saving grace. I thought it would be—
Coix: Wait, wait, wait, wait. You don't think it's real anymore?
Lague: I never said that! I'm just thinking. They made me think. I'm reading over it and I looked at the Kraken guy. What in that would be a random appearance of anomalous phenomena?
Coix: I don't think it's in any myth that the Kraken can make it rain pufferfish… or talk… or do a really shitty parody of the Jedi mind control thing.
Lague: Fuck. Fuck. I wasted my one chance. My one goddamn chance to be taken seriously on snails. I should have known. This place has some of the smartest people working for it and you're going to tell me no one's ever noticed this pattern? No, but I did. The idiot too busy making friends with whatever gets contained had the wits to see some secret ghost that hates containment. I should have known.
Coix: You took a risk. No one can tell you you didn't try.
Lague: Maybe people couldn't fess up to their goofier mistakes! Maybe that's the answer. Fuck. The writing on the wall was right there and I couldn't see it, but, but I could see that containment-hating bastard no one's ever found before. Fucking joke. I literally wrote a file that is me and my own ineptitude on full display. I wrote an entire proposal on it! Then I showed it to the most powerful people in the universe.
(Pause.)
Lague: They're gonna fire me.
Coix: Dude—
Lague: Fuck them. They can fire me — I don't give a shit anymore. I don't care if I'm the last person on the planet who believes in this, but I do. I believe in it. Maybe I can chalk up some of it to ineptitude, maybe. But there was too much unfair bullshit to ignore. I found this anomaly. I did! I did the research; I did the writing; I did that godforsaken presentation and I killed it.
Coix: Hey—!
Lague: I feel like I'm going nuts. I tried — I tried my hardest, man! I can look around and see other people who have so much more experience than me. It was a bumpy road, and I failed. I failed a lot. I probably failed more than anyone else has, right? But now, at least I was given a chance to show that it amounted to something; that all this work, all that failure, all the lessons learned added up to something. But no, I'm the shmuck who shafted himself again because of my own inability to face the fact that I'm not good enough.
Coix: Paul. Liste—
Lague: What's the point? I'm done. Even if they don't kick my ass to the curb I'm done. It's like — you know how couples will date for years then one of them finally proposes and the other says no? This is literally that. The most important moment of my professional life and I'm gonna have to tuck my tail between my legs and go back to grinding monotony as a regular loser. For fuck's sake is that data ever going to come in?
Coix: Like five minutes ago. I've been trying to tell you.
SCP-001 Affected Anomaly
From: Researcher Alex Thorley
Designations: SCP-6848 and SCP-6849
Truncated Description: SCP-6848 is contained in the file of SCP-6849.
Truncated Description: SCP-6849 is contained in the file of SCP-6848.
SCP-001 Influenced Containment Failures
Note: They switched designations after an internet error. Every computer that tried to open either of the files after that melted into warm goo.
— A.T. ✌️
SCP-001 Affected Anomaly
From: Director Randall House
Designation: SCP-5249
Truncated Description: A Class-V Ontokinetic entity responsible for the eruption of Mt. Vesuvius and the destruction of Pompeii.
SCP-001 Influenced Containment Failures
Note: I tried getting the file out about this thing like four times and every single time someone in "The History Department" flags it and deletes it along with all my research material. They have like level five admin privileges too. There is no History Department.
R. House
SCP-001 Affected Anomaly
From: Director Daniel Asheworth
Designation: SCP-5936
Truncated Description: A spatial anomaly leading into a desolate pocket dimension. It is only accessible to those who are non-religious, experienced the death of a loved one, and/or were witness to occult phenomena. The dimension contained a hitherto unknown cult.
SCP-001 Influenced Containment Failures
Note: Hi Lague. The cult in that pocket dimension used members of the Mobile Task Force we sent in there to "ascend" to a higher plane of existence. We were monitoring what was supposed to be their final ritual when a large man in a white bird costume appeared in a cloud of smoke and bashed everyone's brains in with a big mallet. Even the guy they were sacrificing. It flipped off our camera too.
Good Luck,
Daniel Asheworth
SCP-001 Affected Anomaly
From: Director Jay Dune
Designation: SCP-5765
Truncated Description: A ontokinetic entity resembling a late-40s human male. It is capable of instantaneous teleportation. It uses this ability to covertly spy on the Foundation and Foundation-equivalents, gaining recognizance on the location of uncontained anomalies. It will then teleport to the locations and leave handwritten notes, commonly nonsequiturs, unrelated personal messages, and diaries/journals.
SCP-001 Influenced Containment Failures
Note: We've yet to contain SCP-5765 wholly yet. However, this hurdle is within the bounds of its understood abilities. The problem arose when we got close. It gained the ability to alter digital documentation, adding notes to finalized files regarding containment breaches on the same date and time at Area-179. All of these breaches occurred. 300 people died.
Sincerely,
Jay Dune
SCP-001 Affected Anomaly
From: Doctor Jakob Reigen
Designation: SCP-2744
Truncated Description: A virtual-reality chatroom created by Foundation scientists. This chatroom had an inadvertent intoxicating effect on its users, similar to a marijuana high.
SCP-001 Influenced Containment Failures
Note: Look, I thought it was a good idea. No one will ever let me forget about this one even though IT'S BEEN DEFUNCT FOR TWO YEARS. Site-69 tried to take the program down but it seemed to get a mind of its own… literally… it gained consciousness. It was made of scrap code and an early-2000s IRC chat room! That shouldn't have happened! It got Admin access on our servers, then it sold ITSELF to MC&D. It's still around and anyone who tries to join it while being a member of the Foundation gets kicked.
FROM: [Your name here]Jakob R.
Lague: Holy shit.
Coix: There's at least forty more here. Uh… a ripoff Little Mister named 'Señor Senor' that was attacked by a gang of actual Little Misters from Suraj Grigalonas. Here! A talking tree that was subject to an earthquake, tornado, lightning strikes, and rot all in the same day from Ava Cado. Oh! A chicken from Caraway that lays messages on eggs that just so happened to lay an egg with a localized black hole that killed it, and only it. What else… a list from Blank at 43 about a bunch of anomalies he lost because they kept destroying themselves while attacking some random guy named Gregory Kaplin.
(Lague laughs.)
Lague: That settles it, I guess.
«END LOG»
Addendum 001.3: Update
Following Site-322 receiving a swath of SCP-001 anomalies, Lague organized a meeting of his most trusted colleagues, containment supervisors, and general Foundation personnel to discuss updated containment procedures for SCP-001. A meeting of over one hundred Foundation staff took place, with discussions ranging wildly in perspective. A consensus landed on testing out a hypothesized method of containment proposed by Dr. Blank of Site-43 and Director Lague. Testing was successful, and Lague drafted the below containment procedures the next week.
Updated Special Containment Procedures: SCP-001 is contained through the combined efforts of Foundation personnel. Staff who discover SCP-001-affected anomalies will flag their research material, note any suspicious incidents, and send their findings to a collection of the Foundation's containment experts selected by Director Paul Lague. These experts will review all content, point out inconsistencies, and identify potential errors.
The next phase of containment will focus on the factors that led to the SCP-001-induced incidents and attempt to pinpoint a vector of containment. When this vector is discovered, containment will once again be attempted.
Preliminary tests have found these containment procedures to be 95% effective in combatting SCP-001.