You are here

shockplayer.css in MediaFront 7

#mediaplayer {
  position:relative;
  background:#000;
  border:1px solid #333;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  -moz-box-shadow:0px 10px 20px #666;/*no-important moz*/
  -webkit-box-shadow:0px 10px 20px #666;/*no-important chrome*/
}

#mediaplayer img {
  border:0;
}

#mediaplayer_display {
  background-color:#000;
  width:100%;
  height:100%;
  z-index:400;
  position:absolute;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_display, #mediaplayer_minplayer.fullscreen #mediaplayer_preview {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index:1000;
  width: 100%;
  height: 100%;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_preview {
  z-index:1001;
}

#mediaplayer_minplayer.nomedia #mediaplayer_display {
  display:none;
}

/*--------------------------- Media Fields ---------------------------*/
.mediafield {
  margin:5px;
  color:#ddd;
}


/*--------------------------- Big play button and preview ---------------------------*/
#mediaplayer_preview {
  background-color:#000;
  position:absolute;
  width:100%;
  height:100%;
  z-index:401;
}

#mediaplayer_bigPlay {
  background:url(../images/mediafront_black40.png);
  display: table-cell;
  vertical-align:middle;
  position:absolute;
  height:60px;
  left:0px;
  right:0px;
  padding-left:30px;
  padding-right:30px;
  bottom:45px;
  z-index:402;
  cursor:pointer;
}

#mediaplayer_minplayer.nomedia #mediaplayer_bigPlay {
  bottom:5px;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_bigPlay {
  position:fixed;
  top:0;
  left:0;
}

#mediaplayer_bigPlay img {
  width:174px;
  height:174px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -87px 0 0 -87px;
  text-align:center;
  vertical-align:center;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_bigPlay img {
  position:fixed;
}

#mediaplayer_busy {
  position: absolute;
  width:100%;
  height:100%;
  z-index:403;
}

#mediaplayer_busy img {
  width:32px;
  height:32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  text-align:center;
  vertical-align:center;
}

/*--------------------------- control bar ---------------------------*/
#mediaplayer_control {
  z-index:403;
  position:absolute;
  bottom:10px;
  background:url(../images/mediafront_controlerbarBg.png) center repeat-x;
  height:36px;
  width:100%;
}

#mediaplayer_minplayer.nomedia #mediaplayer_control {
  display:none;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_control {
  position: fixed;
  left:0;
  z-index:1010;
}

#mediaplayer_control span {
  display:none;
}

#mediaplayer_controlLeft {
  float:left;
  width:70px;
  height:36px;
}

#mediaplayer_controlRight {
  float:right;
  width:130px;
  height:36px;
}

.mediaplayer_controlspace {
  margin:9px 3px 0;
}

/*---------------------------progress bar---------------------------*/
#mediaplayer_seekBar {
  background: url(../images/mediafront_black40.png);
  height:27px;
  margin:5px 130px 0 70px;
}
#mediaplayer_seekProgress {
  background: url(../images/mediafront_black40.png);
  position:absolute;
  z-index:404;
  height:27px;
}
#mediaplayer_seekUpdate {
  background: url(../images/mediafront_blue20.png);
  position:absolute;
  z-index:405;
  height:27px;
}
#mediaplayer_seekHandle {
  background:url(../images/mediafront_buttoncontroler.png) no-repeat 0 0;
  position:absolute;
  z-index:409;
  width:8px;
  height:27px;
}

/*--------------------------- playing time ---------------------------*/
#mediafront_playtime, #mediafront_totaltime {
  color:#FFF;
  float:left;
  position:relative;
  font-size:12px;
}

/*--------------------------- play | pause ---------------------------*/
#mediaplayer_playPause {
  float:left;
  position:relative;
  height:20px;
  width:19px;
}
#mediaplayer_play, #mediaplayer_pause {
  position:absolute;
  z-index:404;
  height:20px;
  width:19px;
}
#mediaplayer_play {
  background:url(../images/mediafront_buttonplay.png) no-repeat 0 0;
}
#mediaplayer_play:hover {
  background:url(../images/mediafront_buttonplay.png) no-repeat 0 -20px;
}
#mediaplayer_pause {
  background:url(../images/mediafront_buttonpause.png) no-repeat 0 0;
}
#mediaplayer_pause:hover {
  background:url(../images/mediafront_buttonpause.png) no-repeat 0 -20px;
}

