Zeile 864: |
Zeile 864: |
| | | |
| @media print { | | @media print { |
| + | |
| + | @page { |
| + | size: 210mm 297mm; |
| + | /* Chrome sets own margins, we change these printer settings */ |
| + | margin: 25mm 20mm 25mm 20mm; |
| + | } |
| | | |
| body { | | body { |
Zeile 872: |
Zeile 878: |
| | | |
| .mw-body { | | .mw-body { |
− | margin: 1cm 0.5cm;
| |
| border: none; | | border: none; |
| } | | } |
Zeile 878: |
Zeile 883: |
| .mw-body-content { | | .mw-body-content { |
| -webkit-print-color-adjust: exact; | | -webkit-print-color-adjust: exact; |
− | font-family: notosans, sans-serif; | + | font-family: notosans, 'NotoSans-Regular', sans-serif; |
| font-size: 10pt; | | font-size: 10pt; |
| line-height: 18pt; | | line-height: 18pt; |
Zeile 884: |
Zeile 889: |
| | | |
| h1, .firstHeading { | | h1, .firstHeading { |
− | font-family: notosans, sans-serif; | + | font-family: notosans, 'NotoSans-Regular', sans-serif; |
| font-size: 20pt; | | font-size: 20pt; |
| line-height: 30pt; | | line-height: 30pt; |
Zeile 892: |
Zeile 897: |
| | | |
| h2 { | | h2 { |
− | font-family: notosans, sans-serif; | + | font-family: notosans, 'NotoSans-Regular', sans-serif; |
| font-size: 15pt; | | font-size: 15pt; |
| line-height: 22.5pt; | | line-height: 22.5pt; |
| font-weight: normal; | | font-weight: normal; |
| margin: 30pt 0 10pt 0; | | margin: 30pt 0 10pt 0; |
− | border-bottom: 1pt solid #e6a817;
| |
| } | | } |
| | | |
| p, li, .box-content p, .box-content li, .references li { | | p, li, .box-content p, .box-content li, .references li { |
− | font-family: notosans, sans-serif; | + | font-family: notosans, 'NotoSans-Regular', sans-serif; |
| font-size: 10pt; | | font-size: 10pt; |
| line-height: 16pt; | | line-height: 16pt; |
Zeile 1.050: |
Zeile 1.054: |
| .thumb { | | .thumb { |
| position: relative; | | position: relative; |
| + | display: block; |
| margin: 20pt 0; | | margin: 20pt 0; |
− | page-break-inside: avoid;
| |
| } | | } |
| | | |
| .thumbcaption { | | .thumbcaption { |
− | font-family: notosans, sans-serif; | + | font-family: notosans, 'NotoSans-Regular', sans-serif; |
| font-size: 8pt; | | font-size: 8pt; |
| line-height: 1.4; | | line-height: 1.4; |