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
Line 1: Line 1:
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #FFFFFF;
     background: #000000;
}
}

Revision as of 18:49, 10 December 2018

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