HeaderContentFooterDocument prefaceDocument appendixStylesProperties<div class="pdfcreator-runningheaderfix"> <table> <tr> <td> <div class="pdfcreator-runningheader-logo"> {{{logo}}} </div> </td> <td> <h1 class="title">{{{title}}}</h1> </td> </tr> </table> </div> {{{content}}} <div class="pdfcreator-runningfooterfix"> <table> <tr> <td> <span>{{int:pdfcreator-pdf-disclaimer}}</span> </td> <td> <span>{{int:pdfcreator-pdf-export-time}}:{{#time: d.m.Y|now}}</span> </td> <td> <span>{{int:pdfcreator-pdf-param-currentpagenumber-label}} </span>{{{currentpagenumber}}} <span> {{int:pdfcreator-pdf-param-totalpagescount-label}} </span>{{{totalpagescount}}} </td> </tr> </table> </div> <div class="pdfcreator-intro"> <div class="pdfcreator-intro-title">{{{title}}}</div> </div> <div class="pdfcreator-outro"> </div> /** * Running header styles. */ .pdfcreator-runningheaderfix { position: running( topleft ); margin: 0 -1.75cm 0 -1.75cm; padding: 0 1.75cm 0 1.75cm; height: 2.3cm; } .pdfcreator-runningheaderfix > table { width: 100%; max-height: 99%; background: transparent; border-bottom: 0.1mm solid black; } .pdfcreator-runningheaderfix > table td { vertical-align: center; text-align: center; } .pdfcreator-runningheaderfix > table td:first-child { width: 25%; text-align: left; } .pdfcreator-runningheaderfix > table td:last-child { width: 75%; text-align: right; } .pdfcreator-runningheaderfix > table .pdfcreator-runningheader-logo { display: block; width: 100%; height: 2cm; } .pdfcreator-runningheaderfix > table .pdfcreator-runningheader-logo p { padding: 0; margin: 0; line-height: 0; } .pdfcreator-runningheaderfix > table .pdfcreator-runningheader-logo img { width: auto; height: 1.5cm; } .pdfcreator-runningheaderfix > table h1.title { font-size: 9pt; font-weight: normal; max-height: 2.4em; line-height: 1.2em; overflow: hidden; text-align: right; } /** * Running footer styles. */ .pdfcreator-runningfooterfix { position: running( bottomleft ); margin: 0 -1.75cm 0 -1.75cm; padding: 0 1.75cm 0 1.75cm; height: 1.3cm; } .pdfcreator-runningfooterfix > table { width: 100%; background: transparent; max-height: 99%; border-top: 0.1mm solid black; } .pdfcreator-runningfooterfix > table td { width: 32%; padding-top: 0.1cm; vertical-align: top; text-align: center; } .pdfcreator-runningfooterfix > table td p { font-size: 9pt !important; line-height: 1.2em; } .pdfcreator-runningfooterfix > table td:first-child { width: 32%; text-align: left; } .pdfcreator-runningfooterfix > table td:last-child { width: 32%; text-align: right; } /** * The default page definition. */ @page { size: A4 portrait; margin: 2.5cm 1.75cm 1.5cm 1.75cm; @top-left { content: element( topleft ); } @top-center { content: element( topcenter ); } @top-right { content: element( topright ); } @bottom-left { content: element( bottomleft ); } @bottom-center { content: element( bottomcenter ); } @bottom-right { content: element( bottomright ); } } /** * The "coverpage" definition. */ @page coverpage { margin: 0cm 0cm 0cm 0cm; @top-left { content: none; } @top-center { content: none; } @top-right { content: none; } @bottom-left { content: none; } @bottom-center { content: none; } @bottom-right { content: none; } } .pdfcreator-type-intro { page: coverpage; background-size: 21cm; width: 21cm; height: 29.7cm; background-repeat: no-repeat; } .pdfcreator-intro-title { position: absolute; top: 17.5cm; left: 1.75cm; width: 17.5cm; max-height: 6.5cm; overflow: hidden; font-size: 40px; color: #3E5389; font-weight: 900; line-height: 1.3em; } /*** 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: 9pt; 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 ul li { list-style-type: none !important; position: relative; } .pdfcreator-page-content ul li::before { content: "\2022"; /* Unicode bullet (•) */ position: absolute; left: -1em; font-size: 1em; /* fully controllable */ } .pdfcreator-page-content .toc ul li::before { content: ""; /* remove custom bullet from TOC */ } /* page title h1 */ .pdfcreator-page-content h1.firstHeading { margin: 0; padding:0!important; } /* style h2 headings */ .pdfcreator-page-content h2 { border-bottom: none; margin: 1.4em 0; } /* TOC styling */ .toc { border: none; 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: 1em; } p { -fs-page-break-min-height: 5em; line-height: 1.5; } /*export img smaller than on wiki page */ .exportsmall figure, .exportsmall figure img { max-width:300px } { "embed-page-toc": true, "attachments": true, "suppress-links": false }