Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Línea 26: | Línea 26: | ||
input { | input { | ||
background-color: white !important; | background-color: white !important; | ||
} | |||
#footer li { | |||
color: #EEEEEE; | |||
} | |||
#footer li a { | |||
color: #EEEEEE; | |||
} | |||
#footer li a:visited { | |||
color: #999999; | |||
} | } |
Revisión del 19:23 18 jun 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ body { background: #403f20; } #mw-page-base { background: #6c6948; } #mw-panel .portal .body li a { color: #EEEEEE; } #mw-panel .portal .body li a:visited { color: #999999; } #p-personal li a { color: #EEEEEE; } #p-personal li a:visited { color: #999999; } input { background-color: white !important; } #footer li { color: #EEEEEE; } #footer li a { color: #EEEEEE; } #footer li a:visited { color: #999999; }