style.css 7.2 KB

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