Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición Etiqueta: Reversión manual |
Sin resumen de edición Etiqueta: Revertido |
||
| Línea 1006: | Línea 1006: | ||
.wikitable th { | .wikitable th { | ||
background-color: #f6ffe4 !important; | background-color: #f6ffe4 !important; | ||
} | |||
/* ========================= | |||
DARK MODE GLOBAL LIMPIO | |||
========================= */ | |||
html, body { | |||
background: #121212 !important; | |||
color: #e6e6e6 !important; | |||
} | |||
/* Área principal Vector */ | |||
#content, .mw-body { | |||
background: #1a1a1a !important; | |||
color: #e6e6e6 !important; | |||
} | |||
/* Panel lateral */ | |||
#mw-panel { | |||
background: #111 !important; | |||
} | |||
/* Cabecera */ | |||
#mw-head { | |||
background: #111 !important; | |||
} | |||
/* Links */ | |||
a { | |||
color: #6aa9ff !important; | |||
} | |||
a:visited { | |||
color: #a88cff !important; | |||
} | |||
/* TABLAS (IMPORTANTE EN TU CSS) */ | |||
.wikitable { | |||
background: #1e1e1e !important; | |||
color: #ddd !important; | |||
border: 1px solid #333 !important; | |||
} | |||
.wikitable th { | |||
background: #2a2a2a !important; | |||
color: #fff !important; | |||
} | |||
.wikitable td { | |||
background: #1e1e1e !important; | |||
color: #ddd !important; | |||
} | |||
/* INFBOX (tu wiki la usa mucho) */ | |||
.infobox, .notaninfobox { | |||
background: #1f1f1f !important; | |||
color: #ddd !important; | |||
border: 1px solid #333 !important; | |||
} | |||
/* NAVBOX */ | |||
.navbox { | |||
background: #1a1a1a !important; | |||
color: #ddd !important; | |||
border: 1px solid #333 !important; | |||
} | |||
.navbox th { | |||
background: #222 !important; | |||
} | |||
/* EVITAR FONDOS BLANCOS HEREDADOS */ | |||
div, section, table, td, tr { | |||
background-color: transparent !important; | |||
} | |||
/* FORZAR BLOQUES INTERNOS A OSCURO */ | |||
.mw-parser-output { | |||
background: transparent !important; | |||
} | } | ||