Marc Kupietz | 6e21b10 | 2023-06-02 18:04:04 +0200 | [diff] [blame] | 1 | @import url('//code.cdn.mozilla.net/fonts/fira.css'); |
| 2 | @import url('//korap.ids-mannheim.de/font/libertinus.css'); |
| 3 | |
| 4 | .main-container { |
| 5 | max-width: 1680px !important; |
| 6 | margin-left: 0; |
| 7 | margin-right: 0; |
| 8 | } |
| 9 | |
| 10 | h1, h2, h3, h4, h5, h6 { |
| 11 | font-family: 'Fira Sans',sans-serif; |
| 12 | line-height: 1.2; |
| 13 | font-weight: 500; |
| 14 | /*font-size: 2px;*/ |
| 15 | } |
| 16 | |
| 17 | h1 { |
| 18 | font-size: 21px; |
| 19 | } |
| 20 | |
| 21 | h2 { |
| 22 | font-size: 18px; |
| 23 | } |
| 24 | |
| 25 | h3 { |
| 26 | font-size: 15px; |
| 27 | } |
| 28 | |
| 29 | .author, .date { |
| 30 | font-size: 18px; |
| 31 | } |
| 32 | |
| 33 | h1.title, h1.subtitle { |
| 34 | /*text-transform: uppercase;*/ |
| 35 | font-size: 24px !important; |
| 36 | color: rgb(246, 168, 0); |
| 37 | /* text-align: center;*/ |
| 38 | } |
| 39 | |
| 40 | .date, .author { |
| 41 | /* text-align: center;*/ |
| 42 | } |
| 43 | |
| 44 | body { |
| 45 | font-family: 'Fira Sans', sans-serif; |
| 46 | font-size: 18px; |
| 47 | font-weight: 400; |
| 48 | font-variant-ligatures: common-ligatures; |
| 49 | font-variant-numeric: tabular-nums; |
| 50 | } |
| 51 | |
| 52 | th { |
| 53 | color: rgb(246, 168, 0); |
| 54 | } |
| 55 | |
| 56 | p { |
| 57 | hyphens: auto; |
| 58 | text-align: justify; |
| 59 | overflow-wrap: break-word; |
| 60 | } |
| 61 | |
| 62 | .footnotes { |
| 63 | font-family: 'Fira Sans Condensed', sans-serif; |
| 64 | font-weight: 400; |
| 65 | font-size: 14px; |
| 66 | line-height: 1.5; |
| 67 | } |
| 68 | |
| 69 | #TOC > ul { |
| 70 | font-family: 'Fira Sans', sans-serif; |
| 71 | } |
| 72 | |
| 73 | .caption { |
| 74 | font-family: 'Fira Sans Condensed', sans-serif; |
| 75 | font-weight: 400; |
| 76 | font-size: 16px; |
| 77 | text-align: center; |
| 78 | } |
| 79 | |
| 80 | /* |
| 81 | table.display td { white-space: nowrap; } |
| 82 | */ |
| 83 | |
| 84 | .dt-buttons, .dataTables_filter { |
| 85 | margin-top: 10pt; |
| 86 | } |
| 87 | |