scp-000000000

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

Wow! You flipped a card and got: Somekidbewack’s SCP Sandbox!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 15:25

rating: 0+x
Soulcreepy

Artwork recovered from the victim of an SCP-XXXX incident

Containment Procedures: SCP-XXXX is currently uncontained and its location unknown. All attempts to locate and contain SCP-XXXX have resulted in failure. Containment procedures are being generated continuously should SCP-XXXX choose to appear to Foundation personnel and staff.

Description: SCP-XXXX is a humanoid anomaly with a head resembling a North American grizzly bear. Its jaw is supported by exactly four progressively rusted steel bars. The interior of its mouth is pitch black aside from an indistinct blue glow emanating from within. Five pale claw mark scars sit diagonally across its left eye.

SCP-XXXX is hypothesized to (definitively by first hand encounters and reports) display the identity of a deceased human being. The deceased members are heard from by loved ones or their living counterparts only one or two times in their residence within SCP-XXXX. The following effects are included in visual, audible, and physical interactions with SCP-XXXX:

Using wind currents to create an indistinct but familiar speaking voice
A feeling of familiarity induced within approximately three meters from SCP-XXXX
A body temperature of approximately 37 Celsius when physically interacting
Involuntary tears

SCP-XXXX is not inherently malicious, but is unable to be contained due to its method of transport. When it decides its interaction is complete, SCP-XXXX will deconstruct into a luminescent blue vapor. This has been confirmed by multiple incident reports from those in contact with SCP-XXXX. Timelines between each interaction show that SCP-XXXX can appear approximately 3.5 kilometers in distance from its previous location.

The current motives of SCP-XXXX range from a final meeting with a loved one to assisting Iota-10 operatives in solving cases that have otherwise fallen cold in years prior. It leaves clues at locations it knows Iota-10 will arrive at or come across. The motives of SCP-XXXX’s host, however, is regarded as “protection of souls from a fate worse than his own” (quoted from Detective Cameron Oliver, henceforth referred to as PoI-XXXX, in an interview). It is unsure exactly how many identities reside within SCP-XXXX, and it is believed that new identities are being contained within SCP-XXXX constantly.

The following addendums are research logs and personal encounters recorded by Detective PoI-XXXX. Mobile Task Force Iota-10 has since been dispatched on several instances to confiscate PoI-XXXX’s records.


Wow! You flipped a card and got: Phantom8-4!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 13:34
rating: 0+x
rating: 0+x

black-highlighter-logo.svg

Theme Colors

Red--basic-red#FF0000
White--absolute-white#FFFFFF
Alto--boring-gray#D9D9D9
{$color4-name}{$color4-variable}{$color4-info}
{$color5-name}{$color5-variable}{$color5-info}
{$color6-name}{$color6-variable}{$color6-info}
Black--pure-black#000000
Hover Red--hover-red#C20000
Penumbra Gray--penumbra-gray#9F9F9F
{$subcolor4-name}{$subcolor4-variable}{$subcolor4-info}
{$subcolor5-name}{$subcolor5-variable}{$subcolor5-info}
{$subcolor6-name}{$subcolor6-variable}{$subcolor6-info}
{$subcolor7-name}{$subcolor7-variable}{$subcolor7-info}
{$subcolor8-name}{$subcolor8-variable}{$subcolor8-info}
{$subcolor9-name}{$subcolor9-variable}{$subcolor9-info}
{$subcolor10-name}{$subcolor10-variable}{$subcolor10-info}
{$subcolor11-name}{$subcolor11-variable}{$subcolor11-info}
{$subcolor12-name}{$subcolor12-variable}{$subcolor12-info}

RedSwanLogoCircle9

Red Swan Logo

Note: This is a Black Highlighter based theme. You will need to import the Black Highlighter theme as well in order to use this theme. To learn more go here.





On any wiki:

[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:component:toggle-sidebar-bhl]]
[[include :scp-wiki:theme:red-swan]]


after all of the includes above.

Examples

A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.


Titles can be created by putting between one and six plus "+" at the start of the line

Just use your imagination and pretend there's `Lorem Ipsum` here.

This is a blockquote, created by putting "> " at the start of each line.
More text


That's a horizontal rule

Nested blockquotes

And another1

This is a table
You should know how to make these
already

Bugs (Not fixed):

