Diferencia entre revisiones de «MediaWiki:Timeless.css»

De Jesulink Fanwiki
(Página creada con «→‎All CSS here will be loaded for users of the Timeless skin: →‎Cambiar el fondo general: body { background-color: #f9f9f9; } →‎Cambiar la fuente del título principal: #content h1.firstHeading { font-family: 'Comic Sans MS', cursive; color: darkred; } →‎Cambiar los enlaces del menú lateral: #mw-panel a { color: darkblue !important; }»)
 
Sin resumen de edición
Línea 3: Línea 3:
/* Cambiar el fondo general */
/* Cambiar el fondo general */
body {
body {
     background-color: #f9f9f9;
     background-color: #3c403c;
    font-family: 'Alexandria';
}
}


/* Cambiar la fuente del título principal */
/* Cambiar la fuente del título principal */
#content h1.firstHeading {
#content h1.firstHeading {
     font-family: 'Comic Sans MS', cursive;
     font-size: large;
    color: darkred;
}
}



Revisión del 10:28 7 jul 2025

/* All CSS here will be loaded for users of the Timeless skin */

/* Cambiar el fondo general */
body {
    background-color: #3c403c;
    font-family: 'Alexandria';
}

/* Cambiar la fuente del título principal */
#content h1.firstHeading {
    font-size: large;
}

/* Cambiar los enlaces del menú lateral */
#mw-panel a {
    color: darkblue !important;
}