Diferencia entre revisiones de «MediaWiki:Common.css»
De
Sin resumen de edición |
Sin resumen de edición |
||
| 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-sidebar- | #mw-navigation, | ||
.mw- | .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- | .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-color: #1a1a1a !important; | ||
background-image: none !important; | |||
color: #e0e0e0 !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 */ | /* Enlaces (Azul claro para legibilidad en oscuro) */ | ||
a { | a { | ||
color: # | color: #6ba6ff !important; | ||
} | } | ||
a:visited { | a:visited { | ||
| Línea 37: | Línea 60: | ||
} | } | ||
a.new { | a.new { | ||
color: #ff7b72 !important; /* Enlaces a páginas | color: #ff7b72 !important; /* Enlaces a páginas que no existen */ | ||
} | } | ||
.mw-rcfilters-ui-changesListWrapperWidget { | .mw-rcfilters-ui-changesListWrapperWidget { | ||
Revisión del 21:09 17 may 2026
/* 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 );
} );
}