MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Maddraxikon
(Mouseovers und Dropdowns angepasst)
(Etwas dunklere Farbe für Dropdowns)
Zeile 24: Zeile 24:
.top-bar-section ul li ul.dropdown li.hover > a {
.top-bar-section ul li ul.dropdown li.hover > a {
     background: #ffae00;
     background: #ffae00;
}
/* Etwas dunklere Farbe für Dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #ffe4b2;
}
}

Version vom 24. April 2020, 08:24 Uhr

/* Table of Contents rechtsbündig */
#toc, .toc {
    float: right;
}

/* Menüleisten Farbe */
.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: #ffe4b2;
    color: #000;
}

/* Menü-Links Farbe */
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-color: #ffe4b2;
}

/* Dunklere Farbe für Mouseovers und Dropdowns */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
    background: #ffae00;
}

/* Etwas dunklere Farbe für Dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #ffe4b2;
}