Difference between revisions of "MediaWiki:Monobook.css"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) (Created page with '→CSS placed here will affect users of the Monobook skin: table.listings { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; } table.listing…') |
John Lavalie (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
− | table.listings { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; | + | table.listings { |
− | + | border-collapse: collapse; | |
− | + | border: 1px solid black; | |
+ | background-color: #f0f0f0; | ||
+ | } | ||
− | } | + | table.listings th { |
+ | background-color: yellow; | ||
+ | border: 1px solid black; | ||
+ | padding-left: .25em; | ||
+ | padding-right:.25em; | ||
+ | } | ||
+ | |||
+ | table.listings td { | ||
+ | border-collapse: inherit; | ||
+ | border: 1px solid black; | ||
+ | padding: .5em .5em .5em .5em; | ||
+ | } |
Revision as of 22:26, 30 September 2010
/* CSS placed here will affect users of the Monobook skin */ table.listings { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; } table.listings th { background-color: yellow; border: 1px solid black; padding-left: .25em; padding-right:.25em; } table.listings td { border-collapse: inherit; border: 1px solid black; padding: .5em .5em .5em .5em; }