SCP-8422

[[iftags +component]]

This is a component to make the mobile sidebar button active on desktop-size screen.
To use, put the following:

[[include :scp-wiki:component:toggle-sidebar]]

If used with a theme, it's recommended to put said theme after this [[include]].

(Use this version by WoedenazWoedenaz if you're using Black Highlighter)


/* 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: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Times New Roman',Helvetica,Roboto,sans-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;
        pointer-events: auto;
}
 
@media not all and (max-width: 767px) {
 
    #top-bar .mobile-top-bar {
        display: block;
        pointer-events: none;
    }
 
    #top-bar .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 44.5rem;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -18rem;
        width: 15.25rem;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        background-color: rgba(0,0,0,0.1);
        transition: left 0.4s ease-in-out;
 
        scrollbar-width: thin;
    }
 
    #side-bar:target {
        left: 0;
    }
    #side-bar:focus-within {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 17rem;
        opacity: 0;
        z-index: -1;
        visibility: visible;
    }
    #side-bar:not(:target) .close-menu { display: none; }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
}

[[/iftags]]
rating: +12+x
alcatraz.jpg

Exterior facade of SCP-8422.

Item #: SCP-8422

Object Class: Safe

Special Containment Procedures: An electric fence has been constructed around SCP-8422, as well as a series of signs declaring it as a restricted area.

All exploration of the facility has been forbidden by the O5 Council.

Description: SCP-8422 is a three-story concrete building, located on the eastern coast of California. External markings label the structure as "Debra Audrey's Children's Hospital", however it appears to have been abandoned for a prolonged period of time.

The interior of SCP-8422 is arranged appropriately for a hospital. The decorum is noticeably aged, featuring antique furniture and outdated medical equipment, consistent with that of the 1920s and 1930s. It is in a similar state of decay as the exterior, showing signs of heavy vandalism and extreme water damage. The top floor of SCP-8422 is notably more barren than the rest of the structure. Documents found throughout dictate it as employee-only offices, however it appears to have been stripped-down at some point prior to the building's abandonment.

A concealed metal hatch bearing the SCP Foundation insignia was discovered in a broom closet on the ground floor, however it appears to have been welded shut.


    • _


    Below is a 50m deep access shaft, connecting the main body of SCP-8422 to the surface facade.

    Directly below the hospital is an extensive subterranean facility, comprised of six descending levels, connected by a single freight elevator. The structure follows a similar layout to many Foundation sites, implying it was constructed to perform a number of functions. The top three levels are furnished similarly to the the building above, however the latter three adhere to a much bleaker, brutalist design. The entire facility is in an advanced state of decay.

    Addendum 8422.1: Facility Layout

    lower.png

    The first level of SCP-8422.

    Floor #: 1

    Description: The top level of SCP-8422 appears to have originally acted as staff housing. It is comprised of 10 parallel hallways, connected by an additional hallway at each end. Each hallway has 20 rooms; 9 dormitories on each side, plus a communal kitchen and bathroom.

    Each dorm follows the same layout, with two bunk beds, as well as a writing desk and a set of lockers. The dorms are almost entirely bare, save for a few smaller items such as books and writing utensils.

    There are several instances of discarded/rotting food throughout the floor, as if residents vacated the building halfway through a meal.


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License