« MediaWiki:Citizen.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 60 : | Ligne 60 : | ||
} | } | ||
body[class*="page-Catégorie_Images_de_"] .mw-category-generated { | body[class*="page-Catégorie_Images_de_"] .mw-category-generated { | ||
display: none !important; | |||
} | |||
.mw-title .mw-title-label { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Version du 10 juillet 2025 à 22:57
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
:root.skin-theme-clientpref-day {
--color-surface-0: #f7f7f7; /* Fond principal gris très clair */
--color-surface-1: #f3fbe7; /* Vert très très pâle pour zones secondaires */
--color-surface-2: #f3fbe7;
--color-surface-3: #fff7c2; /* Jaune pastel, optionnel pour highlights */
--color-surface-4: #eef8e3; /* Vert doux pour boutons ou encadrés */
--color-base: #232323; /* Texte principal, très foncé */
--color-base--emphasized: #313131;
--color-base--subtle: #686868;
}
/* Thème sombre Uma Musume */
:root.skin-theme-clientpref-night {
--color-surface-0: #181b22; /* Fond sombre */
--color-surface-1: #232631; /* Surfaces secondaires */
--color-surface-2: #232631;
--color-surface-3: #232631;
--color-surface-4: #232631;
--color-base: #fff; /* Texte blanc */
--color-base--emphasized: #fff;
--color-base--subtle: #b6b2d3; /* Gris/violet clair pour textes subtils */
}
/* Mode auto (utilise les couleurs du mode sombre) */
@media screen and (prefers-color-scheme: dark) {
:root.skin-theme-clientpref-os {
--color-surface-0: #181b22;
--color-surface-1: #232631;
--color-surface-2: #232631;
--color-surface-3: #232631;
--color-surface-4: #232631;
--color-base: #fff;
--color-base--emphasized: #fff;
--color-base--subtle: #b6b2d3;
}
}
.catlinks {
display: none !important;
}
.infobox-img {
max-width: 95% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
.scw-gallerybox {
border: 1px solid var(--border-color-base, #bbb);
border-radius: 8px;
padding: 0.6em 1em;
margin: 1.2em 0;
text-align: center;
font-size: 1em;
background: transparent;
color: inherit;
}
body[class*="page-Catégorie_Images_de_"] .mw-category-generated {
display: none !important;
}
.mw-title .mw-title-label {
display: none !important;
}