j1-template 2024.3.22 → 2024.3.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/{galeries.html → gallery_app.html} +4 -4
- data/assets/theme/bla +0 -0
- data/assets/theme/j1/adapter/js/amplitude.js +144 -52
- data/assets/theme/j1/adapter/js/gallery.js +1 -1
- data/assets/theme/j1/adapter/js/themes.js +41 -69
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
- data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
- data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
- data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
- data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
- data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
- data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
- data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
- data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
- data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
- data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
- data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
- data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
- data/lib/starter_web/_data/modules/gallery.yml +83 -87
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/resources.yml +16 -12
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
- data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
- metadata +221 -106
- data/assets/data/swiper_app.2.html +0 -757
- data/assets/data/swiper_app.4.html +0 -769
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
- data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
- data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
- data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
- data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
- /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* @license
|
3
|
-
* Video.js 8.
|
3
|
+
* Video.js 8.23.3 <http://videojs.com/>
|
4
4
|
* Copyright Brightcove, Inc. <https://www.brightcove.com/>
|
5
5
|
* Available under Apache License Version 2.0
|
6
6
|
* <https://github.com/videojs/video.js/blob/main/LICENSE>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
* Includes vtt.js <https://github.com/mozilla/vtt.js>
|
9
9
|
* Available under Apache License Version 2.0
|
10
10
|
* <https://github.com/mozilla/vtt.js/blob/main/LICENSE>
|
11
|
-
*/
|
11
|
+
*/
|
12
12
|
|
13
13
|
@charset "UTF-8";
|
14
14
|
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
@@ -19,17 +19,42 @@
|
|
19
19
|
height: 100%;
|
20
20
|
}
|
21
21
|
|
22
|
-
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
23
|
-
text-align: center;
|
24
|
-
}
|
25
|
-
|
26
22
|
@font-face {
|
27
23
|
font-family: VideoJS;
|
28
|
-
src: url(data:application/font-woff;charset=utf-8;base64,
|
24
|
+
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
|
29
25
|
font-weight: normal;
|
30
26
|
font-style: normal;
|
31
27
|
}
|
32
28
|
|
29
|
+
.vjs-svg-icon {
|
30
|
+
display: inline-block;
|
31
|
+
background-repeat: no-repeat;
|
32
|
+
background-position: center;
|
33
|
+
fill: currentColor;
|
34
|
+
height: 1.8em;
|
35
|
+
width: 1.8em;
|
36
|
+
}
|
37
|
+
.vjs-svg-icon:before {
|
38
|
+
content: none !important;
|
39
|
+
}
|
40
|
+
|
41
|
+
.vjs-svg-icon:hover,
|
42
|
+
.vjs-control:focus .vjs-svg-icon {
|
43
|
+
filter: drop-shadow(0 0 0.25em #fff);
|
44
|
+
}
|
45
|
+
|
46
|
+
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
47
|
+
position: absolute;
|
48
|
+
top: 0;
|
49
|
+
left: 0;
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
}
|
53
|
+
|
54
|
+
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
55
|
+
text-align: center;
|
56
|
+
}
|
57
|
+
|
33
58
|
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
34
59
|
font-family: VideoJS;
|
35
60
|
font-weight: normal;
|
@@ -111,22 +136,13 @@
|
|
111
136
|
content: "\f109";
|
112
137
|
}
|
113
138
|
|
114
|
-
.vjs-icon-square {
|
115
|
-
font-family: VideoJS;
|
116
|
-
font-weight: normal;
|
117
|
-
font-style: normal;
|
118
|
-
}
|
119
|
-
.vjs-icon-square:before {
|
120
|
-
content: "\f10a";
|
121
|
-
}
|
122
|
-
|
123
139
|
.vjs-icon-spinner {
|
124
140
|
font-family: VideoJS;
|
125
141
|
font-weight: normal;
|
126
142
|
font-style: normal;
|
127
143
|
}
|
128
144
|
.vjs-icon-spinner:before {
|
129
|
-
content: "\
|
145
|
+
content: "\f10a";
|
130
146
|
}
|
131
147
|
|
132
148
|
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
|
@@ -143,7 +159,7 @@
|
|
143
159
|
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
144
160
|
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
145
161
|
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
|
146
|
-
content: "\
|
162
|
+
content: "\f10b";
|
147
163
|
}
|
148
164
|
|
149
165
|
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
|
@@ -154,6 +170,15 @@
|
|
154
170
|
}
|
155
171
|
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
156
172
|
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
|
173
|
+
content: "\f10c";
|
174
|
+
}
|
175
|
+
|
176
|
+
.vjs-icon-hd {
|
177
|
+
font-family: VideoJS;
|
178
|
+
font-weight: normal;
|
179
|
+
font-style: normal;
|
180
|
+
}
|
181
|
+
.vjs-icon-hd:before {
|
157
182
|
content: "\f10d";
|
158
183
|
}
|
159
184
|
|
@@ -166,148 +191,184 @@
|
|
166
191
|
content: "\f10e";
|
167
192
|
}
|
168
193
|
|
169
|
-
.vjs-icon-
|
194
|
+
.vjs-icon-downloading {
|
170
195
|
font-family: VideoJS;
|
171
196
|
font-weight: normal;
|
172
197
|
font-style: normal;
|
173
198
|
}
|
174
|
-
.vjs-icon-
|
199
|
+
.vjs-icon-downloading:before {
|
175
200
|
content: "\f10f";
|
176
201
|
}
|
177
202
|
|
178
|
-
.vjs-icon-
|
203
|
+
.vjs-icon-file-download {
|
179
204
|
font-family: VideoJS;
|
180
205
|
font-weight: normal;
|
181
206
|
font-style: normal;
|
182
207
|
}
|
183
|
-
.vjs-icon-
|
208
|
+
.vjs-icon-file-download:before {
|
184
209
|
content: "\f110";
|
185
210
|
}
|
186
211
|
|
187
|
-
.vjs-icon-
|
212
|
+
.vjs-icon-file-download-done {
|
188
213
|
font-family: VideoJS;
|
189
214
|
font-weight: normal;
|
190
215
|
font-style: normal;
|
191
216
|
}
|
192
|
-
.vjs-icon-
|
217
|
+
.vjs-icon-file-download-done:before {
|
193
218
|
content: "\f111";
|
194
219
|
}
|
195
220
|
|
196
|
-
.vjs-icon-
|
221
|
+
.vjs-icon-file-download-off {
|
197
222
|
font-family: VideoJS;
|
198
223
|
font-weight: normal;
|
199
224
|
font-style: normal;
|
200
225
|
}
|
201
|
-
.vjs-icon-
|
226
|
+
.vjs-icon-file-download-off:before {
|
202
227
|
content: "\f112";
|
203
228
|
}
|
204
229
|
|
205
|
-
.vjs-icon-
|
230
|
+
.vjs-icon-share {
|
206
231
|
font-family: VideoJS;
|
207
232
|
font-weight: normal;
|
208
233
|
font-style: normal;
|
209
234
|
}
|
210
|
-
.vjs-icon-
|
235
|
+
.vjs-icon-share:before {
|
211
236
|
content: "\f113";
|
212
237
|
}
|
213
238
|
|
214
|
-
.vjs-icon-
|
239
|
+
.vjs-icon-cog {
|
215
240
|
font-family: VideoJS;
|
216
241
|
font-weight: normal;
|
217
242
|
font-style: normal;
|
218
243
|
}
|
219
|
-
.vjs-icon-
|
244
|
+
.vjs-icon-cog:before {
|
220
245
|
content: "\f114";
|
221
246
|
}
|
222
247
|
|
223
|
-
.vjs-icon-
|
248
|
+
.vjs-icon-square {
|
224
249
|
font-family: VideoJS;
|
225
250
|
font-weight: normal;
|
226
251
|
font-style: normal;
|
227
252
|
}
|
228
|
-
.vjs-icon-
|
253
|
+
.vjs-icon-square:before {
|
229
254
|
content: "\f115";
|
230
255
|
}
|
231
256
|
|
232
|
-
.vjs-icon-
|
257
|
+
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
|
233
258
|
font-family: VideoJS;
|
234
259
|
font-weight: normal;
|
235
260
|
font-style: normal;
|
236
261
|
}
|
237
|
-
.vjs-icon-
|
262
|
+
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
|
238
263
|
content: "\f116";
|
239
264
|
}
|
240
265
|
|
241
|
-
.vjs-icon-
|
266
|
+
.vjs-icon-circle-outline {
|
242
267
|
font-family: VideoJS;
|
243
268
|
font-weight: normal;
|
244
269
|
font-style: normal;
|
245
270
|
}
|
246
|
-
.vjs-icon-
|
271
|
+
.vjs-icon-circle-outline:before {
|
247
272
|
content: "\f117";
|
248
273
|
}
|
249
274
|
|
250
|
-
.vjs-icon-
|
275
|
+
.vjs-icon-circle-inner-circle {
|
251
276
|
font-family: VideoJS;
|
252
277
|
font-weight: normal;
|
253
278
|
font-style: normal;
|
254
279
|
}
|
255
|
-
.vjs-icon-
|
280
|
+
.vjs-icon-circle-inner-circle:before {
|
256
281
|
content: "\f118";
|
257
282
|
}
|
258
283
|
|
259
|
-
.vjs-icon-
|
284
|
+
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
|
260
285
|
font-family: VideoJS;
|
261
286
|
font-weight: normal;
|
262
287
|
font-style: normal;
|
263
288
|
}
|
264
|
-
.vjs-icon-
|
289
|
+
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
|
265
290
|
content: "\f119";
|
266
291
|
}
|
267
292
|
|
268
|
-
.vjs-icon-
|
293
|
+
.vjs-icon-repeat {
|
269
294
|
font-family: VideoJS;
|
270
295
|
font-weight: normal;
|
271
296
|
font-style: normal;
|
272
297
|
}
|
273
|
-
.vjs-icon-
|
298
|
+
.vjs-icon-repeat:before {
|
274
299
|
content: "\f11a";
|
275
300
|
}
|
276
301
|
|
277
|
-
.vjs-icon-
|
302
|
+
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
|
278
303
|
font-family: VideoJS;
|
279
304
|
font-weight: normal;
|
280
305
|
font-style: normal;
|
281
306
|
}
|
282
|
-
.vjs-icon-
|
307
|
+
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
|
283
308
|
content: "\f11b";
|
284
309
|
}
|
285
310
|
|
286
|
-
.vjs-icon-
|
311
|
+
.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
|
287
312
|
font-family: VideoJS;
|
288
313
|
font-weight: normal;
|
289
314
|
font-style: normal;
|
290
315
|
}
|
291
|
-
.vjs-icon-
|
316
|
+
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
|
292
317
|
content: "\f11c";
|
293
318
|
}
|
294
319
|
|
295
|
-
.vjs-icon-
|
320
|
+
.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
|
296
321
|
font-family: VideoJS;
|
297
322
|
font-weight: normal;
|
298
323
|
font-style: normal;
|
299
324
|
}
|
300
|
-
.vjs-icon-
|
325
|
+
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
|
301
326
|
content: "\f11d";
|
302
327
|
}
|
303
328
|
|
329
|
+
.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
|
330
|
+
font-family: VideoJS;
|
331
|
+
font-weight: normal;
|
332
|
+
font-style: normal;
|
333
|
+
}
|
334
|
+
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
|
335
|
+
content: "\f11e";
|
336
|
+
}
|
337
|
+
|
338
|
+
.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
|
339
|
+
font-family: VideoJS;
|
340
|
+
font-weight: normal;
|
341
|
+
font-style: normal;
|
342
|
+
}
|
343
|
+
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
|
344
|
+
content: "\f11f";
|
345
|
+
}
|
346
|
+
|
347
|
+
.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
|
348
|
+
font-family: VideoJS;
|
349
|
+
font-weight: normal;
|
350
|
+
font-style: normal;
|
351
|
+
}
|
352
|
+
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
|
353
|
+
content: "\f120";
|
354
|
+
}
|
355
|
+
|
356
|
+
.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
|
357
|
+
font-family: VideoJS;
|
358
|
+
font-weight: normal;
|
359
|
+
font-style: normal;
|
360
|
+
}
|
361
|
+
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
|
362
|
+
content: "\f121";
|
363
|
+
}
|
364
|
+
|
304
365
|
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
|
305
366
|
font-family: VideoJS;
|
306
367
|
font-weight: normal;
|
307
368
|
font-style: normal;
|
308
369
|
}
|
309
370
|
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
|
310
|
-
content: "\
|
371
|
+
content: "\f122";
|
311
372
|
}
|
312
373
|
|
313
374
|
.vjs-icon-next-item {
|
@@ -316,7 +377,7 @@
|
|
316
377
|
font-style: normal;
|
317
378
|
}
|
318
379
|
.vjs-icon-next-item:before {
|
319
|
-
content: "\
|
380
|
+
content: "\f123";
|
320
381
|
}
|
321
382
|
|
322
383
|
.vjs-icon-previous-item {
|
@@ -325,7 +386,25 @@
|
|
325
386
|
font-style: normal;
|
326
387
|
}
|
327
388
|
.vjs-icon-previous-item:before {
|
328
|
-
content: "\
|
389
|
+
content: "\f124";
|
390
|
+
}
|
391
|
+
|
392
|
+
.vjs-icon-shuffle {
|
393
|
+
font-family: VideoJS;
|
394
|
+
font-weight: normal;
|
395
|
+
font-style: normal;
|
396
|
+
}
|
397
|
+
.vjs-icon-shuffle:before {
|
398
|
+
content: "\f125";
|
399
|
+
}
|
400
|
+
|
401
|
+
.vjs-icon-cast {
|
402
|
+
font-family: VideoJS;
|
403
|
+
font-weight: normal;
|
404
|
+
font-style: normal;
|
405
|
+
}
|
406
|
+
.vjs-icon-cast:before {
|
407
|
+
content: "\f126";
|
329
408
|
}
|
330
409
|
|
331
410
|
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
|
@@ -334,7 +413,7 @@
|
|
334
413
|
font-style: normal;
|
335
414
|
}
|
336
415
|
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
|
337
|
-
content: "\
|
416
|
+
content: "\f127";
|
338
417
|
}
|
339
418
|
|
340
419
|
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
|
@@ -343,11 +422,65 @@
|
|
343
422
|
font-style: normal;
|
344
423
|
}
|
345
424
|
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
|
346
|
-
content: "\
|
425
|
+
content: "\f128";
|
426
|
+
}
|
427
|
+
|
428
|
+
.vjs-icon-facebook {
|
429
|
+
font-family: VideoJS;
|
430
|
+
font-weight: normal;
|
431
|
+
font-style: normal;
|
432
|
+
}
|
433
|
+
.vjs-icon-facebook:before {
|
434
|
+
content: "\f129";
|
435
|
+
}
|
436
|
+
|
437
|
+
.vjs-icon-linkedin {
|
438
|
+
font-family: VideoJS;
|
439
|
+
font-weight: normal;
|
440
|
+
font-style: normal;
|
441
|
+
}
|
442
|
+
.vjs-icon-linkedin:before {
|
443
|
+
content: "\f12a";
|
444
|
+
}
|
445
|
+
|
446
|
+
.vjs-icon-twitter {
|
447
|
+
font-family: VideoJS;
|
448
|
+
font-weight: normal;
|
449
|
+
font-style: normal;
|
450
|
+
}
|
451
|
+
.vjs-icon-twitter:before {
|
452
|
+
content: "\f12b";
|
453
|
+
}
|
454
|
+
|
455
|
+
.vjs-icon-tumblr {
|
456
|
+
font-family: VideoJS;
|
457
|
+
font-weight: normal;
|
458
|
+
font-style: normal;
|
459
|
+
}
|
460
|
+
.vjs-icon-tumblr:before {
|
461
|
+
content: "\f12c";
|
462
|
+
}
|
463
|
+
|
464
|
+
.vjs-icon-pinterest {
|
465
|
+
font-family: VideoJS;
|
466
|
+
font-weight: normal;
|
467
|
+
font-style: normal;
|
468
|
+
}
|
469
|
+
.vjs-icon-pinterest:before {
|
470
|
+
content: "\f12d";
|
471
|
+
}
|
472
|
+
|
473
|
+
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
|
474
|
+
font-family: VideoJS;
|
475
|
+
font-weight: normal;
|
476
|
+
font-style: normal;
|
477
|
+
}
|
478
|
+
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
|
479
|
+
content: "\f12e";
|
347
480
|
}
|
348
481
|
|
349
482
|
.video-js {
|
350
|
-
display: block;
|
483
|
+
display: inline-block;
|
351
484
|
vertical-align: top;
|
352
485
|
box-sizing: border-box;
|
353
486
|
color: #fff;
|
@@ -392,21 +525,38 @@
|
|
392
525
|
|
393
526
|
.video-js.vjs-fluid,
|
394
527
|
.video-js.vjs-16-9,
|
395
|
-
.video-js.vjs-4-3
|
528
|
+
.video-js.vjs-4-3,
|
529
|
+
.video-js.vjs-9-16,
|
530
|
+
.video-js.vjs-1-1 {
|
396
531
|
width: 100%;
|
397
532
|
max-width: 100%;
|
533
|
+
}
|
534
|
+
|
535
|
+
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
|
536
|
+
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
|
537
|
+
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
|
538
|
+
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
|
539
|
+
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
|
398
540
|
height: 0;
|
399
541
|
}
|
400
542
|
|
401
|
-
.video-js.vjs-16-9 {
|
543
|
+
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
|
402
544
|
padding-top: 56.25%;
|
403
545
|
}
|
404
546
|
|
405
|
-
.video-js.vjs-4-3 {
|
547
|
+
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
|
406
548
|
padding-top: 75%;
|
407
549
|
}
|
408
550
|
|
409
|
-
.video-js.vjs-
|
551
|
+
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
|
552
|
+
padding-top: 177.7777777778%;
|
553
|
+
}
|
554
|
+
|
555
|
+
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
|
556
|
+
padding-top: 100%;
|
557
|
+
}
|
558
|
+
|
559
|
+
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
|
410
560
|
width: 100%;
|
411
561
|
height: 100%;
|
412
562
|
}
|
@@ -419,13 +569,19 @@
|
|
419
569
|
height: 100%;
|
420
570
|
}
|
421
571
|
|
422
|
-
|
572
|
+
.video-js.vjs-audio-only-mode .vjs-tech {
|
573
|
+
display: none;
|
574
|
+
}
|
575
|
+
|
576
|
+
body.vjs-full-window,
|
577
|
+
body.vjs-pip-window {
|
423
578
|
padding: 0;
|
424
579
|
margin: 0;
|
425
580
|
height: 100%;
|
426
581
|
}
|
427
582
|
|
428
|
-
.vjs-full-window .video-js.vjs-fullscreen
|
583
|
+
.vjs-full-window .video-js.vjs-fullscreen,
|
584
|
+
body.vjs-pip-window .video-js {
|
429
585
|
position: fixed;
|
430
586
|
overflow: hidden;
|
431
587
|
z-index: 1000;
|
@@ -435,16 +591,35 @@ body.vjs-full-window {
|
|
435
591
|
right: 0;
|
436
592
|
}
|
437
593
|
|
438
|
-
.video-js.vjs-fullscreen
|
594
|
+
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
|
595
|
+
body.vjs-pip-window .video-js {
|
439
596
|
width: 100% !important;
|
440
597
|
height: 100% !important;
|
441
598
|
padding-top: 0 !important;
|
599
|
+
display: block;
|
442
600
|
}
|
443
601
|
|
444
602
|
.video-js.vjs-fullscreen.vjs-user-inactive {
|
445
603
|
cursor: none;
|
446
604
|
}
|
447
605
|
|
606
|
+
.vjs-pip-container .vjs-pip-text {
|
607
|
+
position: absolute;
|
608
|
+
bottom: 10%;
|
609
|
+
font-size: 2em;
|
610
|
+
background-color: rgba(0, 0, 0, 0.7);
|
611
|
+
padding: 0.5em;
|
612
|
+
text-align: center;
|
613
|
+
width: 100%;
|
614
|
+
}
|
615
|
+
|
616
|
+
.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
|
617
|
+
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
|
618
|
+
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
|
619
|
+
bottom: 0;
|
620
|
+
font-size: 1.4em;
|
621
|
+
}
|
622
|
+
|
448
623
|
.vjs-hidden {
|
449
624
|
display: none !important;
|
450
625
|
}
|
@@ -464,8 +639,8 @@ body.vjs-full-window {
|
|
464
639
|
|
465
640
|
.vjs-lock-showing {
|
466
641
|
display: block !important;
|
467
|
-
opacity: 1;
|
468
|
-
visibility: visible;
|
642
|
+
opacity: 1 !important;
|
643
|
+
visibility: visible !important;
|
469
644
|
}
|
470
645
|
|
471
646
|
.vjs-no-js {
|
@@ -492,34 +667,34 @@ body.vjs-full-window {
|
|
492
667
|
width: 3em;
|
493
668
|
display: block;
|
494
669
|
position: absolute;
|
495
|
-
left: 50%;
|
496
670
|
top: 50%;
|
497
|
-
|
498
|
-
height: 48px;
|
499
|
-
margin-left: -34px;
|
500
|
-
margin-top: -24px;
|
671
|
+
left: 50%;
|
501
672
|
padding: 0;
|
673
|
+
margin-top: -0.81666em;
|
674
|
+
margin-left: -1.5em;
|
502
675
|
cursor: pointer;
|
503
676
|
opacity: 1;
|
504
|
-
|
505
|
-
/* border: 0.06666em solid #fff; */
|
506
|
-
/* background-color: rgba(43, 51, 63, 0.7); */
|
677
|
+
border: 0.06666em solid #fff;
|
507
678
|
background-color: #2B333F;
|
679
|
+
background-color: rgba(43, 51, 63, 0.7);
|
680
|
+
border-radius: 0.3em;
|
508
681
|
transition: all 0.4s;
|
509
682
|
}
|
510
|
-
|
511
|
-
|
683
|
+
.vjs-big-play-button .vjs-svg-icon {
|
684
|
+
width: 1em;
|
685
|
+
height: 1em;
|
686
|
+
position: absolute;
|
512
687
|
top: 50%;
|
513
688
|
left: 50%;
|
514
|
-
|
515
|
-
|
689
|
+
line-height: 1;
|
690
|
+
transform: translate(-50%, -50%);
|
516
691
|
}
|
517
692
|
|
518
693
|
.video-js:hover .vjs-big-play-button,
|
519
694
|
.video-js .vjs-big-play-button:focus {
|
520
|
-
|
521
|
-
|
522
|
-
background-color:
|
695
|
+
border-color: #fff;
|
696
|
+
background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
697
|
+
background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
|
523
698
|
transition: all 0s;
|
524
699
|
}
|
525
700
|
|
@@ -530,7 +705,7 @@ body.vjs-full-window {
|
|
530
705
|
display: none;
|
531
706
|
}
|
532
707
|
|
533
|
-
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
|
708
|
+
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
|
534
709
|
display: block;
|
535
710
|
}
|
536
711
|
|
@@ -546,7 +721,12 @@ body.vjs-full-window {
|
|
546
721
|
transition: none;
|
547
722
|
-webkit-appearance: none;
|
548
723
|
-moz-appearance: none;
|
549
|
-
|
724
|
+
appearance: none;
|
725
|
+
}
|
726
|
+
|
727
|
+
.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
|
728
|
+
outline: 0.0625em solid white;
|
729
|
+
box-shadow: none;
|
550
730
|
}
|
551
731
|
|
552
732
|
.vjs-control .vjs-button {
|
@@ -608,6 +788,8 @@ body.vjs-full-window {
|
|
608
788
|
}
|
609
789
|
|
610
790
|
.vjs-menu li {
|
791
|
+
display: flex;
|
792
|
+
justify-content: center;
|
611
793
|
list-style: none;
|
612
794
|
margin: 0;
|
613
795
|
padding: 0.2em 0;
|
@@ -620,8 +802,8 @@ body.vjs-full-window {
|
|
620
802
|
.vjs-menu li.vjs-menu-item:focus,
|
621
803
|
.vjs-menu li.vjs-menu-item:hover,
|
622
804
|
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
|
623
|
-
background-color:
|
624
|
-
background-color: rgba(
|
805
|
+
background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
806
|
+
background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
|
625
807
|
}
|
626
808
|
|
627
809
|
.vjs-menu li.vjs-selected,
|
@@ -631,6 +813,17 @@ body.vjs-full-window {
|
|
631
813
|
background-color: #fff;
|
632
814
|
color: #2B333F;
|
633
815
|
}
|
816
|
+
.vjs-menu li.vjs-selected .vjs-svg-icon,
|
817
|
+
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
|
818
|
+
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
|
819
|
+
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
|
820
|
+
fill: #000000;
|
821
|
+
}
|
822
|
+
|
823
|
+
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
|
824
|
+
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
|
825
|
+
background: none;
|
826
|
+
}
|
634
827
|
|
635
828
|
.vjs-menu li.vjs-menu-title {
|
636
829
|
text-align: center;
|
@@ -654,6 +847,11 @@ body.vjs-full-window {
|
|
654
847
|
border-top-color: rgba(43, 51, 63, 0.7);
|
655
848
|
}
|
656
849
|
|
850
|
+
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
|
851
|
+
left: unset;
|
852
|
+
right: 1em;
|
853
|
+
}
|
854
|
+
|
657
855
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
658
856
|
background-color: #2B333F;
|
659
857
|
background-color: rgba(43, 51, 63, 0.7);
|
@@ -698,8 +896,7 @@ body.vjs-full-window {
|
|
698
896
|
|
699
897
|
.video-js .vjs-menu-button-inline:hover,
|
700
898
|
.video-js .vjs-menu-button-inline:focus,
|
701
|
-
.video-js .vjs-menu-button-inline.vjs-slider-active
|
702
|
-
.video-js.vjs-no-flex .vjs-menu-button-inline {
|
899
|
+
.video-js .vjs-menu-button-inline.vjs-slider-active {
|
703
900
|
width: 12em;
|
704
901
|
}
|
705
902
|
|
@@ -722,19 +919,6 @@ body.vjs-full-window {
|
|
722
919
|
opacity: 1;
|
723
920
|
}
|
724
921
|
|
725
|
-
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
|
726
|
-
display: block;
|
727
|
-
opacity: 1;
|
728
|
-
position: relative;
|
729
|
-
width: auto;
|
730
|
-
}
|
731
|
-
|
732
|
-
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
|
733
|
-
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
|
734
|
-
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
|
735
|
-
width: auto;
|
736
|
-
}
|
737
|
-
|
738
922
|
.vjs-menu-button-inline .vjs-menu-content {
|
739
923
|
width: auto;
|
740
924
|
height: 100%;
|
@@ -746,7 +930,6 @@ body.vjs-full-window {
|
|
746
930
|
display: none;
|
747
931
|
width: 100%;
|
748
932
|
position: absolute;
|
749
|
-
top: 0;
|
750
933
|
bottom: 0;
|
751
934
|
left: 0;
|
752
935
|
right: 0;
|
@@ -755,7 +938,16 @@ body.vjs-full-window {
|
|
755
938
|
background-color: rgba(43, 51, 63, 0.7);
|
756
939
|
}
|
757
940
|
|
758
|
-
.vjs-
|
941
|
+
.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
|
942
|
+
gap: 1px;
|
943
|
+
}
|
944
|
+
|
945
|
+
.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
|
946
|
+
display: flex !important;
|
947
|
+
}
|
948
|
+
|
949
|
+
.vjs-has-started .vjs-control-bar,
|
950
|
+
.vjs-audio-only-mode .vjs-control-bar {
|
759
951
|
display: flex;
|
760
952
|
visibility: visible;
|
761
953
|
opacity: 1;
|
@@ -765,6 +957,7 @@ body.vjs-full-window {
|
|
765
957
|
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
766
958
|
visibility: visible;
|
767
959
|
opacity: 0;
|
960
|
+
pointer-events: none;
|
768
961
|
transition: visibility 1s, opacity 1s;
|
769
962
|
}
|
770
963
|
|
@@ -774,13 +967,11 @@ body.vjs-full-window {
|
|
774
967
|
display: none !important;
|
775
968
|
}
|
776
969
|
|
777
|
-
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar
|
970
|
+
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
|
971
|
+
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
778
972
|
opacity: 1;
|
779
973
|
visibility: visible;
|
780
|
-
|
781
|
-
|
782
|
-
.vjs-has-started.vjs-no-flex .vjs-control-bar {
|
783
|
-
display: table;
|
974
|
+
pointer-events: auto;
|
784
975
|
}
|
785
976
|
|
786
977
|
.video-js .vjs-control {
|
@@ -793,18 +984,32 @@ body.vjs-full-window {
|
|
793
984
|
flex: none;
|
794
985
|
}
|
795
986
|
|
987
|
+
.video-js .vjs-control.vjs-visible-text {
|
988
|
+
width: auto;
|
989
|
+
padding-left: 1em;
|
990
|
+
padding-right: 1em;
|
991
|
+
}
|
992
|
+
|
796
993
|
.vjs-button > .vjs-icon-placeholder:before {
|
797
994
|
font-size: 1.8em;
|
798
995
|
line-height: 1.67;
|
799
996
|
}
|
800
997
|
|
998
|
+
.vjs-button > .vjs-icon-placeholder {
|
999
|
+
display: block;
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
.vjs-button > .vjs-svg-icon {
|
1003
|
+
display: inline-block;
|
1004
|
+
}
|
1005
|
+
|
801
1006
|
.video-js .vjs-control:focus:before,
|
802
1007
|
.video-js .vjs-control:hover:before,
|
803
1008
|
.video-js .vjs-control:focus {
|
804
1009
|
text-shadow: 0em 0em 1em white;
|
805
1010
|
}
|
806
1011
|
|
807
|
-
.video-js .vjs-control-text {
|
1012
|
+
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
|
808
1013
|
border: 0;
|
809
1014
|
clip: rect(0 0 0 0);
|
810
1015
|
height: 1px;
|
@@ -814,11 +1019,6 @@ body.vjs-full-window {
|
|
814
1019
|
width: 1px;
|
815
1020
|
}
|
816
1021
|
|
817
|
-
.vjs-no-flex .vjs-control {
|
818
|
-
display: table-cell;
|
819
|
-
vertical-align: middle;
|
820
|
-
}
|
821
|
-
|
822
1022
|
.video-js .vjs-custom-control-spacer {
|
823
1023
|
display: none;
|
824
1024
|
}
|
@@ -845,10 +1045,6 @@ body.vjs-full-window {
|
|
845
1045
|
align-items: center;
|
846
1046
|
}
|
847
1047
|
|
848
|
-
.vjs-no-flex .vjs-progress-control {
|
849
|
-
width: auto;
|
850
|
-
}
|
851
|
-
|
852
1048
|
.video-js .vjs-progress-holder {
|
853
1049
|
flex: auto;
|
854
1050
|
transition: all 0.2s;
|
@@ -859,7 +1055,8 @@ body.vjs-full-window {
|
|
859
1055
|
margin: 0 10px;
|
860
1056
|
}
|
861
1057
|
|
862
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder
|
1058
|
+
.video-js .vjs-progress-control:hover .vjs-progress-holder,
|
1059
|
+
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder {
|
863
1060
|
font-size: 1.6666666667em;
|
864
1061
|
}
|
865
1062
|
|
@@ -885,16 +1082,31 @@ body.vjs-full-window {
|
|
885
1082
|
font-size: 0.9em;
|
886
1083
|
position: absolute;
|
887
1084
|
right: -0.5em;
|
888
|
-
|
1085
|
+
line-height: 0.35em;
|
1086
|
+
z-index: 1;
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
.vjs-svg-icons-enabled .vjs-play-progress:before {
|
1090
|
+
content: none !important;
|
1091
|
+
}
|
1092
|
+
|
1093
|
+
.vjs-play-progress .vjs-svg-icon {
|
1094
|
+
position: absolute;
|
1095
|
+
top: -0.35em;
|
1096
|
+
right: -0.4em;
|
1097
|
+
width: 0.9em;
|
1098
|
+
height: 0.9em;
|
1099
|
+
pointer-events: none;
|
1100
|
+
line-height: 0.15em;
|
889
1101
|
z-index: 1;
|
890
1102
|
}
|
891
1103
|
|
892
1104
|
.video-js .vjs-load-progress {
|
893
|
-
background: rgba(
|
1105
|
+
background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
|
894
1106
|
}
|
895
1107
|
|
896
1108
|
.video-js .vjs-load-progress div {
|
897
|
-
background: rgba(
|
1109
|
+
background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
|
898
1110
|
}
|
899
1111
|
|
900
1112
|
.video-js .vjs-time-tooltip {
|
@@ -918,7 +1130,8 @@ body.vjs-full-window {
|
|
918
1130
|
}
|
919
1131
|
|
920
1132
|
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
|
921
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip
|
1133
|
+
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
|
1134
|
+
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip {
|
922
1135
|
display: block;
|
923
1136
|
font-size: 0.6em;
|
924
1137
|
visibility: visible;
|
@@ -937,24 +1150,21 @@ body.vjs-full-window {
|
|
937
1150
|
z-index: 1;
|
938
1151
|
}
|
939
1152
|
|
940
|
-
.
|
941
|
-
|
1153
|
+
.video-js .vjs-progress-control:hover .vjs-mouse-display {
|
1154
|
+
display: block;
|
942
1155
|
}
|
943
1156
|
|
944
|
-
.video-js .vjs-progress-control
|
1157
|
+
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display {
|
945
1158
|
display: block;
|
946
1159
|
}
|
947
1160
|
|
948
|
-
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display
|
1161
|
+
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
|
1162
|
+
.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display {
|
949
1163
|
visibility: hidden;
|
950
1164
|
opacity: 0;
|
951
1165
|
transition: visibility 1s, opacity 1s;
|
952
1166
|
}
|
953
1167
|
|
954
|
-
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
|
955
|
-
display: none;
|
956
|
-
}
|
957
|
-
|
958
1168
|
.vjs-mouse-display .vjs-time-tooltip {
|
959
1169
|
color: #fff;
|
960
1170
|
background-color: #000;
|
@@ -968,17 +1178,13 @@ body.vjs-full-window {
|
|
968
1178
|
margin: 0 0.45em 0 0.45em;
|
969
1179
|
/* iOS Safari */
|
970
1180
|
-webkit-touch-callout: none;
|
971
|
-
/* Safari */
|
1181
|
+
/* Safari, and Chrome 53 */
|
972
1182
|
-webkit-user-select: none;
|
973
|
-
/* Konqueror HTML */
|
974
|
-
/* Firefox */
|
975
|
-
-moz-user-select: none;
|
976
|
-
/* Internet Explorer/Edge */
|
977
|
-
-ms-user-select: none;
|
978
1183
|
/* Non-prefixed version, currently supported by Chrome and Opera */
|
979
|
-
user-select: none;
|
980
|
-
|
981
|
-
background-color:
|
1184
|
+
-moz-user-select: none;
|
1185
|
+
user-select: none;
|
1186
|
+
background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
1187
|
+
background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
|
982
1188
|
}
|
983
1189
|
|
984
1190
|
.video-js .vjs-slider.disabled {
|
@@ -990,6 +1196,10 @@ body.vjs-full-window {
|
|
990
1196
|
box-shadow: 0 0 1em #fff;
|
991
1197
|
}
|
992
1198
|
|
1199
|
+
.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
|
1200
|
+
outline: 0.0625em solid white;
|
1201
|
+
}
|
1202
|
+
|
993
1203
|
.video-js .vjs-mute-control {
|
994
1204
|
cursor: pointer;
|
995
1205
|
flex: none;
|
@@ -1049,22 +1259,6 @@ body.vjs-full-window {
|
|
1049
1259
|
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
|
1050
1260
|
}
|
1051
1261
|
|
1052
|
-
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
|
1053
|
-
width: 5em;
|
1054
|
-
height: 3em;
|
1055
|
-
visibility: visible;
|
1056
|
-
opacity: 1;
|
1057
|
-
position: relative;
|
1058
|
-
transition: none;
|
1059
|
-
}
|
1060
|
-
|
1061
|
-
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
|
1062
|
-
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
|
1063
|
-
position: absolute;
|
1064
|
-
bottom: 3em;
|
1065
|
-
left: 0.5em;
|
1066
|
-
}
|
1067
|
-
|
1068
1262
|
.video-js .vjs-volume-panel {
|
1069
1263
|
display: flex;
|
1070
1264
|
}
|
@@ -1093,6 +1287,7 @@ body.vjs-full-window {
|
|
1093
1287
|
.video-js .vjs-volume-level:before {
|
1094
1288
|
position: absolute;
|
1095
1289
|
font-size: 0.9em;
|
1290
|
+
z-index: 1;
|
1096
1291
|
}
|
1097
1292
|
|
1098
1293
|
.vjs-slider-vertical .vjs-volume-level {
|
@@ -1101,16 +1296,39 @@ body.vjs-full-window {
|
|
1101
1296
|
.vjs-slider-vertical .vjs-volume-level:before {
|
1102
1297
|
top: -0.5em;
|
1103
1298
|
left: -0.3em;
|
1299
|
+
z-index: 1;
|
1300
|
+
}
|
1301
|
+
|
1302
|
+
.vjs-svg-icons-enabled .vjs-volume-level:before {
|
1303
|
+
content: none;
|
1304
|
+
}
|
1305
|
+
|
1306
|
+
.vjs-volume-level .vjs-svg-icon {
|
1307
|
+
position: absolute;
|
1308
|
+
width: 0.9em;
|
1309
|
+
height: 0.9em;
|
1310
|
+
pointer-events: none;
|
1311
|
+
z-index: 1;
|
1104
1312
|
}
|
1105
1313
|
|
1106
1314
|
.vjs-slider-horizontal .vjs-volume-level {
|
1107
1315
|
height: 0.3em;
|
1108
1316
|
}
|
1109
1317
|
.vjs-slider-horizontal .vjs-volume-level:before {
|
1110
|
-
|
1318
|
+
line-height: 0.35em;
|
1111
1319
|
right: -0.5em;
|
1112
1320
|
}
|
1113
1321
|
|
1322
|
+
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
|
1323
|
+
right: -0.3em;
|
1324
|
+
transform: translateY(-50%);
|
1325
|
+
}
|
1326
|
+
|
1327
|
+
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
|
1328
|
+
top: -0.55em;
|
1329
|
+
transform: translateX(-50%);
|
1330
|
+
}
|
1331
|
+
|
1114
1332
|
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
|
1115
1333
|
width: 4em;
|
1116
1334
|
}
|
@@ -1135,13 +1353,72 @@ body.vjs-full-window {
|
|
1135
1353
|
left: -2em;
|
1136
1354
|
}
|
1137
1355
|
|
1356
|
+
.video-js .vjs-volume-tooltip {
|
1357
|
+
background-color: #fff;
|
1358
|
+
background-color: rgba(255, 255, 255, 0.8);
|
1359
|
+
border-radius: 0.3em;
|
1360
|
+
color: #000;
|
1361
|
+
float: right;
|
1362
|
+
font-family: Arial, Helvetica, sans-serif;
|
1363
|
+
font-size: 1em;
|
1364
|
+
padding: 6px 8px 8px 8px;
|
1365
|
+
pointer-events: none;
|
1366
|
+
position: absolute;
|
1367
|
+
top: -3.4em;
|
1368
|
+
visibility: hidden;
|
1369
|
+
z-index: 1;
|
1370
|
+
}
|
1371
|
+
|
1372
|
+
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
|
1373
|
+
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
|
1374
|
+
display: block;
|
1375
|
+
font-size: 1em;
|
1376
|
+
visibility: visible;
|
1377
|
+
}
|
1378
|
+
|
1379
|
+
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
|
1380
|
+
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
|
1381
|
+
left: 1em;
|
1382
|
+
top: -12px;
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
|
1386
|
+
font-size: 1em;
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
.video-js .vjs-volume-control .vjs-mouse-display {
|
1390
|
+
display: none;
|
1391
|
+
position: absolute;
|
1392
|
+
width: 100%;
|
1393
|
+
height: 1px;
|
1394
|
+
background-color: #000;
|
1395
|
+
z-index: 1;
|
1396
|
+
}
|
1397
|
+
|
1398
|
+
.video-js .vjs-volume-horizontal .vjs-mouse-display {
|
1399
|
+
width: 1px;
|
1400
|
+
height: 100%;
|
1401
|
+
}
|
1402
|
+
|
1403
|
+
.video-js .vjs-volume-control:hover .vjs-mouse-display {
|
1404
|
+
display: block;
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
|
1408
|
+
visibility: hidden;
|
1409
|
+
opacity: 0;
|
1410
|
+
transition: visibility 1s, opacity 1s;
|
1411
|
+
}
|
1412
|
+
|
1413
|
+
.vjs-mouse-display .vjs-volume-tooltip {
|
1414
|
+
color: #fff;
|
1415
|
+
background-color: #000;
|
1416
|
+
background-color: rgba(0, 0, 0, 0.8);
|
1417
|
+
}
|
1418
|
+
|
1138
1419
|
.vjs-poster {
|
1139
1420
|
display: inline-block;
|
1140
1421
|
vertical-align: middle;
|
1141
|
-
background-repeat: no-repeat;
|
1142
|
-
background-position: 50% 50%;
|
1143
|
-
background-size: contain;
|
1144
|
-
background-color: #000000;
|
1145
1422
|
cursor: pointer;
|
1146
1423
|
margin: 0;
|
1147
1424
|
padding: 0;
|
@@ -1153,16 +1430,21 @@ body.vjs-full-window {
|
|
1153
1430
|
height: 100%;
|
1154
1431
|
}
|
1155
1432
|
|
1156
|
-
.vjs-has-started .vjs-poster
|
1433
|
+
.vjs-has-started .vjs-poster,
|
1434
|
+
.vjs-using-native-controls .vjs-poster {
|
1157
1435
|
display: none;
|
1158
1436
|
}
|
1159
1437
|
|
1160
|
-
.vjs-audio.vjs-has-started .vjs-poster
|
1438
|
+
.vjs-audio.vjs-has-started .vjs-poster,
|
1439
|
+
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
|
1440
|
+
.vjs-pip-container.vjs-has-started .vjs-poster {
|
1161
1441
|
display: block;
|
1162
1442
|
}
|
1163
1443
|
|
1164
|
-
.vjs-
|
1165
|
-
|
1444
|
+
.vjs-poster img {
|
1445
|
+
width: 100%;
|
1446
|
+
height: 100%;
|
1447
|
+
object-fit: contain;
|
1166
1448
|
}
|
1167
1449
|
|
1168
1450
|
.video-js .vjs-live-control {
|
@@ -1173,18 +1455,13 @@ body.vjs-full-window {
|
|
1173
1455
|
line-height: 3em;
|
1174
1456
|
}
|
1175
1457
|
|
1176
|
-
.vjs-no-flex .vjs-live-control {
|
1177
|
-
display: table-cell;
|
1178
|
-
width: auto;
|
1179
|
-
text-align: left;
|
1180
|
-
}
|
1181
|
-
|
1182
1458
|
.video-js:not(.vjs-live) .vjs-live-control,
|
1183
1459
|
.video-js.vjs-liveui .vjs-live-control {
|
1184
1460
|
display: none;
|
1185
1461
|
}
|
1186
1462
|
|
1187
1463
|
.video-js .vjs-seek-to-live-control {
|
1464
|
+
align-items: center;
|
1188
1465
|
cursor: pointer;
|
1189
1466
|
flex: none;
|
1190
1467
|
display: inline-flex;
|
@@ -1197,12 +1474,6 @@ body.vjs-full-window {
|
|
1197
1474
|
min-width: 4em;
|
1198
1475
|
}
|
1199
1476
|
|
1200
|
-
.vjs-no-flex .vjs-seek-to-live-control {
|
1201
|
-
display: table-cell;
|
1202
|
-
width: auto;
|
1203
|
-
text-align: left;
|
1204
|
-
}
|
1205
|
-
|
1206
1477
|
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
|
1207
1478
|
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
|
1208
1479
|
display: none;
|
@@ -1217,10 +1488,25 @@ body.vjs-full-window {
|
|
1217
1488
|
color: #888;
|
1218
1489
|
}
|
1219
1490
|
|
1491
|
+
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
|
1492
|
+
line-height: 0;
|
1493
|
+
}
|
1494
|
+
|
1495
|
+
.vjs-seek-to-live-control .vjs-svg-icon {
|
1496
|
+
width: 1em;
|
1497
|
+
height: 1em;
|
1498
|
+
pointer-events: none;
|
1499
|
+
fill: #888888;
|
1500
|
+
}
|
1501
|
+
|
1220
1502
|
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
|
1221
1503
|
color: red;
|
1222
1504
|
}
|
1223
1505
|
|
1506
|
+
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
|
1507
|
+
fill: red;
|
1508
|
+
}
|
1509
|
+
|
1224
1510
|
.video-js .vjs-time-control {
|
1225
1511
|
flex: none;
|
1226
1512
|
font-size: 1em;
|
@@ -1231,17 +1517,10 @@ body.vjs-full-window {
|
|
1231
1517
|
padding-right: 1em;
|
1232
1518
|
}
|
1233
1519
|
|
1234
|
-
.vjs-live .vjs-time-control
|
1235
|
-
|
1236
|
-
}
|
1237
|
-
|
1520
|
+
.vjs-live .vjs-time-control,
|
1521
|
+
.vjs-live .vjs-time-divider,
|
1238
1522
|
.video-js .vjs-current-time,
|
1239
|
-
.
|
1240
|
-
display: none;
|
1241
|
-
}
|
1242
|
-
|
1243
|
-
.video-js .vjs-duration,
|
1244
|
-
.vjs-no-flex .vjs-duration {
|
1523
|
+
.video-js .vjs-duration {
|
1245
1524
|
display: none;
|
1246
1525
|
}
|
1247
1526
|
|
@@ -1250,8 +1529,8 @@ body.vjs-full-window {
|
|
1250
1529
|
line-height: 3em;
|
1251
1530
|
}
|
1252
1531
|
|
1253
|
-
.vjs-live .vjs-time-
|
1254
|
-
display:
|
1532
|
+
.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
|
1533
|
+
display: flex;
|
1255
1534
|
}
|
1256
1535
|
|
1257
1536
|
.video-js .vjs-play-control {
|
@@ -1271,6 +1550,11 @@ body.vjs-full-window {
|
|
1271
1550
|
pointer-events: none;
|
1272
1551
|
}
|
1273
1552
|
|
1553
|
+
.vjs-error .vjs-text-track-display {
|
1554
|
+
display: none;
|
1555
|
+
}
|
1556
|
+
|
1557
|
+
.video-js.vjs-controls-disabled .vjs-text-track-display,
|
1274
1558
|
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
|
1275
1559
|
bottom: 1em;
|
1276
1560
|
}
|
@@ -1297,18 +1581,42 @@ video::-webkit-media-text-track-display {
|
|
1297
1581
|
transform: translateY(-3em);
|
1298
1582
|
}
|
1299
1583
|
|
1584
|
+
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
|
1300
1585
|
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
|
1301
1586
|
transform: translateY(-1.5em);
|
1302
1587
|
}
|
1303
1588
|
|
1589
|
+
.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
|
1590
|
+
text-align: center !important;
|
1591
|
+
width: 80% !important;
|
1592
|
+
}
|
1593
|
+
|
1594
|
+
@supports not (inset: 10px) {
|
1595
|
+
.video-js .vjs-text-track-display > div {
|
1596
|
+
top: 0;
|
1597
|
+
right: 0;
|
1598
|
+
bottom: 0;
|
1599
|
+
left: 0;
|
1600
|
+
}
|
1601
|
+
}
|
1304
1602
|
.video-js .vjs-picture-in-picture-control {
|
1305
1603
|
cursor: pointer;
|
1306
1604
|
flex: none;
|
1307
1605
|
}
|
1606
|
+
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
|
1607
|
+
.vjs-pip-window .vjs-picture-in-picture-control {
|
1608
|
+
display: none;
|
1609
|
+
}
|
1610
|
+
|
1308
1611
|
.video-js .vjs-fullscreen-control {
|
1309
1612
|
cursor: pointer;
|
1310
1613
|
flex: none;
|
1311
1614
|
}
|
1615
|
+
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
|
1616
|
+
.vjs-pip-window .vjs-fullscreen-control {
|
1617
|
+
display: none;
|
1618
|
+
}
|
1619
|
+
|
1312
1620
|
.vjs-playback-rate > .vjs-menu-button,
|
1313
1621
|
.vjs-playback-rate .vjs-playback-rate-value {
|
1314
1622
|
position: absolute;
|
@@ -1335,51 +1643,39 @@ video::-webkit-media-text-track-display {
|
|
1335
1643
|
text-align: center;
|
1336
1644
|
}
|
1337
1645
|
|
1338
|
-
.vjs-error .vjs-error-display:before {
|
1339
|
-
color: #fff;
|
1340
|
-
content: "X";
|
1341
|
-
font-family: Arial, Helvetica, sans-serif;
|
1342
|
-
font-size: 4em;
|
1343
|
-
left: 0;
|
1344
|
-
line-height: 1;
|
1345
|
-
margin-top: -0.5em;
|
1346
|
-
position: absolute;
|
1347
|
-
text-shadow: 0.05em 0.05em 0.1em #000;
|
1348
|
-
text-align: center;
|
1349
|
-
top: 50%;
|
1350
|
-
vertical-align: middle;
|
1351
|
-
width: 100%;
|
1352
|
-
}
|
1353
|
-
|
1354
1646
|
.vjs-loading-spinner {
|
1355
1647
|
display: none;
|
1356
1648
|
position: absolute;
|
1357
1649
|
top: 50%;
|
1358
1650
|
left: 50%;
|
1359
|
-
|
1651
|
+
transform: translate(-50%, -50%);
|
1360
1652
|
opacity: 0.85;
|
1361
1653
|
text-align: left;
|
1362
|
-
border:
|
1654
|
+
border: 0.6em solid rgba(43, 51, 63, 0.7);
|
1363
1655
|
box-sizing: border-box;
|
1364
1656
|
background-clip: padding-box;
|
1365
|
-
width:
|
1366
|
-
height:
|
1367
|
-
border-radius:
|
1657
|
+
width: 5em;
|
1658
|
+
height: 5em;
|
1659
|
+
border-radius: 50%;
|
1368
1660
|
visibility: hidden;
|
1369
1661
|
}
|
1370
1662
|
|
1371
1663
|
.vjs-seeking .vjs-loading-spinner,
|
1372
1664
|
.vjs-waiting .vjs-loading-spinner {
|
1373
|
-
display:
|
1374
|
-
-
|
1375
|
-
|
1665
|
+
display: flex;
|
1666
|
+
justify-content: center;
|
1667
|
+
align-items: center;
|
1668
|
+
animation: vjs-spinner-show 0s linear 0.3s forwards;
|
1669
|
+
}
|
1670
|
+
|
1671
|
+
.vjs-error .vjs-loading-spinner {
|
1672
|
+
display: none;
|
1376
1673
|
}
|
1377
1674
|
|
1378
1675
|
.vjs-loading-spinner:before,
|
1379
1676
|
.vjs-loading-spinner:after {
|
1380
1677
|
content: "";
|
1381
1678
|
position: absolute;
|
1382
|
-
margin: -6px;
|
1383
1679
|
box-sizing: inherit;
|
1384
1680
|
width: inherit;
|
1385
1681
|
height: inherit;
|
@@ -1394,19 +1690,17 @@ video::-webkit-media-text-track-display {
|
|
1394
1690
|
.vjs-seeking .vjs-loading-spinner:after,
|
1395
1691
|
.vjs-waiting .vjs-loading-spinner:before,
|
1396
1692
|
.vjs-waiting .vjs-loading-spinner:after {
|
1397
|
-
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
|
1398
1693
|
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
|
1399
1694
|
}
|
1400
1695
|
|
1401
1696
|
.vjs-seeking .vjs-loading-spinner:before,
|
1402
1697
|
.vjs-waiting .vjs-loading-spinner:before {
|
1403
|
-
border-top-color:
|
1698
|
+
border-top-color: rgb(255, 255, 255);
|
1404
1699
|
}
|
1405
1700
|
|
1406
1701
|
.vjs-seeking .vjs-loading-spinner:after,
|
1407
1702
|
.vjs-waiting .vjs-loading-spinner:after {
|
1408
|
-
border-top-color:
|
1409
|
-
-webkit-animation-delay: 0.44s;
|
1703
|
+
border-top-color: rgb(255, 255, 255);
|
1410
1704
|
animation-delay: 0.44s;
|
1411
1705
|
}
|
1412
1706
|
|
@@ -1415,59 +1709,45 @@ video::-webkit-media-text-track-display {
|
|
1415
1709
|
visibility: visible;
|
1416
1710
|
}
|
1417
1711
|
}
|
1418
|
-
@-webkit-keyframes vjs-spinner-show {
|
1419
|
-
to {
|
1420
|
-
visibility: visible;
|
1421
|
-
}
|
1422
|
-
}
|
1423
1712
|
@keyframes vjs-spinner-spin {
|
1424
1713
|
100% {
|
1425
1714
|
transform: rotate(360deg);
|
1426
1715
|
}
|
1427
1716
|
}
|
1428
|
-
@-webkit-keyframes vjs-spinner-spin {
|
1429
|
-
100% {
|
1430
|
-
-webkit-transform: rotate(360deg);
|
1431
|
-
}
|
1432
|
-
}
|
1433
1717
|
@keyframes vjs-spinner-fade {
|
1434
1718
|
0% {
|
1435
|
-
border-top-color:
|
1719
|
+
border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
1436
1720
|
}
|
1437
1721
|
20% {
|
1438
|
-
border-top-color:
|
1722
|
+
border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
1439
1723
|
}
|
1440
1724
|
35% {
|
1441
1725
|
border-top-color: white;
|
1442
1726
|
}
|
1443
1727
|
60% {
|
1444
|
-
border-top-color:
|
1728
|
+
border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
1445
1729
|
}
|
1446
1730
|
100% {
|
1447
|
-
border-top-color:
|
1731
|
+
border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
|
1448
1732
|
}
|
1449
1733
|
}
|
1450
|
-
|
1451
|
-
|
1452
|
-
border-top-color: #73859f;
|
1453
|
-
}
|
1454
|
-
20% {
|
1455
|
-
border-top-color: #73859f;
|
1456
|
-
}
|
1457
|
-
35% {
|
1458
|
-
border-top-color: white;
|
1459
|
-
}
|
1460
|
-
60% {
|
1461
|
-
border-top-color: #73859f;
|
1462
|
-
}
|
1463
|
-
100% {
|
1464
|
-
border-top-color: #73859f;
|
1465
|
-
}
|
1734
|
+
.video-js.vjs-audio-only-mode .vjs-captions-button {
|
1735
|
+
display: none;
|
1466
1736
|
}
|
1737
|
+
|
1467
1738
|
.vjs-chapters-button .vjs-menu ul {
|
1468
1739
|
width: 24em;
|
1469
1740
|
}
|
1470
1741
|
|
1742
|
+
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
|
1743
|
+
display: none;
|
1744
|
+
}
|
1745
|
+
|
1746
|
+
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
|
1747
|
+
width: 1.5em;
|
1748
|
+
height: 1.5em;
|
1749
|
+
}
|
1750
|
+
|
1471
1751
|
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
1472
1752
|
vertical-align: middle;
|
1473
1753
|
display: inline-block;
|
@@ -1476,80 +1756,59 @@ video::-webkit-media-text-track-display {
|
|
1476
1756
|
|
1477
1757
|
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
|
1478
1758
|
font-family: VideoJS;
|
1479
|
-
content: "
|
1759
|
+
content: "\f10c";
|
1480
1760
|
font-size: 1.5em;
|
1481
1761
|
line-height: inherit;
|
1482
1762
|
}
|
1483
1763
|
|
1764
|
+
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
|
1765
|
+
display: none;
|
1766
|
+
}
|
1767
|
+
|
1768
|
+
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
|
1484
1769
|
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
1485
1770
|
vertical-align: middle;
|
1486
1771
|
display: inline-block;
|
1487
1772
|
margin-bottom: -0.1em;
|
1488
1773
|
}
|
1489
1774
|
|
1775
|
+
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
|
1490
1776
|
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
|
1491
1777
|
font-family: VideoJS;
|
1492
|
-
content: "
|
1778
|
+
content: " \f12e";
|
1493
1779
|
font-size: 1.5em;
|
1494
1780
|
line-height: inherit;
|
1495
1781
|
}
|
1496
1782
|
|
1497
|
-
.video-js
|
1498
|
-
.video-js
|
1499
|
-
.video-js
|
1500
|
-
.video-js
|
1501
|
-
.video-js
|
1502
|
-
.video-js
|
1503
|
-
.video-js
|
1504
|
-
.video-js
|
1505
|
-
.video-js
|
1506
|
-
.video-js
|
1507
|
-
.video-js
|
1508
|
-
.video-js
|
1509
|
-
.video-js
|
1510
|
-
.video-js
|
1511
|
-
.video-js
|
1512
|
-
.video-js
|
1513
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
|
1514
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
|
1515
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
|
1516
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
|
1517
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
|
1518
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
|
1519
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
|
1520
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
|
1521
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
|
1522
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
|
1523
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
|
1524
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
|
1525
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
|
1526
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
|
1527
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
|
1783
|
+
.video-js.vjs-layout-small .vjs-current-time,
|
1784
|
+
.video-js.vjs-layout-small .vjs-time-divider,
|
1785
|
+
.video-js.vjs-layout-small .vjs-duration,
|
1786
|
+
.video-js.vjs-layout-small .vjs-remaining-time,
|
1787
|
+
.video-js.vjs-layout-small .vjs-playback-rate,
|
1788
|
+
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
|
1789
|
+
.video-js.vjs-layout-x-small .vjs-time-divider,
|
1790
|
+
.video-js.vjs-layout-x-small .vjs-duration,
|
1791
|
+
.video-js.vjs-layout-x-small .vjs-remaining-time,
|
1792
|
+
.video-js.vjs-layout-x-small .vjs-playback-rate,
|
1793
|
+
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
|
1794
|
+
.video-js.vjs-layout-tiny .vjs-time-divider,
|
1795
|
+
.video-js.vjs-layout-tiny .vjs-duration,
|
1796
|
+
.video-js.vjs-layout-tiny .vjs-remaining-time,
|
1797
|
+
.video-js.vjs-layout-tiny .vjs-playback-rate,
|
1798
|
+
.video-js.vjs-layout-tiny .vjs-volume-control {
|
1528
1799
|
display: none;
|
1529
1800
|
}
|
1530
|
-
.video-js:
|
1531
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
1532
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
|
1533
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
1534
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
|
1535
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
1536
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
|
1801
|
+
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
|
1537
1802
|
width: auto;
|
1538
1803
|
width: initial;
|
1539
1804
|
}
|
1540
|
-
.video-js
|
1805
|
+
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
|
1541
1806
|
display: none;
|
1542
1807
|
}
|
1543
|
-
.video-js
|
1808
|
+
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
|
1544
1809
|
flex: auto;
|
1545
1810
|
display: block;
|
1546
1811
|
}
|
1547
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
|
1548
|
-
width: auto;
|
1549
|
-
}
|
1550
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
|
1551
|
-
display: none;
|
1552
|
-
}
|
1553
1812
|
|
1554
1813
|
.vjs-modal-dialog.vjs-text-track-settings {
|
1555
1814
|
background-color: #2B333F;
|
@@ -1557,6 +1816,13 @@ video::-webkit-media-text-track-display {
|
|
1557
1816
|
color: #fff;
|
1558
1817
|
height: 70%;
|
1559
1818
|
}
|
1819
|
+
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
|
1820
|
+
height: 80%;
|
1821
|
+
}
|
1822
|
+
|
1823
|
+
.vjs-error .vjs-text-track-settings {
|
1824
|
+
display: none;
|
1825
|
+
}
|
1560
1826
|
|
1561
1827
|
.vjs-text-track-settings .vjs-modal-dialog-content {
|
1562
1828
|
display: table;
|
@@ -1580,34 +1846,35 @@ video::-webkit-media-text-track-display {
|
|
1580
1846
|
grid-template-rows: 1fr;
|
1581
1847
|
padding: 20px 24px 0px 24px;
|
1582
1848
|
}
|
1583
|
-
|
1584
1849
|
.vjs-track-settings-controls .vjs-default-button {
|
1585
1850
|
margin-bottom: 20px;
|
1586
1851
|
}
|
1587
|
-
|
1588
1852
|
.vjs-text-track-settings .vjs-track-settings-controls {
|
1589
1853
|
grid-column: 1/-1;
|
1590
1854
|
}
|
1591
|
-
|
1592
1855
|
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
|
1593
|
-
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
|
1594
|
-
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
|
1856
|
+
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
|
1857
|
+
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
|
1595
1858
|
grid-template-columns: 1fr;
|
1596
1859
|
}
|
1597
1860
|
}
|
1861
|
+
.vjs-text-track-settings select {
|
1862
|
+
font-size: inherit;
|
1863
|
+
}
|
1864
|
+
|
1598
1865
|
.vjs-track-setting > select {
|
1599
1866
|
margin-right: 1em;
|
1600
1867
|
margin-bottom: 0.5em;
|
1601
1868
|
}
|
1602
1869
|
|
1603
1870
|
.vjs-text-track-settings fieldset {
|
1604
|
-
margin:
|
1605
|
-
padding: 3px;
|
1871
|
+
margin: 10px;
|
1606
1872
|
border: none;
|
1607
1873
|
}
|
1608
1874
|
|
1609
1875
|
.vjs-text-track-settings fieldset span {
|
1610
1876
|
display: inline-block;
|
1877
|
+
padding: 0 0.6em 0.8em;
|
1611
1878
|
}
|
1612
1879
|
|
1613
1880
|
.vjs-text-track-settings fieldset span > select {
|
@@ -1616,27 +1883,19 @@ video::-webkit-media-text-track-display {
|
|
1616
1883
|
|
1617
1884
|
.vjs-text-track-settings legend {
|
1618
1885
|
color: #fff;
|
1619
|
-
|
1886
|
+
font-weight: bold;
|
1887
|
+
font-size: 1.2em;
|
1620
1888
|
}
|
1621
1889
|
|
1622
1890
|
.vjs-text-track-settings .vjs-label {
|
1623
|
-
|
1624
|
-
clip: rect(1px 1px 1px 1px);
|
1625
|
-
clip: rect(1px, 1px, 1px, 1px);
|
1626
|
-
display: block;
|
1627
|
-
margin: 0 0 5px 0;
|
1628
|
-
padding: 0;
|
1629
|
-
border: 0;
|
1630
|
-
height: 1px;
|
1631
|
-
width: 1px;
|
1632
|
-
overflow: hidden;
|
1891
|
+
margin: 0 0.5em 0.5em 0;
|
1633
1892
|
}
|
1634
1893
|
|
1635
1894
|
.vjs-track-settings-controls button:focus,
|
1636
1895
|
.vjs-track-settings-controls button:active {
|
1637
1896
|
outline-style: solid;
|
1638
1897
|
outline-width: medium;
|
1639
|
-
background-image: linear-gradient(0deg, #fff 88%,
|
1898
|
+
background-image: linear-gradient(0deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
|
1640
1899
|
}
|
1641
1900
|
|
1642
1901
|
.vjs-track-settings-controls button:hover {
|
@@ -1645,7 +1904,7 @@ video::-webkit-media-text-track-display {
|
|
1645
1904
|
|
1646
1905
|
.vjs-track-settings-controls button {
|
1647
1906
|
background-color: #fff;
|
1648
|
-
background-image: linear-gradient(-180deg, #fff 88%,
|
1907
|
+
background-image: linear-gradient(-180deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
|
1649
1908
|
color: #2B333F;
|
1650
1909
|
cursor: pointer;
|
1651
1910
|
border-radius: 2px;
|
@@ -1655,6 +1914,108 @@ video::-webkit-media-text-track-display {
|
|
1655
1914
|
margin-right: 1em;
|
1656
1915
|
}
|
1657
1916
|
|
1917
|
+
.vjs-title-bar {
|
1918
|
+
background: rgba(0, 0, 0, 0.9);
|
1919
|
+
background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
|
1920
|
+
font-size: 1.2em;
|
1921
|
+
line-height: 1.5;
|
1922
|
+
transition: opacity 0.1s;
|
1923
|
+
padding: 0.666em 1.333em 4em;
|
1924
|
+
pointer-events: none;
|
1925
|
+
position: absolute;
|
1926
|
+
top: 0;
|
1927
|
+
width: 100%;
|
1928
|
+
}
|
1929
|
+
|
1930
|
+
.vjs-error .vjs-title-bar {
|
1931
|
+
display: none;
|
1932
|
+
}
|
1933
|
+
|
1934
|
+
.vjs-title-bar-title,
|
1935
|
+
.vjs-title-bar-description {
|
1936
|
+
margin: 0;
|
1937
|
+
overflow: hidden;
|
1938
|
+
text-overflow: ellipsis;
|
1939
|
+
white-space: nowrap;
|
1940
|
+
}
|
1941
|
+
|
1942
|
+
.vjs-title-bar-title {
|
1943
|
+
font-weight: bold;
|
1944
|
+
margin-bottom: 0.333em;
|
1945
|
+
}
|
1946
|
+
|
1947
|
+
.vjs-playing.vjs-user-inactive .vjs-title-bar {
|
1948
|
+
opacity: 0;
|
1949
|
+
transition: opacity 1s;
|
1950
|
+
}
|
1951
|
+
|
1952
|
+
.video-js .vjs-skip-forward-5 {
|
1953
|
+
cursor: pointer;
|
1954
|
+
}
|
1955
|
+
.video-js .vjs-skip-forward-10 {
|
1956
|
+
cursor: pointer;
|
1957
|
+
}
|
1958
|
+
.video-js .vjs-skip-forward-30 {
|
1959
|
+
cursor: pointer;
|
1960
|
+
}
|
1961
|
+
.video-js .vjs-skip-backward-5 {
|
1962
|
+
cursor: pointer;
|
1963
|
+
}
|
1964
|
+
.video-js .vjs-skip-backward-10 {
|
1965
|
+
cursor: pointer;
|
1966
|
+
}
|
1967
|
+
.video-js .vjs-skip-backward-30 {
|
1968
|
+
cursor: pointer;
|
1969
|
+
}
|
1970
|
+
.video-js .vjs-transient-button {
|
1971
|
+
position: absolute;
|
1972
|
+
height: 3em;
|
1973
|
+
display: flex;
|
1974
|
+
align-items: center;
|
1975
|
+
justify-content: center;
|
1976
|
+
background-color: rgba(50, 50, 50, 0.5);
|
1977
|
+
cursor: pointer;
|
1978
|
+
opacity: 1;
|
1979
|
+
transition: opacity 1s;
|
1980
|
+
}
|
1981
|
+
|
1982
|
+
.video-js:not(.vjs-has-started) .vjs-transient-button {
|
1983
|
+
display: none;
|
1984
|
+
}
|
1985
|
+
|
1986
|
+
.video-js.not-hover .vjs-transient-button:not(.force-display),
|
1987
|
+
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
|
1988
|
+
opacity: 0;
|
1989
|
+
}
|
1990
|
+
|
1991
|
+
.video-js .vjs-transient-button span {
|
1992
|
+
padding: 0 0.5em;
|
1993
|
+
}
|
1994
|
+
|
1995
|
+
.video-js .vjs-transient-button.vjs-left {
|
1996
|
+
left: 1em;
|
1997
|
+
}
|
1998
|
+
|
1999
|
+
.video-js .vjs-transient-button.vjs-right {
|
2000
|
+
right: 1em;
|
2001
|
+
}
|
2002
|
+
|
2003
|
+
.video-js .vjs-transient-button.vjs-top {
|
2004
|
+
top: 1em;
|
2005
|
+
}
|
2006
|
+
|
2007
|
+
.video-js .vjs-transient-button.vjs-near-top {
|
2008
|
+
top: 4em;
|
2009
|
+
}
|
2010
|
+
|
2011
|
+
.video-js .vjs-transient-button.vjs-bottom {
|
2012
|
+
bottom: 4em;
|
2013
|
+
}
|
2014
|
+
|
2015
|
+
.video-js .vjs-transient-button:hover {
|
2016
|
+
background-color: rgba(50, 50, 50, 0.9);
|
2017
|
+
}
|
2018
|
+
|
1658
2019
|
@media print {
|
1659
2020
|
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
|
1660
2021
|
visibility: hidden;
|
@@ -1672,11 +2033,8 @@ video::-webkit-media-text-track-display {
|
|
1672
2033
|
|
1673
2034
|
.js-focus-visible .video-js *:focus:not(.focus-visible) {
|
1674
2035
|
outline: none;
|
1675
|
-
background: none;
|
1676
2036
|
}
|
1677
2037
|
|
1678
|
-
.video-js *:focus:not(:focus-visible)
|
1679
|
-
.video-js .vjs-menu *:focus:not(:focus-visible) {
|
2038
|
+
.video-js *:focus:not(:focus-visible) {
|
1680
2039
|
outline: none;
|
1681
|
-
background: none;
|
1682
2040
|
}
|