Difference between revisions of "MediaWiki:Common.css"

From Amiga Coding
Jump to: navigation, search
(give sortable tables a nice style)
(No difference)

Revision as of 22:21, 19 September 2007

/* 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;
}

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