MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Nie podano opisu zmian Znaczniki: Ręczne wycofanie zmian Wycofane |
Nie podano opisu zmian Znacznik: Wycofane |
||
| Linia 12: | Linia 12: | ||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
} | |||
.thumb img.mw-no-invert { | |||
filter: none !important; | |||
-webkit-filter: none !important; | |||
} | } | ||
Wersja z 20:01, 11 wrz 2025
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* --- 2) logo ustawione przez $wgLogos w LocalSettings.php --- */
/* dopasuj selektory jeśli Twoja skórka używa innych klas/id */
.client-darkmode #p-logo img,
.client-darkmode .mw-wiki-logo,
.client-darkmode .site-logo,
.client-darkmode .mw-logo {
/* pre-invertujemy, aby skompensować filtr aplikowany na html */
filter: invert(1) hue-rotate(180deg) !important;
-webkit-filter: invert(1) hue-rotate(180deg) !important;
mix-blend-mode: normal !important;
opacity: 1 !important;
}
.thumb img.mw-no-invert {
filter: none !important;
-webkit-filter: none !important;
}