MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus How to be a Hero
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:


/* style the labels */
/* style the labels */
side-nav label {
ul.side-nav label {
     background: #639954;
     background: #639954;
     color: #fff;
     color: #fff;

Version vom 25. Mai 2020, 22:59 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: #FFF;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}