« MediaWiki:Common.css » : différence entre les versions
(test) |
(test) |
||
Ligne 7 : | Ligne 7 : | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 280px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
Ligne 24 : | Ligne 24 : | ||
/* text-align: left; */ | /* text-align: left; */ | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 120px; | ||
} | } | ||
.infobox-table td { | .infobox-table td { |
Version du 22 novembre 2023 à 19:27
/* 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: 280px;
}
.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 {
font-size: 1.1em;
/* text-align: left; */
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}
/* [[Catégorie:Wiki AliENS]] */