Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Gemeinwohlwiki Braunschweig

Zeile 1: Zeile 1:
 
/* Custom colors - top bar*/
 
/* Custom colors - top bar*/
 
.tab-bar {
 
.tab-bar {
     background: #336699;
+
     background: #cc6666;
 
}
 
}
 
/* style the labels */
 
/* style the labels */
 
ul.side-nav label {
 
ul.side-nav label {
     background: #336699;
+
     background: #cc6666;
 
     color: #fff;
 
     color: #fff;
 
     padding: .25em .5em;
 
     padding: .25em .5em;
 
}
 
}

Version vom 28. Januar 2021, 09:07 Uhr

/* Custom colors - top bar*/
.tab-bar {
    background: #cc6666;
}
/* style the labels */
ul.side-nav label {
    background: #cc6666;
    color: #fff;
    padding: .25em .5em;
}