Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición Etiqueta: Revertido |
||
| Línea 1007: | Línea 1007: | ||
background-color: #f6ffe4 !important; | background-color: #f6ffe4 !important; | ||
} | } | ||
/* ========================= | /* ========================= | ||
DARK MODE | DARK MODE LIMPIO (MODERNO) | ||
========================= */ | ========================= */ | ||
:root { | |||
color-scheme: dark; | |||
color: | |||
} | } | ||
body { | |||
background-color: #121212 !important; | |||
background: # | |||
color: #e6e6e6 !important; | color: #e6e6e6 !important; | ||
font-family: "Liberation Sans", Arial, sans-serif; | |||
} | } | ||
/* | /* Contenedor principal */ | ||
.mw-body, #content { | |||
background: # | background-color: #1a1a1a !important; | ||
color: #e6e6e6 !important; | |||
border: none !important; | |||
# | |||
} | } | ||
/* | /* Enlaces */ | ||
a { | a { | ||
color: #6aa9ff !important; | color: #6aa9ff !important; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #b08cff !important; | ||
} | |||
/* Sidebar */ | |||
#mw-panel { | |||
background-color: #111 !important; | |||
} | |||
/* Header */ | |||
#mw-head { | |||
background-color: #111 !important; | |||
} | } | ||
/* TABLAS | /* TABLAS */ | ||
.wikitable { | .wikitable { | ||
background: #1e1e1e !important; | background-color: #1e1e1e !important; | ||
color: #ddd !important; | color: #ddd !important; | ||
border: 1px solid #333 !important; | border: 1px solid #333 !important; | ||
| Línea 1050: | Línea 1055: | ||
.wikitable th { | .wikitable th { | ||
background: #2a2a2a !important; | background-color: #2a2a2a !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
.wikitable td { | .wikitable td { | ||
background: #1e1e1e !important; | background-color: #1e1e1e !important; | ||
color: #ddd !important; | color: #ddd !important; | ||
} | } | ||
/* | /* INFOBOX */ | ||
.infobox, .notaninfobox { | .infobox, .notaninfobox { | ||
background: #1f1f1f !important; | background-color: #1f1f1f !important; | ||
color: #ddd !important; | color: #ddd !important; | ||
border: 1px solid #333 !important; | border: 1px solid #333 !important; | ||
| Línea 1068: | Línea 1073: | ||
/* NAVBOX */ | /* NAVBOX */ | ||
.navbox { | .navbox { | ||
background: #1a1a1a !important; | background-color: #1a1a1a !important; | ||
border: 1px solid #333 !important; | |||
color: #ddd !important; | color: #ddd !important; | ||
} | } | ||
.navbox th { | .navbox th { | ||
background: #222 !important; | background-color: #222 !important; | ||
} | } | ||
/* EVITAR FONDOS BLANCOS HEREDADOS */ | /* EVITAR FONDOS BLANCOS HEREDADOS */ | ||
div, | div, table, tr, td, section { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
/* | /* File pages */ | ||
#file img { | |||
background: transparent !important; | background-color: transparent !important; | ||
} | } | ||