MediaWiki:Common.css
From TradeWars Museum
(Difference between revisions)
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 0; | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #aaa; | ||
+ | border-collapse: collapse; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | table.wikitable th, | ||
+ | table.wikitable td { | ||
+ | border: 1px solid #aaa; | ||
+ | padding: 0.3em 0.4em; | ||
+ | } | ||
+ | |||
+ | table.wikitable th { | ||
+ | background-color: #f2f2f2; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | } |
Revision as of 18:19, 16 May 2025
/* CSS placed here will be applied to all skins */ table.wikitable { margin: 1em 0; background-color: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; color: black; } table.wikitable th, table.wikitable td { border: 1px solid #aaa; padding: 0.3em 0.4em; } table.wikitable th { background-color: #f2f2f2; font-weight: bold; text-align: center; }