MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
/* Removed copyright text */ | /* Removed copyright text */ | ||
li#footer-info-copyright { | 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; | display: none; | ||
} | } | ||
Revision as of 01:07, 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;
}
/* Removed Search Button */
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled {
background-color: #f8f9fa;
color: #202122;
border-color: #a2a9b1;
display: none;
}