Difference between revisions of "MediaWiki:Common.css"

From Sudo Room
Jump to navigation Jump to search
(less orangey?)
(a little lighter)
Line 8: Line 8:


/* try background color */
/* try background color */
body { background: #ffaa60 }
body { background: #eec377 }

Revision as of 17:16, 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: #eec377 }