MediaWiki:Common.css

From Amiga Coding
Revision as of 17:54, 1 October 2007 by Spellcoder (talk | contribs) (none -> transparent :P)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

/*<pre><nowiki>*/

table.sortable {
border-collapse: collapse;
}
table.sortable td, th {
text-align: left;
padding: 2px 5px 2px 5px;
border-right: 1px solid #ccc;
}
table.sortable tr.even {
background-color: #f0f0f0;
}

table {
background-color: transparent;
}

/*</nowiki></pre>*/