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: Eternal Golden Braid!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 04:54
- TRANSCRIPTION LOG 2006/2021-24-07/1
- Information Exchange
- Wretched is That for Which They Sold Themselves, if They Only Knew
SCiPNET TRANSCRIPTION LOG 2006/2016-08-19/1
DATE: 2016-08-19
CONTEXT: Special Containment Procedures for SCP-2006 dictate that it be shown a low-quality horror movie each month. Because the supply of such movies is due to become exhausted within the next five years, the Project Lead for SCP-2006, Dr. Louef, suggested that the Foundation produce additional low-quality movies in-house. The first film of this kind, Warmageddon: Cataclysmic Assault on Earth!!!, a 126-minute incoherent mishmash of "Z-movie" tropes, was shown to SCP-2006. Afterwards, Dr. Louef discussed the movie with SCP-2006 to gauge its reactions and determine what stylistic changes, if any, need to be made to future Foundation-made content for SCP-2006.
This transcription was generated automatically by the SCiPNET speech recognition system. Please review it and correct any mistakes before submitting to RAISA.
[BEGIN LOG]
Dr. Louef: Hello, SCP-2006. What did you think of the new movie?
SCP-2006: I felt like it had a different touch to it than the movies you used to show me. I liked it! FEAR ME, DOCTOR!
(Dr. Louef falls to the floor, clutching his chest.)
Dr. Louef: Oh my! You're quite horrifying today!
(Dr. Louef stands up.)
Dr. Louef: Could you tell me what exactly what you like and didn't like about the movie? We want to make sure the movies we show you are as scary as possible.
SCP-2006: I think the coolest part was when the zombies built a replica of Archimedes' solar-powered death ray and fired it at a forest. That was really interesting and clever! Did you think of that, Dr. Louef? HA! IT DOESN'T MATTER! FEAR ME! YOU WILL FEAR ME! I AM THE MIGHTY RO-MAN!
Dr. Louef: Let me out of here! I'm going to die of fright! Yes, that was supposed to be scary, but nothing could ever be as scary as you!
SCP-2006: Haha, yeah. I know, right? Say, I just had an idea…
[END LOG]
Wow! You flipped a card and got: SCP-XXXX!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 21:46
: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)); } }
SCP-XXXX in containment.
Special Containment Procedures: SCP-XXXX must be contained within a standard containment chamber at all times. Any personnel who must enter SCP-XXXX's containment chamber must have level 3 authorization.
Description: SCP-XXXX is a Nike shoebox, approximately 38 inches in diameter. It is orange and its material is cardboard. The object is non-hostile but can be when damaged. When SCP-XXXX is in its hostile disposition, it will spray acid at any nearby victims. When an individual says [DATA REDACTED] to SCP-XXXX, it will [DATA EXPUNGED]. Then, that individual can tell SCP-XXXX any substance/material in the universe, and it will appear inside of it. However, this will only occur once every 24 hours. The object's origins are still unknown, but an investigation is currently ongoing.
[[footnoteblock]]
Wow! You flipped a card and got: A Doctor Known By No Name!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 21:02
Wow! You flipped a card and got: FunnyNumber's playground!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 17:54
Wow! You flipped a card and got: Dr.Dew's Omegle anomaly log!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 16:01
As part of my daily duties inside the SCP foundation, I infiltrated inside the website known as "Omegle" using the video section of the site in search of possible anomalous events, objects or creatures.
I am merely but a reporter, and leave this log for the foundation to take issue about further investigation and possible containtment of the anomalies.
I will not discuss the tags used to secure my investigation.
-Dr.Dew
Anomaly type: Event
Description: Placing the "#memes" tag inside the Omegle tag section seems to let the user reach alternative universes and realities. In my investigation, most anomalies were found between this tag.
There we a lot of failed attempts to connect with therse alternative universes.
A user claimed that someone spoke to them about the anomaly, claiming that this tag allows the user to shift between alternative universes and that therse universes collapsing between themselves in a singular universe.
Further investigation required: Is the tag itself anomalous? It is a spontaneous event that happens every so often? Further investigation about the collapse of all realities into one is required.
Anomaly type: Event
Description: Person with a female voice claimed to have been lying on the floor 2 days straight, couldn't stand up but nothing was holding them. They claimed to have access to water.
Could only see the roof of their house, but couldn't get any glimpse of the person's face.
Further investigation required: Is the floor anomalous? Was there a person in the floor or was the girl's voice a bait from the anomaliy? Is only a part of the floor anomalous or the entirety of it?
Anomaly type: Object
Description: A guitar with sunglasses and a "poo time" sign. In the room the guitar was sitting in, there was another guitar and the cases for both guitars.
In the background, there was a white closet with had taped handmade Youtube and Instagram logos drawn in paper, alongside letters in the same manner that read "█████ ███████ █████".
Later, another instance (or maybe the same instance) of the object was found. This one was being used, with no video feed, and there was a human voice singing. When played, the guitar made me want to dance, this might be a cognito hazzard effect.
Further investigation required: Did the singing voice come from the guitar? Does the guitar grant you the ability to play guitar? Is there one instance or several of the object? Further investigation on the Youtube and Instagram accounts under the name of the provided user required.
Anomaly type: Entity
Description: An anomalous cat that makes people want to laugh. The laugh itself was contagious. There were at elast two young-looking girls that had a hard time answering my questions and kept laughing when in presence of the cat. One of them claimed to have been laughting for 15 days nons-stop. The cat was held by the girl as it displayed the anomalous propierties it possesed.
Further investigation required: How was the girl alive is she had been laughing for 15 days? Does the cat's anomalous properties only work when the cat is being held or does it work in a radious?
Anomaly type: Entity
Description: A ghost-like entity described by at least 2 different subjects, but in similar situations.
Both instances of the anomaly displayed: the anomalous activity happened at day time inside a household (one being spotted at the user's house and another inside the user's bedroom) and in borth instances the entity broke something made out of glass (a glass and a lightbulb).
One of the individuals claimed to have heard the entity speak, and another claimed that it turned on a TV that was turned off.
Regarding this anomaly, a third user claimed "ghost-like" activity when a can of the popular drink "Monster" falling on its own.
Further investigation required: Why does the entity only manifest at day-time and inside a household? Why does it break things out of glass? Is the Monster can accident related to this anomaly or not?
Anomaly type: Entity
Description: A shape-shifter like entity. It identified itself with the name "Tikki".
The entity prefers the form of a neon humanoid entity with a blue tounge, and speaks with a male voice. It seemed to display signs of DID.
The entity claimed to have defeated itself, mentioning a mirror while doing so. My suspicion is that the entity is able to pull its reflection out of the mirror, creating clones of itself like that. After being defeated, the mirror copy desintegrated, leaving no traces of it.
Further investigation required: Does the mirror copy dissapear if you break the mirror? Containtment procedures needed.
Anomaly type: Object
Description: A webcam that displayed the message "London 2083" Video displayed traintracks and a few houses in a suburb-like area. It was very desolate, but there were people at the location.
Further investigation required: Who's straming the webcam? Where in London is the cam located?
Anomaly type: Entity
Description: A long deer-like entity, with a long nose. User claimed that the entity could go bipedal, walking on two legs. The entity doesn't seem capable of comunication.
The user describbing the entity encountered it at the woods, somewhere in the country-side.
Further investigation required: How long is it? How fast can it walk/run when it goes bipedal? Further location of the creature required as well.
Anomaly type: Event / Entity
Description: A user was describing an anomalous event that happened to them, where they encountered a tall and skinny entity, they claimed it was really fast and they could hear the sound of air comming from it, followed by the feel of something dry, like sandpaper.
User was unsure if the event was cognito hazzard related or if it was truly an entity.
While describing the event, the feed cut out. I am afraid that whatever they encountered or whatever they were exposed to, it killed the user before I could collect more information.
Further investigation required: Did the user encounter an entity or was the user exposed to a cognito hazzard? Does the anomaly not like to be recorded or investigated? Is the user really dead?
Anomaly type: Entity
Description: The entity's video feed was a black screen for the entire encounter. The entity communicated through text chat.
The entity assumed I was a robot, as it asked for my model.
The entity kept asking questions, which I felt obligated to answer. I found myself unable to left the entity unanwered. Such questions were:
Q: "What is your model?" R: I gave the entity my name.
Q: "How tall are you?" R: Gave the entity my real height in centimeters.
Q: "Can you stand up?" R: I said "yes" and stood up.
However, when the entity commanded "remove your shirt", the anomalous effects of the entity didn't work. Conclusion: the cognito hazzard effect only works as long as the entity asks a question, and it doesn't work with direct commands.
Further investigation required: Why does the cognito hazzard only work with questions? Can you lie to the entity? As long as the answer to the entity's question can be "yes", can you reply "no" to the entity? When the answer to the entity's question is "no", what happens?
Anomaly type: Entity
Description: Encounter with an entity with male voice and brittish acccent, speaking really fast and rambling about things. Another user idenfitied it as a hostile entity inside the "cutting" tag, claiming that the entity wanted to cut people.
Communication with the entity wasn't possible.
Further investigation required: Is the enity anomalous or just a crazy person?
Anomaly type: Entity
Description: A while male that only could say "let's go" while pointing to his head with a finger gun pose. The entity claimed that it has only been able to say "let's go" since the moment of its birth.
Further investigation required: What else can the entity do? Is that pose and sentence a cause of some sort of trauma? Is the entity really anomalous?
Another minor anomalies:
- A bird who speaks russian
- A gun that works trought the screen
- A cat who doesn't sustain fall damage
- Someone's cam froze, and the user wasn't responding trought text nor voice. They didn't seem to hear me. The user might have been killed by an anomaly, and the anomaly caused the cam to freeze before killing the user.
Wow! You flipped a card and got: SCP-XXXX (Hyper-Realistic Greenscreen)!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 14:36
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be safely sealed in a 10x10x5 meter box within a high-security containment chamber housed at the Light Containment Wing of Site ██. No camera or similar recording devices are allowed within 50 Meters of SCP-XXXX. Security cameras are permitted for far-field monitoring, however, no security camera should be allowed to directly record SCP-XXXX. Personnel of level 2 clearance or higher are allowed to enter the containment box, but they must be checked for any device with recording capabilities. Any personnel caught attempting to enter the containment box with a camera or a recording device must be terminated.
Description: SCP-XXXX is a 10x10 non-woven fabric greenscreen discovered in ██████, France inside of a recording studio after a filmmaker reported the supernatural phenomenon that occurs from the object. (See Recovered Tape). Class-A amnestics have subsequently been administered to the filmmaker to ensure memory erasure. When SCP-XXXX is utilized for video recording purposes it possesses the anomalous ability to replicate the superimposed imagery, transforming the immediate surrounding area into a physical representation of the videographic rendering. SCP-XXXX has also been observed to change human emotion. (See testing logs). The effect propagates throughout the area until it reaches a physical barrier such as a wall or a closed door. This area is now labeled SCP-XXXX-1. SCP-XXXX-1 is unable to manifest outdoors. Any attempt to utilize its abilities outdoors has failed.
The area between SCP-XXXX and the physical barriers is fully interactive. Anybody in the area can interact with any object(s) projected by SCP-XXXX. The physical barrier remains intact even though it appears to be a continuous extension of the projection, its physical characteristics remain unaltered. Objects that seem to appear to be beyond the physical barrier cannot be interacted with. Those physical barriers retain their strength, mechanical properties, and functionality. For example, a door may appear to be an extension of the projected imagery but it can still operate as a door. Upon opening the door, the effects of SCP-XXXX-1 will disappear.
Any pictures of objects without an environment will appear in the room or the current environment SCP-XXXX-1 is portraying. However, complicated mechanisms (living things, guns, vehicles, etc.) are not functional. Objects projected are labeled SCP-XXXX-2. SCP-XXXX-2 will remain tangible until being removed from SCP-XXXX-1, upon which point it will vaporize.
Environmental effects are also applied to SCP-XXXX-1. Temperatures will be changed to perfectly match the superimposed image. Weather can also be replicated by SCP-XXXX. When a superimposed image features any kind of weather in the picture, the same effects will be replicated. If an individual is to stay in any kind of conditions brought about by SCP-XXXX, the same effects will apply as if the subject was actually in those conditions.
SCP-XXXX-1 will last until all of the files of the video have been deleted. However, if any effects or conditions which would normally interfere with the room SCP-XXXX-1 manifested in have been utilized in SCP-XXXX-1, the room will permanently be affected by these conditions.
[[footnoteblock]]
Wow! You flipped a card and got: stick!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 13:20
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures:
Description: SCP-XXXX is the designation given to a paranormal phenomenon, innitiated through a ritual dubbed as "The Stickman Challenge" on the Internet. The ritual is performed using a pencil and an average A4 size paper. The ritual consists of drawing a simple stickfigure, and a circle of symbols surrounding it in a pattern of circles, squares and triangles. The circle has to consist of a total of 5 triangles, circles and squares. Finally, the figures must be drawn over with a pen. Approximately 2 minutes after the ritual has been performed, the stick figure will begin moving around on the paper, and interract with the shapes around it, usually in the form of adusting them. After it has adjusted the shapes to its liking, it will move to the center of the paper again.
Once it has moved to the center, it will begin changing
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Dr Lefaye!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 12:50
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
/* Penumbra Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Paperstack Theme by EstrellaYoshte Ad Astra Theme by NatVoltaic and stormbreath Inkblot Theme by Croquembouche Anderson Robotics Theme by Croquembouche BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: .9rem; } body { font-family: 'Roboto', sans-serif; color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 9px; background: transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; border: none; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: solid 1px #21252E; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #page-content .yui-navset .yui-content > div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content > div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .creditButtonStandalone p a { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); color: #ededed; } #page-content .creditButtonStandalone p a:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } .page-rate-widget-box .rate-points { background-color: #21252E !important; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } h1 { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; font-weight: bold; } h2, h3, h4, h5, h6 { color: #EDEDED; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } #page-title { color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 1.65rem; text-align: center; border-color: #ededed; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } a.newpage { filter: hue-rotate(180deg); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: solid 2px #2F333C; box-shadow: -3px 0px 0px -0.1px var(--accentColor); } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: solid 8px #21252E; border-bottom: solid 0px #21252E; box-shadow: 0px 0.26rem 0px 0px var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border: solid 4px #21252E; color: #ededed; font-size: 0.84rem; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } #page-content .wiki-content-table tr th { border: solid 1px var(--accentColor); color: var(--accentColor); background-color: #21252E; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px var(--accentColor); /* set border for table content */ } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; box-sizing: border-box; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .9rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* History Compare */ .inline-diff ins, .inline-diff del { color: #21252E; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .limit { margin-bottom: -1rem; z-index: 5; } .anchor { position: sticky; height:0; top: 0; z-index: 5; } .sidebox { background-color: #21252E; border-top: solid 2px var(--accentColor); padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } /* Sidebox mobile optimization, courtesy of Woed */ @media (max-width: 1290px) { .sidebox { width: auto; max-width: 65vw!important; border: none; padding-left: 0.4rem; padding-right: 0.4rem; top: 0.75rem; right: calc(((100vw - 45.8rem)/2) * -1); left: initial; -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; overflow: visible; } .sidebox::before, .sidebox::after { content: " "; position: absolute; right: 0; } .sidebox::before { top: calc(50% - 0.75rem); width: 0; height: 0; border-top: 0.75rem solid transparent; border-bottom: 0.75rem solid transparent; border-right: 0.75rem solid var(--accentColor); transition: border 0.1s ease-in-out 0.1s; z-index: 10; } .sidebox::after { top: 0; max-width: 0.75rem; width: 100%; height: 100%; box-shadow: 0.15rem 0 0 0 var(--accentColor); max-height: calc(100vh - 18rem); background-color: #21252E; z-index: -1; transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s; } .sidebox > * { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out 0.2s; -o-transition: opacity 0.2s ease-in-out 0.2s; transition: opacity 0.2s ease-in-out 0.2s; } .sidebox:hover { overflow: visible; -webkit-clip-path: inset(-0.125rem -0.25rem 0 0); clip-path: inset(-0.125rem -0.25rem 0 0); -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; } .sidebox:hover::before { border-top: 0 solid transparent; border-bottom: 0 solid transparent; } .sidebox:hover::after { box-shadow: 0 -0.125rem 0 0 var(--accentColor); right: 0; max-width: 100%; } .sidebox:hover > * { opacity: 1; } } @media (max-width:768px) { .sidebox, .sidebox:hover { right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem); } } :root { --accentColor: #1EB5E8; --lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Apenumbra/logo.png"); }
: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:
As of Incident XXXX-X, SCP-XXXX is no longer within Foundation custody and is believed to have joined forces with GoI The Serpent's Hand, who assisted in granting it freedom. As it is not known whether or not the entity intends to assist the Hand in further attacks against Foundation sites, it is imperative that SCP-XXXX be located and recaptured as soon as reasonably possible. The deceptive capability of its anomalous properties make it a dire threat to Foundation security.
SCP-XXXX is to be held in a modified, airtight and windowless humanoid containment cell measuring 5m in each dimension located in Site-88. It must be outfitted with surveillance cameras in each of the room's four corners, as well as a speaker and microphone for communication purposes. The room is to be entirely unfurnished, with the exception of one large desk and two chairs, to be used for interviews and meetings with the entity. Should it showcase violent or manipulative behavior, or attempt to breach containment by any means, this privilege may be revoked. This should prove to be sufficient deterrent to unwanted behavior, as face-to-face interaction appears to been observed to be important to the subject's mental state.
The interior walls, floor, and ceiling of SCP-XXXX's cell are to be comprised of reinforced glass panels, behind which will be large-scale monitors controlled remotely in SCP-XXXX's Observation Deck. These monitors should be active at all times, and must display a synchronized pattern of shifting colors. It is imperative that this pattern not be repeating in any way, shape, or form. Attempting to display a repeating pattern on the monitors in SCP-XXXX's chamber is grounds for immediate demotion or dismissal from Foundation employment. In the event of malfunction that would cause these monitors to fail, no physical interactions are to be had with SCP-XXXX until functionality has been restored. The exterior walls of the chamber are to be comprised of blast-resistant modular plating.
The entrance to SCP-XXXX’s containment chamber must be preceded by an airtight antechamber. At absolutely no point should the entrance to the antechamber and the direct entrance to SCP-XXXX’s containment chamber be open at the same time. Before any face-to-face interaction with SCP-XXXX is had, oxygen from the antechamber should be filtered into the entity's containment chamber. Should the monitors in the cell not accurately depict the currently selected color pattern, any personnel attempting to enter the chamber are to abort interaction immediately.
One large Scranton Reality Anchoring device6 must be installed underneath SCP-XXXX's cell. Due to the large amount of power these devices require, it is to remain inactive. In emergency cases, such as Site-88 containment breaches or sudden attack by the entity, power to SCP-XXXX's containment chamber may be redirected to the large SRA. SRA technology has proven capable of destabilizing the entity's anomalous properties, making them harder for it to maintain.
SCP-XXXX is allowed three meals per day, to be delivered in person, and should meet with it's assigned on-site psychological therapist7 once per week. Should SCP-XXXX have lost in-person visitation privileges, this meeting is to be carried out via the verbal communication system present in the Observation Deck. Any requests by SCP-XXXX are to be processed by the current Head of Research. Ongoing interviews regarding SCP-XXXX's history are to be carried out by the current Head of Research or a researcher with at least Level 3 security clearance who has direct, written permission from the Head of Research to do so.
As an added note, there is a moderate likelihood that SCP-XXXX has joined The Serpent's Hand and intends to assist them in further attacks against the Foundation. Staff are reminded to keep a look-out for any structural or decorative inconsistencies in site architecture. Report any of these inconsistencies immediately. Do not panic. Do not react. Do not show emotion. As amicable as it may seem from the outset, SCP-XXXX is a dangerous threat that should not be underestimated.
~Site Director Anderson
Description:
Discovery Log: SCP-XXXX was discovered operating a small antique shop in Rye, East Sussex, England after an unstable man wielding an illegal firearm entered the shop in the interest of armed robbery. When SCP-XXXX appeared resistant to his demands, it was shot, shattering its human carapace around the upper left quadrant of its skull, exposing the entity's anomalous nature. There were three other individuals present at the scene, including one member of Foundation personnel: Agent Yates, on paid leave at the time, who was successfully able to phone the Foundation. MTF Epsilon-6 "Village Idiots" was dispatched to secure the site.
Citizens who witnessed the event were administered Class-A Amnestic treatment and were subsequently released. SCP-XXXX's assailant was sedated, injected with traces of the hallucinogenic compound phenylcyclohexyl piperidine, and released. Monitoring reports that the suspect turned himself in to the British police. His experience was declared a result of drug-induced hallucination by the state and he was sentenced with life imprisonment. The entity itself was notably unharmed and willingly detained for questioning.
Addendum:
[[footnoteblock]]
Wow! You flipped a card and got: Dr Morgenstern!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 05:00
Item #: SCP-XXXX
Object Class: Euclid Keter
Special Containment Procedures: — A standard 2x2x2 glass box with personal checking up on it every 2 hours. Weekly cleaning is required — SCP-XXX is to be kept within a hermetically sealed glass case, at least 5 inch thick. This case is to be contained within a steel and iron room at all times. Doors are to be locked at all times, with the exception of allowing personnel in or out. No fewer than four (4) armed guards are to guard the room. Guards must remain outside at all times and are not allowed within the containment room under any circumstances. The room must always be under surveillance using cameras and should surveillance ever be compromised, Security Protocol [DATA EXPUNGED] is to be enacted. In case of instances of Scp-xxx-A exiting scp-xxx, MTF Epsilon-11 and on-site security detail is to neutralise all targets.
Addendum: Following the events that took place during the last containment breach, Scp-XXX has been classified Keter Class and all direct research has been prohibited by the order of 05 Command
Description: Scp-XXX is a anomalous tree of the species Ulmus parvifolia and is similar to its ordinary counterparts except that occasionally it causes spatial distortions around it, during which it expels out small quantities of slag, embers and charcoal. At the centre of its base is a worm hole via which entities Scp-XXX-A and B emerge. Scp-XXX-A is a subspecies of the genus Homo and bear a resemblance to Scp-3288 however, they are more aggressive, faster and have a higher rate of reproduction, which makes a Containment Breach a possible SK-class dominance shift scenario. At least fifteen (15) instances of Scp-XXX-A have know to emerge when Scp-XXX is not under direct observation.
Due to anomalous and currently unknown reasons, the worm hole is not capable or affecting or altering the area surrounding Scp-XXX. Research into where the worm hole leads is difficult as any and all metal is unable to pass through it and it is too small for personal to fit through. Via plastic periscopes, it has been observed that the worm hole leads to an area now classified Loc-XXX-Omega, which appears to be a hallway. At the far end of the hallway leads to a laboratory whose function is currently unknown. It is to be noted that no metal has been used in the construction of said hallway and walls appear to be made of plant and organic matter, and evidence collected shows the plants belong to the genus Parthenocissus and bear a resemblance to the species Parthenocissus inserta however presence of unknown genes makes it an unknown subspecies.
Addendum: On 15/2/20, three (3) instances of Scp-XXX-B were ejected from the worm hole and on 2/1/21 two (2) instances were ejected.
Scp-XXX-B are organic, living machines made using unknown procedures and have a anomalous power source. To date, five (5) such instances were recovered. The first object, now labelled Scp-XXX-B-1 appears to be damaged clepsydra made of stems and a cartilaginous tube identified as a functioning trachea belonging to the species A. mongoliensis. Water is generated at the top by anomalous means and in place of wheels and cogs, moving branches power the clock. Broken branches and parts cannot be repaired using metal counterparts and the technique to instil organic parts is unknown. Scp-XXX-B-2 and Scp-XXX-B-3 are machines of unknown function. Scp-XXX-B-4 is a rocket engine utilising oxygen and hydrogen for fuel. It utilises a cooling system that converts atmospheric oxygen and hydrogen to form water and use the thermal energy expelled as energy, a part of which powers the coolant. The inner layer of Scp-XXX-B-4 is covered by a liquid compromised of human synovial fluid and unknown superfluids. Scp-XXX-B-4 is currently being researched to make a reliable power supply for Foundation vehicles and sites. Scp-XXX-B-5 appears to be a [DATA EXPUNGED] and is similar in function and make to [Redacted] and [DATA EXPUNGED]. It is believed that Scp-XXX-B-1 to 5 alongside Scp ████ were created by Scp-1000 and was preserved by unknown methods. Scp-XXX-B-5 is currently being tested to be used as experimental and anomalous weaponry. When not being researched, it is to be returned to Site Director ████████. It is unclear if Loc-XXX-Omega is a warehouse or a laboratory and the connection of Scp-3288 with Scp-1000 is currently being debated upon.
Interviewed: Scp-XXX-A-Ω-1
Interviewer: Agent █████
Foreword: Scp-XXX-A do not appear to have photophobia like their Scp-3288 counterparts and even have fully functional limbs. Due to this, they are believed to be more dangerous than Scp-3288 due to which seismic charges have been implanted into their necks and will be activated in case of a containment breach.
<Begin Log>
** Agent █████:** Hello. Please identify yourself. Your cooperation will be enforced by force.
** Scp-XXX-A-Ω-1:** *Unintelligent noises*
** Agent █████:** I repeat, your cooperation is not optional.
** Scp-XXX-A-Ω-1:** Name mine Grook.
** Agent █████:** so Grook, can you tell me how did you come through the worm hole?
** Scp-XXX-A-Ω-1:** Master say we need retrieve Ubrolisk. We come get
** Agent █████:** is the Ubrolisk the tree through which you came?
** Scp-XXX-A-Ω-1: ** We come for Ubrolisk. We need serve master.
** Agent █████:** Where is the place that is on the other side of the Worm Hole?
** Scp-XXX-A-Ω-1:** why Grook tied? Who is human? I want to go
** Agent █████:** We will release you if you cooperate with us.
** Scp-XXX-A-Ω-1:** Let go now
At this point the effects of the drugs were coming off and Scp-XXX-A-Ω-1 went into a hostile state and was neutralised.
<End Log>
Scp-XXX-A-Ω-2 resisted while he was being drugged for interview and was killed before he could breach containment.
Interviewed: Scp-XXX-A-Ω-3
Interviewer: Agent █████
<Begin Log>
** Agent █████:** Hello. Please identify yourself. Your cooperation is not optional.
** Scp-XXX-A-Ω-3:** Where plëck and qwiń?
** Agent █████:** They are being interviewed like you. If you cooperate we will release you. Now, tell me where does the hallway in the worm hole lead?
** Scp-XXX-A-Ω-3:** To master
** Agent █████:** who is your master. Can you describe him?
** Scp-XXX-A-Ω-3:** Master brave. Master strong. I no see master
** Agent █████:** Why do you need that tree?
** Scp-XXX-A-Ω-3:** master say. Master need Ubrolisk. Master need bring friends.
** Agent █████:** Can you explain what do you mean by bring? Where are his friends now?
** Scp-XXX-A-Ω-3:** Dead
** Agent █████:** How will the Ubrolisk bring back Master’s friends?
** Scp-XXX-A-Ω-3:** Heart tree. Master order, I need to……
** Agent █████:** Yes?
** Scp-XXX-A-Ω-3:** I no smell Grook, no smell qwiń. You lie
At this point Scp-XXX-A-Ω-3 broke free of his restrains and was neutralised.
<End Log>
Closing Statement: Scp-XXX may be a much more powerful object than we thought it would be. If what they said is true, and this…Tree can revive the dead, we could unlock so much more. Not just the foundation but for humanity. -Dr Morgenstern
[[footnoteblock]]
Wow! You flipped a card and got: plaguepjp!!! You ca reload the page or go to the next.
DATE: 01 Jul 2021 04:59
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
: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)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
SCP-XXXX.
Special Containment Procedures:
Description: SCP-XXXX is a bipedal creature resembling a stuffed bear. It is sapient and sentient and speaks with a thick, New Yorker accent. SCP-XXXX is linked to SCP-XXXX-1, Restaurant Name, a restaurant in City, Place. Patrons who enter and sit in SCP-XXXX-1 alone will be joined by SCP-XXXX, who will eat and attempt to make conversation. SCP-XXXX self-identifies as Wallace, and will not provide a surname if pressed. A handwritten note on a tag stitched into SCP-XXXX's right leg reads as follows:
| Friend for losers :) |
|---|
SCP-XXXX is extremely difficult to contain, however, these failures have been through inadvertent actions on SCP-XXXX's part or unrelated circumstances leading to efforts being unsuccessful.
Addendum XXXX-1, Containment Log:
Due to the difficulty in containing SCP-XXXX during previous attempts, Site-43 organized the following procedure.
Part One: Occupy
Site-43 staff is to replace all employed staff members and patrons at Restaurant Name. Personnel has drawn straws for their positions, and they are as follows.
Dr. E. Andrews — Server
Dr. H. Arancia — Interviewer of SCP-XXXX
Dr. H. Blank — Server for SCP-XXXX
Guest Dr. J. Dune — Bus Boy
Rsr. F. Fitzgerald — Server
Dr. E. Grant — Bus Boy
Guest Dir. P. Lague — Chef
Dr. L. Lillihammar — Hostess
Chief C. Zaman — Chef
Dr. W. Wettle — Chef

If your name is not listed here, you are most likely playing the role of Patron. Please see Dr. Blank for more information.
— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
Present personnel were connected via an earpiece to discuss their actions throughout the containment attempt. These messages are denoted by a BLUE name. SCP-XXXX entered SCP-XXXX-1 at 20:23:54 on 17 October 2021, five minutes after Dr. Arancia was seated.
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), Dr. Harold Blank (Archives and Revision, Server), SCP-XXXX
SCP-XXXX: Ay, how ya doin'. Name's Wallace. Call me Wally, Waldo, Willy. I don't care.
SCP-XXXX thrusts its paw out. Dr. Arancia shakes it.
Dr. Arancia: Nice to meet you. I'm Dr. Arancia.
Rsr. Fitzgerald: Ah shit.
Dr. Arancia takes a breath.
SCP-XXXX: Oh! We're bein' formal today! Apologies docta, I'm not dressed for the occasion.
Dr. Blank: We're good, we're good. Keep going.
Dr. Arancia: It's… quite alright. So, what have you been—
SCP-XXXX: Waiter!
Dr. Blank rushes over.
Dr. Blank: Yes sir?
SCP-XXXX: Been here a thousand times, mind if I order?
Dr. Arancia: Oh, yeah… go ahead.
Dr. Blank: What can I get you?
SCP-XXXX: Cheese plate, two New England clam chowders, and an order of the mussels. Entree we're gonna do the surf and turf — how do you like your steak?
Dr. Arancia: Medium-rare. Actually, about the clams and—
SCP-XXXX: An aristocrat, two medium-rare surf and turfs. And make sure you get the extra butter sauce. Tommy back there knows what I'm talkin' about. Thank ya.
Dr. Arancia: I— Thanks.
Dr. Dune: What's the problem?
Dr. Wettle: He's allergic to shellfish.
SCP-XXXX: Ya like movies? I did the Good Fellas back there.
Dr. Arancia: Yeah. I got that.
SCP-XXXX: To tell you the truth, lotta freaks around here recently. I think it's somethin' with the tourists or whateva. I haven't seen the regulars 'round here in weeks and they got all these new staff members runnin' around.
Dr. Arancia: I'm sure that's hard.
SCP-XXXX: You a therapist or somethin? You seem like you're tryna analyze me.
Dr. Arancia: Nope, not at all.
Part Two: Lure
Numerous attempts have failed because SCP-XXXX pulled away from the conversation. It does not like intrusive questions and will opt to leave if they go too far. It does show a want to form a personal bond with the people it sits with. So, the job of the interviewer is as follows:
- Talk about yourself. Engage with its questions.
- Laugh at its jokes.
- It really likes movies, please recognize its references. There is a box of Tarantino and Scorcese movies in my office.
- Ease into its origin. Where it's from, what its parents did, its job, etc.
- Confirm the introduction of containment attempts (Detailed in Part Three).
It is also imperative that you create an emotional backstory. It latches onto those.

— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
In preparation, Dr. Arancia viewed Quentin Tarantino's entire catalog, all films regarding the Italian Mafia from Martin Scorsese, and three of the seven seasons of The Sopranos. This was determined to be adequate.
Dir. Lague: I just want to note how much of a pain in the ass this place is being.
Dr. Lillihammar: What do you mean?
Dir. Lague: This place really, and I mean really does not want me putting these drugs in the food.
Dr. Blank: Elaborate, please.
Dir. Lague: Listen, I read the draft of what this thing does. "Inadvertent actions on SCP-XXXX's part or unrelated circumstances leading to efforts being unsuccessful." I'm about 99% sure the restaurant is to blame.
Dr. Blank: How so?
Dir. Lague: I have Zaman and Wettle beside me, they'll tell you. Half the time you try to pour the sedatives in, the container falls from your hand, or the lights go out, or you spill something.
Dr. Lillihammar: Is it possible you're just clumsy?
Dir. Lague: It's physically and statistically impossible for us to be doing all of this on accident. Come in here and try if you don't believe me. I have half of the prep food duct-taped to the counters. I thought I calmed it down earlier but I guess not.
Chief Zaman: We're not lying. This is some weird shit going on.
Dr. Wettle: What he said.
Dir. Lague: Hmm.
Chief Zaman: "Hmm" what?
Dir. Lague: I think I figured something out. The building doesn't want us to mess with the bear. It knows we're trying to, though.
Chief Zaman: So what?
Dir. Lague: I'm just thinking out loud.
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), SCP-XXXX
SCP-XXXX is consuming its bowl of clam chowder. Dr. Arancia leaves his untouched.
SCP-XXXX: So, tell me, what're ya doin' alone up here.
Dr. Arancia: Long story short: I think my wife and I are splitting up.
SCP-XXXX: Ah that's terrible. It's always hard to deal with something like that. Any kids?
Dr. Arancia: Nah. That's the reason really. She wanted kids, I didn't. With everything you see in the world, you don't want to bring a baby into this suffering.
Dir. Lague: That's a good one.
Dr. Wettle: Very smart choice. Nice job, Hank.
SCP-XXXX: Tale as old as time my friend. I'll be honest, you look awful, especially for a doctor. Pale, your eyes are baggy, I can see your veins.
Dr. Arancia: Thanks.
SCP-XXXX: I'm just breakin' your balls. I promise you, at some point, it'll get better. Hell, maybe it'll work itself out. If not, plenty of fish in the sea. Can I ask where you're from?
Dr. Arancia: The US originally. I was transferred here for work and have stayed put for about seven years. I can't complain.
SCP-XXXX: I sure as hell can.
Dr. Arancia: What about you?
SCP-XXXX: What about me?
Dr. Arancia: Are you from around here?
SCP-XXXX: Eh, I've never really stayed put. Been here, been there. Did a tour in 'Nam, hit up Europe for a while. Landed back in this freezer and decided to stay for a while.
Dr. Arancia: Vietnam?
Dir. Lague: Sherlock Holmes, ladies and gentlemen.
SCP-XXXX: Where else would it be? What kinda doctor is this I thought you bastards were supposed to be smart.
Dr. Blank: You have no idea.
Dr. Arancia laughs.
Dr. Arancia: Well, you know…
SCP-XXXX: What do you study?
Dr. Arancia: Clinical psychology.
Dr. Lillihammar: Pffft. Sure.
SCP-XXXX: The big bucks! Look at you, my friend. I once spoke with an "astronaut" not too long ago8. Now that was a weirdo.
Dr. Wettle: Hey, what the hell?
Dr. Lillihammar: You talked about aliens, you idiot. No credible astronaut would talk about aliens.
Dr. Wettle: I literally talked to them, Lil. I have the recording.
Dr. Blank: She's right.
Dr. Arancia: In what way?
SCP-XXXX: He was just going on and on and on and on and on about mundane shit. Nothin' interestin' at all. The dude was just borin', and he had been to space! Imagine that! You left the planet and have no personality other than bein' a nervous asshole who wants to get into your business.
Dr. Wettle: Asshole.
SCP-XXXX: All due respect he did have a cool story about aliens or somethin'.
Dr. Wettle: Ha! Kiss my ass!
Part Three: Assault
Containment efforts are going to be rapidly sent out over the course of the night. The majority of them will occur during the entree portion. For the safety of the containment team, it is imperative that you either
DO NOT CONSUME ANY OF THE FOOD OR DRINK
or
TAKE THE ANTI-SEDATIVE
Every inch of the kitchen has been laced with high-grade sedatives developed by Site-322. Personnel in the chef position is required to take the anti-sedative. There is also monitoring equipment in every room in the building, including restrooms.
Upon SCP-XXXX entering SCP-XXXX-1, a mobile task force will be stationed at each exit. The doors have been previously replaced with iron security doors which will electronically lock. In the event of a potential breach. The doors and windows will be welded shut.
On a personal note, I'd like to say that complaints regarding us "overdoing it" for a "teddy bear," I omitted a certain f-word there, are not appreciated nor are they conducive to the Foundation's goal. We have a job and we need to do it. I'll be honest, I am a bit frustrated, and you should be too. This "teddy bear" has eaten through more manpower than it has for 90% of anything Site-43 has contained combined. If my level of frustration is coming off in these notes, I apologize.
Let's get this done.

— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), SCP-XXXX
SCP-XXXX: —So the wife says "That's not a pig, that's a duck" The husband says "I wasn't talkin' ta you."
Dr. Arancia laughs.
Dr. Andrews: That's just misogynistic.
Dr. Arancia: Yeah. So, ahem, you work?
SCP-XXXX: Odd jobs. Mostly construction at my brother's company. He has me as a foreman down there. I always liked to lead. [Pause] I see that in you. That drive and all.
Dr. Arancia: How so?
SCP-XXXX: Some people just have it. There's a thing the Hollywood fucks have where they can sniff out a star just by lookin' at 'em — they don't even have to see them act or sing or nothin'. I've always had that with people who want to do something. All this bullshit you said you're goin' through it'll pass regardless of whatever way it goes. And you'll carry on. Like in The Sopranos, the main character, Tony, he gets shot and almost dies, but he comes out with a new perspective on life. He values it. I think this situation will do the same, and you'll do good because of it.
Dr. Arancia: That really means a lot. Thank you.
SCP-XXXX: Well, it's rare — to find someone with that spark. I've sat with many a-people and I only found one other. I hope he's off doin' his thing.
Dr. Arancia: You mentioned your brother.
SCP-XXXX: What about him?
Dr. Arancia: You said he owns a company.
SCP-XXXX: Yeah a few. He's my older brother and has always been there for me.
Dr. Dune: Shouldn't it be out at this point?
Dr. Lillihammar: Lague, was it in the soup?
Dir. Lague: Wait. Shit, I used yesterday's pot. As for Jay's question, it could take a bit longer than that.
Dr. Lillihammar: Goddamn it, how did you do that?
Dir. Lague: It was a mixup. What do you want me to do about it?
Dr. Lillihammar: Make sure it's on the steak.
Dir. Lague: I'm making sure. You just…
A bang is heard.
Dr. Lillihammar: Paul?
Chief Zaman: He just collapsed.
Dr. Lillihammar: Did he take the counter drug?
Chief Zaman: He said he did. Wettle?
Dr. Wettle: He said he would after he got… the soup.
Dr. Lillihammar: For the love of God. Blank! Come in.
Dr. Blank: What do you want me to do? I call in this guy because he has a gumball machine doing his taxes and he laces the soup with the wrong drug.
Dr. Blank delivers their meal. Dr. Arancia glares.
SCP-XXXX: Ay, what's goin' on back there? You figurin' out world peace? Defusin' a bomb?
Dr. Arancia begins to eat.
SCP-XXXX: You hear what I said, I ask him "You figurin' out world peace or defusin' a bomb?"
Dr. Arancia chuckles.
Dr. Blank: Code Black. Check the other channel for details. Hank, we're figuring something out. Stay put and don't panic.
SCP-XXXX: Ay, what's wrong? You look like you saw a ghost or somethin'. I didn't know someone could get paler. You'd give a vampire a run for its money
Dr. Arancia: It's nothing. Just one of those memories that pop into your head at the worst times.
SCP-XXXX: I sure as hell know about those. The ones where you did somethin' embarrassin' and want to forget but it's seared into there.
Dr. Blank: Okay, we're at the nuclear option now. Tackle and restrain it.
Dr. Arancia types into his cellphone.
Dr. Arancia: what the fuck why
Dr. Blank: Lague didn't eat the counter pill and he dropped it in the soup.
Dr. Arancia: youve got to be kidding
Dr. Blank: I'm not.
Dr. Arancia: im not doing that
Dr. Blank: You know what? I will.
Dr. Arancia: do not ill handle it
SCP-XXXX: You good over there Typey McGee?
Dr. Arancia: Yeah sorry, my mom.
SCP-XXXX: Mothers.
Dr. Arancia: Speaking of, are your parents also bears?
SCP-XXXX: Nah I was dropped from a stork into their arms. Yes, they're bears how the hell else would I look like this? We're your parents also pale and twig thin and have receding hairlines?
Dr. Arancia: I'm just asking, sorry for striking a nerve. You live near this joint?
SCP-XXXX: The woods really.
Dr. Arancia: Oh… with the whole you being a bear. I should have guessed that.
SCP-XXXX: You think I live in the woods because I'm a bear? Nah, I just do it to get more connected to the Earth.
Dr. Arancia: Do you identify as anarcho-prim—
SCP-XXXX: Nah I'm straight as an arrow. I don't care about whoever you like though, or anyone for that matter. Live your life is what I say and let no one tell you otherwise. You like the steak?
Dr. Arancia: Those aren't related but that's good to know. Steak's not bad — a bit overdone.
SCP-XXXX: Speaking of, they forgot my butter for the lobster. I'll tell you, they're really losin' their touch. I'm getting…
Dr. Arancia: What?
SCP-XXXX: Em geddin… reeeeally… tired—
SCP-XXXX collapses.
Dir. Lague: Booyah, baby!
Addendum XXXX-2, Post-Containment Debrief: SCP-XXXX was subsequently captured and placed in a standard sapient creature containment chamber. Subsequent tests have not manifested SCP-XXXX's return to SCP-XXXX-1, therefore its connection to the building has been rendered neutralized and the sub-designation is no longer needed.
[[div class="note"]]
Interview Log
Date: 21 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), Dr. Harold Blank (Archives and Revision), Dir. Paul Lague (Site-322)
Dr. Blank: We're going to break down your containment attempt in a more professional manner one more time. This is going on record, please be thorough.
Dir. Lague: No more booyahs?
Dr. Blank: No more booyahs.
Dir. Lague: Fine. So I realized the restaurant, SCP-XXXX-1, was causing your containment efforts to not work. Pots and pans just don't fling themselves across a room.
Dr. Blank: So, with that in mind…
Dir. Lague: I wondered if I could trick it. Make it think it got me by mixing up the soup pots and causing me to drop my counter pill in there.
Dr. Blank: So, you knew the soups were mixed up?
Dir. Lague: When I first pulled the pot out, no, but when I realized that the building was messing with us. I dropped a placebo in to see if it would calm down. And it did.
Dr. Blank: Why did you have those on you?
Dir. Lague: I carry them with me whenever I bring the pills. I'm a scientist, I experiment.
Dr. Blank: Alright… Why did you think that would work?
Dir. Lague: I didn't really. I was more focused on getting the food out and going with the plan. As I said, it calmed down with the placebo in, so I faked the fainting to see if that would do anything and it completely stopped messing with Wettle and Zaman. The steaks were already covered at that point so it was a matter of waiting.
Dr. Blank: So what I'm hearing is that you were so focused on cooking that bear a meal that you accidentally contained it.
Dir. Lague: Well, when you put it that way I sound like a jackass. But sure, that's about right.






Per 





/medium.jpg)