style.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. header {
  2. background: url(img/back.jpg);
  3. }
  4. #footer {clear:both; text-align:center;}
  5. /***********************************
  6. ========== Audio Player ============
  7. ***********************************/
  8. #audio_player {
  9. }
  10. div#player{
  11. width: 100%;
  12. color: #555555;
  13. font-family: 'PT Sans', sans-serif;
  14. font-weight: 700;
  15. font-size: 12px;
  16. }
  17. #song-information{
  18. text-align: left;
  19. margin: 0 0 10px;
  20. }
  21. #controls{
  22. right: left;
  23. }
  24. #amplitude-volume-slider{
  25. width: 80%;
  26. margin: 0 auto;
  27. padding-right:35px;
  28. }
  29. .current-track {
  30. margin:20px 0 0;
  31. }
  32. input[type=range] {
  33. -webkit-appearance: none;
  34. margin: 18px 0;
  35. width: 100%;
  36. }
  37. input[type=range]:focus {
  38. outline: none;
  39. }
  40. input[type=range]::-webkit-slider-runnable-track {
  41. width: 100%;
  42. height: 8.4px;
  43. cursor: pointer;
  44. animate: 0.2s;
  45. box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  46. background: #337ab7;
  47. border-radius: 1.3px;
  48. border: 0.2px solid #010101;
  49. }
  50. input[type=range]::-webkit-slider-thumb {
  51. box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  52. border: 1px solid #333;
  53. height: 26px;
  54. width: 16px;
  55. border-radius: 3px;
  56. background: #f7f7f7;
  57. cursor: pointer;
  58. -webkit-appearance: none;
  59. margin-top: -8px;
  60. }
  61. input[type=range]:focus::-webkit-slider-runnable-track {
  62. background: #367ebd;
  63. }
  64. input[type=range]::-moz-range-track {
  65. width: 100%;
  66. height: 8.4px;
  67. cursor: pointer;
  68. animate: 0.2s;
  69. box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  70. background: #337ab7;
  71. border-radius: 1.3px;
  72. border: 0.2px solid #010101;
  73. }
  74. input[type=range]::-moz-range-thumb {
  75. box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  76. border: 1px solid #000000;
  77. height: 36px;
  78. width: 16px;
  79. border-radius: 3px;
  80. background: #ffffff;
  81. cursor: pointer;
  82. }
  83. input[type=range]::-ms-track {
  84. width: 100%;
  85. height: 8.4px;
  86. cursor: pointer;
  87. animate: 0.2s;
  88. background: transparent;
  89. border-color: transparent;
  90. border-width: 16px 0;
  91. color: transparent;
  92. }
  93. input[type=range]::-ms-fill-lower {
  94. background: #2a6495;
  95. border: 0.2px solid #010101;
  96. border-radius: 2.6px;
  97. box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  98. }
  99. input[type=range]::-ms-fill-upper {
  100. background: #337ab7;
  101. border: 0.2px solid #010101;
  102. border-radius: 2.6px;
  103. box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  104. }
  105. input[type=range]::-ms-thumb {
  106. box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  107. border: 1px solid #000000;
  108. height: 36px;
  109. width: 16px;
  110. border-radius: 3px;
  111. background: #ffffff;
  112. cursor: pointer;
  113. }
  114. input[type=range]:focus::-ms-fill-lower {
  115. background: #3071a9;
  116. }
  117. input[type=range]:focus::-ms-fill-upper {
  118. background: #367ebd;
  119. }
  120. output.volume {
  121. position: absolute;
  122. background-image: -moz-linear-gradient(top, #444444, #999999);
  123. background-image: -o-linear-gradient(top, #444444, #999999);
  124. background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
  125. background-image: -webkit-linear-gradient(top, #444444, #999999);
  126. width: 40px;
  127. height: 30px;
  128. text-align: center;
  129. color: white;
  130. border-radius: 10px;
  131. display: inline-block;
  132. font: bold 15px/30px Georgia;
  133. bottom: 175%;
  134. left: 0;
  135. margin-left: -1%;
  136. }
  137. output.volume:after {
  138. content: "";
  139. position: absolute;
  140. width: 0;
  141. height: 0;
  142. border-top: 10px solid #999999;
  143. border-left: 5px solid transparent;
  144. border-right: 5px solid transparent;
  145. top: 100%;
  146. left: 50%;
  147. margin-left: -5px;
  148. margin-top: -1px;
  149. }
  150. meter {
  151. -webkit-transform: rotate(-90deg);
  152. -moz-transform: rotate(-90deg);
  153. -o-transform: rotate(-90deg);
  154. transform: rotate(-90deg);
  155. }
  156. #amplitude-current-time{
  157. font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  158. font-size: 15px;
  159. font-weight: 400;
  160. float:left;
  161. }
  162. #amplitude-play-pause {
  163. height: 50px;
  164. width: 50px;
  165. line-height: 50px;
  166. border-radius: 50%;
  167. text-align: center;
  168. margin: -30px 0 0 0;
  169. cursor: pointer;
  170. float: right;
  171. position: relative;
  172. -webkit-transition: all .1s linear;
  173. transition: all .1s linear;
  174. }
  175. .amplitude-paused {
  176. color:rgba(88, 185, 87, .7);
  177. display: block;
  178. background-color: #f7f7f7;
  179. background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  180. background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  181. background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
  182. background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
  183. background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  184. box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  185. }
  186. @-webkit-keyframes pulseon {to {box-shadow: 0 0 0 15px rgba(88, 185, 87, .1);}}
  187. @-moz-keyframes pulseon {to {box-shadow: 0 0 0 15px rgba(88, 185, 87, .1);}}
  188. @-ms-keyframes pulseon {to {box-shadow: 0 0 0 15px rgba(88, 185, 87, .1);}}
  189. @keyframes pulseon {to {box-shadow: 0 0 0 15px rgba(88, 185, 87, .1);}}
  190. .amplitude-paused:hover {
  191. color:#58B957;
  192. text-shadow: 0px 0px 6px #58B957;
  193. box-shadow: 0 0 0 0 rgba(88, 185, 87, .7), inset 0px 4px 1px 1px white, inset 0px 4px 1px 1px rgba(204,198,197,.5);
  194. -webkit-animation: pulseon 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  195. }
  196. .amplitude-paused:after {
  197. content:"\e072";
  198. font-family:"Glyphicons Halflings";
  199. font-size:25px;
  200. line-height: 50px;
  201. padding-left:4px;
  202. text-shadow: 1px 4px 6px #def, 0 0 0 #555;
  203. }
  204. .amplitude-paused:before {
  205. }
  206. .amplitude-playing {
  207. color:#DB524B;
  208. text-shadow:0px 0px 3px #DB524B;
  209. background-color: #f7f7f7;
  210. background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  211. background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  212. background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
  213. background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
  214. background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  215. box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  216. }
  217. @-webkit-keyframes pulseoff {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
  218. @-moz-keyframes pulseoff {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
  219. @-ms-keyframes pulseoff {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
  220. @keyframes pulseoff {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
  221. .amplitude-playing:hover {
  222. color:#DB524B;
  223. text-shadow:0px 0px 6px #DB524B;
  224. box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7), inset 0px 4px 1px 1px white, inset 0px 4px 1px 1px rgba(204,198,197,.5);
  225. -webkit-animation: pulseoff 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  226. }
  227. .amplitude-playing:after {
  228. content:"\e073";
  229. font-family:"Glyphicons Halflings";
  230. font-size:25px;
  231. line-height: 50px;
  232. padding-left:4px;
  233. }
  234. .amplitude-playing:before {
  235. }
  236. #amplitude-now-playing-name{
  237. }
  238. #amplitude-now-playing-listeners{
  239. }
  240. #amplitude-now-playing-bitrate{
  241. }