MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Copedia
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Titelzeile in jeder Sprache ausblenden */
/* Custom Foreground menubar colors */
#tagline {
.top-bar,
display: none;
.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;
}
}


/** Foreground
.top-bar-section > ul > .divider,
* Allgemein
.top-bar-section > ul > [role="separator"] {
*/
    border-color: #ffe4b2;
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;
}
}


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


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

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