Anónimo

Diferencia entre revisiones de «MediaWiki:Timeless.css»

De Jesulink Fanwiki
sin resumen de edición
Sin resumen de edición
Sin resumen de edición
 
Línea 1: Línea 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* 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;
}