Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. visibility: hidden;
  3. }
  4.  
  5. body {
  6. color: transparent;
  7. margin: 0px auto;
  8. }
  9.  
  10. .chat_line {
  11. font-size: 18px;
  12. line-height: 18px;
  13. }
  14.  
  15. .chat_line .nick {
  16. font-weight: bold;
  17. text-transform: capitalize;
  18. color: #fff;
  19. text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  20. }
  21.  
  22. .chat_line .message {
  23. color: #fff;
  24. text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement