« 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 Balise : Révoqué |
||
| Ligne 41 : | Ligne 41 : | ||
.catlinks { | .catlinks { | ||
display: none !important; | display: none !important; | ||
} | |||
.umano-padding img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
background: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
Version du 8 juillet 2025 à 09:35
/* 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;
}
.umano-padding img {
width: 100%;
height: 100%;
object-fit: cover;
margin: 0 !important;
padding: 0 !important;
background: none !important;
box-shadow: none !important;
}