@gcorevideo/player 2.19.6 → 2.19.8
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.
- package/README.md +3 -7
- package/build/vite-raw-plugin.js +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +826 -826
- package/dist/index.js +105 -49
- package/dist/player.d.ts +1977 -0
- package/dist/plugins/index.css +1388 -1388
- package/dist/plugins/index.js +104 -48
- package/docs/api/player.audioselector.attributes.md +17 -0
- package/docs/api/player.audioselector.bindevents.md +18 -0
- package/docs/api/player.audioselector.events.md +17 -0
- package/docs/api/player.audioselector.hideselecttrackmenu.md +18 -0
- package/docs/api/player.audioselector.highlightcurrenttrack.md +18 -0
- package/docs/api/player.audioselector.md +329 -0
- package/docs/api/player.audioselector.name.md +14 -0
- package/docs/api/player.audioselector.onshowlevelselectmenu.md +18 -0
- package/docs/api/player.audioselector.reload.md +18 -0
- package/docs/api/player.audioselector.render.md +18 -0
- package/docs/api/player.audioselector.starttrackswitch.md +18 -0
- package/docs/api/player.audioselector.supportedversion.md +16 -0
- package/docs/api/player.audioselector.template.md +14 -0
- package/docs/api/player.audioselector.togglecontextmenu.md +18 -0
- package/docs/api/player.audioselector.unbindevents.md +18 -0
- package/docs/api/player.audioselector.updatecurrenttrack.md +66 -0
- package/docs/api/player.audioselector.version.md +14 -0
- package/docs/api/player.bigmutebutton.bindevents.md +18 -0
- package/docs/api/player.bigmutebutton.events.md +17 -0
- package/docs/api/player.bigmutebutton.md +173 -0
- package/docs/api/player.bigmutebutton.name.md +14 -0
- package/docs/api/player.bigmutebutton.render.md +18 -0
- package/docs/api/player.bigmutebutton.supportedversion.md +16 -0
- package/docs/api/player.bigmutebutton.template.md +14 -0
- package/docs/api/player.bottomgear.attributes.md +17 -0
- package/docs/api/player.bottomgear.bindevents.md +18 -0
- package/docs/api/player.bottomgear.container.md +14 -0
- package/docs/api/player.bottomgear.events.md +16 -0
- package/docs/api/player.bottomgear.hide.md +18 -0
- package/docs/api/player.bottomgear.md +308 -0
- package/docs/api/player.bottomgear.name.md +14 -0
- package/docs/api/player.bottomgear.refresh.md +18 -0
- package/docs/api/player.bottomgear.reload.md +18 -0
- package/docs/api/player.bottomgear.render.md +18 -0
- package/docs/api/player.bottomgear.supportedversion.md +16 -0
- package/docs/api/player.bottomgear.template.md +14 -0
- package/docs/api/player.bottomgear.togglegearmenu.md +18 -0
- package/docs/api/player.bottomgear.unbindevents.md +18 -0
- package/docs/api/player.bottomgear.version.md +14 -0
- package/docs/api/player.clapprnerdstats._constructor_.md +50 -0
- package/docs/api/player.clapprnerdstats.attributes.md +17 -0
- package/docs/api/player.clapprnerdstats.bindevents.md +18 -0
- package/docs/api/player.clapprnerdstats.events.md +18 -0
- package/docs/api/player.clapprnerdstats.md +312 -0
- package/docs/api/player.clapprnerdstats.name.md +14 -0
- package/docs/api/player.clapprnerdstats.playerheight.md +14 -0
- package/docs/api/player.clapprnerdstats.playerwidth.md +14 -0
- package/docs/api/player.clapprnerdstats.render.md +18 -0
- package/docs/api/player.clapprnerdstats.statsboxelem.md +14 -0
- package/docs/api/player.clapprnerdstats.statsboxwidththreshold.md +14 -0
- package/docs/api/player.clapprnerdstats.supportedversion.md +16 -0
- package/docs/api/player.clapprnerdstats.template.md +14 -0
- package/docs/api/player.clapprstats._buildreport.md +18 -0
- package/docs/api/player.clapprstats._constructor_.md +50 -0
- package/docs/api/player.clapprstats._defaultreport.md +52 -0
- package/docs/api/player.clapprstats._playbackname.md +14 -0
- package/docs/api/player.clapprstats._playbacktype.md +14 -0
- package/docs/api/player.clapprstats.bindevents.md +18 -0
- package/docs/api/player.clapprstats.destroy.md +18 -0
- package/docs/api/player.clapprstats.exportmetrics.md +18 -0
- package/docs/api/player.clapprstats.md +333 -0
- package/docs/api/player.clapprstats.name.md +14 -0
- package/docs/api/player.clapprstats.onbitrate.md +52 -0
- package/docs/api/player.clapprstats.onfirstplaying.md +18 -0
- package/docs/api/player.clapprstats.playafterpause.md +18 -0
- package/docs/api/player.clapprstats.setupdatemetrics.md +52 -0
- package/docs/api/player.clapprstats.starttimers.md +18 -0
- package/docs/api/player.clapprstats.stopreporting.md +18 -0
- package/docs/api/player.clapprstats.supportedversion.md +16 -0
- package/docs/api/player.clicktopause.bindevents.md +15 -0
- package/docs/api/player.clicktopause.config.md +11 -0
- package/docs/api/player.clicktopause.md +126 -0
- package/docs/api/player.clicktopause.name.md +11 -0
- package/docs/api/player.clicktopause.supportedversion.md +13 -0
- package/docs/api/player.clipsplugin.attributes.md +13 -0
- package/docs/api/player.clipsplugin.bindevents.md +15 -0
- package/docs/api/player.clipsplugin.gettext.md +49 -0
- package/docs/api/player.clipsplugin.makesvg.md +49 -0
- package/docs/api/player.clipsplugin.md +143 -0
- package/docs/api/player.clipsplugin.name.md +11 -0
- package/docs/api/player.clipsplugin.unbindevents.md +15 -0
- package/docs/api/player.contextmenu._constructor_.md +47 -0
- package/docs/api/player.contextmenu.attributes.md +13 -0
- package/docs/api/player.contextmenu.bindevents.md +15 -0
- package/docs/api/player.contextmenu.destroy.md +15 -0
- package/docs/api/player.contextmenu.events.md +13 -0
- package/docs/api/player.contextmenu.exposeversion.md +14 -0
- package/docs/api/player.contextmenu.label.md +11 -0
- package/docs/api/player.contextmenu.md +298 -0
- package/docs/api/player.contextmenu.mediacontrol.md +11 -0
- package/docs/api/player.contextmenu.name.md +11 -0
- package/docs/api/player.contextmenu.render.md +15 -0
- package/docs/api/player.contextmenu.supportedversion.md +13 -0
- package/docs/api/player.contextmenu.template.md +11 -0
- package/docs/api/player.contextmenu.url.md +11 -0
- package/docs/api/player.disablecontrols.bindevents.md +15 -0
- package/docs/api/player.disablecontrols.container.md +11 -0
- package/docs/api/player.disablecontrols.md +138 -0
- package/docs/api/player.disablecontrols.name.md +11 -0
- package/docs/api/player.disablecontrols.supportedversion.md +13 -0
- package/docs/api/player.disablecontrols.unbindevents.md +15 -0
- package/docs/api/player.dvrcontrols._constructor_.md +47 -0
- package/docs/api/player.dvrcontrols.attributes.md +14 -0
- package/docs/api/player.dvrcontrols.bindevents.md +15 -0
- package/docs/api/player.dvrcontrols.click.md +15 -0
- package/docs/api/player.dvrcontrols.events.md +13 -0
- package/docs/api/player.dvrcontrols.md +246 -0
- package/docs/api/player.dvrcontrols.name.md +11 -0
- package/docs/api/player.dvrcontrols.render.md +15 -0
- package/docs/api/player.dvrcontrols.settingsupdate.md +15 -0
- package/docs/api/player.dvrcontrols.shouldrender.md +15 -0
- package/docs/api/player.dvrcontrols.supportedversion.md +13 -0
- package/docs/api/player.dvrcontrols.template.md +11 -0
- package/docs/api/player.errorscreen.attributes.md +14 -0
- package/docs/api/player.errorscreen.bindevents.md +15 -0
- package/docs/api/player.errorscreen.container.md +11 -0
- package/docs/api/player.errorscreen.hide.md +15 -0
- package/docs/api/player.errorscreen.md +212 -0
- package/docs/api/player.errorscreen.name.md +11 -0
- package/docs/api/player.errorscreen.render.md +15 -0
- package/docs/api/player.errorscreen.show.md +51 -0
- package/docs/api/player.errorscreen.supportedversion.md +13 -0
- package/docs/api/player.errorscreen.template.md +11 -0
- package/docs/api/player.errorscreen.unbindevents.md +15 -0
- package/docs/api/player.favicon._constructor_.md +47 -0
- package/docs/api/player.favicon.bindevents.md +15 -0
- package/docs/api/player.favicon.configure.md +15 -0
- package/docs/api/player.favicon.destroy.md +15 -0
- package/docs/api/player.favicon.disable.md +15 -0
- package/docs/api/player.favicon.md +177 -0
- package/docs/api/player.favicon.name.md +11 -0
- package/docs/api/player.favicon.supportedversion.md +13 -0
- package/docs/api/player.googleanalytics._constructor_.md +47 -0
- package/docs/api/player.googleanalytics.addeventlisteners.md +15 -0
- package/docs/api/player.googleanalytics.embedscript.md +15 -0
- package/docs/api/player.googleanalytics.md +321 -0
- package/docs/api/player.googleanalytics.name.md +11 -0
- package/docs/api/player.googleanalytics.onbufferfull.md +15 -0
- package/docs/api/player.googleanalytics.onbuffering.md +15 -0
- package/docs/api/player.googleanalytics.ondvr.md +49 -0
- package/docs/api/player.googleanalytics.onended.md +15 -0
- package/docs/api/player.googleanalytics.onerror.md +15 -0
- package/docs/api/player.googleanalytics.onfullscreen.md +15 -0
- package/docs/api/player.googleanalytics.onhd.md +49 -0
- package/docs/api/player.googleanalytics.onpause.md +15 -0
- package/docs/api/player.googleanalytics.onplay.md +15 -0
- package/docs/api/player.googleanalytics.onready.md +15 -0
- package/docs/api/player.googleanalytics.onseek.md +15 -0
- package/docs/api/player.googleanalytics.onstop.md +15 -0
- package/docs/api/player.googleanalytics.onvolumechanged.md +15 -0
- package/docs/api/player.googleanalytics.push.md +49 -0
- package/docs/api/player.googleanalytics.supportedversion.md +13 -0
- package/docs/api/player.levelselector.attributes.md +17 -0
- package/docs/api/player.levelselector.bindevents.md +18 -0
- package/docs/api/player.levelselector.events.md +18 -0
- package/docs/api/player.levelselector.md +217 -0
- package/docs/api/player.levelselector.name.md +14 -0
- package/docs/api/player.levelselector.render.md +18 -0
- package/docs/api/player.levelselector.supportedversion.md +16 -0
- package/docs/api/player.levelselector.version.md +14 -0
- package/docs/api/player.logo._constructor_.md +47 -0
- package/docs/api/player.logo.attributes.md +14 -0
- package/docs/api/player.logo.bindevents.md +15 -0
- package/docs/api/player.logo.md +203 -0
- package/docs/api/player.logo.name.md +11 -0
- package/docs/api/player.logo.render.md +15 -0
- package/docs/api/player.logo.stoplistening.md +15 -0
- package/docs/api/player.logo.supportedversion.md +13 -0
- package/docs/api/player.logo.template.md +11 -0
- package/docs/api/player.md +319 -0
- package/docs/api/player.mediacontrol._constructor_.md +50 -0
- package/docs/api/player.mediacontrol.attributes.md +17 -0
- package/docs/api/player.mediacontrol.bindcontainerevents.md +18 -0
- package/docs/api/player.mediacontrol.bindevents.md +18 -0
- package/docs/api/player.mediacontrol.container.md +14 -0
- package/docs/api/player.mediacontrol.destroy.md +18 -0
- package/docs/api/player.mediacontrol.disable.md +18 -0
- package/docs/api/player.mediacontrol.disabled.md +14 -0
- package/docs/api/player.mediacontrol.disabledcontrolbutton.md +20 -0
- package/docs/api/player.mediacontrol.enable.md +18 -0
- package/docs/api/player.mediacontrol.enablecontrolbutton.md +20 -0
- package/docs/api/player.mediacontrol.events.md +40 -0
- package/docs/api/player.mediacontrol.getelement.md +58 -0
- package/docs/api/player.mediacontrol.getexternalinterface.md +21 -0
- package/docs/api/player.mediacontrol.md +513 -0
- package/docs/api/player.mediacontrol.muted.md +16 -0
- package/docs/api/player.mediacontrol.name.md +14 -0
- package/docs/api/player.mediacontrol.pause.md +20 -0
- package/docs/api/player.mediacontrol.play.md +20 -0
- package/docs/api/player.mediacontrol.playback.md +14 -0
- package/docs/api/player.mediacontrol.render.md +18 -0
- package/docs/api/player.mediacontrol.setinitialvolume.md +20 -0
- package/docs/api/player.mediacontrol.setmuted.md +52 -0
- package/docs/api/player.mediacontrol.setvolume.md +76 -0
- package/docs/api/player.mediacontrol.stop.md +20 -0
- package/docs/api/player.mediacontrol.supportedversion.md +16 -0
- package/docs/api/player.mediacontrol.volume.md +16 -0
- package/docs/api/player.mediacontrolelement.md +15 -0
- package/docs/api/player.multicamera._constructor_.md +47 -0
- package/docs/api/player.multicamera.activebyid.md +63 -0
- package/docs/api/player.multicamera.attributes.md +14 -0
- package/docs/api/player.multicamera.bindevents.md +15 -0
- package/docs/api/player.multicamera.events.md +14 -0
- package/docs/api/player.multicamera.getcameraslist.md +15 -0
- package/docs/api/player.multicamera.getcurrentcamera.md +15 -0
- package/docs/api/player.multicamera.md +279 -0
- package/docs/api/player.multicamera.name.md +11 -0
- package/docs/api/player.multicamera.render.md +15 -0
- package/docs/api/player.multicamera.supportedversion.md +13 -0
- package/docs/api/player.multicamera.template.md +11 -0
- package/docs/api/player.multicamera.unbindevents.md +15 -0
- package/docs/api/player.multicamera.version.md +11 -0
- package/docs/api/player.pictureinpicture.bindevents.md +15 -0
- package/docs/api/player.pictureinpicture.events.md +13 -0
- package/docs/api/player.pictureinpicture.exitpictureinpicture.md +15 -0
- package/docs/api/player.pictureinpicture.md +214 -0
- package/docs/api/player.pictureinpicture.name.md +11 -0
- package/docs/api/player.pictureinpicture.render.md +15 -0
- package/docs/api/player.pictureinpicture.requestpictureinpicture.md +15 -0
- package/docs/api/player.pictureinpicture.supportedversion.md +13 -0
- package/docs/api/player.pictureinpicture.togglepictureinpicture.md +15 -0
- package/docs/api/player.pictureinpicture.version.md +11 -0
- package/docs/api/player.pictureinpicture.videoelement.md +11 -0
- package/docs/api/player.playbackrate.attributes.md +14 -0
- package/docs/api/player.playbackrate.bindevents.md +15 -0
- package/docs/api/player.playbackrate.events.md +15 -0
- package/docs/api/player.playbackrate.gettitle.md +15 -0
- package/docs/api/player.playbackrate.goback.md +15 -0
- package/docs/api/player.playbackrate.highlightcurrentrate.md +15 -0
- package/docs/api/player.playbackrate.md +332 -0
- package/docs/api/player.playbackrate.name.md +11 -0
- package/docs/api/player.playbackrate.onfinishad.md +15 -0
- package/docs/api/player.playbackrate.onplay.md +15 -0
- package/docs/api/player.playbackrate.onrateselect.md +49 -0
- package/docs/api/player.playbackrate.onshowmenu.md +15 -0
- package/docs/api/player.playbackrate.onstartad.md +15 -0
- package/docs/api/player.playbackrate.onstop.md +15 -0
- package/docs/api/player.playbackrate.reload.md +15 -0
- package/docs/api/player.playbackrate.render.md +15 -0
- package/docs/api/player.playbackrate.setselectedrate.md +49 -0
- package/docs/api/player.playbackrate.supportedversion.md +13 -0
- package/docs/api/player.playbackrate.template.md +11 -0
- package/docs/api/player.playbackrate.unbindevents.md +15 -0
- package/docs/api/player.playbackrate.updateplaybackrate.md +49 -0
- package/docs/api/player.pluginsettings.md +13 -0
- package/docs/api/player.poster.attributes.md +14 -0
- package/docs/api/player.poster.bindevents.md +15 -0
- package/docs/api/player.poster.destroy.md +15 -0
- package/docs/api/player.poster.disable.md +15 -0
- package/docs/api/player.poster.enable.md +15 -0
- package/docs/api/player.poster.events.md +13 -0
- package/docs/api/player.poster.md +250 -0
- package/docs/api/player.poster.name.md +11 -0
- package/docs/api/player.poster.render.md +15 -0
- package/docs/api/player.poster.shouldrender.md +11 -0
- package/docs/api/player.poster.showonvideoend.md +11 -0
- package/docs/api/player.poster.supportedversion.md +13 -0
- package/docs/api/player.poster.template.md +11 -0
- package/docs/api/player.seektime.attributes.md +14 -0
- package/docs/api/player.seektime.bindevents.md +15 -0
- package/docs/api/player.seektime.durationshown.md +11 -0
- package/docs/api/player.seektime.getseektime.md +17 -0
- package/docs/api/player.seektime.islivestreamwithdvr.md +11 -0
- package/docs/api/player.seektime.md +269 -0
- package/docs/api/player.seektime.mediacontrol.md +11 -0
- package/docs/api/player.seektime.mediacontrolcontainer.md +11 -0
- package/docs/api/player.seektime.name.md +11 -0
- package/docs/api/player.seektime.render.md +15 -0
- package/docs/api/player.seektime.shouldbevisible.md +15 -0
- package/docs/api/player.seektime.supportedversion.md +13 -0
- package/docs/api/player.seektime.template.md +11 -0
- package/docs/api/player.seektime.update.md +15 -0
- package/docs/api/player.share.attributes.md +14 -0
- package/docs/api/player.share.bindevents.md +15 -0
- package/docs/api/player.share.canshowshare.md +15 -0
- package/docs/api/player.share.events.md +18 -0
- package/docs/api/player.share.hideshare.md +15 -0
- package/docs/api/player.share.initializeicons.md +15 -0
- package/docs/api/player.share.md +308 -0
- package/docs/api/player.share.name.md +11 -0
- package/docs/api/player.share.onshareembedclick.md +15 -0
- package/docs/api/player.share.onsharefb.md +15 -0
- package/docs/api/player.share.onsharehide.md +15 -0
- package/docs/api/player.share.onsharelinkclick.md +15 -0
- package/docs/api/player.share.onshareshow.md +15 -0
- package/docs/api/player.share.onsharetw.md +15 -0
- package/docs/api/player.share.render.md +15 -0
- package/docs/api/player.share.showshare.md +15 -0
- package/docs/api/player.share.supportedversion.md +13 -0
- package/docs/api/player.share.template.md +11 -0
- package/docs/api/player.share.unbindevents.md +15 -0
- package/docs/api/player.skiptime.attributes.md +14 -0
- package/docs/api/player.skiptime.bindevents.md +15 -0
- package/docs/api/player.skiptime.container.md +11 -0
- package/docs/api/player.skiptime.events.md +15 -0
- package/docs/api/player.skiptime.handlerewindclicks.md +15 -0
- package/docs/api/player.skiptime.md +255 -0
- package/docs/api/player.skiptime.name.md +11 -0
- package/docs/api/player.skiptime.render.md +15 -0
- package/docs/api/player.skiptime.setback.md +15 -0
- package/docs/api/player.skiptime.setforward.md +15 -0
- package/docs/api/player.skiptime.setmidclick.md +15 -0
- package/docs/api/player.skiptime.supportedversion.md +13 -0
- package/docs/api/player.skiptime.template.md +11 -0
- package/docs/api/player.skiptime.togglefullscreen.md +15 -0
- package/docs/api/player.sourcecontroller._constructor_.md +50 -0
- package/docs/api/player.sourcecontroller.md +156 -0
- package/docs/api/player.sourcecontroller.name.md +14 -0
- package/docs/api/player.sourcecontroller.supportedversion.md +16 -0
- package/docs/api/player.sourcecontroller.version.md +14 -0
- package/docs/api/player.spinnerthreebounce._constructor_.md +47 -0
- package/docs/api/player.spinnerthreebounce.attributes.md +14 -0
- package/docs/api/player.spinnerthreebounce.hide.md +15 -0
- package/docs/api/player.spinnerthreebounce.md +184 -0
- package/docs/api/player.spinnerthreebounce.name.md +11 -0
- package/docs/api/player.spinnerthreebounce.render.md +15 -0
- package/docs/api/player.spinnerthreebounce.show.md +51 -0
- package/docs/api/player.spinnerthreebounce.supportedversion.md +13 -0
- package/docs/api/player.statistics._constructor_.md +47 -0
- package/docs/api/player.statistics.bindevents.md +15 -0
- package/docs/api/player.statistics.md +141 -0
- package/docs/api/player.statistics.name.md +11 -0
- package/docs/api/player.statistics.supportedversion.md +13 -0
- package/docs/api/player.subtitles.attributes.md +14 -0
- package/docs/api/player.subtitles.bindevents.md +15 -0
- package/docs/api/player.subtitles.buttonelement.md +15 -0
- package/docs/api/player.subtitles.events.md +14 -0
- package/docs/api/player.subtitles.hide.md +15 -0
- package/docs/api/player.subtitles.levelelement.md +51 -0
- package/docs/api/player.subtitles.md +343 -0
- package/docs/api/player.subtitles.name.md +11 -0
- package/docs/api/player.subtitles.preselectedlanguage.md +11 -0
- package/docs/api/player.subtitles.reload.md +15 -0
- package/docs/api/player.subtitles.render.md +15 -0
- package/docs/api/player.subtitles.selectsubtitles.md +15 -0
- package/docs/api/player.subtitles.show.md +15 -0
- package/docs/api/player.subtitles.startlevelswitch.md +15 -0
- package/docs/api/player.subtitles.stoplevelswitch.md +15 -0
- package/docs/api/player.subtitles.supportedversion.md +13 -0
- package/docs/api/player.subtitles.template.md +11 -0
- package/docs/api/player.subtitles.templatestring.md +11 -0
- package/docs/api/player.subtitles.unbindevents.md +15 -0
- package/docs/api/player.subtitles.version.md +11 -0
- package/docs/api/player.thumbnails.attributes.md +13 -0
- package/docs/api/player.thumbnails.bindevents.md +15 -0
- package/docs/api/player.thumbnails.md +157 -0
- package/docs/api/player.thumbnails.name.md +11 -0
- package/docs/api/player.thumbnails.settext.md +49 -0
- package/docs/api/player.thumbnails.supportedversion.md +13 -0
- package/docs/api/player.thumbnails.template.md +11 -0
- package/docs/api/player.volumefade.bindevents.md +18 -0
- package/docs/api/player.volumefade.md +110 -0
- package/docs/api/player.volumefade.name.md +14 -0
- package/docs/api/player.volumefade.unbindevents.md +18 -0
- package/docs/api/player.volumefadeevents.md +45 -0
- package/docs/api/player.zeptoresult.md +15 -0
- package/lib/index.core.d.ts +1 -9
- package/lib/index.core.d.ts.map +1 -1
- package/lib/index.core.js +1 -9
- package/lib/index.d.ts +9 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +9 -0
- package/lib/index.plugins.d.ts +0 -5
- package/lib/index.plugins.d.ts.map +1 -1
- package/lib/index.plugins.js +0 -5
- package/lib/internal.types.d.ts +1 -1
- package/lib/internal.types.d.ts.map +1 -1
- package/lib/plugins/audio-selector/AudioSelector.d.ts +3 -0
- package/lib/plugins/audio-selector/AudioSelector.d.ts.map +1 -1
- package/lib/plugins/audio-selector/AudioSelector.js +3 -0
- package/lib/plugins/big-mute-button/BigMuteButton.d.ts +4 -1
- package/lib/plugins/big-mute-button/BigMuteButton.d.ts.map +1 -1
- package/lib/plugins/big-mute-button/BigMuteButton.js +3 -0
- package/lib/plugins/bottom-gear/BottomGear.d.ts +3 -0
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +3 -0
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +3 -0
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +3 -0
- package/lib/plugins/clappr-stats/ClapprStats.d.ts +4 -1
- package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
- package/lib/plugins/clappr-stats/ClapprStats.js +3 -0
- package/lib/plugins/clips/Clips.d.ts +3 -0
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +22 -2
- package/lib/plugins/kibo/index.d.ts +3 -0
- package/lib/plugins/kibo/index.d.ts.map +1 -1
- package/lib/plugins/kibo/index.js +3 -0
- package/lib/plugins/level-selector/LevelSelector.d.ts +0 -3
- package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
- package/lib/plugins/level-selector/LevelSelector.js +2 -10
- package/lib/plugins/media-control/MediaControl.d.ts +95 -54
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +60 -37
- package/lib/plugins/source-controller/SourceController.js +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +1 -1
- package/lib/plugins/subtitles/Subtitles.d.ts +1 -1
- package/lib/plugins/subtitles/Subtitles.d.ts.map +1 -1
- package/lib/plugins/thumbnails/Thumbnails.d.ts +1 -1
- package/lib/plugins/thumbnails/Thumbnails.d.ts.map +1 -1
- package/lib/plugins/vast-ads/roll.d.ts +1 -1
- package/lib/plugins/vast-ads/roll.d.ts.map +1 -1
- package/lib/plugins/vast-ads/rollmanager.d.ts +1 -1
- package/lib/plugins/vast-ads/rollmanager.d.ts.map +1 -1
- package/lib/plugins/volume-fade/VolumeFade.d.ts +3 -0
- package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
- package/lib/plugins/volume-fade/VolumeFade.js +3 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/utils/types.d.ts +6 -0
- package/lib/utils/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.core.ts +1 -10
- package/src/index.plugins.ts +0 -6
- package/src/index.ts +9 -0
- package/src/internal.types.ts +1 -1
- package/src/plugins/audio-selector/AudioSelector.ts +4 -1
- package/src/plugins/big-mute-button/BigMuteButton.ts +5 -2
- package/src/plugins/bottom-gear/BottomGear.ts +3 -0
- package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +4 -1
- package/src/plugins/clappr-nerd-stats/speedtest/Speedtest.ts +1 -1
- package/src/plugins/clappr-stats/ClapprStats.ts +5 -2
- package/src/plugins/clips/Clips.ts +29 -3
- package/src/plugins/error-screen/ErrorScreen.ts +1 -1
- package/src/plugins/favicon/Favicon.ts +1 -1
- package/src/plugins/kibo/index.ts +3 -0
- package/src/plugins/level-selector/LevelSelector.ts +5 -15
- package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +185 -37
- package/src/plugins/level-selector/__tests__/__snapshots__/LevelSelector.test.ts.snap +187 -1
- package/src/plugins/logo/Logo.ts +1 -1
- package/src/plugins/media-control/MediaControl.ts +114 -94
- package/src/plugins/multi-camera/MultiCamera.ts +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
- package/src/plugins/poster/Poster.ts +2 -2
- package/src/plugins/seek-time/SeekTime.ts +2 -2
- package/src/plugins/source-controller/SourceController.ts +1 -1
- package/src/plugins/source-controller/__tests__/SourceController.test.ts +2 -1
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +2 -2
- package/src/plugins/statistics/Statistics.ts +1 -1
- package/src/plugins/subtitles/Subtitles.ts +2 -2
- package/src/plugins/thumbnails/Thumbnails.ts +2 -2
- package/src/plugins/vast-ads/VastAds.ts +2 -2
- package/src/plugins/vast-ads/roll.ts +1 -1
- package/src/plugins/vast-ads/rollmanager.ts +1 -1
- package/src/plugins/volume-fade/VolumeFade.ts +4 -1
- package/src/types.ts +0 -2
- package/src/typings/vitest.d.ts +11 -0
- package/src/utils/types.ts +6 -0
- package/temp/player.api.json +12689 -1324
- package/tsconfig.tsbuildinfo +1 -1
- package/vitest.config.ts +9 -0
- package/src/plugins/types.ts +0 -7
package/dist/index.css
CHANGED
|
@@ -122,102 +122,30 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}.
|
|
126
|
-
|
|
127
|
-
z-index: 9998;
|
|
128
|
-
background-color: transparent;
|
|
129
|
-
display: flex;
|
|
130
|
-
justify-content: center;
|
|
131
|
-
width: 100%;
|
|
132
|
-
height: calc(100% - 50px);
|
|
133
|
-
margin: 0 auto;
|
|
134
|
-
opacity: 0.75;
|
|
135
|
-
transition: opacity 0.1s ease;
|
|
136
|
-
pointer-events: auto;
|
|
137
|
-
}
|
|
138
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
139
|
-
display: none;
|
|
140
|
-
}
|
|
141
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
142
|
-
cursor: pointer;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
146
|
-
display: flex;
|
|
147
|
-
align-items: center;
|
|
148
|
-
justify-content: center;
|
|
149
|
-
align-self: center;
|
|
150
|
-
width: 120px;
|
|
151
|
-
height: 120px;
|
|
152
|
-
border: 2px solid white;
|
|
153
|
-
border-radius: 50%;
|
|
154
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
155
|
-
filter: alpha(opacity=60);
|
|
156
|
-
opacity: 1;
|
|
157
|
-
box-shadow: 0 0 1px 0 white;
|
|
158
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
159
|
-
z-index: 10000;
|
|
160
|
-
}
|
|
161
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
162
|
-
margin-left: 5px;
|
|
163
|
-
width: 80px;
|
|
164
|
-
height: 80px;
|
|
165
|
-
}
|
|
166
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
167
|
-
fill: #1f1e1e !important;
|
|
168
|
-
}
|
|
169
|
-
.big-mute-icon[data-big-mute-icon]:hover {
|
|
170
|
-
background: rgba(240, 243, 247, 0.8784313725);
|
|
171
|
-
}
|
|
172
|
-
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
173
|
-
fill: #151515 !important;
|
|
174
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
175
|
-
float: right;
|
|
176
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
177
|
-
}
|
|
178
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
179
|
-
height: 40px;
|
|
180
|
-
width: 40px;
|
|
181
|
-
padding-right: 20px;
|
|
182
|
-
}
|
|
183
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
184
|
-
height: 20px;
|
|
185
|
-
}
|
|
186
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
125
|
+
}.context-menu {
|
|
126
|
+
z-index: 999;
|
|
187
127
|
position: absolute;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
width: 250px;
|
|
192
|
-
min-height: 48px;
|
|
193
|
-
z-index: 9999;
|
|
194
|
-
border-radius: 4px;
|
|
195
|
-
}
|
|
196
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
197
|
-
padding: 8px 0;
|
|
198
|
-
}
|
|
199
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
200
|
-
float: left;
|
|
201
|
-
margin-right: 10px;
|
|
128
|
+
top: 0;
|
|
129
|
+
left: 0;
|
|
130
|
+
text-align: center;
|
|
202
131
|
}
|
|
203
|
-
.
|
|
204
|
-
|
|
205
|
-
text-align: left;
|
|
206
|
-
line-height: 22px;
|
|
207
|
-
padding: 5px 14px;
|
|
208
|
-
width: 250px;
|
|
132
|
+
.context-menu .context-menu-list {
|
|
133
|
+
font-family: "Proxima Nova", sans-serif;
|
|
209
134
|
font-size: 12px;
|
|
135
|
+
line-height: 12px;
|
|
136
|
+
list-style-type: none;
|
|
137
|
+
text-align: left;
|
|
138
|
+
padding: 5px;
|
|
139
|
+
margin-left: auto;
|
|
140
|
+
margin-right: auto;
|
|
141
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
142
|
+
border: 1px solid #666;
|
|
143
|
+
border-radius: 4px;
|
|
210
144
|
}
|
|
211
|
-
.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
216
|
-
float: right;
|
|
217
|
-
margin-right: 8px;
|
|
218
|
-
}
|
|
219
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
220
|
-
height: 20px;
|
|
145
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
146
|
+
color: white;
|
|
147
|
+
padding: 5px;
|
|
148
|
+
cursor: pointer;
|
|
221
149
|
}*, :focus, :visited {
|
|
222
150
|
outline: none !important;
|
|
223
151
|
}
|
|
@@ -355,6 +283,104 @@
|
|
|
355
283
|
100% {
|
|
356
284
|
color: #B80000;
|
|
357
285
|
}
|
|
286
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
287
|
+
position: absolute;
|
|
288
|
+
z-index: 9998;
|
|
289
|
+
background-color: transparent;
|
|
290
|
+
display: flex;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: 100%;
|
|
293
|
+
height: calc(100% - 50px);
|
|
294
|
+
margin: 0 auto;
|
|
295
|
+
opacity: 0.75;
|
|
296
|
+
transition: opacity 0.1s ease;
|
|
297
|
+
pointer-events: auto;
|
|
298
|
+
}
|
|
299
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
300
|
+
display: none;
|
|
301
|
+
}
|
|
302
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
303
|
+
cursor: pointer;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
307
|
+
display: flex;
|
|
308
|
+
align-items: center;
|
|
309
|
+
justify-content: center;
|
|
310
|
+
align-self: center;
|
|
311
|
+
width: 120px;
|
|
312
|
+
height: 120px;
|
|
313
|
+
border: 2px solid white;
|
|
314
|
+
border-radius: 50%;
|
|
315
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
316
|
+
filter: alpha(opacity=60);
|
|
317
|
+
opacity: 1;
|
|
318
|
+
box-shadow: 0 0 1px 0 white;
|
|
319
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
320
|
+
z-index: 10000;
|
|
321
|
+
}
|
|
322
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
323
|
+
margin-left: 5px;
|
|
324
|
+
width: 80px;
|
|
325
|
+
height: 80px;
|
|
326
|
+
}
|
|
327
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
328
|
+
fill: #1f1e1e !important;
|
|
329
|
+
}
|
|
330
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
331
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
332
|
+
}
|
|
333
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
334
|
+
fill: #151515 !important;
|
|
335
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
336
|
+
float: right;
|
|
337
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
338
|
+
}
|
|
339
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
340
|
+
height: 40px;
|
|
341
|
+
width: 40px;
|
|
342
|
+
padding-right: 20px;
|
|
343
|
+
}
|
|
344
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
345
|
+
height: 20px;
|
|
346
|
+
}
|
|
347
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
348
|
+
position: absolute;
|
|
349
|
+
right: 16px;
|
|
350
|
+
bottom: 52px;
|
|
351
|
+
display: none;
|
|
352
|
+
width: 250px;
|
|
353
|
+
min-height: 48px;
|
|
354
|
+
z-index: 9999;
|
|
355
|
+
border-radius: 4px;
|
|
356
|
+
}
|
|
357
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
358
|
+
padding: 8px 0;
|
|
359
|
+
}
|
|
360
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
361
|
+
float: left;
|
|
362
|
+
margin-right: 10px;
|
|
363
|
+
}
|
|
364
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
365
|
+
margin: 0;
|
|
366
|
+
text-align: left;
|
|
367
|
+
line-height: 22px;
|
|
368
|
+
padding: 5px 14px;
|
|
369
|
+
width: 250px;
|
|
370
|
+
font-size: 12px;
|
|
371
|
+
}
|
|
372
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
373
|
+
float: right;
|
|
374
|
+
margin-right: -14px;
|
|
375
|
+
}
|
|
376
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
377
|
+
float: right;
|
|
378
|
+
margin-right: 8px;
|
|
379
|
+
}
|
|
380
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
381
|
+
height: 20px;
|
|
382
|
+
}.clips.bar-container[data-seekbar] {
|
|
383
|
+
clip-path: url("#myClip");
|
|
358
384
|
}*, :focus, :visited {
|
|
359
385
|
outline: none !important;
|
|
360
386
|
}
|
|
@@ -420,216 +446,424 @@
|
|
|
420
446
|
}
|
|
421
447
|
.gear-wrapper svg {
|
|
422
448
|
height: 20px;
|
|
423
|
-
}
|
|
424
|
-
|
|
449
|
+
}:root {
|
|
450
|
+
--primary-background-color: #000;
|
|
451
|
+
--secondary-background-color: #262626;
|
|
452
|
+
--primary-text-color: #fff;
|
|
453
|
+
--secondary-text-color: #fff4f2;
|
|
454
|
+
--hover-text-color: #f9b090;
|
|
455
|
+
--speedtest-red: #df564d;
|
|
456
|
+
--speedtest-orange: #df934d;
|
|
457
|
+
--speedtest-yellow: #dfd04d;
|
|
458
|
+
--speedtest-light-green: #c2df4d;
|
|
459
|
+
--speedtest-green: #73df4d;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
463
|
+
position: absolute;
|
|
464
|
+
display: inline-block;
|
|
465
|
+
bottom: 52px;
|
|
466
|
+
right: 16px;
|
|
467
|
+
padding: 0 10px 12px;
|
|
468
|
+
margin: 0;
|
|
469
|
+
line-height: 20px;
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
font-weight: 500;
|
|
472
|
+
background: var(--primary-background-color);
|
|
473
|
+
color: #fff;
|
|
474
|
+
z-index: 20000;
|
|
475
|
+
overflow: auto;
|
|
476
|
+
max-height: calc(100vh - 60px);
|
|
477
|
+
max-width: calc(100vw - 10px);
|
|
478
|
+
}
|
|
479
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
425
480
|
position: absolute;
|
|
426
481
|
top: 0;
|
|
427
482
|
left: 0;
|
|
428
|
-
|
|
483
|
+
z-index: 99990;
|
|
484
|
+
width: 100%;
|
|
485
|
+
height: 32px;
|
|
486
|
+
background: var(--primary-background-color);
|
|
429
487
|
}
|
|
430
|
-
.
|
|
431
|
-
font-family: "Proxima Nova", sans-serif;
|
|
432
|
-
font-size: 12px;
|
|
433
|
-
line-height: 12px;
|
|
434
|
-
list-style-type: none;
|
|
435
|
-
text-align: left;
|
|
436
|
-
padding: 5px;
|
|
437
|
-
margin-left: auto;
|
|
438
|
-
margin-right: auto;
|
|
439
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
440
|
-
border: 1px solid #666;
|
|
441
|
-
border-radius: 4px;
|
|
442
|
-
}
|
|
443
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
444
|
-
color: white;
|
|
445
|
-
padding: 5px;
|
|
446
|
-
cursor: pointer;
|
|
447
|
-
}*, :focus, :visited {
|
|
448
|
-
outline: none !important;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.multicamera[data-multicamera] {
|
|
488
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
|
|
452
489
|
float: right;
|
|
453
|
-
margin-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
width:
|
|
457
|
-
|
|
458
|
-
.multicamera[data-multicamera] button {
|
|
459
|
-
background-color: transparent;
|
|
460
|
-
color: #fff;
|
|
461
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
462
|
-
-webkit-font-smoothing: antialiased;
|
|
463
|
-
border: none;
|
|
464
|
-
font-size: 14px;
|
|
465
|
-
padding: 0;
|
|
490
|
+
margin-right: 12px;
|
|
491
|
+
margin-top: 10px;
|
|
492
|
+
display: block;
|
|
493
|
+
width: 12px;
|
|
494
|
+
height: 12px;
|
|
466
495
|
}
|
|
467
|
-
.
|
|
468
|
-
|
|
469
|
-
position: relative;
|
|
470
|
-
margin-top: 6px;
|
|
496
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
|
|
497
|
+
fill: var(--primary-text-color);
|
|
471
498
|
}
|
|
472
|
-
.
|
|
473
|
-
|
|
499
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
|
|
500
|
+
fill: var(--hover-text-color);
|
|
474
501
|
}
|
|
475
|
-
.
|
|
476
|
-
|
|
502
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
|
|
503
|
+
overflow: hidden;
|
|
504
|
+
margin-top: 44px;
|
|
477
505
|
}
|
|
478
|
-
.
|
|
479
|
-
width:
|
|
480
|
-
height: 6px;
|
|
481
|
-
margin-top: 11px;
|
|
482
|
-
margin-left: 5px;
|
|
506
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
|
|
507
|
+
width: 820px;
|
|
483
508
|
}
|
|
484
|
-
.
|
|
485
|
-
padding: 6px 0;
|
|
486
|
-
right: -24px;
|
|
487
|
-
width: 245px;
|
|
509
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
|
|
488
510
|
list-style-type: none;
|
|
489
|
-
position: absolute;
|
|
490
|
-
bottom: 48px;
|
|
491
|
-
border-radius: 4px;
|
|
492
|
-
display: none;
|
|
493
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
494
511
|
}
|
|
495
|
-
.
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
left: 85%;
|
|
500
|
-
margin-left: -10px;
|
|
501
|
-
width: 0;
|
|
502
|
-
height: 0;
|
|
503
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
504
|
-
border-right: 10px solid transparent;
|
|
505
|
-
border-left: 10px solid transparent;
|
|
512
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
|
|
513
|
+
padding-left: 2px;
|
|
514
|
+
padding-right: 2px;
|
|
515
|
+
background: var(--primary-background-color);
|
|
506
516
|
}
|
|
507
|
-
.
|
|
508
|
-
|
|
509
|
-
|
|
517
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
518
|
+
display: inline-block;
|
|
519
|
+
float: left;
|
|
520
|
+
padding: 5px;
|
|
521
|
+
width: 200px;
|
|
510
522
|
}
|
|
511
|
-
.
|
|
512
|
-
display: flex;
|
|
513
|
-
padding: 10px 0;
|
|
514
|
-
justify-content: center;
|
|
523
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
|
|
515
524
|
position: relative;
|
|
525
|
+
padding: 0 5px;
|
|
526
|
+
text-align: left;
|
|
516
527
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
528
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
|
|
529
|
+
padding: 0;
|
|
519
530
|
}
|
|
520
|
-
.
|
|
521
|
-
|
|
531
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
|
|
532
|
+
width: 100%;
|
|
522
533
|
}
|
|
523
|
-
.
|
|
524
|
-
|
|
534
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
|
|
535
|
+
background: var(--secondary-background-color);
|
|
525
536
|
}
|
|
526
|
-
.
|
|
527
|
-
background
|
|
537
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
|
|
538
|
+
background: var(--secondary-background-color);
|
|
528
539
|
}
|
|
529
|
-
.
|
|
530
|
-
|
|
540
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
|
|
541
|
+
text-align: center;
|
|
542
|
+
font-weight: bold;
|
|
543
|
+
padding-bottom: 4px;
|
|
544
|
+
font-size: 14px;
|
|
531
545
|
}
|
|
532
|
-
.
|
|
533
|
-
|
|
534
|
-
|
|
546
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
|
|
547
|
+
margin: 0;
|
|
548
|
+
position: absolute;
|
|
549
|
+
right: 0;
|
|
550
|
+
top: 0;
|
|
535
551
|
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
552
|
+
|
|
553
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
|
|
554
|
+
width: 250px;
|
|
539
555
|
}
|
|
540
|
-
.
|
|
541
|
-
width:
|
|
542
|
-
text-align: left;
|
|
543
|
-
margin-left: 15px;
|
|
556
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
|
|
557
|
+
width: 100%;
|
|
544
558
|
}
|
|
545
|
-
.
|
|
546
|
-
|
|
547
|
-
height:
|
|
548
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
549
|
-
font-size: 14px;
|
|
550
|
-
font-weight: normal;
|
|
551
|
-
font-style: normal;
|
|
552
|
-
font-stretch: normal;
|
|
553
|
-
line-height: 1.43;
|
|
554
|
-
letter-spacing: normal;
|
|
555
|
-
text-align: left;
|
|
556
|
-
color: #fff;
|
|
557
|
-
text-overflow: ellipsis;
|
|
558
|
-
overflow: hidden;
|
|
559
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
|
|
560
|
+
padding: 0 5px;
|
|
561
|
+
height: auto;
|
|
559
562
|
}
|
|
560
|
-
.
|
|
561
|
-
|
|
563
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
|
|
564
|
+
width: 100%;
|
|
565
|
+
flex-direction: column;
|
|
562
566
|
}
|
|
563
|
-
.
|
|
564
|
-
|
|
565
|
-
padding: 5px;
|
|
567
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
|
|
568
|
+
width: 100%;
|
|
566
569
|
}
|
|
567
|
-
.
|
|
568
|
-
|
|
569
|
-
padding: 2px 10px;
|
|
570
|
-
display: block;
|
|
571
|
-
text-decoration: none;
|
|
570
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
571
|
+
width: 100%;
|
|
572
572
|
}
|
|
573
|
-
.
|
|
574
|
-
|
|
575
|
-
|
|
573
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
|
|
574
|
+
padding-top: 12px;
|
|
575
|
+
height: 38px;
|
|
576
|
+
text-align: center;
|
|
576
577
|
}
|
|
577
|
-
.
|
|
578
|
-
|
|
579
|
-
text-decoration: none;
|
|
578
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
|
|
579
|
+
text-align: center;
|
|
580
580
|
}
|
|
581
|
-
.
|
|
582
|
-
|
|
581
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
|
|
582
|
+
height: 80px;
|
|
583
583
|
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
0
|
|
587
|
-
color: #fff;
|
|
588
|
-
}
|
|
589
|
-
50% {
|
|
590
|
-
color: #ff0101;
|
|
591
|
-
}
|
|
592
|
-
100% {
|
|
593
|
-
color: #B80000;
|
|
594
|
-
}
|
|
595
|
-
}.clips.bar-container[data-seekbar] {
|
|
596
|
-
clip-path: url("#myClip");
|
|
597
|
-
}.dvr-controls[data-dvr-controls] {
|
|
598
|
-
display: inline-block;
|
|
599
|
-
float: left;
|
|
600
|
-
color: #fff;
|
|
601
|
-
line-height: 32px;
|
|
602
|
-
font-size: 10px;
|
|
603
|
-
font-weight: bold;
|
|
604
|
-
margin-left: 6px;
|
|
584
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
|
|
585
|
+
bottom: 0;
|
|
586
|
+
left: 0;
|
|
605
587
|
}
|
|
606
|
-
.
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
text-transform: uppercase;
|
|
588
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
|
|
589
|
+
inset: 50% auto auto 50%;
|
|
590
|
+
transform: translate(-50%, -50%);
|
|
610
591
|
}
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
width: 7px;
|
|
616
|
-
height: 7px;
|
|
617
|
-
border-radius: 3.5px;
|
|
618
|
-
margin-right: 3.5px;
|
|
619
|
-
background-color: #ff0101;
|
|
592
|
+
|
|
593
|
+
.speed-test-button {
|
|
594
|
+
margin: 10px 0 0;
|
|
595
|
+
color: #000;
|
|
620
596
|
}
|
|
621
|
-
|
|
622
|
-
|
|
597
|
+
|
|
598
|
+
.speed-test {
|
|
599
|
+
position: absolute;
|
|
600
|
+
top: 0;
|
|
601
|
+
left: 0;
|
|
602
|
+
width: 100%;
|
|
603
|
+
height: 100%;
|
|
604
|
+
z-index: 9999;
|
|
623
605
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
606
|
+
.speed-test .speed-test-header {
|
|
607
|
+
width: 100%;
|
|
608
|
+
height: 32px;
|
|
626
609
|
}
|
|
627
|
-
.
|
|
610
|
+
.speed-test .speed-test-header .close-speed-test {
|
|
611
|
+
float: right;
|
|
612
|
+
margin-right: 5px;
|
|
613
|
+
line-height: 32px;
|
|
628
614
|
cursor: pointer;
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
color:
|
|
615
|
+
color: var(--primary-text-color);
|
|
616
|
+
}
|
|
617
|
+
.speed-test .speed-test-header .close-speed-test:hover {
|
|
618
|
+
color: var(--hover-text-color);
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.settings-button {
|
|
622
|
+
float: right;
|
|
623
|
+
margin: 0 12px 0 0;
|
|
624
|
+
height: 40px;
|
|
625
|
+
width: 24px;
|
|
626
|
+
border: none;
|
|
627
|
+
padding: 0;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.settings-options-list {
|
|
631
|
+
position: absolute;
|
|
632
|
+
right: 16px;
|
|
633
|
+
bottom: 52px;
|
|
634
|
+
background: var(--primary-background-color);
|
|
635
|
+
width: 250px;
|
|
636
|
+
height: 48px;
|
|
637
|
+
z-index: 9999;
|
|
638
|
+
border-radius: 4px;
|
|
639
|
+
}
|
|
640
|
+
.settings-options-list svg {
|
|
641
|
+
float: left;
|
|
642
|
+
margin-right: 10px;
|
|
643
|
+
}
|
|
644
|
+
.settings-options-list .settings-speedtest-option {
|
|
645
|
+
color: var(--primary-text-color);
|
|
646
|
+
margin: 0;
|
|
647
|
+
text-align: left;
|
|
648
|
+
height: 24px;
|
|
649
|
+
line-height: 22px;
|
|
650
|
+
padding: 14px;
|
|
651
|
+
width: 250px;
|
|
652
|
+
font-size: 12px;
|
|
653
|
+
}
|
|
654
|
+
.settings-options-list .settings-speedtest-option:hover {
|
|
655
|
+
color: var(--hover-text-color);
|
|
656
|
+
}
|
|
657
|
+
.settings-options-list .settings-speedtest-option:hover svg path {
|
|
658
|
+
fill: var(--hover-text-color);
|
|
659
|
+
}
|
|
660
|
+
.settings-options-list .settings-speedtest-option svg path {
|
|
661
|
+
fill: var(--primary-text-color);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.speedtest-summary {
|
|
665
|
+
width: 100%;
|
|
666
|
+
border-top: 1px solid var(--secondary-background-color) !important;
|
|
667
|
+
border-bottom: 1px solid var(--secondary-background-color) !important;
|
|
668
|
+
display: flex !important;
|
|
669
|
+
flex-direction: column;
|
|
670
|
+
align-items: stretch;
|
|
671
|
+
justify-content: space-between;
|
|
672
|
+
}
|
|
673
|
+
.speedtest-summary .speedtest-summary-header {
|
|
674
|
+
width: 100%;
|
|
675
|
+
padding-top: 4px;
|
|
676
|
+
text-align: left;
|
|
677
|
+
height: 32px;
|
|
678
|
+
font-size: 14px;
|
|
679
|
+
font-weight: 500;
|
|
680
|
+
line-height: 20px;
|
|
681
|
+
}
|
|
682
|
+
.speedtest-summary .speedtest-summary-block {
|
|
683
|
+
position: relative;
|
|
684
|
+
display: flex;
|
|
685
|
+
flex-direction: row;
|
|
686
|
+
width: 100%;
|
|
687
|
+
}
|
|
688
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
|
|
689
|
+
width: 50%;
|
|
690
|
+
margin-top: 4px;
|
|
691
|
+
margin-bottom: 12px;
|
|
692
|
+
}
|
|
693
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
694
|
+
padding: 2px;
|
|
695
|
+
width: 248px;
|
|
696
|
+
max-width: 100%;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.speedtest-quality {
|
|
700
|
+
width: 100%;
|
|
701
|
+
height: 36px;
|
|
702
|
+
display: flex !important;
|
|
703
|
+
flex-direction: column !important;
|
|
704
|
+
justify-content: space-between !important;
|
|
705
|
+
}
|
|
706
|
+
.speedtest-quality .speedtest-quality-header {
|
|
707
|
+
font-size: 12px;
|
|
708
|
+
height: 20px;
|
|
709
|
+
border-left: 2px solid var(--secondary-background-color) !important;
|
|
710
|
+
background-color: var(--secondary-background-color);
|
|
711
|
+
text-align: left;
|
|
712
|
+
}
|
|
713
|
+
.speedtest-quality-content {
|
|
714
|
+
width: 100%;
|
|
715
|
+
margin-top: 8px;
|
|
716
|
+
height: 8px;
|
|
717
|
+
display: flex !important;
|
|
718
|
+
flex-direction: row !important;
|
|
719
|
+
align-items: stretch !important;
|
|
720
|
+
justify-content: space-between;
|
|
721
|
+
}
|
|
722
|
+
.speedtest-quality-content-item {
|
|
723
|
+
width: 18.8%;
|
|
724
|
+
background-color: #fff;
|
|
725
|
+
}
|
|
726
|
+
.speedtest-quality-content-item.speedtest-quality-value-1 {
|
|
727
|
+
background-color: var(--speedtest-red);
|
|
728
|
+
}
|
|
729
|
+
.speedtest-quality-content-item.speedtest-quality-value-2 {
|
|
730
|
+
background-color: var(--speedtest-orange);
|
|
731
|
+
}
|
|
732
|
+
.speedtest-quality-content-item.speedtest-quality-value-3 {
|
|
733
|
+
background-color: var(--speedtest-yellow);
|
|
734
|
+
}
|
|
735
|
+
.speedtest-quality-content-item.speedtest-quality-value-4 {
|
|
736
|
+
background-color: var(--speedtest-light-green);
|
|
737
|
+
}
|
|
738
|
+
.speedtest-quality-content-item.speedtest-quality-value-5 {
|
|
739
|
+
background-color: var(--speedtest-green);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.speedtest-footer {
|
|
743
|
+
position: relative;
|
|
744
|
+
float: left;
|
|
745
|
+
width: 100%;
|
|
746
|
+
height: 30px;
|
|
747
|
+
line-height: 16px;
|
|
748
|
+
}
|
|
749
|
+
.speedtest-footer-about-link {
|
|
750
|
+
position: absolute;
|
|
751
|
+
bottom: 0;
|
|
752
|
+
left: 0;
|
|
753
|
+
color: var(--secondary-text-color);
|
|
754
|
+
text-decoration: underline !important;
|
|
755
|
+
}
|
|
756
|
+
.speedtest-footer-about-link:hover {
|
|
757
|
+
color: var(--hover-text-color);
|
|
758
|
+
}
|
|
759
|
+
.speedtest-footer .speedtest-footer-refresh {
|
|
760
|
+
position: absolute;
|
|
761
|
+
bottom: 0;
|
|
762
|
+
right: 0;
|
|
763
|
+
color: var(--secondary-text-color);
|
|
764
|
+
font-size: 14px;
|
|
765
|
+
font-weight: 400;
|
|
766
|
+
line-height: 16px;
|
|
767
|
+
height: 16px;
|
|
768
|
+
display: flex;
|
|
769
|
+
align-items: center;
|
|
770
|
+
gap: 4px;
|
|
771
|
+
}
|
|
772
|
+
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
773
|
+
fill: var(--secondary-text-color);
|
|
774
|
+
}
|
|
775
|
+
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
776
|
+
color: var(--hover-text-color);
|
|
777
|
+
}
|
|
778
|
+
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
779
|
+
fill: var(--hover-text-color);
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
783
|
+
position: fixed;
|
|
784
|
+
height: auto;
|
|
785
|
+
width: auto;
|
|
786
|
+
inset: 0;
|
|
787
|
+
min-width: 100vw;
|
|
788
|
+
padding-bottom: 4px;
|
|
789
|
+
padding-left: 4px;
|
|
790
|
+
padding-right: 4px;
|
|
791
|
+
}
|
|
792
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
793
|
+
position: fixed;
|
|
794
|
+
}
|
|
795
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
796
|
+
width: 50%;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
@media only screen and (orientation: portrait) {
|
|
800
|
+
.mobile .speedtest-summary {
|
|
801
|
+
padding: 0 5px;
|
|
802
|
+
height: auto;
|
|
803
|
+
}
|
|
804
|
+
.mobile .speedtest-summary-block {
|
|
805
|
+
width: 100%;
|
|
806
|
+
flex-direction: column;
|
|
807
|
+
}
|
|
808
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock {
|
|
809
|
+
width: 100%;
|
|
810
|
+
}
|
|
811
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
812
|
+
width: 100%;
|
|
813
|
+
}
|
|
814
|
+
.mobile .speedtest-summary-header {
|
|
815
|
+
padding-top: 12px;
|
|
816
|
+
height: 38px;
|
|
817
|
+
text-align: center;
|
|
818
|
+
}
|
|
819
|
+
.mobile .speedtest-quality-header {
|
|
820
|
+
text-align: center;
|
|
821
|
+
}
|
|
822
|
+
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
823
|
+
inset: 50% auto auto 50%;
|
|
824
|
+
transform: translate(-50%, -50%);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
@media only screen and (orientation: landscape) {
|
|
828
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
829
|
+
width: 25%;
|
|
830
|
+
}
|
|
831
|
+
}.dvr-controls[data-dvr-controls] {
|
|
832
|
+
display: inline-block;
|
|
833
|
+
float: left;
|
|
834
|
+
color: #fff;
|
|
835
|
+
line-height: 32px;
|
|
836
|
+
font-size: 10px;
|
|
837
|
+
font-weight: bold;
|
|
838
|
+
margin-left: 6px;
|
|
839
|
+
}
|
|
840
|
+
.dvr-controls[data-dvr-controls] .live-info {
|
|
841
|
+
cursor: default;
|
|
842
|
+
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
843
|
+
text-transform: uppercase;
|
|
844
|
+
}
|
|
845
|
+
.dvr-controls[data-dvr-controls] .live-info:before {
|
|
846
|
+
content: "";
|
|
847
|
+
display: inline-block;
|
|
848
|
+
position: relative;
|
|
849
|
+
width: 7px;
|
|
850
|
+
height: 7px;
|
|
851
|
+
border-radius: 3.5px;
|
|
852
|
+
margin-right: 3.5px;
|
|
853
|
+
background-color: #ff0101;
|
|
854
|
+
}
|
|
855
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled {
|
|
856
|
+
opacity: 0.3;
|
|
857
|
+
}
|
|
858
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled:before {
|
|
859
|
+
background-color: #fff;
|
|
860
|
+
}
|
|
861
|
+
.dvr-controls[data-dvr-controls] .live-button {
|
|
862
|
+
cursor: pointer;
|
|
863
|
+
outline: none;
|
|
864
|
+
display: none;
|
|
865
|
+
border: 0;
|
|
866
|
+
color: #fff;
|
|
633
867
|
background-color: transparent;
|
|
634
868
|
height: 32px;
|
|
635
869
|
padding: 0;
|
|
@@ -700,9 +934,6 @@
|
|
|
700
934
|
|
|
701
935
|
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
702
936
|
background-color: #ff0101;
|
|
703
|
-
}.level-disabled {
|
|
704
|
-
opacity: 0.5;
|
|
705
|
-
pointer-events: none;
|
|
706
937
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
707
938
|
color: #CCCACA;
|
|
708
939
|
position: absolute;
|
|
@@ -737,248 +968,142 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
737
968
|
cursor: pointer;
|
|
738
969
|
width: 30px;
|
|
739
970
|
margin: 15px auto 0;
|
|
740
|
-
}
|
|
971
|
+
}*, :focus, :visited {
|
|
972
|
+
outline: none !important;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.multicamera[data-multicamera] {
|
|
741
976
|
float: right;
|
|
742
|
-
|
|
977
|
+
margin-top: 4px;
|
|
978
|
+
position: relative;
|
|
743
979
|
margin-right: 20px;
|
|
980
|
+
width: 20px;
|
|
744
981
|
}
|
|
745
|
-
.
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
right: 0;
|
|
754
|
-
margin: 0 auto;
|
|
755
|
-
margin-left: auto;
|
|
756
|
-
margin-right: auto;
|
|
757
|
-
/* center vertically */
|
|
758
|
-
top: 50%;
|
|
759
|
-
transform: translateY(-50%);
|
|
760
|
-
}
|
|
761
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
762
|
-
width: 18px;
|
|
763
|
-
height: 18px;
|
|
764
|
-
background-color: #FFF;
|
|
765
|
-
border-radius: 100%;
|
|
766
|
-
display: inline-block;
|
|
767
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
768
|
-
/* Prevent first frame from flickering when animation starts */
|
|
769
|
-
animation-fill-mode: both;
|
|
982
|
+
.multicamera[data-multicamera] button {
|
|
983
|
+
background-color: transparent;
|
|
984
|
+
color: #fff;
|
|
985
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
986
|
+
-webkit-font-smoothing: antialiased;
|
|
987
|
+
border: none;
|
|
988
|
+
font-size: 14px;
|
|
989
|
+
padding: 0;
|
|
770
990
|
}
|
|
771
|
-
.
|
|
772
|
-
|
|
991
|
+
.multicamera[data-multicamera] button svg {
|
|
992
|
+
height: 20px;
|
|
993
|
+
position: relative;
|
|
994
|
+
margin-top: 6px;
|
|
773
995
|
}
|
|
774
|
-
.
|
|
775
|
-
|
|
996
|
+
.multicamera[data-multicamera] button:hover {
|
|
997
|
+
color: #c9c9c9;
|
|
776
998
|
}
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
0%, 80%, 100% {
|
|
780
|
-
transform: scale(0);
|
|
781
|
-
}
|
|
782
|
-
40% {
|
|
783
|
-
transform: scale(1);
|
|
784
|
-
}
|
|
785
|
-
}.share_plugin[data-share] {
|
|
786
|
-
pointer-events: auto;
|
|
787
|
-
z-index: 5;
|
|
788
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
999
|
+
.multicamera[data-multicamera] button.changing {
|
|
1000
|
+
animation: pulse 0.5s infinite alternate;
|
|
789
1001
|
}
|
|
790
|
-
.
|
|
791
|
-
|
|
1002
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1003
|
+
width: 9px;
|
|
1004
|
+
height: 6px;
|
|
1005
|
+
margin-top: 11px;
|
|
1006
|
+
margin-left: 5px;
|
|
792
1007
|
}
|
|
793
|
-
.
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
1008
|
+
.multicamera[data-multicamera] > ul {
|
|
1009
|
+
padding: 6px 0;
|
|
1010
|
+
right: -24px;
|
|
1011
|
+
width: 245px;
|
|
1012
|
+
list-style-type: none;
|
|
1013
|
+
position: absolute;
|
|
1014
|
+
bottom: 48px;
|
|
798
1015
|
border-radius: 4px;
|
|
1016
|
+
display: none;
|
|
1017
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1018
|
+
}
|
|
1019
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1020
|
+
content: "";
|
|
799
1021
|
position: absolute;
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
1022
|
+
top: 100%;
|
|
1023
|
+
left: 85%;
|
|
1024
|
+
margin-left: -10px;
|
|
1025
|
+
width: 0;
|
|
1026
|
+
height: 0;
|
|
1027
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1028
|
+
border-right: 10px solid transparent;
|
|
1029
|
+
border-left: 10px solid transparent;
|
|
804
1030
|
}
|
|
805
|
-
.
|
|
806
|
-
|
|
807
|
-
border: 0;
|
|
808
|
-
margin: 0 6px;
|
|
809
|
-
padding: 0;
|
|
1031
|
+
.multicamera[data-multicamera] li {
|
|
1032
|
+
font-size: 10px;
|
|
810
1033
|
cursor: pointer;
|
|
811
|
-
display: inline-block;
|
|
812
|
-
width: 19px;
|
|
813
|
-
height: 20px;
|
|
814
1034
|
}
|
|
815
|
-
.
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
transform: translate(0, 50%);
|
|
821
|
-
transform: translate(-50%, -50%);
|
|
822
|
-
left: 50%;
|
|
823
|
-
/* margin-left: -140px; */
|
|
824
|
-
top: calc(50% - 20px);
|
|
825
|
-
/* margin-top: -170px; */
|
|
1035
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1036
|
+
display: flex;
|
|
1037
|
+
padding: 10px 0;
|
|
1038
|
+
justify-content: center;
|
|
1039
|
+
position: relative;
|
|
826
1040
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1041
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1042
|
+
pointer-events: none;
|
|
830
1043
|
}
|
|
831
|
-
.
|
|
832
|
-
|
|
833
|
-
font-size: 16px;
|
|
834
|
-
margin: 5px;
|
|
1044
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1045
|
+
opacity: 0.5;
|
|
835
1046
|
}
|
|
836
|
-
.
|
|
837
|
-
|
|
838
|
-
width: 24px;
|
|
839
|
-
float: right;
|
|
840
|
-
margin: 5px;
|
|
841
|
-
cursor: pointer;
|
|
1047
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1048
|
+
opacity: 0.5;
|
|
842
1049
|
}
|
|
843
|
-
.
|
|
844
|
-
|
|
1050
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1051
|
+
background-color: rgba(0, 0, 0, 0);
|
|
845
1052
|
}
|
|
846
|
-
.
|
|
1053
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1054
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1055
|
+
}
|
|
1056
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1057
|
+
width: 80px;
|
|
1058
|
+
height: 60px;
|
|
1059
|
+
}
|
|
1060
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1061
|
+
width: 80px;
|
|
1062
|
+
height: 60px;
|
|
1063
|
+
}
|
|
1064
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1065
|
+
width: 120px;
|
|
847
1066
|
text-align: left;
|
|
848
|
-
|
|
849
|
-
padding: 5px;
|
|
1067
|
+
margin-left: 15px;
|
|
850
1068
|
}
|
|
851
|
-
.
|
|
852
|
-
|
|
1069
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1070
|
+
width: 120px;
|
|
1071
|
+
height: 20px;
|
|
1072
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1073
|
+
font-size: 14px;
|
|
1074
|
+
font-weight: normal;
|
|
1075
|
+
font-style: normal;
|
|
1076
|
+
font-stretch: normal;
|
|
1077
|
+
line-height: 1.43;
|
|
1078
|
+
letter-spacing: normal;
|
|
1079
|
+
text-align: left;
|
|
1080
|
+
color: #fff;
|
|
853
1081
|
text-overflow: ellipsis;
|
|
854
|
-
|
|
855
|
-
border: solid 1px #d3d3d3;
|
|
856
|
-
width: calc(100% - 10px);
|
|
857
|
-
padding: 5px;
|
|
1082
|
+
overflow: hidden;
|
|
858
1083
|
}
|
|
859
|
-
.
|
|
860
|
-
|
|
861
|
-
resize: none;
|
|
1084
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1085
|
+
opacity: 0.6;
|
|
862
1086
|
}
|
|
863
|
-
.
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
margin-right: 5px;
|
|
867
|
-
cursor: pointer;
|
|
868
|
-
}.seek-time[data-seek-time] {
|
|
869
|
-
position: absolute;
|
|
870
|
-
white-space: nowrap;
|
|
871
|
-
height: 20px;
|
|
872
|
-
line-height: 20px;
|
|
873
|
-
font-size: 0;
|
|
874
|
-
left: -100%;
|
|
875
|
-
bottom: 55px;
|
|
876
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
877
|
-
z-index: 9999;
|
|
878
|
-
transition: opacity 0.1s ease;
|
|
1087
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1088
|
+
background-color: #c3c2c2;
|
|
1089
|
+
padding: 5px;
|
|
879
1090
|
}
|
|
880
|
-
.
|
|
881
|
-
|
|
1091
|
+
.multicamera[data-multicamera] li a {
|
|
1092
|
+
color: #444;
|
|
1093
|
+
padding: 2px 10px;
|
|
1094
|
+
display: block;
|
|
1095
|
+
text-decoration: none;
|
|
882
1096
|
}
|
|
883
|
-
.
|
|
884
|
-
|
|
1097
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1098
|
+
background-color: #555;
|
|
885
1099
|
color: white;
|
|
886
|
-
font-size: 10px;
|
|
887
|
-
padding-left: 7px;
|
|
888
|
-
padding-right: 7px;
|
|
889
|
-
vertical-align: top;
|
|
890
1100
|
}
|
|
891
|
-
.
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
font-size: 10px;
|
|
895
|
-
padding-right: 7px;
|
|
896
|
-
vertical-align: top;
|
|
1101
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1102
|
+
color: white;
|
|
1103
|
+
text-decoration: none;
|
|
897
1104
|
}
|
|
898
|
-
.
|
|
899
|
-
|
|
900
|
-
margin-right: 7px;
|
|
901
|
-
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
902
|
-
height: 0;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
.skip_time_plugin[data-skip-time] {
|
|
906
|
-
position: absolute;
|
|
907
|
-
width: 100%;
|
|
908
|
-
height: calc(100% - 50px);
|
|
909
|
-
z-index: 9998;
|
|
910
|
-
background-color: transparent;
|
|
911
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
912
|
-
}
|
|
913
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
914
|
-
width: 100%;
|
|
915
|
-
height: 100%;
|
|
916
|
-
display: flex;
|
|
917
|
-
justify-content: space-between;
|
|
918
|
-
}
|
|
919
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
920
|
-
width: 33.3%;
|
|
921
|
-
height: 100%;
|
|
922
|
-
}*, :focus, :visited {
|
|
923
|
-
outline: none !important;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.subtitles[data-subtitles] {
|
|
927
|
-
float: right;
|
|
928
|
-
position: relative;
|
|
929
|
-
width: 50px;
|
|
930
|
-
}
|
|
931
|
-
.subtitles[data-subtitles] button {
|
|
932
|
-
background-color: transparent;
|
|
933
|
-
color: #fff;
|
|
934
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
935
|
-
-webkit-font-smoothing: antialiased;
|
|
936
|
-
border: none;
|
|
937
|
-
font-size: 14px;
|
|
938
|
-
cursor: pointer;
|
|
939
|
-
}
|
|
940
|
-
.subtitles[data-subtitles] button .subtitle-text svg {
|
|
941
|
-
fill: white;
|
|
942
|
-
}
|
|
943
|
-
.subtitles[data-subtitles] button:hover {
|
|
944
|
-
color: #c9c9c9;
|
|
945
|
-
}
|
|
946
|
-
.subtitles[data-subtitles] button.changing {
|
|
947
|
-
animation: pulse 0.5s infinite alternate;
|
|
948
|
-
}
|
|
949
|
-
.subtitles[data-subtitles] > ul {
|
|
950
|
-
width: 80px;
|
|
951
|
-
list-style-type: none;
|
|
952
|
-
position: absolute;
|
|
953
|
-
bottom: 25px;
|
|
954
|
-
border: 1px solid black;
|
|
955
|
-
display: none;
|
|
956
|
-
background-color: #e6e6e6;
|
|
957
|
-
}
|
|
958
|
-
.subtitles[data-subtitles] li {
|
|
959
|
-
font-size: 10px;
|
|
960
|
-
}
|
|
961
|
-
.subtitles[data-subtitles] li[data-title] {
|
|
962
|
-
background-color: #c3c2c2;
|
|
963
|
-
padding: 5px;
|
|
964
|
-
}
|
|
965
|
-
.subtitles[data-subtitles] li a {
|
|
966
|
-
color: #444;
|
|
967
|
-
padding: 2px 10px;
|
|
968
|
-
display: block;
|
|
969
|
-
text-decoration: none;
|
|
970
|
-
}
|
|
971
|
-
.subtitles[data-subtitles] li a:hover {
|
|
972
|
-
background-color: #555;
|
|
973
|
-
color: white;
|
|
974
|
-
}
|
|
975
|
-
.subtitles[data-subtitles] li a:hover a {
|
|
976
|
-
color: white;
|
|
977
|
-
text-decoration: none;
|
|
978
|
-
}
|
|
979
|
-
.subtitles[data-subtitles] li.current a {
|
|
980
|
-
color: #f00;
|
|
981
|
-
background-color: #555;
|
|
1105
|
+
.multicamera[data-multicamera] li.current a {
|
|
1106
|
+
color: #f00;
|
|
982
1107
|
}
|
|
983
1108
|
|
|
984
1109
|
@keyframes pulse {
|
|
@@ -991,15 +1116,9 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
991
1116
|
100% {
|
|
992
1117
|
color: #B80000;
|
|
993
1118
|
}
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
font-size: 0 !important;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.ios-fullscreen::cue {
|
|
1001
|
-
visibility: visible !important;
|
|
1002
|
-
font-size: 1em !important;
|
|
1119
|
+
}.level-disabled {
|
|
1120
|
+
opacity: 0.5;
|
|
1121
|
+
pointer-events: none;
|
|
1003
1122
|
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1004
1123
|
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1005
1124
|
display: block;
|
|
@@ -1675,6 +1794,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1675
1794
|
}
|
|
1676
1795
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1677
1796
|
transform: scaleY(1.5);
|
|
1797
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1798
|
+
position: absolute;
|
|
1799
|
+
width: 70px;
|
|
1800
|
+
text-align: center;
|
|
1801
|
+
z-index: 999;
|
|
1802
|
+
left: 0;
|
|
1803
|
+
right: 0;
|
|
1804
|
+
margin: 0 auto;
|
|
1805
|
+
margin-left: auto;
|
|
1806
|
+
margin-right: auto;
|
|
1807
|
+
/* center vertically */
|
|
1808
|
+
top: 50%;
|
|
1809
|
+
transform: translateY(-50%);
|
|
1810
|
+
}
|
|
1811
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1812
|
+
width: 18px;
|
|
1813
|
+
height: 18px;
|
|
1814
|
+
background-color: #FFF;
|
|
1815
|
+
border-radius: 100%;
|
|
1816
|
+
display: inline-block;
|
|
1817
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1818
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1819
|
+
animation-fill-mode: both;
|
|
1820
|
+
}
|
|
1821
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1822
|
+
animation-delay: -0.32s;
|
|
1823
|
+
}
|
|
1824
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1825
|
+
animation-delay: -0.16s;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
@keyframes bouncedelay {
|
|
1829
|
+
0%, 80%, 100% {
|
|
1830
|
+
transform: scale(0);
|
|
1831
|
+
}
|
|
1832
|
+
40% {
|
|
1833
|
+
transform: scale(1);
|
|
1834
|
+
}
|
|
1678
1835
|
}.player-poster[data-poster] {
|
|
1679
1836
|
display: flex;
|
|
1680
1837
|
justify-content: center;
|
|
@@ -1709,388 +1866,231 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1709
1866
|
}
|
|
1710
1867
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1711
1868
|
fill: #fff;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
--secondary-text-color: #fff4f2;
|
|
1717
|
-
--hover-text-color: #f9b090;
|
|
1718
|
-
--speedtest-red: #df564d;
|
|
1719
|
-
--speedtest-orange: #df934d;
|
|
1720
|
-
--speedtest-yellow: #dfd04d;
|
|
1721
|
-
--speedtest-light-green: #c2df4d;
|
|
1722
|
-
--speedtest-green: #73df4d;
|
|
1869
|
+
}.media-control-pip button {
|
|
1870
|
+
float: right;
|
|
1871
|
+
height: 40px;
|
|
1872
|
+
margin-right: 20px;
|
|
1723
1873
|
}
|
|
1724
|
-
|
|
1725
|
-
|
|
1874
|
+
.media-control-pip button svg {
|
|
1875
|
+
height: 20px;
|
|
1876
|
+
}.share_plugin[data-share] {
|
|
1877
|
+
pointer-events: auto;
|
|
1878
|
+
z-index: 5;
|
|
1879
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1880
|
+
}
|
|
1881
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1882
|
+
right: -50px;
|
|
1883
|
+
}
|
|
1884
|
+
.share_plugin[data-share] .share-button-container {
|
|
1885
|
+
cursor: pointer;
|
|
1886
|
+
width: 36px;
|
|
1887
|
+
height: 36px;
|
|
1888
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1889
|
+
border-radius: 4px;
|
|
1726
1890
|
position: absolute;
|
|
1891
|
+
right: 10px;
|
|
1892
|
+
top: 10px;
|
|
1893
|
+
padding-top: 6px;
|
|
1894
|
+
transition: all 0.3s ease-out;
|
|
1895
|
+
}
|
|
1896
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1897
|
+
background-color: transparent;
|
|
1898
|
+
border: 0;
|
|
1899
|
+
margin: 0 6px;
|
|
1900
|
+
padding: 0;
|
|
1901
|
+
cursor: pointer;
|
|
1727
1902
|
display: inline-block;
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
padding: 0 10px 12px;
|
|
1731
|
-
margin: 0;
|
|
1732
|
-
line-height: 20px;
|
|
1733
|
-
font-size: 12px;
|
|
1734
|
-
font-weight: 500;
|
|
1735
|
-
background: var(--primary-background-color);
|
|
1736
|
-
color: #fff;
|
|
1737
|
-
z-index: 20000;
|
|
1738
|
-
overflow: auto;
|
|
1739
|
-
max-height: calc(100vh - 60px);
|
|
1740
|
-
max-width: calc(100vw - 10px);
|
|
1903
|
+
width: 19px;
|
|
1904
|
+
height: 20px;
|
|
1741
1905
|
}
|
|
1742
|
-
.
|
|
1906
|
+
.share_plugin[data-share] .share-container {
|
|
1907
|
+
pointer-events: auto;
|
|
1743
1908
|
position: absolute;
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1909
|
+
width: 280px;
|
|
1910
|
+
background-color: white;
|
|
1911
|
+
transform: translate(0, 50%);
|
|
1912
|
+
transform: translate(-50%, -50%);
|
|
1913
|
+
left: 50%;
|
|
1914
|
+
/* margin-left: -140px; */
|
|
1915
|
+
top: calc(50% - 20px);
|
|
1916
|
+
/* margin-top: -170px; */
|
|
1750
1917
|
}
|
|
1751
|
-
.
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
margin-top: 10px;
|
|
1755
|
-
display: block;
|
|
1756
|
-
width: 12px;
|
|
1757
|
-
height: 12px;
|
|
1918
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1919
|
+
text-align: left;
|
|
1920
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1758
1921
|
}
|
|
1759
|
-
.
|
|
1760
|
-
|
|
1922
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1923
|
+
display: inline-block;
|
|
1924
|
+
font-size: 16px;
|
|
1925
|
+
margin: 5px;
|
|
1761
1926
|
}
|
|
1762
|
-
.
|
|
1763
|
-
|
|
1927
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1928
|
+
display: inline-block;
|
|
1929
|
+
width: 24px;
|
|
1930
|
+
float: right;
|
|
1931
|
+
margin: 5px;
|
|
1932
|
+
cursor: pointer;
|
|
1764
1933
|
}
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
margin-top: 44px;
|
|
1934
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1935
|
+
margin-bottom: 8px;
|
|
1768
1936
|
}
|
|
1769
|
-
.
|
|
1770
|
-
|
|
1937
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1938
|
+
text-align: left;
|
|
1939
|
+
font-size: 14px;
|
|
1940
|
+
padding: 5px;
|
|
1771
1941
|
}
|
|
1772
|
-
.
|
|
1773
|
-
|
|
1942
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1943
|
+
overflow: hidden;
|
|
1944
|
+
text-overflow: ellipsis;
|
|
1945
|
+
color: #818181;
|
|
1946
|
+
border: solid 1px #d3d3d3;
|
|
1947
|
+
width: calc(100% - 10px);
|
|
1948
|
+
padding: 5px;
|
|
1774
1949
|
}
|
|
1775
|
-
.
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
background: var(--primary-background-color);
|
|
1950
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1951
|
+
max-height: 90px;
|
|
1952
|
+
resize: none;
|
|
1779
1953
|
}
|
|
1780
|
-
.
|
|
1954
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1955
|
+
width: 32px;
|
|
1781
1956
|
display: inline-block;
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1957
|
+
margin-right: 5px;
|
|
1958
|
+
cursor: pointer;
|
|
1959
|
+
}*, :focus, :visited {
|
|
1960
|
+
outline: none !important;
|
|
1785
1961
|
}
|
|
1786
|
-
|
|
1962
|
+
|
|
1963
|
+
.subtitles[data-subtitles] {
|
|
1964
|
+
float: right;
|
|
1787
1965
|
position: relative;
|
|
1788
|
-
|
|
1789
|
-
text-align: left;
|
|
1790
|
-
}
|
|
1791
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
|
|
1792
|
-
padding: 0;
|
|
1793
|
-
}
|
|
1794
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
|
|
1795
|
-
width: 100%;
|
|
1796
|
-
}
|
|
1797
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
|
|
1798
|
-
background: var(--secondary-background-color);
|
|
1799
|
-
}
|
|
1800
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
|
|
1801
|
-
background: var(--secondary-background-color);
|
|
1966
|
+
width: 50px;
|
|
1802
1967
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1968
|
+
.subtitles[data-subtitles] button {
|
|
1969
|
+
background-color: transparent;
|
|
1970
|
+
color: #fff;
|
|
1971
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1972
|
+
-webkit-font-smoothing: antialiased;
|
|
1973
|
+
border: none;
|
|
1807
1974
|
font-size: 14px;
|
|
1975
|
+
cursor: pointer;
|
|
1808
1976
|
}
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
position: absolute;
|
|
1812
|
-
right: 0;
|
|
1813
|
-
top: 0;
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
|
|
1817
|
-
width: 250px;
|
|
1818
|
-
}
|
|
1819
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
|
|
1820
|
-
width: 100%;
|
|
1821
|
-
}
|
|
1822
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
|
|
1823
|
-
padding: 0 5px;
|
|
1824
|
-
height: auto;
|
|
1977
|
+
.subtitles[data-subtitles] button .subtitle-text svg {
|
|
1978
|
+
fill: white;
|
|
1825
1979
|
}
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
flex-direction: column;
|
|
1980
|
+
.subtitles[data-subtitles] button:hover {
|
|
1981
|
+
color: #c9c9c9;
|
|
1829
1982
|
}
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1983
|
+
.subtitles[data-subtitles] button.changing {
|
|
1984
|
+
animation: pulse 0.5s infinite alternate;
|
|
1832
1985
|
}
|
|
1833
|
-
.
|
|
1834
|
-
width:
|
|
1986
|
+
.subtitles[data-subtitles] > ul {
|
|
1987
|
+
width: 80px;
|
|
1988
|
+
list-style-type: none;
|
|
1989
|
+
position: absolute;
|
|
1990
|
+
bottom: 25px;
|
|
1991
|
+
border: 1px solid black;
|
|
1992
|
+
display: none;
|
|
1993
|
+
background-color: #e6e6e6;
|
|
1835
1994
|
}
|
|
1836
|
-
.
|
|
1837
|
-
|
|
1838
|
-
height: 38px;
|
|
1839
|
-
text-align: center;
|
|
1995
|
+
.subtitles[data-subtitles] li {
|
|
1996
|
+
font-size: 10px;
|
|
1840
1997
|
}
|
|
1841
|
-
.
|
|
1842
|
-
|
|
1998
|
+
.subtitles[data-subtitles] li[data-title] {
|
|
1999
|
+
background-color: #c3c2c2;
|
|
2000
|
+
padding: 5px;
|
|
1843
2001
|
}
|
|
1844
|
-
.
|
|
1845
|
-
|
|
2002
|
+
.subtitles[data-subtitles] li a {
|
|
2003
|
+
color: #444;
|
|
2004
|
+
padding: 2px 10px;
|
|
2005
|
+
display: block;
|
|
2006
|
+
text-decoration: none;
|
|
1846
2007
|
}
|
|
1847
|
-
.
|
|
1848
|
-
|
|
1849
|
-
|
|
2008
|
+
.subtitles[data-subtitles] li a:hover {
|
|
2009
|
+
background-color: #555;
|
|
2010
|
+
color: white;
|
|
1850
2011
|
}
|
|
1851
|
-
.
|
|
1852
|
-
|
|
1853
|
-
|
|
2012
|
+
.subtitles[data-subtitles] li a:hover a {
|
|
2013
|
+
color: white;
|
|
2014
|
+
text-decoration: none;
|
|
1854
2015
|
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
color: #000;
|
|
2016
|
+
.subtitles[data-subtitles] li.current a {
|
|
2017
|
+
color: #f00;
|
|
2018
|
+
background-color: #555;
|
|
1859
2019
|
}
|
|
1860
2020
|
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
height: 32px;
|
|
1872
|
-
}
|
|
1873
|
-
.speed-test .speed-test-header .close-speed-test {
|
|
1874
|
-
float: right;
|
|
1875
|
-
margin-right: 5px;
|
|
1876
|
-
line-height: 32px;
|
|
1877
|
-
cursor: pointer;
|
|
1878
|
-
color: var(--primary-text-color);
|
|
2021
|
+
@keyframes pulse {
|
|
2022
|
+
0% {
|
|
2023
|
+
color: #fff;
|
|
2024
|
+
}
|
|
2025
|
+
50% {
|
|
2026
|
+
color: #ff0101;
|
|
2027
|
+
}
|
|
2028
|
+
100% {
|
|
2029
|
+
color: #B80000;
|
|
2030
|
+
}
|
|
1879
2031
|
}
|
|
1880
|
-
|
|
1881
|
-
|
|
2032
|
+
::cue {
|
|
2033
|
+
visibility: hidden !important;
|
|
2034
|
+
font-size: 0 !important;
|
|
1882
2035
|
}
|
|
1883
2036
|
|
|
1884
|
-
.
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
border: none;
|
|
1890
|
-
padding: 0;
|
|
2037
|
+
.ios-fullscreen::cue {
|
|
2038
|
+
visibility: visible !important;
|
|
2039
|
+
font-size: 1em !important;
|
|
2040
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
2041
|
+
height: 0;
|
|
1891
2042
|
}
|
|
1892
2043
|
|
|
1893
|
-
.
|
|
2044
|
+
.skip_time_plugin[data-skip-time] {
|
|
1894
2045
|
position: absolute;
|
|
1895
|
-
right: 16px;
|
|
1896
|
-
bottom: 52px;
|
|
1897
|
-
background: var(--primary-background-color);
|
|
1898
|
-
width: 250px;
|
|
1899
|
-
height: 48px;
|
|
1900
|
-
z-index: 9999;
|
|
1901
|
-
border-radius: 4px;
|
|
1902
|
-
}
|
|
1903
|
-
.settings-options-list svg {
|
|
1904
|
-
float: left;
|
|
1905
|
-
margin-right: 10px;
|
|
1906
|
-
}
|
|
1907
|
-
.settings-options-list .settings-speedtest-option {
|
|
1908
|
-
color: var(--primary-text-color);
|
|
1909
|
-
margin: 0;
|
|
1910
|
-
text-align: left;
|
|
1911
|
-
height: 24px;
|
|
1912
|
-
line-height: 22px;
|
|
1913
|
-
padding: 14px;
|
|
1914
|
-
width: 250px;
|
|
1915
|
-
font-size: 12px;
|
|
1916
|
-
}
|
|
1917
|
-
.settings-options-list .settings-speedtest-option:hover {
|
|
1918
|
-
color: var(--hover-text-color);
|
|
1919
|
-
}
|
|
1920
|
-
.settings-options-list .settings-speedtest-option:hover svg path {
|
|
1921
|
-
fill: var(--hover-text-color);
|
|
1922
|
-
}
|
|
1923
|
-
.settings-options-list .settings-speedtest-option svg path {
|
|
1924
|
-
fill: var(--primary-text-color);
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.speedtest-summary {
|
|
1928
2046
|
width: 100%;
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
align-items: stretch;
|
|
1934
|
-
justify-content: space-between;
|
|
2047
|
+
height: calc(100% - 50px);
|
|
2048
|
+
z-index: 9998;
|
|
2049
|
+
background-color: transparent;
|
|
2050
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1935
2051
|
}
|
|
1936
|
-
.
|
|
2052
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1937
2053
|
width: 100%;
|
|
1938
|
-
|
|
1939
|
-
text-align: left;
|
|
1940
|
-
height: 32px;
|
|
1941
|
-
font-size: 14px;
|
|
1942
|
-
font-weight: 500;
|
|
1943
|
-
line-height: 20px;
|
|
1944
|
-
}
|
|
1945
|
-
.speedtest-summary .speedtest-summary-block {
|
|
1946
|
-
position: relative;
|
|
2054
|
+
height: 100%;
|
|
1947
2055
|
display: flex;
|
|
1948
|
-
flex-direction: row;
|
|
1949
|
-
width: 100%;
|
|
1950
|
-
}
|
|
1951
|
-
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
|
|
1952
|
-
width: 50%;
|
|
1953
|
-
margin-top: 4px;
|
|
1954
|
-
margin-bottom: 12px;
|
|
1955
|
-
}
|
|
1956
|
-
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1957
|
-
padding: 2px;
|
|
1958
|
-
width: 248px;
|
|
1959
|
-
max-width: 100%;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.speedtest-quality {
|
|
1963
|
-
width: 100%;
|
|
1964
|
-
height: 36px;
|
|
1965
|
-
display: flex !important;
|
|
1966
|
-
flex-direction: column !important;
|
|
1967
|
-
justify-content: space-between !important;
|
|
1968
|
-
}
|
|
1969
|
-
.speedtest-quality .speedtest-quality-header {
|
|
1970
|
-
font-size: 12px;
|
|
1971
|
-
height: 20px;
|
|
1972
|
-
border-left: 2px solid var(--secondary-background-color) !important;
|
|
1973
|
-
background-color: var(--secondary-background-color);
|
|
1974
|
-
text-align: left;
|
|
1975
|
-
}
|
|
1976
|
-
.speedtest-quality-content {
|
|
1977
|
-
width: 100%;
|
|
1978
|
-
margin-top: 8px;
|
|
1979
|
-
height: 8px;
|
|
1980
|
-
display: flex !important;
|
|
1981
|
-
flex-direction: row !important;
|
|
1982
|
-
align-items: stretch !important;
|
|
1983
2056
|
justify-content: space-between;
|
|
1984
2057
|
}
|
|
1985
|
-
.
|
|
1986
|
-
width:
|
|
1987
|
-
|
|
1988
|
-
}
|
|
1989
|
-
.speedtest-quality-content-item.speedtest-quality-value-1 {
|
|
1990
|
-
background-color: var(--speedtest-red);
|
|
1991
|
-
}
|
|
1992
|
-
.speedtest-quality-content-item.speedtest-quality-value-2 {
|
|
1993
|
-
background-color: var(--speedtest-orange);
|
|
1994
|
-
}
|
|
1995
|
-
.speedtest-quality-content-item.speedtest-quality-value-3 {
|
|
1996
|
-
background-color: var(--speedtest-yellow);
|
|
1997
|
-
}
|
|
1998
|
-
.speedtest-quality-content-item.speedtest-quality-value-4 {
|
|
1999
|
-
background-color: var(--speedtest-light-green);
|
|
2000
|
-
}
|
|
2001
|
-
.speedtest-quality-content-item.speedtest-quality-value-5 {
|
|
2002
|
-
background-color: var(--speedtest-green);
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.speedtest-footer {
|
|
2006
|
-
position: relative;
|
|
2007
|
-
float: left;
|
|
2008
|
-
width: 100%;
|
|
2009
|
-
height: 30px;
|
|
2010
|
-
line-height: 16px;
|
|
2011
|
-
}
|
|
2012
|
-
.speedtest-footer-about-link {
|
|
2013
|
-
position: absolute;
|
|
2014
|
-
bottom: 0;
|
|
2015
|
-
left: 0;
|
|
2016
|
-
color: var(--secondary-text-color);
|
|
2017
|
-
text-decoration: underline !important;
|
|
2018
|
-
}
|
|
2019
|
-
.speedtest-footer-about-link:hover {
|
|
2020
|
-
color: var(--hover-text-color);
|
|
2021
|
-
}
|
|
2022
|
-
.speedtest-footer .speedtest-footer-refresh {
|
|
2058
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
2059
|
+
width: 33.3%;
|
|
2060
|
+
height: 100%;
|
|
2061
|
+
}.seek-time[data-seek-time] {
|
|
2023
2062
|
position: absolute;
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
font-size:
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
gap: 4px;
|
|
2034
|
-
}
|
|
2035
|
-
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
2036
|
-
fill: var(--secondary-text-color);
|
|
2037
|
-
}
|
|
2038
|
-
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
2039
|
-
color: var(--hover-text-color);
|
|
2040
|
-
}
|
|
2041
|
-
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
2042
|
-
fill: var(--hover-text-color);
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
2046
|
-
position: fixed;
|
|
2047
|
-
height: auto;
|
|
2048
|
-
width: auto;
|
|
2049
|
-
inset: 0;
|
|
2050
|
-
min-width: 100vw;
|
|
2051
|
-
padding-bottom: 4px;
|
|
2052
|
-
padding-left: 4px;
|
|
2053
|
-
padding-right: 4px;
|
|
2063
|
+
white-space: nowrap;
|
|
2064
|
+
height: 20px;
|
|
2065
|
+
line-height: 20px;
|
|
2066
|
+
font-size: 0;
|
|
2067
|
+
left: -100%;
|
|
2068
|
+
bottom: 55px;
|
|
2069
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
2070
|
+
z-index: 9999;
|
|
2071
|
+
transition: opacity 0.1s ease;
|
|
2054
2072
|
}
|
|
2055
|
-
.
|
|
2056
|
-
|
|
2073
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
2074
|
+
opacity: 0;
|
|
2057
2075
|
}
|
|
2058
|
-
.
|
|
2059
|
-
|
|
2076
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
2077
|
+
display: inline-block;
|
|
2078
|
+
color: white;
|
|
2079
|
+
font-size: 10px;
|
|
2080
|
+
padding-left: 7px;
|
|
2081
|
+
padding-right: 7px;
|
|
2082
|
+
vertical-align: top;
|
|
2060
2083
|
}
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
.mobile .speedtest-summary-block {
|
|
2068
|
-
width: 100%;
|
|
2069
|
-
flex-direction: column;
|
|
2070
|
-
}
|
|
2071
|
-
.mobile .speedtest-summary-block .speedtest-summary-subblock {
|
|
2072
|
-
width: 100%;
|
|
2073
|
-
}
|
|
2074
|
-
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
2075
|
-
width: 100%;
|
|
2076
|
-
}
|
|
2077
|
-
.mobile .speedtest-summary-header {
|
|
2078
|
-
padding-top: 12px;
|
|
2079
|
-
height: 38px;
|
|
2080
|
-
text-align: center;
|
|
2081
|
-
}
|
|
2082
|
-
.mobile .speedtest-quality-header {
|
|
2083
|
-
text-align: center;
|
|
2084
|
-
}
|
|
2085
|
-
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
2086
|
-
inset: 50% auto auto 50%;
|
|
2087
|
-
transform: translate(-50%, -50%);
|
|
2088
|
-
}
|
|
2084
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
2085
|
+
display: inline-block;
|
|
2086
|
+
color: rgba(255, 255, 255, 0.5);
|
|
2087
|
+
font-size: 10px;
|
|
2088
|
+
padding-right: 7px;
|
|
2089
|
+
vertical-align: top;
|
|
2089
2090
|
}
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
}
|
|
2091
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
2092
|
+
content: "|";
|
|
2093
|
+
margin-right: 7px;
|
|
2094
2094
|
}.player-logo[data-logo] {
|
|
2095
2095
|
position: absolute;
|
|
2096
2096
|
z-index: 2;
|