Advertisement
Guest User

curr_css_yt

a guest
Feb 7th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. #live-comments-controls,
  2. .gaming-promo {
  3.     display:none !important;
  4. }
  5. body,
  6.  
  7. .live-chat-widget .comment:nth-of-type(2n),
  8. .live-chat-widget .comment {
  9.     background-color:transparent !important;
  10. }
  11.  
  12. #page {
  13.     background-color:rgba(0,0,0,0.5) !important;
  14. }
  15. .live-chat-widget .comment-text {
  16.     color:#ffffff !important;
  17. }
  18. #comments-scroller {
  19.     border:0 !important;
  20.    
  21.     }
  22. .author {
  23.     color:#dedede !important;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement