« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications Balise : Révocation manuelle |
Aucun résumé des modifications |
||
| Ligne 41 : | Ligne 41 : | ||
.catlinks { | .catlinks { | ||
display: none !important; | display: none !important; | ||
} | |||
.infobox-img { | |||
max-width: 95% !important; | |||
height: auto !important; | |||
display: block; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
Version du 10 juillet 2025 à 21:53
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
/* Thème clair Uma Musume */
:root.skin-theme-clientpref-day {
--color-surface-0: #fff; /* Fond principal */
--color-surface-1: #e9ffd7; /* Vert très clair */
--color-surface-2: #e9ffd7; /* Vert très clair */
--color-surface-3: #ffe684; /* Jaune pastel */
--color-surface-4: #e9ffd7; /* Vert très clair boutons */
--color-base: #222; /* Texte principal */
--color-base--emphasized: #333;
--color-base--subtle: #666;
}
/* 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;
}