Advertisement
gavin19

RES - CommentBoxes

Aug 4th, 2012
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.46 KB | None | 0 0
  1. RES - excluding nightmode
  2.  
  3. .res:not(.res-nightmode) .commentarea .comment {background-color:ghostWhite!important;}
  4. .res:not(.res-nightmode) .commentarea .comment .comment {background-color:#cee3f8!important;}
  5. .res:not(.res-nightmode) .commentarea .comment .comment .comment {background-color:ghostWhite!important;}
  6. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment {background-color:#cee3f8!important;}
  7. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  8. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment {background-color:#cee3f8!important;}
  9. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  10. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment {background-color:#cee3f8!important;}
  11. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  12. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{background-color:#cee3f8!important;}
  13.  
  14. RES - nightmode-specific
  15.  
  16. .res-nightmode .commentarea .comment {background-color:ghostWhite!important;}
  17. .res-nightmode .commentarea .comment .comment {background-color:#cee3f8!important;}
  18. .res-nightmode .commentarea .comment .comment .comment {background-color:ghostWhite!important;}
  19. .res-nightmode .commentarea .comment .comment .comment .comment {background-color:#cee3f8!important;}
  20. .res-nightmode .commentarea .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  21. .res-nightmode .commentarea .comment .comment .comment .comment .comment .comment {background-color:#cee3f8!important;}
  22. .res-nightmode .commentarea .comment .comment .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  23. .res-nightmode .commentarea .comment .comment .comment .comment .comment .comment .comment .comment {background-color:#cee3f8!important;}
  24. .res-nightmode .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color:ghostWhite!important;}
  25. .res-nightmode .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{background-color:#cee3f8!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement