Difference between revisions of "MediaWiki:Common.css"
From Ad4Game Help
(Created page with "- →CSS placed here will be applied to all skins: .logo {display:none;}") |
|||
(14 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | body{width: 990px; | |
+ | margin: 0 auto; | ||
+ | padding-top:30px;} | ||
+ | |||
+ | #p-logo {top:-100px; | ||
+ | display:none;} | ||
+ | |||
+ | #p-Navigation {} | ||
+ | |||
+ | #mw-head {width: 990px; | ||
+ | margin: 0 auto;} | ||
+ | |||
+ | #footer-poweredbyico {display:none;} |
Latest revision as of 11:55, 2 September 2013
/* CSS placed here will be applied to all skins */ body{width: 990px; margin: 0 auto; padding-top:30px;} #p-logo {top:-100px; display:none;} #p-Navigation {} #mw-head {width: 990px; margin: 0 auto;} #footer-poweredbyico {display:none;}