Pivot.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Kopfleiste */ | /* Kopfleiste */ | ||
.tab-bar { | .tab-bar { | ||
background: # | background: #4B7Eb2; | ||
font-family: 'Montserrat', 'Jost', sans-serif; | font-family: 'Montserrat', 'Jost', sans-serif; | ||
font-weight: bold; | |||
} | } | ||
Zeile 8: | Zeile 9: | ||
body { | body { | ||
background-color: #e7e7e7; | background-color: #e7e7e7; | ||
} | |||
/* style the labels - Überschriften im linken Seitenmenü */ | |||
ul.side-nav label { | |||
color: #fff; | |||
font-size: 1.0em; | |||
font-weight: 600; | |||
border: none; | |||
display: block; | |||
background: #4B7Eb2; | |||
padding: .25em .5em; | |||
font-family: Montserrat, Jost, sans-serif; | |||
pointer-events: none; | |||
border-radius: 0; | |||
} | |||
/*Inhalt des linken Seitenmenüs*/ | |||
.side-nav li a:not(.button) { | |||
padding: 0 0 0 .5em; | |||
background-color: #e7e7e7; | |||
color: #333; | |||
font-family: Jost, Montserrat, sans-serif; | |||
font-size: 16px; | |||
} | |||
ul.off-canvas-list li a:hover { | |||
background: #eee; | |||
} | } | ||
/* make the main page subheaders solid bars */ | /* make the main page subheaders solid bars */ | ||
.subheader { | .subheader { | ||
background-color: # | background-color: ##4B7Eb2; | ||
color: #fff; | color: #fff; | ||
text-align: center; | text-align: center; | ||
Zeile 21: | Zeile 48: | ||
font-weight: 600; | font-weight: 600; | ||
margin-top: 20px; | margin-top: 20px; | ||
} | |||
.subheader { | |||
/* font-family: Montserrat, Jost, sans-serif; */ | |||
margin-top: 5px; | |||
} | } |
Aktuelle Version vom 13. Dezember 2021, 10:37 Uhr
/* Kopfleiste */ .tab-bar { background: #4B7Eb2; font-family: 'Montserrat', 'Jost', sans-serif; font-weight: bold; } /* sidebar background color */ body { background-color: #e7e7e7; } /* style the labels - Überschriften im linken Seitenmenü */ ul.side-nav label { color: #fff; font-size: 1.0em; font-weight: 600; border: none; display: block; background: #4B7Eb2; padding: .25em .5em; font-family: Montserrat, Jost, sans-serif; pointer-events: none; border-radius: 0; } /*Inhalt des linken Seitenmenüs*/ .side-nav li a:not(.button) { padding: 0 0 0 .5em; background-color: #e7e7e7; color: #333; font-family: Jost, Montserrat, sans-serif; font-size: 16px; } ul.off-canvas-list li a:hover { background: #eee; } /* make the main page subheaders solid bars */ .subheader { background-color: ##4B7Eb2; color: #fff; text-align: center; padding: .5em; font-size: 15px; border-radius: 0; /* font-family: Montserrat, Jost, sans-serif; */ font-weight: 600; margin-top: 20px; } .subheader { /* font-family: Montserrat, Jost, sans-serif; */ margin-top: 5px; }