Ficha De Uncle Nicolini (¡Ahora con 100% más español!)
/* ---------------------------------
The Foundationhaus Theme
2020 Wikidot Theme
Created by stormbreath
Please do not use this theme.
 
This is not for you.
--------------------------------- */
 
/* -------------- MAIN -------------- */
body {
    cursor: wait;
}
 
#content-wrap {
    transform: skew(.4deg);
}
 
::selection {
    background: #ff617b;
    color: transparent;
    text-shadow: 2px 2px 0 white;
}
 
a,
a.newclass {
    color: hsl(307, 100%, 37%);
}
 
a:visited {
    color: hsl(307, 90%, 30%);
}
 
a:hover {
    text-decoration: underline red wavy;
}
 
/* -------------- HEADER -------------- */
div#container-wrap {
    background-image: url(http://scptestwiki.wdfiles.com/local--files/sigma%3Agroverhaus/body_bg.png)
}
 
#header {
    background-image: url(http://scptestwiki.wdfiles.com/local--files/sigma%3Agroverhaus/foundationhas.png)
}
 
#header h1 a {
    color: transparent;
    text-shadow: none;
    text-align: center
}
 
#header h1 a::after {
    content: "foundationhaus";
    color: #fff;
    text-shadow: 3px 3px 5px #000;
    text-decoration: underline red wavy
}
 
#header h2 span {
     display: none;
}
 
/* -------------- LOG-IN INFO -------------- */
#login-status {
     top: 79px;
     right: 9px;
}
 
.printuser a,
.avatar-hover {
    filter: invert(100%);
}
 
#login-status ul a {
    color: #f0e65b;
    background: #36220e;
    border-color: #f0e65b;
}
 
/* -------------- SEARCH-BAR -------------- */
#search-top-box {
    top: 1em;
}
 
#search-top-box-input {
    background-color: teal;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: teal;
}
 
#search-top-box-form input[type=submit] {
    background-color: #633;
    background: linear-gradient(to bottom, #008080, #5F9EA0, #38A09B);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-color: #966;
    background: linear-gradient(to bottom, #38A09B, #5F9EA0, #008080);
}
 
/* -------------- TOP-BAR -------------- */
#top-bar ul li:hover a[href="javascript:;"] {
    background: radial-gradient(red 15%,orange 30%,yellow 45%,green 60%,blue 75%,indigo 85%,violet 100%);
  -webkit-text-stroke: 1px black;
}
 
#top-bar ul li:hover a:hover {
    color: yellow;
    background-color: indigo;
}
 
#top-bar ul li ul {
    border: solid 1px hsl(20, 100%, 45%);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-top: 1px solid white;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: hsl(20, 90%, 90%);
    color: hsl(20, 100%, 55%);
}
 
/* -------------- SIDE-BAR -------------- */
@media (min-width: 767px) {
    #main-content {
        margin: 0 22em 0 2em;
    }
 
    #side-bar {
        left: unset;
        right: 2em;
        display: flex;
        flex-direction: column-reverse;
    }
}
 
#side-bar a,
#side-bar a.newclass {
    color: hsl(200, 100%, 37%);
}
 
#side-bar a:visited {
    color: hsl(180, 100%, 37%);
}
 
#side-bar .side-block.media {
    border-radius: 0;
    background-color: #DBFFDD !important;
}
 
#side-bar .side-block.resources {
    border-radius: 100px;
    padding: 30px;
}
 
#side-bar .side-block {
    background: transparent url(http://scptestwiki.wdfiles.com/local--files/sigma%3Agroverhaus/foundationflage.png);
    border-color: #665500;
}
 
#side-bar .heading {
    font-family: BauhausLTDemi, 'Nanum Gothic', Arial, sans-serif;
    text-align: right;
    color: #005266;
    border-bottom-color: #005266;
}
 
#side-bar .menu-item img {
    display: none
}
 
#side-bar .menu-item::before {
    display: inline;
    position: relative;
    font-size: 10px;
    top: 1px;
    margin-right: 1px;
    content: url(http://topia.wikidot.com/local--files/component:hf-theme/goldstarsmall.png)
}
 
#side-bar .side-block.media .menu-item::before {
    content: "";
    top: 0;
    margin-right: 0;
    font-size: unset
}
 
#side-bar .side-block.media img {
    display: inline
}
 
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(276deg) brightness(105%) grayscale(13%) sepia(18%) invert(76%);
}
 
/* -------------- MOBILE SIDE-BAR -------------- */
@media (max-width: 767px) {
    #side-bar {
          background-image: url(https://pbs.twimg.com/media/DF8ohQsUQAAzoiU.jpg);
          background-repeat: repeat-y;
          background-size: 100% auto;
     }
 
    .open-menu a {
         filter: sepia(100%);
         transform: rotate(45deg);
    }
}
 
/* -------------- RATING MODULE -------------- */
 .page-rate-widget-box .rate-points {
     background-color: #FFF542 !important;
     border: solid 1px #363;
     color: #194068;
}
 
.page-rate-widget-box .number {
    color: #006B0A;
}
 
.page-rate-widget-box .ratedown {
     background-color: #e2ffef;
     border-top: solid 10px black;
     border-bottom: solid 10px purple;
}
 
