« 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 63 : | Ligne 63 : | ||
font-weight: inherit !important; | font-weight: inherit !important; | ||
} | } | ||
/* | |||
. | /* Réduction de taille des cartes sur mobile */ | ||
@media (max-width:700px) { | |||
border: | .mw-parser-output > div[style*="display:inline-block"] > div { | ||
width: 110px !important; | |||
border-radius: 14px !important; | |||
} | |||
.mw-parser-output > div[style*="display:inline-block"] img { | |||
width: 90px !important; | |||
max-width: 90px !important; | |||
height: auto !important; | |||
} | |||
} | .mw-parser-output > div[style*="display:inline-block"] div[style*="font-size"] { | ||
. | font-size: 0.67em !important; | ||
} | |||
} | } | ||
Version du 18 juillet 2025 à 15:40
/* 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;
}
.citizen-preferences-colors {
display: none !important;
}
.citizen-preferences-blacker {
display: none !important;
}
.citizen-preferences {
display: none !important;
}
@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;
}
}
}
/* Désactive le cadre/fond/couleur ajouté par le thème sur les liens */
.citizen-content .gallerytext a,
.citizen-content a.mw-redirect,
.citizen-content a {
background: none !important;
border: none !important;
color: inherit !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
text-decoration: underline !important; /* ou none */
font-weight: inherit !important;
}
/* Réduction de taille des cartes sur mobile */
@media (max-width:700px) {
.mw-parser-output > div[style*="display:inline-block"] > div {
width: 110px !important;
border-radius: 14px !important;
}
.mw-parser-output > div[style*="display:inline-block"] img {
width: 90px !important;
max-width: 90px !important;
height: auto !important;
}
.mw-parser-output > div[style*="display:inline-block"] div[style*="font-size"] {
font-size: 0.67em !important;
}
}