Difference between revisions of "MediaWiki:Print.css"

Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.toc{display: none !important;}
.toc{display: none !important;}
.full-row-footer-components
.full-row-footer-components{display: none !important;}
.full-row-footer-black-components{display: none !important;}
.logo-bar{display: none !important;}
.main-navigation-bar{display: none !important;}
.sub-nav-bar{display: none !important;}
.col-sm-2{display: none !important;}

Latest revision as of 05:37, 14 February 2018

/* CSS placed here will affect the print output */
.toc{display: none !important;}
.full-row-footer-components{display: none !important;}
.full-row-footer-black-components{display: none !important;}
.logo-bar{display: none !important;}
.main-navigation-bar{display: none !important;}
.sub-nav-bar{display: none !important;}
.col-sm-2{display: none !important;}