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 869: |
Zeile 875: |
| background-color: #ffffff; | | background-color: #ffffff; |
| margin: 0; | | margin: 0; |
− | padding: 1cm;
| |
| } | | } |
| | | |
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 913: |
Zeile 917: |
| p { | | p { |
| font-size: 10pt; | | font-size: 10pt; |
− | margin: 10pt 0; | + | margin: 15pt 0; |
| text-indent: 0; | | text-indent: 0; |
| + | line-stacking-strategy: block-line-height; |
| } | | } |
| | | |
Zeile 932: |
Zeile 937: |
| font-size: 10pt; | | font-size: 10pt; |
| line-height: 16pt; | | line-height: 16pt; |
− | margin-bottom: 5pt; | + | margin: 5pt 0; |
| + | line-stacking-strategy: block-line-height; |
| } | | } |
| | | |
Zeile 947: |
Zeile 953: |
| | | |
| sup, sub { | | sup, sub { |
− | font-size: 4pt;
| |
| line-height: 0; | | line-height: 0; |
| margin-top: -4pt; | | margin-top: -4pt; |
Zeile 967: |
Zeile 972: |
| td { | | td { |
| padding: 5pt; | | padding: 5pt; |
| + | line-stacking-strategy: block-line-height; |
| } | | } |
| | | |
Zeile 988: |
Zeile 994: |
| p.text-right { | | p.text-right { |
| text-align: right; | | text-align: right; |
| + | } |
| + | |
| + | .box-content { |
| + | margin-top: 0; |
| } | | } |
| | | |
Zeile 1.016: |
Zeile 1.026: |
| .spalten { | | .spalten { |
| display: block; | | display: block; |
| + | margin-top: 15pt; |
| } | | } |
| | | |
| .spalte-1-1, .spalte-3-4, .spalte-2-3, .spalte-1-2, .spalte-1-3, .spalte-1-4 { | | .spalte-1-1, .spalte-3-4, .spalte-2-3, .spalte-1-2, .spalte-1-3, .spalte-1-4 { |
| width: 100%; | | width: 100%; |
− | margin: 0 0 15pt 0; | + | margin: 0 0 10pt 0; |
| overflow: auto; | | overflow: auto; |
| clear: both; | | clear: both; |
− | }
| |
− |
| |
− | p + .spalten, ul + .spalten, ol + .spalten {
| |
− | margin: 15pt 0 0 0;
| |
− | }
| |
− |
| |
− | .spalten + h2 {
| |
− | margin: 20pt 0;
| |
| } | | } |
| | | |
Zeile 1.050: |
Zeile 1.053: |
| | | |
| .thumb { | | .thumb { |
| + | position: relative; |
| + | display: block; |
| margin: 20pt 0; | | margin: 20pt 0; |
| } | | } |
| | | |
| .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; |