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
No edit summary
No edit summary
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;
}
}

Revision as of 18:18, 10 December 2018

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

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