„MediaWiki:Modern.css“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
K Änderung 140506552 von Umherirrender rückgängig gemacht; zugeringe Spezifität und sieht nicht besser aus, wenn es funktioniert
Echo: Die grauen abgerundeten Boxen passen in Größe und Erscheinungsbild nicht zum modern Skin (noch nicht perfekt, weil Größe nicht ganz passt, aber damit für's Erste wieder ertragbar)
Zeile 94: Zeile 94:
#firstHeading a:visited {
#firstHeading a:visited {
color: #aaf;
color: #aaf;
}

//Echo: Die grauen abgerundeten Boxen passen in Größe und Erscheinungsbild nicht zum modern Skin
.mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-buttonElement-button {
background-color: transparent !important;
border-radius: 0 !important;
font-size: inherit !important;
font-weight: bold !important;
margin-top: 0 !important;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-alert.oo-ui-flaggedElement-unseen > .oo-ui-buttonElement-button {
background-color: #F9C557 !important;
}
}

Version vom 11. September 2015, 15:27 Uhr

/***** Lokale Anpassungen *****/

/* Hauptnavigation */
#mw_portlets {
	width: 12em;
}
#mw_content {
	margin-left: 12em;
}

/* Kleinschreibung in Navigationsbereichen verhindern */
/* #p-personal li, */
#p-cactions li,
#preftoc li {
	text-transform: none;
}

/* pre-formatierte Abschnitte */
pre,
.mw-code {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color: black;
	line-height: normal;
	padding: 1em;
}

/* Einzelnachweise */
ol.references {
	font-size: 90%;
}

/* diverse Anzeigen oben rechts */
#editcount,
#issnlink,
#shortcut {
	background: none;
	border: none;
	display: block;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	text-indent: 0;
	text-transform: none;
	top: 6em;
	white-space: normal;
	z-index: 1;
}

div.topicon {
	background: none;
	border: none;
	display: block;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	text-indent: 0;
	text-transform: none;
	top: 0.3em;
	white-space: normal;
	z-index: 1;
}

#coordinates {
	background: #fff;
	border: none;
	display: block;
	font-size: 10px;
	line-height: 11px;
	margin: 0 18px 0 0;
	padding: 0.1em;
	position: absolute;
	right: 12px;
	text-align: right;
	text-indent: 0;
	text-transform: none;
	top: 0.5em;
	white-space: nowrap;
	z-index: 1;
}

/* Links Artikel-Feedback und Gadget Einleitungshelferlein sonst auf blauem Hintergrund nicht sichtbar */
#firstHeading a {
	color: #ccf;
}
#firstHeading a:visited {
	color: #aaf;
}

//Echo: Die grauen abgerundeten Boxen passen in Größe und Erscheinungsbild nicht zum modern Skin
.mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-buttonElement-button {
	background-color: transparent !important; 
	border-radius: 0 !important;
	font-size: inherit !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-alert.oo-ui-flaggedElement-unseen > .oo-ui-buttonElement-button {
	background-color: #F9C557 !important;
}