« MediaWiki:Common.css » : différence entre les versions
(ajout styling infobox) |
(Ajout catégorie + modif taille infobox) |
||
Ligne 7 : | Ligne 7 : | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 300px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
Ligne 24 : | Ligne 24 : | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
[[Catégorie:Wiki AliENS]] |
Version du 21 novembre 2023 à 08:51
/* 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: 300px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}
[[Catégorie:Wiki AliENS]]