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

De Wiki Ali(ENS de Lyon)
(titre de section plus à gauche)
(enlevé alignement à droite pour les titres de tables)
Ligne 21 : Ligne 21 :
}
}
.infobox-table th {
.infobox-table th {
     text-align: right;
     /* text-align: right; */
     vertical-align: top;
     vertical-align: top;
     width: 100px;
     width: 100px;

Version du 22 novembre 2023 à 19:04

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

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 260px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-subtitle {
    font-size: 1.3em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    /* text-align: right; */
    vertical-align: top;
    width: 100px;
}
.infobox-table td {
    vertical-align: top;
}


/* [[Catégorie:Wiki AliENS]] */