jplayer.blue.monday.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. /*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
  2. /*
  3. * Skin for jPlayer Plugin (jQuery JavaScript Library)
  4. * http://www.jplayer.org
  5. *
  6. * Skin Name: Blue Monday
  7. *
  8. * Copyright (c) 2010 - 2014 Happyworm Ltd
  9. * Licensed under the MIT license.
  10. * - http://www.opensource.org/licenses/mit-license.php
  11. *
  12. * Author: Silvia Benvenuti
  13. * Skin Version: 5.1 (jPlayer 2.8.0)
  14. * Date: 13th November 2014
  15. */
  16. .jp-audio *:focus,
  17. .jp-audio-stream *:focus,
  18. .jp-video *:focus {
  19. /* Disable the browser focus highlighting. */
  20. outline: none; }
  21. .jp-audio button::-moz-focus-inner,
  22. .jp-audio-stream button::-moz-focus-inner,
  23. .jp-video button::-moz-focus-inner {
  24. /* Disable the browser CSS3 focus highlighting. */
  25. border: 0; }
  26. .jp-audio,
  27. .jp-audio-stream,
  28. .jp-video {
  29. font-size: 16px;
  30. font-family: Verdana, Arial, sans-serif;
  31. line-height: 1.6;
  32. color: #666;
  33. border: 1px solid #009be3;
  34. background-color: #eee; }
  35. .jp-audio {
  36. width: 420px; }
  37. .jp-audio-stream {
  38. width: 182px; }
  39. .jp-video-270p {
  40. width: 480px; }
  41. .jp-video-360p {
  42. width: 640px; }
  43. .jp-video-full {
  44. /* Rules for IE6 (full-screen) */
  45. width: 480px;
  46. height: 270px;
  47. /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  48. position: static !important;
  49. position: relative; }
  50. /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
  51. .jp-video-full div div {
  52. z-index: 1000; }
  53. .jp-video-full .jp-jplayer {
  54. top: 0;
  55. left: 0;
  56. position: fixed !important;
  57. position: relative;
  58. /* Rules for IE6 (full-screen) */
  59. overflow: hidden; }
  60. .jp-video-full .jp-gui {
  61. position: fixed !important;
  62. position: static;
  63. /* Rules for IE6 (full-screen) */
  64. top: 0;
  65. left: 0;
  66. width: 100%;
  67. height: 100%;
  68. z-index: 1001;
  69. /* 1 layer above the others. */ }
  70. .jp-video-full .jp-interface {
  71. position: absolute !important;
  72. position: relative;
  73. /* Rules for IE6 (full-screen) */
  74. bottom: 0;
  75. left: 0; }
  76. .jp-interface {
  77. position: relative;
  78. background-color: #eee;
  79. width: 100%; }
  80. .jp-audio .jp-interface {
  81. height: 80px; }
  82. .jp-audio-stream .jp-interface {
  83. height: 80px; }
  84. .jp-video .jp-interface {
  85. border-top: 1px solid #009be3; }
  86. /* @group CONTROLS */
  87. .jp-controls-holder {
  88. clear: both;
  89. width: 440px;
  90. margin: 0 auto;
  91. position: relative;
  92. overflow: hidden;
  93. top: -8px;
  94. /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }
  95. .jp-interface .jp-controls {
  96. margin: 0;
  97. padding: 0;
  98. overflow: hidden; }
  99. .jp-audio .jp-controls {
  100. width: 380px;
  101. padding: 20px 20px 0 20px; }
  102. .jp-audio-stream .jp-controls {
  103. position: absolute;
  104. top: 20px;
  105. left: 20px;
  106. width: 142px; }
  107. .jp-video .jp-type-single .jp-controls {
  108. width: 78px;
  109. margin-left: 200px; }
  110. .jp-video .jp-type-playlist .jp-controls {
  111. width: 134px;
  112. margin-left: 172px; }
  113. .jp-video .jp-controls {
  114. float: left; }
  115. .jp-controls button {
  116. display: block;
  117. float: left;
  118. overflow: hidden;
  119. text-indent: -9999px;
  120. border: none;
  121. cursor: pointer; }
  122. .jp-play {
  123. width: 40px;
  124. height: 40px; }
  125. .jp-play {
  126. background: url("../image/jplayer.blue.monday.jpg") 0 0 no-repeat; }
  127. .jp-play:focus {
  128. background: url("../image/jplayer.blue.monday.jpg") -41px 0 no-repeat; }
  129. .jp-state-playing .jp-play {
  130. background: url("../image/jplayer.blue.monday.jpg") 0 -42px no-repeat; }
  131. .jp-state-playing .jp-play:focus {
  132. background: url("../image/jplayer.blue.monday.jpg") -41px -42px no-repeat; }
  133. .jp-stop, .jp-previous, .jp-next {
  134. width: 28px;
  135. height: 28px;
  136. margin-top: 6px; }
  137. .jp-stop {
  138. background: url("../image/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  139. margin-left: 10px; }
  140. .jp-stop:focus {
  141. background: url("../image/jplayer.blue.monday.jpg") -29px -83px no-repeat; }
  142. .jp-previous {
  143. background: url("../image/jplayer.blue.monday.jpg") 0 -112px no-repeat; }
  144. .jp-previous:focus {
  145. background: url("../image/jplayer.blue.monday.jpg") -29px -112px no-repeat; }
  146. .jp-next {
  147. background: url("../image/jplayer.blue.monday.jpg") 0 -141px no-repeat; }
  148. .jp-next:focus {
  149. background: url("../image/jplayer.blue.monday.jpg") -29px -141px no-repeat; }
  150. /* @end */
  151. /* @group progress bar */
  152. .jp-progress {
  153. overflow: hidden;
  154. background-color: #ddd; }
  155. .jp-audio .jp-progress {
  156. position: absolute;
  157. top: 32px;
  158. height: 15px; }
  159. .jp-audio .jp-type-single .jp-progress {
  160. left: 110px;
  161. width: 186px; }
  162. .jp-audio .jp-type-playlist .jp-progress {
  163. left: 166px;
  164. width: 130px; }
  165. .jp-video .jp-progress {
  166. top: 0px;
  167. left: 0px;
  168. width: 100%;
  169. height: 10px; }
  170. .jp-seek-bar {
  171. background: url("../image/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  172. width: 0px;
  173. height: 100%;
  174. cursor: pointer; }
  175. .jp-play-bar {
  176. background: url("../image/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  177. width: 0px;
  178. height: 100%; }
  179. /* The seeking class is added/removed inside jPlayer */
  180. .jp-seeking-bg {
  181. background: url("../image/jplayer.blue.monday.seeking.gif"); }
  182. /* @end */
  183. /* @group volume controls */
  184. .jp-state-no-volume .jp-volume-controls {
  185. display: none; }
  186. .jp-volume-controls {
  187. position: absolute;
  188. top: 32px;
  189. left: 308px;
  190. width: 200px; }
  191. .jp-audio-stream .jp-volume-controls {
  192. left: 70px; }
  193. .jp-video .jp-volume-controls {
  194. top: 12px;
  195. left: 50px; }
  196. .jp-volume-controls button {
  197. display: block;
  198. position: absolute;
  199. overflow: hidden;
  200. text-indent: -9999px;
  201. border: none;
  202. cursor: pointer; }
  203. .jp-mute,
  204. .jp-volume-max {
  205. width: 18px;
  206. height: 15px; }
  207. .jp-volume-max {
  208. left: 74px; }
  209. .jp-mute {
  210. background: url("../image/jplayer.blue.monday.jpg") 0 -170px no-repeat; }
  211. .jp-mute:focus {
  212. background: url("../image/jplayer.blue.monday.jpg") -19px -170px no-repeat; }
  213. .jp-state-muted .jp-mute {
  214. background: url("../image/jplayer.blue.monday.jpg") -60px -170px no-repeat; }
  215. .jp-state-muted .jp-mute:focus {
  216. background: url("../image/jplayer.blue.monday.jpg") -79px -170px no-repeat; }
  217. .jp-volume-max {
  218. background: url("../image/jplayer.blue.monday.jpg") 0 -186px no-repeat; }
  219. .jp-volume-max:focus {
  220. background: url("../image/jplayer.blue.monday.jpg") -19px -186px no-repeat; }
  221. .jp-volume-bar {
  222. position: absolute;
  223. overflow: hidden;
  224. background: url("../image/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  225. top: 5px;
  226. left: 22px;
  227. width: 46px;
  228. height: 5px;
  229. cursor: pointer; }
  230. .jp-volume-bar-value {
  231. background: url("../image/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  232. width: 0px;
  233. height: 5px; }
  234. /* @end */
  235. /* @group current time and duration */
  236. .jp-audio .jp-time-holder {
  237. position: absolute;
  238. top: 50px; }
  239. .jp-audio .jp-type-single .jp-time-holder {
  240. left: 110px;
  241. width: 186px; }
  242. .jp-audio .jp-type-playlist .jp-time-holder {
  243. left: 166px;
  244. width: 130px; }
  245. .jp-current-time,
  246. .jp-duration {
  247. width: 60px;
  248. font-size: .64em;
  249. font-style: oblique; }
  250. .jp-current-time {
  251. float: left;
  252. display: inline;
  253. cursor: default; }
  254. .jp-duration {
  255. float: right;
  256. display: inline;
  257. text-align: right;
  258. cursor: pointer; }
  259. .jp-video .jp-current-time {
  260. margin-left: 20px; }
  261. .jp-video .jp-duration {
  262. margin-right: 20px; }
  263. /* @end */
  264. /* @group playlist */
  265. .jp-details {
  266. font-weight: bold;
  267. text-align: center;
  268. cursor: default; }
  269. .jp-details,
  270. .jp-playlist {
  271. width: 100%;
  272. background-color: #ccc;
  273. border-top: 1px solid #009be3; }
  274. .jp-type-single .jp-details,
  275. .jp-type-playlist .jp-details {
  276. border-top: none; }
  277. .jp-details .jp-title {
  278. margin: 0;
  279. padding: 5px 20px;
  280. font-size: .72em;
  281. font-weight: bold; }
  282. .jp-playlist ul {
  283. list-style-type: none;
  284. margin: 0;
  285. padding: 0 20px;
  286. font-size: .72em; }
  287. .jp-playlist li {
  288. padding: 5px 0 4px 20px;
  289. border-bottom: 1px solid #eee; }
  290. .jp-playlist li div {
  291. display: inline; }
  292. /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
  293. div.jp-type-playlist div.jp-playlist li:last-child {
  294. padding: 5px 0 5px 20px;
  295. border-bottom: none; }
  296. div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  297. list-style-type: square;
  298. list-style-position: inside;
  299. padding-left: 7px; }
  300. div.jp-type-playlist div.jp-playlist a {
  301. color: #333;
  302. text-decoration: none; }
  303. div.jp-type-playlist div.jp-playlist a:hover {
  304. color: #0d88c1; }
  305. div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  306. color: #0d88c1; }
  307. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  308. float: right;
  309. display: inline;
  310. text-align: right;
  311. margin-right: 10px;
  312. font-weight: bold;
  313. color: #666; }
  314. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  315. color: #0d88c1; }
  316. div.jp-type-playlist div.jp-playlist span.jp-free-media {
  317. float: right;
  318. display: inline;
  319. text-align: right;
  320. margin-right: 10px; }
  321. div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  322. color: #666; }
  323. div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  324. color: #0d88c1; }
  325. span.jp-artist {
  326. font-size: .8em;
  327. color: #666; }
  328. /* @end */
  329. .jp-video-play {
  330. width: 100%;
  331. overflow: hidden;
  332. /* Important for nested negative margins to work in modern browsers */
  333. cursor: pointer;
  334. background-color: transparent;
  335. /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }
  336. .jp-video-270p .jp-video-play {
  337. margin-top: -270px;
  338. height: 270px; }
  339. .jp-video-360p .jp-video-play {
  340. margin-top: -360px;
  341. height: 360px; }
  342. .jp-video-full .jp-video-play {
  343. height: 100%; }
  344. .jp-video-play-icon {
  345. position: relative;
  346. display: block;
  347. width: 112px;
  348. height: 100px;
  349. margin-left: -56px;
  350. margin-top: -50px;
  351. left: 50%;
  352. top: 50%;
  353. background: url("../image/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  354. text-indent: -9999px;
  355. border: none;
  356. cursor: pointer; }
  357. .jp-video-play-icon:focus {
  358. background: url("../image/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }
  359. .jp-jplayer audio,
  360. .jp-jplayer {
  361. width: 0px;
  362. height: 0px; }
  363. .jp-jplayer {
  364. background-color: #000000; }
  365. /* @group TOGGLES */
  366. /* The audio toggles are nested inside jp-time-holder */
  367. .jp-toggles {
  368. padding: 0;
  369. margin: 0 auto;
  370. overflow: hidden; }
  371. .jp-audio .jp-type-single .jp-toggles {
  372. width: 25px; }
  373. .jp-audio .jp-type-playlist .jp-toggles {
  374. width: 55px;
  375. margin: 0;
  376. position: absolute;
  377. left: 325px;
  378. top: 50px; }
  379. .jp-video .jp-toggles {
  380. position: absolute;
  381. right: 16px;
  382. margin: 0;
  383. margin-top: 10px;
  384. width: 100px; }
  385. .jp-toggles button {
  386. display: block;
  387. float: left;
  388. width: 25px;
  389. height: 18px;
  390. text-indent: -9999px;
  391. line-height: 100%;
  392. /* need this for IE6 */
  393. border: none;
  394. cursor: pointer; }
  395. .jp-full-screen {
  396. background: url("../image/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  397. margin-left: 20px; }
  398. .jp-full-screen:focus {
  399. background: url("../image/jplayer.blue.monday.jpg") -30px -310px no-repeat; }
  400. .jp-state-full-screen .jp-full-screen {
  401. background: url("../image/jplayer.blue.monday.jpg") -60px -310px no-repeat; }
  402. .jp-state-full-screen .jp-full-screen:focus {
  403. background: url("../image/jplayer.blue.monday.jpg") -90px -310px no-repeat; }
  404. .jp-repeat {
  405. background: url("../image/jplayer.blue.monday.jpg") 0 -290px no-repeat; }
  406. .jp-repeat:focus {
  407. background: url("../image/jplayer.blue.monday.jpg") -30px -290px no-repeat; }
  408. .jp-state-looped .jp-repeat {
  409. background: url("../image/jplayer.blue.monday.jpg") -60px -290px no-repeat; }
  410. .jp-state-looped .jp-repeat:focus {
  411. background: url("../image/jplayer.blue.monday.jpg") -90px -290px no-repeat; }
  412. .jp-shuffle {
  413. background: url("../image/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  414. margin-left: 5px; }
  415. .jp-shuffle:focus {
  416. background: url("../image/jplayer.blue.monday.jpg") -30px -270px no-repeat; }
  417. .jp-state-shuffled .jp-shuffle {
  418. background: url("../image/jplayer.blue.monday.jpg") -60px -270px no-repeat; }
  419. .jp-state-shuffled .jp-shuffle:focus {
  420. background: url("../image/jplayer.blue.monday.jpg") -90px -270px no-repeat; }
  421. /* @end */
  422. /* @group NO SOLUTION error feedback */
  423. .jp-no-solution {
  424. padding: 5px;
  425. font-size: .8em;
  426. background-color: #eee;
  427. border: 2px solid #009be3;
  428. color: #000;
  429. display: none; }
  430. .jp-no-solution a {
  431. color: #000; }
  432. .jp-no-solution span {
  433. font-size: 1em;
  434. display: block;
  435. text-align: center;
  436. font-weight: bold; }
  437. /* @end */