Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Tag: Reverted |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
widows: 2; | widows: 2; | ||
orphans: 2; | orphans: 2; | ||
} | |||
a { | |||
color: #006c66 !important; | |||
text-decoration-thickness: 1px !important; | |||
text-decoration-style: dotted !important; | |||
text-decoration-line: underline !important; | |||
text-underline-position: under !important; | |||
text-underline-offset: -0.1em !important; | |||
} | |||
.printfooter { | |||
font-size: 0.8em; | |||
} | |||
.printfooter a { | |||
color: #006c66 !important; | |||
text-decoration-thickness: 1px !important; | |||
text-decoration-style: dotted !important; | |||
text-decoration-line: underline !important; | |||
text-underline-position: under !important; | |||
text-underline-offset: -0.1em !important; | |||
} | } | ||
.plainlinks { | .plainlinks { | ||
position: absolute; | |||
left: 0; | |||
padding: 8px; | |||
} | |||
.plainrechts { | |||
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
padding: 8px; | |||
} | } | ||
.mw-cookiewarning-container { display: none !important; } |
Latest revision as of 11:18, 28 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 !important; text-decoration-style: dotted !important; text-decoration-line: underline !important; text-underline-position: under !important; text-underline-offset: -0.1em !important; } .printfooter { font-size: 0.8em; } .printfooter a { color: #006c66 !important; text-decoration-thickness: 1px !important; text-decoration-style: dotted !important; text-decoration-line: underline !important; text-underline-position: under !important; text-underline-offset: -0.1em !important; } .plainlinks { position: absolute; left: 0; padding: 8px; } .plainrechts { position: absolute; right: 0; padding: 8px; } .mw-cookiewarning-container { display: none !important; }