Difference between revisions of "MediaWiki:Common.css"

From What on earth is happening Wiki
(Created page with "CSS placed here will be applied to all skins: .tab-bar { background: #f0ad4e; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
body {
 +
    background-color: #f0ad4e;
 +
}
 
.tab-bar {
 
.tab-bar {
     background: #f0ad4e;
+
     background: #d9534f;
 
}
 
}

Revision as of 22:02, 13 October 2018

/* CSS placed here will be applied to all skins */
body {
    background-color: #f0ad4e;
}
.tab-bar {
    background: #d9534f;
}