SCP-5855
/*
    Simple Yonder Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
        Sigma-9 Theme by Aelanna and Dr Devan
        Y2K Theme by etoisle
        Anderson Robotics Theme by Croquembouche
        Minimal Theme by stormbreath
        Word Processing Theme by stormbreath
        Flopstyle CSS by Lt Flops
*/
 
@import url('http://lafundacionscp.wdfiles.com/local--files/theme%3Asimple-yonder/jost.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
body {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.865em;
    word-break: unset;
    --themeColor: #7E2520;
    --accentColor: #E53C35;
}
 
.code pre, .code p, .code, tt{ /* ---- Code by Croquembouche ---- */
    font-family: "Fira Code", monospace;
}
 
.page-source{
    font-family: "Fira Code", monospace;
 
}
a {
    color: rgb(229, 60, 53);
}
 
a:visited {
    color: rgb(126, 37, 32);
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7E2520;
    font-family: 'jostregular';
    font-weight: bold;
}
 
#account-topbutton{
    border: 0px solid #000;
}
 
/* ---- PAGE WRAP ---- */
 div#container-wrap{
     background-image: url(http://lafundacionscp.wdfiles.com/local--files/theme%3Asimple-yonder/bg3.png);
     background-repeat: repeat-x;
}
 
div#header {
    background-image: url(http://lafundacionscp.wdfiles.com/local--files/theme%3Asimple-yonder/logo.png);
    background-size: 12.5%;
}
 
#page-title {
    font-family: 'jostregular';
    font-size: 2.25em;
    font-weight: bold;
    color: #7E2520;
}
 
#login-status,
#login-status a {
    color: white;
    font-weight: bold;
}
 
#footer {
    background: transparent;
    color: #ffffff;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #282828;
    box-shadow: none;
    border-radius: 2px;
    color: #f4f4f4;
}
 
#search-top-box input.empty {
    color: #bbbbbb;
}
 
div#header h1 a span {
    font-family: 'jostregular';
    font-weight: bold;
    color: #f4f4f4;
    text-shadow: 0px 0px 0px #000;
}
div#header h2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #f4f4f4;
    padding: 17px 0;
    text-shadow: 0px 0px 0px #000;
    white-space: pre;
}
 
.scp-image-block.block-right {
    margin: 0 2em 1em;
}
 
@media (min-width: 767px) {
     #header {
             background-position: 0em 1.7em;
     }
}
 
/* ---- SIDE BAR ---- */
 
#side-bar {
    left: 0.5em;
}
 
#side-bar .side-block {
    border: #ffffff 4px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff !important;
    padding: 2px;
}
#side-bar .heading {
    border: none;
    border-radius: 0;
    color: #282828;
    font-size: 1.2em;
    padding: 1em 1em 0 0;
    border-top: 1px solid rgba(0,0,0,.12);
    margin: 1em calc(-1em + 2px) 1em 0;
    font-weight: normal;
}
 
#side-bar .menu-item > a:hover {
    background-color: rgba(0,0,0,0.04);
    color: #E53C35;
    text-decoration: none;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: #7E2520;
    border: none;
}
 
#side-bar a:visited,
#top-bar a,
#top-bar ul li.sfhover a,
#top-bar ul li:hover a,
#login-status ul a,
#login-status ul a:hover {
    color: #7E2520;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #fff;
        left: -19em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #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: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #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-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #7E2520; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: white; /* tab background */
    border-color: transparent;
    color: black;
    transition: 0.125s;
}
 
.yui-navset .yui-nav a em {
    background: #f4f4f4;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border-color: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: white; /* selected tab background */
    color: #7E2520;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: transparent;
    box-shadow: 0px 1px 2px 0.5px rgba(0,0,0,0.5);
    background: white;
}
 
.yui-navset .yui-content {
    background: #f4f4f4; /* content background color */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: transparent; /* content border */
    border-top-color: transparent; /* different border color */
}
 
.yui-navset-left .yui-content {
    border-left-color: #b7a9a9; /* different border color */
}
 
/* ---- TOP MENU ---- */
 
#top-bar a {
    color: #f4f4f4;
    font-weight: normal;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: rgb(126, 37, 32);
}
 
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
}
#page-content .rate-box-with-credit-button {
    background-color: #ffffff;
    border: solid 1px white;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #7E2520;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #ffffff;
    color: #E53C35;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px white;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: none;
    margin: unset;
    margin-bottom: 6px;
}
 
div.page-rate-widget-box .rate-points {
    background-color: white !important;
    color: #7E2520 !important;
    border: solid 1px white;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #7E2520;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: white;
    color: #E53C35;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: white;
    border: solid 1px white;
}
 
.page-rate-widget-box .cancel a {
    color: #7E2520;
}
.page-rate-widget-box .cancel a:hover {
    background: white;
    color: #E53C35;
}
 
/* ---- PAGE ELEMENTS ---- */
 
#page-content .wiki-content-table tr th {
    border: solid 1px #bbbbbb;
    background-color: #f4f4f4;
    /* set border for table title */
}
 
#page-content .wiki-content-table tr td {
    border: solid 1px #bbbbbb;
    /* set border for table content */
}
 
blockquote,
div.blockquote,
#toc,
.code {
     background-color: #f4f4f4;
     border: solid 1px #bbbbbb;
}
 
