Advertisement
Guest User

Untitled

a guest
May 4th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. a:link {
  2.     color: #eeeeee;
  3.     text-decoration: none;
  4.     outline-style: none;
  5. }
  6.  
  7. a:visited {
  8.     color: #eeeeee;
  9.     text-decoration: none;
  10.     outline-style: none;
  11. }
  12.  
  13. a:active {
  14.     color: #ea0f0f;
  15.     text-decoration: none;
  16.     text-shadow: 0px 0px 8px #fff;
  17.     outline-style: none;
  18. }
  19.  
  20. a:hover {
  21.     color: #ea0f0f;
  22.     outline-style: none;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement