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
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
table.metadata{display:block;}
a.stub{color:#077F00;}
p{text-align:justify;}

/* Suchfeld etwas anders. flacher und weniger windows-like */
#searchInput { border-style: solid; border-width: 1px; border-color: #A0A0A0; }
.searchButton { border-style: solid; border-width: 1px; border-color: #A0A0A0; background-color: #F0F0F0; color: #000000; }

/* Ausblendungen */
#p-logo{display:none;} /* Wikipedia-Logo */
#n-sitesupport{display:none;} /* Navigation: "Spenden" */
#p-personal{display:none;}
#editpage-copywarn-copywarn{display:none;} /* Copyright-Warnungen unter dem Editier-Fenster */
#footer{display:none;} /* blendet die Fußzeile aus */

/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; }
#content                               { -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; }
div.pBody                              { -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* Categories */
#catlinks {
  border: 1px solid #AAAAAA;
  background: #f9f9f9;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  padding:5px;
  margin-top: 1em;
  clear: both;
}

/* TOC */
#toc{
  border: 1px solid #AAAAAA;
  background: #f9f9f9;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* Hauptseite */
.MainPageBG{
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}