Common.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 12: | Zeile 12: | ||
background-color: #802946; /* rot */ | background-color: #802946; /* rot */ | ||
color: black; | color: black; | ||
border: 1px # | border: 1px #802946 solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
empty-cells: show; | empty-cells: show; |
Version vom 3. September 2021, 12:21 Uhr
.infobox { float: right; width: 280px; } /* prettytable für schöne Tabellen */ table.prettytable { margin: 1em 1em 1em 0; font-size:95%; background-color: #802946; /* rot */ color: black; border: 1px #802946 solid; border-collapse: collapse; empty-cells: show; } /* prettytable - Kopfzeile */ table.prettytable th { background-color: #8FAADC; text-align: left; } table.prettytable td { background-color: #DAE3F3; text-align: left; } 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}