nunmuri

music player

Sep 4th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #music {margin-top: 253px; margin-left: 150px; position: fixed; z-index: 9999; width: 150px; }
  2.  
  3. .musicgif {padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; font-size: 10px;letter-spacing: 1px; line-height: 15px; font-family: trebuchet ms; }
  4.  
  5. .musicgif:hover .info{
  6. opacity: 1;
  7. filter:alpha(opacity=100);
  8. -moz-opacity: 1;
  9. -khtml-opacity: 1;
  10. -webkit-transition: all 0.5s ease-out;
  11. -moz-transition: all 0.5s ease-out;
  12. -o-transition: all 0.5s ease-out
  13. }
  14.  
  15. .info {
  16. float: left;
  17. width: 150px;
  18. height: 20px;
  19. font-size: 7px;
  20. font-family: Trebuchet MS;
  21. text-transform:uppercase;
  22. margin-left: 0px;
  23. color: {color:text};
  24. margin-top:-5px;
  25. padding:0px;
  26. padding-left: 10px;
  27. position: absolute;
  28. line-height:8px;
  29. letter-spacing: 1px;
  30. border-left: 0px solid;
  31. text-align: left;
  32. -webkit-transition: all 0.5s ease-out;
  33. -moz-transition: all 0.5s ease-out;
  34. -o-transition: all 0.5s ease-out;
  35. opacity: 00;
  36. filter:alpha(opacity=0);
  37. -moz-opacity: 0;
  38. -khtml-opacity: 0;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment