S0N0S

OBS Chat CSS for CLR Browser Plugin

Sep 27th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.11 KB | None | 0 0
  1. http://nightdev.com/hosted/obschat/indexv2.html?style=clear&channel=
  2.  
  3. ::-webkit-scrollbar {
  4.   visibility: hidden;
  5. }
  6. body {
  7.     color: transparent;
  8. }
  9. .chat_line {
  10.     font-size: 18px;
  11.     line-height: 21px;
  12.     margin-right: 0px;
  13.     background-color: rgba(127, 127, 127, 0.00);
  14. }
  15. .chat_line .nick {
  16.     text-transform: capitalize;
  17.     color: #000;
  18.     font-weight: bold;
  19.     line-height: 21px;
  20.     text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
  21. }
  22. .chat_line .message {
  23.     color: #fff;
  24.     font-weight: bold;
  25.     line-height: 21px;
  26.     text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
  27. }
  28. .chat_line .tag {
  29.     margin-bottom: 1px!important;
  30. }
  31. span[style*='color: rgb(0, 0, 255);'] {color: rgb(64, 107, 227)!important;}
  32. span[style*='color: rgb(255, 0, 0);'] {color: rgb(227, 64, 64)!important;}
  33. span[style*='color: rgb(0, 128, 0);'] {color: rgb(64, 192, 64)!important;}
  34. span[style*='color: rgb(178, 34, 34);'] {color: rgb(192, 64, 64)!important;}
  35. span[style*='color: rgb(0, 0, 0);'] {color: rgb(255, 255, 255)!important;}
  36. span[style*='color: rgb(138, 43, 226);'] {color: rgb(155, 65, 240)!important;}
Advertisement
Add Comment
Please, Sign In to add comment