Donkey Kong Wiki
Sin resumen de edición
Sin resumen de edición
Línea 30: Línea 30:
 
color: #FF0000 ! important;
 
color: #FF0000 ! important;
 
font-family: Gill Sans Extrabold;
 
font-family: Gill Sans Extrabold;
font-size: 10px;
+
font-size: 14px;
  +
text-shadow: 2px;
 
}
 
}

Revisión del 21:46 27 may 2020

/* Fondo */
body {
        background:url("https://images.wikia.nocookie.net/__cb20141120232127/donkeykong/es/images/a/a5/Dkctf_fondo.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/* Fondos a los módulos de la columna lateral */
.WikiaRail .module {
    background: url("https://vignette.wikia.nocookie.net/donkeykong/images/5/52/Fondo_en_la_comlumna_lateral.png/revision/latest?cb=20160420213109&path-prefix=es");
}
/* Header menu transparency */
#WikiHeader {
background: url("https://vignette.wikia.nocookie.net/donkeykong/images/3/3a/Donkey_en_la_jungla.png/revision/latest?cb=20150427233414&path-prefix=es") no-repeat;
}
/* Fondo de la caja de chat */ .WikiaRail .ChatModule { background: url("https://vignette.wikia.nocookie.net/donkeykong/images/4/4c/Fondo_costa_crepuscular.png/revision/latest?cb=20150427230445&path-prefix=es") no-repeat; color: #000; 
}
/* Cursor*/ body, a:hover {cursor: url(https://images.wikia.nocookie.net/__cb20141120235128/donkeykong/es/images/5/54/39691.gif), progress !important;}
/***** Foto para las páginas de Usuarios*****/
.UserProfileMasthead .masthead-info {
  background-image: url("https://vignette.wikia.nocookie.net/donkeykong/images/8/8c/Fondo2.png/revision/latest?cb=20160420163553&path-prefix=es");
}
/* Informacion de perfiles */
.Wall .edited-by a[href$=Proyecto_N] ~ .subtle::after {
  content: Administrador;
}  
a[href$=Proyecto_N]{
    color: #FF0000 ! important;
    font-family: Gill Sans Extrabold;
    font-size: 14px;
    text-shadow: 2px;
}