MediaWiki:Common.css : Différence entre versions

De Monde
Sauter à la navigation Sauter à la recherche
Balise : Contenu remplacé
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* 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: 400px;
 +
}
 +
.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;
 +
}

Version du 30 juillet 2022 à 12:20

/* 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: 400px;
}
.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;
}