.page-rate-widget-box .ratedown a {
     color: #336;
}
 
.page-rate-widget-box .ratedown a:hover {
     background: #a55a21;
     color: #ffffe8;
}
 .page-rate-widget-box .cancel {
     background-color: #005c60;
     border: solid 1px #446008;
}
 .page-rate-widget-box .cancel a {
     color: #996;
}
 .page-rate-widget-box .cancel a:hover {
     background: deeppink;
     color: greenyellow;
}
 
/* -------------- PAGE ELEMENTS -------------- */
/* ---- Titles ---- */
#page-title,
#page-content h1 {
    font-family: serif;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 100, 100, .5);
    text-align: justify;
    text-justify: inter-character;
    display: list-item;
}
 
#page-content h1 {
    transform: rotateX(180deg);
}
 
/* ---- Paragraphs ---- */
#page-content p::first-line {
    text-shadow: 2px 2px 2px rgba(0, 0, 30, .2);
}
 
#page-content p::first-letter {
    color: #000;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}
 
/* ---- Haus Divs ---- */
blockquote,
div.blockquote,
.haus {
    margin: 1em 6vw 1em 1vw !important;
    padding: 1em 1vw 3vh 6vw !important;
    border-radius: 0px 99px 25px 10px;
}
 
/* ---- Horizontal Rules ---- */
hr {
    border: 1em 1vw 1em 9vw;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.5);
}
 
/* ---- Tabs ---- */
.yui-navset .yui-nav a {
    transition: .5s;
}
 
/* -------------- MY BEAUTIFUL BASTARD SON -------------- */
#extra-div-1 {
    height: 1px;
    width: 1px;
    background: black;
    z-index: 999;
    position: fixed;
    top: 28vh;
    left: 43vw;
}
Puntuación: +26+x
hola
lqtl.gif

bienvenido a mi página de autor


¡Bienvenido a la Fundación SCP! 171 47 24 Aug 2019 22:15 31 Dec 2021 12:33
Propuesta De Nico 74 11 21 Mar 2019 16:44 22 Nov 2023 17:37
Propuesta de Nico, quien se ha vuelto un poco loco. 66 16 19 Mar 2019 14:50 30 Apr 2024 05:01
SCP-ES-112 61 10 17 Feb 2019 16:51 25 Apr 2025 08:38
SCP-ES-297 35 7 15 Dec 2020 18:53 29 Sep 2021 19:08
SCP-ES-076 34 10 02 Dec 2019 01:10 29 Jan 2024 04:42
SCP-ES-114 32 8 19 Feb 2019 01:48 25 Apr 2025 10:32
Dossier de Ubicación de la UdII -- "La Pequeña Habana" 31 2 13 Dec 2019 23:32 06 Jun 2021 19:00
SCP-ES-119 30 3 04 Aug 2019 17:58 06 Jun 2021 18:43
SCP-ES-194 30 5 20 Jun 2019 13:05 12 Sep 2022 02:31
Ficha De Uncle Nicolini (¡Ahora con 100% más español!) 26 1 14 Feb 2019 02:55 15 Jul 2021 16:21
SCP-ES-095 25 6 06 Dec 2020 22:15 01 Mar 2022 01:18
SCP-ES-202 25 10 18 Apr 2020 00:45 27 Jan 2024 00:24
SCP-ES-157 25 3 15 Aug 2019 21:49 31 Aug 2021 20:50
Registro de Pruebas/ SCP-ES-112 25 5 17 Feb 2019 17:24 07 Mar 2024 02:01
SCP-ES-125 23 8 30 Jun 2019 12:40 12 Jan 2025 04:04
Hub del Ministerio de Anomalías de Cuba 22 5 15 Feb 2020 00:53 11 Apr 2020 20:12
SCP-ES-110 22 5 12 Feb 2019 19:13 05 Apr 2020 21:26
SCP-MIAU-J 21 7 15 Apr 2022 00:32 15 Apr 2022 15:16
Guía de Nico sobre licencias de archivos, citando fuentes y otras cosas esotéricas 21 3 14 Feb 2019 01:16 08 Sep 2021 10:17
page 1 of 41234next »



COLLABS

SCP-ES-262 - RAVEYARD (ft morhadowmorhadow)
SCP-ES-244 - Mobula pendravolta pendrathaumos (ft Agente ShuffleAgente Shuffle)




escribo cosas en la wiki en inglés también, y traduzco para INT y escribo para la bilbioteca de los errantes
haga clic aquí para ver mi ficha EN
haga clic aqui para ver my ficha de la biblioteca de los errantes
haga clic aqui para ver mi ficha en INT



merlin.jpg
Faeowynn Wilson por Dr Merlin - VIDr Merlin - VI

shuffle.png
Faeowynn Wilson por Agente ShuffleAgente Shuffle


shuffle.png
Dra. Everwood por Agente ShuffleAgente Shuffle

FOR SRS
si no vuelvo o desaparezco durante más de un año, dejo todas mis obras a Agente ShuffleAgente Shuffle, morhadowmorhadow y Dc_YerkoDc_Yerko.

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