MediaWiki:Common.css
From DynaWiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | table.wikitable { | ||
+ | margin: 1em 1em 1em 0; | ||
+ | background: #000000; | ||
+ | border: 1px #aaa solid; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | .wikitable th { | ||
+ | background: #333333; | ||
+ | text-align: center; | ||
+ | } |
Latest revision as of 01:12, 6 October 2010
/* CSS placed here will be applied to all skins */ table.wikitable { margin: 1em 1em 1em 0; background: #000000; border: 1px #aaa solid; border-collapse: collapse; } .wikitable th { background: #333333; text-align: center; }