Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Pivot.css: Difference between revisions

MediaWiki interface page
Created page with "Custom colors - top bar: .tab-bar { background: #FFFFFF; }"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #FFFFFF;
     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;
}