MediaWiki:Common.css

Aus Kitbrennt

Wechseln zu: Navigation, Suche

Hinweis - Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können: Mozilla/Firefox/Safari: Shift gedrückt halten und auf Aktualisieren klicken oder alternativ entweder Strg-F5 oder Strg-R (Befehlstaste-R bei Macintosh) drücken; Konqueror: Auf Aktualisieren klicken oder F5 drücken; Opera: Cache unter Extras → Einstellungen leeren; Internet Explorer: Strg-F5 drücken oder Strg gedrückt halten und dabei Aktualisieren anklicken.

 /** CSS an dieser Stelle wirkt sich auf alle Skins aus */
 h5{
	padding-top: .1em;
	padding-bottom: .1em;
	border-bottom: none;
	font-weight: bold;
        font-size: 100%;
 }

 #bodyContent h5 {
	margin-bottom: .1em;
 }

 h6{
      font-size:100%;
      font-weight:bold;
      text-align:center;
      border:0 0 0 0;
      padding:0 0 0 0;
      margin:0 0 0 0;
 }

 /** Hauptseiten-Titel ausblenden */
 body.page-Main_Page h1.firstHeading { display:none; }
 body.page-Hauptseite h1.firstHeading { display:none; }
 body.page-PH h1.firstHeading { display:none; }

 .wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }

 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .prettytable caption {
  font-weight: bold;
 }


 .topcell{
      border: #aaa 1px solid;
      -moz-border-radius-topright:10px;
      -moz-border-radius-topleft:10px;
      background: #ff3;
      padding 2px;
 }
 .cell{
      padding: 5px 10px 5px 10px;
      border-left: #aaa 1px solid;
      border-right: #aaa 1px solid;
      border-bottom: #aaa 1px solid;
 }
 .bottomcell{
      padding: 5px 10px 5px 10px;
      -moz-border-radius-bottomright:10px;
      -moz-border-radius-bottomleft:10px;
      border-left: #aaa 1px solid;
      border-right: #aaa 1px solid;
      border-bottom: #aaa 1px solid;
 }
Persönliche Werkzeuge