« MediaWiki:Common.css » : différence entre les versions
(modif style infobox) |
(titre de section plus à gauche) |
||
Ligne 23 : | Ligne 23 : | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 100px; | ||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
Ligne 30 : | Ligne 30 : | ||
/* [[Catégorie:Wiki AliENS]] / | /* [[Catégorie:Wiki AliENS]] */ |
Version du 22 novembre 2023 à 18:57
/* 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]] */