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...")
 
(try background color)
Line 6: Line 6:
   background-color: #CCCCFF;
   background-color: #CCCCFF;
}
}
/* try background color */
body { background: #ff7733 }

Revision as of 17:13, 27 December 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;
}

/* try background color */
body { background: #ff7733 }