Difference between revisions of "MediaWiki:Common.css"
From Encyclopedia Draconica
Helena Lycia (Talk | contribs) |
Helena Lycia (Talk | contribs) |
||
(4 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
table.WEItable { | table.WEItable { | ||
margin:1em 1em 1em 0; | margin:1em 1em 1em 0; | ||
− | background:# | + | background:#FFFDD0; |
+ | color:#704600; | ||
border:1px #AAA solid; | border:1px #AAA solid; | ||
border-collapse:collapse; | border-collapse:collapse; | ||
Line 17: | Line 18: | ||
table.WEItable th { | table.WEItable th { | ||
− | background:# | + | background:#70460B; |
+ | color:#FFFDD0; | ||
} | } |
Latest revision as of 14:34, 14 April 2012
/* CSS placed here will be applied to all skins */ /***** ** Worlds' End Inn Table formatting *****/ table.WEItable { margin:1em 1em 1em 0; background:#FFFDD0; color:#704600; border:1px #AAA solid; border-collapse:collapse; } table.WEItable th, table.WEItable td { border:1px #AAA solid; padding:0.2em; text-align:center; } table.WEItable th { background:#70460B; color:#FFFDD0; }