Shedd's Shed
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap" rel="stylesheet');
 
#header {
    background: url(http://chethemes.wikidot.com/local--files/theme:scpixel/pxlogo.png) 13px 41px no-repeat;
    background-size: 94px 94px;
}
 
div#container-wrap {
    background: url(http://chethemes.wikidot.com/local--files/theme:scpixel/pxheader3.jpg) top left repeat-x;
}
 
#page-content { font-size: 0.91rem; }
 
body {
    color: #0b1424;
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}
 
.page-source, .code pre, .code p, .code, tt{ 
    font-family: "Pixelify Sans", sans-serif;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25375c;
    font-family: "Press Start 2P", system-ui;
    font-weight: 800;
}
 
#header h1 a::before {
    content: "Cobertizo de Shedd";
    font-size: 65%;
    font-family: "Press Start 2P", system-ui;
    font-weight: 800;
    text-shadow: none;
}
 
#header h1 a span{
    visibility: hidden;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
    font-family: "Pixelify Sans", sans-serif;
}
 
#header>h2>span::before {
    content: 'Sí, huele mal';
    color: #fff;
    text-shadow: none;
}
 
/* Login & Search & Top Bar */
 
#search-top-box {
    position: absolute;
    top: 40px;
    right: 9px;
    width: 250px;
    text-align: right;
    font-family: "Pixelify Sans", sans-serif;
}
 
#search-top-box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    text-align: right;
    z-index: 1;
}
 
#search-top-box-form {
    display: inline-flex;
}
 
#search-top-box-form > input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 5px;
}
 
#search-top-box-input {
    background-color: #0b1424;
    border: solid 1px #25375c;
    color: #aec3d6;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    box-shadow: inset 1px 1px 5px rgb(174 195 214 / 50%);
    color: #aec3d6 !important;
}
 
#search-top-box-form input[type=submit] {
    padding: 2px 5px;
    background: #0b1424;
    box-shadow: 0 1px 3px rgba(174, 195, 214, .5);
    border: solid 1px #5c7391;
    color: #5c7391;
    font-size: 90%;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background: #5c7391;
}
 
#top-bar a {
    color: #25375c;
    background: transparent;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #aec3d6;
    color: #25375c;
}
 
#top-bar ul li ul a,
#top-bar a:hover {
    color: #25375c;
}
 
#page-title {
    font-family: "Press Start 2P", system-ui;
    font-size: 2.2em;
    font-weight: bold;
    color: #0b1424;
    border-color: #25375c;
}
 
.page-rate-widget-box {
     box-shadow: 0px 0px 0px 2px #aec3d6;
     background-color: #0b1424;
     padding: .1em;
}
 
a {
  color: #5c7391;
}
a:visited {
  color: #25375c;
}
a.newpage {
  color: #aec3d6;
}
 
div.page-rate-widget-box .rate-points {
    background-color: #0b1424 !important;
    border: none;
    color: #aec3d6 !important;
    text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #0b1424;
    border-top: none;
    border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #aec3d6;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #aec3d6;
    color: #0b1424;
}
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #0b1424;
    border: none;
}
.page-rate-widget-box .cancel a {
    color: #aec3d6;
}
.page-rate-widget-box .cancel a:hover {
    background: #aec3d6;
    color: #0b1424;
}
 
/* Credit Module */
#page-content .rate-box-with-credit-button {
    background-color: #0b1424;
    border-color: #0b1424;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 2px #aec3d6;
}
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: transparent;
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button div.page-rate-widget-box .rate-points {
    border-left: 0;
}
 
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
     color: #aec3d6;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
     color: white;
}
 
#page-content .modalbox {
     background: #0b1424 !important;
     color: #ccc;
     box-shadow: 0px 0px 0px 2px #aec3d6;
}
 
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
    background-color: #aec3d6;
}
 
/* Ayer's Info Module */
:root {
    --barColour: #0b1424;
    --linkColour: #aec3d6;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(60deg) brightness(400%);
}
 
.info-container .collapsible-block-unfolded {
    border-color: #aec3d6;
}
 
/* Tables */
#page-content .wiki-content-table tr th {
    background-color: #25375c;
    color: #ffffff;
    border: 1px solid #0b1424;
}
 
/* TABS */
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
     border-color: #0b1424;
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     margin: 0 auto;
     box-shadow: none;
}
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #0b1424;
}
 
 .yui-navset .yui-nav a,
 .yui-navset .yui-navset-top .yui-nav a {
     border: unset;
     box-shadow: none;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: #0b1424;
    color: white;
    border: 0px solid #0b1424;
    border-bottom: 2px solid #5c7391;
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: #25375c;
    color: white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
 
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
    background: #5c7391;
    border-bottom: 2px solid #aec3d6;
}
 
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
     border: 0px;
     padding: .35em .75em;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     align-items: center;
     justify-content: center;
}
 
.yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected {
    margin: 0;
}
 
 .yui-navset .yui-nav li,
 .yui-navset .yui-navset-top .yui-nav li {
     position: relative;
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     margin: 0;
     padding: 0;
}
 .yui-navset .yui-nav li a,
 .yui-navset-top .yui-nav li a,
 .yui-navset-bottom .yui-nav li a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .yui-navset .yui-nav li em{
     border: unset;
}
 
/* COSOS DEL COSTADO*/
 
#side-bar .side-block,
#interwiki .side-block {
    border: 2px solid #0b1424;
    background: #25375c!important;
    border-radius: 1px;
}
 
#side-bar .heading,
#interwiki .heading {
    color: #0b1424;
    border-bottom: solid 1px #0b1424;
}
 
#interwiki .menu-item img {
    filter: hue-rotate(70deg);
    -webkit-filter: hue-rotate(70deg);
}
 
#side-bar a:visited,
#interwiki 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: #5c7391;
 
}
 
/* TORTUGA*/
 
#side-bar .menu-item .image,
#interwiki .menu-item .image,
#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded-link .collapsible-block-content .image {
    filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(7167%) hue-rotate(173deg) brightness(90%) contrast(85%);
}
 
/* Image Blocks */
.scp-image-block {
    border: solid 2px #0b1424;
}
.scp-image-block .scp-image-caption {
    background-color: #aec3d6;
    border-top: solid 2px 0b1424;
}

¡El Espectro Lucha Por la Justicia!






ATENCIÓN

Gracias por su atención.


















Trabajos y demás



SCPs
Número Título Autor/a
SCP-7300 ¡¡¡PLANCTON!!! Ellie3Ellie3
SCP-555-FR La Religión SCP ReyasReyas
SCP-105-JP ¿Qué es SCP-105-JP? ¡Lo investigué a mi manera! FuzFuz
SCP-002-IT-J Dr. Destructor ThatGuyRichardThatGuyRichard
SCP-ZH-146 Días de Primavera helloahuman
SCP-115-VN pastilla de mejora de ojos por dado KH NamKH Nam, Irina BougainvilleaIrina Bougainvillea
SCP-CN-2631 Aliens hablando inglés 62ECN62ECN
SCP-009-DE Gasolina Barata Dr OreDr Ore
SCP-042-PT El abridor de ████ Uilo CruzUilo Cruz
SCP-PL-029 Nada Peligroso ZeroStriderZeroStrider
SCP-141-TH El ojo de la tormenta Sirapavit00Sirapavit00
SCP-041-CS1 Niño burbuja Steven ChorosSteven Choros
SCP-6599 HOGSLICE PlaguePJPPlaguePJP, DunEDunE
SCP-8595 Todo el mundo es un Crítico PlaguePJPPlaguePJP
La Propuesta de Todos H-U-¡¿POR QUÉ?! MisterFrownMisterFrown IhpIhp
SCP-8047 Retorcerse, Contorsionarse, Vivir Cathy AutumnCathy Autumn
SCP-8200 El Mar Fantasma MontagueETCMontagueETC
SCP-3237 Un hombre que no tiene frío Aero_GrillosAero_Grillos
SCP-2842 Es un meme, estúpido Communism will winCommunism will win
SCP-2331 SCRAVECROW SoullessSingularitySoullessSingularity



Relatos
Título Autor/a
Los Grupos de Interés: Conferencia de Revisión de A.D. para los agentes de Relaciones Exteriores. Fragmento: Aniquilacionismo. Comrade XanderComrade Xander
Estándares de Contención para objetos humanoides Sten_MkIIsSten_MkIIs

⌐■-■



Formatos GdI
Título Autor/a GdI
'Reptil de Adaptación Infinita' (6GJQG/JT8XH/WOBU2) DidicDidic Marshall, Carter & Dark
'Cubos Osteotrónicos' (VXY33/F7RQ3/9XAD1) DrChandraDrChandra Marshall, Carter & Dark



Hubs/Otros
Relatos de la Fundación Ucraniana



SCPs traducidos: 17
Relatos traducidos: 2
Formatos de GdI traducidos: 2
Otros: 1


Sobre mí

Hola, soy SheddShedd. Originalmente vine a este Sitio para publicar mis dibujos pero terminé haciendo traducciones xdd. Soy muy malo presentándome, soy argentino, se supone que hago pixel arts, disfruto de completar listas, mi color favorito es el verde, fan de Pokémon, PvZ, soy la décima persona en conseguir el logro Around the World y me gustan las empanadas.

Soy miembro de este sitio desde el 27/01/24. Conocí la Fundación por un vídeo mal editado con Loquendo que me asustó de chiquito, aunque no empecé a leer SCPs hasta mucho después. Me uní al Discord de la comunidad a tres semanas de ser miembro y por suerte me pude relacionar bien con la gente, aunque tengo que admitir que esto es por la Transcon. Cómo sea, gracias por estar acá.




Puntuación: +12+x







¿Encontraste mis lentes?








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