MediaWiki:Common.css: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
Robert (talk | contribs)
No edit summary
Robert (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


acal:nth-child(even) {background: #CCC}
acal.tr:nth-child(even) {background: #CCC}
acal:nth-child(odd) {background: #FFF}
acal.tr:nth-child(odd) {background: #FFF}

Revision as of 22:51, 6 July 2011

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

acal.tr:nth-child(even) {background: #CCC}
acal.tr:nth-child(odd) {background: #FFF}