Difference between revisions of "MediaWiki:Worms.css"

From Worms Knowledge Base

Jump to: navigation, search
(Scheme preview css stuff)
 
m
Line 12: Line 12:
 
table.scheme caption
 
table.scheme caption
 
{
 
{
background: #6f9aa8;
+
background: #8f98a8;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}

Revision as of 23:51, 17 May 2008

/* CSS placed here will affect users of the Worms skin */

table.scheme
{
font-size: 80%;
text-align: center;
padding: 0;
margin: 0;
border: 0;
}

table.scheme caption
{
background: #8f98a8;
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;
}
Personal tools