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

De LeFrenchMelee
Contenu ajouté Contenu supprimé
(correction pour sous-titres)
Aucun résumé des modifications
Ligne 22 : Ligne 22 :
width: 120px;
width: 120px;
}
}
.infobox-sub {
.infobox sub {
font-size: 1em;
font-size: 1em;
text-align: center;
text-align: center;

Version du 31 octobre 2020 à 19:27

/* 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-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox sub {
    font-size: 1em;
    text-align: center;
    background-color: #fff00;
}
.infobox td {
    vertical-align: top;
}