jplayer.pink.flag.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. /*
  2. * Skin for jPlayer Plugin (jQuery JavaScript Library)
  3. * http://www.jplayer.org
  4. *
  5. * Skin Name: Pink Flag
  6. *
  7. * Copyright (c) 2012 Happyworm Ltd
  8. * Dual licensed under the MIT and GPL licenses.
  9. * - http://www.opensource.org/licenses/mit-license.php
  10. * - http://www.gnu.org/copyleft/gpl.html
  11. *
  12. * Author: Silvia Benvenuti
  13. * Skin Version: 1.2 (jPlayer 2.2.0)
  14. * Date: 22nd October 2012
  15. */
  16. div.jp-audio,
  17. div.jp-audio-stream,
  18. div.jp-video {
  19. /* Edit the font-size to counteract inherited font sizing.
  20. * Eg. 1.25em = 1 / 0.8em
  21. */
  22. font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
  23. font-family:Verdana, Arial, sans-serif;
  24. line-height:1.6;
  25. color: #fff;
  26. border-top:1px solid #554461;
  27. border-left:1px solid #554461;
  28. border-right:1px solid #180a1f;
  29. border-bottom:1px solid #180a1f;
  30. background-color:#3a2a45;
  31. }
  32. div.jp-audio {
  33. width:201px;
  34. padding:20px;
  35. }
  36. div.jp-audio-stream {
  37. width:101px;
  38. padding:20px 20px 10px 20px;
  39. }
  40. div.jp-video-270p {
  41. width:480px;
  42. }
  43. div.jp-video-360p {
  44. width:640px;
  45. }
  46. div.jp-video-full {
  47. /* Rules for IE6 (full-screen) */
  48. width:480px;
  49. height:270px;
  50. /* 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. */
  51. position:static !important; position:relative;
  52. }
  53. /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
  54. div.jp-video-full div div {
  55. z-index:1000;
  56. }
  57. div.jp-video-full div.jp-jplayer {
  58. top: 0;
  59. left: 0;
  60. position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
  61. overflow: hidden;
  62. }
  63. div.jp-video-full div.jp-gui {
  64. position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
  65. top: 0;
  66. left: 0;
  67. width:100%;
  68. height:100%;
  69. z-index:1001; /* 1 layer above the others. */
  70. }
  71. div.jp-video-full div.jp-interface {
  72. position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
  73. bottom: 0;
  74. left: 0;
  75. }
  76. div.jp-interface {
  77. position: relative;
  78. width:100%;
  79. background-color:#3a2a45; /* Required for the full screen */
  80. }
  81. div.jp-audio .jp-interface {
  82. height: 80px;
  83. padding-top:30px;
  84. }
  85. div.jp-audio-stream .jp-interface {
  86. height: 50px;
  87. padding-top:30px;
  88. }
  89. /* @group CONTROLS */
  90. div.jp-controls-holder {
  91. clear: both;
  92. width:440px;
  93. margin:0 auto 10px auto;
  94. position: relative;
  95. overflow:hidden;
  96. }
  97. div.jp-interface ul.jp-controls {
  98. background: url("jplayer.pink.flag.jpg") 0 0 no-repeat;
  99. list-style-type:none;
  100. padding: 1px 0 2px 1px;
  101. overflow:hidden;
  102. width: 201px;
  103. height: 34px;
  104. }
  105. div.jp-audio ul.jp-controls,
  106. div.jp-audio-stream ul.jp-controls {
  107. margin:0 auto;
  108. }
  109. div.jp-audio-stream ul.jp-controls {
  110. width: 100px;
  111. }
  112. div.jp-video ul.jp-controls {
  113. margin:0 0 0 115px;
  114. float:left;
  115. display:inline; /* need this to fix IE6 double margin */
  116. }
  117. div.jp-interface ul.jp-controls li {
  118. display:inline;
  119. float: left;
  120. }
  121. div.jp-interface ul.jp-controls a {
  122. display:block;
  123. overflow:hidden;
  124. text-indent:-9999px;
  125. height: 34px;
  126. margin: 0 1px 2px 0;
  127. padding: 0;
  128. }
  129. /* @group single player controls */
  130. div.jp-type-single .jp-controls li a{
  131. width: 99px;
  132. }
  133. div.jp-type-single .jp-play {
  134. background: url("jplayer.pink.flag.jpg") 0px -40px no-repeat;
  135. }
  136. div.jp-type-single .jp-play:hover {
  137. background: url("jplayer.pink.flag.jpg") -100px -40px no-repeat;
  138. }
  139. div.jp-type-single .jp-pause {
  140. background: url("jplayer.pink.flag.jpg") 0px -120px no-repeat;
  141. }
  142. div.jp-type-single .jp-pause:hover {
  143. background: url("jplayer.pink.flag.jpg") -100px -120px no-repeat;
  144. }
  145. /* The right border is normally in the ul background image. */
  146. div.jp-audio-stream .jp-play,
  147. div.jp-audio-stream .jp-pause {
  148. border-right:1px solid #180920;
  149. }
  150. div.jp-type-single .jp-stop {
  151. background: url("jplayer.pink.flag.jpg") 0px -80px no-repeat;
  152. }
  153. div.jp-type-single .jp-stop:hover {
  154. background: url("jplayer.pink.flag.jpg") -100px -80px no-repeat;
  155. }
  156. /* @end */
  157. /* @group playlist player controls */
  158. div.jp-type-playlist .jp-controls li a{
  159. width: 49px;
  160. }
  161. div.jp-type-playlist .jp-play {
  162. background: url("jplayer.pink.flag.jpg") -24px -40px no-repeat;
  163. }
  164. div.jp-type-playlist .jp-play:hover {
  165. background: url("jplayer.pink.flag.jpg") -124px -40px no-repeat;
  166. }
  167. div.jp-type-playlist .jp-pause {
  168. background: url("jplayer.pink.flag.jpg") -24px -120px no-repeat;
  169. }
  170. div.jp-type-playlist .jp-pause:hover {
  171. background: url("jplayer.pink.flag.jpg") -124px -120px no-repeat;
  172. }
  173. div.jp-type-playlist .jp-stop {
  174. background: url("jplayer.pink.flag.jpg") -24px -80px no-repeat;
  175. }
  176. div.jp-type-playlist .jp-stop:hover {
  177. background: url("jplayer.pink.flag.jpg") -124px -80px no-repeat;
  178. }
  179. div.jp-type-playlist .jp-previous {
  180. background: url("jplayer.pink.flag.jpg") -24px -200px no-repeat;
  181. }
  182. div.jp-type-playlist .jp-previous:hover {
  183. background: url("jplayer.pink.flag.jpg") -124px -200px no-repeat;
  184. }
  185. div.jp-type-playlist .jp-next {
  186. background: url("jplayer.pink.flag.jpg") -24px -160px no-repeat;
  187. }
  188. div.jp-type-playlist .jp-next:hover {
  189. background: url("jplayer.pink.flag.jpg") -124px -160px no-repeat;
  190. }
  191. /* @end */
  192. /* @end */
  193. /* @group TOGGLES */
  194. ul.jp-toggles {
  195. list-style-type:none;
  196. padding:0;
  197. margin:0 auto;
  198. overflow:hidden;
  199. }
  200. div.jp-audio ul.jp-toggles {
  201. width:55px;
  202. }
  203. div.jp-audio .jp-type-single ul.jp-toggles {
  204. width:25px;
  205. }
  206. div.jp-video ul.jp-toggles {
  207. width:100px;
  208. margin-top: 10px;
  209. }
  210. ul.jp-toggles li{
  211. display:block;
  212. float:right;
  213. }
  214. ul.jp-toggles li a{
  215. display:block;
  216. width:25px;
  217. height:18px;
  218. text-indent:-9999px;
  219. line-height:100%; /* need this for IE6 */
  220. }
  221. .jp-full-screen {
  222. background: url("jplayer.pink.flag.jpg") 0 -420px no-repeat;
  223. margin-left: 20px;
  224. }
  225. .jp-full-screen:hover {
  226. background: url("jplayer.pink.flag.jpg") -30px -420px no-repeat;
  227. }
  228. .jp-restore-screen {
  229. background: url("jplayer.pink.flag.jpg") -60px -420px no-repeat;
  230. margin-left: 20px;
  231. }
  232. .jp-restore-screen:hover {
  233. background: url("jplayer.pink.flag.jpg") -90px -420px no-repeat;
  234. }
  235. .jp-repeat {
  236. background: url("jplayer.pink.flag.jpg") 0 -440px no-repeat;
  237. }
  238. .jp-repeat:hover {
  239. background: url("jplayer.pink.flag.jpg") -30px -440px no-repeat;
  240. }
  241. .jp-repeat-off {
  242. background: url("jplayer.pink.flag.jpg") -60px -440px no-repeat;
  243. }
  244. .jp-repeat-off:hover {
  245. background: url("jplayer.pink.flag.jpg") -90px -440px no-repeat;
  246. }
  247. .jp-shuffle {
  248. background: url("jplayer.pink.flag.jpg") 0 -460px no-repeat;
  249. margin-left: 5px;
  250. }
  251. .jp-shuffle:hover {
  252. background: url("jplayer.pink.flag.jpg") -30px -460px no-repeat;
  253. }
  254. .jp-shuffle-off {
  255. background: url("jplayer.pink.flag.jpg") -60px -460px no-repeat;
  256. margin-left: 5px;
  257. }
  258. .jp-shuffle-off:hover {
  259. background: url("jplayer.pink.flag.jpg") -90px -460px no-repeat;
  260. }
  261. /* @end */
  262. /* @group progress bar */
  263. /* The seeking class is added/removed inside jPlayer */
  264. div.jp-seeking-bg {
  265. background: url("jplayer.pink.flag.seeking.gif");
  266. }
  267. .jp-progress {
  268. background: url("jplayer.pink.flag.jpg") 0px -240px no-repeat;
  269. width: 197px;
  270. height: 13px;
  271. padding: 0 2px 2px 2px;
  272. margin-bottom: 4px;
  273. overflow:hidden;
  274. }
  275. div.jp-video .jp-progress {
  276. border-top:1px solid #180a1f;
  277. border-bottom: 1px solid #554560;
  278. width:100%;
  279. background-image: none;
  280. padding: 0;
  281. }
  282. .jp-seek-bar {
  283. background: url("jplayer.pink.flag.jpg") 0px -260px repeat-x;
  284. width:0px;
  285. height: 100%;
  286. overflow:hidden;
  287. cursor:pointer;
  288. }
  289. .jp-play-bar {
  290. background: url("jplayer.pink.flag.jpg") 0px -280px repeat-x;
  291. width:0px;
  292. height: 100%;
  293. overflow:hidden;
  294. }
  295. /* @end */
  296. /* @group volume controls */
  297. div.jp-interface ul.jp-controls a.jp-mute,
  298. div.jp-interface ul.jp-controls a.jp-unmute,
  299. div.jp-interface ul.jp-controls a.jp-volume-max {
  300. background: url("jplayer.pink.flag.jpg") 0px -330px no-repeat;
  301. position: absolute;
  302. width: 16px;
  303. height: 11px;
  304. }
  305. div.jp-audio ul.jp-controls a.jp-mute,
  306. div.jp-audio ul.jp-controls a.jp-unmute,
  307. div.jp-audio-stream ul.jp-controls a.jp-mute,
  308. div.jp-audio-stream ul.jp-controls a.jp-unmute {
  309. top:-6px;
  310. left: 0;
  311. }
  312. div.jp-audio ul.jp-controls a.jp-volume-max,
  313. div.jp-audio-stream ul.jp-controls a.jp-volume-max {
  314. top:-6px;
  315. right: 0;
  316. }
  317. div.jp-video ul.jp-controls a.jp-mute,
  318. div.jp-video ul.jp-controls a.jp-unmute {
  319. left: 0;
  320. top:14px;
  321. }
  322. div.jp-video ul.jp-controls a.jp-volume-max {
  323. left: 84px;
  324. top:14px;
  325. }
  326. div.jp-interface ul.jp-controls a.jp-mute:hover {
  327. background: url("jplayer.pink.flag.jpg") -25px -330px no-repeat;
  328. }
  329. div.jp-interface ul.jp-controls a.jp-unmute {
  330. background: url("jplayer.pink.flag.jpg") -60px -330px no-repeat;
  331. }
  332. div.jp-interface ul.jp-controls a.jp-unmute:hover {
  333. background: url("jplayer.pink.flag.jpg") -85px -330px no-repeat;
  334. }
  335. div.jp-interface ul.jp-controls a.jp-volume-max {
  336. background: url("jplayer.pink.flag.jpg") 0px -350px no-repeat;
  337. }
  338. div.jp-interface ul.jp-controls a.jp-volume-max:hover {
  339. background: url("jplayer.pink.flag.jpg") -25px -350px no-repeat;
  340. }
  341. .jp-volume-bar {
  342. background: url("jplayer.pink.flag.jpg") 0px -300px repeat-x;
  343. position: absolute;
  344. width: 197px;
  345. height: 4px;
  346. padding: 2px 2px 1px 2px;
  347. overflow: hidden;
  348. }
  349. .jp-volume-bar:hover {
  350. cursor: pointer;
  351. }
  352. div.jp-audio .jp-interface .jp-volume-bar,
  353. div.jp-audio-stream .jp-interface .jp-volume-bar {
  354. top:10px;
  355. left: 0;
  356. }
  357. div.jp-audio-stream .jp-interface .jp-volume-bar {
  358. width: 97px;
  359. border-right:1px solid #180920;
  360. padding-right:1px;
  361. }
  362. div.jp-video .jp-volume-bar {
  363. top: 0;
  364. left: 0;
  365. width:95px;
  366. border-right:1px solid #180920;
  367. padding-right:1px;
  368. margin-top: 30px;
  369. }
  370. .jp-volume-bar-value {
  371. background: url("jplayer.pink.flag.jpg") 0px -320px repeat-x;
  372. height: 4px;
  373. }
  374. /* @end */
  375. /* @group current time and duration */
  376. .jp-current-time, .jp-duration {
  377. width:70px;
  378. font-size:.5em;
  379. color: #8c7a99;
  380. }
  381. .jp-current-time {
  382. float: left;
  383. }
  384. .jp-duration {
  385. float: right;
  386. text-align:right;
  387. }
  388. .jp-video .jp-current-time {
  389. padding-left:20px;
  390. }
  391. .jp-video .jp-duration {
  392. padding-right:20px;
  393. }
  394. /* @end */
  395. /* @group playlist */
  396. .jp-title ul,
  397. .jp-playlist ul {
  398. list-style-type:none;
  399. font-size:.7em;
  400. margin: 0;
  401. padding: 0;
  402. }
  403. .jp-video .jp-title ul {
  404. margin: 0 20px 10px;
  405. }
  406. .jp-video .jp-playlist ul {
  407. margin: 0 20px;
  408. }
  409. .jp-title li,
  410. .jp-playlist li {
  411. position: relative;
  412. padding: 2px 0;
  413. border-top:1px solid #554461;
  414. border-bottom:1px solid #180a1f;
  415. overflow: hidden;
  416. }
  417. .jp-title li{
  418. border-bottom:none;
  419. border-top:none;
  420. padding:0;
  421. text-align:center;
  422. }
  423. /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
  424. div.jp-type-playlist div.jp-playlist li:first-child {
  425. border-top:none;
  426. padding-top:3px;
  427. }
  428. div.jp-type-playlist div.jp-playlist li:last-child {
  429. border-bottom:none;
  430. padding-bottom:3px;
  431. }
  432. div.jp-type-playlist div.jp-playlist a {
  433. color: #fff;
  434. text-decoration:none;
  435. }
  436. div.jp-type-playlist div.jp-playlist a:hover {
  437. color: #e892e9;
  438. }
  439. div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  440. background-color: #26102e;
  441. margin: 0 -20px;
  442. padding: 2px 20px;
  443. border-top: 1px solid #26102e;
  444. border-bottom: 1px solid #26102e;
  445. }
  446. div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
  447. color: #e892e9;
  448. }
  449. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  450. float:right;
  451. display:inline;
  452. text-align:right;
  453. margin-left:10px;
  454. font-weight:bold;
  455. color:#8C7A99;
  456. }
  457. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  458. color:#E892E9;
  459. }
  460. div.jp-type-playlist div.jp-playlist span.jp-free-media {
  461. float: right;
  462. display:inline;
  463. text-align:right;
  464. color:#8C7A99;
  465. }
  466. div.jp-type-playlist div.jp-playlist span.jp-free-media a{
  467. color:#8C7A99;
  468. }
  469. div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
  470. color:#E892E9;
  471. }
  472. span.jp-artist {
  473. font-size:.8em;
  474. color:#8C7A99;
  475. }
  476. /* @end */
  477. div.jp-video div.jp-video-play {
  478. width:100%;
  479. overflow:hidden; /* Important for nested negative margins to work in modern browsers */
  480. cursor:pointer;
  481. }
  482. div.jp-video-270p div.jp-video-play {
  483. margin-top:-270px;
  484. height:270px;
  485. }
  486. div.jp-video-360p div.jp-video-play {
  487. margin-top:-360px;
  488. height:360px;
  489. }
  490. div.jp-video-full div.jp-video-play {
  491. height:100%;
  492. }
  493. a.jp-video-play-icon {
  494. position:relative;
  495. display:block;
  496. width: 112px;
  497. height: 100px;
  498. margin-left:-56px;
  499. margin-top:-50px;
  500. left:50%;
  501. top:50%;
  502. background: url("jplayer.pink.flag.video.play.png") 0 0 no-repeat;
  503. text-indent:-9999px;
  504. }
  505. div.jp-video-play:hover a.jp-video-play-icon {
  506. background: url("jplayer.pink.flag.video.play.png") 0 -100px no-repeat;
  507. }
  508. div.jp-jplayer audio,
  509. div.jp-jplayer {
  510. width:0px;
  511. height:0px;
  512. }
  513. div.jp-jplayer {
  514. background-color: #000000;
  515. }
  516. /* @group NO SOLUTION error feedback */
  517. .jp-no-solution {
  518. padding:5px;
  519. font-size:.8em;
  520. background-color:#3a2a45;
  521. border-top:2px solid #554461;
  522. border-left:2px solid #554461;
  523. border-right:2px solid #180a1f;
  524. border-bottom:2px solid #180a1f;
  525. color:#FFF;
  526. display:none;
  527. }
  528. .jp-no-solution a {
  529. color:#FFF;
  530. }
  531. .jp-no-solution span {
  532. font-size:1em;
  533. display:block;
  534. text-align:center;
  535. font-weight:bold;
  536. }
  537. /* @end */