MediaWiki:Common.css: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* even and odd in tables */ | /* even and odd in tables */ | ||
.smwtable .row-even {background-color:#FFF;} | .smwtable .row-even {background-color:#FFF;} | ||
.smwtable .row-odd {background-color:# | .smwtable .row-odd {background-color:#D6EBFF;} |
Revision as of 17:35, 20 June 2014
/* CSS placed here will be applied to all skins */ /* even and odd in tables */ .smwtable .row-even {background-color:#FFF;} .smwtable .row-odd {background-color:#D6EBFF;}