MediaWiki:Vector.css: Difference between revisions

Content added Content deleted
(fixes for new Vector)
(fix sticky header, fix invisible footer text)
Line 13: Line 13:
.vector-feature-zebra-design-disabled .vector-header-container {
.vector-feature-zebra-design-disabled .vector-header-container {
background: none;
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: Line 50:


#mw-navigation,
#mw-navigation,
#footer,
.mw-footer li {
#footer li {
color: #fff;
color: #fff;
}
}


@media print {
@media print {
#footer,
.mw-footer li {
#footer li {
color: #000;
color: #000;
}
}
Line 71: Line 76:
.mw-sidebar-action-content a, /* new Vector */
.mw-sidebar-action-content a, /* new Vector */
#pt-userpage-2 a:not(.mw-selflink), /* new Vector */
#pt-userpage-2 a:not(.mw-selflink), /* new Vector */
#mw-head #p-personal a {
#mw-head #p-personal a,
.skin-vector-legacy .mw-footer a {
color: #00fffe;
color: #00fffe;
}
}
Line 77: Line 83:
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover,
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover,
#mw-head #p-personal a:hover,
#mw-head #p-personal a:hover,
#footer a:hover {
.skin-vector-legacy .mw-footer a:hover {
color: #fff;
color: #fff;
}
}