Pivot.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 51: | Zeile 51: | ||
/* prettytable und wikitable für schöne Tabellen */ | /* prettytable und wikitable für schöne Tabellen */ | ||
.wikitable { | table.wikitable { | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
font-size:95%; | font-size:95%; | ||
Zeile 61: | Zeile 61: | ||
} | } | ||
.wikitable th { | table.wikitable th { | ||
background: #ddddff; | background: #ddddff; | ||
text-align: left; | text-align: left; | ||
} | } | ||
.wikitable caption { | table.wikitable caption { | ||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; |
Version vom 3. September 2021, 09:40 Uhr
/* Kopfleiste */ .tab-bar { background: #4B7Eb2; font-family: 'Montserrat', 'Jost', sans-serif; } /* 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; } /* prettytable und wikitable für schöne Tabellen */ table.wikitable { margin: 1em 1em 1em 0; font-size:95%; background: #C9DEFC; color: black; border: 1px #aaaaaa solid; border-collapse: collapse; empty-cells: show; } table.wikitable th { background: #ddddff; text-align: left; } table.wikitable caption { margin-left: inherit; margin-right: inherit; font-size: larger; font-weight: bold; background: #8FAADC; }