Difference between revisions of "MediaWiki:Common.css"

From Westerly-Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
table: {border="1" style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000}
  
 
tr:nth-child(2n+1) {background-color: #F0F0F0;}
 
tr:nth-child(2n+1) {background-color: #F0F0F0;}

Revision as of 19:44, 6 December 2011

/* CSS placed here will be applied to all skins */
table: {border="1" style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000}

tr:nth-child(2n+1) {background-color: #F0F0F0;}