Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #p-logo a { background-size: 150px 50px; } #mw-head { background-color: #00cc22; } #mw-head-base { background-color: #0...")
 
Line 6: Line 6:
 
   
 
   
 
#mw-head {
 
#mw-head {
background-color: #00cc22;
+
background-color: blue;
 
}
 
}
 
   
 
   

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: #00cc22;
}
 
body {
background-color: #00cc22;
}