Difference between revisions of "MediaWiki:Print.css"

From KS5 Mathematics
Jump to: navigation, search
(Created page with "CSS placed here will affect the print output: #footer {display: none;} #toc {display: none;} #siteSub {display: none;} #contentSub {display: none;}")
 
 
(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 */
#footer {display: none;}
+
#catlinks {display: none;}
 +
.catlinks {display: none;}
 +
.printfooter {display: none;}
 
#toc {display: none;}
 
#toc {display: none;}
 
#siteSub {display: none;}
 
#siteSub {display: none;}
 
#contentSub {display: none;}
 
#contentSub {display: none;}
 +
p {font-size: 120%;}

Latest revision as of 08:09, 2 July 2014

/* CSS placed here will affect the print output */
#catlinks {display: none;}
.catlinks {display: none;}
.printfooter {display: none;}
#toc {display: none;}
#siteSub {display: none;}
#contentSub {display: none;}
p {font-size: 120%;}