MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
#footer-icons { | #footer-icons { | ||
float: right; | float: right; | ||
display: none; | |||
} | |||
/* Removed copyright text */ | |||
li#footer-info-copyright { | |||
display: none; | display: none; | ||
} | } | ||
Revision as of 00:54, 1 April 2024
/* 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;
}