Anonymous user
MediaWiki:Vector.css: Difference between revisions
m
Selected li now connects to the body
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 m (Selected li now connects to the body) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
background-image: url(https://static.miraheze.org/btawiki/8/85/Navigation_bg.png),linear-gradient(#fff, #fff); | background-image: url(https://static.miraheze.org/btawiki/8/85/Navigation_bg.png),linear-gradient(#fff, #fff); | ||
} | } | ||
.client-darkmode .vector-menu-tabs-legacy .selected { | |||
background-image: url(https://static.miraheze.org/btawiki/8/85/Navigation_bg.png),linear-gradient(#111116, #111116); | |||
} | |||
.client-darkmode .vector-menu-tabs-legacy .selected a, .client-darkmode .vector-menu-tabs-legacy .selected a:visited { | |||
color: #ddd; | |||
} | |||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background-image: url(https://static.miraheze.org/btawiki/8/85/Navigation_bg.png); | background-image: url(https://static.miraheze.org/btawiki/8/85/Navigation_bg.png); | ||
Line 16: | Line 25: | ||
background-position: top; | background-position: top; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
z-index: 1; | |||
position: relative; | |||
} | } | ||
Line 43: | Line 54: | ||
.client-darkmode .vector-menu-tabs-legacy .vector-menu-content-list, .client-darkmode .vector-menu-tabs-legacy::before { | .client-darkmode .vector-menu-tabs-legacy .vector-menu-content-list, .client-darkmode .vector-menu-tabs-legacy::before { | ||
background-image: url(https://static.miraheze.org/btawiki/5/58/Navigation-dirt-dark-mode.png); | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
} | } |