Beaachte: Maage di cache faan dan browser leesag, wan dü a feranrangen sä wel.

  • Firefox / Safari: Hual Shift bi't aktualisiarin, of trak Strg an F5 of Strg an R (⌘an R üüb en Mac)
  • Google Chrome: Trak Strg an Shift an R (⌘an Shift an R üüb en Mac)
  • Internet Explorer/Edge: Hual Strg bi't aktualisiarin, of trak Strg an F5
  • Opera: Extras - Internetspuren löschen - Individuelle Auswahl - Den kompletten Cache löschen
/* <source lang="css"> */

/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
div.thumb {
	border: none;
}
div.tright {
	margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
	margin: 0.5em 1.4em 0.8em 0;
}

/* Koordinaten in Artikeln oben rechts */
#coordinates,
#editcount,
#issnlink,
#shortcut {
	display: block;
	position: absolute;
	border: none;
	right: 0;
	top: -1.5em;
	margin: 0;
	padding: 0;
	line-height: 11px;
	text-align: right;
	text-indent: 0;
	font-size: 10px;
	white-space: nowrap;
}

.topicon {
	display: block;
	position: absolute;
	border: none;
	right: 0;
	top: -3.5em;
	margin: 0;
	padding: 0;
	line-height: 11px;
	text-align: right;
	text-indent: 0;
	font-size: 10px;
	white-space: nowrap;
}

/* Auszeichnung lesenswerter und exzellenter Artikel in anderen Sprachen */
#p-lang li.FA {
	background: url("//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png") no-repeat 0% 0%;
	margin-left: -10px !important;
	padding-left: 10px !important;
	list-style-image: none; /* Übersteuern der Common.css notwendig */
}
#p-lang li.GA {
	background: url("//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png") no-repeat 0% 0%;
	margin-left: -10px !important;
	padding-left: 10px !important;
	list-style-image: none; /* Übersteuern der Common.css notwendig */
}

/* Vervollständigung für [[rev:69336]] bzw. [[bugzilla:20706]] */
kbd,
samp {
	font-family: monospace, "Courier New";
}

/* Wikisource Logo */
.ns-102 #p-logo a,
.ns-103 #p-logo a,
.ns-104 #p-logo a,
.ns-105 #p-logo a,
.ns-106 #p-logo a,
.ns-107 #p-logo a {
    background-image: url("//upload.wikimedia.org/wikipedia/sources/b/bc/Wiki.png") !important;
}

/* [[bugzilla:24515]] */
html {
	font-size: 100%;
}

/* </source> */