« MediaWiki:Common.css » : différence entre les versions

De Wiki Dragon Quest
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 177 : Ligne 177 :


.infobox .cellule-champ:last-of-type {
.infobox .cellule-champ:last-of-type {
padding: 4px;
color: white;
font-weight: bold;
text-align: center;
border-radius:0 0 0 3px;
border-radius:0 0 0 3px;
}
}


.infobox .cellule-contenu:last-of-type {
.cellule-contenu {
background:#FAFAFA;
background:#FAFAFA;
padding: 4px;
padding: 4px;
}
}


.cellule-infobox-contenu-fin {
.infobox .cellule-contenu:last-of-type {
background:#FAFAFA;
padding: 4px;
border-radius:0 0 3px 0;
border-radius:0 0 3px 0;
}
}