« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
@media (max-width: 700px) { | @media (max-width: 700px) { | ||
.infobox-personnage { | .infobox-personnage { | ||
float: none !important; | float: none !important; | ||
margin: 1em auto !important; | |||
display: block !important; | display: block !important; | ||
width: | width: 96% !important; | ||
max-width: | max-width: 340px !important; | ||
clear: both !important; | clear: both !important; | ||
} | } | ||
.infobox-personnage:after { | |||
content: ''; | |||
display: block; | |||
clear: both; | |||
.infobox- | } | ||
} | } | ||
Version du 12 juillet 2025 à 13:31
/* Le CSS placé ici sera appliqué à tous les habillages. */
@media (max-width: 700px) {
.infobox-personnage {
float: none !important;
margin: 1em auto !important;
display: block !important;
width: 96% !important;
max-width: 340px !important;
clear: both !important;
}
.infobox-personnage:after {
content: '';
display: block;
clear: both;
}
}