MediaWiki:Vector.css

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

/*
 * Block formatting context and stacking context for #bodyContent because of
 * absolutely positioned templates
 */
#bodyContent {
	display: inline-block;
	z-index: 0;
}

/*
 * The above uncovers that the way #jump-to-nav tries to hide itself does not
 * work if #firstHeading is removed, so reset it for the main page
 */
.page-Wikipedia_Hauptseite #bodyContent {
	display: block;
}

/* Koordinaten in Artikeln oben rechts */
#coordinates,
#editcount,
#issnlink,
#shortcut {
	display: block;
	font-size: x-small;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: right;
	text-indent: 0;
	top: 0;
	white-space: nowrap;
}

/* showTopicon in [[MediaWiki:Vector.js]] */
div.topicon {
	float: right;
	font-size: 0.8em;
	line-height: 1;
	margin-left: 3px;
}
#firstHeading {
	overflow: visible;
}

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