You are here

osmplayer_simpleblack.css in MediaFront 7.2

#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;
}


/*--------------------------- Play Loader ---------------------------*/
#mediaplayer_play_loader {
  background:url(images/mask.png);
  display: table-cell;
  vertical-align:middle;
  position:absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}

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

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

#mediaplayer_bigPlay {
  width:174px;
  height:174px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -87px 0 0 -87px;
  text-align:center;
  vertical-align:center;
  z-index:402;
  background: url(images/mediafront_bigplay.png) no-repeat;
}

#mediaplayer_busy {
  width:32px;
  height:32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  text-align:center;
  vertical-align:center;
  z-index:403;
  background: url(images/busy.gif) no-repeat;
}

/*--------------------------- 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:100px;
  height:36px;
}

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

/*---------------------------progress bar---------------------------*/
#mediaplayer_seekBar {
  background: url(images/mediafront_black40.png);
  height:27px;
  margin:5px 104px 0 70px;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#mediaplayer_seekProgress {
  background: url(images/mediafront_black40.png);
  position:absolute;
  z-index:404;
  height:27px;
}
#mediaplayer_seekBar .ui-slider-range {
  background: url(images/mediafront_blue20.png);
  position:absolute;
  z-index:405;
  height:27px;
}
#mediaplayer_seekBar .ui-slider-handle {
  background:url(images/mediafront_buttoncontroler.png) no-repeat 0 0;
  position:absolute;
  z-index:409;
  width:8px;
  height:27px;
  top:-0.1em;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/*--------------------------- 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:6px;
  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;
  border:none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

#mediaplayer_audioBar .ui-slider-range {
  background: url(images/mediafront_black40.png);
  position:absolute;
  font-size:0px;
  z-index:405;
  bottom:0px;
  width:26px;
  left:5px;
}
#mediaplayer_audioBar .ui-slider-handle {
  background:url(images/mediafront_buttonaudioslidebar.png) no-repeat 0 0;
  width:27px;
  height:8px;
  position:absolute;
  z-index:406;
  left:5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/*--------------------------- 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;
  width:49px;
  height:15px;
  bottom:45px;
  left:5px;
  z-index:500;
}

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

File

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