MediaWiki:PDFCreator/StandardBookPDF: Unterschied zwischen den Versionen

Margit Link-Rodrigue (Diskussion | Beiträge)
Update pdf template
Margit Link-Rodrigue (Diskussion | Beiträge)
Update pdf template
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
pdfcreator_template_styles
Zeile 188: Zeile 188:
.pdfcreator-page-content pre,
.pdfcreator-page-content pre,
.pdfcreator-page-content p {
.pdfcreator-page-content p {
font-size: 9pt;
font-size: 9.5pt;
line-height: 1.8em;
line-height: 1.8em;
}
}
Zeile 218: Zeile 218:
}
}


/* page title h1 */
/* style h1 page title */
.pdfcreator-page-content h1.firstHeading {
.pdfcreator-page-content .firstHeading {
margin: 0;
margin-bottom: -2em!important;
padding:0!important;
}
}


/* style h2 headings */
/* style h2 headings */
.pdfcreator-page-content h2 {
.pdfcreator-page-content h2 {
    font-size:1.2em;
border-bottom: none;
border-bottom: none;
margin: 1.4em 0;
margin: 2em 0;
}
}


/* TOC styling */
/* TOC styling */
Zeile 259: Zeile 258:
h4 {
h4 {
-fs-keep-with-next: always;
-fs-keep-with-next: always;
margin-top: 1em;
margin-top: 1.2em;
}
}


Zeile 267: Zeile 266:
}
}


/*export img smaller than on wiki page */
/* codeblock - correct wrapping */
code {
    display: inline-block;
}


.exportsmall figure, .exportsmall figure img {
/* codeblock and preformatted text font size */
    max-width:300px
code,
    }
pre {
font-size: 8pt!important;
line-height: 1.5em!important;
}

Aktuelle Version vom 8. September 2026, 13:29 Uhr