Diferencia entre revisiones de «MediaWiki:Common.css»
Apariencia
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición Etiqueta: Revertido |
||
| Línea 4: | Línea 4: | ||
display: block !important; | display: block !important; | ||
} | } | ||
/* Forzar oscuro en Vector 2022 | /* Forzar modo oscuro en Vector 2022 */ | ||
.skin-vector-2022 { | body.skin-vector-2022 { | ||
color-scheme: dark !important; | |||
background-color: #111 !important; | |||
color: #eee !important; | |||
} | |||
/* Encabezado, barra lateral y paneles oscuros */ | |||
body.skin-vector-2022 .mw-body, | |||
body.skin-vector-2022 .vector-page-toolbar, | |||
body.skin-vector-2022 .vector-sticky-header, | |||
body.skin-vector-2022 #p-personal, | |||
body.skin-vector-2022 #mw-panel { | |||
background-color: #1b1b1b !important; | |||
color: #ddd !important; | |||
} | } | ||
Revisión del 17:52 20 dic 2025
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
#toc {
display: block !important;
}
/* Forzar modo oscuro en Vector 2022 */
body.skin-vector-2022 {
color-scheme: dark !important;
background-color: #111 !important;
color: #eee !important;
}
/* Encabezado, barra lateral y paneles oscuros */
body.skin-vector-2022 .mw-body,
body.skin-vector-2022 .vector-page-toolbar,
body.skin-vector-2022 .vector-sticky-header,
body.skin-vector-2022 #p-personal,
body.skin-vector-2022 #mw-panel {
background-color: #1b1b1b !important;
color: #ddd !important;
}