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;
}
/* ===== FIX DEFINITIVO ESQUINAS REDONDEADAS ===== */
/* CONTENEDORES PRINCIPALES */
.wikitable,
.navbox,
.notaninfobox {
    border-radius: 12px !important;
    overflow: hidden !important;
    border-collapse: separate !important;
}
/* CELDAS (CLAVE PARA EVITAR ESQUINAS ROTAS) */
.wikitable tr,
.wikitable th,
.wikitable td,
.navbox tr,
.navbox th,
.navbox td {
    background-clip: padding-box !important;
}
/* FUERZA EL RECORTE REAL VISUAL */
.wikitable tbody,
.navbox tbody,
.notaninfobox table {
    overflow: hidden !important;
}
/* EVITA PIXEL DE BORDE CUADRADO */
.wikitable,
.navbox {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
}