« 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 6 : | Ligne 6 : | ||
width: 98% !important; | width: 98% !important; | ||
max-width: 98% !important; | max-width: 98% !important; | ||
margin: 1em | min-width: 0 !important; | ||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
margin-top: 1em !important; | |||
margin-bottom: 1em !important; | |||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
clear: both !important; | clear: both !important; | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
} | |||
} | } | ||
.infobox-img { | .infobox-img { | ||
Version du 12 juillet 2025 à 13:28
/* Le CSS placé ici sera appliqué à tous les habillages. */
@media (max-width: 700px) {
.infobox-personnage {
float: none !important;
display: block !important;
width: 98% !important;
max-width: 98% !important;
min-width: 0 !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 1em !important;
margin-bottom: 1em !important;
box-sizing: border-box !important;
clear: both !important;
text-align: center !important;
}
}
}
.infobox-img {
max-width: 98% !important;
height: auto !important;
}