Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* advertisement */ | /* advertisement */ | ||
− | . | + | .please-donate { |
− | + | text-align: center; | |
width: 728px; | width: 728px; | ||
height: 90px; | height: 90px; | ||
− | background: url( | + | background: url('//static.mengniang.org/donate-help.png') no-repeat; |
} | } | ||
− | .ads-main>br{display: none;} | + | .ads-main { |
+ | display: inline-block;zoom:1; | ||
+ | +display: inline; | ||
+ | _display: inline;margin: 10px; | ||
+ | } | ||
+ | .ads-main>br{display: none;} | ||
.ads-main a img{vertical-align: initial;} | .ads-main a img{vertical-align: initial;} |
Revision as of 02:01, 23 July 2014
/* CSS placed here will be applied to all skins */ /* advertisement */ .please-donate { text-align: center; width: 728px; height: 90px; background: url('//static.mengniang.org/donate-help.png') no-repeat; } .ads-main { display: inline-block;zoom:1; +display: inline; _display: inline;margin: 10px; } .ads-main>br{display: none;} .ads-main a img{vertical-align: initial;}