|
|
| Línea 1006: |
Línea 1006: |
| .wikitable th { | | .wikitable th { |
| background-color: #f6ffe4 !important; | | background-color: #f6ffe4 !important; |
| }
| |
|
| |
| /* Fondo general */
| |
| body {
| |
| background: #121212 !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| /* Contenido principal */
| |
| #content, #mw-content-text, .mw-body {
| |
| background: #1a1a1a !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| /* Cabecera */
| |
| #mw-head {
| |
| background: #111 !important;
| |
| }
| |
|
| |
| /* Menú lateral */
| |
| #mw-panel {
| |
| background: #111 !important;
| |
| }
| |
|
| |
| /* Links */
| |
| a {
| |
| color: #6aa9ff !important;
| |
| }
| |
| a:visited {
| |
| color: #a88cff !important;
| |
| }
| |
|
| |
| /* Tablas */
| |
| table {
| |
| background: #1e1e1e !important;
| |
| color: #ddd !important;
| |
| border-color: #333 !important;
| |
| }
| |
|
| |
| th {
| |
| background: #2a2a2a !important;
| |
| }
| |
|
| |
| tr:nth-child(even) {
| |
| background: #181818 !important;
| |
| }
| |
|
| |
| /* Infobox (cajas tipo Minecraft wiki) */
| |
| .infobox {
| |
| background: #222 !important;
| |
| border: 1px solid #333 !important;
| |
| }
| |
|
| |
| /* Bordes generales */
| |
| div {
| |
| border-color: #333 !important;
| |
| } | | } |