Advertisement
sexycullen

160 w/ reblog and like text

Nov 7th, 2020 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. **** in the css, preferably near .info, paste this code: ****
  2.  
  3. .like-b {
  4. position:relative;
  5. display:inline-block;
  6. height:1em;
  7. line-height: 1.3em;
  8. overflow:hidden;
  9. margin-bottom:-1px;
  10. }
  11. .like-b .like_button iframe {
  12. position:absolute;
  13. top:0;
  14. left:0;
  15. bottom:0;
  16. right:0;
  17. z-index:2;
  18. opacity:0;
  19. }
  20. .like-b .liked + .b {
  21. color:#111111;
  22. }
  23. .like-b .liked + .b:after {
  24. content:'d';
  25. }
  26.  
  27.  
  28. *** in the html, search for <div class="posts"> and change to <div class="posts" id="{PostID}"> ****
  29.  
  30.  
  31.  
  32. *** again, in the html, search for {block:Date}, there is a lot of code there, so just before the closing tag:
  33. </div>
  34. {/block:Date}
  35.  
  36. add this code:
  37. <a href="{ReblogURL}" target="_blank" class="reblog">reblog</a>
  38. <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement