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; | ||
} | } | ||
Version vom 18. Dezember 2018, 12: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;
}