MediaWiki:Pivot.css: Difference between revisions

From Gerald R. Lucas
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
.tab-bar {
.tab-bar {
     background: #000000;
     background: #000000;
}
/* style the labels */
ul.side-nav label {
    background: #000000;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #d4d4d0;
}
}

Latest revision as of 06:36, 11 December 2018

/* Custom colors - top bar*/
.tab-bar {
    background: #000000;
}
/* style the labels */

ul.side-nav label {
    background: #000000;
    color: #fff;
    padding: .25em .5em;
}

/* sidebar background color */
body {
    background-color: #d4d4d0;
}