SCP-CN-2380
/* fuente: 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) {
 
    #top-bar .mobile-top-bar {
        display: block;
    }
 
    #top-bar .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;
        position: fixed;
        top: 0;
        left: -20em;
        width: 17.75em;
        height: 100%;
        margin: 0;
        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:not(:target) {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 19.75em;
        opacity: 0;
        z-index: -1;
        visibility: visible;
    }
    #side-bar:not(:target) .close-menu { display: none; }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
 
    /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
    @supports (-moz-appearance:none) {
    #top-bar .open-menu a {
        pointer-events: none;
    }
    #side-bar:not(:target) .close-menu {
        display: block;
        pointer-events: none;
        user-select: none;
    }
 
    /* This pseudo-element is meant to overlay the regular sidebar button
    so the fixed positioning (top, left, right and/or bottom) has to match */
 
    #side-bar .close-menu::before {
        content: "";
        position: fixed;
        z-index: 5;
        display: block;
 
        top: 0.5em;
        left: 0.5em;
 
        border: 0.2em solid transparent;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 0.9em;
 
        pointer-events: all;
        cursor: pointer;
    }
    #side-bar:focus-within {
        left: 0;
    }
    #side-bar:focus-within .close-menu::before {
        pointer-events: none;
    }
    }
}
Puntuación: +3+x
@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
 
/*
    SCP-001 Darkbody Theme
    [2018 Wikidot Theme]
    Based on Aelanna's Sigma 9 and Greenwolf's Third Law
    Edited by djkaktus for the Doomsday Contest
    Editado por Luis Gm para una traducción
*/
 
/* Page Rating Module Customizations */
.page-rate-widget-box {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    margin-bottom: 10px;
    margin-right: 2em;
 
}
div.page-rate-widget-box .rate-points {
    background-color: #708090 !important;
    border: solid 1px #2F4F4F;
    border-right: 0;
    border-radius: 5px 0 0 5px;
 
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: 708090;
    border-top: solid 1px #2F4F4F;
    border-bottom: solid 1px #2F4F4F;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: 2F4F4F;
    color: #2F4F4F;
    padding: 0 4px;
    margin: 0 1px;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #778899;
    color: #CC9999;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: #708090;
    border: solid 1px #2F4F4F;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background: #778899;
    color: #2F4F4F;
    text-decoration: none;
}
 
/* COMMON */
h1, #page-title {
    color: #101919;
}
#page-title {
    border-color: #bbb;
}
 
/* Links */
a, #side-bar a, #side-bar a:visited {
    color: #2f4f4f;
}
a.newpage {
    color: #436060;
}
#main-content#a:visited {
    color: #2a4747;
}
 
.form-control {
width: 95%;
}
 
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Adarkbody/body_bg) top left repeat-x;
}
 
/* HEADER */
#header {
    background: url(https://imglf3.lf127.net/img/K1UwdXJJY2hFWmd2YmEwLzQ0cFF1WTA2UitKTGZlclZhbEJiRm5LQXRSeFFud3NPb0Z6UDhBPT0.png) 10px 35px no-repeat;
background-size: auto 100px;
}
#search-top-box-input {
    border: solid 1px #2F4F4F;
    border-radius: 5px;
    color: #ccc;
    background-color: #708090;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #2F4F4F;
    color: #fff;
    background-color: #708090;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
#search-top-box-form input[type=submit] {
    border: solid 1px #2F4F4F;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #000000;
    background-color: #708090;
    background: linear-gradient(to bottom, #778899,#708090,#2F4F4F);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    cursor: pointer;
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #2F4F4F;
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: #708090;
    background: linear-gradient(to bottom, #778899,#708090,#2F4F4F);
    box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
 
#login-status {
    color: #708090;
}
#login-status a {
    background: transparent;
    color: #708090;
}
#login-status ul a {
    color: #708090;
    background: transparent;
}
 
#account-topbutton {
    background: #2F4F4F;
    color: #708090;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
    font-family:  'Play', sans-serif; 'Open Sans', sans-serif;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.9px;
}
 
#header h1 a::before {
    content: "La Fundación SCP";
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 3px 3px 5px #000;
}
 
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: 'Rama Hispanohablante';
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* TOP MENU */
#top-bar a {
    color: #C0C0C0;
    background: transparent;
}
 
#top-bar ul li ul {
    border: solid 1px #2F4F4F;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #C0C0C0;
    color: #2F4F4F;
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    border-top: 1px solid #ddd;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #C0C0C0;
    text-decoration: none;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}
 
.top-bar ul li:last-of-type ul {
    right: 0;
}
 
/* SIDE MENU */
#side-bar .menu-item p::before,
#side-bar .collapsible-block-link::before, #side-bar .colmod-link-top a::before {
    filter: hue-rotate(210deg);
    -webkit-filter: hue-rotate(210deg);
}
 
#side-bar div.side-block:nth-child(7) > div:nth-child(1) > div:nth-child(1) img {
    filter: none;
    -webkit-filter: none;
}
 