-Centered Header duplicates and breaks the page logo
-Rating w/ info module is a darker shade of gray than the normal rating module
-Putting 3 colors in the header code breaks the whole page (Maybe a wikidot thing idk)
-ACS changes the color of the circle surrounding the icons to white
-Header subtitle refuses to accept the & symbol and instead displays & when typed
-Will add more if found

Things I gotta do:

-Choose a final red swan logo
-Find the code that lets me change the color of the title (Done) (Subtitle code is still rogue)
-Finishing details
-Removing or adding unnecessary/necessary code
-Fix bugs
-See if there's a way to make the header logo appear a bit more to the right on mobile
-See if there's a way to fix the (& ampersand) problem in the header


Working Components:

-ACS
-ACS animation
-ACS Lite (Fonts do not make it look pretty though)
-ACS split (Also doesn't look pretty due to the font)2
-Mega Customizable ACS
-AIM header (This includes upper and lower header separately too)
-Div class page works, as do blockquote and all other divs
-Importing extra fonts
-Pride Highlighter
-Classified Bar
-Discord chat
-ACS Hybrid
-Content warning
-BetterFootnotes
-Wide Image Sizer
-Foundation Cool Achievements works
-Mega Cool Author Page Tool


Wow! You flipped a card and got: DrWhiteFox's art page!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 13:00

: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%;
     }
}
rating: 0+x

