|
|
| (No se muestran 14 ediciones intermedias del mismo usuario) |
| Línea 1006: |
Línea 1006: |
| .wikitable th { | | .wikitable th { |
| background-color: #f6ffe4 !important; | | background-color: #f6ffe4 !important; |
| }
| |
|
| |
| /* =========================
| |
| DARK MODE LIMPIO (MODERNO)
| |
| ========================= */
| |
|
| |
| :root {
| |
| color-scheme: dark;
| |
| }
| |
|
| |
| body {
| |
| background-color: #121212 !important;
| |
| color: #e6e6e6 !important;
| |
| font-family: "Liberation Sans", Arial, sans-serif;
| |
| }
| |
|
| |
| /* Contenedor principal */
| |
| .mw-body, #content {
| |
| background-color: #1a1a1a !important;
| |
| color: #e6e6e6 !important;
| |
| border: none !important;
| |
| }
| |
|
| |
| /* Enlaces */
| |
| a {
| |
| color: #6aa9ff !important;
| |
| }
| |
| a:visited {
| |
| color: #b08cff !important;
| |
| }
| |
|
| |
| /* Sidebar */
| |
| #mw-panel {
| |
| background-color: #111 !important;
| |
| }
| |
|
| |
| /* Header */
| |
| #mw-head {
| |
| background-color: #111 !important;
| |
| }
| |
|
| |
| /* TABLAS */
| |
| .wikitable {
| |
| background-color: #1e1e1e !important;
| |
| color: #ddd !important;
| |
| border: 1px solid #333 !important;
| |
| }
| |
|
| |
| .wikitable th {
| |
| background-color: #2a2a2a !important;
| |
| color: #fff !important;
| |
| }
| |
|
| |
| .wikitable td {
| |
| background-color: #1e1e1e !important;
| |
| color: #ddd !important;
| |
| }
| |
|
| |
| /* INFOBOX */
| |
| .infobox, .notaninfobox {
| |
| background-color: #1f1f1f !important;
| |
| color: #ddd !important;
| |
| border: 1px solid #333 !important;
| |
| }
| |
|
| |
| /* NAVBOX */
| |
| .navbox {
| |
| background-color: #1a1a1a !important;
| |
| border: 1px solid #333 !important;
| |
| color: #ddd !important;
| |
| }
| |
|
| |
| .navbox th {
| |
| background-color: #222 !important;
| |
| }
| |
|
| |
| /* EVITAR FONDOS BLANCOS HEREDADOS */
| |
| div, table, tr, td, section {
| |
| background-color: transparent !important;
| |
| }
| |
|
| |
| /* File pages */
| |
| #file img {
| |
| background-color: transparent !important;
| |
| } | | } |