Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 6: Line 6:
 
   
 
   
 
#mw-head {
 
#mw-head {
background-color: blue;
+
#background-color: blue;
 
}
 
}
 
   
 
   

Revision as of 05:42, 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;
}