« 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 64 : | Ligne 64 : | ||
} | } | ||
@media (max-width: 700px) { | |||
@media (max-width:700px) { | |||
.mw-parser-output > div[style*="display:inline-block"] > div { | .mw-parser-output > div[style*="display:inline-block"] > div { | ||
width: | width: 90px !important; | ||
border-radius: | min-width: 90px !important; | ||
max-width: 90px !important; | |||
border-radius: 13px !important; | |||
padding: 0 !important; | |||
} | } | ||
.mw-parser-output > div[style*="display:inline-block"] img { | .mw-parser-output > div[style*="display:inline-block"] img { | ||
width: | width: 70px !important; | ||
max-width: | max-width: 70px !important; | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
.mw-parser-output > div[style*="display:inline-block"] div[style*="font-size"] { | .mw-parser-output > div[style*="display:inline-block"] div[style*="font-size"] { | ||
font-size: 0. | font-size: 0.6em !important; | ||
} | } | ||
} | } | ||
Version du 18 juillet 2025 à 15:41
/* 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;
}
@media (max-width: 700px) {
.mw-parser-output > div[style*="display:inline-block"] > div {
width: 90px !important;
min-width: 90px !important;
max-width: 90px !important;
border-radius: 13px !important;
padding: 0 !important;
}
.mw-parser-output > div[style*="display:inline-block"] img {
width: 70px !important;
max-width: 70px !important;
height: auto !important;
}
.mw-parser-output > div[style*="display:inline-block"] div[style*="font-size"] {
font-size: 0.6em !important;
}
}