MediaWiki:Foreground.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Titelzeile in jeder Sprache ausblenden */ | |||
#tagline { | |||
display: none; | |||
} | |||
/** Foreground | /** Foreground | ||
* Allgemein | * Allgemein | ||
Version vom 18. Dezember 2018, 12:44 Uhr
/* Titelzeile in jeder Sprache ausblenden */
#tagline {
display: none;
}
/** Foreground
* Allgemein
*/
nav.top-bar,
.top-bar.expanded .title-area {
background: #ff6600;
font-weight: 700;
font-family: 'Open Sans';
}
#navwrapper {
background: #ff6600;
font-weight: 700;
font-family: 'Open Sans';
}
ul#top-bar-left li,
ul#top-bar-left li a {
background: #ff6600;
font-weight: 700;
font-family: 'Open Sans';
}
ul#top-bar-right li,
ul#top-bar-right li a {
background: #ff6600;
font-weight: 700;
font-family: 'Open Sans';
}
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;
font-weight: 700;
font-family: 'Open Sans';
}
.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;
font-family: 'Open Sans';
}