home *** CD-ROM | disk | FTP | other *** search
/ Orthodox Religion Class (2nd Semester) / ReligieCls1Sem2.iso / css / jqPagination / mediaelementplayer.css < prev   
Encoding:
Cascading Style Sheet File  |  2015-01-20  |  21.2 KB  |  871 lines

  1. .mejs-container {
  2.     position: relative;
  3.     /*background: #000;*/
  4.     font-family: Helvetica, Arial;
  5.     text-align: left;
  6.     vertical-align: top;
  7.     text-indent: 0;
  8. }
  9.  
  10. .me-plugin {
  11.     position: absolute;
  12. }
  13.  
  14. .mejs-embed, .mejs-embed body {
  15.     width: 100%;
  16.     height: 100%;
  17.     margin: 0;
  18.     padding: 0;
  19.     background: #000;
  20.     overflow: hidden;
  21. }
  22.  
  23. .mejs-fullscreen {
  24.     /* set it to not show scroll bars so 100% will work */
  25.     overflow: hidden !important;
  26. }
  27.  
  28. .mejs-container-fullscreen {
  29.     position: fixed;
  30.     left: 0;
  31.     top: 0;
  32.     right: 0;
  33.     bottom: 0;
  34.     overflow: hidden;
  35.     z-index: 1000;
  36. }
  37. .mejs-container-fullscreen .mejs-mediaelement,
  38. .mejs-container-fullscreen video {
  39.     width: 100%;
  40.     height: 100%;
  41. }
  42.  
  43. .mejs-clear {
  44.     clear: both;
  45. }
  46.  
  47. /* Start: LAYERS */
  48. .mejs-background {
  49.     position: absolute;
  50.     top: 0;
  51.     left: 0;
  52. }
  53.  
  54. .mejs-mediaelement {
  55.     position: absolute;
  56.     top: 0;
  57.     left: 0;
  58.     width: 100%;
  59.     height: 100%;
  60. }
  61.  
  62. .mejs-poster {
  63.     position: absolute;
  64.     top: 0;
  65.     left: 0;
  66.     background-size: contain ;
  67.     background-position: 50% 50% ;
  68.     background-repeat: no-repeat ;
  69. }
  70. :root .mejs-poster img {
  71.     display: none ;
  72. }
  73.  
  74. .mejs-poster img {
  75.     border: 0;
  76.     padding: 0;
  77.     border: 0;
  78. }
  79.  
  80. .mejs-overlay {
  81.     position: absolute;
  82.     top: 0;
  83.     left: 0;
  84. }
  85.  
  86. .mejs-overlay-play {
  87.     cursor: pointer;
  88. }
  89.  
  90. .mejs-overlay-button {
  91.     position: absolute;
  92.     top: 50%;
  93.     left: 50%;
  94.     width: 100px;
  95.     height: 100px;
  96.     margin: -50px 0 0 -50px;
  97.     background: url(bigplay.svg) no-repeat;
  98. }
  99.  
  100. .no-svg .mejs-overlay-button { 
  101.     background-image: url(bigplay.png);
  102. }
  103.  
  104. .mejs-overlay:hover .mejs-overlay-button {
  105.     background-position: 0 -100px ;
  106. }
  107.  
  108. .mejs-overlay-loading {
  109.     position: absolute;
  110.     top: 50%;
  111.     left: 500px;
  112.     width: 80px;
  113.     height: 80px;
  114.     margin: -40px 0 0 -40px;
  115.     background: #333;
  116.     background: url(background.png);
  117.     background: rgba(0, 0, 0, 0.9);
  118.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
  119.     background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  120.     background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  121.     background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  122.     background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  123.     background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  124. }
  125.  
  126. .mejs-overlay-loading span {
  127.     display: block;
  128.     width: 80px;
  129.     height: 80px;
  130.     background: transparent url(loading.gif) 50% 50% no-repeat;
  131. }
  132.  
  133. /* End: LAYERS */
  134.  
  135. /* Start: CONTROL BAR */
  136. .mejs-container .mejs-controls {
  137.     position: absolute;
  138.     list-style-type: none;
  139.     margin: 0;
  140.     padding: 0;
  141.     bottom: 0;
  142.     left: 0;
  143. /*     background: url(background.png); */
  144. /*     background: rgba(0, 0, 0, 0.7); */
  145. /*     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7))); */
  146. /*     background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));  */
  147. /*     background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); */
  148. /*     background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));  */
  149. /*     background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));      */
  150. /*     background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));      */
  151.     height: 30px;
  152.     width: 100%;
  153. }
  154. .mejs-container .mejs-controls  div {
  155.     list-style-type: none;
  156.     background-image: none;
  157.     display: block;
  158.     float: left;
  159.     margin: 0;
  160.     padding: 0;
  161.     width: 26px;
  162.     height: 26px;
  163.     font-size: 11px;
  164.     line-height: 11px;
  165.     font-family: Helvetica, Arial;
  166.     border: 0;
  167. }
  168.  
  169. .mejs-controls .mejs-button button {
  170.     cursor: pointer;
  171.     display: block;
  172.     font-size: 0;
  173.     line-height: 0;
  174.     text-decoration: none;
  175.     margin: 7px 5px;
  176.     padding: 0;
  177.     position: absolute;
  178.     height: 16px;
  179.     width: 16px;
  180.     border: 0;
  181.     background: transparent url(controls.svg) no-repeat;
  182. }
  183.  
  184. .no-svg .mejs-controls .mejs-button button { 
  185.     background-image: url(controls.png);
  186. }
  187.  
  188. /* :focus for accessibility */
  189. .mejs-controls .mejs-button button:focus {
  190.     outline: dotted 1px #999;
  191. }
  192.  
  193. /* End: CONTROL BAR */
  194.  
  195. /* Start: Time (Current / Duration) */
  196. .mejs-container .mejs-controls .mejs-time {
  197.     color: blue;
  198.     display: block;
  199.     height: 17px;
  200.     width: auto;
  201.     padding: 8px 3px 0 3px ;
  202.     overflow: hidden;
  203.     text-align: center;
  204.     -moz-box-sizing: content-box;
  205.     -webkit-box-sizing: content-box;
  206.     box-sizing: content-box;
  207. }
  208.  
  209. .mejs-container .mejs-controls .mejs-time span {
  210.     color: blue;
  211.     font-size: 11px;
  212.     line-height: 12px;
  213.     display: block;
  214.     float: left;
  215.     margin: 1px 2px 0 0;
  216.     width: auto;
  217. }
  218. /* End: Time (Current / Duration) */
  219.  
  220. /* Start: Play/Pause/Stop */
  221. .mejs-controls .mejs-play button {
  222.     background-position: 0 0;
  223. }
  224.  
  225. .mejs-controls .mejs-pause button {
  226.     background-position: 0 -16px;
  227. }
  228.  
  229. .mejs-controls .mejs-stop button {
  230.     background-position: -112px 0;
  231. }
  232. /* Start: Play/Pause/Stop */
  233.  
  234. /* Start: Progress Bar */
  235. .mejs-controls div.mejs-time-rail {
  236.     direction: ltr;
  237.     width: 200px;
  238.     padding-top: 5px;
  239. }
  240.  
  241. .mejs-controls .mejs-time-rail span {
  242.     display: block;
  243.     position: absolute;
  244.     width: 180px;
  245.     height: 10px;
  246.     -webkit-border-radius: 2px;
  247.     -moz-border-radius: 2px;
  248.     border-radius: 2px;
  249.     cursor: pointer;
  250. }
  251.  
  252. .mejs-controls .mejs-time-rail .mejs-time-total {
  253.     margin: 5px;
  254.     background: #333;
  255.     background: rgba(50,50,50,0.8);
  256.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  257.     background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
  258.     background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  259.     background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  260.     background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  261.     background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  262. }
  263.  
  264. .mejs-controls .mejs-time-rail .mejs-time-buffering {
  265.     width: 100%;
  266.     background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  267.     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  268.     background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  269.     background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  270.     background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  271.     background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  272.     -webkit-background-size: 15px 15px;
  273.     -moz-background-size: 15px 15px;
  274.     -o-background-size: 15px 15px;
  275.     background-size: 15px 15px;
  276.     -webkit-animation: buffering-stripes 2s linear infinite;
  277.     -moz-animation: buffering-stripes 2s linear infinite;
  278.     -ms-animation: buffering-stripes 2s linear infinite;
  279.     -o-animation: buffering-stripes 2s linear infinite;
  280.     animation: buffering-stripes 2s linear infinite;
  281. }
  282.  
  283. @-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
  284. @-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
  285. @-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
  286. @-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
  287. @keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
  288.  
  289. .mejs-controls .mejs-time-rail .mejs-time-loaded {
  290.     background: #3caac8;
  291.     background: rgba(60,170,200,0.8);
  292.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
  293.     background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  294.     background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  295.     background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  296.     background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  297.     background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  298.     width: 0;
  299. }
  300.  
  301. .mejs-controls .mejs-time-rail .mejs-time-current {
  302.     background: #fff;
  303.     background: rgba(255,255,255,0.8);
  304.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
  305.     background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  306.     background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
  307.     background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  308.     background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  309.     background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  310.     width: 0;
  311. }
  312.  
  313. .mejs-controls .mejs-time-rail .mejs-time-handle {
  314.     display: none;
  315.     position: absolute;
  316.     margin: 0;
  317.     width: 10px;
  318.     background: #fff;
  319.     -webkit-border-radius: 5px;
  320.     -moz-border-radius: 5px;
  321.     border-radius: 5px;
  322.     cursor: pointer;
  323.     border: solid 2px #333;
  324.     top: -2px;
  325.     text-align: center;
  326. }
  327.  
  328. .mejs-controls .mejs-time-rail .mejs-time-float {
  329.     position: absolute;
  330.     display: none;
  331.     background: #eee;
  332.     width: 36px;
  333.     height: 17px;
  334.     border: solid 1px #333;
  335.     top: -26px;
  336.     margin-left: -18px;
  337.     text-align: center;
  338.     color: #111;
  339. }
  340.  
  341. .mejs-controls .mejs-time-rail .mejs-time-float-current {
  342.     margin: 2px;
  343.     width: 30px;
  344.     display: block;
  345.     text-align: center;
  346.     left: 0;
  347. }
  348.  
  349. .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  350.     position: absolute;
  351.     display: block;
  352.     width: 0;
  353.     height: 0;
  354.     line-height: 0;
  355.     border: solid 5px #eee;
  356.     border-color: #eee transparent transparent transparent;
  357.     -webkit-border-radius: 0;
  358.     -moz-border-radius: 0;
  359.     border-radius: 0;
  360.     top: 15px;
  361.     left: 13px;
  362. }
  363.  
  364. .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  365.     width: 48px;
  366. }
  367.  
  368. .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  369.     width: 44px;
  370. }
  371.  
  372. .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  373.     left: 18px;
  374. }
  375.  
  376. /*
  377. .mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  378.     visibility:visible;
  379. }
  380. */
  381. /* End: Progress Bar */
  382.  
  383. /* Start: Fullscreen */
  384. .mejs-controls .mejs-fullscreen-button button {
  385.     background-position: -32px 0;
  386. }
  387.  
  388. .mejs-controls .mejs-unfullscreen button {
  389.     background-position: -32px -16px;
  390. }
  391. /* End: Fullscreen */
  392.  
  393.  
  394. /* Start: Mute/Volume */
  395. .mejs-controls .mejs-volume-button {
  396. }
  397.  
  398. .mejs-controls .mejs-mute button {
  399.     background-position: -16px -16px;
  400. }
  401.  
  402. .mejs-controls .mejs-unmute button {
  403.     background-position: -16px 0;
  404. }
  405.  
  406. .mejs-controls .mejs-volume-button {
  407.     position: relative;
  408. }
  409.  
  410. .mejs-controls .mejs-volume-button .mejs-volume-slider {
  411. /*     display: none; */
  412.     height: 115px;
  413.     width: 25px;
  414.     background: url(background.png);
  415.     background: rgba(50, 50, 50, 0.7);
  416.     -webkit-border-radius: 0;
  417.     -moz-border-radius: 0;
  418.     border-radius: 0;
  419.     top: -115px;
  420.     left: 0;
  421.     z-index: 1;
  422.     position: absolute;
  423.     margin: 0;
  424. }
  425.  
  426. .mejs-controls .mejs-volume-button:hover {
  427.     -webkit-border-radius: 0 0 4px 4px;
  428.     -moz-border-radius: 0 0 4px 4px;
  429.     border-radius: 0 0 4px 4px;
  430. }
  431.  
  432. /*
  433. .mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  434.     display: block;
  435. }
  436. */
  437.  
  438. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  439.     position: absolute;
  440.     left: 11px;
  441.     top: 8px;
  442.     width: 2px;
  443.     height: 100px;
  444.     background: #ddd;
  445.     background: rgba(255, 255, 255, 0.5);
  446.     margin: 0;
  447. }
  448.  
  449. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  450.     position: absolute;
  451.     left: 11px;
  452.     top: 8px;
  453.     width: 2px;
  454.     height: 100px;
  455.     background: #ddd;
  456.     background: rgba(255, 255, 255, 0.9);
  457.     margin: 0;
  458. }
  459.  
  460. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  461.     position: absolute;
  462.     left: 4px;
  463.     top: -3px;
  464.     width: 16px;
  465.     height: 6px;
  466.     background: #ddd;
  467.     background: rgba(255, 255, 255, 0.9);
  468.     cursor: N-resize;
  469.     -webkit-border-radius: 1px;
  470.     -moz-border-radius: 1px;
  471.     border-radius: 1px;
  472.     margin: 0;
  473. }
  474.  
  475. /* horizontal version */
  476. .mejs-controls div.mejs-horizontal-volume-slider {
  477.     height: 26px;
  478.     width: 60px;
  479.     position: relative;
  480. }
  481.  
  482. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  483.     position: absolute;
  484.     left: 0;
  485.     top: 11px;
  486.     width: 50px;
  487.     height: 8px;
  488.     margin: 0;
  489.     padding: 0;
  490.     font-size: 1px;
  491.     -webkit-border-radius: 2px;
  492.     -moz-border-radius: 2px;
  493.     border-radius: 2px;    
  494.     background: #333;
  495.     background: rgba(50,50,50,0.8);
  496.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  497.     background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
  498.     background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  499.     background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  500.     background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  501.     background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  502. }
  503.  
  504. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  505.     position: absolute;
  506.     left: 0;
  507.     top: 11px;
  508.     width: 50px;
  509.     height: 8px;
  510.     margin: 0;
  511.     padding: 0;
  512.     font-size: 1px;
  513.     -webkit-border-radius: 2px;
  514.     -moz-border-radius: 2px;
  515.     border-radius: 2px;
  516.     background: #fff;
  517.     background: rgba(255,255,255,0.8);
  518.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
  519.     background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  520.     background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
  521.     background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  522.     background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  523.     background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  524. }
  525.  
  526. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  527.     display: none;
  528. }
  529.  
  530. /* End: Mute/Volume */
  531.  
  532. /* Start: Track (Captions and Chapters) */
  533. .mejs-controls .mejs-captions-button {
  534.     position: relative;
  535. }
  536.  
  537. .mejs-controls .mejs-captions-button button {
  538.     background-position: -48px 0;
  539. }
  540. .mejs-controls .mejs-captions-button .mejs-captions-selector {
  541.     visibility: hidden;
  542.     position: absolute;
  543.     bottom: 26px;
  544.     right: -10px;
  545.     width: 130px;
  546.     height: 100px;
  547.     background: url(background.png);
  548.     background: rgba(50,50,50,0.7);
  549.     border: solid 1px transparent;
  550.     padding: 10px;
  551.     overflow: hidden;
  552.     -webkit-border-radius: 0;
  553.     -moz-border-radius: 0;
  554.     border-radius: 0;
  555. }
  556.  
  557. /*
  558. .mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
  559.     visibility: visible;
  560. }
  561. */
  562.  
  563. .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  564.     margin: 0;
  565.     padding: 0;
  566.     display: block;
  567.     list-style-type: none !important;
  568.     overflow: hidden;
  569. }
  570.  
  571. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  572.     margin: 0 0 6px 0;
  573.     padding: 0;
  574.     list-style-type: none !important;
  575.     display: block;
  576.     color: #fff;
  577.     overflow: hidden;
  578. }
  579.  
  580. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  581.     clear: both;
  582.     float: left;
  583.     margin: 3px 3px 0 5px;
  584. }
  585.  
  586. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  587.     width: 100px;
  588.     float: left;
  589.     padding: 4px 0 0 0;
  590.     line-height: 15px;
  591.     font-family: helvetica, arial;
  592.     font-size: 10px;
  593. }
  594.  
  595. .mejs-controls .mejs-captions-button .mejs-captions-translations {
  596.     font-size: 10px;
  597.     margin: 0 0 5px 0;
  598. }
  599.  
  600. .mejs-chapters {
  601.     position: absolute;
  602.     top: 0;
  603.     left: 0;
  604.     -xborder-right: solid 1px #fff;
  605.     width: 10000px;
  606.     z-index: 1;
  607. }
  608.  
  609. .mejs-chapters .mejs-chapter {
  610.     position: absolute;
  611.     float: left;
  612.     background: #222;
  613.     background: rgba(0, 0, 0, 0.7);
  614.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
  615.     background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  616.     background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  617.     background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  618.     background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  619.     background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
  620.     filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);        
  621.     overflow: hidden;
  622.     border: 0;
  623. }
  624.  
  625. .mejs-chapters .mejs-chapter .mejs-chapter-block {
  626.     font-size: 11px;
  627.     color: #fff;
  628.     padding: 5px;
  629.     display: block;
  630.     border-right: solid 1px #333;
  631.     border-bottom: solid 1px #333;
  632.     cursor: pointer;
  633. }
  634.  
  635. .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  636.     border-right: none;
  637. }
  638.  
  639. .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  640.     background: #666;
  641.     background: rgba(102,102,102, 0.7);
  642.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
  643.     background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  644.     background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  645.     background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  646.     background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  647.     background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  648.     filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);        
  649. }
  650.  
  651. .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  652.     font-size: 12px;
  653.     font-weight: bold;
  654.     display: block;
  655.     white-space: nowrap;
  656.     text-overflow: ellipsis;
  657.     margin: 0 0 3px 0;
  658.     line-height: 12px;
  659. }
  660.  
  661. .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  662.     font-size: 12px;
  663.     line-height: 12px;
  664.     margin: 3px 0 4px 0;
  665.     display: block;
  666.     white-space: nowrap;
  667.     text-overflow: ellipsis;
  668. }
  669.  
  670. .mejs-captions-layer {
  671.     position: absolute;
  672.     bottom: 0;
  673.     left: 0;
  674.     text-align:center;
  675.     line-height: 22px;
  676.     font-size: 12px;
  677.     color: #fff;
  678. }
  679.  
  680. .mejs-captions-layer  a {
  681.     color: #fff;
  682.     text-decoration: underline;
  683. }
  684.  
  685. .mejs-captions-layer[lang=ar] {
  686.     font-size: 20px;
  687.     font-weight: normal;
  688. }
  689.  
  690. .mejs-captions-position {
  691.     position: absolute;
  692.     width: 100%;
  693.     bottom: 15px;
  694.     left: 0;
  695. }
  696.  
  697. .mejs-captions-position-hover {
  698.     bottom: 45px;
  699. }
  700.  
  701. .mejs-captions-text {
  702.     padding: 3px 5px;
  703.     background: url(background.png);
  704.     background: rgba(20, 20, 20, 0.8);
  705.  
  706. }
  707. /* End: Track (Captions and Chapters) */
  708.  
  709. /* Start: Error */
  710. .me-cannotplay {
  711. }
  712.  
  713. .me-cannotplay a {
  714.     color: #fff;
  715.     font-weight: bold;
  716. }
  717.  
  718. .me-cannotplay span {
  719.     padding: 15px;
  720.     display: block;
  721. }
  722. /* End: Error */
  723.  
  724.  
  725. /* Start: Loop */
  726. .mejs-controls .mejs-loop-off button {
  727.     background-position: -64px -16px;
  728. }
  729.  
  730. .mejs-controls .mejs-loop-on button {
  731.     background-position: -64px 0;
  732. }
  733.  
  734. /* End: Loop */
  735.  
  736. /* Start: backlight */
  737. .mejs-controls .mejs-backlight-off button {
  738.     background-position: -80px -16px;
  739. }
  740.  
  741. .mejs-controls .mejs-backlight-on button {
  742.     background-position: -80px 0;
  743. }
  744. /* End: backlight */
  745.  
  746. /* Start: Picture Controls */
  747. .mejs-controls .mejs-picturecontrols-button {
  748.     background-position: -96px 0;
  749. }
  750. /* End: Picture Controls */
  751.  
  752.  
  753. /* context menu */
  754. .mejs-contextmenu {
  755.     position: absolute;
  756.     width: 150px;
  757.     padding: 10px;
  758.     border-radius: 4px;
  759.     top: 0;
  760.     left: 0;
  761.     background: #fff;
  762.     border: solid 1px #999;
  763.     z-index: 1001; /* make sure it shows on fullscreen */
  764. }
  765. .mejs-contextmenu .mejs-contextmenu-separator {
  766.     height: 1px;
  767.     font-size: 0;
  768.     margin: 5px 6px;
  769.     background: #333;    
  770. }
  771.  
  772. .mejs-contextmenu .mejs-contextmenu-item {
  773.     font-family: Helvetica, Arial;
  774.     font-size: 12px;
  775.     padding: 4px 6px;
  776.     cursor: pointer;
  777.     color: #333;    
  778. }
  779. .mejs-contextmenu .mejs-contextmenu-item:hover {
  780.     background: #2C7C91;
  781.     color: #fff;
  782. }
  783.  
  784. /* Start: Source Chooser */
  785. .mejs-controls .mejs-sourcechooser-button {
  786.     position: relative;
  787. }
  788.  
  789. .mejs-controls .mejs-sourcechooser-button button {
  790.     background-position: -128px 0;
  791. }
  792.  
  793. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  794.     visibility: hidden;
  795.     position: absolute;
  796.     bottom: 26px;
  797.     right: -10px;
  798.     width: 130px;
  799.     height: 100px;
  800.     background: url(background.png);
  801.     background: rgba(50,50,50,0.7);
  802.     border: solid 1px transparent;
  803.     padding: 10px;
  804.     overflow: hidden;
  805.     -webkit-border-radius: 0;
  806.     -moz-border-radius: 0;
  807.     border-radius: 0;
  808. }
  809.  
  810. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  811.     margin: 0;
  812.     padding: 0;
  813.     display: block;
  814.     list-style-type: none !important;
  815.     overflow: hidden;
  816. }
  817.  
  818. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  819.     margin: 0 0 6px 0;
  820.     padding: 0;
  821.     list-style-type: none !important;
  822.     display: block;
  823.     color: #fff;
  824.     overflow: hidden;
  825. }
  826.  
  827. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  828.     clear: both;
  829.     float: left;
  830.     margin: 3px 3px 0 5px;
  831. }
  832.  
  833. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  834.     width: 100px;
  835.     float: left;
  836.     padding: 4px 0 0 0;
  837.     line-height: 15px;
  838.     font-family: helvetica, arial;
  839.     font-size: 10px;
  840. }
  841. /* End: Source Chooser */
  842.  
  843. /* Start: Postroll */
  844. .mejs-postroll-layer {
  845.     position: absolute;
  846.     bottom: 0;
  847.     left: 0;
  848.     width: 100%;
  849.     height: 100%;
  850.     background: url(background.png);
  851.     background: rgba(50,50,50,0.7);
  852.     z-index: 1000;
  853.     overflow: hidden;
  854. }
  855. .mejs-postroll-layer-content {
  856.     width: 100%;
  857.     height: 100%;
  858. }
  859. .mejs-postroll-close {
  860.     position: absolute;
  861.     right: 0;
  862.     top: 0;
  863.     background: url(background.png);
  864.     background: rgba(50,50,50,0.7);
  865.     color: #fff;
  866.     padding: 4px;
  867.     z-index: 100;
  868.     cursor: pointer;
  869. }
  870. /* End: Postroll */
  871.