„MediaWiki:Vector.css“ – Versionsunterschied

Inhalt gelöscht Inhalt hinzugefügt
Steven (WMF) (Diskussion | Beiträge)
I don't see a consensus for this change. Please let people at least try the new version for a few days.
Entlinkt (Diskussion | Beiträge)
Fix für Bug 24515 ist live
Zeile 33: Zeile 33:
#firstHeading {
#firstHeading {
overflow: visible;
overflow: visible;
}

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

Version vom 19. Juni 2014, 23:18 Uhr

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

/* Koordinaten in Artikeln oben rechts */
#content {
	position: relative;
}
#bodyContent {
	position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut {
	display: block;
	font-size: x-small;
	line-height: 1.5;
	position: absolute;
	right: 2.4em;
	text-align: right;
	text-indent: 0;
	top: .2em;
	white-space: nowrap;
}

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