Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Reversión manual
 
(No se muestran 10 ediciones intermedias del mismo usuario)
Línea 1006: Línea 1006:
.wikitable th {
.wikitable th {
background-color: #f6ffe4 !important;
background-color: #f6ffe4 !important;
}
/* =========================
  RESET MODERNO VECTOR 2022
  ========================= */
/* Quitar espacios laterales (full width real) */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: #0f0f10 !important;
}
/* Contenedor principal sin márgenes laterales */
#mw-page-container,
#content,
.mw-body {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}
/* Área de contenido como “card principal” */
.mw-body {
    background: #161618 !important;
    padding: 18px 24px !important;
    border-radius: 16px !important;
    margin: 12px !important;
}
/* Links modernos */
a {
    color: #6aa9ff !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* =========================
  BORDES REDONDEADOS GLOBAL
  ========================= */
.wikitable,
.infobox,
.notaninfobox,
.navbox,
.grid,
table {
    border-radius: 12px !important;
    overflow: hidden;
}
/* Tablas modernas */
.wikitable {
    background: #1c1c1f !important;
    border: none !important;
}
.wikitable th {
    background: #252529 !important;
    border: none !important;
}
.wikitable td {
    background: #1c1c1f !important;
    border: none !important;
}
/* Infobox estilo card */
.infobox,
.notaninfobox {
    background: #1c1c1f !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 10px !important;
}
/* Navbox moderno */
.navbox {
    background: #1a1a1d !important;
    border: none !important;
    border-radius: 14px !important;
}
/* Eliminar bordes feos antiguos */
table, td, th, div {
    border-color: transparent !important;
}
/* Panel lateral (Vector 2022) */
#mw-panel {
    background: #0f0f10 !important;
}
/* Evitar “marcos blancos” */
#mw-head,
#mw-footer {
    background: #0f0f10 !important;
    border: none !important;
}
/* Imágenes redondeadas opcional */
img {
    border-radius: 8px;
}
}