/*
Can't touch the translation box with CSS, unfortunately, so this will just vanish it
Hopefully temporary kludge THANKS GREENWOLF
*/
#side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame {
    -webkit-filter: hue-rotate(185deg) saturate(41%) brightness(86%);
    filter: hue-rotate(185deg) saturate(41%) brightness(86%);
    border: 1px solid #2F4F4F
    border-shadow: none;
}
#side-bar .side-block {
    border: 1px solid #2F4F4F;
    box-shadow: 0 2px 6px rgba(32,32,32,1) !important;
    background: #DCDCDC !important;
}
#side-bar .heading {
    color: #2F4F4F;
    border-bottom: solid 1px #2F4F4F;
}
#side-bar div.menu-item.inactive a {
    color: #2F4F4F;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #2F4F4F;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #2F4F4F;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #2F4F4F;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #b01;
    text-decoration: none;
}
#side-bar a:visited {
    color: #416d6d;
}
 
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #f5f5f5;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    color:#fff;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
 
/* FOOTER */
#footer {
    background: #444;
    color: #bbb;
}
#footer a {
    color: #fff;
    background: transparent;
}
 
/* Custom page content classes */
 
.content-panel {
    border: solid 1px #888880;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
.content-panel.standalone {
    background: #fcfdfb;
}
 
.content-panel .panel-heading {
    padding: 2px 10px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-body {
    padding: 5px 10px;
    background: #C0C0C0;
}
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #C0C0C0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #C0C0C0 ;
}
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #C0C0C0;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.15)
}
 
.alternate:nth-child(even) {
    background-color: rgba(255,255,255,.9);
}
 
/* Heritage Collection Rating Module */
.heritage-rating-module {
    display: inline-block;
    background-color: #633;
    padding: 2px 8px 2px 5px;
    border: solid 1px #ccc066;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    margin-right: 2em;
    margin-bottom: 10px;
}
.heritage-rating-module .heritage-emblem {
    float: left;
    position: relative;
    top: -2px;
    left: 2px;
    height: 16px;
    width: 16px;
    overflow: visible;
    margin-right: 2px;
}
 
/* Standard Image Block */
.scp-image-block {
    border: solid 1px #2F4F4F;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
    width: 300px;
}
 
.scp-image-block.block-right {
        float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}
 
.scp-image-block .scp-image-caption {
    background-color: #C0C0C0;
    border-top: solid 1px #2F4F4F;
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    width: 300px;
}
Puntuación: +3+x

Número de Serie del Objeto: CN-2380#82-10290-029199

Clasificación del Objeto Reconocida: Netzach


Análisis Básico:

Puesto que SCP-CN-2380 es un incidente anómalo que ya ha ocurrido en la Tierra, y que no se ha logrado ningún avance en la supresión de dicho fenómeno, la anomalía se considera incontenible; sin embargo, es posible apartar el conocimiento público de la anomalía.

Actualmente, el público percibe a SCP-CN-2380 como un fenómeno meteorológico/climático inevitable, con efectos idénticos a los de la "primavera" de hace 4938 años.


SCP-CN-2380.jpg

SCP-CN-2380

Observaciones:

SCP-CN-2380 es una irregularidad meteorológica anómala que ya ha ocurrido en el planeta Tierra; se manifiesta principalmente como:

  • En un momento determinado, sin que se observen partículas radiactivas, comienza a caer nieve/lluvia radiactiva desde la atmósfera; se desconoce la razón.
  • En un momento determinado, las capas de hielo comienzan a derretirse, revelando un líquido incoloro, inodoro y transparente que, según los análisis, constituye aproximadamente el 70% del cuerpo humano, sin que se conozca la razón.
  • En un momento determinado, se observó una especie de instancias de Plantas Superiores florecientes en estado natural; el análisis revela que estas plantas son muy receptivas a la radiación. Esta propiedad se observó igualmente en otras instancias de Plantas Superiores y su descendencia en la naturaleza.
  • En un momento determinado, el entorno natural volvió a llenarse de oxígeno para permitir la respiración humana; las partículas antes altamente radiactivas dejaron de serlo. El análisis revela que la anomalía indujo una estimulación a gran escala de la naturaleza intrínseca de la Tierra, lo que condujo a una restitución de las concentraciones estándar de partículas EVE.

En 2839 NE (Nueva Era), se descubrió que las zonas de nieve y hielo de toda la Tierra habían comenzado a derretirse, formando ríos, lagos y otras características geográficas. Se estima que en 2947 NE, la Tierra volverá a tener océanos y continentes.

En 2950 NE, se observó que el ambiente natural de toda la Tierra se había restablecido, y la vegetación regresó en un rápido segundo período del Fanerozoico. En 2951, se observó con éxito que una especie de Organismos Superiores había evolucionado, y en el año 3000 se observó que una especie de proto-humanos había evolucionado.

Actualmente, SCP-CN-2380 ha sido archivado.

Si no se indica lo contrario, el contenido de esta página se ofrece bajo Creative Commons Attribution-ShareAlike 3.0 License