Difference between revisions of "MediaWiki:Common.css"

From Amiga Coding
Jump to: navigation, search
(no table background, kkthx)
(none -> transparent :P)
Line 16: Line 16:
  
 
table {
 
table {
background-color: none;
+
background-color: transparent;
 
}
 
}
  
 
/*</nowiki></pre>*/
 
/*</nowiki></pre>*/

Revision as of 17:54, 1 October 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;
}

table {
background-color: transparent;
}

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