Advertisement
noziam

SMALL TUMBLR MUSIC PLAYER

Jan 11th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. PASTE AFTER <style>
  2.  
  3. #noziam-player
  4. {
  5. background-color: #fff;
  6. width:30px;
  7. height:30px;
  8. opacity:0.7;
  9.  
  10. border:3px solid #000;
  11. position:fixed;
  12. overflow:hidden;
  13. bottom:0px;
  14. left:0px;
  15. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  16.  
  17. #playericon
  18. {margin-top:5px;
  19. margin-bottom:5px;
  20. margin-left:-5px;
  21. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  22.  
  23. #noziam-player:hover
  24. {width:70px;
  25. margin-left:-20px;
  26. margin-top:0px;
  27. -moz-border-radius:0px;
  28. border-radius:0px;}
  29.  
  30. #noziam-player:hover #playericon
  31. {margin-top:0px;
  32. margin-left:45px;
  33. padding:0px;
  34. margin-bottom:-15px;}
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. PASTE AFTER <body> AND GET THE MUSIC PLAYER CODE AT SHEEPPRODUCTIONS.COM
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. <div id='noziam-player'><center>
  51. <div id='playericon'><a href="http://tumblings.net/post/46761388554/tumblr-music-player"><img title="music" src="http://i8.photobucket.com/albums/a12/DownwarD__SpyraL/Pixels/music.gif"/></a></div></center>
  52. <div><br>MUSIC PLAYER CODE HERE
  53. <div style="color:#000; background-color:transparent; padding:100px; font-size:10px;"></a></div>
  54. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement