Difference between revisions of "MediaWiki:Common.css"

From Epilepsy Naturapedia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#mw-head {
+
@include('/custom/MediaWiki_common.css');
background-image: url('/custom/banner.png');
+
background-repeat: no-repeat;
+
background-position: top center;
+
}
+

Revision as of 09:58, 8 April 2015

/* CSS placed here will be applied to all skins */
@include('/custom/MediaWiki_common.css');