If you wish to contribute or participate in the discussions about articles you are invited to contact the Editor

MediaWiki:Common.css: Difference between revisions

From Navipedia
Jump to navigation Jump to search
m (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;}")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
/* 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:#CDE6EA;}

Revision as of 14:19, 30 September 2012

/* CSS placed here will be applied to all skins */

body.page-Main_Page h1.firstHeading { display:none; }

/* even and odd in tables*/
smwtable.row-even {background-color:#FFF;}
smwtable.row-odd {background-color:#CDE6EA;}