Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- visibility: hidden;
- }
- body {
- color: transparent;
- margin: 0px auto;
- background: #000;
- }
- .chat_line {
- font-size:18px;
- line-height: 18px;
- background: #000;
- opacity:0.8;
- }
- .chat_line .nick {
- font-weight: bold;
- text-transform: capitalize;
- color: #FFF;
- }
- .chat_line .message {
- color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment