Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 8: | Line 8: | ||
} | } | ||
a { | @media print a { | ||
text-decoration: none; | text-decoration: none; | ||
color: #006c66; | color: #006c66; |
Revision as of 16:48, 6 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } @media print a { text-decoration: none; color: #006c66; } .printfooter { font-size: 0.8em; } .plainlinks { position: absolute; left: 0; padding: 8px; } .plainrechts { position: absolute; right: 0; padding: 8px; }