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 diferencias)
|
Revisión del 10:26 7 jul 2025
/* 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;
}
