MediaWiki:Common.css: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
tr.odd { background: #FCFCFC; }
tr.odd { background: #FCFCFC; }
tr.even { background: #F6F6F6; }
tr.even { background: #F6F6F6; }
table.center_0 > tr:nth-child(1) { text-align: center; }

Revision as of 00:26, 19 July 2012

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

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