|
|
| (No se muestran 2 ediciones intermedias del mismo 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 */ |
|
| |
| /* fondo global absoluto y texto principal */
| |
| html, body,
| |
| #content,
| |
| #mw-page-base,
| |
| #mw-head-base,
| |
| #mw-wrapper,
| |
| .mw-body,
| |
| #mw-content-container {
| |
| background-color: #121212 !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| /* Fondo de la barra lateral fija y áreas de navegación */
| |
| #mw-navigation,
| |
| .mw-sidebar-container,
| |
| .vector-sidebar-container,
| |
| #mw-panel,
| |
| #p-logo,
| |
| .vector-menu-portal {
| |
| background-color: #121212 !important;
| |
| }
| |
|
| |
| /* Encabezado superior (Menú de usuario y búsqueda) */
| |
| #mw-head,
| |
| .vector-header-container,
| |
| .vector-header {
| |
| background-color: #1a1a1a !important;
| |
| border-bottom: 1px solid #2d2d2d !important;
| |
| }
| |
|
| |
| /* Arreglo para las pestañas superiores (Leer, Editar, Ver historial) */
| |
| .vector-menu-tabs,
| |
| .vector-menu-tabs li,
| |
| .vector-menu-tabs li a {
| |
| background-color: #1a1a1a !important;
| |
| background-image: none !important;
| |
| color: #e0e0e0 !important;
| |
| border-color: #2d2d2d !important;
| |
| }
| |
|
| |
| .vector-menu-tabs li.selected a {
| |
| background-color: #121212 !important;
| |
| color: #ffffff !important;
| |
| }
| |
|
| |
| /* Títulos principales */
| |
| h1, h2, h3, h4, h5, h6, .firstHeading {
| |
| color: #ffffff !important;
| |
| border-bottom: 1px solid #2d2d2d !important;
| |
| }
| |
|
| |
| /* Enlaces (Azul claro para legibilidad en oscuro) */
| |
| a {
| |
| color: #6ba6ff !important;
| |
| }
| |
| a:visited {
| |
| color: #c58af9 !important;
| |
| }
| |
| a.new {
| |
| color: #ff7b72 !important; /* Enlaces a páginas que no existen */
| |
| }
| |
|
| |
| .mw-rcfilters-ui-changesListWrapperWidget {
| |
| /* @todo: We don't have a standardized text highlight color yet */
| |
| background: yellow;
| |
| .darkmode-override( {
| |
| background-color: darken( yellow, 70% );
| |
| } );
| |
| }
| |
|
| |
| th.headerSort {
| |
| /* TODO: use ResourceLoader image module instead */
| |
| background-image: url( images/sort_both.svg );
| |
| .darkmode-override( {
| |
| background-image: url( images/sort_both_inverted.svg );
| |
| } );
| |
| }
| |
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */