MediaWiki:Common.css: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
tr.even { background: #F6F6F6; }
tr.even { background: #F6F6F6; }


table.center_0 > tr > td:nth-child(1) { text-align: center; }
table.center_0 > tbody > tr > td:nth-child(1) { text-align: center; }

Revision as of 00:29, 19 July 2012

/* CSS placed here will be applied to all skins */
tr.odd { background: #FCFCFC; }
tr.even { background: #F6F6F6; }

table.center_0 > tbody > tr > td:nth-child(1) { text-align: center; }