MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus How to be a Hero
Zur Navigation springen Zur Suche springen
TheGamer93 (Diskussion | Beiträge)
Die Seite wurde neu angelegt: „Custom colors - top bar: .tab-bar { background: #639954 ; }“
 
TheGamer93 (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
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, 21: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;
}