mejs-skins.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. /* TED player */
  2. .mejs-container.mejs-ted {
  3. }
  4. .mejs-ted .mejs-controls {
  5. background: #eee;
  6. height: 65px;
  7. }
  8. .mejs-ted .mejs-button,
  9. .mejs-ted .mejs-time {
  10. position: absolute;
  11. background: #ddd;
  12. }
  13. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
  14. background-color: none;
  15. background: url(controls-ted.png) repeat-x 0 -52px;
  16. height: 6px;
  17. }
  18. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
  19. height: 6px;
  20. }
  21. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
  22. background-color: none;
  23. background: url(controls-ted.png) repeat-x 0 -52px;
  24. width: 0;
  25. height: 6px;
  26. }
  27. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
  28. width: 0;
  29. height: 6px;
  30. background-color: none;
  31. background: url(controls-ted.png) repeat-x 0 -59px;
  32. }
  33. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
  34. display: block;
  35. margin: 0;
  36. width: 14px;
  37. height: 21px;
  38. top: -7px;
  39. border: 0;
  40. background: url(controls-ted.png) no-repeat 0 0;
  41. }
  42. .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
  43. display: none;
  44. }
  45. .mejs-ted .mejs-controls .mejs-playpause-button {
  46. top: 29px;
  47. left: 9px;
  48. width: 49px;
  49. height: 28px;
  50. }
  51. .mejs-ted .mejs-controls .mejs-playpause-button button {
  52. width: 49px;
  53. height: 28px;
  54. background: url(controls-ted.png) no-repeat -50px -23px;
  55. margin: 0;
  56. padding: 0;
  57. }
  58. .mejs-ted .mejs-controls .mejs-pause button {
  59. background-position: 0 -23px;
  60. }
  61. .mejs-ted .mejs-controls .mejs-fullscreen-button {
  62. top: 34px;
  63. right: 9px;
  64. width: 17px;
  65. height: 15px;
  66. background : none;
  67. }
  68. .mejs-ted .mejs-controls .mejs-fullscreen-button button {
  69. width: 19px;
  70. height: 17px;
  71. background: transparent url(controls-ted.png) no-repeat 0 -66px;
  72. margin: 0;
  73. padding: 0;
  74. }
  75. .mejs-ted .mejs-controls .mejs-unfullscreen button {
  76. background: transparent url(controls-ted.png) no-repeat -21px -66px;
  77. margin: 0;
  78. padding: 0;
  79. }
  80. .mejs-ted .mejs-controls .mejs-volume-button {
  81. top: 30px;
  82. right: 35px;
  83. width: 24px;
  84. height: 22px;
  85. }
  86. .mejs-ted .mejs-controls .mejs-mute button {
  87. background: url(controls-ted.png) no-repeat -15px 0;
  88. width: 24px;
  89. height: 22px;
  90. margin: 0;
  91. padding: 0;
  92. }
  93. .mejs-ted .mejs-controls .mejs-unmute button {
  94. background: url(controls-ted.png) no-repeat -40px 0;
  95. width: 24px;
  96. height: 22px;
  97. margin: 0;
  98. padding: 0;
  99. }
  100. .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
  101. background: #fff;
  102. border: solid 1px #aaa;
  103. border-width: 1px 1px 0 1px;
  104. width: 22px;
  105. height: 65px;
  106. top: -65px;
  107. }
  108. .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
  109. background: url(controls-ted.png) repeat-y -41px -66px;
  110. left: 8px;
  111. width: 6px;
  112. height: 50px;
  113. }
  114. .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
  115. left: 8px;
  116. width: 6px;
  117. background: url(controls-ted.png) repeat-y -48px -66px;
  118. height: 50px;
  119. }
  120. .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
  121. display: none;
  122. }
  123. .mejs-ted .mejs-controls .mejs-time span {
  124. color: #333;
  125. }
  126. .mejs-ted .mejs-controls .mejs-currenttime-container {
  127. position: absolute;
  128. top: 32px;
  129. right: 100px;
  130. border: solid 1px #999;
  131. background: #fff;
  132. color: #333;
  133. padding-top: 2px;
  134. border-radius: 3px;
  135. color: #333;
  136. }
  137. .mejs-ted .mejs-controls .mejs-duration-container {
  138. position: absolute;
  139. top: 32px;
  140. right: 65px;
  141. border: solid 1px #999;
  142. background: #fff;
  143. color: #333;
  144. padding-top: 2px;
  145. border-radius: 3px;
  146. color: #333;
  147. }
  148. .mejs-ted .mejs-controls .mejs-time button{
  149. color: #333;
  150. }
  151. .mejs-ted .mejs-controls .mejs-captions-button {
  152. display: none;
  153. }
  154. /* END: TED player */
  155. /* WMP player */
  156. .mejs-container.mejs-wmp {
  157. }
  158. .mejs-wmp .mejs-controls {
  159. background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
  160. height: 65px;
  161. }
  162. .mejs-wmp .mejs-button,
  163. .mejs-wmp .mejs-time {
  164. position: absolute;
  165. background: transparent;
  166. }
  167. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
  168. background-color: transparent;
  169. border: solid 1px #ccc;
  170. height: 3px;
  171. }
  172. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
  173. height: 3px;
  174. }
  175. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
  176. background-color: rgba(255,255,255,0.3);
  177. width: 0;
  178. height: 3px;
  179. }
  180. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
  181. width: 0;
  182. height: 1px;
  183. background-color: #014CB6;
  184. border: solid 1px #7FC9FA;
  185. border-width: 1px 0;
  186. border-color: #7FC9FA #fff #619FF2 #fff;
  187. }
  188. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
  189. display: block;
  190. margin: 0;
  191. width: 16px;
  192. height: 9px;
  193. top: -3px;
  194. border: 0;
  195. background: url(controls-wmp.png) no-repeat 0 -80px;
  196. }
  197. .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
  198. display: none;
  199. }
  200. .mejs-wmp .mejs-controls .mejs-playpause-button {
  201. top: 10px;
  202. left: 50%;
  203. margin: 10px 0 0 -20px;
  204. width: 40px;
  205. height: 40px;
  206. }
  207. .mejs-wmp .mejs-controls .mejs-playpause-button button {
  208. width: 40px;
  209. height: 40px;
  210. background: url(controls-wmp.png) no-repeat 0 0;
  211. margin: 0;
  212. padding: 0;
  213. }
  214. .mejs-wmp .mejs-controls .mejs-pause button {
  215. background-position: 0 -40px;
  216. }
  217. .mejs-wmp .mejs-controls .mejs-currenttime-container {
  218. position: absolute;
  219. top: 25px;
  220. left: 50%;
  221. margin-left: -93px;
  222. }
  223. .mejs-wmp .mejs-controls .mejs-duration-container {
  224. position: absolute;
  225. top: 25px;
  226. left: 50%;
  227. margin-left: -58px;
  228. }
  229. .mejs-wmp .mejs-controls .mejs-volume-button {
  230. top: 32px;
  231. right: 50%;
  232. margin-right: -55px;
  233. width: 20px;
  234. height: 15px;
  235. }
  236. .mejs-wmp .mejs-controls .mejs-volume-button button {
  237. margin: 0;
  238. padding: 0;
  239. background: url(controls-wmp.png) no-repeat -42px -17px;
  240. width: 20px;
  241. height: 15px;
  242. }
  243. .mejs-wmp .mejs-controls .mejs-unmute button {
  244. margin: 0;
  245. padding: 0;
  246. background: url(controls-wmp.png) no-repeat -42px 0;
  247. width: 20px;
  248. height: 15px;
  249. }
  250. .mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
  251. background: rgba(102,102,102,0.6);
  252. }
  253. .mejs-wmp .mejs-controls .mejs-fullscreen-button {
  254. top: 32px;
  255. right: 50%;
  256. margin-right: -82px;
  257. width: 15px;
  258. height: 14px;
  259. }
  260. .mejs-wmp .mejs-controls .mejs-fullscreen-button button {
  261. margin: 0;
  262. padding: 0;
  263. background: url(controls-wmp.png) no-repeat -63px 0;
  264. width: 15px;
  265. height: 14px;
  266. }
  267. .mejs-wmp .mejs-controls .mejs-captions-button {
  268. display: none;
  269. }
  270. /* END: WMP player */