« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 40 : | Ligne 40 : | ||
margin-right: 15px !important; | margin-right: 15px !important; | ||
filter: none !important; | filter: none !important; | ||
} | |||
/* --- Blocage définitif du mode sombre pour le bandeau d'attribution --- */ | |||
/* On cible les classes de thèmes sombres courantes (clientpref-night) */ | |||
html.skin-theme-clientpref-night .bandeau-attribution, | |||
.skin-theme-clientpref-night .bandeau-attribution, | |||
.bandeau-attribution { | |||
background-color: #FFF9E5 !important; | |||
border: 1px solid #FFD700 !important; | |||
filter: none !important; /* Annule l'inversion graphique */ | |||
} | |||
/* On force le texte noir pour TOUT ce qui est dans le bandeau */ | |||
html.skin-theme-clientpref-night .bandeau-attribution *, | |||
.skin-theme-clientpref-night .bandeau-attribution *, | |||
.bandeau-attribution * { | |||
color: #000000 !important; | |||
-webkit-text-fill-color: #000000 !important; /* Force pour certains navigateurs mobiles */ | |||
} | |||
/* On s'assure que les liens restent bleus pour être visibles sur le jaune */ | |||
html.skin-theme-clientpref-night .bandeau-attribution a, | |||
.bandeau-attribution a { | |||
color: #0000EE !important; | |||
text-decoration: underline !important; | |||
} | } | ||