Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
(No se muestran 7 ediciones intermedias de otro usuario) | |||
Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | ||
body { | body { | ||
background: # | background: #403f20; | ||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background: # | background: #6c6948; | ||
} | } | ||
#mw-panel .portal | #mw-panel .portal li a { | ||
color: # | color: #EEEEEE; | ||
} | } | ||
#mw-panel .portal | #mw-panel .portal li a:visited { | ||
color: #999999; | |||
} | |||
#p-personal li a { | |||
color: #EEEEEE; | |||
} | |||
#p-personal li a:visited { | |||
color: #999999; | |||
} | |||
#simpleSearch input { | |||
background-color: white !important; | |||
} | |||
#footer li { | |||
color: #EEEEEE; | |||
} | |||
#footer li a { | |||
color: #EEEEEE; | |||
} | |||
#footer li a:visited { | |||
color: #999999; | color: #999999; | ||
} | } |
Revisión actual del 14:55 7 mar 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ body { background: #403f20; } #mw-page-base { background: #6c6948; } #mw-panel .portal li a { color: #EEEEEE; } #mw-panel .portal li a:visited { color: #999999; } #p-personal li a { color: #EEEEEE; } #p-personal li a:visited { color: #999999; } #simpleSearch input { background-color: white !important; } #footer li { color: #EEEEEE; } #footer li a { color: #EEEEEE; } #footer li a:visited { color: #999999; }