Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 09:53, 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: center center;
}