Module:Navbar/styles.css: Difference between revisions
en>Izno navbar-mini is never a span, and span doesn't have all the stuff that needs resetting |
m 5 revisions imported |
||
(12 intermediate revisions by 5 users not shown) | |||
Line 33: | Line 33: | ||
.navbar li { | .navbar li { | ||
word-spacing: -0.125em; | word-spacing: -0.125em; | ||
} | |||
.navbar a > span, | |||
.navbar a > abbr { | |||
text-decoration: inherit; | |||
} | } | ||
Line 52: | Line 57: | ||
} | } | ||
/* | /* not the usual @media screen, we simply remove navbar in @media print */ | ||
html.skin-theme-clientpref-night .navbar li a abbr { | |||
color: var(--color-base) !important; | |||
. | |||
} | } | ||
. | @media (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .navbar li a abbr { | |||
color: var(--color-base) !important; | |||
} | |||
} | } | ||
@media print { | |||
.navbar { | |||
display: none !important; | |||
} | |||
} | } |