S0N0S

S0N0S OBS Chat CSS

Feb 13th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.32 KB | None | 0 0
  1. Use this URL for smooth scrolling, old chat: http://nightdev.com/hosted/obschat/indexv2.html?style=clear&channel=
  2. I use the following WxH for 1920x1080 capture, which will show up fine downscaled to 1280x720: 480x168
  3.  
  4. ::-webkit-scrollbar {
  5.   visibility: hidden;
  6. }
  7. body {
  8.     color: transparent;
  9. }
  10. .chat_line {
  11.     font-size: 18px;
  12.     line-height: 21px;
  13.     margin-right: 0px;
  14.     background-color: rgba(127, 127, 127, 0.00);
  15. }
  16. .chat_line .nick {
  17.     text-transform: capitalize;
  18.     color: #000;
  19.     font-weight: bold;
  20.     line-height: 21px;
  21.     text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
  22. }
  23. .chat_line .message {
  24.     color: #fff;
  25.     font-weight: bold;
  26.     line-height: 21px;
  27.     text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
  28. }
  29. .chat_line .tag {
  30.     margin-bottom: 1px!important;
  31. }
  32. span[style*='color: rgb(0, 0, 255);'] {color: rgb(64, 107, 227)!important;}
  33. span[style*='color: rgb(255, 0, 0);'] {color: rgb(227, 64, 64)!important;}
  34. span[style*='color: rgb(0, 128, 0);'] {color: rgb(64, 192, 64)!important;}
  35. span[style*='color: rgb(178, 34, 34);'] {color: rgb(192, 64, 64)!important;}
  36. span[style*='color: rgb(0, 0, 0);'] {color: rgb(255, 255, 255)!important;}
  37. span[style*='color: #555;'] {color: rgb(255, 255, 255)!important;}
  38. span[style*='color: rgb(138, 43, 226);'] {color: rgb(155, 65, 240)!important;}
Advertisement
Add Comment
Please, Sign In to add comment