Difference between revisions of "MediaWiki:Wormsalt.css"
From Worms Knowledge Base
(Scheme preview css stuff) |
m |
||
Line 12: | Line 12: | ||
table.scheme caption | table.scheme caption | ||
{ | { | ||
− | background: # | + | background: #6f9aa8; |
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 23:42, 17 May 2008
/* CSS placed here will affect users of the Wormsalt skin */ table.scheme { font-size: 80%; text-align: center; padding: 0; margin: 0; border: 0; } table.scheme caption { background: #6f9aa8; font-weight: bold; } table.scheme td, table.scheme th { padding: 0 1em; } table.scheme .name { text-align: left; } table.scheme.weapons { margin-left: 4em; } table.scheme .dim { color: #777777; }