/*-------------------------info buttons---------------------------*/
#mediafront_information {
  float:left;
  position:relative;
  width:22px;
  height:23px;
  margin-top:7px;
}
#mediafront_menuButton {
  position:absolute;
  z-index:404;
  width:22px;
  height:23px;
  background:url(../images/mediafront_buttoninfo.png) no-repeat 0 0;
}
#mediafront_menuButton:hover {
  background:url(../images/mediafront_buttoninfo.png) no-repeat center -22px;
}

/*--------------------------- fullscreen button ---------------------------*/
#mediafront_resizeScreen {
  position:absolute;
  z-index:404;
  position:absolute;
  bottom:16px;
  right:0px;
  width:33px;
  height:24px;
}

#mediaplayer_minplayer.nomedia #mediafront_resizeScreen {
  bottom:23px;
  right:30px;
}

#mediaplayer_minplayer.fullscreen #mediafront_resizeScreen {
  position: fixed;
  right:0px;
  bottom:16px;
  z-index:1012;
}

#mediaplayer_minplayer.fullscreen.nomedia #mediafront_resizeScreen {
  position: fixed;
  right:0px;
  bottom:5px;
  z-index:1012;
}

#mediafront_resizeScreen span {
  display:none;
}

#mediafront_resize_to_fullScreen, #mediafront_resize_to_normalScreen {
  position:absolute;
  z-index:404;
  width:33px;
  height:24px;
}
#mediafront_resize_to_fullScreen {
  background: url(../images/mediafront_buttonresizescreen.png) no-repeat 0 0;
}
#mediafront_resize_to_fullScreen:hover {
  background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 -24px;
}
#mediafront_resize_to_normalScreen {
  background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 -24px;
}
#mediafront_resize_to_normalScreen:hover {
  background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 0;
}

/*--------------------------- volume ---------------------------*/
#mediafront_audio {
  float:left;
  position:relative;
  width:18px;
  height:21px;
  margin-top:7px;
}
#mediaplayer_audioButton {
  position:absolute;
  z-index:404;
  width:18px;
  height:21px;
  background: url(../images/mediafront_buttonsound.png) center 0 no-repeat;
}
#mediaplayer_audioButton:hover {
  background: url(../images/mediafront_buttonsound.png) center -21px no-repeat;
}
#mediaplayer_audioBar {
  background:url(../images/mediafront_audioslidebarbg.png) no-repeat 0 0;
  position:absolute;
  z-index:404;
  height:72px;
  width:39px;
  margin-top:-76px;
  margin-left:-10px;
}
#mediaplayer_audioBarInner {
  width:27px;
  height:60px;
  left:6px;
  bottom:0px;
  position:absolute;
  z-index:404;
}
#mediavolumeupdate {
  background: url(../images/mediafront_black40.png);
  position:absolute;
  font-size:0px;
  z-index:405;
  bottom:0px;
  width:26px;
}
#mediafront_audioControler {
  background:url(../images/mediafront_buttonaudioslidebar.png) no-repeat 0 0;
  width:27px;
  height:8px;
  position:absolute;
  z-index:406;
}

/*--------------------------- menu ---------------------------*/
#mediaplayer_menu {
  position:absolute;
  display:none;
  width:300px;
  height:150px;
  z-index:420;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -150px;
  text-align:center;
  vertical-align:center;
  background:url(../images/mediafront_infobox.png) repeat-x;
  -moz-box-shadow:0px 5px 15px #000;/*no-important moz*/
  -webkit-box-shadow:0px 5px 15px #000;/*no-important chrome*/
}
#mediaplayer_menu.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
}

