Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 9: | Line 9: | ||
a { | a { | ||
color: #006c66 !important; | color: #006c66 !important; | ||
text-decoration-thickness: 1px; | text-decoration-thickness: 1px; |
Revision as of 15:56, 18 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } a { color: #006c66 !important; text-decoration-thickness: 1px; text-decoration-style: dotted; text-decoration-line: underline; text-underline-position: under; text-underline-offset: -0.1em; } .printfooter { font-size: 0.8em; } .plainlinks { position: absolute; left: 0; padding: 8px; } .plainrechts { position: absolute; right: 0; padding: 8px; }