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
 
(No se muestran 2 ediciones intermedias del mismo usuario)
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: #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;
}

Revisión actual - 10:30 7 jul 2025

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