player.css 863 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* @override http://macs.local/david/wp-content/themes/dw/css/player.css */
  2. div#player{
  3. width: 100%;
  4. color: #555555;
  5. font-family: 'PT Sans', sans-serif;
  6. font-weight: 700;
  7. font-size: 12px;
  8. }
  9. #song-information{
  10. text-align: left;
  11. margin: 0 0 10px;
  12. }
  13. #controls{
  14. float: left;
  15. }
  16. #amplitude-volume-slider{
  17. width: 90%;
  18. float: right;
  19. }
  20. #amplitude-play-pause{
  21. width: 15px;
  22. height: 17px;
  23. margin: 0 5px 0 0;
  24. cursor: pointer;
  25. float: right;
  26. }
  27. #amplitude-current-time{
  28. font-family: 'PT Sans', sans-serif;
  29. font-size: 14px;
  30. font-weight: 400;
  31. }
  32. .amplitude-paused{
  33. background-image: url('../img/small-gray-play.png');
  34. background-repeat: no-repeat;
  35. }
  36. .amplitude-playing{
  37. background-image: url('../img/small-gray-pause.png');
  38. background-repeat: no-repeat;
  39. }
  40. #amplitude-now-playing-name{
  41. }
  42. #amplitude-now-playing-listeners{
  43. }
  44. #amplitude-now-playing-bitrate{
  45. }