AlanePagliari

AlphaVamps Bagde

Jan 24th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. paste this part inside the <style> section
  2.  
  3. /* Alpha Vamps Badge */
  4.  
  5. #tab {
  6. text-align: center;
  7. position:fixed;
  8. left:15px;
  9. top:10px;
  10. z-index:999; }
  11.  
  12. #badge img {
  13. text-align: center;
  14. padding: 2px 0 8px 0; }
  15. this one after the <body>
  16.  
  17. <div id="tab">
  18. <div id="badge">
  19. <a href="http://alphavamps.tumblr.com"><img src="http://static.tumblr.com/gootfij/txKmzrj99/alphavampsbadge.png" title="we cry together about the vamps"></a>
  20. </div></div>
  21.  
  22. ----------------------------------------------------------------------------------------------------------------------
  23.  
  24. badge on the right
  25.  
  26. /* Alpha Vamps Badge */
  27.  
  28. #tab {
  29. text-align: center;
  30. position:fixed;
  31. right:15px;
  32. top:40px;
  33. z-index:999; }
  34.  
  35. #badge img {
  36. text-align: center;
  37. padding: 2px 0 8px 0; }
  38. after <body>
  39.  
  40. <div id="tab">
  41. <div id="badge">
  42. <a href="http://alphavamps.tumblr.com"><img src="http://static.tumblr.com/gootfij/txKmzrj99/alphavampsbadge.png" title="we cry together about the vamps"></a>
  43. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment