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

De LeFrenchMelee
Contenu ajouté Contenu supprimé
Aucun résumé des modifications
(mise des sous-titres en gras)
 
Ligne 14 : Ligne 14 :
text-align: center;
text-align: center;
background-color: #E9383F;
background-color: #E9383F;
font-weight: bold;
}
}
.infobox-title {
.infobox-title {

Dernière version du 31 octobre 2020 à 19:37

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Infoboxes */
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 22em;
}
.infobox-sub {
    font-size: 1em;
    text-align: center;
    background-color: #E9383F;
    font-weight: bold;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}