Aktionen

MediaWiki

MediaWiki:Common.css

Aus Arbeitsschutz Wiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5


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

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

table.wikitable th {
background: #ddddff;
text-align: left;
}

table.wikitable.zebra tr:nth-child(even) {
	background: #ddddff;
}

table.wikitable caption {
margin-left: inherit;
margin-right: inherit;
font-size: larger;
font-weight: bold;
background: #8FAADC;
}



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}