MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 581: | Zeile 581: | ||
------------------------------------------------- | ------------------------------------------------- | ||
/* | /* ===== Hard Fix: Force Light Mode on iOS/Safari ===== */ | ||
html { color-scheme: light !important; } /* sagt Safari: NICHT auto-dunkeln */ | |||
/* | |||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
html, body { background: # | /* falls Safari trotzdem toggelt: alles hell halten */ | ||
.card, .card-muted { background: # | html, body { background: #ffffff !important; color: #222 !important; } | ||
.card, .card-muted, | |||
.whisky-rating__item, | |||
. | .whisky-top5, | ||
.list.compact .news-item { | .mw-popup-modal, | ||
.whisky-summary__table th, | |||
.whisky-summary__table td { | |||
img { filter: | background: #ffffff !important; | ||
color: #222 !important; | |||
border-color: #e6e6e6 !important; | |||
box-shadow: 0 1px 3px rgba(0,0,0,.04) !important; | |||
} | |||
.whisky-summary__table tr:nth-child(even) td { background: #fafafa !important; } | |||
.list.compact .news-item { border-bottom-color: #eee !important; } | |||
a { color: #2d6ca2 !important; } | |||
a:hover { color: #1c4d7d !important; } | |||
img { filter: none !important; } | |||
} | } | ||