MediaWiki talk:Common.css
From wipipedia.org

Wikitable/Prettytable port
/* Style for wikitables */
.wikitable {
margin: 1em 1em 1em 0;
background: #000060;
color: #ffffff;
border: 1px #2f6fab solid;
border-collapse: collapse;
border-spacing: 0;
padding: 0;
font-size: 95%;"
}
.wikitable tr.alt {
background: #2f6fab;
}
.wikitable th {
border: 1px #2f6fab solid;
background: #b1cab7;
margin: 0;
padding: 4px;
}
.wikitable td {
border: 1px #2f6fab solid;
margin: 0;
padding: 4px;
}
Porting this to this page will allow us to port over "prettytables" into this wiki's color schema --Roguebfl (talk) 08:31, 15 February 2009 (UTC)