Hello! I’m DrWhiteFoxDrWhiteFox. I draw a lot, especially traditional art, but skinny dipped into the realm of digital art, as you can see below (it's kind of shit). This is my artwork page; feel free to look around and cringe at it.

The page will be updated periodically, maybe…

probably…

ANYWAYS ENJOY!

The ways you can find me on social media:
[https://www.instagram.com/ingadoesart/]
[https://www.deviantart.com/ingunebadka]


Wow! You flipped a card and got: What the Little Bird Told Me Part II!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 04:43

Fortunately, Lord Totch was too wrapped up in his conversation with the Tyrant to pay any attention to his slaves.

Not that he would have had much luck keeping track of us in the first place given how packed the great hall was with throngs of revelers. No one city had conquered another completely since the age of the gods, and while there were bodyguards aplenty around the Lord and Tyrant, the "Museum" was much more sparsely attended.

Stealing a wonder in front of the Great Tyrant of two cities? To be frank, what I was attempting was so mad as to be unthinkable. by definition, one does not plan for the unthinkable.

That collection is incredibly dangerous. Came the Wandsman's voice in my mind.

It took all my will to stop myself from flinching. I knew the monster I was bargaining with had great power, even as obviously weakened as it was, but this silent speech it had shown me was truly disconcerting, even if it was essential to our plan's success.

Is there anything else in it we can use? I thought back. After all, grabbing two things would be a trifle once we'd breached the hoard's perimeter.

I felt a tiny shift in my bosom (it was the only place I could hide the creature where it would not be noticed, I'd long discarded dignity in the pursuit of expedience.) I think you'd rather want to avoid certain display cases if possible. There is a bottle of highly corrosive material in the first case and a memetic hazard in the fifth.

That word threw me. What does 'memetic' mean?

It would take too long to explain. Suffice it to say you don't want to touch it or look at it too closely.

There were a great many things the tiny bird said would take too long to explain. Normally I would find that untrustworthy, but there was an edge of defeat in his tone each time he told me that, like he was restraining himself from not launching into a detailed lecture.

Oddly I found this trait… endearing, for lack of a better term. I too loved to tell tales and speak of all I've learned in secret, but I'd always had to bite my tongue. Slaves were not supposed to know much of anything. I shuddered to imagine what my master would do to me if he ever found out I could read.
Wow! You flipped a card and got: alexpine's sandbox page (creative title I know)!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 02:00

welcome to my page of drafts - alex


Wow! You flipped a card and got: Succ!!! You ca reload the page or go to the next.
DATE: 16 Jun 2021 00:06

.row {

.small-12 {

.logo {

a {

img {

}
}
}

.tagline {

a {

}
}

nav {

ul {

li {

a {

}
}
}
}
}
}

footer {

.row {

.small-12 {

hr {

}

h5 {

a {

}
}

.tag-collection {

li {

.button {

}
}
}
}
}

.copyright-container {

.row {

.small-12 {

.copyright {

li {

a {

.highlight-color {

}
}
}
}
}
}
}
}
Wow! You flipped a card and got: Random Guy Ghost draft!!! You ca reload the page or go to the next.
DATE: 15 Jun 2021 23:36

rating: 0+x

Special Containment Procedures:

Description: SCP-XXXX is an incorporeal translucent humanoid entity resembling the Foundation's former United States Regional Director, Jay Carver. SCP-XXXX is capable of instantaneous transportation without a known maximum distance. Additionally SCP-XXXX is capable of unaided levitation and does not interact with matter. To date, SCP-XXXX has not attempted communication with the foundation.

Every month SCP-XXXX will enter a foundation site and begin following a member of staff. After two weeks of being followed, the staff universally dies in a nonanomalous but improbable way3. All staff members killed this way were later discovered to be in some way disloyal, showing sympathy for enemy GOIs or questioning Foundation policy.[[/tab]]

Addendum-XXXX-A First Five Recorded Victims of SCP-XXXX:

Staff Name Cause of death Disloyal Actions Notes
Agent Fisher cell-content Investigated the records of multiple high level personnel without authorization. cell-content
Dr. Rand cell-content cell-content cell-content
Jack Smith cell-content cell-content cell-content
Carol Stoner Did research regarding workers' unions, likely with the intent to create one for Site-268 N/A
Dr. Lynn Spontaneous cardiac arrest while driving. None of the other three people present in the vehicle suffered any major injuries Was involved in the death of Director Jay Carver to an unknown capacity. Reported seeing SCP-XXXX before the two week period in which victims usually witness the anomaly.

Addendum-XXXX-B, Interview Log With Dr.Lynn Following Jay Carver's Death:

Interviewee: Dr. Mallory Lynn

Interviewer: Dr. Aran Ridge


Dr. Ridge: Alright state your name for the records.

Dr. Lynn: I am Doctor Mallory Lynn. I just noticed that you sound a little different today.

Dr. Ridge: And I am Doctor Aran Ridge… (Papers flipping)… Alright so what exactly occurred yesterday. Also, don't worry it's just a cold.

Dr. Lynn: Well I was asked by Director Carver to see him in his office. And I went there, but when I opened the door I saw him face down on his desk and immediately attempted CPR but he was dead before I opened the door.

Dr. Ridge: For the sake of the records I have a couple more questions… Firstly, when searched you were found carrying a switch blade which your coworkers consider highly uncharacteristic. Care to explain.

Dr. Lynn: Well, with Dr. Grant being killed by a d-class a week ago I thought I might as well be safe…

Dr. Ridge: Understandable… Alright, Director Carver's private guard claimed they had left the room before you entered to use the restroom, is this accurate?

Dr. Lynn: He was not in the room when I go their so most likely yes.

Dr. Ridge: Alright. The autopsy showed Director Carver to have died of cardiac arrest, can you confirm.

Dr. Lynn: I was not there, but it is possible.

Dr. Ridge: Finally, just so you know, we will be checking the security footage in case there are discrepancies.

Dr. Lynn: Carver doesn't have security cameras in his room.

Dr. Ridge: What… Why is that.

Dr. Lynn: That… I do not know.

Dr. Ridge: Well then then think the interview is over for now unless you have something else to say.

Dr. Lynn: (Deep breath) They need to know.

Dr. Ridge: Excuse me.

Dr. Lynn: Carver is a murderer.

Dr. Ridge: Excuse me… What? What did you just say. I must not have heard it correctly.

Dr. Lynn: I let him die, I shouldn't have. I'm sure it will haunt me for the rest of my life, but I let him die. I had walked in to his office and as he began speaking he began to have a heart attack, clenching his chest. In the moment I wasn't thinking, I just saw the man that ever since my transfer to this site four weeks ago has made my life and the lives of everyone in this site hell.

Dr. Ridge: Slow down. What exactly happened.

Dr. Lynn: I saw Director Carver dying in front of me and despite my training and judgement I let him die. Despite every fiber of my body wanting to help a dying person, my head wasn't clear. I'm sorry, I'm sorry for it all. But in the end I live in a world where he is dead.

Dr. Ridge: I was more wondering how Carver murdered people.

Dr. Lynn: He's both the site director and the regional director for some reason. You're supposed to report to the regional director when there is a problem to do with the site director and vice versa. We couldn't report anything and no information left the site unless he wanted it to. Dr. Grant was no killed by d-class, that's just the report he gave. Apparently Dr. Rand witnessed it. Same goes with the anomalous disappearing of researchers at Site-268-

Dr. Ridge: Wait wait wait wait, What? I mean… Why? I've met you, I know you wouldn't lie like this, but… why would carver do this, what's the motive.

Dr. Lynn: Anyone who did anything remotely disloyal was vulnerable.

Dr. Ridge: I'm having a hard time believing this.

Dr. Lynn: Makes sense.

Dr. Ridge: … I mean we should probably delete this whole recording don't you think, no one will just believe this. We can think of some other story, like there was a file-

Dr. Lynn: No, they deserve to know, they all do. They need to know what happened in this site.

Dr. Ridge: … You're a good person Lynn … I best not waste any time and go inform the higherups, they're probably bringing Carver back right now.

Dr. Lynn: Bringing him back? You're kidding me, site directors can just do that? This whole time…

Dr. Ridge: It's pretty expensive usually you got to sacrifice a couple people depending on the method, it was a system made by jay-

Dr. Lynn: How do you know about this. I mean, I have the same clearance and my job isn't all that different, If anything I should know this and not you.

Dr. Ridge: It's because of a some bureaucracy crap ya know, amnestic related… I'd explain it but I got to go.

(Dr. Ridge exists the room)

Dr. Lynn: … Well, that wasn't the way I was expecting to get the word about Carver out… I wonder who set up the whole plot, I mean it couldn't all be a coincidence…

(A Door Opens)

Dr. Ridge: I'm sorry I'm late but I got to get this done about five minutes ago-

Dr. Lynn: Check objects in Dr. Carver's room for causality, too many things lined up for his death… There is also a body double around that I played along with and spilled the beans.

Dr. Ridge: What the fuck…

[END LOG]



Wow! You flipped a card and got: "The School"!!! You ca reload the page or go to the next.
DATE: 15 Jun 2021 21:16
rating: 0+x

Item #: SCP-6262

Object Class: Keter

1.jpg

Inside SCP-6262

true?wait=true

SCP-6262's Containment Zone

Special Containment Procedures: SCP-6262 is an elementary school located in █████, Maine. SCP-6262 is to be contained in a 402 x 160m area by barbwire fencing. SCP-6262 is to be guarded by ten guards at all times. SCP-6262 Is to be fed 30 Class-D personnel every month. Ten guards are to remain within the front of SCP-6262, with rotations to occur every fourteen hours.

Description: SCP-6262 appears to be a normal elementary school although it appears when there are more than 25 people inside SCP-6262, it will flood the area with a liquid identified to be Sulfuric Acid. It is unknown how SCP-6262 is alive but further examination of the wall’s material had found out that it is mainly made of animal flesh and blood. It also appears to be specifically cow and chicken blood.

Addendum: SCP-6262 was found in █████, Maine on ██/██/2003 by task force ██, and ██.

Incident 01 On ██/██/2007 a group of people known as the [RETRACTED] had broken into SCP-6262 at █:██ PM and had been digested and killed by SCP-6262

[[footnoteblock]]


Wow! You flipped a card and got: SCP 8496!!! You ca reload the page or go to the next.
DATE: 15 Jun 2021 21:12
rating: 0+x

[[html]]
<a href="https://imgur.com/aG4V27Q"><img src="https://i.imgur.com/aG4V27Q.jpg" title="source: imgur.com" /></a>
[[/html]]

Special Containment Procedures: Must be contained inside a 20 x 20 x 20-foot indestructible box and constantly monitored by level 5 personnel.

Description: SCP 8496 is a white humanoid head, darkened by a black shadow.

SCP 8496 likes to cause incidents such as "The heaven stairway incident" and calls it "trolling"

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: SCP 7007!!! You ca reload the page or go to the next.
DATE: 15 Jun 2021 20:52
rating: 0+x
doge#: 7007
level1
doge is televised
Doge Containment Class:
safe-doge
Secondary Doge Class:
none
Doge Disruption Class:
doge-dark
Doge Risk Class:
doge-notice
: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)); }
}

[[html]]
<a href="https://imgur.com/YYYfK75"><img src="https://i.imgur.com/YYYfK75.jpg" title="source: imgur.com" /></a>
[[/html]]

Special Containment Procedures: Entity is in no need to be contained.

Description: DOGE DOGE DOGE DOGE DOGE DOGE (WOW) DOGE DOGE DOGE DOGE DOGE
DOGE DOGE-DOGE

Addendum:

DOGE

*Personnel walks by*
"ArE yOu A dOgE?"
"WoW!", says 7007
"DOGE DOGE DOGE DOGE DOGE DOGE (WOW) DOGE DOGE DOGE DOGE DOGE
DOGE DOGE-DOGE"

[[footnoteblock]]