Jump to content

MediaWiki:Print.css: Difference between revisions

From WikiPETia.info
Try page breaks and font size fix
Fix table font size
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */


p, li, .printfooter, #footer { font-size: 10pt; }
p, li, td, .printfooter, #footer { font-size: 10pt; }


* { page-break-inside: avoid; page-break-after: avoid; page-break-before: avoid; }
* { page-break-inside: avoid; page-break-after: avoid; page-break-before: avoid; }


.toc, h1#firstHeading, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; }
.toc, h1#firstHeading, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; }

Latest revision as of 14:09, 11 April 2016

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

p, li, td, .printfooter, #footer { font-size: 10pt; }

* { page-break-inside: avoid; page-break-after: avoid; page-break-before: avoid; }

.toc, h1#firstHeading, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; }