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-search-input__end-button {
flex-shrink: 0;
margin: -1px -1px -1px 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
display: none;
}
.vector-feature-zebra-design-disabled.client-js .vector-pinnable-header-unpinned .vector-pinnable-header-pin-button, .vector-feature-zebra-design-disabled.client-js .vector-pinnable-header-pinned .vector-pinnable-header-unpin-button {
display: none;
}