.scp-image-block {
    border: solid 1px #bbbbbb;
    box-shadow: none;
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #f4f4f4;
    border-top: solid 1px #bbbbbb;
    color: black;
}
/* 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: +17+x

Ítem #: SCP-5855

Clasificación del Objeto: Keter

AppleFeet.png

"La Musa Escarlata" del notable postimpresionista Hugo Demóre, c. 1879

Procedimientos Especiales de Contención: Actualmente no se sabe lo suficiente sobre las manifestaciones de SCP-5855 para contener eficazmente a SCP-5855 en el momento de la manifestación. Por esta razón, los esfuerzos de contención a corto plazo deben centrarse en la administración de amnésicos de Clase G a los individuos que han visto SCP-5855 pero que no se vieron afectados por la propiedad antimemética no anómala de SCP-5855.

Los esfuerzos de contención permanente han sido dirigidos a la finalización de la Operación: CENA EN TV. Tras la finalización de la Operación: CENA EN TV y la observación de su eficacia, los procedimientos especiales de contención deberán ser revisados.

Descripción: SCP-5855 es la designación colectiva para una variedad de frutas anómalas que llevan uno o más órganos/apéndices humanos. Las instancias de SCP-5855 son inteligentes y ambulantes, y se desplazan rodando, saltando o utilizando sus extremidades humanas. Las instancias de SCP-5855 se manifiestan cerca de individuos (en adelante denominados SCP-5855-A) que tienen antecedentes artísticos o creativos1 y están afectados por uno o más de los siguientes factores:

  • Privación severa del sueño.
  • Fiebre alta.
  • Drogas alucinógenas.
  • Psicosis.

Las instancias de SCP-5855-A suelen negar que sus percepciones de SCP-5855 sean exactas, creyendo en cambio que han identificado erróneamente frutas no anómalas o que estaban soñando. Este efecto se ha considerado no anómalo.

Las instancias de SCP-5855-A suelen crear arte que representa a SCP-5855, las cuales se desmanifiestan poco después de la "chispa de inspiración" de SCP-5855-A.

Anexo 01 - Representaciones Artísticas de SCP-5855:

Manana.png

Una imagen tomada del usuario de tumblr st4rvingshartist. El pie de foto pone: "Inspirado en un sueño que tuve donde un plátano con brazos me decía que siguiera haciendo arte. Gracias manana :)"

Pearson.png

"Sueño de Fiebre" por @ZaylArt🔞 en Twitter, 2019

painapple.png

"La Piña Fea" de Ralph Jacobs, subcampeón de los Scholastic Art Awards 2012

orangeLips.png

"Discurso Sin Sustancia" de Emanuel Canterfellow Rosenstein, actualmente en la AAAG (American Abstract Art Gallery), 2016

Anexo 02 - Propuesta del Investigador en Jefe Turner:
El análisis de las manifestaciones de SCP-5855 realizado por el Investigador en Jefe Turner descubrió los siguientes patrones:

  • Hay un mínimo de 6 meses entre cada manifestación de SCP-5855.
  • La duración del tiempo entre las manifestaciones (sin incluir los 6 meses iniciales) parece estar relacionada con el estilo en el que SCP-5855 fue representado.
  • La duración del período de desmanifestación está positivamente correlacionada con el grado de realismo de la representación de SCP-5855 y con el grado de importancia de dicha representación en la composición general de la obra.

Teniendo en cuenta esta información, junto con la inteligencia previamente documentada de SCP-5855 y la tendencia a manifestarse en presencia de individuos artísticos/creativos, se ha hipotetizado la siguiente explicación del comportamiento de SCP-5855:

  • Las instancias de SCP-5855 se manifiestan con la intención de ser representadas artísticamente.
  • SCP-5855 tiene una preferencia por los estilos artísticos realistas y las representaciones que se centran en SCP-5855.
  • La duración de las desmanifestaciones de SCP-5855 se correlaciona con lo "satisfecho" que SCP-5855 está con su representación.
  • Al representar a SCP-5855 durante un período de desmanifestación, se podría prolongar la duración del tiempo en que SCP-5855 está "satisfecho", retrasando futuras manifestaciones.

Para probar esta hipótesis y contener más eficazmente a SCP-5855, la Operación: CENA EN TV fue propuesta.

OPERACIÓN: CENA EN TV

Objetivo Primario: Prevenir las manifestaciones SCP-5855.

Objetivo Secundario: Crear una fuente adicional de financiación de la Fundación. Si la Operación: CENA EN TV no logra evitar todas las manifestaciones de SCP-5855, se inoculara al público con imágenes de frutas con órganos humanos. Esto reducirá la probabilidad de que el velo se rompa por las manifestaciones de SCP-5855.

Curso de Acción: Una empresa pantalla de la Fundación producirá y publicará con frecuencia nuevas representaciones de SCP-5855 para el público. Éstas adoptarán la forma de un programa de televisión episódico, lo que permitirá crear nuevo contenido (y consiguientemente nuevas representaciones de SCP-5855) de forma indefinida. Los personajes principales de esta serie (que aparecerán en pantalla tan a menudo como sea posible) serán frutas con múltiples órganos humanos externos. Estos órganos deberán ser transpuestos digitalmente en su superficie (piel, cáscara, etc.) por un equipo de editores. Si es necesario para la coherencia de la trama, el Investigador en Jefe Turner puede aparecer como un personaje del programa.

Una imagen prototipo que demuestra el estilo artístico realista del producto final ha sido adjuntada al final de este documento.

ESTATUS: APROBADO

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