xmisa0923

music player

Apr 5th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #uta {
  2. height:8px;
  3. width:185px;
  4. text-align:right;
  5. float:right;
  6. padding:5px;
  7. overflow:hidden;
  8. border-bottom: 1px solid {color:borders};
  9. opacity:0.5;
  10. position:fixed;bottom:10px; right:367px;
  11. -webkit-transition: all 0.6s ease-in;
  12. -moz-transition: all 0.6s ease-in;
  13. -o-transition: all 0.6s ease-in;
  14. z-index:-1;
  15. }
  16.  
  17. .utanonamae {
  18. font-size:10px;
  19. text-align:right;
  20. float:right;
  21. -webkit-transition: all 0.6s ease-in;
  22. -moz-transition: all 0.6s ease-in;
  23. -o-transition: all 0.6s ease-in;
  24. }
  25.  
  26. .song {
  27. height:40px;
  28. float:left;
  29. width:110px;
  30. overflow:hidden;
  31. }
  32.  
  33. #uta:hover .utanonamae {
  34. opacity:0;
  35. }
  36.  
  37. #uta:hover {
  38. height:15px;
  39. width:140px;
  40. right:255px;
  41. opacity:1;
  42. }
  43.  
  44.  
  45.  
  46.  
  47. <div id="uta">
  48. <div class="utanonamae">{text:music name}</div><div class="song">{text:music code}</div></div>
Advertisement
Add Comment
Please, Sign In to add comment