MediaWiki:Print.css: Unterschied zwischen den Versionen
Aus HWB-EuP 2009
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird in der Druckausgabe geladen.: p { hyphens: auto; text-align: justify; }“) |
Admin (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
hyphens: auto; | hyphens: auto; | ||
text-align: justify; | 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; | |||
} | } |
Version vom 19. Oktober 2021, 15:53 Uhr
/* Das folgende CSS wird in der Druckausgabe geladen. */ 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; }