« 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 22 : | Ligne 22 : | ||
} | } | ||
} | } | ||
.persovignette { | .persovignette { | ||
width: 130px !important; | |||
text-align: center; | |||
} | } | ||
.persovignette a { | .persovignette a { | ||
text-decoration: none | font-weight: bold; | ||
font-size: 1em; | |||
color: #e94983; /* par défaut, change selon la classe */ | |||
text-decoration: none; | |||
word-break: break-word; | |||
overflow-wrap: anywhere; | |||
} | } | ||
Version du 12 juillet 2025 à 17:55
/* 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: 1em auto !important;
box-sizing: border-box !important;
clear: both !important;
text-align: center !important;
}
}
.infobox-personnage:after {
content: '';
display: block;
clear: both;
}
}
.persovignette {
width: 130px !important;
text-align: center;
}
.persovignette a {
font-weight: bold;
font-size: 1em;
color: #e94983; /* par défaut, change selon la classe */
text-decoration: none;
word-break: break-word;
overflow-wrap: anywhere;
}