Advertisement
chusiang

Share to Plurk button on Blogger #2.1.2

Dec 10th, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. /* == Plurk share button == */
  2. .btnPlurk {
  3.      background:url(https://lh5.googleusercontent.com/-_KLMA61umiw/T7pjR327ZyI/AAAAAAAAJ4w/3gmft8d64S8/s800/20x20plurk_sb.png) no-repeat left top !important;
  4.      text-decoration: none;
  5.      width:20px;
  6.      height:20px;
  7.  }
  8.  
  9. a:hover.btnPlurk {
  10.     background:url(https://lh4.googleusercontent.com/-ly98AByjgfk/T7pjR93aL-I/AAAAAAAAJ40/5ItsiBLhAgo/s800/20x20plurk.png) no-repeat left top !important;
  11.     text-decoration: none;
  12. }
  13.  
  14. /*
  15.  * text-decoration: none; //連結不顯示底線。
  16.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement