MediaWiki:Common.css
From ThorxWiki
(Difference between revisions)
m (test) |
(floatcenter) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ |
/** CSS placed here will be applied to all skins */ |
||
− | /* <pre><nowiki> */ |
+ | .floatcenter{ margin-left: auto; margin-right: auto;} |
− | |||
− | .ns-12 #content { |
||
− | border: 2px solid #0000CC; border-right: none; |
||
− | |||
− | background-image: url(http://www.thorx.net/~nemo/sunriselogo.png); |
||
− | background-repeat: no-repeat; |
||
− | background-position: right left; |
||
− | } |
Latest revision as of 21:52, 10 September 2014
/** CSS placed here will be applied to all skins */ .floatcenter{ margin-left: auto; margin-right: auto;}