Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 15: | Line 15: | ||
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
padding: 5px; | |||
} | } | ||
Line 20: | Line 21: | ||
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
padding: 5px; | |||
} | } |
Revision as of 12:42, 1 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } .printfooter { font-size: 0.8em; } .plainlinks { position: absolute; left: 0; padding: 5px; } .plainrechts { position: absolute; right: 0; padding: 5px; }