Common.css : Différence entre versions
De erg
Ligne 9 : | Ligne 9 : | ||
.hidden { | .hidden { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .infobox2 { | ||
+ | width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left; | ||
} | } |
Version du 13 mars 2018 à 19:44
/* Le CSS placé ici sera appliqué à tous les habillages. */ .rssicon { display: inline-block; width: 32px; height: 32px; background-image: url(/mw/resources/assets/Feed-icon.png); } .hidden { display: none; } .infobox2 { width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left; }