Difference between revisions of "MediaWiki:Common.css"

From Sudo Room
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.blue_lines tr:nth-child(2n+0),tr.blue_lines:nth-child(2n+0){ background-color: #EEEEFF; } table.blue_lines tr:nth-ch...")
(No difference)

Revision as of 23:30, 11 February 2013

/* CSS placed here will be applied to all skins */
table.blue_lines tr:nth-child(2n+0),tr.blue_lines:nth-child(2n+0){
  background-color: #EEEEFF;
}
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
  background-color: #CCCCFF;
}