sc-player-orange.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /* ----------< .orange >---------------- */
  2. .orange .sc-player {
  3. font: .7em Arial, sans-serif;
  4. background-color: #eee;
  5. background: linear-gradient( top, black, #ccc 0%, #fff 70%);
  6. background: -o-linear-gradient( top, black, #ccc 0%, #fff 70%);
  7. background: -moz-linear-gradient( top, black, #ccc 0%, #fff 70%);
  8. background: -webkit-gradient(linear, left top, left 70%, from(black), color-stop(0%, #ccc), to(#fff));
  9. color: #333;
  10. line-height: 1.6em;
  11. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  12. }
  13. .orange .sc-player a {
  14. text-decoration: none;
  15. }
  16. /* Artworks */
  17. .orange .sc-artwork-list {
  18. background-color: #eee;
  19. background: linear-gradient( left bottom, #eee 20px, #333 350px );
  20. background: -o-linear-gradient( left bottom, #eee 20px, #333 350px );
  21. background: -moz-linear-gradient( left bottom, #eee 20px, #333 350px );
  22. background: -webkit-gradient(linear, right top, left bottom, from(#333), to(#eee));
  23. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  24. }
  25. /* Scrubber */
  26. .orange .sc-scrubber {
  27. background-color: #e5e5e5;
  28. border-radius: 8px;
  29. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  30. }
  31. .orange .sc-time-span {
  32. background-color: #ddd;
  33. }
  34. .orange .sc-buffer,
  35. .orange .sc-played {
  36. background-color: #adadad;
  37. position: absolute;
  38. }
  39. .orange .sc-played {
  40. background-color: #e74c14;
  41. background: linear-gradient( top, black, #e74c14 0, #f6a400 90% );
  42. background: -o-linear-gradient( top, black, #e74c14 0, #f6a400 90% );
  43. background: -moz-linear-gradient( top, black, #e74c14 0, #f6a400 90% );
  44. background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #e74c14), to(#f6a400));
  45. }
  46. .orange .sc-waveform-container {
  47. position: absolute;
  48. width: 100%;
  49. }
  50. /* Controls */
  51. .orange .sc-controls {
  52. border-radius: 100%;
  53. border: 2px solid white;
  54. background-color: #f6a400;
  55. background: linear-gradient( 45deg, #e74c14, #f6a400 );
  56. background: -o-linear-gradient( 45deg, #e74c14, #f6a400 );
  57. background: -moz-linear-gradient( 45deg, #e74c14, #f6a400 );
  58. background: -webkit-gradient(linear, left bottom, top right, from(#e74c14), to(#f6a400));
  59. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  60. }
  61. .orange .sc-controls:hover {
  62. background: linear-gradient( 225deg, #e74c14, #f6a400 );
  63. background: -o-linear-gradient( 225deg, #e74c14, #f6a400 );
  64. background: -moz-linear-gradient( 225deg, #e74c14, #f6a400 );
  65. background: -webkit-gradient(linear, top right, left bottom, from(#e74c14), to(#f6a400));
  66. }
  67. .orange .sc-controls > * {
  68. color: transparent;
  69. }
  70. /* Track list */
  71. .orange .sc-trackslist li.active {
  72. color: #fff;
  73. background: #e74c14;
  74. }
  75. .orange .sc-track-duration {
  76. text-align: right;
  77. padding: 0 5px;
  78. margin-left: 5px;
  79. }
  80. .orange .sc-trackslist li.active,
  81. .orange .sc-trackslist li:hover {
  82. border-radius: 4px;
  83. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  84. }
  85. .orange .sc-trackslist li:hover {
  86. background-color: #f6a400;
  87. }
  88. .orange .sc-trackslist li.active a {
  89. color: #fff;
  90. }
  91. .orange .sc-trackslist li a {
  92. color: #333;
  93. }
  94. /* Track info */
  95. .orange .sc-info.active {
  96. background: #fff;
  97. opacity: .9;
  98. }
  99. .orange .sc-info a {
  100. color: #e74c14;
  101. }
  102. .orange .sc-info p a {
  103. text-decoration: underline;
  104. }
  105. .orange .sc-info a:hover {
  106. color: #f6a400;
  107. }
  108. .orange .sc-info-toggle,
  109. .orange .sc-time-indicators {
  110. background: #f6a400;
  111. color: #ab3104;
  112. border-radius: 4px;
  113. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  114. padding: 4px;
  115. }
  116. .orange .sc-info-close,
  117. .orange .sc-info-close:hover {
  118. padding: 2px 4px;
  119. font-weight: bold;
  120. border-radius: 4px;
  121. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  122. }
  123. .orange .sc-info-close:hover {
  124. background: #f6a400;
  125. color: #ab3104;
  126. }
  127. .orange .sc-info-toggle:hover,
  128. .orange .sc-info-close {
  129. background: #fff;
  130. color: #e74c14;
  131. }
  132. /* Volume control */
  133. .orange .sc-volume-slider {
  134. background-color: #e5e5e5;
  135. border-radius: 2px;
  136. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  137. }
  138. .orange .sc-volume-slider .sc-volume-status {
  139. background-color: #666;
  140. border-right: 1px solid #f6a400;
  141. }