Diferencia entre revisiones de «MediaWiki:Timeless.css»

De Jesulink Fanwiki
Sin resumen de edición
Sin resumen de edición
Línea 4: Línea 4:
body {
body {
     background-color: #3c403c;
     background-color: #3c403c;
     font-family: 'Alexandria';
     font-family: Alexandria, Sans-Serif;
}
}



Revisión del 10:30 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, Sans-Serif;
}

/* 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;
}