PageRenderTime 36ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/ajax/libs/jplayer/2.9.2/skin/pink.flag/css/jplayer.pink.flag.css

https://gitlab.com/Mirros/cdnjs
CSS | 572 lines | 412 code | 116 blank | 44 comment | 0 complexity | aefc5b145e414364f86338487e8ab35d MD5 | raw file
  1. /*! Pink Flag 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: Pink Flag
  7. *
  8. * Copyright (c) 2012 - 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: 2.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: #fff;
  33. border-top: 1px solid #554461;
  34. border-left: 1px solid #554461;
  35. border-right: 1px solid #180a1f;
  36. border-bottom: 1px solid #180a1f;
  37. background-color: #3a2a45; }
  38. .jp-audio {
  39. width: 201px;
  40. padding: 20px; }
  41. .jp-audio-stream {
  42. width: 101px;
  43. padding: 20px 20px 10px 20px; }
  44. .jp-video-270p {
  45. width: 480px; }
  46. .jp-video-360p {
  47. width: 640px; }
  48. .jp-video-full {
  49. /* Rules for IE6 (full-screen) */
  50. width: 480px;
  51. height: 270px;
  52. /* 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. */
  53. position: static !important;
  54. position: relative; }
  55. /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
  56. .jp-video-full div div {
  57. z-index: 1000; }
  58. .jp-video-full .jp-jplayer {
  59. top: 0;
  60. left: 0;
  61. position: fixed !important;
  62. position: relative;
  63. /* Rules for IE6 (full-screen) */
  64. overflow: hidden; }
  65. .jp-video-full .jp-gui {
  66. position: fixed !important;
  67. position: static;
  68. /* Rules for IE6 (full-screen) */
  69. top: 0;
  70. left: 0;
  71. width: 100%;
  72. height: 100%;
  73. z-index: 1001;
  74. /* 1 layer above the others. */ }
  75. .jp-video-full .jp-interface {
  76. position: absolute !important;
  77. position: relative;
  78. /* Rules for IE6 (full-screen) */
  79. bottom: 0;
  80. left: 0; }
  81. .jp-interface {
  82. position: relative;
  83. width: 100%;
  84. background-color: #3a2a45;
  85. /* Required for the full screen */ }
  86. /* @group CONTROLS */
  87. .jp-video .jp-controls-holder {
  88. clear: both;
  89. width: 440px;
  90. margin: 0 auto 10px auto;
  91. position: relative;
  92. overflow: hidden; }
  93. .jp-audio .jp-controls-holder {
  94. height: 80px; }
  95. .jp-audio-stream .jp-controls-holder {
  96. height: 50px; }
  97. .jp-controls {
  98. background: url("../image/jplayer.pink.flag.jpg") 0 0 no-repeat;
  99. padding: 1px 0 2px 1px;
  100. overflow: hidden;
  101. width: 201px;
  102. height: 34px; }
  103. .jp-audio .jp-controls,
  104. .jp-audio-stream .jp-controls {
  105. margin: 0 auto; }
  106. .jp-audio-stream .jp-controls {
  107. width: 100px; }
  108. .jp-video .jp-controls {
  109. margin: 0 0 0 115px;
  110. float: left;
  111. display: inline;
  112. /* need this to fix IE6 double margin */ }
  113. .jp-controls button {
  114. display: block;
  115. float: left;
  116. overflow: hidden;
  117. text-indent: -9999px;
  118. height: 34px;
  119. margin: 0 1px 2px 0;
  120. padding: 0;
  121. border: none;
  122. cursor: pointer; }
  123. /* @group single player controls */
  124. .jp-type-single .jp-controls button {
  125. width: 99px; }
  126. .jp-type-single .jp-play {
  127. background: url("../image/jplayer.pink.flag.jpg") 0px -40px no-repeat; }
  128. .jp-type-single .jp-play:focus {
  129. background: url("../image/jplayer.pink.flag.jpg") -100px -40px no-repeat; }
  130. .jp-state-playing .jp-type-single .jp-play {
  131. background: url("../image/jplayer.pink.flag.jpg") 0px -120px no-repeat; }
  132. .jp-state-playing .jp-type-single .jp-play:focus {
  133. background: url("../image/jplayer.pink.flag.jpg") -100px -120px no-repeat; }
  134. /* The right border is normally in the ul background image. */
  135. .jp-audio-stream .jp-play,
  136. .jp-audio-stream .jp-pause {
  137. border-right: 1px solid #180920; }
  138. .jp-type-single .jp-stop {
  139. background: url("../image/jplayer.pink.flag.jpg") 0px -80px no-repeat; }
  140. .jp-type-single .jp-stop:focus {
  141. background: url("../image/jplayer.pink.flag.jpg") -100px -80px no-repeat; }
  142. /* @end */
  143. /* @group playlist player controls */
  144. .jp-type-playlist .jp-controls button {
  145. width: 49px; }
  146. .jp-type-playlist .jp-play {
  147. background: url("../image/jplayer.pink.flag.jpg") -24px -40px no-repeat; }
  148. .jp-type-playlist .jp-play:focus {
  149. background: url("../image/jplayer.pink.flag.jpg") -124px -40px no-repeat; }
  150. .jp-state-playing div.jp-type-playlist .jp-play {
  151. background: url("../image/jplayer.pink.flag.jpg") -24px -120px no-repeat; }
  152. .jp-state-playing div.jp-type-playlist .jp-play:focus {
  153. background: url("../image/jplayer.pink.flag.jpg") -124px -120px no-repeat; }
  154. .jp-type-playlist .jp-stop {
  155. background: url("../image/jplayer.pink.flag.jpg") -24px -80px no-repeat; }
  156. .jp-type-playlist .jp-stop:focus {
  157. background: url("../image/jplayer.pink.flag.jpg") -124px -80px no-repeat; }
  158. .jp-type-playlist .jp-previous {
  159. background: url("../image/jplayer.pink.flag.jpg") -24px -200px no-repeat; }
  160. .jp-type-playlist .jp-previous:focus {
  161. background: url("../image/jplayer.pink.flag.jpg") -124px -200px no-repeat; }
  162. .jp-type-playlist .jp-next {
  163. background: url("../image/jplayer.pink.flag.jpg") -24px -160px no-repeat; }
  164. .jp-type-playlist .jp-next:focus {
  165. background: url("../image/jplayer.pink.flag.jpg") -124px -160px no-repeat; }
  166. /* @end */
  167. /* @group TOGGLES */
  168. .jp-toggles {
  169. padding: 0;
  170. margin: 0 auto;
  171. overflow: hidden; }
  172. .jp-audio .jp-toggles {
  173. width: 55px; }
  174. .jp-audio .jp-type-single .jp-toggles {
  175. width: 25px; }
  176. .jp-video .jp-toggles {
  177. float: left;
  178. width: 105px;
  179. margin: 10px 0 0 15px; }
  180. .jp-toggles button {
  181. display: block;
  182. float: left;
  183. width: 25px;
  184. height: 18px;
  185. text-indent: -9999px;
  186. line-height: 100%;
  187. /* need this for IE6 */
  188. border: none;
  189. cursor: pointer; }
  190. .jp-full-screen {
  191. background: url("../image/jplayer.pink.flag.jpg") 0 -420px no-repeat;
  192. margin-left: 15px; }
  193. .jp-full-screen:focus {
  194. background: url("../image/jplayer.pink.flag.jpg") -30px -420px no-repeat; }
  195. .jp-state-full-screen .jp-full-screen {
  196. background: url("../image/jplayer.pink.flag.jpg") -60px -420px no-repeat; }
  197. .jp-state-full-screen .jp-full-screen:focus {
  198. background: url("../image/jplayer.pink.flag.jpg") -90px -420px no-repeat; }
  199. .jp-repeat {
  200. background: url("../image/jplayer.pink.flag.jpg") 0 -440px no-repeat;
  201. margin-left: 0; }
  202. .jp-repeat:focus {
  203. background: url("../image/jplayer.pink.flag.jpg") -30px -440px no-repeat; }
  204. .jp-state-looped .jp-repeat {
  205. background: url("../image/jplayer.pink.flag.jpg") -60px -440px no-repeat; }
  206. .jp-state-looped .jp-repeat:focus {
  207. background: url("../image/jplayer.pink.flag.jpg") -90px -440px no-repeat; }
  208. .jp-shuffle {
  209. background: url("../image/jplayer.pink.flag.jpg") 0 -460px no-repeat;
  210. margin-left: 15px; }
  211. .jp-shuffle:focus {
  212. background: url("../image/jplayer.pink.flag.jpg") -30px -460px no-repeat; }
  213. .jp-state-shuffled .jp-shuffle {
  214. background: url("../image/jplayer.pink.flag.jpg") -60px -460px no-repeat; }
  215. .jp-state-shuffled .jp-shuffle:focus {
  216. background: url("../image/jplayer.pink.flag.jpg") -90px -460px no-repeat; }
  217. .jp-audio .jp-shuffle {
  218. margin-left: 5px; }
  219. /* @end */
  220. /* @group progress bar */
  221. /* The seeking class is added/removed inside jPlayer */
  222. div.jp-seeking-bg {
  223. background: url("../image/jplayer.pink.flag.seeking.gif"); }
  224. .jp-progress {
  225. background: url("../image/jplayer.pink.flag.jpg") 0px -240px no-repeat;
  226. width: 197px;
  227. height: 13px;
  228. padding: 0 2px 2px 2px;
  229. margin-bottom: 4px;
  230. overflow: hidden; }
  231. div.jp-video .jp-progress {
  232. border-top: 1px solid #180a1f;
  233. border-bottom: 1px solid #554560;
  234. width: 100%;
  235. background-image: none;
  236. padding: 0; }
  237. .jp-seek-bar {
  238. background: url("../image/jplayer.pink.flag.jpg") 0px -260px repeat-x;
  239. width: 0px;
  240. height: 100%;
  241. overflow: hidden;
  242. cursor: pointer; }
  243. .jp-play-bar {
  244. background: url("../image/jplayer.pink.flag.jpg") 0px -280px repeat-x;
  245. width: 0px;
  246. height: 100%;
  247. overflow: hidden; }
  248. /* @end */
  249. /* @group volume controls */
  250. .jp-state-no-volume .jp-volume-controls {
  251. display: none; }
  252. .jp-audio .jp-volume-controls,
  253. .jp-audio-stream .jp-volume-controls {
  254. height: 30px; }
  255. .jp-volume-controls button {
  256. position: absolute;
  257. display: block;
  258. overflow: hidden;
  259. text-indent: -9999px;
  260. margin: 0;
  261. padding: 0;
  262. width: 16px;
  263. height: 11px;
  264. border: none;
  265. cursor: pointer; }
  266. .jp-audio .jp-volume-controls .jp-mute,
  267. .jp-audio-stream .jp-volume-controls .jp-mute {
  268. top: -6px;
  269. left: 0; }
  270. .jp-audio .jp-volume-controls .jp-volume-max,
  271. .jp-audio-stream .jp-volume-controls .jp-volume-max {
  272. top: -6px;
  273. right: 0; }
  274. .jp-video .jp-volume-controls .jp-mute,
  275. .jp-video .jp-volume-controls .jp-unmute {
  276. left: 0;
  277. top: 14px; }
  278. .jp-video .jp-volume-controls .jp-volume-max {
  279. left: 84px;
  280. top: 14px; }
  281. .jp-volume-controls .jp-mute {
  282. background: url("../image/jplayer.pink.flag.jpg") 0px -330px no-repeat; }
  283. .jp-volume-controls .jp-mute:focus {
  284. background: url("../image/jplayer.pink.flag.jpg") -25px -330px no-repeat; }
  285. .jp-state-muted .jp-volume-controls .jp-mute {
  286. background: url("../image/jplayer.pink.flag.jpg") -60px -330px no-repeat; }
  287. .jp-state-muted .jp-volume-controls .jp-mute:focus {
  288. background: url("../image/jplayer.pink.flag.jpg") -85px -330px no-repeat; }
  289. .jp-volume-controls .jp-volume-max {
  290. background: url("../image/jplayer.pink.flag.jpg") 0px -350px no-repeat; }
  291. .jp-volume-controls .jp-volume-max:focus {
  292. background: url("../image/jplayer.pink.flag.jpg") -25px -350px no-repeat; }
  293. .jp-volume-bar {
  294. background: url("../image/jplayer.pink.flag.jpg") 0px -300px repeat-x;
  295. position: absolute;
  296. width: 197px;
  297. height: 4px;
  298. padding: 2px 2px 1px 2px;
  299. overflow: hidden;
  300. cursor: pointer; }
  301. .jp-audio .jp-interface .jp-volume-bar,
  302. .jp-audio-stream .jp-interface .jp-volume-bar {
  303. top: 10px;
  304. left: 0; }
  305. .jp-audio-stream .jp-interface .jp-volume-bar {
  306. width: 97px;
  307. border-right: 1px solid #180920;
  308. padding-right: 1px; }
  309. .jp-video .jp-volume-bar {
  310. top: 0;
  311. left: 0;
  312. width: 95px;
  313. border-right: 1px solid #180920;
  314. padding-right: 1px;
  315. margin-top: 30px; }
  316. .jp-volume-bar-value {
  317. background: url("../image/jplayer.pink.flag.jpg") 0px -320px repeat-x;
  318. height: 4px; }
  319. /* @end */
  320. /* @group current time and duration */
  321. .jp-current-time, .jp-duration {
  322. width: 70px;
  323. font-size: .5em;
  324. color: #8c7a99; }
  325. .jp-current-time {
  326. float: left;
  327. cursor: default; }
  328. .jp-duration {
  329. float: right;
  330. text-align: right;
  331. cursor: pointer; }
  332. .jp-video .jp-current-time {
  333. padding-left: 20px; }
  334. .jp-video .jp-duration {
  335. padding-right: 20px; }
  336. /* @end */
  337. /* @group playlist */
  338. .jp-details {
  339. font-size: .7em;
  340. margin: 0;
  341. padding: 0; }
  342. .jp-details .jp-title {
  343. padding: 0;
  344. margin: 0;
  345. overflow: hidden;
  346. text-align: center;
  347. cursor: default; }
  348. .jp-video .jp-details {
  349. margin: 0 90px 10px; }
  350. .jp-playlist ul {
  351. list-style-type: none;
  352. font-size: .7em;
  353. margin: 0;
  354. padding: 0; }
  355. .jp-video .jp-playlist ul {
  356. margin: 0 20px; }
  357. .jp-playlist li {
  358. position: relative;
  359. padding: 2px 0;
  360. border-top: 1px solid #554461;
  361. border-bottom: 1px solid #180a1f;
  362. overflow: hidden; }
  363. /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
  364. div.jp-type-playlist div.jp-playlist li:first-child {
  365. border-top: none;
  366. padding-top: 3px; }
  367. div.jp-type-playlist div.jp-playlist li:last-child {
  368. border-bottom: none;
  369. padding-bottom: 3px; }
  370. div.jp-type-playlist div.jp-playlist a {
  371. color: #fff;
  372. text-decoration: none; }
  373. div.jp-type-playlist div.jp-playlist a:hover {
  374. color: #e892e9; }
  375. div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  376. background-color: #26102e;
  377. margin: 0 -20px;
  378. padding: 2px 20px;
  379. border-top: 1px solid #26102e;
  380. border-bottom: 1px solid #26102e; }
  381. div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
  382. color: #e892e9; }
  383. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  384. float: right;
  385. display: inline;
  386. text-align: right;
  387. margin-left: 10px;
  388. font-weight: bold;
  389. color: #8C7A99; }
  390. div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  391. color: #E892E9; }
  392. div.jp-type-playlist div.jp-playlist span.jp-free-media {
  393. float: right;
  394. display: inline;
  395. text-align: right;
  396. color: #8C7A99; }
  397. div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  398. color: #8C7A99; }
  399. div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  400. color: #E892E9; }
  401. span.jp-artist {
  402. font-size: .8em;
  403. color: #8C7A99; }
  404. /* @end */
  405. .jp-video .jp-video-play {
  406. width: 100%;
  407. overflow: hidden;
  408. /* Important for nested negative margins to work in modern browsers */ }
  409. .jp-video-270p .jp-video-play {
  410. margin-top: -270px;
  411. height: 270px; }
  412. .jp-video-360p .jp-video-play {
  413. margin-top: -360px;
  414. height: 360px; }
  415. .jp-video-full .jp-video-play {
  416. height: 100%; }
  417. .jp-video-play-icon {
  418. position: relative;
  419. display: block;
  420. width: 112px;
  421. height: 100px;
  422. margin-left: -56px;
  423. margin-top: -50px;
  424. left: 50%;
  425. top: 50%;
  426. border: none;
  427. cursor: pointer;
  428. background: url("../image/jplayer.pink.flag.video.play.png") 0 0 no-repeat;
  429. text-indent: -9999px; }
  430. .jp-video-play-icon:focus {
  431. background: url("../image/jplayer.pink.flag.video.play.png") 0 -100px no-repeat; }
  432. .jp-jplayer audio,
  433. .jp-jplayer {
  434. width: 0px;
  435. height: 0px; }
  436. .jp-jplayer {
  437. background-color: #000000; }
  438. /* @group NO SOLUTION error feedback */
  439. .jp-no-solution {
  440. padding: 5px;
  441. font-size: .8em;
  442. background-color: #3a2a45;
  443. border-top: 2px solid #554461;
  444. border-left: 2px solid #554461;
  445. border-right: 2px solid #180a1f;
  446. border-bottom: 2px solid #180a1f;
  447. color: #FFF;
  448. display: none; }
  449. .jp-no-solution a {
  450. color: #FFF; }
  451. .jp-no-solution span {
  452. font-size: 1em;
  453. display: block;
  454. text-align: center;
  455. font-weight: bold; }
  456. /* @end */