themesby-two

Untitled

Nov 22nd, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Thats the entry perma code, just paste that over the one thats already there and change the colour and stuff
  2.  
  3. .entry .perma{
  4.  
  5. width:220px;
  6. height:35px;
  7. margin-left:15px;
  8. position: absolute;
  9. line-height: 16px;
  10. overflow:hidden;
  11. text-align:center;
  12. top:30px;
  13. background:white;
  14. word-spacing:2px;
  15. letter-spacing:1px;
  16. opacity: 0.0;
  17. font-family:pewp;
  18. font-size:12px;
  19. border-left:solid 8px #f6e3fa;
  20. border-right:solid 8px #f6e3fa;
  21. border-top-left-radius:5px;
  22. border-top-right-radius:5px;
  23. border-bottom-left-radius:5px;
  24. border-bottom-right-radius:5px;
  25.  
  26.  
  27. }
  28.  
  29.  
  30. .entry:hover .perma{
  31. -webkit-animation: fadeInLeft 1s;
  32. -moz-animation: fadeInLeft 1s;
  33. -o-animation: fadeInLeft 1s;
  34. overflow:visible;
  35. opacity:1;
  36. }
  37.  
  38.  
  39.  
  40. Near the bottom where all the perma stuff is, copy and paste this: where is says <div class perma>
  41.  
  42.  
  43. Just paste over it:
  44.  
  45.  
  46. <div class="perma">
  47. <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{permalink}">{notecountwithlabel}<br><a href="{permalink}">{TimeAgo}</div>
Advertisement
Add Comment
Please, Sign In to add comment