Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:


table.wikitable th {
table.wikitable th {
background-color: #802946; /* grün */
background-color: #7c8029; /* gelb */
text-align: left;
text-align: left;
}
}


table.wikitable td {
table.wikitable td {
background-color: #7c8029; /* gelb */
 
background-color: #802946; /* grün */
text-align: left;
text-align: left;
}
}

Version vom 3. September 2021, 11:54 Uhr



.infobox {
  float: right;
  width: 280px;
}

/* prettytable und wikitable für schöne Tabellen */
 
table.wikitable {
margin: 1em 1em 1em 0;
font-size:95%;
background-color: #802946; /* rot */
color: black;
border: 1px #aaaaaa solid;
border-collapse: collapse;
empty-cells: show;
}

table.wikitable th {
background-color: #7c8029; /* gelb */
text-align: left;
}

table.wikitable td {

background-color: #802946; /* grün */
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}