MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Maddraxikon
(Menü-Links angepasst)
(Mouseovers und Dropdowns angepasst)
Zeile 13: Zeile 13:
     color: #000;
     color: #000;
}
}
/* Menü-Links Farbe */
/* Menü-Links Farbe */
.top-bar-section > ul > .divider,
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
.top-bar-section > ul > [role="separator"] {
     border-color: #ffe4b2;
     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;
}
}

Version vom 24. April 2020, 08:23 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;
}