MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 32: | Zeile 32: | ||
width: 30em; | width: 30em; | ||
font-size: 90%; | font-size: 90%; | ||
border: 1px solid # | border: 1px solid #e20020; | ||
background-color: # | background-color: #ececed; | ||
color: black; | color: black; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; |
Version vom 1. November 2019, 22:06 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; } .wikitable, .mw_metadata { width: 30em; font-size: 90%; border: 1px solid #e20020; background-color: #ececed; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left; }