MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bonn.wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
body {font-family: "Roboto Slab", sans-serif}
body {font-family: "Roboto Slab", sans-serif}
div#content h1, div#content h2, div#content h3 {font-family: "Ubuntu", serif}
div#content h1, div#content h2, div#content h3 {font-family: "Ubuntu", serif}


.firstHeading {
.firstHeading {
font-size: 32pt;
font-size: 32pt;
line-height: 32pt;
line-height: 32pt;
margin-bottom: 22px;
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 {
h2 {
font-size: 22pt;
font-size: 22pt;
line-height: 26pt;
margin-bottom:0.25em
}
}


h3 {
h3 {
font-size: 17pt;
font-size: 17pt;
line-height:20pt
}
}


h4, h5, h6 {
h4, h5, h6 {
font-size: 14pt;
font-size: 14pt;
line-height:15pt
}
}


Zeile 48: Zeile 27:
font-size: 12pt;
font-size: 12pt;
line-height: 17pt;
line-height: 17pt;
margin-top: 5px;
}
text-align:justify
 
 
 
@media screen {
    a {
        color: #e20020;
    }
    a:visited {
        color:##ea6930
    }
}
}

Version vom 1. November 2019, 22:42 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, div#content h3 {font-family: "Ubuntu", serif}

.firstHeading {
font-size: 32pt;
	line-height: 32pt;
}

h2 {
	font-size: 22pt;
}

h3 {
	font-size: 17pt;
}

h4, h5, h6 {
	font-size: 14pt;
}

p {
	font-size: 12pt;
	line-height: 17pt;
}



@media screen {
    a {
        color: #e20020;
    }
    a:visited {
        color:##ea6930
    }
}