Actions

MediaWiki

Difference between revisions of "Print.css"

From

(Created page with "→‎CSS placed here will affect the print output: html, body {font-size:10px;}")
 
 
(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 */


html, body {font-size:10px;}
html, body {font-size:14px;}
#footer { visibility:hidden; height:0;width:0;}
.printfooter { visibility:hidden; height:0;width:0;}
 
a { visibillity:hidden; display: inline-box; width:0px; height:0px;}

Latest revision as of 10:32, 7 February 2019

/* CSS placed here will affect the print output */

html, body {font-size:14px;}
#footer { visibility:hidden; height:0;width:0;}
.printfooter { visibility:hidden; height:0;width:0;}

a { visibillity:hidden; display: inline-box; width:0px; height:0px;}