MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Copedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/** Foreground
/* Custom Foreground menubar colors */
* Allgemein
.top-bar,
*/
.top-bar-section ul,
nav.top-bar,
.top-bar-section ul li.active > a,
.top-bar.expanded .title-area {
.top-bar-section li a:not(.button),
background: #034c90;
.top-bar-section .has-form {
        font-weight: 700;
    background: #ff6600;
font-family: 'Open Sans';
    color: #000;
}
}
#navwrapper {
 
background: #034c90;
.top-bar-section > ul > .divider,
        font-weight: 700;
.top-bar-section > ul > [role="separator"] {
font-family: 'Open Sans';
    border-color: #ffe4b2;
}
}
ul#top-bar-left li,
 
ul#top-bar-left li a {
/* Darker color for the hover over items */
background: #034c90;
.top-bar-section ul li.hover > a,
        font-weight: 700;
.top-bar-section ul li ul.dropdown li.hover > a {
font-family: 'Open Sans';
    background: #ffae00;
}
ul#top-bar-right li,
ul#top-bar-right li a {
background: #034c90;
        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 {
/* Slightly darker color for the dropdowns */
background-color: #81afd9;
.top-bar-section ul li ul.dropdown li > a {
font-family: 'Open Sans';
    background: #ffe4b2;
}
}

Aktuelle Version vom 6. Juli 2019, 21:12 Uhr

/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #ff6600;
    color: #000;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-color: #ffe4b2;
}

/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
    background: #ffae00;
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #ffe4b2;
}