Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 14: Line 14:
 
   
 
   
 
body {
 
body {
background-color: #00cc22;
+
background-color: yellow;
 
}
 
}

Revision as of 05:41, 2 September 2016

/* CSS placed here will be applied to all skins */
 
#p-logo a {
background-size: 150px 50px;
}
 
#mw-head {
background-color: blue;
}
 
#mw-head-base {
background-color: red;
}
 
body {
background-color: yellow;
}