MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
body {font-family: "Roboto Slab", sans-serif} | body {font-family: "Roboto Slab", sans-serif} | ||
div#content h1, div#content h2 {font-family: "Ubuntu", serif} | |||
.firstHeading { | |||
font-size: 30pt; | |||
line-height: 30pt; | |||
margin-bottom: 20px; | |||
padding-bottom:5px | |||
} | |||
.firstHeading, h2 { | |||
overflow: hidden; | |||
border-bottom:2px solid #000000 | |||
} | |||
h3, h4, h5, h6 { | |||
margin:30px 0 0 | |||
} | |||
h2, h3, h4, h5, h6 { | |||
padding: 0; | |||
position:relative | |||
} | |||
h2 { | |||
font-size: 22pt; | |||
line-height: 26pt; | |||
margin-bottom:0.25em | |||
} | |||
h3 { | |||
font-size: 17pt; | |||
line-height:20pt | |||
} | |||
h4, h5, h6 { | |||
font-size: 14pt; | |||
line-height:15pt | |||
} | |||
p { | |||
font-size: 14pt; | |||
line-height: 18pt; | |||
margin-top: 5px; | |||
text-align:justify | |||
} |
Version vom 1. November 2019, 21:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ @import url("https://fonts.bonn.digital/roboto-slab-v7-latin.css"); @import url("https://fonts.bonn.digital/ubuntu-v11-latin.css"); body {font-family: "Roboto Slab", sans-serif} div#content h1, div#content h2 {font-family: "Ubuntu", serif} .firstHeading { font-size: 30pt; line-height: 30pt; margin-bottom: 20px; padding-bottom:5px } .firstHeading, h2 { overflow: hidden; border-bottom:2px solid #000000 } h3, h4, h5, h6 { margin:30px 0 0 } h2, h3, h4, h5, h6 { padding: 0; position:relative } h2 { font-size: 22pt; line-height: 26pt; margin-bottom:0.25em } h3 { font-size: 17pt; line-height:20pt } h4, h5, h6 { font-size: 14pt; line-height:15pt } p { font-size: 14pt; line-height: 18pt; margin-top: 5px; text-align:justify }