MediaWiki:Foreground.css

Aus Copedia

Hinweis: Leeren Sie nach dem Speichern den Browser-Cache, um die Änderungen zu sehen: Mozilla/Firefox: Shift-Strg-R, Internet Explorer: Strg-F5, Opera: F5, Safari: ?-R, Konqueror: Strg-R.

/* Titelzeile in jeder Sprache ausblenden */
#tagline {
	display: none;
}

/** Foreground
 * Allgemein
 */
nav.top-bar,
.top-bar.expanded .title-area {
	background: #ff6600;
}
#navwrapper {
	background: #ff6600;
}
ul#top-bar-left li,
ul#top-bar-left li a {
	background: #ff6600;
}
ul#top-bar-right li,
ul#top-bar-right li a {
	background: #ff6600;
}
ul#top-bar-left li:hover,
ul#top-bar-left li a:hover,
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
	background: #81afd9;
	color: #fff;
}
.top-bar.expanded .toggle-topbar a {
	color: #fff;
}



.label {
	background-color: #81afd9;
}