MediaWiki:Common.css
From wipipedia.org
(Difference between revisions)

(Copying from talk) |
(Remove surplus lines) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
== Wikitable/Prettytable port == | == Wikitable/Prettytable port == | ||
− | |||
/* Style for wikitables */ | /* Style for wikitables */ | ||
.wikitable { | .wikitable { | ||
Line 30: | Line 29: | ||
padding: 4px; | padding: 4px; | ||
} | } | ||
− |
Latest revision as of 03:05, 16 February 2009
/* CSS placed here will be applied to all skins */ == Wikitable/Prettytable port == /* Style for wikitables */ .wikitable { margin: 1em 1em 1em 0; background: #000060; color: #ffffff; border: 1px #2f6fab solid; border-collapse: collapse; border-spacing: 0; padding: 0; font-size: 95%;" } .wikitable tr.alt { background: #2f6fab; } .wikitable th { border: 1px #2f6fab solid; background: #b1cab7; margin: 0; padding: 4px; } .wikitable td { border: 1px #2f6fab solid; margin: 0; padding: 4px; }