Difference between revisions of "MediaWiki:Common.css"

From Neurosigns
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #div-home-img img {left: 50%; margin-left: -1920px; position:absolute;}")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
#div-home-img {width:99.6%;margin: 0 auto;overflow:hidden;position: relative;height: 250px;}
 
#div-home-img img {left: 50%; margin-left: -1920px; position:absolute;}
 
#div-home-img img {left: 50%; margin-left: -1920px; position:absolute;}

Revision as of 02:03, 28 August 2016

/* CSS placed here will be applied to all skins */
#div-home-img {width:99.6%;margin: 0 auto;overflow:hidden;position: relative;height: 250px;}
#div-home-img img {left: 50%; margin-left: -1920px; position:absolute;}