#mediaplayer_menuHeader {
  text-align:left;
  padding:9px 8px 8px 11px;
  border-bottom:1px solid #000;
  height:20px;
}
#mediaplayer_menuHeader div {
  float:left;
  border:1px solid #dbdbdb;
  margin:0 1px;
}
#mediaplayer_menuHeader div a {
  color:#dbdbdb;
  text-decoration:none;
  padding:0px 12px;
}
#mediaplayer_menuHeader div a:hover, #mediaplayer_menuHeader div.active a {
  color:#000;
  background:#dbdbdb;
}
#mediaplayer_menuHeader div#mediaplayer_menuClose {
  background:url(../images/mediafront_close.png) no-repeat;
  height:19px;
  width:19px;
  float:right;
  border:0;
}
.mediaplayer_info {
  text-align:left;
  padding:6px 8px 8px 11px;
  color:#dbdbdb;
  border-top:1px solid #666;
}

/*---------------------------logo---------------------------*/
.medialogo {
  position:absolute;
  display:none;
  width:49px;
  height:15px;
  bottom:45px;
  left:5px;
  z-index:500;
}

#mediaplayer_minplayer.fullscreen .medialogo {
  position:fixed;
  z-index:1500;
  left:5px;
  bottom:45px;
}

/*----------------------- pagination -------------------------*/
#mediaplayer_prev {
  background:url(../images/arrow_back_hover.png);
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: table-cell;
  position:absolute;
  height:40px;
  bottom:55px;
  z-index:403;
  width:24px;
  cursor:pointer;
}

#mediaplayer_minplayer.nomedia #mediaplayer_prev {
  bottom:15px;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_prev {
  position:fixed;
  z-index:1400;
  left:0px;
  bottom:55px;
}

#mediaplayer_next {
  background:url(../images/arrow_forward_hover.png);
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: table-cell;
  position:absolute;
  height:40px;
  bottom:55px;
  z-index:403;
  right:0px;
  width:24px;
  cursor:pointer;
}

#mediaplayer_minplayer.nomedia #mediaplayer_next {
  bottom:15px;
}

#mediaplayer_minplayer.fullscreen #mediaplayer_next {
  position:fixed;
  z-index:1400;
  right:0px;
  bottom:55px;
}

File

