Common.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
background: #e7e7e7; | background: #e7e7e7; | ||
font-family: 'Montserrat', 'Jost', sans-serif; | font-family: 'Montserrat', 'Jost', sans-serif; | ||
} | |||
/* sidebar background color */ | |||
body { | |||
background-color: #e7e7e7; | |||
} | } | ||
Version vom 7. Juni 2021, 18:36 Uhr
/* Kopfleiste */ .tab-bar { background: #e7e7e7; font-family: 'Montserrat', 'Jost', sans-serif; } /* sidebar background color */ body { background-color: #e7e7e7; } .infobox { float: right; width: 280px; } table.wikitable { border: 1px solid lightsteelblue; } table-scroll {width: 100%;padding: 0px;margin-bottom: 0px;overflow-x: scroll;} #toc { clear: right; float: right; width: 280px; padding: 5px; } .circle-list li { list-style-type: circle; font-size: 85%; } h1 { font-size: 130%; font-weight: bold;} h2 { font-size: 130%; font-weight: bold; color:#415F86} h3 { font-size: 120%; font-weight: bold; color:#415F86} h4 { font-size: 100%; font-weight: bold; color:#415F86} h5 { font-size: 100%; font-weight: bold; color:#415F86} h6 { font-size: 100%; font-weight: bold; color:#415F86}