MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Contenu remplacé par « →Le CSS placé ici sera appliqué à tous les habillages. : ») 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 à 11: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; }