Diferencia entre revisiones de «MediaWiki:Vector.css»
Ir a la navegación
Ir a la búsqueda
m |
m |
||
| (No se muestran 24 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| Línea 14: | Línea 12: | ||
:root { | :root { | ||
/* Tamaño texto */ | |||
--text-ui-sm: 0.75rem; /* 12px aprox. — pie de página */ | --text-ui-sm: 0.75rem; /* 12px aprox. — pie de página */ | ||
--text-ui: 0.875rem; /* 14px aprox. — pestañas, menús, sidebar, buscador */ | --text-ui: 0.875rem; /* 14px aprox. — pestañas, menús, sidebar, buscador */ | ||
--text-body: 1rem; /* 16 x aprox. — texto del artículo */ | --text-body: 1rem; /* 16 x aprox. — texto del artículo */ | ||
/* Escala de superficies */ | |||
--fondo-pagina: #141418; | |||
--fondo-nav: #101014; | |||
--fondo-contenido: #202024; | |||
--fondo-elevado: #38383c; | |||
--fondo-cabecera-gris: #444448; | |||
/* Texto */ | |||
--texto: #D2D5DA; | |||
--texto-inverso: #FFFFFF; | |||
/* Marca Aldor */ | |||
--azul-marca: #5396D6; /* headings, hipervínculos */ | |||
--fondo-cabecera-azul: #4682B4; | |||
--azul-enlace-visitado: #99B1C2; | |||
--dorado-marca: #F5BF42; /* dorado vivo logo — acentos */ | |||
--dorado-medio: #D2A741; /* enlaces UI */ | |||
--dorado-apagado: #B8AD94; /* enlaces UI visitados */ | |||
--dorado-sombra: #9A7725; /* NO usar como texto — degradados/bordes decorativos */ | |||
/* Bordes: filo de luz sutil, mismo criterio en toda la interfaz */ | |||
--borde-claro: rgba(255, 255, 255, 0.20); | |||
/* Semánticos */ | |||
--enlace-nuevo: #fd7865; | |||
--enlace-nuevo-visitado: #c99391; | |||
--verde-ok: #2cb491; | |||
--rojo-aviso: #C1443F; /* plantilla cajas de aviso */ | |||
--verde-aviso: #3fc152; /* plantilla cajas actualización */ | |||
} | } | ||
h1, | h1, | ||
h2, | h2, | ||
| Línea 24: | Línea 54: | ||
h5, | h5, | ||
h6 { | h6 { | ||
color: | color: var(--azul-marca) | ||
} | } | ||
hr { | hr { | ||
color: | color: var(--azul-marca) | ||
} | } | ||
.editOptions { | .editOptions { | ||
background-color: | background-color: var(--fondo-contenido); | ||
border-color: | border-color: var(--borde-claro) | ||
} | } | ||
input, | input, textarea { | ||
textarea { | background-color: var(--fondo-elevado); | ||
background-color: | border-color: var(--borde-claro); | ||
border-color: | color: var(--texto) | ||
color: | |||
} | } | ||
| Línea 46: | Línea 75: | ||
.mw-body a.external, | .mw-body a.external, | ||
.mw-body a.extiw { | .mw-body a.extiw { | ||
color: | color: var(--azul-marca) | ||
} | } | ||
| Línea 52: | Línea 81: | ||
.mw-body a.external:visited, | .mw-body a.external:visited, | ||
.mw-body a.extiw:visited { | .mw-body a.extiw:visited { | ||
color: | color: var(--azul-enlace-visitado) | ||
} | } | ||
a.new, | a.new, | ||
#p-personal a.new { | #p-personal a.new { | ||
color: | color: var(--enlace-nuevo) | ||
} | } | ||
| Línea 64: | Línea 93: | ||
} | } | ||
div.thumbinner, | div.thumbinner, .catlinks { | ||
.catlinks { | background-color: var(--fondo-elevado); | ||
background-color: | border-color: var(--borde-claro) | ||
border-color: | |||
} | } | ||
#toc, | #toc, div.toc, ul#filetoc, li.gallerybox div.thumb { | ||
div.toc, | background-color: var(--fondo-elevado); | ||
ul#filetoc, | border-color: var(--borde-claro) | ||
li.gallerybox div.thumb { | |||
background-color: | |||
border-color: | |||
} | } | ||
| Línea 90: | Línea 115: | ||
table.wikitable>*>tr>td, | table.wikitable>*>tr>td, | ||
pre { | pre { | ||
color: | color: var(--texto); | ||
background-color: | background-color: var(--fondo-elevado); | ||
border-color: | border-color: var(--borde-claro) | ||
} | } | ||
table.mw_metadata th, | table.mw_metadata th, | ||
table.wikitable>*>tr>th { | table.wikitable>*>tr>th { | ||
background-color: | background-color: var(--fondo-cabecera-azul); | ||
color: var(--texto-inverso) | |||
} | } | ||
table.diff { | table.diff { | ||
background-color: | background-color: var(--fondo-elevado) | ||
} | } | ||
td .diffchange { | td .diffchange { | ||
color: | color: var(--fondo-elevado) | ||
} | } | ||
| Línea 127: | Línea 153: | ||
#right-navigation .vector-menu-tabs { | #right-navigation .vector-menu-tabs { | ||
background-image: inherit; | background-image: inherit; | ||
background-color: | background-color: var(--fondo-nav) | ||
} | } | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list, | #left-navigation .vector-menu-tabs .vector-menu-content-list, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list { | #right-navigation .vector-menu-tabs .vector-menu-content-list { | ||
background-color: | background-color: var(--fondo-nav) | ||
} | } | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list li, | #left-navigation .vector-menu-tabs .vector-menu-content-list li, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list li { | #right-navigation .vector-menu-tabs .vector-menu-content-list li { | ||
background-color: | background-color: var(--fondo-nav); | ||
background-image: linear-gradient(var(--fondo-elevado) 20%, var(--fondo-nav) 100%) | |||
background-image: | } | ||
.vector-menu-tabs .vector-menu-content { | |||
height: 100%; | |||
} | } | ||
| Línea 148: | Línea 175: | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited, | #left-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited { | #right-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited { | ||
color: | color: var(--enlace-nuevo) | ||
} | } | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list li.selected, | #left-navigation .vector-menu-tabs .vector-menu-content-list li.selected, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list li.selected { | #right-navigation .vector-menu-tabs .vector-menu-content-list li.selected { | ||
background-color: | background-color: var(--fondo-contenido); | ||
background-image: linear-gradient(var(--dorado-marca) 0, var(--fondo-contenido) 10%) | |||
background-image: | |||
} | } | ||
| Línea 164: | Línea 188: | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited, | #left-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited { | #right-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited { | ||
color: | color: var(--dorado-apagado) | ||
} | } | ||
#left-navigation .vector-menu-tabs .vector-menu-content-list li a, | #left-navigation .vector-menu-tabs .vector-menu-content-list li a, | ||
#right-navigation .vector-menu-tabs .vector-menu-content-list li a { | #right-navigation .vector-menu-tabs .vector-menu-content-list li a { | ||
color: | color: var(--dorado-marca) | ||
} | } | ||
| Línea 177: | Línea 201: | ||
#p-cactions .vector-menu-heading span { | #p-cactions .vector-menu-heading span { | ||
color: | color: var(--dorado-marca) | ||
} | } | ||
| Línea 185: | Línea 209: | ||
#p-cactions .vector-menu-content-list { | #p-cactions .vector-menu-content-list { | ||
background-color: | background-color: var(--fondo-elevado); | ||
border: solid 1px | border: solid 1px var(--borde-claro) | ||
} | } | ||
#p-cactions .vector-menu-content-list li a { | #p-cactions .vector-menu-content-list li a { | ||
color: | color: var(--dorado-medio) | ||
} | } | ||
#p-cactions .vector-menu-content-list li.selected a, | #p-cactions .vector-menu-content-list li.selected a, | ||
#p-cactions .vector-menu-content-list li.selected a:visited { | #p-cactions .vector-menu-content-list li.selected a:visited { | ||
color: | color: var(--dorado-apagado); | ||
text-decoration: none | text-decoration: none | ||
} | } | ||
#p-cactions .vector-menu-content { | #p-cactions .vector-menu-content { | ||
border-color: | border-color: var(--borde-claro) | ||
} | } | ||
#p-cactions .vector-menu-content-list { | #p-cactions .vector-menu-content-list { | ||
border: 0; | border: 0; | ||
background-color: | background-color: var(--fondo-elevado) | ||
} | } | ||
#mw-navigation #mw-panel .portal { | #mw-navigation #mw-panel .portal { | ||
background-image: none | background-image: none | ||
} | } | ||
| Línea 231: | Línea 254: | ||
body { | body { | ||
background-color: | background-color: var(--fondo-pagina); | ||
background-image: url('https://wiki.aldor.es/images/e/e6/Mapa_textura.png'); | |||
background-attachment: fixed; | |||
background-position: center; | |||
background-size: cover; | |||
background-repeat: no-repeat; | |||
} | } | ||
.mw-body { | .mw-body { | ||
margin-left: | margin-left: 11em; | ||
padding: 1em; | padding: 1em; | ||
border: 1px solid | border: 1px solid var(--borde-claro); | ||
border-right-width: 0; | border-right-width: 0; | ||
margin-top: -1px; | margin-top: -1px; | ||
background-color: | background-color: var(--fondo-contenido); | ||
color: | color: var(--texto); | ||
direction: ltr | direction: ltr | ||
} | } | ||
| Línea 445: | Línea 473: | ||
position: relative; | position: relative; | ||
min-height: 1px; | min-height: 1px; | ||
border: solid 1px | border: solid 1px var(--borde-claro); | ||
color: | color: var (--texto); | ||
background-color: | background-color: var(--fondo-elevado); | ||
background-image: | background-image: | ||
/* @embed */ | /* @embed */ | ||
| Línea 460: | Línea 488: | ||
border: 0; | border: 0; | ||
background-color: transparent; | background-color: transparent; | ||
color: | color: var(--texto) | ||
} | } | ||
| Línea 477: | Línea 505: | ||
div#simpleSearch #searchInput.placeholder { | div#simpleSearch #searchInput.placeholder { | ||
color: | color: var(--dorado-apagado) | ||
} | } | ||
div#simpleSearch #searchInput:-ms-input-placeholder { | div#simpleSearch #searchInput:-ms-input-placeholder { | ||
color: | color: var(--dorado-apagado) | ||
} | } | ||
div#simpleSearch #searchInput:-moz-placeholder { | div#simpleSearch #searchInput:-moz-placeholder { | ||
color: | color: var(--dorado-apagado) | ||
} | } | ||
| Línea 508: | Línea 536: | ||
white-space: nowrap; | white-space: nowrap; | ||
overflow: hidden; | overflow: hidden; | ||
background-image: url(' | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23D2A741' fill-rule='evenodd' d='M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM13 8A5 5 0 113 8a5 5 0 0110 0z'/%3E%3C/svg%3E"); | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat | background-repeat: no-repeat; | ||
background-size: 16px 16px; | |||
} | } | ||
| Línea 567: | Línea 590: | ||
.vector-menu-tabs .vector-menu-content-list li.new a, | .vector-menu-tabs .vector-menu-content-list li.new a, | ||
.vector-menu-tabs .vector-menu-content-list li.new a:visited { | .vector-menu-tabs .vector-menu-content-list li.new a:visited { | ||
color: | color: var(--enlace-nuevo-visitado) | ||
} | } | ||
| Línea 576: | Línea 599: | ||
.vector-menu-tabs .vector-menu-content-list li.selected a, | .vector-menu-tabs .vector-menu-content-list li.selected a, | ||
.vector-menu-tabs .vector-menu-content-list li.selected a:visited { | .vector-menu-tabs .vector-menu-content-list li.selected a:visited { | ||
color: | color: var(--fondo-contenido); | ||
text-decoration: none | text-decoration: none | ||
} | } | ||
| Línea 590: | Línea 613: | ||
padding-left: .5em; | padding-left: .5em; | ||
padding-right: .5em; | padding-right: .5em; | ||
color: | color: var(--dorado-marca); | ||
cursor: pointer; | cursor: pointer; | ||
font-size: var(--text-ui) | font-size: var(--text-ui) | ||
| Línea 631: | Línea 654: | ||
margin-right: 20px; | margin-right: 20px; | ||
font-weight: normal; | font-weight: normal; | ||
color: | color: var(--dorado-sombra) | ||
} | } | ||
| Línea 717: | Línea 687: | ||
padding: .5em; | padding: .5em; | ||
white-space: nowrap; | white-space: nowrap; | ||
color: | color: var(--dorado-medio); | ||
cursor: pointer; | cursor: pointer; | ||
font-size: var(--text-ui) | font-size: var(--text-ui) | ||
| Línea 724: | Línea 694: | ||
.vector-menu-dropdown .vector-menu-content-list li>a { | .vector-menu-dropdown .vector-menu-content-list li>a { | ||
display: block | display: block | ||
} | } | ||
@keyframes rotate { | @keyframes rotate { | ||
from { | from { | ||
transform: rotate(0deg) | transform: rotate(0deg) | ||
} | } | ||
to { | to { | ||
transform: rotate(360deg) | transform: rotate(360deg) | ||
} | } | ||
| Línea 796: | Línea 720: | ||
#ca-unwatch.icon a { | #ca-unwatch.icon a { | ||
background-image: url('skins/Vector/images/unwatch-icon.png | background-image: url('skins/Vector/images/unwatch-icon.png') | ||
} | } | ||
#ca-watch.icon a { | #ca-watch.icon a { | ||
background-image: url('skins/Vector/images/watch-icon.png | background-image: url('skins/Vector/images/watch-icon.png') | ||
} | } | ||
#ca-unwatch.icon a:hover, | #ca-unwatch.icon a:hover, | ||
#ca-unwatch.icon a:focus { | #ca-unwatch.icon a:focus { | ||
background-image: url('skins/Vector/images/unwatch-icon-hl.png | background-image: url('skins/Vector/images/unwatch-icon-hl.png') | ||
} | } | ||
#ca-watch.icon a:hover, | #ca-watch.icon a:hover, | ||
#ca-watch.icon a:focus { | #ca-watch.icon a:focus { | ||
background-image: url('skins/Vector/images/watch-icon-hl.png | background-image: url('skins/Vector/images/watch-icon-hl.png') | ||
} | } | ||
| Línea 840: | Línea 740: | ||
#ca-watch.icon a.loading { | #ca-watch.icon a.loading { | ||
background-image: url('skins/Vector/images/watch-icon-loading.png'); | background-image: url('skins/Vector/images/watch-icon-loading.png'); | ||
animation: rotate 700ms infinite linear; | animation: rotate 700ms infinite linear; | ||
outline: none; | outline: none; | ||
| Línea 854: | Línea 745: | ||
pointer-events: none; | pointer-events: none; | ||
background-position: 50% 60%; | background-position: 50% 60%; | ||
transform-origin: 50% 57% | transform-origin: 50% 57% | ||
} | } | ||
| Línea 870: | Línea 760: | ||
#mw-page-base { | #mw-page-base { | ||
height: 5em; | height: 5em; | ||
background-color: transparent; | |||
background-image: none; | |||
background-color: | |||
background-image: | |||
} | } | ||
#mw-head-base { | #mw-head-base { | ||
margin-top: -5em; | margin-top: -5em; | ||
margin-left: | margin-left: 11em; | ||
height: 5em | height: 5em | ||
} | } | ||
| Línea 901: | Línea 784: | ||
#left-navigation { | #left-navigation { | ||
float: left; | float: left; | ||
margin-left: | margin-left: 11em; | ||
margin-top: 2.5em; | margin-top: 2.5em; | ||
margin-bottom: -2.5em; | margin-bottom: -2.5em; | ||
| Línea 916: | Línea 799: | ||
top: -160px; | top: -160px; | ||
left: 0; | left: 0; | ||
width: | width: 11em; | ||
height: 160px | height: 160px | ||
} | } | ||
| Línea 925: | Línea 808: | ||
height: 160px; | height: 160px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center | background-position: 15px center; | ||
background-size: 150px auto; | |||
text-decoration: none | text-decoration: none | ||
} | } | ||
| Línea 951: | Línea 835: | ||
#mw-panel .portal h3 { | #mw-panel .portal h3 { | ||
font-size: var(--text-ui-sm); | font-size: var(--text-ui-sm); | ||
color: | color: var(--dorado-marca); | ||
font-weight: | font-weight: bold; | ||
letter-spacing: 0.03em; | |||
margin: 0; | margin: 0; | ||
padding: .25em 0 .25em .25em; | padding: .25em 0 .25em .25em; | ||
| Línea 980: | Línea 865: | ||
#mw-panel .portal .vector-menu-content-list li a { | #mw-panel .portal .vector-menu-content-list li a { | ||
color: | color: var(--dorado-marca); | ||
} | } | ||
#mw-panel .portal .vector-menu-content-list li a:visited { | #mw-panel .portal .vector-menu-content-list li a:visited { | ||
color: | color: var(--dorado-apagado) | ||
} | } | ||
| Línea 1001: | Línea 886: | ||
#footer { | #footer { | ||
margin-left: | margin-left: 11em; | ||
margin-top: 0; | margin-top: 0; | ||
padding: var(--text-ui-sm); | padding: var(--text-ui-sm); | ||
| Línea 1019: | Línea 904: | ||
padding-top: .5em; | padding-top: .5em; | ||
padding-bottom: .5em; | padding-bottom: .5em; | ||
color: | color: var(--dorado-apagado); | ||
font-size: var(--text-ui-sm) | font-size: var(--text-ui-sm) | ||
} | } | ||
| Línea 1051: | Línea 936: | ||
background-position: center right; | background-position: center right; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-image: url('skins/Vector/ | background-image: url('skins/Vector/resources/skins.vector.styles.legacy/images/external-link-ltr-icon.svg'); | ||
padding-right: 13px | padding-right: 13px | ||
} | |||
/* -------------------------------------------------------------------------- | |||
Compatibilidad TOC a modo oscuro. | |||
-------------------------------------------------------------------------- */ | |||
.tocnumber { | |||
color: var(--azul-marca) | |||
} | |||
.toctogglelabel { | |||
color: var(--dorado-medio) | |||
} | |||
body.page-Página_principal #firstHeading { | |||
display: none !important; | |||
} | } | ||
Revisión actual del 10:51 27 ago 2026
/* CSS placed here will affect users of the Vector skin */
/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
/* ==========================================================================
Reino de Aldor — Vector.css - Reorganizado a partir del CSS original 2026.
Cambios respecto a la versión anterior:
- Corregidos bugs de clases que no aplican, contraste y reglas duplicadas
- Tamaños de letra aumentados y añadidas variables para referenciar texto
- Añadidas variables de color para nueva paleta
========================================================================== */
:root {
/* Tamaño texto */
--text-ui-sm: 0.75rem; /* 12px aprox. — pie de página */
--text-ui: 0.875rem; /* 14px aprox. — pestañas, menús, sidebar, buscador */
--text-body: 1rem; /* 16 x aprox. — texto del artículo */
/* Escala de superficies */
--fondo-pagina: #141418;
--fondo-nav: #101014;
--fondo-contenido: #202024;
--fondo-elevado: #38383c;
--fondo-cabecera-gris: #444448;
/* Texto */
--texto: #D2D5DA;
--texto-inverso: #FFFFFF;
/* Marca Aldor */
--azul-marca: #5396D6; /* headings, hipervínculos */
--fondo-cabecera-azul: #4682B4;
--azul-enlace-visitado: #99B1C2;
--dorado-marca: #F5BF42; /* dorado vivo logo — acentos */
--dorado-medio: #D2A741; /* enlaces UI */
--dorado-apagado: #B8AD94; /* enlaces UI visitados */
--dorado-sombra: #9A7725; /* NO usar como texto — degradados/bordes decorativos */
/* Bordes: filo de luz sutil, mismo criterio en toda la interfaz */
--borde-claro: rgba(255, 255, 255, 0.20);
/* Semánticos */
--enlace-nuevo: #fd7865;
--enlace-nuevo-visitado: #c99391;
--verde-ok: #2cb491;
--rojo-aviso: #C1443F; /* plantilla cajas de aviso */
--verde-aviso: #3fc152; /* plantilla cajas actualización */
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--azul-marca)
}
hr {
color: var(--azul-marca)
}
.editOptions {
background-color: var(--fondo-contenido);
border-color: var(--borde-claro)
}
input, textarea {
background-color: var(--fondo-elevado);
border-color: var(--borde-claro);
color: var(--texto)
}
a,
.mw-body a.external,
.mw-body a.extiw {
color: var(--azul-marca)
}
a:visited,
.mw-body a.external:visited,
.mw-body a.extiw:visited {
color: var(--azul-enlace-visitado)
}
a.new,
#p-personal a.new {
color: var(--enlace-nuevo)
}
ul {
list-style-image: none
}
div.thumbinner, .catlinks {
background-color: var(--fondo-elevado);
border-color: var(--borde-claro)
}
#toc, div.toc, ul#filetoc, li.gallerybox div.thumb {
background-color: var(--fondo-elevado);
border-color: var(--borde-claro)
}
code {
border: none;
background-color: inherit;
color: inherit
}
table.mw_metadata td,
table.mw_metadata th,
table.wikitable,
table.wikitable>*>tr>th,
table.wikitable>*>tr>td,
pre {
color: var(--texto);
background-color: var(--fondo-elevado);
border-color: var(--borde-claro)
}
table.mw_metadata th,
table.wikitable>*>tr>th {
background-color: var(--fondo-cabecera-azul);
color: var(--texto-inverso)
}
table.diff {
background-color: var(--fondo-elevado)
}
td .diffchange {
color: var(--fondo-elevado)
}
#pagehistory li.selected,
td.diff-context {
background-color: inherit;
color: inherit
}
#pagehistory li {
border: 0
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
background-color: rgba(0, 0, 0, 0.8)
}
#left-navigation .vector-menu-tabs,
#right-navigation .vector-menu-tabs {
background-image: inherit;
background-color: var(--fondo-nav)
}
#left-navigation .vector-menu-tabs .vector-menu-content-list,
#right-navigation .vector-menu-tabs .vector-menu-content-list {
background-color: var(--fondo-nav)
}
#left-navigation .vector-menu-tabs .vector-menu-content-list li,
#right-navigation .vector-menu-tabs .vector-menu-content-list li {
background-color: var(--fondo-nav);
background-image: linear-gradient(var(--fondo-elevado) 20%, var(--fondo-nav) 100%)
}
.vector-menu-tabs .vector-menu-content {
height: 100%;
}
#left-navigation .vector-menu-tabs .vector-menu-content-list li.new a,
#right-navigation .vector-menu-tabs .vector-menu-content-list li.new a,
#left-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited,
#right-navigation .vector-menu-tabs .vector-menu-content-list li.new a:visited {
color: var(--enlace-nuevo)
}
#left-navigation .vector-menu-tabs .vector-menu-content-list li.selected,
#right-navigation .vector-menu-tabs .vector-menu-content-list li.selected {
background-color: var(--fondo-contenido);
background-image: linear-gradient(var(--dorado-marca) 0, var(--fondo-contenido) 10%)
}
#left-navigation .vector-menu-tabs .vector-menu-content-list li.selected a,
#right-navigation .vector-menu-tabs .vector-menu-content-list li.selected a,
#left-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited,
#right-navigation .vector-menu-tabs .vector-menu-content-list li.selected a:visited {
color: var(--dorado-apagado)
}
#left-navigation .vector-menu-tabs .vector-menu-content-list li a,
#right-navigation .vector-menu-tabs .vector-menu-content-list li a {
color: var(--dorado-marca)
}
#p-cactions .vector-menu-heading {
background: inherit
}
#p-cactions .vector-menu-heading span {
color: var(--dorado-marca)
}
#p-cactions .vector-menu-heading a {
background: inherit
}
#p-cactions .vector-menu-content-list {
background-color: var(--fondo-elevado);
border: solid 1px var(--borde-claro)
}
#p-cactions .vector-menu-content-list li a {
color: var(--dorado-medio)
}
#p-cactions .vector-menu-content-list li.selected a,
#p-cactions .vector-menu-content-list li.selected a:visited {
color: var(--dorado-apagado);
text-decoration: none
}
#p-cactions .vector-menu-content {
border-color: var(--borde-claro)
}
#p-cactions .vector-menu-content-list {
border: 0;
background-color: var(--fondo-elevado)
}
#mw-navigation #mw-panel .portal {
background-image: none
}
#mw-navigation #mw-panel #p-logo,
#mw-navigation #mw-panel .portal#p-navigation {
border-top: none
}
html {
font-size: 100%
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: sans-serif
}
body {
background-color: var(--fondo-pagina);
background-image: url('https://wiki.aldor.es/images/e/e6/Mapa_textura.png');
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.mw-body {
margin-left: 11em;
padding: 1em;
border: 1px solid var(--borde-claro);
border-right-width: 0;
margin-top: -1px;
background-color: var(--fondo-contenido);
color: var(--texto);
direction: ltr
}
.mw-body .mw-editsection,
.mw-body .mw-editsection-like {
font-family: sans-serif
}
.mw-body p {
line-height: inherit;
margin: .5em 0
}
.mw-body h1,
.mw-body h2,
.mw-body #firstHeading {
font-family: "Linux Libertine", Georgia, Times, serif;
line-height: 1.3;
margin-bottom: .25em;
padding: 0
}
.mw-body h1,
.mw-body #firstHeading {
font-size: 1.8em
}
.mw-body h2 {
font-size: 1.5em;
margin-top: 1em
}
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
line-height: 1.6;
margin-top: .3em;
margin-bottom: 0;
padding-bottom: 0
}
.mw-body h3 {
font-size: 1.17em
}
.mw-body h3,
.mw-body h4 {
font-weight: bold
}
.mw-body h4,
.mw-body h5,
.mw-body h6 {
font-size: 100%
}
.mw-body #toc h2,
.mw-body .toc h2 {
font-size: 100%;
font-family: sans-serif
}
div.emptyPortlet {
display: none
}
ul {
list-style-type: disc;
}
pre,
.mw-code {
line-height: 1.3em
}
#siteNotice {
font-size: var(--text-ui)
}
.redirectText {
font-size: 140%
}
.redirectMsg img {
vertical-align: text-bottom
}
.mw-body-content {
position: relative;
line-height: 1.6;
font-size: var(--text-body)
}
body.vector-animateLayout .mw-body,
body.vector-animateLayout div#footer,
body.vector-animateLayout #left-navigation {
-webkit-transition: margin-left 250ms, padding 250ms;
-moz-transition: margin-left 250ms, padding 250ms;
-o-transition: margin-left 250ms, padding 250ms;
transition: margin-left 250ms, padding 250ms
}
body.vector-animateLayout #p-logo {
-webkit-transition: left 250ms;
-moz-transition: left 250ms;
-o-transition: left 250ms;
transition: left 250ms
}
body.vector-animateLayout #mw-panel {
-webkit-transition: padding-right 250ms;
-moz-transition: padding-right 250ms;
-o-transition: padding-right 250ms;
transition: padding-right 250ms
}
body.vector-animateLayout #p-search {
-webkit-transition: margin-right 250ms;
-moz-transition: margin-right 250ms;
-o-transition: margin-right 250ms;
transition: margin-right 250ms
}
body.vector-animateLayout #p-personal {
-webkit-transition: right 250ms;
-moz-transition: right 250ms;
-o-transition: right 250ms;
transition: right 250ms
}
body.vector-animateLayout #mw-head-base {
-webkit-transition: margin-left 250ms;
-moz-transition: margin-left 250ms;
-o-transition: margin-left 250ms;
transition: margin-left 250ms
}
#p-personal {
position: absolute;
top: .33em;
right: var(--text-ui-sm);
z-index: 100
}
#p-personal h3 {
display: none
}
#p-personal ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding-left: 10em
}
#p-personal li {
line-height: 1.125em;
float: left;
margin-left: var(--text-ui-sm);
margin-top: .5em;
font-size: var(--text-ui-sm);
white-space: nowrap
}
#pt-userpage,
#pt-anonuserpage {
background-position: left top;
background-repeat: no-repeat;
background-image: url('skins/Vector/images/user-icon.png');
background-image: -webkit-linear-gradient(transparent, transparent),
/* @embed */
url('skins/Vector/images/user-icon.svg');
background-image: linear-gradient(transparent, transparent),
/* @embed */
url('skins/Vector/images/user-icon.svg');
padding-left: 15px !important
}
#p-search {
float: left;
margin-right: .5em;
margin-left: .5em
}
#p-search h3 {
display: none
}
#p-search form,
#p-search input {
margin: 0;
margin-top: .4em
}
div#simpleSearch {
display: block;
width: 12.6em;
padding-right: 1.4em;
height: 1.4em;
margin-top: .65em;
position: relative;
min-height: 1px;
border: solid 1px var(--borde-claro);
color: var (--texto);
background-color: var(--fondo-elevado);
background-image:
/* @embed */
url('skins/Vector/images/search-fade.png');
background-position: top left;
background-repeat: repeat-x
}
div#simpleSearch input {
margin: 0;
padding: 0;
border: 0;
background-color: transparent;
color: var(--texto)
}
div#simpleSearch #searchInput {
width: 100%;
padding: .2em 0 .2em .2em;
font-size: var(--text-ui);
direction: ltr;
-webkit-appearance: textfield;
appearance: textfield;
}
div#simpleSearch #searchInput:focus {
outline: none
}
div#simpleSearch #searchInput.placeholder {
color: var(--dorado-apagado)
}
div#simpleSearch #searchInput:-ms-input-placeholder {
color: var(--dorado-apagado)
}
div#simpleSearch #searchInput:-moz-placeholder {
color: var(--dorado-apagado)
}
div#simpleSearch #searchInput::-webkit-search-decoration,
div#simpleSearch #searchInput::-webkit-search-cancel-button,
div#simpleSearch #searchInput::-webkit-search-results-button,
div#simpleSearch #searchInput::-webkit-search-results-decoration {
-webkit-appearance: textfield
}
div#simpleSearch #searchButton,
div#simpleSearch #mw-searchButton {
position: absolute;
top: 0;
right: 0;
width: 1.65em;
height: 100%;
cursor: pointer;
text-indent: -99999px;
line-height: 1;
direction: ltr;
white-space: nowrap;
overflow: hidden;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23D2A741' fill-rule='evenodd' d='M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM13 8A5 5 0 113 8a5 5 0 0110 0z'/%3E%3C/svg%3E");
background-position: center center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
div#simpleSearch #mw-searchButton {
z-index: 1
}
.vector-menu-tabs h3 {
display: none
}
.vector-menu-tabs {
float: left;
height: 2.5em;
background-image: /* @embed */ url('skins/Vector/images/tab-break.png');
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 1px
}
.vector-menu-tabs .vector-menu-content-list {
float: left;
height: 100%;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
background-image: /* @embed */ url('skins/Vector/images/tab-break.png');
background-position: right bottom;
background-repeat: no-repeat
}
.vector-menu-tabs .vector-menu-content-list li {
float: left;
line-height: 1.125em;
height: 100%;
margin: 0;
padding: 0;
background-color: #f3f3f3;
background-image: /* @embed */ url('skins/Vector/images/tab-normal-fade.png');
background-position: bottom left;
background-repeat: repeat-x;
white-space: nowrap
}
.vector-menu-tabs .vector-menu-content-list>li {
display: block
}
.vector-menu-tabs .vector-menu-content-list li.new a,
.vector-menu-tabs .vector-menu-content-list li.new a:visited {
color: var(--enlace-nuevo-visitado)
}
.vector-menu-tabs .vector-menu-content-list li.selected {
background-image: /* @embed */ url('skins/Vector/images/tab-current-fade.png')
}
.vector-menu-tabs .vector-menu-content-list li.selected a,
.vector-menu-tabs .vector-menu-content-list li.selected a:visited {
color: var(--fondo-contenido);
text-decoration: none
}
.vector-menu-tabs .vector-menu-content-list li.icon a {
background-position: bottom right;
background-repeat: no-repeat
}
.vector-menu-tabs .vector-menu-content-list li a {
display: inline-block;
height: 1.9em;
padding-left: .5em;
padding-right: .5em;
color: var(--dorado-marca);
cursor: pointer;
font-size: var(--text-ui)
}
.vector-menu-tabs .vector-menu-content-list li>a {
display: block
}
.vector-menu-dropdown {
direction: ltr;
float: left;
cursor: pointer;
position: relative
}
body.rtl .vector-menu-dropdown {
direction: rtl
}
#mw-head .vector-menu-dropdown .vector-menu-heading {
float: left;
background-image:
/* @embed */
url('skins/Vector/images/tab-break.png');
background-repeat: no-repeat;
background-position: bottom right;
margin-left: -1px;
font-size: 1em;
height: 2.5em;
padding-right: 1px;
margin-right: -1px
}
.vector-menu-dropdown .vector-menu-heading span {
display: block;
font-size: var(--text-ui);
padding-left: .7em;
padding-top: 1.375em;
margin-right: 20px;
font-weight: normal;
color: var(--dorado-sombra)
}
.vector-menu-dropdown .vector-menu-content-list {
list-style-type: none;
list-style-image: none;
padding: 0;
margin: 0;
text-align: left
}
.vector-menu-dropdown .vector-menu-content-list,
x:-moz-any-link {
min-width: 5em
}
.vector-menu-dropdown .vector-menu-content-list,
x:-moz-any-link,
x:default {
min-width: 0
}
.vector-menu-dropdown .vector-menu-content-list li {
padding: 0;
margin: 0;
text-align: left;
line-height: 1em
}
.vector-menu-dropdown .vector-menu-content-list li a {
display: inline-block;
padding: .5em;
white-space: nowrap;
color: var(--dorado-medio);
cursor: pointer;
font-size: var(--text-ui)
}
.vector-menu-dropdown .vector-menu-content-list li>a {
display: block
}
@keyframes rotate {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
#ca-unwatch.icon a,
#ca-watch.icon a {
margin: 0;
padding: 0;
display: block;
width: 26px;
padding-top: 3.1em;
margin-top: 0;
height: 0;
overflow: hidden;
background-position: 5px 60%
}
#ca-unwatch.icon a {
background-image: url('skins/Vector/images/unwatch-icon.png')
}
#ca-watch.icon a {
background-image: url('skins/Vector/images/watch-icon.png')
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
background-image: url('skins/Vector/images/unwatch-icon-hl.png')
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
background-image: url('skins/Vector/images/watch-icon-hl.png')
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
background-image: url('skins/Vector/images/watch-icon-loading.png');
animation: rotate 700ms infinite linear;
outline: none;
cursor: default;
pointer-events: none;
background-position: 50% 60%;
transform-origin: 50% 57%
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none
}
#mw-navigation h2 {
position: absolute;
top: -9999px
}
#mw-page-base {
height: 5em;
background-color: transparent;
background-image: none;
}
#mw-head-base {
margin-top: -5em;
margin-left: 11em;
height: 5em
}
div#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%
}
div#mw-head h3 {
margin: 0;
padding: 0
}
#left-navigation {
float: left;
margin-left: 11em;
margin-top: 2.5em;
margin-bottom: -2.5em;
display: inline
}
#right-navigation {
float: right;
margin-top: 2.5em
}
#p-logo {
position: absolute;
top: -160px;
left: 0;
width: 11em;
height: 160px
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: 15px center;
background-size: 150px auto;
text-decoration: none
}
div#mw-panel {
font-size: inherit;
position: absolute;
top: 160px;
padding-top: 1em;
width: 10em;
left: 0
}
#mw-panel .portal {
margin: 0 .6em 0 .7em;
padding: .25em 0;
direction: ltr;
background-position: top left;
background-repeat: no-repeat;
background-image:
/* @embed */
url('skins/Vector/images/portal-break.png')
}
#mw-panel .portal h3 {
font-size: var(--text-ui-sm);
color: var(--dorado-marca);
font-weight: bold;
letter-spacing: 0.03em;
margin: 0;
padding: .25em 0 .25em .25em;
cursor: default;
border: none
}
#mw-panel .portal .vector-menu-content {
margin: 0 0 0 1.25em;
padding-top: 0
}
#mw-panel .portal .vector-menu-content-list {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0
}
#mw-panel .portal .vector-menu-content-list li {
line-height: 1.125em;
margin: 0;
padding: .25em 0;
font-size: var(--text-ui-sm);
word-wrap: break-word
}
#mw-panel .portal .vector-menu-content-list li a {
color: var(--dorado-marca);
}
#mw-panel .portal .vector-menu-content-list li a:visited {
color: var(--dorado-apagado)
}
#mw-panel .portal.first {
background-image: none;
margin-top: 0
}
#mw-panel .portal.first h3 {
display: none
}
#mw-panel .portal.first .vector-menu-content {
margin-left: .5em
}
#footer {
margin-left: 11em;
margin-top: 0;
padding: var(--text-ui-sm);
direction: ltr
}
#footer ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0
}
#footer ul li {
margin: 0;
padding: 0;
padding-top: .5em;
padding-bottom: .5em;
color: var(--dorado-apagado);
font-size: var(--text-ui-sm)
}
#footer #footer-icons {
float: right
}
#footer #footer-icons li {
float: left;
margin-left: .5em;
line-height: 2em;
text-align: right
}
#footer #footer-info li {
line-height: 1.4em
}
#footer #footer-places li {
float: left;
margin-right: 1em;
line-height: 2em
}
body.ltr #footer #footer-places {
float: left
}
.mw-body .external {
background-position: center right;
background-repeat: no-repeat;
background-image: url('skins/Vector/resources/skins.vector.styles.legacy/images/external-link-ltr-icon.svg');
padding-right: 13px
}
/* --------------------------------------------------------------------------
Compatibilidad TOC a modo oscuro.
-------------------------------------------------------------------------- */
.tocnumber {
color: var(--azul-marca)
}
.toctogglelabel {
color: var(--dorado-medio)
}
body.page-Página_principal #firstHeading {
display: none !important;
}