Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://nightdev.com/hosted/obschat/indexv2.html?style=clear&channel=
- ::-webkit-scrollbar {
- visibility: hidden;
- }
- body {
- color: transparent;
- }
- .chat_line {
- font-size: 18px;
- line-height: 21px;
- margin-right: 0px;
- background-color: rgba(127, 127, 127, 0.00);
- }
- .chat_line .nick {
- text-transform: capitalize;
- color: #000;
- font-weight: bold;
- line-height: 21px;
- text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
- }
- .chat_line .message {
- color: #fff;
- font-weight: bold;
- line-height: 21px;
- text-shadow: 0px 0px 1px #666, 1px 1px 0px #000;
- }
- .chat_line .tag {
- margin-bottom: 1px!important;
- }
- span[style*='color: rgb(0, 0, 255);'] {color: rgb(64, 107, 227)!important;}
- span[style*='color: rgb(255, 0, 0);'] {color: rgb(227, 64, 64)!important;}
- span[style*='color: rgb(0, 128, 0);'] {color: rgb(64, 192, 64)!important;}
- span[style*='color: rgb(178, 34, 34);'] {color: rgb(192, 64, 64)!important;}
- span[style*='color: rgb(0, 0, 0);'] {color: rgb(255, 255, 255)!important;}
- span[style*='color: rgb(138, 43, 226);'] {color: rgb(155, 65, 240)!important;}
Advertisement
Add Comment
Please, Sign In to add comment