MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Copedia
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
ul#top-bar-right li a {
ul#top-bar-right li a {
background: #ff6600;
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;
}
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}
.label {
background-color: #81afd9;
}
button,
.button,
.multipleTemplateAdder {
    background-color: #666666;
    border-color: #666666;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #8e8e8e;
}
}

Version vom 18. Dezember 2018, 13:56 Uhr

/* 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;
}