MediaWiki:Common.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-repeat:no-repeat;
   background-repeat:no-repeat;
   background-position: center center;
   background-position: left center;


}
}

Revision as of 18:30, 27 January 2013

/* CSS placed here will be applied to all skins */


.mainLandingPage { 
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-repeat:no-repeat;
   background-position: left center;

}