MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Maddraxikon
(CSS für neuen Style erstellt)
 
(Test für farbige Menüleiste)
Zeile 2: Zeile 2:
#toc, .toc {
#toc, .toc {
     float: right;
     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;
}
}

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