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: The Gift Of Animosity!!! You ca reload the page or go to the next.
DATE: 21 Jun 2021 00:14

Item #: SCP-XXXX

Object Class: Keter

Special Containment Procedures: SCP-XXXX has to be kept in a 11 by 12 feet room with a Christmas tree in the middle. Without the tree, SCP-XXXX will deform and melt. Test subjects are prohibited to touch SCP-XXXX without permission of a scientist.

Description: SCP-XXXX is a silver box with a silver gold bow on top. The object's origin is unknown, but the foundation came into possession of the object in 2008 when it was discovered at a crime scene with a note attached to SCP-XXXX saying "The Gift Of Animosity". When a human comes in contact with SCP-XXXX, threw the span of one week, the subject will start to have violent tendencies against loved ones, ultimately killing someone, or themselves. The foundation hasn't figured out what is inside SCP-XXXX, but when reviewing █████ who opened SCP-XXXX described it as "the gods hell".
Wow! You flipped a card and got: Almawt-Alzayz!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 20:00

11:45 PM

Opposition Groups Start Rolling in.

You make a run for
Wow! You flipped a card and got: KeyLimeFrie!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 18:44

/* 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


3/XXXX LEVEL 3/XXXX
CLASSIFIED
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
Item #: SCP-XXXX
Euclid

Special Containment Procedures: SCP-XXXX

Description: SCP-XXXX is a series of 5 locations found in an abandoned city located on a perfectly circular, artificial island near the coast of Brittany, France, designated SCP-XXXX-1 to SCP-XXXX-5.

SCP-XXXX-1 is a 4-meter tall, and 1,3-meter wide wall, that extends for 6 hectometers, with 60 arches of varying sizes, that surrounds 1 quarter of the entire island. The wall is covered in graffitis and street art.
Wow! You flipped a card and got: SCP-7104!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 18:42

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-7104

Object Class: N/A (Safe Classification Pending)

Special Containment Procedures: SCP-7104 is non-existent, hence cannot be contained.

Description: SCP-7104 is the designation of a non-existent object. Meaning that SCP-7104 has never existed. Although SCP-7104 is the designation of a non-existent object, it manifests as a CD/DVD for a non-existent operating system called $#%e@ëFãOÑ and the version seemed to be 12.194994771838710038818939910387189992281737810100003181293009293818000183727839877889287616577101103983271788363778727718388278370001380988273551738388471639, a bootable USB for Windows 7, and a bootable floppy for Windows 1.01, food cans, computers, leaked betas and so on. While near it, the people will lose control even though they have protection. The longer they stay, the stronger the movement.

The person shakes at shake1 1 while they have full control.


Wow! You flipped a card and got: Doc-Red!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 14:34
rating: 0+x


{$name}

SCP-XXXX in containment

Special Containment Procedures: SCP-XXXX is to be kept in a 25m x 25m standard containment cell, the cell is decorated to look like SCP-XXXX's natural habitat in order to not confuse SCP-XXXX.

Description: Found in 1998, SCP-XXXX is a bat like creature that can shoot out hydrochloric acid from its wings,

Addendum:

[[footnoteblock]]


Wow! You flipped a card and got: !!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 14:27
Wow! You flipped a card and got: RebelYeltsin!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 10:17
rating: 0+x
The ListPages module does not work recursively.

Item #: SCP-5674

Object Class: Safe

Special Containment Procedures:SCP-5674 is to be kept in a standard hermetically sealed glass container within a lead-lined containment cell. All staff entering SCP-5674's cell are to wear Level 3 Standard Radiation Equipment. SCP-5674 is to be kept in a lead-lined containment cell filled with water at all times. No humans shall be permitted within 30 meters of SCP-5674 except during testing approved by at least three site researchers and lead researcher Dr. Angela Williams. All testing involving SCP-5674-2 is to be approved by the O5 council.

Description: SCP-5674 is a solid diamond baseball, 2.86 inches in diameter. It contains a small projector at the base of a 1.6 inch deep by 2.3 inch thick groove on the back side of the baseball. The front side has the engraved signature of an individual named Trevor Lipinski.

SCP-5674 exhibits anomalous effects when in contact with any human. SCP-5674 will begin to emit a blue light from its projector. Approximately fifteen seconds later, SCP-5674 will emit a significant but currently not life-threatening amount of radiation. SCP-5674 increases radiation emissions with each activation. The source of the radiation is unknown and constitutes an anomalous effect on its own.

SCP-5674-Prime is a large, potentially infinite space consisting of what appears to be Great American Ballpark in Cincinnati, in disrepair. If anything exists beyond the ballpark is unknown. Following Incident 5674/1 a portal to SCP-5674-Prime manifests invariably during activation of SCP-5674.

SCP-5674-2 is an anomalous white male human, believed to be Major League Baseball player Trevor Lipinski. Lipinski disappeared on January 8, 2019. SCP-5674-2 has exhibited extreme hostility and killed several foundation personnel in an apparent attempt to escape SCP-5674-Prime. While SCP-5674-2 has attempted to escape via the wormhole to SCP-5674-Prime, foundation personnel have successfully forced SCP-5674-2 back through the wormhole. This has prevented all further harm spare for D-class losses during controlled testing, at the cost of increasing SCP-5674-2's hostility.

Addendum: SCP-5674-Prime was first encountered during incident 5674/1. See Incident Log 5674/1 for details.

WARNING: THE FOLLOWING FILE IS LEVEL 4/5674 CLASSIFIED


ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4/5674 AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.

ID
PASSWORD

[[footnoteblock]]


Wow! You flipped a card and got: Rhineriver's CSS Test Page!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 02:07

This is the page where I desperately try to make a theme. This is filler text.
Wow! You flipped a card and got: A Random Glitch 3.0!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 01:01

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures: SCP-XXXX is to be contained in an air-tight containment cell. No items that can make heat are allowed in the SCP-XXXX containment cell or be given to SCP-XXXX. If SCP-XXXX has "flamed" itself Liquid Nitrogen is to be poured into the SCP-XXXX containment cell until SCP-XXXX fire has been doused. SCP-XXXX is allowed to get items for good behavior all items must

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: Dr. Lucis II!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 21:54
rating: 0+x

[[footnoteblock]]