« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 8 : | Ligne 8 : | ||
/* En-têtes */ | /* En-têtes */ | ||
.mw-parser-output table.tablo | .mw-parser-output table.tablo caption{ | ||
background-color: #4b3124 !important; | background-color: #4b3124 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-weight: bold; | |||
padding: 6px; | |||
text-align: center; | |||
} | |||
/* En-têtes */ | |||
.mw-parser-output table.tablo th { | |||
background-color: #ffffff !important; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 6px; | padding: 6px; | ||
Version du 12 février 2026 à 21:13
/* TABLEAUX PERSONNALISÉS TABLO */
/* Style général */
.mw-parser-output table.tablo {
border-collapse: collapse;
width: auto;
}
/* En-têtes */
.mw-parser-output table.tablo caption{
background-color: #4b3124 !important;
color: #ffffff !important;
font-weight: bold;
padding: 6px;
text-align: center;
}
/* En-têtes */
.mw-parser-output table.tablo th {
background-color: #ffffff !important;
font-weight: bold;
padding: 6px;
text-align: center;
}
/* Cellules */
.mw-parser-output table.tablo td {
padding: 4px 6px;
border: 1px solid #e7dfc6;
}
/* Zébrage automatique */
.mw-parser-output table.tablo tr:nth-child(even) td {
background-color: #ffffff;
}
.mw-parser-output table.tablo tr:nth-child(odd) td {
background-color: #f3efe2;
}