MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (â-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (â-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
/* Removed TOC */
.vector-feature-zebra-design-disabled.vector-feature-toc-pinned-clientpref-0 body:not(.vector-sticky-header-visible) .vector-page-titlebar > .vector-toc-landmark, .vector-feature-zebra-design-disabled.vector-feature-toc-pinned-clientpref-0 .vector-sticky-header-visible .vector-sticky-header-context-bar > .vector-toc-landmark, .vector-feature-zebra-design-disabled.vector-feature-toc-pinned-clientpref-1 .mw-page-container-inner > .vector-toc-landmark {
display: none;
}
/* Removed footer icons */
#footer-icons {
float: right;
display: none;
}
/* Removed copyright text */
li#footer-info-copyright {
display: none;
}
/* Removed Search Button */
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled {
background-color: #f8f9fa;
color: #202122;
border-color: #a2a9b1;
display: none;
}