Advertisement
Guest User

Untitled

a guest
May 28th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1.  
  2. <div class="social">
  3. <a href="http://feedburner.google.com/fb/a/mailverify?uri=wpsnipp&loc=en_US" rel="nofollow" title="subscribe via email for automatic updates" target="_blank" class="social-emailrss"></a>
  4. <a href="http://feeds.feedburner.com/wpsnipp" title="subscribe to our rss feed" target="_blank" class="fst social-rss" rel="nofollow"><span>Subscribe</span></a>
  5. <a href="http://www.facebook.com/pages/wpsnippcom/106900272716297" title="come visit us on facebook" target="_blank" class="social-facebook" rel="nofollow"><span>Facebook</span></a>
  6. </div>
  7.  
  8.  
  9.  
  10. // LOCATION OF THE IMAGE
  11.  
  12. http://wpsnipp.com/wp-content/themes/htmlfrp/images/social-icons.png
  13.  
  14.  
  15.  
  16. // CSS FOR THE DISPLAY
  17.  
  18. .social a{display:block;background: url("images/social-icons.png") no-repeat top left;}
  19. .social a span{display:block;margin:7px 0px 0px 39px;}
  20. .social .social-rss{ background-position: 0 -492px !important; height: 32px; }
  21. .social .social-emailrss{ background-position: 0 -327px !important; width: 38px; height: 32px; }
  22. .social .social-facebook{ background-position: 0 -410px !important; height: 32px; }
  23.  
  24.  
  25.  
  26. .social{
  27. background:#e5e5e5;
  28. margin:20px 12px 20px 15px;
  29. padding:10px;
  30. height:30px;
  31. -moz-border-radius:2px;
  32. -webkit-border-radius:2px;
  33. border-radius:2px;
  34. }
  35. .social a{
  36. font-family:Arial, Sans-serif;
  37. font-weight:bold;
  38. font-size:16px;
  39. color:#666;
  40. text-decoration:none;
  41. }
  42. .social a.fst{
  43. border-right:dotted 2px #ccc;
  44. padding:0px 25px 0px 0px;
  45. margin:0px 25px 0px 0px;
  46. }
  47. .social a:hover{color:#333;}
  48. .social a:hover span{text-decoration:underline;}
  49. .social img{
  50. vertical-align:middle;
  51. padding:0px 5px 0px 0px;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement