MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus How to be a Hero
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→â€: .tab-bar { background: #639954 ; }“)
 
Zeile 3: Zeile 3:
     background: #639954
     background: #639954
;
;
}
/* style the labels */
ul.side-nav label {
    background: #639954;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #78b766;
}
}

Version vom 25. Mai 2020, 22:52 Uhr

/* Custom colors - top bar*/
.tab-bar {
    background: #639954
;
}

/* style the labels */
ul.side-nav label {
    background: #639954;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #78b766;
}