Advertisement
Guest User

Untitled

a guest
May 28th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. body {
  2. background-color: rgba(0, 0, 0, 0);
  3. margin: 0px auto;
  4. overflow: hidden;
  5. }
  6. .chat_line .nick {
  7. color: #808080;
  8. text-shadow: 2px 2px 1px #000;
  9. }
  10. .chat_line .message {
  11. color: #ffffff;
  12. word-break: break-word;
  13. text-shadow: 4px 1px 5px #000,
  14. 1px 4px 3px #000,
  15. 2px 2px 1px #000;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement