MediaWiki:Pivot.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
} | } | ||
. | ul.side-nav label { | ||
background: | background: #517398; | ||
color: #fff; | color: #fff; | ||
padding: .25em .5em; | |||
padding: .5em; | |||
} | } | ||
Version vom 23. Februar 2019, 17:24 Uhr
/* make the main page subheaders solid bars */
.subheader {
background:#517398;
color: #fff;
text-align: center;
padding: .5em;
}
.subheaderELKB {
background:purple;
color: #fff;
text-align: center;
padding: .5em;
}
/* … ausblenden */
.toc {
display: none;
}
ul.side-nav label {
background: #517398;
color: #fff;
padding: .25em .5em;
}