Difference between revisions of "MediaWiki:Common.css"

From Epilepsy Naturapedia
Jump to: navigation, search
Line 3: Line 3:
 
background-image: url('/custom/banner.png');
 
background-image: url('/custom/banner.png');
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
background-position: center center;
+
background-position: top center;
 
}
 
}

Revision as of 09:56, 8 April 2015

/* CSS placed here will be applied to all skins */
#mw-head {
background-image: url('/custom/banner.png');
background-repeat: no-repeat;
background-position: top center;
}