Advertisement
alchymyth

Untitled

May 28th, 2011
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. .art-footer-text,
  2. .art-footer-text a,
  3. .art-footer-text a:link,
  4. .art-footer-text a:visited,
  5. .art-footer-text a:hover,
  6. .art-footer-text td,
  7. .art-footer-text th,
  8. .art-footer-text caption
  9. {
  10.     color: #FFFFFF;
  11.    font-size: 11px;
  12. }
  13.  
  14. .art-footer-text
  15. {
  16.   padding-left: 10px;
  17.   padding-right: 10px;
  18.   text-align: center;
  19. }
  20.  
  21. .art-footer-text a,
  22. .art-footer-text a:link
  23. {
  24.   color: #FFFFFF;
  25.  text-decoration: none;
  26. }
  27.  
  28. .art-footer-text a:visited
  29. {
  30.   color: #FFFFFF;
  31. }
  32.  
  33. .art-footer-text a:hover
  34. {
  35.   color: #FFFFFF;
  36.  text-decoration: underline;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement