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: +23+x
hola
lqtl.gif

bienvenido a mi página de autor


Guía de Nico sobre licencias de archivos, citando fuentes y otras cosas esotéricas 19 3 14 Feb 2019 01:16 08 Sep 2021 10:17
SCP-MIAU-J 18 7 15 Apr 2022 00:32 15 Apr 2022 15:16
Carroll 305: La Pequeña Habana 18 4 24 Aug 2019 12:09 25 Aug 2019 00:58
El 26 de julio 17 3 02 Dec 2022 14:55 04 Dec 2022 20:01
Samuel el Topo 16 7 20 Aug 2021 15:09 06 Feb 2023 20:54
Propuesta de Proyecto 2024-036: "Chúpame la verga" 16 3 18 Mar 2019 19:45 18 Mar 2019 20:12
SCP-ZH-261 15 6 19 Feb 2020 18:53 08 Aug 2020 23:01
SCP-4046 15 5 08 Jun 2019 14:10 09 Jun 2019 03:00
Una Introducción Básica a la Edición de Divs 15 3 09 Feb 2019 22:31 09 Feb 2019 23:37
SCP-6101 11 5 01 Aug 2021 21:01 11 Mar 2022 19:01
SCP-6469-D 9 1 19 Jan 2022 23:37 19 Jan 2022 23:38
SCP-1921-J 9 1 11 Aug 2020 15:52 11 Aug 2020 15:54
SCP-4710 9 1 09 Jul 2019 14:16 09 Jul 2019 14:17
La Virtud de la Resiliencia 8 1 22 Jul 2023 19:16 22 Jul 2023 19:23
Concurso GdI 2020 8 23 07 Dec 2019 00:12 22 Feb 2020 15:22
SCP-4959 8 4 18 May 2019 18:47 19 May 2019 02:13
SCP-ES-305-J 7 5 28 Oct 2019 22:38 18 Dec 2020 05:53
Entrevistas con iconos - The Administrator, Fritzwillie 6 3 26 Jul 2021 00:52 26 Jul 2021 14:00
SCP-6499 6 1 24 Jul 2021 21:21 24 Jul 2021 21:22
SCP-4911 6 1 23 Jun 2021 22:06 23 Jun 2021 22:10



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


FOR SRS
si no vuelvo o desaparezco durante más de un año, dejo todas mis obras a 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