MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Fix infinite methods |
Fixing up more MW1.44 CSS papercuts (vector-menu-tabs -> vector-menu-tabs-legacy) |
||
| Line 72: | Line 72: | ||
} | } | ||
.vector-menu-tabs ul { | .vector-menu-tabs-legacy ul { | ||
margin-left:-1px; | margin-left:-1px; | ||
} | } | ||
.vector-menu-tabs li { | .vector-menu-tabs-legacy li { | ||
background:none; | background:none; | ||
margin-right:0.25em; | margin-right:0.25em; | ||
| Line 82: | Line 82: | ||
} | } | ||
.vector-menu-tabs { | .vector-menu-tabs-legacy { | ||
background: none; | background: none; | ||
} | } | ||
.vector-menu-tabs li a,#mw-head .vector-menu-dropdown .vector-menu-heading { | .vector-menu-tabs-legacy li a,#mw-head .vector-menu-dropdown .vector-menu-heading { | ||
font-family:"TF2C Build","TF2 Build",sans-serif; | font-family:"TF2C Build","TF2 Build",sans-serif; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
| Line 102: | Line 102: | ||
} | } | ||
.vector-menu-tabs .selected a,.vector-menu-tabs .selected a:visited { | .vector-menu-tabs-legacy .selected a,.vector-menu-tabs-legacy .selected a:visited { | ||
background:#583A31; | background:#583A31; | ||
color:#D2CDC8; | color:#D2CDC8; | ||
} | } | ||
.vector-menu-tabs .mw-watchlink.icon a::before { | .vector-menu-tabs-legacy .mw-watchlink.icon a::before { | ||
top:0.3em; | top:0.3em; | ||
} | } | ||
| Line 122: | Line 122: | ||
top:0; | top:0; | ||
} | } | ||
.vector-menu-tabs .mw-watchlink.icon a { | .vector-menu-tabs-legacy .mw-watchlink.icon a { | ||
padding-top:29px; | padding-top:29px; | ||
width:31.7px; | width:31.7px; | ||
} | } | ||
.vector-menu-tabs .mw-watchlink.icon a span { | .vector-menu-tabs-legacy .mw-watchlink.icon a span { | ||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
.vector-menu-tabs .selected { | .vector-menu-tabs-legacy .selected { | ||
background:none; | background:none; | ||
} | } | ||
| Line 139: | Line 139: | ||
} | } | ||
.vector-menu-portal .vector-menu-heading { | .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { | ||
color: #D2CDC8; | color: #D2CDC8; | ||
background:none; | background:none; | ||
| Line 161: | Line 161: | ||
} | } | ||
.mw-footer li,.vector-menu-portal h3,.vector-menu-tabs li a,.vector-menu-dropdown .vector-menu-heading { | .mw-footer li,.vector-menu-portal h3,.vector-menu-tabs-legacy li a,.vector-menu-dropdown .vector-menu-heading { | ||
color:#D2CDC8; | color:#D2CDC8; | ||
} | } | ||
.vector-menu-tabs #ca-unwatch.icon a::before { | .vector-menu-tabs-legacy #ca-unwatch.icon a::before { | ||
background-image: url(/misc/unwatch.svg); | background-image: url(/misc/unwatch.svg); | ||
} | } | ||
.vector-menu-tabs #ca-watch.icon a::before { | .vector-menu-tabs-legacy #ca-watch.icon a::before { | ||
background-image: url(/misc/watch.svg); | background-image: url(/misc/watch.svg); | ||
} | } | ||
.vector-menu-tabs #ca-unwatch.icon a:hover::before, .vector-menu-tabs #ca-unwatch.icon a:focus::before { | .vector-menu-tabs-legacy #ca-unwatch.icon a:hover::before, .vector-menu-tabs-legacy #ca-unwatch.icon a:focus::before { | ||
background-image: url(/misc/unwatch-hl.svg); | background-image: url(/misc/unwatch-hl.svg); | ||
} | } | ||
.vector-menu-tabs #ca-watch.icon a:hover::before, .vector-menu-tabs #ca-watch.icon a:focus::before { | .vector-menu-tabs-legacy #ca-watch.icon a:hover::before, .vector-menu-tabs-legacy #ca-watch.icon a:focus::before { | ||
background-image: url(/misc/watch-hl.svg); | background-image: url(/misc/watch-hl.svg); | ||
} | } | ||