Update pdf template |
Update pdf template |
||
| pdfcreator_template_styles | |||
|---|---|---|---|
| Zeile 156: | Zeile 156: | ||
/* | /*** CUSTOMIZINGS *** / | ||
/* position and resize logo */ | |||
.pdfcreator-runningheaderfix>table .pdfcreator-runningheader-logo img { | |||
width: auto !important; | |||
height: 1cm !important; | |||
margin-top: 0.5cm; | |||
} | } | ||
/* remove border of header */ | |||
.pdfcreator-runningheaderfix>table { | |||
border-bottom: none !important; | |||
} | |||
/*smaller font sizes and larger line-height in content */ | |||
.pdfcreator-page-content th, | |||
.pdfcreator-page-content td, | |||
.pdfcreator-page-content div, | |||
.pdfcreator-page-content li, | |||
.pdfcreator-page-content pre, | |||
.pdfcreator-page-content p { | |||
font-size: 9.5pt; | |||
line-height: 1.8em; | |||
} | |||
/* smaller bullet points in lists*/ | |||
.pdfcreator-page-content ul { | |||
list-style-type: none !important; | |||
list-style: none !important; | |||
padding-left: 1.2em; | |||
} | |||
.pdfcreator-page-content | .pdfcreator-page-content ul li { | ||
list-style-type: none !important; | |||
position: relative; | |||
} | |||
.pdfcreator-page-content li { | .pdfcreator-page-content ul li::before { | ||
content: "\2022"; | |||
/* Unicode bullet (•) */ | |||
position: absolute; | |||
left: -1em; | |||
font-size: 1em; | |||
/* fully controllable */ | |||
} | |||
.pdfcreator-page-content . | .pdfcreator-page-content .toc ul li::before { | ||
content: ""; | |||
/* remove custom bullet from TOC */ | |||
} | |||
.pdfcreator-page-content | /* style h1 page title */ | ||
.pdfcreator-page-content .firstHeading { | |||
margin-bottom: -2em!important; | |||
} | |||
.pdfcreator-page-content | /* style h2 headings */ | ||
.pdfcreator-page-content h2 { | |||
font-size:1.2em; | |||
border-bottom: none; | |||
margin: 2em 0; | |||
} | |||
/* TOC styling */ | |||
.toc { | |||
border: none; | |||
. | |||
padding: 0; | padding: 0; | ||
margin: 1em 0; | |||
} | |||
/* syntaxhighlight and preformatted text with smaller font size */ | |||
.mw-highlight pre, | |||
pre { | |||
/* | font-size: 8.5pt !important; | ||
/ | line-height: 1.5em !important; | ||
. | |||
} | } | ||
/* | /*wikitable print color white */ | ||
. | .wikitable { | ||
background-color: #fff | |||
} | } | ||
. | .wikitable tr th { | ||
background-color: #f1f3f9 | |||
} | } | ||
/*avoid orphans */ | |||
h2, | |||
h3, | |||
h4 { | |||
-fs-keep-with-next: always; | |||
margin-top: 1.2em; | |||
} | } | ||
p { | |||
-fs-page-break-min-height: 5em; | |||
line-height: 1.5; | |||
} | } | ||
Du siehst gerade eine alte Version dieser Seite. Zurück zur letzten Version.
Dies ist die Version von 4. Februar 2026, 15:17 von Margit Link-Rodrigue