MediaWiki:Common.css: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
Robert (talk | contribs)
No edit summary
Robert (talk | contribs)
mNo edit summary
Line 6: Line 6:


tr.trcal:nth-child(odd) {  
tr.trcal:nth-child(odd) {  
background: #eaeced;
background: #eeeeee;
}
}

Revision as of 01:05, 7 July 2011

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

tr.trcal:nth-child(even) { 
background: #fafcfd;
}

tr.trcal:nth-child(odd) { 
background: #eeeeee;
}