« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 6 : | Ligne 6 : | ||
margin: 1em auto !important; | margin: 1em auto !important; | ||
display: block !important; | display: block !important; | ||
width: | width: 98% !important; | ||
max-width: | max-width: 98% !important; | ||
min-width: 0 !important; | min-width: 0 !important; | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
clear: both !important; | clear: both !important; | ||
} | } | ||
} | } | ||
Version du 11 juillet 2025 à 09:10
/* 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: 98% !important;
max-width: 98% !important;
min-width: 0 !important;
box-sizing: border-box !important;
clear: both !important;
}
}