« 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 |
||
| (33 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 13 : | Ligne 13 : | ||
display: none !important; | display: none !important; | ||
} | } | ||
| Ligne 44 : | Ligne 22 : | ||
float: none !important; | float: none !important; | ||
display: block !important; | display: block !important; | ||
width: | width: 96% !important; | ||
max-width: 98% !important; | max-width: 98% !important; | ||
min-width: 0 !important; | min-width: 0 !important; | ||
| Ligne 51 : | Ligne 29 : | ||
clear: both !important; | clear: both !important; | ||
text-align: center !important; | text-align: center !important; | ||
padding: 0.5em 0.5em !important; | |||
} | |||
.infobox-personnage > div { | |||
float: none !important; | |||
margin: 0 auto !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
min-width: 0 !important; | |||
} | } | ||
} | } | ||
.infobox- | |||
@media (max-width: 700px) { | |||
display: block; | .infobox-musique{ | ||
clear: both; | float: none !important; | ||
display: block !important; | |||
width: 96% !important; | |||
max-width: 98% !important; | |||
min-width: 0 !important; | |||
margin: 1em auto !important; | |||
box-sizing: border-box !important; | |||
clear: both !important; | |||
text-align: center !important; | |||
padding: 0.5em 0.5em !important; | |||
} | |||
.infobox-musique> div { | |||
float: none !important; | |||
margin: 0 auto !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
min-width: 0 !important; | |||
} | } | ||
} | } | ||
@media (max-width: 600px) { | |||
.perso-vignette { max-width: 24vw !important; } | |||
.perso-vignette .perso-nom { font-size: 0.65em !important; } | |||
} | |||
. | |||
} | } | ||
Dernière version du 25 juillet 2025 à 15:23
/* Le CSS placé ici sera appliqué à tous les habillages. */
a[href*="Politique_de_confidentialit%C3%A9"] {
display: none !important;
}
/* Masque "À propos de Uma Musume Wiki France" */
a[href*="Uma_Musume_Wiki_France"] {
display: none !important;
}
/* Masque "Avertissements" */
a[href*="Avertissements"] {
display: none !important;
}
@media (max-width: 700px) {
.infobox-personnage {
float: none !important;
display: block !important;
width: 96% !important;
max-width: 98% !important;
min-width: 0 !important;
margin: 1em auto !important;
box-sizing: border-box !important;
clear: both !important;
text-align: center !important;
padding: 0.5em 0.5em !important;
}
.infobox-personnage > div {
float: none !important;
margin: 0 auto !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
}
@media (max-width: 700px) {
.infobox-musique{
float: none !important;
display: block !important;
width: 96% !important;
max-width: 98% !important;
min-width: 0 !important;
margin: 1em auto !important;
box-sizing: border-box !important;
clear: both !important;
text-align: center !important;
padding: 0.5em 0.5em !important;
}
.infobox-musique> div {
float: none !important;
margin: 0 auto !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
}
@media (max-width: 600px) {
.perso-vignette { max-width: 24vw !important; }
.perso-vignette .perso-nom { font-size: 0.65em !important; }
}