„MediaWiki:Vector.css“ – Versionsunterschied

Inhalt gelöscht Inhalt hinzugefügt
Entlinkt (Diskussion | Beiträge)
Fix für jQuery UI zurück nach common.css, betrifft neuerdings doch wieder alle Skins
Entlinkt (Diskussion | Beiträge)
".topicon-Klasse" wurde durch <indicator>-Feature ersetzt, infolgedessen unnötiges CSS entfernt
Zeile 13: Zeile 13:
#editcount,
#editcount,
#issnlink,
#issnlink,
#shortcut {
#shortcut,
.specialpage-helplink {
display: block;
display: block;
font-size: x-small;
font-size: x-small;
Zeile 23: Zeile 24:
top: .2em;
top: .2em;
white-space: nowrap;
white-space: nowrap;
}

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

Version vom 6. März 2016, 17:38 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;
	z-index: 0; /* Schutz vor Spielchen mit "position: fixed", vgl. [[bugzilla:24667]] */
}
.mw-body-content {
	position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut,
.specialpage-helplink {
	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;
}