MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Copedia
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
.top-bar.expanded .title-area {
.top-bar.expanded .title-area {
background: #ff6600;
background: #ff6600;
        font-weight: 700;
font-family: 'Open Sans';
}
}
#navwrapper {
#navwrapper {
background: #ff6600;
background: #ff6600;
        font-weight: 700;
font-family: 'Open Sans';
}
}
ul#top-bar-left li,
ul#top-bar-left li,
ul#top-bar-left li a {
ul#top-bar-left li a {
background: #ff6600;
background: #ff6600;
        font-weight: 700;
font-family: 'Open Sans';
}
}
ul#top-bar-right li,
ul#top-bar-right li,
ul#top-bar-right li a {
ul#top-bar-right li a {
background: #ff6600;
background: #ff6600;
        font-weight: 700;
font-family: 'Open Sans';
}
}
ul#top-bar-left li:hover,
ul#top-bar-left li:hover,
Zeile 36: Zeile 28:
background: #81afd9;
background: #81afd9;
color: #fff;
color: #fff;
        font-weight: 700;
font-family: 'Open Sans';
}
}
.top-bar.expanded .toggle-topbar a {
.top-bar.expanded .toggle-topbar a {
color: #fff;
color: #fff;
}
}
/*
.top-bar.expanded .toggle-topbar a span::after {
.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;
box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}
}
 
*/
.label {
.label {
background-color: #81afd9;
background-color: #81afd9;
font-family: 'Open Sans';
}
}

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