MediaWiki:PDFCreator/TrainingBookPDF: Unterschied zwischen den Versionen

Margit Link-Rodrigue (Diskussion | Beiträge)
Update pdf template
Margit Link-Rodrigue (Diskussion | Beiträge)
Update pdf template
 
(21 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
pdfcreator_template_intro
Zeile 4: Zeile 4:
<td>
<td>
<div class="logo">
<div class="logo">
[[Datei:BlueSpice Logo v2020.png|alt=BlueSpice MediaWiki logo|150px]]
{{{logo}}}
</div>
</div>
</td>
</td>
pdfcreator_template_styles
Zeile 26: Zeile 26:
}
}


.pdfcreator-runningheaderfix > table .pdfcreator-runningheader-logo img {
width: auto;
height: 1cm;
}
.pdfcreator-runningheaderfix > table h1.title {
.pdfcreator-runningheaderfix > table h1.title {
font-size: 9pt;
font-size: 9pt;
Zeile 76: Zeile 72:
@page {
@page {
size: A4 portrait;
size: A4 portrait;
margin: 2.5cm 1.75cm 1.5cm 1.75cm;
margin: 2.2cm 1.75cm 1.5cm 1.75cm;


@top-left {
@top-left {
Zeile 144: Zeile 140:
.pdfcreator-intro-title {
.pdfcreator-intro-title {
position: absolute;
position: absolute;
top: 16.5cm;
top: 12.5cm;
left: 1.5cm;
left: 1.5cm;
width: 17.5cm;
width: 17.5cm;
Zeile 156: Zeile 152:




/*Custom */
/*** CUSTOMIZINGS *** /
p,  td, th, div, ul, li, pre  {font-size: 8pt !important;}


h1 {
/* cover logo */
    font-size: 1.2em!important;
.pdfcreator-covertop .logo img {
    padding 0!important;
width: auto !important;
    margin:-0.3em 0 0.1em 0!important
height: 1cm !important;
margin-top: 0.5cm;
margin-left:1.75cm
}
}


figure[typeof~='mw:File/Thumb'].mw-halign-center, figure[typeof~='mw:File/Frame'].mw-halign-center {border:none}
/* position and resize logo */
.pdfcreator-runningheaderfix>table .pdfcreator-runningheader-logo img {
width: auto !important;
height: 0.8cm !important;
margin-top: 0.1cm;
}


h2 {font-size:1.1em; text-decoration:none; border:none; margin-top:14pt; margin-bottom:8pt;font-weight:600}
/* remove border of header */
.pdfcreator-runningheaderfix>table {
border-bottom: none !important;
}


h3 {font-size:1em; text-decoration:none; border:none; font-weight:600}
/*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;
}


.pdfcreator-page-content > ul {margin-bottom:10pt; margin-top:10pt}
/*larger margin between paragraphs*/
.pdfcreator-page-content p {
margin-bottom:1.2em
}


.pdfcreator-page-content li {margin-left:12pt; margin-bottom:4pt}
/* 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 .takeaway li { margin-bottom:0}
.pdfcreator-page-content ul li {
list-style-type: none !important;
position: relative;
}


.pdfcreator-page-content table caption {margin-top:0.5cm; font-size:0.8em; font-weight:normal!important; text-align:left}
.pdfcreator-page-content ul li::before {
content: "\2022";
/* Unicode bullet (•) */
position: absolute;
left: -1em;
font-size: 1em;
/* fully controllable */
}


.pdfcreator-page-content table caption:before {content:'Tabelle: '}
.pdfcreator-page-content .toc ul li::before {
content: "";
/* remove custom bullet from TOC */
}


.pdfcreator-page-content table td ul {margin-bottom:0}
/* style h1 page title */
.pdfcreator-page-content .firstHeading {
display:none
}


.pdfcreator-page-content td, .pdfcreator-page-content, .wikitable td {padding:0.2cm!important; vertical-align:top}
/* style h2 headings */
.pdfcreator-page-content h2 {
    font-size:1.4em;
border-bottom: none;
margin: 2em 0;
}


.pdfcreator-page-content p {
/* style h3, h4, */
margin: 2pt 0!important;
.pdfcreator-page-content h3, .pdfcreator-page-content h4 {
padding: 0;
    font-size:1.2em;
}  
border-bottom: none;
margin: 2em 0;
}


.pdfcreator-bgcover {margin-top:4cm}
/* style h5, h6 headings */
.pdfcreator-page-content h5, .pdfcreator-page-content h6 {
    font-size:1em;
border-bottom: none;
margin: 2em 0;
}


.logo {margin:1cm}
/* TOC styling */
 
 
/*TOC
/*Umrandung entfernen
.toc {
.toc {
    border:none
border: none;
padding: 0;
margin: 1em 0;
}
}


/*Schriftgröße und Textfarbe */
/* syntaxhighlight and preformatted text with smaller font size */
.toc span.tocnumber,
.mw-highlight pre,
.toc span.toctext {
pre, code {
font-size: 7.5pt;
font-size: 8.5pt !important;
line-height:1.5em;
line-height: 1.5em !important;
}
}


.mw-lingo-term {color:black}
/*wikitable print color white */
.wikitable {
background-color: #fff;
width:98%
}


.wikitable tr th {
background-color: #f1f3f9
}


img {max-width:100%}
.wikitable > caption {
 
font-weight:normal;
.smwtable-clean tr {
font-size:0.85em;
    border-top: 1px solid #dddddd;
text-align:left}
}
.smwtable-clean tbody>tr:nth-child(even) {
    background-color: #f5f5f5;
}


.smwtable-clean tr>th {
/*avoid orphans */
    padding: 8px !important;
h2,
    line-height: 1.42857143;
h3,
    vertical-align: top;
h4 {
    border-top: 1px solid #dddddd;
-fs-keep-with-next: always;
    border-collapse: collapse;
margin-top: 1.2em;
    border-spacing: 0;
    text-align: center;
    vertical-align: middle;
}
}


.smwtable-clean tr>td {
p {
    padding: 8px !important;
-fs-page-break-min-height: 5em;
    line-height: 1.42857143;
line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
}
}
pdfcreator_template_options
Zeile 1: Zeile 1:
{
{
"suppress-links": false,
"suppress-links": false,
"embed-page-toc": false
"embed-page-toc": true
}
}

Aktuelle Version vom 29. Juli 2026, 15:05 Uhr