Advertisement
alchymyth

Untitled

Mar 21st, 2011
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. `/*'enter...' links */
  2. .post a  
  3. { color:pink!important; font-size:1.3em; text-decoration: underline; }
  4.  
  5. .post a:visited
  6. { color:#777!important; }
  7.  
  8. .post a:hover  
  9. { color:#ccc!important; text-decoration: none; }
  10.  
  11. /*'registe...' links */
  12. .widgetmiddle a  
  13. { color:green!important; font-size:1.3em; text-decoration: underline; }
  14.  
  15. .widgetmiddle a:visited
  16. { color:#777!important; }
  17.  
  18. .widgetmiddle a:hover  
  19. { color:#ccc!important; text-decoration: none; }
  20.  
  21. /*'powered by wordpress' links */
  22. #footer a  
  23. { color:orange!important; font-size:1.3em; text-decoration: underline; }
  24.  
  25. #footer a:visited
  26. { color:#777!important; }
  27.  
  28. #footer a:hover  
  29. { color:#ccc!important; text-decoration: none; }
  30.  
  31. /* bottom links */
  32. .mgm_aff_link a  
  33. { color:#fff!important; font-size:1.3em; text-decoration: underline; }
  34.  
  35. .mgm_aff_link a:visited
  36. { color:#777!important; }
  37.  
  38. .mgm_aff_link a:hover  
  39. { color:#ccc!important; text-decoration: none; }`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement