custom_skin.teal.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. /*!
  2. LibreVideoJS. custom Styles
  3. Version 0.2
  4. */
  5. .librevjs-custom-skin {
  6. color: #ccc;
  7. background-color: inherit;
  8. }
  9. @font-face {
  10. font-family:"VideoJS";
  11. src: url("../../fonts/default/vjs.eot") format("embedded-opentype");
  12. src: local('?'),
  13. url("../../fonts/default/vjs.woff") format("woff"),
  14. url("../../fonts/default/vjs.ttf") format("truetype"),
  15. url("../../fonts/default/vjs.svg") format("svg");
  16. font-weight:400;
  17. font-style:normal
  18. }
  19. .librevjs-custom-skin .librevjs-slider {
  20. /* Replace browser focus highlight with handle highlight */
  21. outline: 0;
  22. position: relative;
  23. cursor: pointer;
  24. padding: 0;
  25. /* background-color-with-alpha */
  26. background-color: #000000;
  27. background-color: rgba(0, 0, 0, 0.5);
  28. }
  29. .librevjs-custom-skin .librevjs-slider:focus {
  30. -webkit-box-shadow: 0 0 2em #fff;
  31. -moz-box-shadow: 0 0 2em #fff;
  32. box-shadow: 0 0 2em #fff
  33. }
  34. /*Eliminación de botón de barra de progreso*/
  35. .librevjs-custom-skin .librevjs-slider-handle {
  36. width: 0;
  37. height: 0;
  38. }
  39. .librevjs-custom-skin .librevjs-slider-handle:before {
  40. width: 0;
  41. height: 0;
  42. }
  43. /* control bar
  44. * */
  45. .librevjs-custom-skin .librevjs-control-bar {
  46. /* Start hidden */
  47. display: none;
  48. position: absolute;
  49. /* Place control bar at the bottom of the player box/video.
  50. If you want more margin below the control bar, add more height. */
  51. bottom: 0;
  52. /* Use left/right to stretch to 100% width of player div */
  53. left: 0;
  54. right: 0;
  55. /* Height includes any margin you want above or below control items */
  56. height: 3.0em;
  57. /* background-color-with-alpha */
  58. background-color: #232323;
  59. background-color: rgba(35, 35, 35, 0.8);
  60. }
  61. .librevjs-custom-skin.librevjs-has-started .librevjs-control-bar {
  62. display: block;
  63. visibility: visible;
  64. opacity: 1;
  65. -webkit-transition: visibility .1s, opacity .1s;
  66. -moz-transition: visibility .1s, opacity .1s;
  67. -o-transition: visibility .1s, opacity .1s;
  68. transition: visibility .1s, opacity .1s
  69. }
  70. .librevjs-custom-skin.librevjs-has-started.librevjs-user-inactive.librevjs-playing .librevjs-control-bar {
  71. display: block;
  72. visibility: hidden;
  73. opacity: 0;
  74. -webkit-transition: visibility 1s, opacity 1s;
  75. -moz-transition: visibility 1s, opacity 1s;
  76. -o-transition: visibility 1s, opacity 1s;
  77. transition: visibility 1s, opacity 1s
  78. }
  79. .librevjs-custom-skin.librevjs-controls-disabled .librevjs-control-bar {
  80. display: none
  81. }
  82. .librevjs-custom-skin.librevjs-using-native-controls .librevjs-control-bar {
  83. display: none
  84. }
  85. @media \0screen {
  86. .librevjs-custom-skin.librevjs-user-inactive.librevjs-playing .librevjs-control-bar :before {
  87. content: ""
  88. }
  89. }
  90. .librevjs-custom-skin .librevjs-control {
  91. outline: 0;
  92. position: relative;
  93. float: left;
  94. text-align: center;
  95. margin: 0;
  96. padding: 0;
  97. height: 3em;
  98. width: 4em
  99. }
  100. .librevjs-custom-skin .librevjs-control:before {
  101. font-family: VideoJS;
  102. font-size: 1.5em;
  103. line-height: 2;
  104. position: absolute;
  105. top: 0;
  106. left: 0;
  107. width: 100%;
  108. height: 100%;
  109. text-align: center;
  110. text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
  111. }
  112. .librevjs-custom-skin .librevjs-control:focus:before, .librevjs-custom-skin .librevjs-control:hover:before {
  113. text-shadow: 0 0 1em #fff
  114. }
  115. .librevjs-custom-skin .librevjs-control:focus {}
  116. .librevjs-custom-skin .librevjs-control-text {
  117. border: 0;
  118. clip: rect(0 0 0 0);
  119. height: 1px;
  120. margin: -1px;
  121. overflow: hidden;
  122. padding: 0;
  123. position: absolute;
  124. width: 1px
  125. }
  126. .librevjs-custom-skin .librevjs-play-control {
  127. width: 5em;
  128. cursor: pointer
  129. }
  130. .librevjs-custom-skin .librevjs-play-control:before {
  131. content: "\e001"
  132. }
  133. .librevjs-custom-skin.librevjs-playing .librevjs-play-control:before {
  134. content: "\e002"
  135. }
  136. .librevjs-custom-skin .librevjs-mute-control, .librevjs-custom-skin .librevjs-volume-menu-button {
  137. cursor: pointer;
  138. float: right
  139. }
  140. .librevjs-custom-skin .librevjs-mute-control:before, .librevjs-custom-skin .librevjs-volume-menu-button:before {
  141. content: "\e006"
  142. }
  143. .librevjs-custom-skin .librevjs-mute-control.librevjs-vol-0:before, .librevjs-custom-skin .librevjs-volume-menu-button.librevjs-vol-0:before {
  144. content: "\e003"
  145. }
  146. .librevjs-custom-skin .librevjs-mute-control.librevjs-vol-1:before, .librevjs-custom-skin .librevjs-volume-menu-button.librevjs-vol-1:before {
  147. content: "\e004"
  148. }
  149. .librevjs-custom-skin .librevjs-mute-control.librevjs-vol-2:before, .librevjs-custom-skin .librevjs-volume-menu-button.librevjs-vol-2:before {
  150. content: "\e005"
  151. }
  152. .librevjs-custom-skin .librevjs-volume-control {
  153. width: 5em;
  154. float: right
  155. }
  156. .librevjs-custom-skin .librevjs-volume-bar {
  157. width: 5em;
  158. height: .6em;
  159. margin: 1.1em auto 0
  160. }
  161. .librevjs-custom-skin .librevjs-volume-menu-button .librevjs-menu-content {
  162. height: 2.9em
  163. }
  164. /*PERSONALIZACION DE NIVEL DE VOLUMEN*/
  165. .librevjs-custom-skin .librevjs-volume-level {
  166. position: absolute;
  167. top: 0;
  168. left: 0;
  169. height: 0.5em;
  170. /* assuming volume starts at 1.0 */
  171. width: 100%;
  172. background: #1de9b6 url() -50% 0 repeat;
  173. }
  174. /*END PERSONALIZACION DE NIVEL DE VOLUMEN*/
  175. .librevjs-custom-skin .librevjs-volume-bar .librevjs-volume-handle {
  176. width: .5em;
  177. height: .5em
  178. }
  179. .librevjs-custom-skin .librevjs-volume-handle:before {
  180. font-size: .9em;
  181. top: -.2em;
  182. left: -.2em;
  183. width: 1em;
  184. height: 1em
  185. }
  186. .librevjs-custom-skin .librevjs-volume-menu-button .librevjs-menu .librevjs-menu-content {
  187. width: 6em;
  188. left: -4em
  189. }
  190. .librevjs-custom-skin .librevjs-progress-control {
  191. position: absolute;
  192. left: 0;
  193. right: 0;
  194. width: auto;
  195. font-size: .3em;
  196. height: 1em;
  197. top: -1em;
  198. -webkit-transition: all .4s;
  199. -moz-transition: all .4s;
  200. -o-transition: all .4s;
  201. transition: all .4s
  202. }
  203. .librevjs-custom-skin:hover .librevjs-progress-control {
  204. font-size: .9em;
  205. -webkit-transition: all .2s;
  206. -moz-transition: all .2s;
  207. -o-transition: all .2s;
  208. transition: all .2s
  209. }
  210. .librevjs-custom-skin .librevjs-progress-holder {
  211. height: 100%
  212. }
  213. .librevjs-custom-skin .librevjs-progress-holder .librevjs-play-progress, .librevjs-custom-skin .librevjs-progress-holder .librevjs-load-progress {
  214. position: absolute;
  215. display: block;
  216. height: 100%;
  217. margin: 0;
  218. padding: 0;
  219. left: 0;
  220. top: 0
  221. }
  222. /* Personalización de barra de progreso a color azul */
  223. .librevjs-custom-skin .librevjs-play-progress {
  224. background: #1de9b6 url() -50% 0 repeat;
  225. }
  226. .librevjs-custom-skin .librevjs-load-progress {
  227. background: #646464;
  228. background: rgba(255, 255, 255, .4)
  229. }
  230. .librevjs-custom-skin .librevjs-seek-handle {
  231. width: 1.5em;
  232. height: 100%
  233. }
  234. .librevjs-custom-skin .librevjs-seek-handle:before {
  235. padding-top: .1em
  236. }
  237. .librevjs-custom-skin .librevjs-time-controls {
  238. font-size: 1em;
  239. line-height: 3em
  240. }
  241. .librevjs-custom-skin .librevjs-current-time {
  242. float: left
  243. }
  244. .librevjs-custom-skin .librevjs-duration {
  245. float: left
  246. }
  247. .librevjs-custom-skin .librevjs-remaining-time {
  248. display: none;
  249. float: left
  250. }
  251. .librevjs-time-divider {
  252. float: left;
  253. line-height: 3em
  254. }
  255. .librevjs-custom-skin .librevjs-fullscreen-control {
  256. width: 3.8em;
  257. cursor: pointer;
  258. float: right
  259. }
  260. .librevjs-custom-skin .librevjs-fullscreen-control:before {
  261. content: "\e000"
  262. }
  263. .librevjs-custom-skin.librevjs-fullscreen .librevjs-fullscreen-control:before {
  264. content: "\e00b"
  265. }
  266. /*Centrado del button Play y personalizado*/
  267. .librevjs-custom-skin .librevjs-big-play-button {
  268. /* Center it horizontally */
  269. left: 50%;
  270. margin-left: -1.4em;
  271. /* Center it vertically */
  272. top: 50%;
  273. margin-top: -1.3em;
  274. font-size: 2em;
  275. display: block;
  276. z-index: 2;
  277. position: absolute;
  278. width: 2.8em;
  279. height: 2.6em;
  280. text-align: center;
  281. vertical-align: middle;
  282. cursor: pointer;
  283. opacity: 1;
  284. /* Need a slightly gray bg so it can be seen on black backgrounds */
  285. /* background-color-with-alpha */
  286. background-color: #232323;
  287. background-color: rgba(35, 35, 35, 0.8);
  288. border: 0 solid;
  289. /* border-radius */
  290. -webkit-border-radius: 0.4em;
  291. -moz-border-radius: 0.4em;
  292. border-radius: 0.4em;
  293. /* transition */
  294. -webkit-transition: all 0.4s;
  295. -moz-transition: all 0.4s;
  296. -o-transition: all 0.4s;
  297. transition: all 0.4s;
  298. }
  299. /* Optionally center */
  300. .librevjs-custom-skin.librevjs-big-play-centered .librevjs-big-play-button {
  301. /* Center it horizontally */
  302. left: 50%;
  303. margin-left: -1.4em;
  304. /* Center it vertically */
  305. top: 50%;
  306. margin-top: -1.3em;
  307. }
  308. /* Hide if controls are disabled */
  309. .librevjs-custom-skin.librevjs-controls-disabled .librevjs-big-play-button {
  310. display: none;
  311. }
  312. /* Hide when video starts playing */
  313. .librevjs-custom-skin.librevjs-has-started .librevjs-big-play-button {
  314. display: none;
  315. }
  316. /* Hide on mobile devices. Remove when we stop using native controls
  317. by default on mobile */
  318. .librevjs-custom-skin.librevjs-using-native-controls .librevjs-big-play-button {
  319. display: none;
  320. }
  321. .librevjs-custom-skin:hover .librevjs-big-play-button, .librevjs-custom-skin .librevjs-big-play-button:focus {
  322. outline: 0;
  323. cursor: pointer;
  324. /* IE8 needs a non-glow hover state */
  325. background-color: #1de9b6;
  326. /*color del boton play al hacer focus*/
  327. color: #FFFFFF;
  328. }
  329. .librevjs-custom-skin .librevjs-big-play-button:before {
  330. content: "\e001";
  331. font-family: VideoJS;
  332. /* In order to center the play icon vertically we need to set the line height
  333. to the same as the button height */
  334. line-height: 2.6em;
  335. text-shadow: 0.05em 0.05em 0.1em #000;
  336. text-align: center/* Needed for IE8 */
  337. ;
  338. position: absolute;
  339. left: 0;
  340. width: 100%;
  341. height: 100%;
  342. }
  343. .librevjs-error .librevjs-big-play-button {
  344. display: none;
  345. }
  346. /*END PERSONALIZAR BIG PLAY BUTTON*/
  347. .librevjs-loading-spinner {
  348. display: none;
  349. position: absolute;
  350. top: 50%;
  351. left: 50%;
  352. font-size: 4em;
  353. line-height: 1;
  354. width: 1em;
  355. height: 1em;
  356. margin-left: -.5em;
  357. margin-top: -.5em;
  358. opacity: .75;
  359. -webkit-animation: spin 1.5s infinite linear;
  360. -moz-animation: spin 1.5s infinite linear;
  361. -o-animation: spin 1.5s infinite linear;
  362. animation: spin 1.5s infinite linear
  363. }
  364. .librevjs-custom-skin .librevjs-loading-spinner:before {
  365. content: "\e01e";
  366. font-family: VideoJS;
  367. position: absolute;
  368. top: 0;
  369. left: 0;
  370. width: 1em;
  371. height: 1em;
  372. text-align: center;
  373. text-shadow: 0 0 .1em #000
  374. }
  375. @-moz-keyframes spin {
  376. 0% {
  377. -moz-transform: rotate(0deg)
  378. }
  379. 100% {
  380. -moz-transform: rotate(359deg)
  381. }
  382. }
  383. @-webkit-keyframes spin {
  384. 0% {
  385. -webkit-transform: rotate(0deg)
  386. }
  387. 100% {
  388. -webkit-transform: rotate(359deg)
  389. }
  390. }
  391. @-o-keyframes spin {
  392. 0% {
  393. -o-transform: rotate(0deg)
  394. }
  395. 100% {
  396. -o-transform: rotate(359deg)
  397. }
  398. }
  399. @keyframes spin {
  400. 0% {
  401. transform: rotate(0deg)
  402. }
  403. 100% {
  404. transform: rotate(359deg)
  405. }
  406. }
  407. .librevjs-custom-skin .librevjs-menu-button {
  408. float: right;
  409. cursor: pointer
  410. }
  411. .librevjs-custom-skin .librevjs-menu {
  412. display: none;
  413. position: absolute;
  414. bottom: 0;
  415. left: 0;
  416. width: 0;
  417. height: 0;
  418. margin-bottom: 3em;
  419. border-left: 2em solid transparent;
  420. border-right: 2em solid transparent;
  421. border-top: 1.55em solid #000;
  422. border-top-color: rgba(7, 40, 50, .5)
  423. }
  424. .librevjs-custom-skin .librevjs-menu-button .librevjs-menu .librevjs-menu-content {
  425. display: block;
  426. padding: 0;
  427. margin: 0;
  428. position: absolute;
  429. width: 10em;
  430. bottom: 1.5em;
  431. max-height: 15em;
  432. overflow: auto;
  433. left: -5em;
  434. background-color: #07141e;
  435. background-color: rgba(7, 20, 30, .7);
  436. -webkit-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  437. -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  438. box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2)
  439. }
  440. .librevjs-custom-skin .librevjs-menu-button:hover .librevjs-menu {
  441. display: block
  442. }
  443. .librevjs-custom-skin .librevjs-menu-button ul li {
  444. list-style: none;
  445. margin: 0;
  446. padding: .3em 0;
  447. line-height: 1.4em;
  448. font-size: 1.2em;
  449. text-align: center;
  450. text-transform: lowercase
  451. }
  452. /*COLOR DE SELECCION DE SUBTIULOS*/
  453. .librevjs-custom-skin .librevjs-menu-button ul li.librevjs-selected {
  454. color: rgb(1, 56, 47);
  455. background-color: rgb(29, 233, 182);
  456. }
  457. .librevjs-custom-skin .librevjs-menu-button ul li:focus, .librevjs-custom-skin .librevjs-menu-button ul li:hover, .librevjs-custom-skin .librevjs-menu-button ul li.librevjs-selected:focus, .librevjs-custom-skin .librevjs-menu-button ul li.librevjs-selected:hover {
  458. outline: 0;
  459. color: #004d40;
  460. background-color: #1de9b6;
  461. }
  462. /*END COLOR SELECCION DE SUBTITULOS*/
  463. .librevjs-custom-skin .librevjs-menu-button ul li.librevjs-menu-title {
  464. text-align: center;
  465. text-transform: uppercase;
  466. font-size: 1em;
  467. line-height: 2em;
  468. padding: 0;
  469. margin: 0 0 .3em;
  470. font-weight: 700;
  471. cursor: default
  472. }
  473. .librevjs-custom-skin .librevjs-subtitles-button:before {
  474. content: "\e00c"
  475. }
  476. .librevjs-custom-skin .librevjs-captions-button:before {
  477. content: "\e008"
  478. }
  479. .librevjs-custom-skin .librevjs-captions-button:focus .librevjs-control-content:before, .librevjs-custom-skin .librevjs-captions-button:hover .librevjs-control-content:before {
  480. -webkit-box-shadow: 0 0 1em #fff;
  481. -moz-box-shadow: 0 0 1em #fff;
  482. box-shadow: 0 0 1em #fff
  483. }
  484. .cliplibre-js {
  485. background-color: #000;
  486. position: relative;
  487. padding: 0;
  488. font-size: 10px;
  489. vertical-align: middle;
  490. font-weight: 400;
  491. font-style: normal;
  492. font-family: Arial, sans-serif;
  493. -webkit-user-select: none;
  494. -moz-user-select: none;
  495. -ms-user-select: none;
  496. user-select: none
  497. }
  498. .cliplibre-js .librevjs-tech {
  499. position: absolute;
  500. top: 0;
  501. left: 0;
  502. width: 100%;
  503. height: 100%
  504. }
  505. .cliplibre-js:-moz-full-screen {
  506. position: absolute
  507. }
  508. body.librevjs-full-window {
  509. padding: 0;
  510. margin: 0;
  511. height: 100%;
  512. overflow-y: auto
  513. }
  514. .cliplibre-js.librevjs-fullscreen {
  515. position: fixed;
  516. overflow: hidden;
  517. z-index: 1000;
  518. left: 0;
  519. top: 0;
  520. bottom: 0;
  521. right: 0;
  522. width: 100%!important;
  523. height: 100%!important;
  524. position: absolute;
  525. }
  526. .cliplibre-js:-webkit-full-screen {
  527. width: 100%!important;
  528. height: 100%!important
  529. }
  530. .cliplibre-js.librevjs-fullscreen.librevjs-user-inactive {
  531. cursor: none
  532. }
  533. .librevjs-poster {
  534. background-repeat: no-repeat;
  535. background-position: 50% 50%;
  536. background-size: contain;
  537. cursor: pointer;
  538. height: 100%;
  539. margin: 0;
  540. padding: 0;
  541. position: relative;
  542. width: 100%
  543. }
  544. .librevjs-poster img {
  545. display: block;
  546. margin: 0 auto;
  547. max-height: 100%;
  548. padding: 0;
  549. width: 100%
  550. }
  551. .cliplibre-js.librevjs-using-native-controls .librevjs-poster {
  552. display: none
  553. }
  554. .cliplibre-js .librevjs-text-track-display {
  555. text-align: center;
  556. position: absolute;
  557. bottom: 4em;
  558. left: 1em;
  559. right: 1em
  560. }
  561. .cliplibre-js .librevjs-text-track {
  562. display: none;
  563. font-size: 1.5em;
  564. text-align: center;
  565. margin-bottom: .1em;
  566. background-color: #000;
  567. background-color: rgba(0, 0, 0, .6)
  568. }
  569. .cliplibre-js .librevjs-subtitles {
  570. color: #fff
  571. }
  572. .cliplibre-js .librevjs-captions {
  573. color: rgb(255, 237, 0);
  574. background-color: rgba(2, 7, 11, 0.7);
  575. }
  576. .librevjs-tt-cue {
  577. display: block
  578. }
  579. .librevjs-custom-skin .librevjs-hidden {
  580. display: none
  581. }
  582. .librevjs-lock-showing {
  583. display: block!important;
  584. opacity: 1;
  585. visibility: visible
  586. }
  587. /*Responsive*/
  588. .cliplibre-js-responsive-container.librevjs-hd {
  589. padding-top: 56.25%;
  590. }
  591. .cliplibre-js-responsive-container.librevjs-sd {
  592. padding-top: 75%;
  593. }
  594. .cliplibre-js-responsive-container {
  595. width: 100%;
  596. position: relative;
  597. }
  598. .cliplibre-js-responsive-container .cliplibre-js {
  599. height: 100% !important;
  600. width: 100% !important;
  601. position: absolute;
  602. top: 0;
  603. left: 0;
  604. }