Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:


.wikitable {
.wikitable {
border-style:1px solid lightsteelblue;
  border-style: solid;
  border-color: lightsteelblue;
}
}



Version vom 20. April 2021, 12:45 Uhr

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

.wikitable {
  border-style: solid;
  border-color: lightsteelblue;
}

#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}