MediaWiki:Common.css

From EtherWiki
Revision as of 15:26, 13 June 2010 by Sstrader (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
table.wikitable, table.prettytable { 
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px solid #aaaaaa;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { 
border: 1px solid #aaaaaa;
padding: 0.2em;
}
table.wikitable th, table.prettytable th { 
background: #f2f2f2;
}
table.wikitable caption, table.prettytable caption { 
margin-right: inherit;
margin-left: inherit;
font-weight: 700;
}
table.prettytable code, table.wikitable code { 
background-color: transparent;
}