Personal tools

MediaWiki:Common.css: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
(Created page with "→‎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:#CDE6EA;}")
 
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:#CDE6EA;}
.smwtable .row-odd {background-color:#F7FFFB;}

Revision as of 17:33, 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:#F7FFFB;}