@clickview/player 0.0.3-dev.0 → 0.0.3-dev.1
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/package.json +3 -3
- package/dist/en.json +0 -390
- package/dist/libs/analytics/src/Analytics.d.ts +0 -10
- package/dist/libs/analytics/src/AnalyticsHelper.d.ts +0 -30
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +0 -48
- package/dist/libs/analytics/src/constants/CountryRegionMapping.d.ts +0 -7
- package/dist/libs/analytics/src/constants/EventFirehose.d.ts +0 -4
- package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +0 -3
- package/dist/libs/analytics/src/constants/Regions.d.ts +0 -6
- package/dist/libs/analytics/src/constants/Services.d.ts +0 -4
- package/dist/libs/analytics/src/enums/CountryCode.d.ts +0 -5
- package/dist/libs/analytics/src/enums/RegionName.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +0 -339
- package/dist/libs/analytics/src/interfaces/Config.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Folder.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Owner.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Playlist.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Rating.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/Region.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Resource.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Series.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/User.d.ts +0 -17
- package/dist/libs/analytics/src/interfaces/VersionData.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/Video.d.ts +0 -16
- package/dist/libs/analytics/src/interfaces/index.d.ts +0 -15
- package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +0 -7
- package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +0 -49
- package/dist/libs/analytics/src/models/CollectionEvent.d.ts +0 -61
- package/dist/libs/analytics/src/services/ContextService.d.ts +0 -19
- package/dist/libs/analytics/src/utils/CollectionApiClientHelper.d.ts +0 -6
- package/dist/libs/analytics/src/utils/DataFormatHelper.d.ts +0 -14
- package/dist/libs/analytics/src/utils/EventWhitelistHelper.d.ts +0 -19
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +0 -4
- package/dist/libs/analytics/src/utils/UploadDataFormatHelper.d.ts +0 -10
- package/dist/libs/analytics/src/utils/UrlHelper.d.ts +0 -3
- package/dist/libs/analytics/src/utils/UserAgentHelper.d.ts +0 -10
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +0 -42
- package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +0 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -4
- package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -37
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +0 -103
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +0 -76
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +0 -6
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +0 -7
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/BaseError.d.ts +0 -18
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +0 -11
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +0 -27
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +0 -21
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +0 -131
- package/dist/libs/common/src/backbone/core/EventNames.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +0 -31
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +0 -3
- package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +0 -24
- package/dist/libs/common/src/backbone/core/Middleware.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/Shell.d.ts +0 -79
- package/dist/libs/common/src/backbone/core/Types.d.ts +0 -12
- package/dist/libs/common/src/backbone/core/index.d.ts +0 -27
- package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +0 -8
- package/dist/libs/common/src/backbone/enums/HttpStatus.d.ts +0 -10
- package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +0 -6
- package/dist/libs/common/src/backbone/errors/DevError.d.ts +0 -4
- package/dist/libs/common/src/backbone/index.d.ts +0 -2
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +0 -19
- package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +0 -8
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +0 -15
- package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +0 -7
- package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +0 -218
- package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +0 -33
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +0 -38
- package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +0 -13
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +0 -22
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +0 -8
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -14
- package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +0 -14
- package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +0 -11
- package/dist/libs/common/src/react/flight/FlightReducer.d.ts +0 -2
- package/dist/libs/common/src/react/flight/FlightSimulator.d.ts +0 -24
- package/dist/libs/common/src/react/flight/constants/Actions.d.ts +0 -7
- package/dist/libs/common/src/react/flight/constants/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/data-layers/AjaxRequest.d.ts +0 -2
- package/dist/libs/common/src/react/flight/data-layers/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/enums/RequestStatus.d.ts +0 -6
- package/dist/libs/common/src/react/flight/enums/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/Action.d.ts +0 -28
- package/dist/libs/common/src/react/flight/interfaces/Dispatch.d.ts +0 -3
- package/dist/libs/common/src/react/flight/interfaces/FlightState.d.ts +0 -22
- package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +0 -27
- package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +0 -4
- package/dist/libs/common/src/react/flight/interfaces/NormalizedData.d.ts +0 -7
- package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +0 -29
- package/dist/libs/common/src/react/flight/interfaces/Response.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +0 -15
- package/dist/libs/common/src/react/flight/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/normalizer/Denormalizer.d.ts +0 -3
- package/dist/libs/common/src/react/flight/normalizer/Normalizer.d.ts +0 -8
- package/dist/libs/common/src/react/flight/normalizer/index.d.ts +0 -2
- package/dist/libs/common/src/react/flight/utils/SimulatorHelper.d.ts +0 -5
- package/dist/libs/common/src/react/flight/utils/StateHelper.d.ts +0 -11
- package/dist/libs/common/src/react/flight/utils/index.d.ts +0 -2
- package/dist/libs/common/src/react/interfaces/ApplicationData.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +0 -8
- package/dist/libs/common/src/react/interfaces/BaseReducerActions.d.ts +0 -4
- package/dist/libs/common/src/react/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/index.d.ts +0 -4
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +0 -44
- package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +0 -11
- package/dist/libs/common/src/react/utils/RandomHelper.d.ts +0 -3
- package/dist/libs/common/src/react/utils/TimeHelper.d.ts +0 -8
- package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +0 -16
- package/dist/libs/shared/src/apps/upload/constants/UploadConstants.d.ts +0 -39
- package/dist/libs/shared/src/components/actions/ActionButton.d.ts +0 -16
- package/dist/libs/shared/src/components/actions/Actions.d.ts +0 -28
- package/dist/libs/shared/src/components/actions/ActionsDropdown.d.ts +0 -15
- package/dist/libs/shared/src/components/app-link/AppLink.d.ts +0 -20
- package/dist/libs/shared/src/components/avatar/Avatar.d.ts +0 -8
- package/dist/libs/shared/src/components/div-button/DivButton.d.ts +0 -10
- package/dist/libs/shared/src/components/feedback-tooltip/FeedbackTooltip.d.ts +0 -6
- package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +0 -19
- package/dist/libs/shared/src/components/image-cropper/SimpleCropper.d.ts +0 -15
- package/dist/libs/shared/src/components/immersive-reader/ImmersiveReader.d.ts +0 -14
- package/dist/libs/shared/src/components/interactive-questions/InteractiveQuestions.d.ts +0 -12
- package/dist/libs/shared/src/components/interactive-questions/formatAnnotationText.d.ts +0 -1
- package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +0 -7
- package/dist/libs/shared/src/components/popup/Popup.d.ts +0 -35
- package/dist/libs/shared/src/components/popup/PopupButtons.d.ts +0 -14
- package/dist/libs/shared/src/components/popup/PopupLoadingSpinner.d.ts +0 -2
- package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +0 -8
- package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +0 -21
- package/dist/libs/shared/src/components/svgs/interaction-types/InteractionTypes.d.ts +0 -7
- package/dist/libs/shared/src/components/text/Text.d.ts +0 -13
- package/dist/libs/shared/src/components/thumbnails/base/BaseThumbnail.d.ts +0 -26
- package/dist/libs/shared/src/components/tooltip/Tooltip.d.ts +0 -17
- package/dist/libs/shared/src/components/widgets/items/resource-widget-item/ResourceWidgetItem.d.ts +0 -23
- package/dist/libs/shared/src/constants/AppVariables.d.ts +0 -6
- package/dist/libs/shared/src/constants/ImageSizes.d.ts +0 -8
- package/dist/libs/shared/src/constants/RadioChannels.d.ts +0 -20
- package/dist/libs/shared/src/enums/ClassificationStatus.d.ts +0 -5
- package/dist/libs/shared/src/enums/ClassificationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/CountryCode.d.ts +0 -5
- package/dist/libs/shared/src/enums/CurationStatus.d.ts +0 -12
- package/dist/libs/shared/src/enums/CurriculumType.d.ts +0 -6
- package/dist/libs/shared/src/enums/GlanceFormat.d.ts +0 -3
- package/dist/libs/shared/src/enums/Images.d.ts +0 -27
- package/dist/libs/shared/src/enums/InteractionCorrectness.d.ts +0 -8
- package/dist/libs/shared/src/enums/InteractiveAnswerStatus.d.ts +0 -5
- package/dist/libs/shared/src/enums/InteractiveOriginType.d.ts +0 -4
- package/dist/libs/shared/src/enums/MasterType.d.ts +0 -61
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +0 -20
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +0 -5
- package/dist/libs/shared/src/enums/PlaylistPrivacy.d.ts +0 -5
- package/dist/libs/shared/src/enums/PresentationStatus.d.ts +0 -4
- package/dist/libs/shared/src/enums/PresentationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/ResourceFileType.d.ts +0 -9
- package/dist/libs/shared/src/enums/SettingKind.d.ts +0 -4
- package/dist/libs/shared/src/enums/SettingName.d.ts +0 -19
- package/dist/libs/shared/src/enums/StaffRequestRole.d.ts +0 -5
- package/dist/libs/shared/src/enums/ThemeType.d.ts +0 -3
- package/dist/libs/shared/src/enums/UserGroup.d.ts +0 -5
- package/dist/libs/shared/src/enums/UserRole.d.ts +0 -15
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +0 -12
- package/dist/libs/shared/src/errors/primitives/DialogError.d.ts +0 -9
- package/dist/libs/shared/src/hooks/UseGetMediaQueryString.d.ts +0 -2
- package/dist/libs/shared/src/hooks/UseLazyLoad.d.ts +0 -6
- package/dist/libs/shared/src/hooks/UseMediaQuery.d.ts +0 -1
- package/dist/libs/shared/src/hooks/UseVideoDragDropState.d.ts +0 -6
- package/dist/libs/shared/src/hooks/useNavLock.d.ts +0 -11
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +0 -91
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +0 -25
- package/dist/libs/shared/src/images/svg/arrows/index.d.ts +0 -9
- package/dist/libs/shared/src/images/svg/index.d.ts +0 -2
- package/dist/libs/shared/src/images/svg/objects/index.d.ts +0 -38
- package/dist/libs/shared/src/images/svg/player/index.d.ts +0 -14
- package/dist/libs/shared/src/images/svg/settings.d.ts +0 -1
- package/dist/libs/shared/src/images/svg/status/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/QueryParams.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/VideoTypes.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +0 -18
- package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/VideoHistoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/YearGroupCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +0 -26
- package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/index.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Audience.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Banner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Category.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Channel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Classification.d.ts +0 -22
- package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/models/Clip.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Company.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/Country.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Cover.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +0 -23
- package/dist/libs/shared/src/interfaces/models/Customer.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +0 -20
- package/dist/libs/shared/src/interfaces/models/Folder.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Following.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Group.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Image.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +0 -22
- package/dist/libs/shared/src/interfaces/models/Language.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Library.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Person.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +0 -20
- package/dist/libs/shared/src/interfaces/models/Poster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Rating.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Season.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Series.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/models/Share.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Subject.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Tag.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Theme.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/User.d.ts +0 -63
- package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Video.d.ts +0 -38
- package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/models/Widget.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/index.d.ts +0 -59
- package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/interactive-results/InteractiveResult.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/interactive-results/InteractiveResultSet.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentAnswer.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentAttempt.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentResult.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive-results/index.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/props/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/requests/CreateInteractiveMetadataRequest.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/requests/CreateInteractiveRequest.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/EditDetailsRequest.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveMetadataOriginRequest.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveMetadataRequest.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveRequest.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectChannel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectRating.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateResourceRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/services/index.d.ts +0 -7
- package/dist/libs/shared/src/utils/DialogHelper.d.ts +0 -24
- package/dist/libs/shared/src/utils/DurationHelper.d.ts +0 -7
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +0 -32
- package/dist/libs/shared/src/utils/ImageSelectHelper.d.ts +0 -7
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -18
- package/dist/libs/shared/src/utils/UserHelper.d.ts +0 -3
- package/dist/libs/shared/src/utils/interaction-type-helper/InteractionTypeHelper.d.ts +0 -16
- package/dist/player-app.css +0 -2430
- package/dist/player-app.js +0 -5636
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-item.d.ts +0 -79
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-items.d.ts +0 -55
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-load-progress.d.ts +0 -55
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-play-progress.d.ts +0 -55
- package/dist/projects/player/src/components/chapter-seek-bar/chapter-seek-bar.d.ts +0 -1
- package/dist/projects/player/src/components/chapters-button/chapter-menu-item.d.ts +0 -60
- package/dist/projects/player/src/components/chapters-button/chapters-button.d.ts +0 -1
- package/dist/projects/player/src/components/cog-button/cog-button.d.ts +0 -41
- package/dist/projects/player/src/components/collapserator/collapserator.d.ts +0 -4
- package/dist/projects/player/src/components/mouse-time-display/mouse-time-display.d.ts +0 -3
- package/dist/projects/player/src/components/next-video-menu-item/next-video-menu-item.d.ts +0 -1
- package/dist/projects/player/src/components/playback-rate-button/playback-rate-button.d.ts +0 -1
- package/dist/projects/player/src/components/player/player.d.ts +0 -7
- package/dist/projects/player/src/components/progress-control/progress-control.d.ts +0 -12
- package/dist/projects/player/src/components/quality-selector/quality-button.d.ts +0 -1
- package/dist/projects/player/src/components/quality-selector/quality-menu-item.d.ts +0 -17
- package/dist/projects/player/src/components/subs-caps-button/subs-caps-button.d.ts +0 -1
- package/dist/projects/player/src/components/thumbnail-display/thumbnail-display.d.ts +0 -66
- package/dist/projects/player/src/components/time-tooltip/time-tooltip.d.ts +0 -15
- package/dist/projects/player/src/components/time-wrapper/time-wrapper.d.ts +0 -1
- package/dist/projects/player/src/index.d.ts +0 -9
- package/dist/projects/player/src/interfaces/CollapsibleComponent.d.ts +0 -10
- package/dist/projects/player/src/interfaces/NextVideo.d.ts +0 -4
- package/dist/projects/player/src/interfaces/models/ApiError.d.ts +0 -4
- package/dist/projects/player/src/interfaces/models/ClipData.d.ts +0 -4
- package/dist/projects/player/src/interfaces/models/Config.d.ts +0 -7
- package/dist/projects/player/src/interfaces/models/PlaybackObject.d.ts +0 -53
- package/dist/projects/player/src/players/base-player.d.ts +0 -84
- package/dist/projects/player/src/players/create-clip-player.d.ts +0 -18
- package/dist/projects/player/src/players/interactive-player.d.ts +0 -27
- package/dist/projects/player/src/players/player.d.ts +0 -27
- package/dist/projects/player/src/plugins/clip-plugin/clip-plugin.d.ts +0 -50
- package/dist/projects/player/src/plugins/create-clip-button-plugin/components/create-clip-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/create-clip-button-plugin/create-clip-button-plugin.d.ts +0 -10
- package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector-handle.d.ts +0 -54
- package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector.d.ts +0 -90
- package/dist/projects/player/src/plugins/create-clip-plugin/components/create-clip-seek-bar/create-clip-seek-bar.d.ts +0 -14
- package/dist/projects/player/src/plugins/create-clip-plugin/create-clip-plugin.d.ts +0 -14
- package/dist/projects/player/src/plugins/example-plugin/components/example-button/example-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/example-plugin/components/example-react-button/example-react-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/example-plugin/example-plugin.d.ts +0 -2
- package/dist/projects/player/src/plugins/favourite-plugin/components/favourite-button.d.ts +0 -19
- package/dist/projects/player/src/plugins/favourite-plugin/favourite-plugin.d.ts +0 -28
- package/dist/projects/player/src/plugins/fullscreen-on-rotate-plugin/fullscreen-on-rotate-plugin.d.ts +0 -1
- package/dist/projects/player/src/plugins/interactive-plugin/components/add-question-button/add-question-button.d.ts +0 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation-helpers.d.ts +0 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation-link.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation.d.ts +0 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-components.d.ts +0 -7
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-error-feedback/create-error-feedback.d.ts +0 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/create-image-cropper.d.ts +0 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/create-image.d.ts +0 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/upload-image-dropzone.d.ts +0 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/upload-image-icon.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-interaction-buttons/create-interaction-buttons.d.ts +0 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-interaction-heading/create-interaction-heading.d.ts +0 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-missing-word/create-missing-word.d.ts +0 -18
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-multiple-choice/create-multiple-choice.d.ts +0 -18
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-multiple-choice/multiple-choice-answer.d.ts +0 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-short-answer/create-short-answer.d.ts +0 -11
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-type-selector/create-type-selector.d.ts +0 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/feedback/feedback.d.ts +0 -7
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-actions/interaction-actions.d.ts +0 -10
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-footer/interaction-footer.d.ts +0 -20
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-header/interaction-header.d.ts +0 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive/interactive-component.d.ts +0 -1
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-icon-button/interactive-icon-button.d.ts +0 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/InteractiveSummaryWrapper.d.ts +0 -18
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/interactions-bar/interactions-bar.d.ts +0 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/interactive-summary.d.ts +0 -20
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/progress-summary/progress-summary.d.ts +0 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/show-summary-button/show-summary-button.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/question-list/question-list-empty-state.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/components/question-list/question-list.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-item.d.ts +0 -20
- package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-items.d.ts +0 -66
- package/dist/projects/player/src/plugins/interactive-plugin/components/sliding-timepoint/sliding-timepoints.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/timepoint/timepoint-component.d.ts +0 -35
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/annotation/annotation-interaction.d.ts +0 -3
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/image/image-interaction.d.ts +0 -4
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/interactive-immersive-reader/interactive-immersive-reader.d.ts +0 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/missing-word/missing-word-interaction.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/multiple-choice/multiple-choice-interaction.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/short-answer/short-answer-interaction.d.ts +0 -11
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/true-or-false/true-or-false-interaction.d.ts +0 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-components.d.ts +0 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-error-feedback/view-error-feedback.d.ts +0 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-interaction-buttons/view-iteraction-buttons.d.ts +0 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-interaction-heading/view-interaction-heading.d.ts +0 -8
- package/dist/projects/player/src/plugins/interactive-plugin/errors/ReconnectionError.d.ts +0 -8
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useInteractiveState.d.ts +0 -25
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useInteractiveTrack.d.ts +0 -20
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useLockPlayer.d.ts +0 -14
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useStateManager.d.ts +0 -39
- package/dist/projects/player/src/plugins/interactive-plugin/interactive-plugin.d.ts +0 -45
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionComponent.d.ts +0 -3
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionProps.d.ts +0 -16
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionResult.d.ts +0 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractiveMode.d.ts +0 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractiveState.d.ts +0 -28
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/ResultSubmission.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/SubmissionFunction.d.ts +0 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/index.d.ts +0 -7
- package/dist/projects/player/src/plugins/interactive-plugin/utils/InteractiveReducer.d.ts +0 -14
- package/dist/projects/player/src/plugins/interactive-plugin/utils/ResultsService.d.ts +0 -24
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionComponents.d.ts +0 -3
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionStateId.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getTimepointStateId.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/utils/helpers.d.ts +0 -2
- package/dist/projects/player/src/plugins/interactive-plugin/utils/interactive-ajax.d.ts +0 -9
- package/dist/projects/player/src/plugins/localcache-plugin/LocalCache.d.ts +0 -12
- package/dist/projects/player/src/plugins/localcache-plugin/compontents/local-cache-indicator.d.ts +0 -1
- package/dist/projects/player/src/plugins/localcache-plugin/localcache-middleware.d.ts +0 -1
- package/dist/projects/player/src/plugins/localcache-plugin/localcache-plugin.d.ts +0 -62
- package/dist/projects/player/src/plugins/next-video-plugin/components/up-next/up-next.d.ts +0 -1
- package/dist/projects/player/src/plugins/next-video-plugin/next-video-plugin.d.ts +0 -44
- package/dist/projects/player/src/plugins/open-externally-plugin/components/open-externally-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/open-externally-plugin/interfaces/ExternalLinkOptions.d.ts +0 -3
- package/dist/projects/player/src/plugins/open-externally-plugin/open-externally-plugin.d.ts +0 -1
- package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.d.ts +0 -1
- package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.test.d.ts +0 -1
- package/dist/projects/player/src/plugins/picture-in-picture-plugin/picture-in-picture-plugin.d.ts +0 -48
- package/dist/projects/player/src/plugins/progress-reporter-plugin/progress-reporter-plugin.d.ts +0 -68
- package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveFilesPluginOptions.d.ts +0 -4
- package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveRepresentation.d.ts +0 -10
- package/dist/projects/player/src/plugins/progressive-files-plugin/interfaces/Source.d.ts +0 -6
- package/dist/projects/player/src/plugins/progressive-files-plugin/progressive-files-plugin.d.ts +0 -38
- package/dist/projects/player/src/plugins/resources-plugin/components/resource-menu-item/resource-menu-item.d.ts +0 -21
- package/dist/projects/player/src/plugins/resources-plugin/components/resources-button/resources-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/resources-plugin/resources-plugin.d.ts +0 -12
- package/dist/projects/player/src/plugins/touch-controls-plugin/components/touch-controls/touch-controls.d.ts +0 -59
- package/dist/projects/player/src/plugins/touch-controls-plugin/touch-controls-plugin.d.ts +0 -1
- package/dist/projects/player/src/react/CreateClipPlayer.d.ts +0 -3
- package/dist/projects/player/src/react/InteractivePlayer.d.ts +0 -8
- package/dist/projects/player/src/react/Player.d.ts +0 -10
- package/dist/projects/player/src/react/react-component.d.ts +0 -11
- package/dist/projects/player/src/services/analytics-service.d.ts +0 -31
- package/dist/projects/player/src/utils/ajax-helper.d.ts +0 -16
- package/dist/projects/player/src/utils/fn.d.ts +0 -14
- package/dist/projects/player/src/utils/formatTime.d.ts +0 -5
- package/dist/projects/player/src/utils/hotkeys.d.ts +0 -5
- package/dist/projects/player/src/utils/quality-helper.d.ts +0 -19
- package/dist/projects/player/src/utils/quality-helper.test.d.ts +0 -1
- package/dist/projects/player/src/utils/scrollbar-helper.d.ts +0 -6
- package/dist/projects/player/src/utils/track-helper.d.ts +0 -7
- package/dist/projects/player/test/players/test-player.d.ts +0 -17
- package/dist/projects/player/test/setupTests.d.ts +0 -0
- package/dist/projects/player/test/utils/test-helpers.d.ts +0 -8
package/dist/player-app.css
DELETED
|
@@ -1,2430 +0,0 @@
|
|
|
1
|
-
[data-simplebar] {
|
|
2
|
-
position: relative;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
flex-wrap: wrap;
|
|
5
|
-
justify-content: flex-start;
|
|
6
|
-
align-content: flex-start;
|
|
7
|
-
align-items: flex-start; }
|
|
8
|
-
|
|
9
|
-
.simplebar-wrapper {
|
|
10
|
-
overflow: hidden;
|
|
11
|
-
width: inherit;
|
|
12
|
-
height: inherit;
|
|
13
|
-
max-width: inherit;
|
|
14
|
-
max-height: inherit; }
|
|
15
|
-
|
|
16
|
-
.simplebar-mask {
|
|
17
|
-
direction: inherit;
|
|
18
|
-
position: absolute;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
padding: 0;
|
|
21
|
-
margin: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
top: 0;
|
|
24
|
-
bottom: 0;
|
|
25
|
-
right: 0;
|
|
26
|
-
width: auto !important;
|
|
27
|
-
height: auto !important;
|
|
28
|
-
z-index: 0; }
|
|
29
|
-
|
|
30
|
-
.simplebar-offset {
|
|
31
|
-
direction: inherit !important;
|
|
32
|
-
box-sizing: inherit !important;
|
|
33
|
-
resize: none !important;
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
bottom: 0;
|
|
38
|
-
right: 0;
|
|
39
|
-
padding: 0;
|
|
40
|
-
margin: 0;
|
|
41
|
-
-webkit-overflow-scrolling: touch; }
|
|
42
|
-
|
|
43
|
-
.simplebar-content-wrapper {
|
|
44
|
-
direction: inherit;
|
|
45
|
-
box-sizing: border-box !important;
|
|
46
|
-
position: relative;
|
|
47
|
-
display: block;
|
|
48
|
-
height: 100%;
|
|
49
|
-
/* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
|
|
50
|
-
width: auto;
|
|
51
|
-
max-width: 100%;
|
|
52
|
-
/* Not required for horizontal scroll to trigger */
|
|
53
|
-
max-height: 100%;
|
|
54
|
-
/* Needed for vertical scroll to trigger */
|
|
55
|
-
scrollbar-width: none;
|
|
56
|
-
-ms-overflow-style: none; }
|
|
57
|
-
|
|
58
|
-
.simplebar-content-wrapper::-webkit-scrollbar,
|
|
59
|
-
.simplebar-hide-scrollbar::-webkit-scrollbar {
|
|
60
|
-
width: 0;
|
|
61
|
-
height: 0; }
|
|
62
|
-
|
|
63
|
-
.simplebar-content:before,
|
|
64
|
-
.simplebar-content:after {
|
|
65
|
-
content: ' ';
|
|
66
|
-
display: table; }
|
|
67
|
-
|
|
68
|
-
.simplebar-placeholder {
|
|
69
|
-
max-height: 100%;
|
|
70
|
-
max-width: 100%;
|
|
71
|
-
width: 100%;
|
|
72
|
-
pointer-events: none; }
|
|
73
|
-
|
|
74
|
-
.simplebar-height-auto-observer-wrapper {
|
|
75
|
-
box-sizing: inherit !important;
|
|
76
|
-
height: 100%;
|
|
77
|
-
width: 100%;
|
|
78
|
-
max-width: 1px;
|
|
79
|
-
position: relative;
|
|
80
|
-
float: left;
|
|
81
|
-
max-height: 1px;
|
|
82
|
-
overflow: hidden;
|
|
83
|
-
z-index: -1;
|
|
84
|
-
padding: 0;
|
|
85
|
-
margin: 0;
|
|
86
|
-
pointer-events: none;
|
|
87
|
-
flex-grow: inherit;
|
|
88
|
-
flex-shrink: 0;
|
|
89
|
-
flex-basis: 0; }
|
|
90
|
-
|
|
91
|
-
.simplebar-height-auto-observer {
|
|
92
|
-
box-sizing: inherit;
|
|
93
|
-
display: block;
|
|
94
|
-
opacity: 0;
|
|
95
|
-
position: absolute;
|
|
96
|
-
top: 0;
|
|
97
|
-
left: 0;
|
|
98
|
-
height: 1000%;
|
|
99
|
-
width: 1000%;
|
|
100
|
-
min-height: 1px;
|
|
101
|
-
min-width: 1px;
|
|
102
|
-
overflow: hidden;
|
|
103
|
-
pointer-events: none;
|
|
104
|
-
z-index: -1; }
|
|
105
|
-
|
|
106
|
-
.simplebar-track {
|
|
107
|
-
z-index: 1;
|
|
108
|
-
position: absolute;
|
|
109
|
-
right: 0;
|
|
110
|
-
bottom: 0;
|
|
111
|
-
pointer-events: none;
|
|
112
|
-
overflow: hidden; }
|
|
113
|
-
|
|
114
|
-
[data-simplebar].simplebar-dragging .simplebar-content {
|
|
115
|
-
pointer-events: none;
|
|
116
|
-
-moz-user-select: none;
|
|
117
|
-
-ms-user-select: none;
|
|
118
|
-
user-select: none;
|
|
119
|
-
-webkit-user-select: none; }
|
|
120
|
-
|
|
121
|
-
[data-simplebar].simplebar-dragging .simplebar-track {
|
|
122
|
-
pointer-events: all; }
|
|
123
|
-
|
|
124
|
-
.simplebar-scrollbar {
|
|
125
|
-
position: absolute;
|
|
126
|
-
left: 0;
|
|
127
|
-
right: 0;
|
|
128
|
-
min-height: 10px; }
|
|
129
|
-
|
|
130
|
-
.simplebar-scrollbar:before {
|
|
131
|
-
position: absolute;
|
|
132
|
-
content: '';
|
|
133
|
-
background: black;
|
|
134
|
-
border-radius: 7px;
|
|
135
|
-
left: 2px;
|
|
136
|
-
right: 2px;
|
|
137
|
-
opacity: 0;
|
|
138
|
-
transition: opacity 0.2s linear; }
|
|
139
|
-
|
|
140
|
-
.simplebar-scrollbar.simplebar-visible:before {
|
|
141
|
-
/* When hovered, remove all transitions from drag handle */
|
|
142
|
-
opacity: 0.5;
|
|
143
|
-
transition: opacity 0s linear; }
|
|
144
|
-
|
|
145
|
-
.simplebar-track.simplebar-vertical {
|
|
146
|
-
top: 0;
|
|
147
|
-
width: 11px; }
|
|
148
|
-
|
|
149
|
-
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
|
|
150
|
-
top: 2px;
|
|
151
|
-
bottom: 2px; }
|
|
152
|
-
|
|
153
|
-
.simplebar-track.simplebar-horizontal {
|
|
154
|
-
left: 0;
|
|
155
|
-
height: 11px; }
|
|
156
|
-
|
|
157
|
-
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
|
|
158
|
-
height: 100%;
|
|
159
|
-
left: 2px;
|
|
160
|
-
right: 2px; }
|
|
161
|
-
|
|
162
|
-
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
|
|
163
|
-
right: auto;
|
|
164
|
-
left: 0;
|
|
165
|
-
top: 2px;
|
|
166
|
-
height: 7px;
|
|
167
|
-
min-height: 0;
|
|
168
|
-
min-width: 10px;
|
|
169
|
-
width: auto; }
|
|
170
|
-
|
|
171
|
-
/* Rtl support */
|
|
172
|
-
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
|
|
173
|
-
right: auto;
|
|
174
|
-
left: 0; }
|
|
175
|
-
|
|
176
|
-
.hs-dummy-scrollbar-size {
|
|
177
|
-
direction: rtl;
|
|
178
|
-
position: fixed;
|
|
179
|
-
opacity: 0;
|
|
180
|
-
visibility: hidden;
|
|
181
|
-
height: 500px;
|
|
182
|
-
width: 500px;
|
|
183
|
-
overflow-y: hidden;
|
|
184
|
-
overflow-x: scroll; }
|
|
185
|
-
|
|
186
|
-
.simplebar-hide-scrollbar {
|
|
187
|
-
position: fixed;
|
|
188
|
-
left: 0;
|
|
189
|
-
visibility: hidden;
|
|
190
|
-
overflow-y: scroll;
|
|
191
|
-
scrollbar-width: none;
|
|
192
|
-
-ms-overflow-style: none; }
|
|
193
|
-
|
|
194
|
-
@font-face {
|
|
195
|
-
font-family: "CVPlayer";
|
|
196
|
-
src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"); }
|
|
197
|
-
|
|
198
|
-
.cv-icon {
|
|
199
|
-
line-height: 1; }
|
|
200
|
-
|
|
201
|
-
.cv-icon:before {
|
|
202
|
-
font-family: CVPlayer !important;
|
|
203
|
-
font-style: normal;
|
|
204
|
-
font-weight: normal !important;
|
|
205
|
-
vertical-align: top; }
|
|
206
|
-
|
|
207
|
-
.cv-icon-play:before {
|
|
208
|
-
content: "\f100"; }
|
|
209
|
-
|
|
210
|
-
.cv-icon-pause:before {
|
|
211
|
-
content: "\f101"; }
|
|
212
|
-
|
|
213
|
-
.cv-icon-mute:before {
|
|
214
|
-
content: "\f102"; }
|
|
215
|
-
|
|
216
|
-
.cv-icon-cog:before {
|
|
217
|
-
content: "\f103"; }
|
|
218
|
-
|
|
219
|
-
.cv-icon-casting:before {
|
|
220
|
-
content: "\f104"; }
|
|
221
|
-
|
|
222
|
-
.cv-icon-cc:before {
|
|
223
|
-
content: "\f105"; }
|
|
224
|
-
|
|
225
|
-
.cv-icon-chapters:before {
|
|
226
|
-
content: "\f106"; }
|
|
227
|
-
|
|
228
|
-
.cv-icon-cinema:before {
|
|
229
|
-
content: "\f107"; }
|
|
230
|
-
|
|
231
|
-
.cv-icon-contract:before {
|
|
232
|
-
content: "\f108"; }
|
|
233
|
-
|
|
234
|
-
.cv-icon-fullscreen:before {
|
|
235
|
-
content: "\f109"; }
|
|
236
|
-
|
|
237
|
-
.cv-icon-volume-high:before {
|
|
238
|
-
content: "\f10a"; }
|
|
239
|
-
|
|
240
|
-
.cv-icon-volume-mid:before {
|
|
241
|
-
content: "\f10b"; }
|
|
242
|
-
|
|
243
|
-
.cv-icon-volume-low:before {
|
|
244
|
-
content: "\f10c"; }
|
|
245
|
-
|
|
246
|
-
.cv-icon-replay:before {
|
|
247
|
-
content: "\f10d"; }
|
|
248
|
-
|
|
249
|
-
.cv-icon-clip:before {
|
|
250
|
-
content: "\f10e"; }
|
|
251
|
-
|
|
252
|
-
.cv-icon-resources:before {
|
|
253
|
-
content: "\f10f"; }
|
|
254
|
-
|
|
255
|
-
.cv-icon-bold:before {
|
|
256
|
-
content: "\f110"; }
|
|
257
|
-
|
|
258
|
-
.cv-icon-italic:before {
|
|
259
|
-
content: "\f111"; }
|
|
260
|
-
|
|
261
|
-
.cv-icon-underline:before {
|
|
262
|
-
content: "\f112"; }
|
|
263
|
-
|
|
264
|
-
.cv-icon-superscript:before {
|
|
265
|
-
content: "\f113"; }
|
|
266
|
-
|
|
267
|
-
.cv-icon-subscript:before {
|
|
268
|
-
content: "\f114"; }
|
|
269
|
-
|
|
270
|
-
.cv-icon-bullet-list:before {
|
|
271
|
-
content: "\f115"; }
|
|
272
|
-
|
|
273
|
-
.cv-icon-number-list:before {
|
|
274
|
-
content: "\f116"; }
|
|
275
|
-
|
|
276
|
-
.cv-icon-link:before {
|
|
277
|
-
content: "\f117"; }
|
|
278
|
-
|
|
279
|
-
.cv-icon-unlink:before {
|
|
280
|
-
content: "\f118"; }
|
|
281
|
-
|
|
282
|
-
.cv-icon-heart:before {
|
|
283
|
-
content: "\f119"; }
|
|
284
|
-
|
|
285
|
-
.cv-icon-heart-outline:before {
|
|
286
|
-
content: "\f11a"; }
|
|
287
|
-
|
|
288
|
-
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
|
|
289
|
-
position: absolute;
|
|
290
|
-
top: 0;
|
|
291
|
-
left: 0;
|
|
292
|
-
width: 100%;
|
|
293
|
-
height: 100%; }
|
|
294
|
-
|
|
295
|
-
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
|
|
296
|
-
text-align: center; }
|
|
297
|
-
|
|
298
|
-
@font-face {
|
|
299
|
-
font-family: VideoJS;
|
|
300
|
-
src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
|
|
301
|
-
font-weight: normal;
|
|
302
|
-
font-style: normal; }
|
|
303
|
-
|
|
304
|
-
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
|
|
305
|
-
font-family: VideoJS;
|
|
306
|
-
font-weight: normal;
|
|
307
|
-
font-style: normal; }
|
|
308
|
-
.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
|
|
309
|
-
content: "\f101"; }
|
|
310
|
-
|
|
311
|
-
.vjs-icon-play-circle {
|
|
312
|
-
font-family: VideoJS;
|
|
313
|
-
font-weight: normal;
|
|
314
|
-
font-style: normal; }
|
|
315
|
-
.vjs-icon-play-circle:before {
|
|
316
|
-
content: "\f102"; }
|
|
317
|
-
|
|
318
|
-
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
|
|
319
|
-
font-family: VideoJS;
|
|
320
|
-
font-weight: normal;
|
|
321
|
-
font-style: normal; }
|
|
322
|
-
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
|
|
323
|
-
content: "\f103"; }
|
|
324
|
-
|
|
325
|
-
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
|
|
326
|
-
font-family: VideoJS;
|
|
327
|
-
font-weight: normal;
|
|
328
|
-
font-style: normal; }
|
|
329
|
-
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
|
|
330
|
-
content: "\f104"; }
|
|
331
|
-
|
|
332
|
-
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
|
|
333
|
-
font-family: VideoJS;
|
|
334
|
-
font-weight: normal;
|
|
335
|
-
font-style: normal; }
|
|
336
|
-
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
|
|
337
|
-
content: "\f105"; }
|
|
338
|
-
|
|
339
|
-
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
|
|
340
|
-
font-family: VideoJS;
|
|
341
|
-
font-weight: normal;
|
|
342
|
-
font-style: normal; }
|
|
343
|
-
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
|
|
344
|
-
content: "\f106"; }
|
|
345
|
-
|
|
346
|
-
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
|
|
347
|
-
font-family: VideoJS;
|
|
348
|
-
font-weight: normal;
|
|
349
|
-
font-style: normal; }
|
|
350
|
-
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
|
|
351
|
-
content: "\f107"; }
|
|
352
|
-
|
|
353
|
-
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
|
|
354
|
-
font-family: VideoJS;
|
|
355
|
-
font-weight: normal;
|
|
356
|
-
font-style: normal; }
|
|
357
|
-
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
358
|
-
content: "\f108"; }
|
|
359
|
-
|
|
360
|
-
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
|
|
361
|
-
font-family: VideoJS;
|
|
362
|
-
font-weight: normal;
|
|
363
|
-
font-style: normal; }
|
|
364
|
-
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
365
|
-
content: "\f109"; }
|
|
366
|
-
|
|
367
|
-
.vjs-icon-square {
|
|
368
|
-
font-family: VideoJS;
|
|
369
|
-
font-weight: normal;
|
|
370
|
-
font-style: normal; }
|
|
371
|
-
.vjs-icon-square:before {
|
|
372
|
-
content: "\f10a"; }
|
|
373
|
-
|
|
374
|
-
.vjs-icon-spinner {
|
|
375
|
-
font-family: VideoJS;
|
|
376
|
-
font-weight: normal;
|
|
377
|
-
font-style: normal; }
|
|
378
|
-
.vjs-icon-spinner:before {
|
|
379
|
-
content: "\f10b"; }
|
|
380
|
-
|
|
381
|
-
.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
382
|
-
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
383
|
-
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
384
|
-
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
385
|
-
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
|
|
386
|
-
font-family: VideoJS;
|
|
387
|
-
font-weight: normal;
|
|
388
|
-
font-style: normal; }
|
|
389
|
-
.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
|
390
|
-
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
|
391
|
-
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
|
392
|
-
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
|
393
|
-
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
|
|
394
|
-
content: "\f10c"; }
|
|
395
|
-
|
|
396
|
-
.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
|
|
397
|
-
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
|
|
398
|
-
font-family: VideoJS;
|
|
399
|
-
font-weight: normal;
|
|
400
|
-
font-style: normal; }
|
|
401
|
-
.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
|
|
402
|
-
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
|
|
403
|
-
content: "\f10d"; }
|
|
404
|
-
|
|
405
|
-
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
|
|
406
|
-
font-family: VideoJS;
|
|
407
|
-
font-weight: normal;
|
|
408
|
-
font-style: normal; }
|
|
409
|
-
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
|
|
410
|
-
content: "\f10e"; }
|
|
411
|
-
|
|
412
|
-
.vjs-icon-share {
|
|
413
|
-
font-family: VideoJS;
|
|
414
|
-
font-weight: normal;
|
|
415
|
-
font-style: normal; }
|
|
416
|
-
.vjs-icon-share:before {
|
|
417
|
-
content: "\f10f"; }
|
|
418
|
-
|
|
419
|
-
.vjs-icon-cog {
|
|
420
|
-
font-family: VideoJS;
|
|
421
|
-
font-weight: normal;
|
|
422
|
-
font-style: normal; }
|
|
423
|
-
.vjs-icon-cog:before {
|
|
424
|
-
content: "\f110"; }
|
|
425
|
-
|
|
426
|
-
.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
|
|
427
|
-
font-family: VideoJS;
|
|
428
|
-
font-weight: normal;
|
|
429
|
-
font-style: normal; }
|
|
430
|
-
.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
|
|
431
|
-
content: "\f111"; }
|
|
432
|
-
|
|
433
|
-
.vjs-icon-circle-outline {
|
|
434
|
-
font-family: VideoJS;
|
|
435
|
-
font-weight: normal;
|
|
436
|
-
font-style: normal; }
|
|
437
|
-
.vjs-icon-circle-outline:before {
|
|
438
|
-
content: "\f112"; }
|
|
439
|
-
|
|
440
|
-
.vjs-icon-circle-inner-circle {
|
|
441
|
-
font-family: VideoJS;
|
|
442
|
-
font-weight: normal;
|
|
443
|
-
font-style: normal; }
|
|
444
|
-
.vjs-icon-circle-inner-circle:before {
|
|
445
|
-
content: "\f113"; }
|
|
446
|
-
|
|
447
|
-
.vjs-icon-hd {
|
|
448
|
-
font-family: VideoJS;
|
|
449
|
-
font-weight: normal;
|
|
450
|
-
font-style: normal; }
|
|
451
|
-
.vjs-icon-hd:before {
|
|
452
|
-
content: "\f114"; }
|
|
453
|
-
|
|
454
|
-
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
|
|
455
|
-
font-family: VideoJS;
|
|
456
|
-
font-weight: normal;
|
|
457
|
-
font-style: normal; }
|
|
458
|
-
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
|
|
459
|
-
content: "\f115"; }
|
|
460
|
-
|
|
461
|
-
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
|
|
462
|
-
font-family: VideoJS;
|
|
463
|
-
font-weight: normal;
|
|
464
|
-
font-style: normal; }
|
|
465
|
-
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
|
|
466
|
-
content: "\f116"; }
|
|
467
|
-
|
|
468
|
-
.vjs-icon-facebook {
|
|
469
|
-
font-family: VideoJS;
|
|
470
|
-
font-weight: normal;
|
|
471
|
-
font-style: normal; }
|
|
472
|
-
.vjs-icon-facebook:before {
|
|
473
|
-
content: "\f117"; }
|
|
474
|
-
|
|
475
|
-
.vjs-icon-gplus {
|
|
476
|
-
font-family: VideoJS;
|
|
477
|
-
font-weight: normal;
|
|
478
|
-
font-style: normal; }
|
|
479
|
-
.vjs-icon-gplus:before {
|
|
480
|
-
content: "\f118"; }
|
|
481
|
-
|
|
482
|
-
.vjs-icon-linkedin {
|
|
483
|
-
font-family: VideoJS;
|
|
484
|
-
font-weight: normal;
|
|
485
|
-
font-style: normal; }
|
|
486
|
-
.vjs-icon-linkedin:before {
|
|
487
|
-
content: "\f119"; }
|
|
488
|
-
|
|
489
|
-
.vjs-icon-twitter {
|
|
490
|
-
font-family: VideoJS;
|
|
491
|
-
font-weight: normal;
|
|
492
|
-
font-style: normal; }
|
|
493
|
-
.vjs-icon-twitter:before {
|
|
494
|
-
content: "\f11a"; }
|
|
495
|
-
|
|
496
|
-
.vjs-icon-tumblr {
|
|
497
|
-
font-family: VideoJS;
|
|
498
|
-
font-weight: normal;
|
|
499
|
-
font-style: normal; }
|
|
500
|
-
.vjs-icon-tumblr:before {
|
|
501
|
-
content: "\f11b"; }
|
|
502
|
-
|
|
503
|
-
.vjs-icon-pinterest {
|
|
504
|
-
font-family: VideoJS;
|
|
505
|
-
font-weight: normal;
|
|
506
|
-
font-style: normal; }
|
|
507
|
-
.vjs-icon-pinterest:before {
|
|
508
|
-
content: "\f11c"; }
|
|
509
|
-
|
|
510
|
-
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
|
|
511
|
-
font-family: VideoJS;
|
|
512
|
-
font-weight: normal;
|
|
513
|
-
font-style: normal; }
|
|
514
|
-
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
|
|
515
|
-
content: "\f11d"; }
|
|
516
|
-
|
|
517
|
-
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
|
|
518
|
-
font-family: VideoJS;
|
|
519
|
-
font-weight: normal;
|
|
520
|
-
font-style: normal; }
|
|
521
|
-
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
|
|
522
|
-
content: "\f11e"; }
|
|
523
|
-
|
|
524
|
-
.vjs-icon-next-item {
|
|
525
|
-
font-family: VideoJS;
|
|
526
|
-
font-weight: normal;
|
|
527
|
-
font-style: normal; }
|
|
528
|
-
.vjs-icon-next-item:before {
|
|
529
|
-
content: "\f11f"; }
|
|
530
|
-
|
|
531
|
-
.vjs-icon-previous-item {
|
|
532
|
-
font-family: VideoJS;
|
|
533
|
-
font-weight: normal;
|
|
534
|
-
font-style: normal; }
|
|
535
|
-
.vjs-icon-previous-item:before {
|
|
536
|
-
content: "\f120"; }
|
|
537
|
-
|
|
538
|
-
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
|
|
539
|
-
font-family: VideoJS;
|
|
540
|
-
font-weight: normal;
|
|
541
|
-
font-style: normal; }
|
|
542
|
-
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
|
|
543
|
-
content: "\f121"; }
|
|
544
|
-
|
|
545
|
-
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
|
|
546
|
-
font-family: VideoJS;
|
|
547
|
-
font-weight: normal;
|
|
548
|
-
font-style: normal; }
|
|
549
|
-
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
|
|
550
|
-
content: "\f122"; }
|
|
551
|
-
|
|
552
|
-
.video-js {
|
|
553
|
-
display: block;
|
|
554
|
-
vertical-align: top;
|
|
555
|
-
box-sizing: border-box;
|
|
556
|
-
color: #fff;
|
|
557
|
-
background-color: #000;
|
|
558
|
-
position: relative;
|
|
559
|
-
padding: 0;
|
|
560
|
-
font-size: 10px;
|
|
561
|
-
line-height: 1;
|
|
562
|
-
font-weight: normal;
|
|
563
|
-
font-style: normal;
|
|
564
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
565
|
-
word-break: initial; }
|
|
566
|
-
.video-js:-moz-full-screen {
|
|
567
|
-
position: absolute; }
|
|
568
|
-
.video-js:-webkit-full-screen {
|
|
569
|
-
width: 100% !important;
|
|
570
|
-
height: 100% !important; }
|
|
571
|
-
|
|
572
|
-
.video-js[tabindex="-1"] {
|
|
573
|
-
outline: none; }
|
|
574
|
-
|
|
575
|
-
.video-js *,
|
|
576
|
-
.video-js *:before,
|
|
577
|
-
.video-js *:after {
|
|
578
|
-
box-sizing: inherit; }
|
|
579
|
-
|
|
580
|
-
.video-js ul {
|
|
581
|
-
font-family: inherit;
|
|
582
|
-
font-size: inherit;
|
|
583
|
-
line-height: inherit;
|
|
584
|
-
list-style-position: outside;
|
|
585
|
-
margin-left: 0;
|
|
586
|
-
margin-right: 0;
|
|
587
|
-
margin-top: 0;
|
|
588
|
-
margin-bottom: 0; }
|
|
589
|
-
|
|
590
|
-
.video-js.vjs-fluid,
|
|
591
|
-
.video-js.vjs-16-9,
|
|
592
|
-
.video-js.vjs-4-3 {
|
|
593
|
-
width: 100%;
|
|
594
|
-
max-width: 100%;
|
|
595
|
-
height: 0; }
|
|
596
|
-
|
|
597
|
-
.video-js.vjs-16-9 {
|
|
598
|
-
padding-top: 56.25%; }
|
|
599
|
-
|
|
600
|
-
.video-js.vjs-4-3 {
|
|
601
|
-
padding-top: 75%; }
|
|
602
|
-
|
|
603
|
-
.video-js.vjs-fill {
|
|
604
|
-
width: 100%;
|
|
605
|
-
height: 100%; }
|
|
606
|
-
|
|
607
|
-
.video-js .vjs-tech {
|
|
608
|
-
position: absolute;
|
|
609
|
-
top: 0;
|
|
610
|
-
left: 0;
|
|
611
|
-
width: 100%;
|
|
612
|
-
height: 100%; }
|
|
613
|
-
|
|
614
|
-
body.vjs-full-window {
|
|
615
|
-
padding: 0;
|
|
616
|
-
margin: 0;
|
|
617
|
-
height: 100%; }
|
|
618
|
-
|
|
619
|
-
.vjs-full-window .video-js.vjs-fullscreen {
|
|
620
|
-
position: fixed;
|
|
621
|
-
overflow: hidden;
|
|
622
|
-
z-index: 1000;
|
|
623
|
-
left: 0;
|
|
624
|
-
top: 0;
|
|
625
|
-
bottom: 0;
|
|
626
|
-
right: 0; }
|
|
627
|
-
|
|
628
|
-
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
|
|
629
|
-
width: 100% !important;
|
|
630
|
-
height: 100% !important;
|
|
631
|
-
padding-top: 0 !important; }
|
|
632
|
-
|
|
633
|
-
.video-js.vjs-fullscreen.vjs-user-inactive {
|
|
634
|
-
cursor: none; }
|
|
635
|
-
|
|
636
|
-
.vjs-hidden {
|
|
637
|
-
display: none !important; }
|
|
638
|
-
|
|
639
|
-
.vjs-disabled {
|
|
640
|
-
opacity: 0.5;
|
|
641
|
-
cursor: default; }
|
|
642
|
-
|
|
643
|
-
.video-js .vjs-offscreen {
|
|
644
|
-
height: 1px;
|
|
645
|
-
left: -9999px;
|
|
646
|
-
position: absolute;
|
|
647
|
-
top: 0;
|
|
648
|
-
width: 1px; }
|
|
649
|
-
|
|
650
|
-
.vjs-lock-showing {
|
|
651
|
-
display: block !important;
|
|
652
|
-
opacity: 1;
|
|
653
|
-
visibility: visible; }
|
|
654
|
-
|
|
655
|
-
.vjs-no-js {
|
|
656
|
-
padding: 20px;
|
|
657
|
-
color: #fff;
|
|
658
|
-
background-color: #000;
|
|
659
|
-
font-size: 18px;
|
|
660
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
661
|
-
text-align: center;
|
|
662
|
-
width: 300px;
|
|
663
|
-
height: 150px;
|
|
664
|
-
margin: 0px auto; }
|
|
665
|
-
|
|
666
|
-
.vjs-no-js a,
|
|
667
|
-
.vjs-no-js a:visited {
|
|
668
|
-
color: #66A8CC; }
|
|
669
|
-
|
|
670
|
-
.video-js .vjs-big-play-button {
|
|
671
|
-
font-size: 3em;
|
|
672
|
-
line-height: 1.5em;
|
|
673
|
-
height: 1.63332em;
|
|
674
|
-
width: 3em;
|
|
675
|
-
display: block;
|
|
676
|
-
position: absolute;
|
|
677
|
-
top: 10px;
|
|
678
|
-
left: 10px;
|
|
679
|
-
padding: 0;
|
|
680
|
-
cursor: pointer;
|
|
681
|
-
opacity: 1;
|
|
682
|
-
border: 0.06666em solid #fff;
|
|
683
|
-
background-color: #2B333F;
|
|
684
|
-
background-color: rgba(43, 51, 63, 0.7);
|
|
685
|
-
border-radius: 0.3em;
|
|
686
|
-
transition: all 0.4s; }
|
|
687
|
-
|
|
688
|
-
.vjs-big-play-centered .vjs-big-play-button {
|
|
689
|
-
top: 50%;
|
|
690
|
-
left: 50%;
|
|
691
|
-
margin-top: -0.81666em;
|
|
692
|
-
margin-left: -1.5em; }
|
|
693
|
-
|
|
694
|
-
.video-js:hover .vjs-big-play-button,
|
|
695
|
-
.video-js .vjs-big-play-button:focus {
|
|
696
|
-
border-color: #fff;
|
|
697
|
-
background-color: #73859f;
|
|
698
|
-
background-color: rgba(115, 133, 159, 0.5);
|
|
699
|
-
transition: all 0s; }
|
|
700
|
-
|
|
701
|
-
.vjs-controls-disabled .vjs-big-play-button,
|
|
702
|
-
.vjs-has-started .vjs-big-play-button,
|
|
703
|
-
.vjs-using-native-controls .vjs-big-play-button,
|
|
704
|
-
.vjs-error .vjs-big-play-button {
|
|
705
|
-
display: none; }
|
|
706
|
-
|
|
707
|
-
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
|
|
708
|
-
display: block; }
|
|
709
|
-
|
|
710
|
-
.video-js button {
|
|
711
|
-
background: none;
|
|
712
|
-
border: none;
|
|
713
|
-
color: inherit;
|
|
714
|
-
display: inline-block;
|
|
715
|
-
font-size: inherit;
|
|
716
|
-
line-height: inherit;
|
|
717
|
-
text-transform: none;
|
|
718
|
-
text-decoration: none;
|
|
719
|
-
transition: none;
|
|
720
|
-
-webkit-appearance: none;
|
|
721
|
-
-moz-appearance: none;
|
|
722
|
-
appearance: none; }
|
|
723
|
-
|
|
724
|
-
.vjs-control .vjs-button {
|
|
725
|
-
width: 100%;
|
|
726
|
-
height: 100%; }
|
|
727
|
-
|
|
728
|
-
.video-js .vjs-control.vjs-close-button {
|
|
729
|
-
cursor: pointer;
|
|
730
|
-
height: 3em;
|
|
731
|
-
position: absolute;
|
|
732
|
-
right: 0;
|
|
733
|
-
top: 0.5em;
|
|
734
|
-
z-index: 2; }
|
|
735
|
-
|
|
736
|
-
.video-js .vjs-modal-dialog {
|
|
737
|
-
background: rgba(0, 0, 0, 0.8);
|
|
738
|
-
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
|
|
739
|
-
overflow: auto; }
|
|
740
|
-
|
|
741
|
-
.video-js .vjs-modal-dialog > * {
|
|
742
|
-
box-sizing: border-box; }
|
|
743
|
-
|
|
744
|
-
.vjs-modal-dialog .vjs-modal-dialog-content {
|
|
745
|
-
font-size: 1.2em;
|
|
746
|
-
line-height: 1.5;
|
|
747
|
-
padding: 20px 24px;
|
|
748
|
-
z-index: 1; }
|
|
749
|
-
|
|
750
|
-
.vjs-menu-button {
|
|
751
|
-
cursor: pointer; }
|
|
752
|
-
|
|
753
|
-
.vjs-menu-button.vjs-disabled {
|
|
754
|
-
cursor: default; }
|
|
755
|
-
|
|
756
|
-
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
|
|
757
|
-
display: none; }
|
|
758
|
-
|
|
759
|
-
.vjs-menu .vjs-menu-content {
|
|
760
|
-
display: block;
|
|
761
|
-
padding: 0;
|
|
762
|
-
margin: 0;
|
|
763
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
764
|
-
overflow: auto; }
|
|
765
|
-
|
|
766
|
-
.vjs-menu .vjs-menu-content > * {
|
|
767
|
-
box-sizing: border-box; }
|
|
768
|
-
|
|
769
|
-
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
|
|
770
|
-
display: none; }
|
|
771
|
-
|
|
772
|
-
.vjs-menu li {
|
|
773
|
-
list-style: none;
|
|
774
|
-
margin: 0;
|
|
775
|
-
padding: 0.2em 0;
|
|
776
|
-
line-height: 1.4em;
|
|
777
|
-
font-size: 1.2em;
|
|
778
|
-
text-align: center;
|
|
779
|
-
text-transform: lowercase; }
|
|
780
|
-
|
|
781
|
-
.vjs-menu li.vjs-menu-item:focus,
|
|
782
|
-
.vjs-menu li.vjs-menu-item:hover,
|
|
783
|
-
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
|
|
784
|
-
background-color: #73859f;
|
|
785
|
-
background-color: rgba(115, 133, 159, 0.5); }
|
|
786
|
-
|
|
787
|
-
.vjs-menu li.vjs-selected,
|
|
788
|
-
.vjs-menu li.vjs-selected:focus,
|
|
789
|
-
.vjs-menu li.vjs-selected:hover,
|
|
790
|
-
.js-focus-visible .vjs-menu li.vjs-selected:hover {
|
|
791
|
-
background-color: #fff;
|
|
792
|
-
color: #2B333F; }
|
|
793
|
-
|
|
794
|
-
.vjs-menu li.vjs-menu-title {
|
|
795
|
-
text-align: center;
|
|
796
|
-
text-transform: uppercase;
|
|
797
|
-
font-size: 1em;
|
|
798
|
-
line-height: 2em;
|
|
799
|
-
padding: 0;
|
|
800
|
-
margin: 0 0 0.3em 0;
|
|
801
|
-
font-weight: bold;
|
|
802
|
-
cursor: default; }
|
|
803
|
-
|
|
804
|
-
.vjs-menu-button-popup .vjs-menu {
|
|
805
|
-
display: none;
|
|
806
|
-
position: absolute;
|
|
807
|
-
bottom: 0;
|
|
808
|
-
width: 10em;
|
|
809
|
-
left: -3em;
|
|
810
|
-
height: 0em;
|
|
811
|
-
margin-bottom: 1.5em;
|
|
812
|
-
border-top-color: rgba(43, 51, 63, 0.7); }
|
|
813
|
-
|
|
814
|
-
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
815
|
-
background-color: #2B333F;
|
|
816
|
-
background-color: rgba(43, 51, 63, 0.7);
|
|
817
|
-
position: absolute;
|
|
818
|
-
width: 100%;
|
|
819
|
-
bottom: 1.5em;
|
|
820
|
-
max-height: 15em; }
|
|
821
|
-
|
|
822
|
-
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
|
|
823
|
-
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
824
|
-
max-height: 5em; }
|
|
825
|
-
|
|
826
|
-
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
827
|
-
max-height: 10em; }
|
|
828
|
-
|
|
829
|
-
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
830
|
-
max-height: 14em; }
|
|
831
|
-
|
|
832
|
-
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
|
|
833
|
-
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
|
|
834
|
-
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
835
|
-
max-height: 25em; }
|
|
836
|
-
|
|
837
|
-
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
|
|
838
|
-
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
|
|
839
|
-
display: block; }
|
|
840
|
-
|
|
841
|
-
.video-js .vjs-menu-button-inline {
|
|
842
|
-
transition: all 0.4s;
|
|
843
|
-
overflow: hidden; }
|
|
844
|
-
|
|
845
|
-
.video-js .vjs-menu-button-inline:before {
|
|
846
|
-
width: 2.222222222em; }
|
|
847
|
-
|
|
848
|
-
.video-js .vjs-menu-button-inline:hover,
|
|
849
|
-
.video-js .vjs-menu-button-inline:focus,
|
|
850
|
-
.video-js .vjs-menu-button-inline.vjs-slider-active,
|
|
851
|
-
.video-js.vjs-no-flex .vjs-menu-button-inline {
|
|
852
|
-
width: 12em; }
|
|
853
|
-
|
|
854
|
-
.vjs-menu-button-inline .vjs-menu {
|
|
855
|
-
opacity: 0;
|
|
856
|
-
height: 100%;
|
|
857
|
-
width: auto;
|
|
858
|
-
position: absolute;
|
|
859
|
-
left: 4em;
|
|
860
|
-
top: 0;
|
|
861
|
-
padding: 0;
|
|
862
|
-
margin: 0;
|
|
863
|
-
transition: all 0.4s; }
|
|
864
|
-
|
|
865
|
-
.vjs-menu-button-inline:hover .vjs-menu,
|
|
866
|
-
.vjs-menu-button-inline:focus .vjs-menu,
|
|
867
|
-
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
|
|
868
|
-
display: block;
|
|
869
|
-
opacity: 1; }
|
|
870
|
-
|
|
871
|
-
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
|
|
872
|
-
display: block;
|
|
873
|
-
opacity: 1;
|
|
874
|
-
position: relative;
|
|
875
|
-
width: auto; }
|
|
876
|
-
|
|
877
|
-
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
|
|
878
|
-
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
|
|
879
|
-
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
|
|
880
|
-
width: auto; }
|
|
881
|
-
|
|
882
|
-
.vjs-menu-button-inline .vjs-menu-content {
|
|
883
|
-
width: auto;
|
|
884
|
-
height: 100%;
|
|
885
|
-
margin: 0;
|
|
886
|
-
overflow: hidden; }
|
|
887
|
-
|
|
888
|
-
.video-js .vjs-control-bar {
|
|
889
|
-
display: none;
|
|
890
|
-
width: 100%;
|
|
891
|
-
position: absolute;
|
|
892
|
-
bottom: 0;
|
|
893
|
-
left: 0;
|
|
894
|
-
right: 0;
|
|
895
|
-
height: 3.0em;
|
|
896
|
-
background-color: #2B333F;
|
|
897
|
-
background-color: rgba(43, 51, 63, 0.7); }
|
|
898
|
-
|
|
899
|
-
.vjs-has-started .vjs-control-bar {
|
|
900
|
-
display: flex;
|
|
901
|
-
visibility: visible;
|
|
902
|
-
opacity: 1;
|
|
903
|
-
transition: visibility 0.1s, opacity 0.1s; }
|
|
904
|
-
|
|
905
|
-
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
|
906
|
-
visibility: visible;
|
|
907
|
-
opacity: 0;
|
|
908
|
-
transition: visibility 1s, opacity 1s; }
|
|
909
|
-
|
|
910
|
-
.vjs-controls-disabled .vjs-control-bar,
|
|
911
|
-
.vjs-using-native-controls .vjs-control-bar,
|
|
912
|
-
.vjs-error .vjs-control-bar {
|
|
913
|
-
display: none !important; }
|
|
914
|
-
|
|
915
|
-
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
|
916
|
-
opacity: 1;
|
|
917
|
-
visibility: visible; }
|
|
918
|
-
|
|
919
|
-
.vjs-has-started.vjs-no-flex .vjs-control-bar {
|
|
920
|
-
display: table; }
|
|
921
|
-
|
|
922
|
-
.video-js .vjs-control {
|
|
923
|
-
position: relative;
|
|
924
|
-
text-align: center;
|
|
925
|
-
margin: 0;
|
|
926
|
-
padding: 0;
|
|
927
|
-
height: 100%;
|
|
928
|
-
width: 4em;
|
|
929
|
-
flex: none; }
|
|
930
|
-
|
|
931
|
-
.vjs-button > .vjs-icon-placeholder:before {
|
|
932
|
-
font-size: 1.8em;
|
|
933
|
-
line-height: 1.67; }
|
|
934
|
-
|
|
935
|
-
.video-js .vjs-control:focus:before,
|
|
936
|
-
.video-js .vjs-control:hover:before,
|
|
937
|
-
.video-js .vjs-control:focus {
|
|
938
|
-
text-shadow: 0em 0em 1em white; }
|
|
939
|
-
|
|
940
|
-
.video-js .vjs-control-text {
|
|
941
|
-
border: 0;
|
|
942
|
-
clip: rect(0 0 0 0);
|
|
943
|
-
height: 1px;
|
|
944
|
-
overflow: hidden;
|
|
945
|
-
padding: 0;
|
|
946
|
-
position: absolute;
|
|
947
|
-
width: 1px; }
|
|
948
|
-
|
|
949
|
-
.vjs-no-flex .vjs-control {
|
|
950
|
-
display: table-cell;
|
|
951
|
-
vertical-align: middle; }
|
|
952
|
-
|
|
953
|
-
.video-js .vjs-custom-control-spacer {
|
|
954
|
-
display: none; }
|
|
955
|
-
|
|
956
|
-
.video-js .vjs-progress-control {
|
|
957
|
-
cursor: pointer;
|
|
958
|
-
flex: auto;
|
|
959
|
-
display: flex;
|
|
960
|
-
align-items: center;
|
|
961
|
-
min-width: 4em;
|
|
962
|
-
touch-action: none; }
|
|
963
|
-
|
|
964
|
-
.video-js .vjs-progress-control.disabled {
|
|
965
|
-
cursor: default; }
|
|
966
|
-
|
|
967
|
-
.vjs-live .vjs-progress-control {
|
|
968
|
-
display: none; }
|
|
969
|
-
|
|
970
|
-
.vjs-liveui .vjs-progress-control {
|
|
971
|
-
display: flex;
|
|
972
|
-
align-items: center; }
|
|
973
|
-
|
|
974
|
-
.vjs-no-flex .vjs-progress-control {
|
|
975
|
-
width: auto; }
|
|
976
|
-
|
|
977
|
-
.video-js .vjs-progress-holder {
|
|
978
|
-
flex: auto;
|
|
979
|
-
transition: all 0.2s;
|
|
980
|
-
height: 0.3em; }
|
|
981
|
-
|
|
982
|
-
.video-js .vjs-progress-control .vjs-progress-holder {
|
|
983
|
-
margin: 0 10px; }
|
|
984
|
-
|
|
985
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder {
|
|
986
|
-
font-size: 1.666666666666666666em; }
|
|
987
|
-
|
|
988
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
|
|
989
|
-
font-size: 1em; }
|
|
990
|
-
|
|
991
|
-
.video-js .vjs-progress-holder .vjs-play-progress,
|
|
992
|
-
.video-js .vjs-progress-holder .vjs-load-progress,
|
|
993
|
-
.video-js .vjs-progress-holder .vjs-load-progress div {
|
|
994
|
-
position: absolute;
|
|
995
|
-
display: block;
|
|
996
|
-
height: 100%;
|
|
997
|
-
margin: 0;
|
|
998
|
-
padding: 0;
|
|
999
|
-
width: 0; }
|
|
1000
|
-
|
|
1001
|
-
.video-js .vjs-play-progress {
|
|
1002
|
-
background-color: #fff; }
|
|
1003
|
-
.video-js .vjs-play-progress:before {
|
|
1004
|
-
font-size: 0.9em;
|
|
1005
|
-
position: absolute;
|
|
1006
|
-
right: -0.5em;
|
|
1007
|
-
top: -0.333333333333333em;
|
|
1008
|
-
z-index: 1; }
|
|
1009
|
-
|
|
1010
|
-
.video-js .vjs-load-progress {
|
|
1011
|
-
background: rgba(115, 133, 159, 0.5); }
|
|
1012
|
-
|
|
1013
|
-
.video-js .vjs-load-progress div {
|
|
1014
|
-
background: rgba(115, 133, 159, 0.75); }
|
|
1015
|
-
|
|
1016
|
-
.video-js .vjs-time-tooltip {
|
|
1017
|
-
background-color: #fff;
|
|
1018
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
1019
|
-
border-radius: 0.3em;
|
|
1020
|
-
color: #000;
|
|
1021
|
-
float: right;
|
|
1022
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
1023
|
-
font-size: 1em;
|
|
1024
|
-
padding: 6px 8px 8px 8px;
|
|
1025
|
-
pointer-events: none;
|
|
1026
|
-
position: absolute;
|
|
1027
|
-
top: -3.4em;
|
|
1028
|
-
visibility: hidden;
|
|
1029
|
-
z-index: 1; }
|
|
1030
|
-
|
|
1031
|
-
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
|
|
1032
|
-
display: none; }
|
|
1033
|
-
|
|
1034
|
-
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
|
|
1035
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
|
|
1036
|
-
display: block;
|
|
1037
|
-
font-size: 0.6em;
|
|
1038
|
-
visibility: visible; }
|
|
1039
|
-
|
|
1040
|
-
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
|
|
1041
|
-
font-size: 1em; }
|
|
1042
|
-
|
|
1043
|
-
.video-js .vjs-progress-control .vjs-mouse-display {
|
|
1044
|
-
display: none;
|
|
1045
|
-
position: absolute;
|
|
1046
|
-
width: 1px;
|
|
1047
|
-
height: 100%;
|
|
1048
|
-
background-color: #000;
|
|
1049
|
-
z-index: 1; }
|
|
1050
|
-
|
|
1051
|
-
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
|
|
1052
|
-
z-index: 0; }
|
|
1053
|
-
|
|
1054
|
-
.video-js .vjs-progress-control:hover .vjs-mouse-display {
|
|
1055
|
-
display: block; }
|
|
1056
|
-
|
|
1057
|
-
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
|
|
1058
|
-
visibility: hidden;
|
|
1059
|
-
opacity: 0;
|
|
1060
|
-
transition: visibility 1s, opacity 1s; }
|
|
1061
|
-
|
|
1062
|
-
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
|
|
1063
|
-
display: none; }
|
|
1064
|
-
|
|
1065
|
-
.vjs-mouse-display .vjs-time-tooltip {
|
|
1066
|
-
color: #fff;
|
|
1067
|
-
background-color: #000;
|
|
1068
|
-
background-color: rgba(0, 0, 0, 0.8); }
|
|
1069
|
-
|
|
1070
|
-
.video-js .vjs-slider {
|
|
1071
|
-
position: relative;
|
|
1072
|
-
cursor: pointer;
|
|
1073
|
-
padding: 0;
|
|
1074
|
-
margin: 0 0.45em 0 0.45em;
|
|
1075
|
-
/* iOS Safari */
|
|
1076
|
-
-webkit-touch-callout: none;
|
|
1077
|
-
/* Safari */
|
|
1078
|
-
-webkit-user-select: none;
|
|
1079
|
-
/* Konqueror HTML */
|
|
1080
|
-
/* Firefox */
|
|
1081
|
-
-moz-user-select: none;
|
|
1082
|
-
/* Internet Explorer/Edge */
|
|
1083
|
-
-ms-user-select: none;
|
|
1084
|
-
/* Non-prefixed version, currently supported by Chrome and Opera */
|
|
1085
|
-
user-select: none;
|
|
1086
|
-
background-color: #73859f;
|
|
1087
|
-
background-color: rgba(115, 133, 159, 0.5); }
|
|
1088
|
-
|
|
1089
|
-
.video-js .vjs-slider.disabled {
|
|
1090
|
-
cursor: default; }
|
|
1091
|
-
|
|
1092
|
-
.video-js .vjs-slider:focus {
|
|
1093
|
-
text-shadow: 0em 0em 1em white;
|
|
1094
|
-
box-shadow: 0 0 1em #fff; }
|
|
1095
|
-
|
|
1096
|
-
.video-js .vjs-mute-control {
|
|
1097
|
-
cursor: pointer;
|
|
1098
|
-
flex: none; }
|
|
1099
|
-
|
|
1100
|
-
.video-js .vjs-volume-control {
|
|
1101
|
-
cursor: pointer;
|
|
1102
|
-
margin-right: 1em;
|
|
1103
|
-
display: flex; }
|
|
1104
|
-
|
|
1105
|
-
.video-js .vjs-volume-control.vjs-volume-horizontal {
|
|
1106
|
-
width: 5em; }
|
|
1107
|
-
|
|
1108
|
-
.video-js .vjs-volume-panel .vjs-volume-control {
|
|
1109
|
-
visibility: visible;
|
|
1110
|
-
opacity: 0;
|
|
1111
|
-
width: 1px;
|
|
1112
|
-
height: 1px;
|
|
1113
|
-
margin-left: -1px; }
|
|
1114
|
-
|
|
1115
|
-
.video-js .vjs-volume-panel {
|
|
1116
|
-
transition: width 1s; }
|
|
1117
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
|
|
1118
|
-
.video-js .vjs-volume-panel:active .vjs-volume-control,
|
|
1119
|
-
.video-js .vjs-volume-panel:focus .vjs-volume-control,
|
|
1120
|
-
.video-js .vjs-volume-panel .vjs-volume-control:active,
|
|
1121
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
|
|
1122
|
-
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
|
|
1123
|
-
visibility: visible;
|
|
1124
|
-
opacity: 1;
|
|
1125
|
-
position: relative;
|
|
1126
|
-
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
|
|
1127
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
|
|
1128
|
-
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
|
|
1129
|
-
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
|
|
1130
|
-
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
|
|
1131
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
|
|
1132
|
-
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
|
|
1133
|
-
width: 5em;
|
|
1134
|
-
height: 3em;
|
|
1135
|
-
margin-right: 0; }
|
|
1136
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
|
|
1137
|
-
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
|
|
1138
|
-
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
|
|
1139
|
-
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
|
|
1140
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
|
|
1141
|
-
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
|
|
1142
|
-
left: -3.5em;
|
|
1143
|
-
transition: left 0s; }
|
|
1144
|
-
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
|
|
1145
|
-
width: 10em;
|
|
1146
|
-
transition: width 0.1s; }
|
|
1147
|
-
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
|
|
1148
|
-
width: 4em; }
|
|
1149
|
-
|
|
1150
|
-
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
|
|
1151
|
-
height: 8em;
|
|
1152
|
-
width: 3em;
|
|
1153
|
-
left: -3000em;
|
|
1154
|
-
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }
|
|
1155
|
-
|
|
1156
|
-
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
|
|
1157
|
-
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }
|
|
1158
|
-
|
|
1159
|
-
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
|
|
1160
|
-
width: 5em;
|
|
1161
|
-
height: 3em;
|
|
1162
|
-
visibility: visible;
|
|
1163
|
-
opacity: 1;
|
|
1164
|
-
position: relative;
|
|
1165
|
-
transition: none; }
|
|
1166
|
-
|
|
1167
|
-
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
|
|
1168
|
-
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
|
|
1169
|
-
position: absolute;
|
|
1170
|
-
bottom: 3em;
|
|
1171
|
-
left: 0.5em; }
|
|
1172
|
-
|
|
1173
|
-
.video-js .vjs-volume-panel {
|
|
1174
|
-
display: flex; }
|
|
1175
|
-
|
|
1176
|
-
.video-js .vjs-volume-bar {
|
|
1177
|
-
margin: 1.35em 0.45em; }
|
|
1178
|
-
|
|
1179
|
-
.vjs-volume-bar.vjs-slider-horizontal {
|
|
1180
|
-
width: 5em;
|
|
1181
|
-
height: 0.3em; }
|
|
1182
|
-
|
|
1183
|
-
.vjs-volume-bar.vjs-slider-vertical {
|
|
1184
|
-
width: 0.3em;
|
|
1185
|
-
height: 5em;
|
|
1186
|
-
margin: 1.35em auto; }
|
|
1187
|
-
|
|
1188
|
-
.video-js .vjs-volume-level {
|
|
1189
|
-
position: absolute;
|
|
1190
|
-
bottom: 0;
|
|
1191
|
-
left: 0;
|
|
1192
|
-
background-color: #fff; }
|
|
1193
|
-
.video-js .vjs-volume-level:before {
|
|
1194
|
-
position: absolute;
|
|
1195
|
-
font-size: 0.9em; }
|
|
1196
|
-
|
|
1197
|
-
.vjs-slider-vertical .vjs-volume-level {
|
|
1198
|
-
width: 0.3em; }
|
|
1199
|
-
.vjs-slider-vertical .vjs-volume-level:before {
|
|
1200
|
-
top: -0.5em;
|
|
1201
|
-
left: -0.3em; }
|
|
1202
|
-
|
|
1203
|
-
.vjs-slider-horizontal .vjs-volume-level {
|
|
1204
|
-
height: 0.3em; }
|
|
1205
|
-
.vjs-slider-horizontal .vjs-volume-level:before {
|
|
1206
|
-
top: -0.3em;
|
|
1207
|
-
right: -0.5em; }
|
|
1208
|
-
|
|
1209
|
-
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
|
|
1210
|
-
width: 4em; }
|
|
1211
|
-
|
|
1212
|
-
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
|
|
1213
|
-
height: 100%; }
|
|
1214
|
-
|
|
1215
|
-
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
|
|
1216
|
-
width: 100%; }
|
|
1217
|
-
|
|
1218
|
-
.video-js .vjs-volume-vertical {
|
|
1219
|
-
width: 3em;
|
|
1220
|
-
height: 8em;
|
|
1221
|
-
bottom: 8em;
|
|
1222
|
-
background-color: #2B333F;
|
|
1223
|
-
background-color: rgba(43, 51, 63, 0.7); }
|
|
1224
|
-
|
|
1225
|
-
.video-js .vjs-volume-horizontal .vjs-menu {
|
|
1226
|
-
left: -2em; }
|
|
1227
|
-
|
|
1228
|
-
.vjs-poster {
|
|
1229
|
-
display: inline-block;
|
|
1230
|
-
vertical-align: middle;
|
|
1231
|
-
background-repeat: no-repeat;
|
|
1232
|
-
background-position: 50% 50%;
|
|
1233
|
-
background-size: contain;
|
|
1234
|
-
background-color: #000000;
|
|
1235
|
-
cursor: pointer;
|
|
1236
|
-
margin: 0;
|
|
1237
|
-
padding: 0;
|
|
1238
|
-
position: absolute;
|
|
1239
|
-
top: 0;
|
|
1240
|
-
right: 0;
|
|
1241
|
-
bottom: 0;
|
|
1242
|
-
left: 0;
|
|
1243
|
-
height: 100%; }
|
|
1244
|
-
|
|
1245
|
-
.vjs-has-started .vjs-poster {
|
|
1246
|
-
display: none; }
|
|
1247
|
-
|
|
1248
|
-
.vjs-audio.vjs-has-started .vjs-poster {
|
|
1249
|
-
display: block; }
|
|
1250
|
-
|
|
1251
|
-
.vjs-using-native-controls .vjs-poster {
|
|
1252
|
-
display: none; }
|
|
1253
|
-
|
|
1254
|
-
.video-js .vjs-live-control {
|
|
1255
|
-
display: flex;
|
|
1256
|
-
align-items: flex-start;
|
|
1257
|
-
flex: auto;
|
|
1258
|
-
font-size: 1em;
|
|
1259
|
-
line-height: 3em; }
|
|
1260
|
-
|
|
1261
|
-
.vjs-no-flex .vjs-live-control {
|
|
1262
|
-
display: table-cell;
|
|
1263
|
-
width: auto;
|
|
1264
|
-
text-align: left; }
|
|
1265
|
-
|
|
1266
|
-
.video-js:not(.vjs-live) .vjs-live-control,
|
|
1267
|
-
.video-js.vjs-liveui .vjs-live-control {
|
|
1268
|
-
display: none; }
|
|
1269
|
-
|
|
1270
|
-
.video-js .vjs-seek-to-live-control {
|
|
1271
|
-
align-items: center;
|
|
1272
|
-
cursor: pointer;
|
|
1273
|
-
flex: none;
|
|
1274
|
-
display: inline-flex;
|
|
1275
|
-
height: 100%;
|
|
1276
|
-
padding-left: 0.5em;
|
|
1277
|
-
padding-right: 0.5em;
|
|
1278
|
-
font-size: 1em;
|
|
1279
|
-
line-height: 3em;
|
|
1280
|
-
width: auto;
|
|
1281
|
-
min-width: 4em; }
|
|
1282
|
-
|
|
1283
|
-
.vjs-no-flex .vjs-seek-to-live-control {
|
|
1284
|
-
display: table-cell;
|
|
1285
|
-
width: auto;
|
|
1286
|
-
text-align: left; }
|
|
1287
|
-
|
|
1288
|
-
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
|
|
1289
|
-
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
|
|
1290
|
-
display: none; }
|
|
1291
|
-
|
|
1292
|
-
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
|
|
1293
|
-
cursor: auto; }
|
|
1294
|
-
|
|
1295
|
-
.vjs-seek-to-live-control .vjs-icon-placeholder {
|
|
1296
|
-
margin-right: 0.5em;
|
|
1297
|
-
color: #888; }
|
|
1298
|
-
|
|
1299
|
-
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
|
|
1300
|
-
color: red; }
|
|
1301
|
-
|
|
1302
|
-
.video-js .vjs-time-control {
|
|
1303
|
-
flex: none;
|
|
1304
|
-
font-size: 1em;
|
|
1305
|
-
line-height: 3em;
|
|
1306
|
-
min-width: 2em;
|
|
1307
|
-
width: auto;
|
|
1308
|
-
padding-left: 1em;
|
|
1309
|
-
padding-right: 1em; }
|
|
1310
|
-
|
|
1311
|
-
.vjs-live .vjs-time-control {
|
|
1312
|
-
display: none; }
|
|
1313
|
-
|
|
1314
|
-
.video-js .vjs-current-time,
|
|
1315
|
-
.vjs-no-flex .vjs-current-time {
|
|
1316
|
-
display: none; }
|
|
1317
|
-
|
|
1318
|
-
.video-js .vjs-duration,
|
|
1319
|
-
.vjs-no-flex .vjs-duration {
|
|
1320
|
-
display: none; }
|
|
1321
|
-
|
|
1322
|
-
.vjs-time-divider {
|
|
1323
|
-
display: none;
|
|
1324
|
-
line-height: 3em; }
|
|
1325
|
-
|
|
1326
|
-
.vjs-live .vjs-time-divider {
|
|
1327
|
-
display: none; }
|
|
1328
|
-
|
|
1329
|
-
.video-js .vjs-play-control {
|
|
1330
|
-
cursor: pointer; }
|
|
1331
|
-
|
|
1332
|
-
.video-js .vjs-play-control .vjs-icon-placeholder {
|
|
1333
|
-
flex: none; }
|
|
1334
|
-
|
|
1335
|
-
.vjs-text-track-display {
|
|
1336
|
-
position: absolute;
|
|
1337
|
-
bottom: 3em;
|
|
1338
|
-
left: 0;
|
|
1339
|
-
right: 0;
|
|
1340
|
-
top: 0;
|
|
1341
|
-
pointer-events: none; }
|
|
1342
|
-
|
|
1343
|
-
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
|
|
1344
|
-
bottom: 1em; }
|
|
1345
|
-
|
|
1346
|
-
.video-js .vjs-text-track {
|
|
1347
|
-
font-size: 1.4em;
|
|
1348
|
-
text-align: center;
|
|
1349
|
-
margin-bottom: 0.1em; }
|
|
1350
|
-
|
|
1351
|
-
.vjs-subtitles {
|
|
1352
|
-
color: #fff; }
|
|
1353
|
-
|
|
1354
|
-
.vjs-captions {
|
|
1355
|
-
color: #fc6; }
|
|
1356
|
-
|
|
1357
|
-
.vjs-tt-cue {
|
|
1358
|
-
display: block; }
|
|
1359
|
-
|
|
1360
|
-
video::-webkit-media-text-track-display {
|
|
1361
|
-
transform: translateY(-3em); }
|
|
1362
|
-
|
|
1363
|
-
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
|
|
1364
|
-
transform: translateY(-1.5em); }
|
|
1365
|
-
|
|
1366
|
-
.video-js .vjs-picture-in-picture-control {
|
|
1367
|
-
cursor: pointer;
|
|
1368
|
-
flex: none; }
|
|
1369
|
-
|
|
1370
|
-
.video-js .vjs-fullscreen-control {
|
|
1371
|
-
cursor: pointer;
|
|
1372
|
-
flex: none; }
|
|
1373
|
-
|
|
1374
|
-
.vjs-playback-rate > .vjs-menu-button,
|
|
1375
|
-
.vjs-playback-rate .vjs-playback-rate-value {
|
|
1376
|
-
position: absolute;
|
|
1377
|
-
top: 0;
|
|
1378
|
-
left: 0;
|
|
1379
|
-
width: 100%;
|
|
1380
|
-
height: 100%; }
|
|
1381
|
-
|
|
1382
|
-
.vjs-playback-rate .vjs-playback-rate-value {
|
|
1383
|
-
pointer-events: none;
|
|
1384
|
-
font-size: 1.5em;
|
|
1385
|
-
line-height: 2;
|
|
1386
|
-
text-align: center; }
|
|
1387
|
-
|
|
1388
|
-
.vjs-playback-rate .vjs-menu {
|
|
1389
|
-
width: 4em;
|
|
1390
|
-
left: 0em; }
|
|
1391
|
-
|
|
1392
|
-
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
|
|
1393
|
-
font-size: 1.4em;
|
|
1394
|
-
text-align: center; }
|
|
1395
|
-
|
|
1396
|
-
.vjs-error .vjs-error-display:before {
|
|
1397
|
-
color: #fff;
|
|
1398
|
-
content: 'X';
|
|
1399
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
1400
|
-
font-size: 4em;
|
|
1401
|
-
left: 0;
|
|
1402
|
-
line-height: 1;
|
|
1403
|
-
margin-top: -0.5em;
|
|
1404
|
-
position: absolute;
|
|
1405
|
-
text-shadow: 0.05em 0.05em 0.1em #000;
|
|
1406
|
-
text-align: center;
|
|
1407
|
-
top: 50%;
|
|
1408
|
-
vertical-align: middle;
|
|
1409
|
-
width: 100%; }
|
|
1410
|
-
|
|
1411
|
-
.vjs-loading-spinner {
|
|
1412
|
-
display: none;
|
|
1413
|
-
position: absolute;
|
|
1414
|
-
top: 50%;
|
|
1415
|
-
left: 50%;
|
|
1416
|
-
margin: -25px 0 0 -25px;
|
|
1417
|
-
opacity: 0.85;
|
|
1418
|
-
text-align: left;
|
|
1419
|
-
border: 6px solid rgba(43, 51, 63, 0.7);
|
|
1420
|
-
box-sizing: border-box;
|
|
1421
|
-
background-clip: padding-box;
|
|
1422
|
-
width: 50px;
|
|
1423
|
-
height: 50px;
|
|
1424
|
-
border-radius: 25px;
|
|
1425
|
-
visibility: hidden; }
|
|
1426
|
-
|
|
1427
|
-
.vjs-seeking .vjs-loading-spinner,
|
|
1428
|
-
.vjs-waiting .vjs-loading-spinner {
|
|
1429
|
-
display: block;
|
|
1430
|
-
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
|
|
1431
|
-
animation: vjs-spinner-show 0s linear 0.3s forwards; }
|
|
1432
|
-
|
|
1433
|
-
.vjs-loading-spinner:before,
|
|
1434
|
-
.vjs-loading-spinner:after {
|
|
1435
|
-
content: "";
|
|
1436
|
-
position: absolute;
|
|
1437
|
-
margin: -6px;
|
|
1438
|
-
box-sizing: inherit;
|
|
1439
|
-
width: inherit;
|
|
1440
|
-
height: inherit;
|
|
1441
|
-
border-radius: inherit;
|
|
1442
|
-
opacity: 1;
|
|
1443
|
-
border: inherit;
|
|
1444
|
-
border-color: transparent;
|
|
1445
|
-
border-top-color: white; }
|
|
1446
|
-
|
|
1447
|
-
.vjs-seeking .vjs-loading-spinner:before,
|
|
1448
|
-
.vjs-seeking .vjs-loading-spinner:after,
|
|
1449
|
-
.vjs-waiting .vjs-loading-spinner:before,
|
|
1450
|
-
.vjs-waiting .vjs-loading-spinner:after {
|
|
1451
|
-
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
|
|
1452
|
-
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }
|
|
1453
|
-
|
|
1454
|
-
.vjs-seeking .vjs-loading-spinner:before,
|
|
1455
|
-
.vjs-waiting .vjs-loading-spinner:before {
|
|
1456
|
-
border-top-color: white; }
|
|
1457
|
-
|
|
1458
|
-
.vjs-seeking .vjs-loading-spinner:after,
|
|
1459
|
-
.vjs-waiting .vjs-loading-spinner:after {
|
|
1460
|
-
border-top-color: white;
|
|
1461
|
-
-webkit-animation-delay: 0.44s;
|
|
1462
|
-
animation-delay: 0.44s; }
|
|
1463
|
-
|
|
1464
|
-
@keyframes vjs-spinner-show {
|
|
1465
|
-
to {
|
|
1466
|
-
visibility: visible; } }
|
|
1467
|
-
|
|
1468
|
-
@-webkit-keyframes vjs-spinner-show {
|
|
1469
|
-
to {
|
|
1470
|
-
visibility: visible; } }
|
|
1471
|
-
|
|
1472
|
-
@keyframes vjs-spinner-spin {
|
|
1473
|
-
100% {
|
|
1474
|
-
transform: rotate(360deg); } }
|
|
1475
|
-
|
|
1476
|
-
@-webkit-keyframes vjs-spinner-spin {
|
|
1477
|
-
100% {
|
|
1478
|
-
-webkit-transform: rotate(360deg); } }
|
|
1479
|
-
|
|
1480
|
-
@keyframes vjs-spinner-fade {
|
|
1481
|
-
0% {
|
|
1482
|
-
border-top-color: #73859f; }
|
|
1483
|
-
20% {
|
|
1484
|
-
border-top-color: #73859f; }
|
|
1485
|
-
35% {
|
|
1486
|
-
border-top-color: white; }
|
|
1487
|
-
60% {
|
|
1488
|
-
border-top-color: #73859f; }
|
|
1489
|
-
100% {
|
|
1490
|
-
border-top-color: #73859f; } }
|
|
1491
|
-
|
|
1492
|
-
@-webkit-keyframes vjs-spinner-fade {
|
|
1493
|
-
0% {
|
|
1494
|
-
border-top-color: #73859f; }
|
|
1495
|
-
20% {
|
|
1496
|
-
border-top-color: #73859f; }
|
|
1497
|
-
35% {
|
|
1498
|
-
border-top-color: white; }
|
|
1499
|
-
60% {
|
|
1500
|
-
border-top-color: #73859f; }
|
|
1501
|
-
100% {
|
|
1502
|
-
border-top-color: #73859f; } }
|
|
1503
|
-
|
|
1504
|
-
.vjs-chapters-button .vjs-menu ul {
|
|
1505
|
-
width: 24em; }
|
|
1506
|
-
|
|
1507
|
-
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
|
1508
|
-
vertical-align: middle;
|
|
1509
|
-
display: inline-block;
|
|
1510
|
-
margin-bottom: -0.1em; }
|
|
1511
|
-
|
|
1512
|
-
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
|
|
1513
|
-
font-family: VideoJS;
|
|
1514
|
-
content: "\f10d";
|
|
1515
|
-
font-size: 1.5em;
|
|
1516
|
-
line-height: inherit; }
|
|
1517
|
-
|
|
1518
|
-
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
|
1519
|
-
vertical-align: middle;
|
|
1520
|
-
display: inline-block;
|
|
1521
|
-
margin-bottom: -0.1em; }
|
|
1522
|
-
|
|
1523
|
-
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
|
|
1524
|
-
font-family: VideoJS;
|
|
1525
|
-
content: " \f11d";
|
|
1526
|
-
font-size: 1.5em;
|
|
1527
|
-
line-height: inherit; }
|
|
1528
|
-
|
|
1529
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
|
|
1530
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
|
|
1531
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
|
|
1532
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
|
|
1533
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
|
|
1534
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
|
|
1535
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
|
|
1536
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
|
|
1537
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
|
|
1538
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
|
|
1539
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
|
|
1540
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
|
|
1541
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
|
|
1542
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
|
|
1543
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
|
|
1544
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
|
|
1545
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
|
|
1546
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
|
|
1547
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
|
|
1548
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
|
|
1549
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
|
|
1550
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
|
|
1551
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
|
|
1552
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
|
|
1553
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
|
|
1554
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
|
|
1555
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
|
|
1556
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
|
|
1557
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
|
|
1558
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
|
|
1559
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
|
|
1560
|
-
display: none; }
|
|
1561
|
-
|
|
1562
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
|
|
1563
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
|
1564
|
-
.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,
|
|
1565
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
|
1566
|
-
.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,
|
|
1567
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
|
|
1568
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
|
|
1569
|
-
width: auto;
|
|
1570
|
-
width: initial; }
|
|
1571
|
-
|
|
1572
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
|
|
1573
|
-
display: none; }
|
|
1574
|
-
|
|
1575
|
-
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
|
|
1576
|
-
flex: auto;
|
|
1577
|
-
display: block; }
|
|
1578
|
-
|
|
1579
|
-
.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 {
|
|
1580
|
-
width: auto; }
|
|
1581
|
-
|
|
1582
|
-
.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 {
|
|
1583
|
-
display: none; }
|
|
1584
|
-
|
|
1585
|
-
.vjs-modal-dialog.vjs-text-track-settings {
|
|
1586
|
-
background-color: #2B333F;
|
|
1587
|
-
background-color: rgba(43, 51, 63, 0.75);
|
|
1588
|
-
color: #fff;
|
|
1589
|
-
height: 70%; }
|
|
1590
|
-
|
|
1591
|
-
.vjs-text-track-settings .vjs-modal-dialog-content {
|
|
1592
|
-
display: table; }
|
|
1593
|
-
|
|
1594
|
-
.vjs-text-track-settings .vjs-track-settings-colors,
|
|
1595
|
-
.vjs-text-track-settings .vjs-track-settings-font,
|
|
1596
|
-
.vjs-text-track-settings .vjs-track-settings-controls {
|
|
1597
|
-
display: table-cell; }
|
|
1598
|
-
|
|
1599
|
-
.vjs-text-track-settings .vjs-track-settings-controls {
|
|
1600
|
-
text-align: right;
|
|
1601
|
-
vertical-align: bottom; }
|
|
1602
|
-
|
|
1603
|
-
@supports (display: grid) {
|
|
1604
|
-
.vjs-text-track-settings .vjs-modal-dialog-content {
|
|
1605
|
-
display: grid;
|
|
1606
|
-
grid-template-columns: 1fr 1fr;
|
|
1607
|
-
grid-template-rows: 1fr;
|
|
1608
|
-
padding: 20px 24px 0px 24px; }
|
|
1609
|
-
.vjs-track-settings-controls .vjs-default-button {
|
|
1610
|
-
margin-bottom: 20px; }
|
|
1611
|
-
.vjs-text-track-settings .vjs-track-settings-controls {
|
|
1612
|
-
grid-column: 1 / -1; }
|
|
1613
|
-
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
|
|
1614
|
-
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
|
|
1615
|
-
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
|
|
1616
|
-
grid-template-columns: 1fr; } }
|
|
1617
|
-
|
|
1618
|
-
.vjs-track-setting > select {
|
|
1619
|
-
margin-right: 1em;
|
|
1620
|
-
margin-bottom: 0.5em; }
|
|
1621
|
-
|
|
1622
|
-
.vjs-text-track-settings fieldset {
|
|
1623
|
-
margin: 5px;
|
|
1624
|
-
padding: 3px;
|
|
1625
|
-
border: none; }
|
|
1626
|
-
|
|
1627
|
-
.vjs-text-track-settings fieldset span {
|
|
1628
|
-
display: inline-block; }
|
|
1629
|
-
|
|
1630
|
-
.vjs-text-track-settings fieldset span > select {
|
|
1631
|
-
max-width: 7.3em; }
|
|
1632
|
-
|
|
1633
|
-
.vjs-text-track-settings legend {
|
|
1634
|
-
color: #fff;
|
|
1635
|
-
margin: 0 0 5px 0; }
|
|
1636
|
-
|
|
1637
|
-
.vjs-text-track-settings .vjs-label {
|
|
1638
|
-
position: absolute;
|
|
1639
|
-
clip: rect(1px 1px 1px 1px);
|
|
1640
|
-
clip: rect(1px, 1px, 1px, 1px);
|
|
1641
|
-
display: block;
|
|
1642
|
-
margin: 0 0 5px 0;
|
|
1643
|
-
padding: 0;
|
|
1644
|
-
border: 0;
|
|
1645
|
-
height: 1px;
|
|
1646
|
-
width: 1px;
|
|
1647
|
-
overflow: hidden; }
|
|
1648
|
-
|
|
1649
|
-
.vjs-track-settings-controls button:focus,
|
|
1650
|
-
.vjs-track-settings-controls button:active {
|
|
1651
|
-
outline-style: solid;
|
|
1652
|
-
outline-width: medium;
|
|
1653
|
-
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }
|
|
1654
|
-
|
|
1655
|
-
.vjs-track-settings-controls button:hover {
|
|
1656
|
-
color: rgba(43, 51, 63, 0.75); }
|
|
1657
|
-
|
|
1658
|
-
.vjs-track-settings-controls button {
|
|
1659
|
-
background-color: #fff;
|
|
1660
|
-
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
|
|
1661
|
-
color: #2B333F;
|
|
1662
|
-
cursor: pointer;
|
|
1663
|
-
border-radius: 2px; }
|
|
1664
|
-
|
|
1665
|
-
.vjs-track-settings-controls .vjs-default-button {
|
|
1666
|
-
margin-right: 1em; }
|
|
1667
|
-
|
|
1668
|
-
@media print {
|
|
1669
|
-
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
|
|
1670
|
-
visibility: hidden; } }
|
|
1671
|
-
|
|
1672
|
-
.simplebar-scrollbar::before {
|
|
1673
|
-
background-color: #fff; }
|
|
1674
|
-
|
|
1675
|
-
.video-js .vjs-control {
|
|
1676
|
-
position: static; }
|
|
1677
|
-
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
|
|
1678
|
-
text-shadow: none; }
|
|
1679
|
-
|
|
1680
|
-
.video-js .vjs-icon-placeholder:before {
|
|
1681
|
-
position: static;
|
|
1682
|
-
font-size: 2em !important; }
|
|
1683
|
-
|
|
1684
|
-
.video-js .vjs-custom-control-spacer {
|
|
1685
|
-
display: block;
|
|
1686
|
-
margin-left: auto; }
|
|
1687
|
-
|
|
1688
|
-
.video-js .vjs-slider:focus {
|
|
1689
|
-
text-shadow: none;
|
|
1690
|
-
box-shadow: none; }
|
|
1691
|
-
|
|
1692
|
-
.font-size-base {
|
|
1693
|
-
font-size: 0.875rem; }
|
|
1694
|
-
|
|
1695
|
-
.vjs-resize-manager {
|
|
1696
|
-
position: absolute;
|
|
1697
|
-
top: 0;
|
|
1698
|
-
left: 0;
|
|
1699
|
-
width: 100%;
|
|
1700
|
-
height: 100%;
|
|
1701
|
-
border: none;
|
|
1702
|
-
z-index: -1000; }
|
|
1703
|
-
|
|
1704
|
-
.video-js *:focus:not(:focus-visible),
|
|
1705
|
-
.video-js .vjs-menu *:focus:not(:focus-visible) {
|
|
1706
|
-
outline: none; }
|
|
1707
|
-
|
|
1708
|
-
.js-focus-visible .video-js *:focus:not(.focus-visible) {
|
|
1709
|
-
outline: none; }
|
|
1710
|
-
|
|
1711
|
-
.video-js .vjs-local-cache-indicator {
|
|
1712
|
-
position: absolute;
|
|
1713
|
-
top: -0.5em;
|
|
1714
|
-
right: 2.67em; }
|
|
1715
|
-
.video-js .vjs-local-cache-indicator .vjs-local-cache-indicator-icon {
|
|
1716
|
-
position: absolute;
|
|
1717
|
-
width: 24px;
|
|
1718
|
-
height: 24px;
|
|
1719
|
-
bottom: 0;
|
|
1720
|
-
right: 0; }
|
|
1721
|
-
|
|
1722
|
-
.video-js .cv-time-wrapper {
|
|
1723
|
-
overflow: hidden; }
|
|
1724
|
-
|
|
1725
|
-
.video-js .vjs-current-time {
|
|
1726
|
-
float: left;
|
|
1727
|
-
display: block; }
|
|
1728
|
-
|
|
1729
|
-
.video-js .vjs-remaining-time {
|
|
1730
|
-
float: right; }
|
|
1731
|
-
.video-js .vjs-remaining-time [aria-hidden='true'] {
|
|
1732
|
-
display: none; }
|
|
1733
|
-
|
|
1734
|
-
.video-js .vjs-time-control {
|
|
1735
|
-
padding-left: 2.67em;
|
|
1736
|
-
padding-right: 2.67em;
|
|
1737
|
-
padding-bottom: 0.5em; }
|
|
1738
|
-
.video-js .vjs-time-control span {
|
|
1739
|
-
font-size: 1.2em; }
|
|
1740
|
-
|
|
1741
|
-
.video-js .cv-cog-button {
|
|
1742
|
-
cursor: pointer; }
|
|
1743
|
-
.video-js .cv-cog-button .vjs-icon-placeholder::before {
|
|
1744
|
-
font-family: CVPlayer;
|
|
1745
|
-
/* Defined in font/icon-map.js */
|
|
1746
|
-
content: "\f103"; }
|
|
1747
|
-
|
|
1748
|
-
.video-js .cv-cog-menu-item {
|
|
1749
|
-
display: flex;
|
|
1750
|
-
justify-content: space-between;
|
|
1751
|
-
padding: 1em 2em;
|
|
1752
|
-
text-transform: none; }
|
|
1753
|
-
|
|
1754
|
-
.video-js .cv-collapsorator {
|
|
1755
|
-
display: flex;
|
|
1756
|
-
font-size: 1.2em;
|
|
1757
|
-
height: 4em;
|
|
1758
|
-
padding-left: 1em;
|
|
1759
|
-
padding-right: 1.15em; }
|
|
1760
|
-
.video-js .cv-collapsorator .vjs-control {
|
|
1761
|
-
width: 4em; }
|
|
1762
|
-
|
|
1763
|
-
.video-js .cv-collapsed {
|
|
1764
|
-
width: 0 !important; }
|
|
1765
|
-
.video-js .cv-collapsed > button {
|
|
1766
|
-
display: none; }
|
|
1767
|
-
|
|
1768
|
-
.video-js button.cv-collapsed {
|
|
1769
|
-
display: none; }
|
|
1770
|
-
|
|
1771
|
-
.video-js .vjs-button > .vjs-icon-placeholder:before {
|
|
1772
|
-
font-size: 1.3em; }
|
|
1773
|
-
|
|
1774
|
-
.video-js .vjs-button:hover > .vjs-icon-placeholder:before {
|
|
1775
|
-
opacity: 0.9; }
|
|
1776
|
-
|
|
1777
|
-
.video-js .vjs-button[aria-expanded=true] > .vjs-icon-placeholder:before {
|
|
1778
|
-
opacity: 1;
|
|
1779
|
-
color: #F8981D; }
|
|
1780
|
-
|
|
1781
|
-
.video-js .vjs-play-control .vjs-icon-placeholder:before {
|
|
1782
|
-
font-family: CVPlayer;
|
|
1783
|
-
/* Defined in font/icon-map.js */
|
|
1784
|
-
content: "\f100"; }
|
|
1785
|
-
|
|
1786
|
-
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
|
|
1787
|
-
font-family: CVPlayer;
|
|
1788
|
-
/* Defined in font/icon-map.js */
|
|
1789
|
-
content: "\f101"; }
|
|
1790
|
-
|
|
1791
|
-
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
|
|
1792
|
-
font-family: CVPlayer;
|
|
1793
|
-
/* Defined in font/icon-map.js */
|
|
1794
|
-
content: "\f10d"; }
|
|
1795
|
-
|
|
1796
|
-
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
1797
|
-
font-family: CVPlayer;
|
|
1798
|
-
/* Defined in font/icon-map.js */
|
|
1799
|
-
content: "\f109"; }
|
|
1800
|
-
|
|
1801
|
-
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
1802
|
-
font-family: CVPlayer;
|
|
1803
|
-
/* Defined in font/icon-map.js */
|
|
1804
|
-
content: "\f108"; }
|
|
1805
|
-
|
|
1806
|
-
.video-js .cv-chapter-bar-items {
|
|
1807
|
-
text-align: left;
|
|
1808
|
-
position: absolute;
|
|
1809
|
-
left: 0;
|
|
1810
|
-
right: 0;
|
|
1811
|
-
top: 0;
|
|
1812
|
-
bottom: 0; }
|
|
1813
|
-
|
|
1814
|
-
.video-js .cv-chapter-bar-play-progress {
|
|
1815
|
-
background-color: #F8981D;
|
|
1816
|
-
height: 100%;
|
|
1817
|
-
z-index: 3;
|
|
1818
|
-
position: relative;
|
|
1819
|
-
top: 0;
|
|
1820
|
-
font-family: VideoJS, sans-serif;
|
|
1821
|
-
font-weight: normal;
|
|
1822
|
-
font-style: normal; }
|
|
1823
|
-
|
|
1824
|
-
.video-js .cv-chapter-bar-load-progress {
|
|
1825
|
-
background-color: #fff;
|
|
1826
|
-
height: 100%;
|
|
1827
|
-
z-index: 2;
|
|
1828
|
-
top: 0;
|
|
1829
|
-
position: relative;
|
|
1830
|
-
margin-top: -0.3em; }
|
|
1831
|
-
|
|
1832
|
-
.video-js .cv-chapter-bar-item {
|
|
1833
|
-
position: absolute;
|
|
1834
|
-
height: 0.3em;
|
|
1835
|
-
display: inline-block;
|
|
1836
|
-
padding: 0 1px; }
|
|
1837
|
-
.video-js .cv-chapter-bar-item:after {
|
|
1838
|
-
position: absolute;
|
|
1839
|
-
left: 1px;
|
|
1840
|
-
right: 1px;
|
|
1841
|
-
bottom: 0;
|
|
1842
|
-
top: 0;
|
|
1843
|
-
background-color: rgba(255, 255, 255, 0.4);
|
|
1844
|
-
content: " ";
|
|
1845
|
-
display: block;
|
|
1846
|
-
z-index: 1; }
|
|
1847
|
-
.video-js .cv-chapter-bar-item:before {
|
|
1848
|
-
content: " ";
|
|
1849
|
-
position: absolute;
|
|
1850
|
-
display: block;
|
|
1851
|
-
bottom: -5px;
|
|
1852
|
-
top: -30px;
|
|
1853
|
-
left: 0;
|
|
1854
|
-
right: 0; }
|
|
1855
|
-
.video-js .cv-chapter-bar-item .vjs-sliding .cv-chapter-bar-play-progress.cv-current:before, .video-js .cv-chapter-bar-item:hover .cv-chapter-bar-play-progress.cv-current:before {
|
|
1856
|
-
content: "\f111";
|
|
1857
|
-
font-size: 0.9em;
|
|
1858
|
-
position: absolute;
|
|
1859
|
-
right: -0.5em;
|
|
1860
|
-
top: -0.333333333333333em;
|
|
1861
|
-
z-index: 1;
|
|
1862
|
-
color: #F8981D; }
|
|
1863
|
-
.video-js .cv-chapter-bar-item:first-child:after,
|
|
1864
|
-
.video-js .cv-chapter-bar-item:first-child .cv-chapter-bar-load-progress,
|
|
1865
|
-
.video-js .cv-chapter-bar-item:first-child .cv-chapter-bar-play-progress {
|
|
1866
|
-
border-top-left-radius: 0.15em;
|
|
1867
|
-
border-bottom-left-radius: 0.15em; }
|
|
1868
|
-
.video-js .cv-chapter-bar-item:last-child:after,
|
|
1869
|
-
.video-js .cv-chapter-bar-item:last-child .cv-chapter-bar-load-progress,
|
|
1870
|
-
.video-js .cv-chapter-bar-item:last-child .cv-chapter-bar-play-progress {
|
|
1871
|
-
border-top-right-radius: 0.15em;
|
|
1872
|
-
border-bottom-right-radius: 0.15em; }
|
|
1873
|
-
|
|
1874
|
-
.video-js .vjs-progress-control .cv-chapter-seek-bar .vjs-play-progress {
|
|
1875
|
-
display: none; }
|
|
1876
|
-
|
|
1877
|
-
.video-js .vjs-progress-control {
|
|
1878
|
-
display: block;
|
|
1879
|
-
width: 100%;
|
|
1880
|
-
padding-left: 2.67em;
|
|
1881
|
-
padding-right: 2.67em;
|
|
1882
|
-
padding-top: 0.1em;
|
|
1883
|
-
height: 0.5em; }
|
|
1884
|
-
.video-js .vjs-progress-control .vjs-progress-holder {
|
|
1885
|
-
margin: 0;
|
|
1886
|
-
transition: none;
|
|
1887
|
-
position: relative; }
|
|
1888
|
-
.video-js .vjs-progress-control .vjs-sliding.vjs-progress-holder {
|
|
1889
|
-
font-size: 1.666666666666666666em; }
|
|
1890
|
-
.video-js .vjs-progress-control .vjs-sliding.vjs-progress-holder,
|
|
1891
|
-
.video-js .vjs-progress-control .vjs-sliding .vjs-progress-holder, .video-js .vjs-progress-control:hover.vjs-progress-holder,
|
|
1892
|
-
.video-js .vjs-progress-control:hover .vjs-progress-holder {
|
|
1893
|
-
margin-top: -0.06em; }
|
|
1894
|
-
|
|
1895
|
-
.video-js .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
|
|
1896
|
-
padding: 4px;
|
|
1897
|
-
position: static;
|
|
1898
|
-
float: none;
|
|
1899
|
-
background: none;
|
|
1900
|
-
line-height: 1.5em; }
|
|
1901
|
-
.video-js .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip div {
|
|
1902
|
-
font-size: 1.2em; }
|
|
1903
|
-
|
|
1904
|
-
.video-js .cv-thumbnail-display {
|
|
1905
|
-
overflow: hidden;
|
|
1906
|
-
display: none;
|
|
1907
|
-
position: relative; }
|
|
1908
|
-
.video-js .cv-thumbnail-display.cv-thumbnail-display-enabled {
|
|
1909
|
-
display: block; }
|
|
1910
|
-
.video-js .cv-thumbnail-display img {
|
|
1911
|
-
position: absolute; }
|
|
1912
|
-
|
|
1913
|
-
.video-js .vjs-progress-control .vjs-mouse-display {
|
|
1914
|
-
width: auto;
|
|
1915
|
-
height: auto;
|
|
1916
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1917
|
-
border: 2px solid #84868D;
|
|
1918
|
-
border-radius: 3px;
|
|
1919
|
-
bottom: 1.5em; }
|
|
1920
|
-
|
|
1921
|
-
.cv-has-thumbnails .cv-chapter-menu-item-text {
|
|
1922
|
-
padding-left: 6em; }
|
|
1923
|
-
|
|
1924
|
-
li.cv-chapter-menu-item {
|
|
1925
|
-
text-align: left;
|
|
1926
|
-
padding: 0.4em 0.8em; }
|
|
1927
|
-
li.cv-chapter-menu-item .cv-thumbnail-display {
|
|
1928
|
-
position: absolute;
|
|
1929
|
-
left: 0.8em; }
|
|
1930
|
-
li.cv-chapter-menu-item .cv-chapter-menu-item-text {
|
|
1931
|
-
display: inline-block;
|
|
1932
|
-
text-transform: none; }
|
|
1933
|
-
li.cv-chapter-menu-item .cv-chapter-menu-item-text p {
|
|
1934
|
-
margin: 0; }
|
|
1935
|
-
|
|
1936
|
-
.cv-chapters-button + .vjs-menu .vjs-menu-content {
|
|
1937
|
-
max-width: 30%; }
|
|
1938
|
-
|
|
1939
|
-
.cv-chapters-button + .vjs-menu .vjs-menu-title {
|
|
1940
|
-
text-align: left;
|
|
1941
|
-
padding: 0.4em 0.8em;
|
|
1942
|
-
text-transform: none;
|
|
1943
|
-
font-weight: normal;
|
|
1944
|
-
font-size: 1.2em;
|
|
1945
|
-
margin: 0; }
|
|
1946
|
-
|
|
1947
|
-
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
|
|
1948
|
-
font-family: CVPlayer;
|
|
1949
|
-
/* Defined in font/icon-map.js */
|
|
1950
|
-
content: "\f106"; }
|
|
1951
|
-
|
|
1952
|
-
.video-js .cv-collapsorator .vjs-subs-caps-button .vjs-icon-placeholder:before {
|
|
1953
|
-
font-family: CVPlayer;
|
|
1954
|
-
/* Defined in font/icon-map.js */
|
|
1955
|
-
content: "\f105" !important; }
|
|
1956
|
-
|
|
1957
|
-
.video-js .cv-quality-button {
|
|
1958
|
-
cursor: pointer; }
|
|
1959
|
-
.video-js .cv-quality-button .vjs-icon-placeholder::before {
|
|
1960
|
-
font-family: CVPlayer !important;
|
|
1961
|
-
content: '\f103'; }
|
|
1962
|
-
|
|
1963
|
-
.vjs-playback-rate .vjs-playback-rate-value {
|
|
1964
|
-
position: relative; }
|
|
1965
|
-
|
|
1966
|
-
.vjs-playback-rate .vjs-menu-button {
|
|
1967
|
-
position: relative; }
|
|
1968
|
-
|
|
1969
|
-
.video-js .vjs-control-bar {
|
|
1970
|
-
height: auto;
|
|
1971
|
-
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
|
|
1972
|
-
z-index: 2;
|
|
1973
|
-
bottom: -1px; }
|
|
1974
|
-
|
|
1975
|
-
.video-js.vjs-has-started .vjs-control-bar {
|
|
1976
|
-
display: block;
|
|
1977
|
-
height: auto; }
|
|
1978
|
-
|
|
1979
|
-
.video-js.cv-create-interactives .vjs-control-bar {
|
|
1980
|
-
display: block;
|
|
1981
|
-
height: auto; }
|
|
1982
|
-
|
|
1983
|
-
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
|
|
1984
|
-
font-family: CVPlayer;
|
|
1985
|
-
/* Defined in font/icon-map.js */
|
|
1986
|
-
content: "\f10a"; }
|
|
1987
|
-
|
|
1988
|
-
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
|
|
1989
|
-
font-family: CVPlayer;
|
|
1990
|
-
/* Defined in font/icon-map.js */
|
|
1991
|
-
content: "\f102"; }
|
|
1992
|
-
|
|
1993
|
-
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
|
|
1994
|
-
font-family: CVPlayer;
|
|
1995
|
-
/* Defined in font/icon-map.js */
|
|
1996
|
-
content: "\f10c"; }
|
|
1997
|
-
|
|
1998
|
-
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
|
|
1999
|
-
font-family: CVPlayer;
|
|
2000
|
-
/* Defined in font/icon-map.js */
|
|
2001
|
-
content: "\f10b"; }
|
|
2002
|
-
|
|
2003
|
-
.video-js .vjs-volume-bar {
|
|
2004
|
-
margin: 1.85em 0.45em; }
|
|
2005
|
-
.video-js .vjs-volume-bar.vjs-slider-horizontal {
|
|
2006
|
-
width: 7em;
|
|
2007
|
-
height: 0.3em; }
|
|
2008
|
-
|
|
2009
|
-
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal {
|
|
2010
|
-
width: 7em;
|
|
2011
|
-
height: 4em; }
|
|
2012
|
-
|
|
2013
|
-
.video-js .vjs-volume-control .vjs-slider-horizontal .vjs-volume-level:before {
|
|
2014
|
-
width: 9px;
|
|
2015
|
-
height: 9px;
|
|
2016
|
-
margin-top: -4.5px;
|
|
2017
|
-
top: 50%;
|
|
2018
|
-
background-color: white;
|
|
2019
|
-
border-radius: 50%;
|
|
2020
|
-
content: " ";
|
|
2021
|
-
box-shadow: 0 0 1em rgba(0, 0, 0, 0.25); }
|
|
2022
|
-
|
|
2023
|
-
.video-js .vjs-volume-control .vjs-slider-horizontal .vjs-volume-level {
|
|
2024
|
-
height: 3px; }
|
|
2025
|
-
|
|
2026
|
-
.vjs-menu-button-popup .vjs-menu {
|
|
2027
|
-
left: 0;
|
|
2028
|
-
bottom: 0;
|
|
2029
|
-
width: 100%; }
|
|
2030
|
-
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
2031
|
-
right: 2.4em;
|
|
2032
|
-
bottom: 1.5em;
|
|
2033
|
-
max-width: 40%;
|
|
2034
|
-
max-height: calc(100% - 1.5em - 1em);
|
|
2035
|
-
overflow: visible;
|
|
2036
|
-
background: rgba(0, 0, 0, 0.6);
|
|
2037
|
-
border: none;
|
|
2038
|
-
border-radius: 3px;
|
|
2039
|
-
padding: 0.5em 0; }
|
|
2040
|
-
.vjs-menu-button-popup .vjs-menu li {
|
|
2041
|
-
text-align: left;
|
|
2042
|
-
padding: 0.5em 1em; }
|
|
2043
|
-
.vjs-menu-button-popup .vjs-menu li.vjs-menu-item:focus {
|
|
2044
|
-
background: none; }
|
|
2045
|
-
.vjs-menu-button-popup .vjs-menu li.vjs-menu-item:hover {
|
|
2046
|
-
background: rgba(0, 0, 0, 0.3); }
|
|
2047
|
-
.vjs-menu-button-popup .vjs-menu li.vjs-selected {
|
|
2048
|
-
background: rgba(0, 0, 0, 0.5);
|
|
2049
|
-
color: #fff;
|
|
2050
|
-
font-weight: bold; }
|
|
2051
|
-
|
|
2052
|
-
.cv-menu-small.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
2053
|
-
max-width: 25em; }
|
|
2054
|
-
|
|
2055
|
-
.cv-menu-big.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
2056
|
-
max-width: 25em; }
|
|
2057
|
-
|
|
2058
|
-
.cv-player-small .cv-menu-big.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
2059
|
-
width: calc(100% - 1em);
|
|
2060
|
-
left: 0.5em;
|
|
2061
|
-
max-width: none;
|
|
2062
|
-
max-height: calc(100% - 2em); }
|
|
2063
|
-
|
|
2064
|
-
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
|
|
2065
|
-
display: none; }
|
|
2066
|
-
|
|
2067
|
-
.video-js .vjs-big-play-button {
|
|
2068
|
-
top: 50%;
|
|
2069
|
-
left: 50%;
|
|
2070
|
-
transform: translate(-50%, -50%); }
|
|
2071
|
-
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
|
|
2072
|
-
font-size: 1.4em !important; }
|
|
2073
|
-
|
|
2074
|
-
.video-js.cv-create-interactives .vjs-big-play-button {
|
|
2075
|
-
display: none; }
|
|
2076
|
-
|
|
2077
|
-
.video-js .vjs-example-button {
|
|
2078
|
-
border: 1px solid red;
|
|
2079
|
-
height: 3em; }
|
|
2080
|
-
|
|
2081
|
-
.video-js .cv-open-externally-button {
|
|
2082
|
-
width: 9em;
|
|
2083
|
-
margin-right: 1em; }
|
|
2084
|
-
.video-js .cv-open-externally-button svg {
|
|
2085
|
-
width: 100%;
|
|
2086
|
-
height: 100%; }
|
|
2087
|
-
|
|
2088
|
-
.video-js .cv-touch-control-ui {
|
|
2089
|
-
position: absolute;
|
|
2090
|
-
top: 0;
|
|
2091
|
-
left: 0;
|
|
2092
|
-
right: 0;
|
|
2093
|
-
bottom: 0;
|
|
2094
|
-
overflow: hidden;
|
|
2095
|
-
display: none;
|
|
2096
|
-
pointer-events: none; }
|
|
2097
|
-
.video-js .cv-touch-control-ui.cv-ui-touch-active {
|
|
2098
|
-
z-index: 3;
|
|
2099
|
-
display: block; }
|
|
2100
|
-
|
|
2101
|
-
.video-js .cv-touch-left,
|
|
2102
|
-
.video-js .cv-touch-right {
|
|
2103
|
-
position: absolute;
|
|
2104
|
-
top: -25%;
|
|
2105
|
-
bottom: -25%;
|
|
2106
|
-
width: 40%;
|
|
2107
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
2108
|
-
pointer-events: none; }
|
|
2109
|
-
|
|
2110
|
-
.video-js .cv-touch-left {
|
|
2111
|
-
left: 0;
|
|
2112
|
-
border-top-right-radius: 50%;
|
|
2113
|
-
border-bottom-right-radius: 50%; }
|
|
2114
|
-
|
|
2115
|
-
.video-js .cv-touch-right {
|
|
2116
|
-
right: 0;
|
|
2117
|
-
border-top-left-radius: 50%;
|
|
2118
|
-
border-bottom-left-radius: 50%; }
|
|
2119
|
-
|
|
2120
|
-
.video-js .cv-touch-text {
|
|
2121
|
-
position: absolute;
|
|
2122
|
-
top: 50%;
|
|
2123
|
-
left: 50%;
|
|
2124
|
-
transform: translate(-50%, -50%);
|
|
2125
|
-
font-size: 2em;
|
|
2126
|
-
font-weight: bold;
|
|
2127
|
-
pointer-events: none; }
|
|
2128
|
-
|
|
2129
|
-
.video-js .cv-up-next-thumbnail-mask {
|
|
2130
|
-
position: absolute;
|
|
2131
|
-
width: 100%;
|
|
2132
|
-
height: 100%;
|
|
2133
|
-
z-index: 5;
|
|
2134
|
-
background-color: #333333;
|
|
2135
|
-
opacity: 0;
|
|
2136
|
-
transition: opacity 100ms ease-in-out; }
|
|
2137
|
-
|
|
2138
|
-
.video-js .cv-up-next-play-icon-container {
|
|
2139
|
-
position: absolute;
|
|
2140
|
-
top: 50%;
|
|
2141
|
-
left: 50%;
|
|
2142
|
-
transform: translate(-50%, -50%);
|
|
2143
|
-
width: 4em;
|
|
2144
|
-
height: 4em;
|
|
2145
|
-
border: 2px solid #fff;
|
|
2146
|
-
border-radius: 50%; }
|
|
2147
|
-
|
|
2148
|
-
.video-js .cv-up-next-play-icon {
|
|
2149
|
-
position: absolute;
|
|
2150
|
-
top: 53%;
|
|
2151
|
-
left: 53%;
|
|
2152
|
-
transform: translate(-50%, -50%);
|
|
2153
|
-
z-index: 10;
|
|
2154
|
-
font-size: 2em; }
|
|
2155
|
-
.video-js .cv-up-next-play-icon:before {
|
|
2156
|
-
font-family: CVPlayer;
|
|
2157
|
-
/* Defined in font/icon-map.js */
|
|
2158
|
-
content: "\f100"; }
|
|
2159
|
-
|
|
2160
|
-
.video-js .cv-up-next-container {
|
|
2161
|
-
position: absolute;
|
|
2162
|
-
right: 1.5em;
|
|
2163
|
-
width: 400px;
|
|
2164
|
-
border: 1px solid #fff;
|
|
2165
|
-
padding: 0 1px 1px 1px;
|
|
2166
|
-
background-color: rgba(51, 51, 51, 0.9);
|
|
2167
|
-
font-size: 1.5em; }
|
|
2168
|
-
@media (max-width: 768px) {
|
|
2169
|
-
.video-js .cv-up-next-container {
|
|
2170
|
-
width: 350px;
|
|
2171
|
-
font-size: 1.3em; } }
|
|
2172
|
-
@media (max-width: 576px) {
|
|
2173
|
-
.video-js .cv-up-next-container {
|
|
2174
|
-
width: 300px;
|
|
2175
|
-
font-size: 1.2em; } }
|
|
2176
|
-
.video-js .cv-up-next-container p {
|
|
2177
|
-
margin-bottom: 1em; }
|
|
2178
|
-
.video-js .cv-up-next-container:hover .cv-up-next-thumbnail-mask {
|
|
2179
|
-
opacity: 0.5; }
|
|
2180
|
-
.video-js .cv-up-next-container:hover .cv-up-next-play-icon {
|
|
2181
|
-
opacity: 1; }
|
|
2182
|
-
|
|
2183
|
-
.video-js .cv-up-next-progress-bar {
|
|
2184
|
-
height: 0.25em;
|
|
2185
|
-
background-color: #F8981D;
|
|
2186
|
-
transition: width 300ms linear; }
|
|
2187
|
-
|
|
2188
|
-
.video-js .cv-up-next-thumbnail-container {
|
|
2189
|
-
position: relative;
|
|
2190
|
-
padding-bottom: 56.25%;
|
|
2191
|
-
cursor: pointer; }
|
|
2192
|
-
.video-js .cv-up-next-thumbnail-container img {
|
|
2193
|
-
position: absolute;
|
|
2194
|
-
top: 0;
|
|
2195
|
-
right: 0;
|
|
2196
|
-
bottom: 0;
|
|
2197
|
-
left: 0; }
|
|
2198
|
-
|
|
2199
|
-
.video-js .cv-cancel-up-next {
|
|
2200
|
-
color: #fff;
|
|
2201
|
-
text-shadow: none;
|
|
2202
|
-
opacity: 1; }
|
|
2203
|
-
|
|
2204
|
-
.video-js .cv-create-clip-button {
|
|
2205
|
-
width: 4em;
|
|
2206
|
-
padding: 0; }
|
|
2207
|
-
.video-js .cv-create-clip-button .vjs-icon-placeholder::before {
|
|
2208
|
-
font-family: CVPlayer;
|
|
2209
|
-
/* Defined in font/icon-map.js */
|
|
2210
|
-
/* TODO: Add correct icon to fonts*/
|
|
2211
|
-
content: "\f10e"; }
|
|
2212
|
-
|
|
2213
|
-
.cv--image--1YW-E {
|
|
2214
|
-
width: 100%;
|
|
2215
|
-
height: 100%; }
|
|
2216
|
-
|
|
2217
|
-
.cv--thumbnail--3lfBf {
|
|
2218
|
-
position: relative;
|
|
2219
|
-
width: 100%;
|
|
2220
|
-
height: 100%; }
|
|
2221
|
-
.cv--thumbnail--3lfBf img {
|
|
2222
|
-
position: absolute;
|
|
2223
|
-
top: 0;
|
|
2224
|
-
bottom: 0;
|
|
2225
|
-
left: 0;
|
|
2226
|
-
right: 0; }
|
|
2227
|
-
|
|
2228
|
-
.cv--sixteenByNine--2LqZ8 {
|
|
2229
|
-
padding-bottom: 56.25%; }
|
|
2230
|
-
|
|
2231
|
-
.cv--nineBySixteen--136ry {
|
|
2232
|
-
padding-bottom: 177.77778%; }
|
|
2233
|
-
|
|
2234
|
-
.cv--oneByOne--2wYLa {
|
|
2235
|
-
padding-bottom: 100%; }
|
|
2236
|
-
|
|
2237
|
-
.cv--twoByThree--1eC6Q {
|
|
2238
|
-
padding-bottom: 150%; }
|
|
2239
|
-
|
|
2240
|
-
.cv--item--yzAZk {
|
|
2241
|
-
width: 25%; }
|
|
2242
|
-
@media (max-width: 768px) {
|
|
2243
|
-
.cv--item--yzAZk {
|
|
2244
|
-
width: 33.33333%; } }
|
|
2245
|
-
@media (max-width: 576px) {
|
|
2246
|
-
.cv--item--yzAZk {
|
|
2247
|
-
width: 50%; } }
|
|
2248
|
-
|
|
2249
|
-
.cv--background--2FYoc {
|
|
2250
|
-
height: 10rem; }
|
|
2251
|
-
@media (max-width: 992px) {
|
|
2252
|
-
.cv--background--2FYoc {
|
|
2253
|
-
height: 8rem; } }
|
|
2254
|
-
.cv--background--2FYoc:hover {
|
|
2255
|
-
text-decoration: none; }
|
|
2256
|
-
|
|
2257
|
-
.cv--thumbnailContainer--14YzS {
|
|
2258
|
-
height: 66.66667%;
|
|
2259
|
-
border-top-left-radius: 0.5rem;
|
|
2260
|
-
border-top-right-radius: 0.5rem;
|
|
2261
|
-
filter: drop-shadow(0px -1px 4px rgba(0, 0, 0, 0.1)); }
|
|
2262
|
-
|
|
2263
|
-
.cv--teacherPack--1H-bZ .cv--text--fDGTW {
|
|
2264
|
-
color: #4E9ACE; }
|
|
2265
|
-
|
|
2266
|
-
.cv--teacherPack--1H-bZ.cv--background--2FYoc {
|
|
2267
|
-
background-color: #daeaf5; }
|
|
2268
|
-
|
|
2269
|
-
.cv--atomGuide--2UrFB .cv--text--fDGTW {
|
|
2270
|
-
color: #BB8EC7; }
|
|
2271
|
-
|
|
2272
|
-
.cv--atomGuide--2UrFB.cv--background--2FYoc {
|
|
2273
|
-
background-color: #eee3f1; }
|
|
2274
|
-
|
|
2275
|
-
.cv--studentActivity--3bk9l .cv--text--fDGTW {
|
|
2276
|
-
color: #BB8EC7; }
|
|
2277
|
-
|
|
2278
|
-
.cv--studentActivity--3bk9l.cv--background--2FYoc {
|
|
2279
|
-
background-color: #f9f4fa; }
|
|
2280
|
-
|
|
2281
|
-
.cv--additionalMaterials--3KgEr .cv--text--fDGTW {
|
|
2282
|
-
color: #60B789; }
|
|
2283
|
-
|
|
2284
|
-
.cv--additionalMaterials--3KgEr.cv--background--2FYoc {
|
|
2285
|
-
background-color: #c9e7d7; }
|
|
2286
|
-
|
|
2287
|
-
.cv--userUploaded--21qiB .cv--text--fDGTW {
|
|
2288
|
-
color: #51ADA3; }
|
|
2289
|
-
|
|
2290
|
-
.cv--userUploaded--21qiB.cv--background--2FYoc {
|
|
2291
|
-
background-color: #d6f4f0; }
|
|
2292
|
-
|
|
2293
|
-
.video-js .cv-resource-item {
|
|
2294
|
-
padding: 0.5em 1em; }
|
|
2295
|
-
|
|
2296
|
-
.video-js .cv-resources-button {
|
|
2297
|
-
cursor: pointer; }
|
|
2298
|
-
.video-js .cv-resources-button .vjs-icon-placeholder::before {
|
|
2299
|
-
font-family: CVPlayer;
|
|
2300
|
-
/* Defined in player-font/icon-map.js */
|
|
2301
|
-
content: "\f10f"; }
|
|
2302
|
-
|
|
2303
|
-
.video-js.cv-picture-in-picture {
|
|
2304
|
-
padding-top: 56.25%; }
|
|
2305
|
-
.video-js.cv-picture-in-picture .cv-collapsorator {
|
|
2306
|
-
display: none; }
|
|
2307
|
-
.video-js.cv-picture-in-picture .vjs-progress-control {
|
|
2308
|
-
margin-bottom: 2em;
|
|
2309
|
-
padding-left: 1em;
|
|
2310
|
-
padding-right: 1em; }
|
|
2311
|
-
.video-js.cv-picture-in-picture .vjs-time-control {
|
|
2312
|
-
padding-left: 1em;
|
|
2313
|
-
padding-right: 1em; }
|
|
2314
|
-
.video-js.cv-picture-in-picture .cv-pip-play-toggle {
|
|
2315
|
-
position: absolute;
|
|
2316
|
-
width: 100%;
|
|
2317
|
-
top: 0;
|
|
2318
|
-
left: 0;
|
|
2319
|
-
right: 0;
|
|
2320
|
-
bottom: 0;
|
|
2321
|
-
opacity: 0;
|
|
2322
|
-
transition: opacity 1s;
|
|
2323
|
-
z-index: 1;
|
|
2324
|
-
background-color: rgba(0, 0, 0, 0.2); }
|
|
2325
|
-
.video-js.cv-picture-in-picture .cv-pip-play-toggle .vjs-icon-placeholder::before {
|
|
2326
|
-
font-size: 3.5em; }
|
|
2327
|
-
.video-js.cv-picture-in-picture .cv-pip-play-toggle:hover .vjs-icon-placeholder::before {
|
|
2328
|
-
opacity: 1; }
|
|
2329
|
-
.video-js.cv-picture-in-picture .cv-favourite-button {
|
|
2330
|
-
top: 1em;
|
|
2331
|
-
right: 1em; }
|
|
2332
|
-
|
|
2333
|
-
.video-js.vjs-has-started .cv-pip-play-toggle {
|
|
2334
|
-
opacity: 1; }
|
|
2335
|
-
|
|
2336
|
-
.video-js.vjs-has-started.vjs-user-inactive.vjs-playing .cv-pip-play-toggle {
|
|
2337
|
-
opacity: 0; }
|
|
2338
|
-
|
|
2339
|
-
.video-js.vjs-seeking .cv-pip-play-toggle, .video-js.vjs-scrubbing .cv-pip-play-toggle {
|
|
2340
|
-
opacity: 0; }
|
|
2341
|
-
|
|
2342
|
-
.video-js .cv-favourite-button {
|
|
2343
|
-
opacity: 0;
|
|
2344
|
-
transition: opacity 1s;
|
|
2345
|
-
position: absolute;
|
|
2346
|
-
top: 1.25rem;
|
|
2347
|
-
right: 1.25rem;
|
|
2348
|
-
padding: 0;
|
|
2349
|
-
width: 35px;
|
|
2350
|
-
height: 35px;
|
|
2351
|
-
border-radius: 50%;
|
|
2352
|
-
background-color: rgba(241, 241, 241, 0.5);
|
|
2353
|
-
box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
|
|
2354
|
-
z-index: 2; }
|
|
2355
|
-
.video-js .cv-favourite-button .vjs-icon-placeholder::before {
|
|
2356
|
-
position: absolute;
|
|
2357
|
-
top: 50%;
|
|
2358
|
-
left: 50%;
|
|
2359
|
-
transform: translate(-50%, -50%);
|
|
2360
|
-
font-size: 23px !important;
|
|
2361
|
-
font-family: CVPlayer;
|
|
2362
|
-
/* Defined in font/icon-map.js */
|
|
2363
|
-
content: "\f11a";
|
|
2364
|
-
color: #333333;
|
|
2365
|
-
display: block; }
|
|
2366
|
-
.video-js .cv-favourite-button.cv-favourited .vjs-icon-placeholder::before {
|
|
2367
|
-
content: "\f119";
|
|
2368
|
-
color: #D9584F; }
|
|
2369
|
-
|
|
2370
|
-
.video-js.vjs-has-started .cv-favourite-button {
|
|
2371
|
-
opacity: 1; }
|
|
2372
|
-
|
|
2373
|
-
.video-js.vjs-has-started.vjs-user-inactive.vjs-playing .cv-favourite-button {
|
|
2374
|
-
opacity: 0; }
|
|
2375
|
-
|
|
2376
|
-
.cv-clip-timepoint-selector {
|
|
2377
|
-
position: relative;
|
|
2378
|
-
top: -2px;
|
|
2379
|
-
height: calc(100% + 4px);
|
|
2380
|
-
border: 2px solid #4E9ACE;
|
|
2381
|
-
margin: 0;
|
|
2382
|
-
background-color: #E1EEF7;
|
|
2383
|
-
cursor: -webkit-grab;
|
|
2384
|
-
cursor: grab; }
|
|
2385
|
-
.cv-clip-timepoint-selector:active {
|
|
2386
|
-
cursor: -webkit-grabbing;
|
|
2387
|
-
cursor: grabbing; }
|
|
2388
|
-
|
|
2389
|
-
.cv-clip-timepoint-handle {
|
|
2390
|
-
position: absolute;
|
|
2391
|
-
top: -2px;
|
|
2392
|
-
bottom: -2px;
|
|
2393
|
-
width: 10px;
|
|
2394
|
-
background-color: #4E9ACE;
|
|
2395
|
-
padding: 4px 2px; }
|
|
2396
|
-
.cv-clip-timepoint-handle svg {
|
|
2397
|
-
opacity: 0.8;
|
|
2398
|
-
width: 100%;
|
|
2399
|
-
height: 100%; }
|
|
2400
|
-
|
|
2401
|
-
.cv-clip-start-handle {
|
|
2402
|
-
left: -10px;
|
|
2403
|
-
border-radius: 3px 0 0 3px; }
|
|
2404
|
-
|
|
2405
|
-
.cv-clip-end-handle {
|
|
2406
|
-
right: -10px;
|
|
2407
|
-
border-radius: 0 3px 3px 0; }
|
|
2408
|
-
|
|
2409
|
-
.video-js.cv-create-clip-player .vjs-progress-control {
|
|
2410
|
-
padding: 0 20px 4px 20px;
|
|
2411
|
-
height: 100%; }
|
|
2412
|
-
.video-js.cv-create-clip-player .vjs-progress-control .vjs-progress-holder.cv-create-clip-seek-bar {
|
|
2413
|
-
height: 18px;
|
|
2414
|
-
background-color: #B5B5B5;
|
|
2415
|
-
border-radius: 3px;
|
|
2416
|
-
font-size: 1em;
|
|
2417
|
-
margin-top: 0; }
|
|
2418
|
-
.video-js.cv-create-clip-player .vjs-progress-control .vjs-progress-holder.cv-create-clip-seek-bar .vjs-play-progress.vjs-slider-bar {
|
|
2419
|
-
background-color: transparent; }
|
|
2420
|
-
.video-js.cv-create-clip-player .vjs-progress-control .vjs-progress-holder.cv-create-clip-seek-bar .vjs-play-progress.vjs-slider-bar:before {
|
|
2421
|
-
top: calc(18px + 3px);
|
|
2422
|
-
content: '';
|
|
2423
|
-
border-left: 6px solid transparent;
|
|
2424
|
-
border-right: 6px solid transparent;
|
|
2425
|
-
border-bottom: 8px solid white; }
|
|
2426
|
-
.video-js.cv-create-clip-player .vjs-progress-control .vjs-progress-holder.cv-create-clip-seek-bar .vjs-play-progress.vjs-slider-bar .vjs-time-tooltip {
|
|
2427
|
-
display: none; }
|
|
2428
|
-
.video-js.cv-create-clip-player .vjs-progress-control .vjs-progress-holder.cv-create-clip-seek-bar .vjs-mouse-display {
|
|
2429
|
-
font-size: 1.66666666666em; }
|
|
2430
|
-
|