Diferencia entre revisiones de «MediaWiki:Common.css»

imported>Ivan
Sin resumen de edición
imported>Ivan
Se ha deshecho la revisión 1080 de Ivan (disc.)
Línea 162: Línea 162:
#t-print { display: none; }
#t-print { display: none; }


table {
.wikitable{
    border-collapse:separate;
border: 10px solid;
    border:solid black 1px;
    border-radius:6px;
}
 
td, th {
    border-left:solid black 1px;
    border-top:solid black 1px;
}
 
th {
    background-color: blue;
    border-top: none;
}
 
td:first-child, th:first-child {
    border-left: none;
}
}