players/osmplayer/player/templates/shockplayer/css/shockplayer.css
View source
  1. #mediaplayer {
  2. position:relative;
  3. background:#000;
  4. border:1px solid #333;
  5. font-family:"Trebuchet MS", Helvetica, sans-serif;
  6. -moz-box-shadow:0px 10px 20px #666;/*no-important moz*/
  7. -webkit-box-shadow:0px 10px 20px #666;/*no-important chrome*/
  8. }
  9. #mediaplayer img {
  10. border:0;
  11. }
  12. #mediaplayer_display {
  13. background-color:#000;
  14. width:100%;
  15. height:100%;
  16. z-index:400;
  17. position:absolute;
  18. }
  19. #mediaplayer_minplayer.fullscreen #mediaplayer_display, #mediaplayer_minplayer.fullscreen #mediaplayer_preview {
  20. position: fixed;
  21. left: 0;
  22. top: 0;
  23. right: 0;
  24. bottom: 0;
  25. overflow: hidden;
  26. z-index:1000;
  27. width: 100%;
  28. height: 100%;
  29. }
  30. #mediaplayer_minplayer.fullscreen #mediaplayer_preview {
  31. z-index:1001;
  32. }
  33. #mediaplayer_minplayer.nomedia #mediaplayer_display {
  34. display:none;
  35. }
  36. /*--------------------------- Media Fields ---------------------------*/
  37. .mediafield {
  38. margin:5px;
  39. color:#ddd;
  40. }
  41. /*--------------------------- Big play button and preview ---------------------------*/
  42. #mediaplayer_preview {
  43. background-color:#000;
  44. position:absolute;
  45. width:100%;
  46. height:100%;
  47. z-index:401;
  48. }
  49. #mediaplayer_bigPlay {
  50. background:url(../images/mediafront_black40.png);
  51. display: table-cell;
  52. vertical-align:middle;
  53. position:absolute;
  54. height:60px;
  55. left:0px;
  56. right:0px;
  57. padding-left:30px;
  58. padding-right:30px;
  59. bottom:45px;
  60. z-index:402;
  61. cursor:pointer;
  62. }
  63. #mediaplayer_minplayer.nomedia #mediaplayer_bigPlay {
  64. bottom:5px;
  65. }
  66. #mediaplayer_minplayer.fullscreen #mediaplayer_bigPlay {
  67. position:fixed;
  68. top:0;
  69. left:0;
  70. }
  71. #mediaplayer_bigPlay img {
  72. width:174px;
  73. height:174px;
  74. position: absolute;
  75. top: 50%;
  76. left: 50%;
  77. margin: -87px 0 0 -87px;
  78. text-align:center;
  79. vertical-align:center;
  80. }
  81. #mediaplayer_minplayer.fullscreen #mediaplayer_bigPlay img {
  82. position:fixed;
  83. }
  84. #mediaplayer_busy {
  85. position: absolute;
  86. width:100%;
  87. height:100%;
  88. z-index:403;
  89. }
  90. #mediaplayer_busy img {
  91. width:32px;
  92. height:32px;
  93. position: absolute;
  94. top: 50%;
  95. left: 50%;
  96. margin: -16px 0 0 -16px;
  97. text-align:center;
  98. vertical-align:center;
  99. }
  100. /*--------------------------- control bar ---------------------------*/
  101. #mediaplayer_control {
  102. z-index:403;
  103. position:absolute;
  104. bottom:10px;
  105. background:url(../images/mediafront_controlerbarBg.png) center repeat-x;
  106. height:36px;
  107. width:100%;
  108. }
  109. #mediaplayer_minplayer.nomedia #mediaplayer_control {
  110. display:none;
  111. }
  112. #mediaplayer_minplayer.fullscreen #mediaplayer_control {
  113. position: fixed;
  114. left:0;
  115. z-index:1010;
  116. }
  117. #mediaplayer_control span {
  118. display:none;
  119. }
  120. #mediaplayer_controlLeft {
  121. float:left;
  122. width:70px;
  123. height:36px;
  124. }
  125. #mediaplayer_controlRight {
  126. float:right;
  127. width:130px;
  128. height:36px;
  129. }
  130. .mediaplayer_controlspace {
  131. margin:9px 3px 0;
  132. }
  133. /*---------------------------progress bar---------------------------*/
  134. #mediaplayer_seekBar {
  135. background: url(../images/mediafront_black40.png);
  136. height:27px;
  137. margin:5px 130px 0 70px;
  138. }
  139. #mediaplayer_seekProgress {
  140. background: url(../images/mediafront_black40.png);
  141. position:absolute;
  142. z-index:404;
  143. height:27px;
  144. }
  145. #mediaplayer_seekUpdate {
  146. background: url(../images/mediafront_blue20.png);
  147. position:absolute;
  148. z-index:405;
  149. height:27px;
  150. }
  151. #mediaplayer_seekHandle {
  152. background:url(../images/mediafront_buttoncontroler.png) no-repeat 0 0;
  153. position:absolute;
  154. z-index:409;
  155. width:8px;
  156. height:27px;
  157. }
  158. /*--------------------------- playing time ---------------------------*/
  159. #mediafront_playtime, #mediafront_totaltime {
  160. color:#FFF;
  161. float:left;
  162. position:relative;
  163. font-size:12px;
  164. }
  165. /*--------------------------- play | pause ---------------------------*/
  166. #mediaplayer_playPause {
  167. float:left;
  168. position:relative;
  169. height:20px;
  170. width:19px;
  171. }
  172. #mediaplayer_play, #mediaplayer_pause {
  173. position:absolute;
  174. z-index:404;
  175. height:20px;
  176. width:19px;
  177. }
  178. #mediaplayer_play {
  179. background:url(../images/mediafront_buttonplay.png) no-repeat 0 0;
  180. }
  181. #mediaplayer_play:hover {
  182. background:url(../images/mediafront_buttonplay.png) no-repeat 0 -20px;
  183. }
  184. #mediaplayer_pause {
  185. background:url(../images/mediafront_buttonpause.png) no-repeat 0 0;
  186. }
  187. #mediaplayer_pause:hover {
  188. background:url(../images/mediafront_buttonpause.png) no-repeat 0 -20px;
  189. }
  190. /*-------------------------info buttons---------------------------*/
  191. #mediafront_information {
  192. float:left;
  193. position:relative;
  194. width:22px;
  195. height:23px;
  196. margin-top:7px;
  197. }
  198. #mediafront_menuButton {
  199. position:absolute;
  200. z-index:404;
  201. width:22px;
  202. height:23px;
  203. background:url(../images/mediafront_buttoninfo.png) no-repeat 0 0;
  204. }
  205. #mediafront_menuButton:hover {
  206. background:url(../images/mediafront_buttoninfo.png) no-repeat center -22px;
  207. }
  208. /*--------------------------- fullscreen button ---------------------------*/
  209. #mediafront_resizeScreen {
  210. position:absolute;
  211. z-index:404;
  212. position:absolute;
  213. bottom:16px;
  214. right:0px;
  215. width:33px;
  216. height:24px;
  217. }
  218. #mediaplayer_minplayer.nomedia #mediafront_resizeScreen {
  219. bottom:23px;
  220. right:30px;
  221. }
  222. #mediaplayer_minplayer.fullscreen #mediafront_resizeScreen {
  223. position: fixed;
  224. right:0px;
  225. bottom:16px;
  226. z-index:1012;
  227. }
  228. #mediaplayer_minplayer.fullscreen.nomedia #mediafront_resizeScreen {
  229. position: fixed;
  230. right:0px;
  231. bottom:5px;
  232. z-index:1012;
  233. }
  234. #mediafront_resizeScreen span {
  235. display:none;
  236. }
  237. #mediafront_resize_to_fullScreen, #mediafront_resize_to_normalScreen {
  238. position:absolute;
  239. z-index:404;
  240. width:33px;
  241. height:24px;
  242. }
  243. #mediafront_resize_to_fullScreen {
  244. background: url(../images/mediafront_buttonresizescreen.png) no-repeat 0 0;
  245. }
  246. #mediafront_resize_to_fullScreen:hover {
  247. background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 -24px;
  248. }
  249. #mediafront_resize_to_normalScreen {
  250. background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 -24px;
  251. }
  252. #mediafront_resize_to_normalScreen:hover {
  253. background:url(../images/mediafront_buttonresizescreen.png) no-repeat 0 0;
  254. }
  255. /*--------------------------- volume ---------------------------*/
  256. #mediafront_audio {
  257. float:left;
  258. position:relative;
  259. width:18px;
  260. height:21px;
  261. margin-top:7px;
  262. }
  263. #mediaplayer_audioButton {
  264. position:absolute;
  265. z-index:404;
  266. width:18px;
  267. height:21px;
  268. background: url(../images/mediafront_buttonsound.png) center 0 no-repeat;
  269. }
  270. #mediaplayer_audioButton:hover {
  271. background: url(../images/mediafront_buttonsound.png) center -21px no-repeat;
  272. }
  273. #mediaplayer_audioBar {
  274. background:url(../images/mediafront_audioslidebarbg.png) no-repeat 0 0;
  275. position:absolute;
  276. z-index:404;
  277. height:72px;
  278. width:39px;
  279. margin-top:-76px;
  280. margin-left:-10px;
  281. }
  282. #mediaplayer_audioBarInner {
  283. width:27px;
  284. height:60px;
  285. left:6px;
  286. bottom:0px;
  287. position:absolute;
  288. z-index:404;
  289. }
  290. #mediavolumeupdate {
  291. background: url(../images/mediafront_black40.png);
  292. position:absolute;
  293. font-size:0px;
  294. z-index:405;
  295. bottom:0px;
  296. width:26px;
  297. }
  298. #mediafront_audioControler {
  299. background:url(../images/mediafront_buttonaudioslidebar.png) no-repeat 0 0;
  300. width:27px;
  301. height:8px;
  302. position:absolute;
  303. z-index:406;
  304. }
  305. /*--------------------------- menu ---------------------------*/
  306. #mediaplayer_menu {
  307. position:absolute;
  308. display:none;
  309. width:300px;
  310. height:150px;
  311. z-index:420;
  312. top: 50%;
  313. left: 50%;
  314. margin: -75px 0 0 -150px;
  315. text-align:center;
  316. vertical-align:center;
  317. background:url(../images/mediafront_infobox.png) repeat-x;
  318. -moz-box-shadow:0px 5px 15px #000;/*no-important moz*/
  319. -webkit-box-shadow:0px 5px 15px #000;/*no-important chrome*/
  320. }
  321. #mediaplayer_menu.fullscreen {
  322. position: fixed;
  323. top: 50%;
  324. left: 50%;
  325. }
  326. #mediaplayer_menuHeader {
  327. text-align:left;
  328. padding:9px 8px 8px 11px;
  329. border-bottom:1px solid #000;
  330. height:20px;
  331. }
  332. #mediaplayer_menuHeader div {
  333. float:left;
  334. border:1px solid #dbdbdb;
  335. margin:0 1px;
  336. }
  337. #mediaplayer_menuHeader div a {
  338. color:#dbdbdb;
  339. text-decoration:none;
  340. padding:0px 12px;
  341. }
  342. #mediaplayer_menuHeader div a:hover, #mediaplayer_menuHeader div.active a {
  343. color:#000;
  344. background:#dbdbdb;
  345. }
  346. #mediaplayer_menuHeader div#mediaplayer_menuClose {
  347. background:url(../images/mediafront_close.png) no-repeat;
  348. height:19px;
  349. width:19px;
  350. float:right;
  351. border:0;
  352. }
  353. .mediaplayer_info {
  354. text-align:left;
  355. padding:6px 8px 8px 11px;
  356. color:#dbdbdb;
  357. border-top:1px solid #666;
  358. }
  359. /*---------------------------logo---------------------------*/
  360. .medialogo {
  361. position:absolute;
  362. display:none;
  363. width:49px;
  364. height:15px;
  365. bottom:45px;
  366. left:5px;
  367. z-index:500;
  368. }
  369. #mediaplayer_minplayer.fullscreen .medialogo {
  370. position:fixed;
  371. z-index:1500;
  372. left:5px;
  373. bottom:45px;
  374. }
  375. /*----------------------- pagination -------------------------*/
  376. #mediaplayer_prev {
  377. background:url(../images/arrow_back_hover.png);
  378. -moz-border-radius-topright: 6px;
  379. -webkit-border-top-right-radius: 6px;
  380. border-top-right-radius: 6px;
  381. -moz-border-radius-bottomright: 6px;
  382. -webkit-border-bottom-right-radius: 6px;
  383. border-bottom-right-radius: 6px;
  384. display: table-cell;
  385. position:absolute;
  386. height:40px;
  387. bottom:55px;
  388. z-index:403;
  389. width:24px;
  390. cursor:pointer;
  391. }
  392. #mediaplayer_minplayer.nomedia #mediaplayer_prev {
  393. bottom:15px;
  394. }
  395. #mediaplayer_minplayer.fullscreen #mediaplayer_prev {
  396. position:fixed;
  397. z-index:1400;
  398. left:0px;
  399. bottom:55px;
  400. }
  401. #mediaplayer_next {
  402. background:url(../images/arrow_forward_hover.png);
  403. -moz-border-radius-topleft: 6px;
  404. -webkit-border-top-left-radius: 6px;
  405. border-top-left-radius: 6px;
  406. -moz-border-radius-bottomleft: 6px;
  407. -webkit-border-bottom-left-radius: 6px;
  408. border-bottom-left-radius: 6px;
  409. display: table-cell;
  410. position:absolute;
  411. height:40px;
  412. bottom:55px;
  413. z-index:403;
  414. right:0px;
  415. width:24px;
  416. cursor:pointer;
  417. }
  418. #mediaplayer_minplayer.nomedia #mediaplayer_next {
  419. bottom:15px;
  420. }
  421. #mediaplayer_minplayer.fullscreen #mediaplayer_next {
  422. position:fixed;
  423. z-index:1400;
  424. right:0px;
  425. bottom:55px;
  426. }