MediaWiki:Vector.css: Difference between revisions

fix sticky header, fix invisible footer text
(fixes for new Vector)
(fix sticky header, fix invisible footer text)
Line 13:
.vector-feature-zebra-design-disabled .vector-header-container {
background: none;
}
 
@media screen and (min-width: 1000px) {
.vector-feature-zebra-design-disabled.client-js.vector-sticky-header-enabled .vector-sticky-header-visible .vector-sticky-header-container {
background: #fff;
padding-top: 0;
}
}
 
Line 43 ⟶ 50:
 
#mw-navigation,
#.mw-footer, li {
#footer li {
color: #fff;
}
 
@media print {
#.mw-footer, li {
#footer li {
color: #000;
}
Line 71 ⟶ 76:
.mw-sidebar-action-content a, /* new Vector */
#pt-userpage-2 a:not(.mw-selflink), /* new Vector */
#mw-head #p-personal a {,
.skin-vector-legacy .mw-footer a {
color: #00fffe;
}
Line 77 ⟶ 83:
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover,
#mw-head #p-personal a:hover,
#.skin-vector-legacy .mw-footer a:hover {
color: #fff;
}