@gcorevideo/player 2.19.14 → 2.20.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.
Files changed (196) hide show
  1. package/assets/level-selector/list.ejs +2 -2
  2. package/dist/core.js +2 -2
  3. package/dist/index.css +780 -780
  4. package/dist/index.js +1720 -1473
  5. package/dist/player.d.ts +425 -94
  6. package/dist/plugins/index.css +1466 -1466
  7. package/dist/plugins/index.js +1501 -1252
  8. package/docs/api/player.bottomgear.getelement.md +56 -0
  9. package/docs/api/player.bottomgear.md +51 -0
  10. package/docs/api/player.bottomgear.setcontent.md +56 -0
  11. package/docs/api/player.clapprnerdstats.md +12 -259
  12. package/docs/api/player.dvrcontrols.md +5 -1
  13. package/docs/api/player.errorscreen.attributes.md +3 -0
  14. package/docs/api/player.errorscreen.bindevents.md +3 -0
  15. package/docs/api/player.errorscreen.container.md +3 -0
  16. package/docs/api/player.errorscreen.hide.md +3 -0
  17. package/docs/api/player.errorscreen.md +27 -0
  18. package/docs/api/player.errorscreen.name.md +3 -0
  19. package/docs/api/player.errorscreen.render.md +3 -0
  20. package/docs/api/player.errorscreen.show.md +3 -0
  21. package/docs/api/player.errorscreen.supportedversion.md +3 -0
  22. package/docs/api/player.errorscreen.template.md +3 -0
  23. package/docs/api/player.errorscreen.unbindevents.md +3 -0
  24. package/docs/api/player.gearevents.md +49 -0
  25. package/docs/api/{player.sourcecontroller.name.md → player.gearitemelement.md} +5 -3
  26. package/docs/api/{player.playbackrate.template.md → player.initeventdata.event.md} +3 -3
  27. package/docs/api/{player.playbackrate.updateplaybackrate.md → player.initeventdata.md} +15 -11
  28. package/docs/api/player.levelselector.md +9 -1
  29. package/docs/api/player.md +124 -4
  30. package/docs/api/{player.clapprnerdstats.render.md → player.mediacontrol.getrightpanel.md} +8 -4
  31. package/docs/api/player.mediacontrol.md +14 -0
  32. package/docs/api/player.mediacontrolelement.md +1 -1
  33. package/docs/api/player.pictureinpicture.md +9 -197
  34. package/docs/api/player.playbackrate.md +10 -314
  35. package/docs/api/player.sourcecontroller.md +0 -90
  36. package/docs/api/player.spinnerevents.md +49 -0
  37. package/docs/api/player.spinnerthreebounce._constructor_.md +3 -0
  38. package/docs/api/player.spinnerthreebounce.hide.md +5 -0
  39. package/docs/api/player.spinnerthreebounce.md +14 -95
  40. package/docs/api/player.spinnerthreebounce.show.md +6 -37
  41. package/docs/api/{player.playbackrate.onplay.md → player.stalleventdata.count.md} +5 -7
  42. package/docs/api/{player.playbackrate.name.md → player.stalleventdata.event.md} +3 -3
  43. package/docs/api/player.stalleventdata.md +112 -0
  44. package/docs/api/player.stalleventdata.time.md +13 -0
  45. package/docs/api/player.stalleventdata.total_ms.md +13 -0
  46. package/docs/api/{player.pluginsettings.md → player.starteventdata.event.md} +3 -5
  47. package/docs/api/{player.playbackrate.onrateselect.md → player.starteventdata.md} +15 -11
  48. package/docs/api/player.subtitles.hide.md +5 -0
  49. package/docs/api/player.subtitles.md +23 -275
  50. package/docs/api/player.subtitles.show.md +5 -0
  51. package/docs/api/{player.statistics._constructor_.md → player.telemetry._constructor_.md} +6 -3
  52. package/docs/api/player.telemetry.md +146 -0
  53. package/docs/api/{player.volumefade.name.md → player.telemetry.name.md} +4 -2
  54. package/docs/api/{player.sourcecontroller.supportedversion.md → player.telemetry.supportedversion.md} +4 -2
  55. package/docs/api/player.telemetryevent.md +89 -0
  56. package/docs/api/player.telemetryeventdata.md +15 -0
  57. package/docs/api/player.telemetrypluginsettings.md +57 -0
  58. package/docs/api/player.telemetrypluginsettings.send.md +13 -0
  59. package/docs/api/player.telemetryrecord.md +17 -0
  60. package/docs/api/player.volumefade.md +0 -93
  61. package/docs/api/{player.pictureinpicture.name.md → player.watcheventdata.event.md} +3 -3
  62. package/docs/api/{player.playbackrate.setselectedrate.md → player.watcheventdata.md} +15 -11
  63. package/lib/index.plugins.d.ts +2 -2
  64. package/lib/index.plugins.d.ts.map +1 -1
  65. package/lib/index.plugins.js +2 -2
  66. package/lib/playback/hls-playback/HlsPlayback.js +1 -1
  67. package/lib/plugins/bottom-gear/BottomGear.d.ts +20 -1
  68. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  69. package/lib/plugins/bottom-gear/BottomGear.js +28 -7
  70. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +38 -5
  71. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
  72. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +67 -21
  73. package/lib/plugins/dvr-controls/DvrControls.d.ts +5 -2
  74. package/lib/plugins/dvr-controls/DvrControls.d.ts.map +1 -1
  75. package/lib/plugins/dvr-controls/DvrControls.js +5 -2
  76. package/lib/plugins/error-screen/ErrorScreen.d.ts +5 -0
  77. package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
  78. package/lib/plugins/error-screen/ErrorScreen.js +5 -0
  79. package/lib/plugins/index.d.ts +2 -3
  80. package/lib/plugins/index.d.ts.map +1 -1
  81. package/lib/plugins/index.js +2 -3
  82. package/lib/plugins/level-selector/LevelSelector.d.ts +10 -3
  83. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  84. package/lib/plugins/level-selector/LevelSelector.js +20 -19
  85. package/lib/plugins/media-control/MediaControl.d.ts +6 -2
  86. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  87. package/lib/plugins/media-control/MediaControl.js +40 -39
  88. package/lib/plugins/picture-in-picture/PictureInPicture.d.ts +32 -4
  89. package/lib/plugins/picture-in-picture/PictureInPicture.d.ts.map +1 -1
  90. package/lib/plugins/picture-in-picture/PictureInPicture.js +30 -2
  91. package/lib/plugins/playback-rate/PlaybackRate.d.ts +47 -14
  92. package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
  93. package/lib/plugins/playback-rate/PlaybackRate.js +38 -9
  94. package/lib/plugins/source-controller/SourceController.d.ts +9 -0
  95. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  96. package/lib/plugins/source-controller/SourceController.js +11 -1
  97. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +35 -1
  98. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  99. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +46 -23
  100. package/lib/plugins/statistics/Statistics.d.ts +38 -3
  101. package/lib/plugins/statistics/Statistics.d.ts.map +1 -1
  102. package/lib/plugins/statistics/Statistics.js +51 -9
  103. package/lib/plugins/subtitles/Subtitles.d.ts +65 -16
  104. package/lib/plugins/subtitles/Subtitles.d.ts.map +1 -1
  105. package/lib/plugins/subtitles/Subtitles.js +131 -109
  106. package/lib/plugins/telemetry/Telemetry.d.ts +135 -0
  107. package/lib/plugins/telemetry/Telemetry.d.ts.map +1 -0
  108. package/lib/plugins/telemetry/Telemetry.js +180 -0
  109. package/lib/plugins/volume-fade/VolumeFade.d.ts +7 -1
  110. package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
  111. package/lib/plugins/volume-fade/VolumeFade.js +8 -1
  112. package/package.json +1 -1
  113. package/src/index.plugins.ts +2 -2
  114. package/src/playback/hls-playback/HlsPlayback.ts +1 -1
  115. package/src/plugins/bottom-gear/BottomGear.ts +26 -4
  116. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +240 -173
  117. package/src/plugins/dvr-controls/DvrControls.ts +5 -2
  118. package/src/plugins/error-screen/ErrorScreen.ts +5 -0
  119. package/src/plugins/index.ts +2 -3
  120. package/src/plugins/level-selector/LevelSelector.ts +22 -19
  121. package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +47 -26
  122. package/src/plugins/level-selector/__tests__/__snapshots__/LevelSelector.test.ts.snap +18 -18
  123. package/src/plugins/media-control/MediaControl.ts +43 -41
  124. package/src/plugins/picture-in-picture/PictureInPicture.ts +35 -7
  125. package/src/plugins/playback-rate/PlaybackRate.ts +53 -24
  126. package/src/plugins/source-controller/SourceController.ts +11 -1
  127. package/src/plugins/source-controller/__tests__/SourceController.test.ts +1 -1
  128. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +46 -22
  129. package/src/plugins/subtitles/Subtitles.ts +146 -155
  130. package/src/plugins/telemetry/Telemetry.ts +299 -0
  131. package/src/plugins/volume-fade/VolumeFade.ts +9 -2
  132. package/temp/player.api.json +3384 -4872
  133. package/tsconfig.tsbuildinfo +1 -1
  134. package/docs/api/player.clapprnerdstats.attributes.md +0 -17
  135. package/docs/api/player.clapprnerdstats.bindevents.md +0 -18
  136. package/docs/api/player.clapprnerdstats.events.md +0 -18
  137. package/docs/api/player.clapprnerdstats.name.md +0 -14
  138. package/docs/api/player.clapprnerdstats.playerheight.md +0 -14
  139. package/docs/api/player.clapprnerdstats.playerwidth.md +0 -14
  140. package/docs/api/player.clapprnerdstats.statsboxelem.md +0 -14
  141. package/docs/api/player.clapprnerdstats.statsboxwidththreshold.md +0 -14
  142. package/docs/api/player.clapprnerdstats.supportedversion.md +0 -16
  143. package/docs/api/player.clapprnerdstats.template.md +0 -14
  144. package/docs/api/player.pictureinpicture.bindevents.md +0 -15
  145. package/docs/api/player.pictureinpicture.events.md +0 -13
  146. package/docs/api/player.pictureinpicture.exitpictureinpicture.md +0 -15
  147. package/docs/api/player.pictureinpicture.render.md +0 -15
  148. package/docs/api/player.pictureinpicture.requestpictureinpicture.md +0 -15
  149. package/docs/api/player.pictureinpicture.supportedversion.md +0 -13
  150. package/docs/api/player.pictureinpicture.togglepictureinpicture.md +0 -15
  151. package/docs/api/player.pictureinpicture.version.md +0 -11
  152. package/docs/api/player.pictureinpicture.videoelement.md +0 -11
  153. package/docs/api/player.playbackrate.attributes.md +0 -14
  154. package/docs/api/player.playbackrate.bindevents.md +0 -15
  155. package/docs/api/player.playbackrate.events.md +0 -15
  156. package/docs/api/player.playbackrate.gettitle.md +0 -15
  157. package/docs/api/player.playbackrate.goback.md +0 -15
  158. package/docs/api/player.playbackrate.highlightcurrentrate.md +0 -15
  159. package/docs/api/player.playbackrate.onfinishad.md +0 -15
  160. package/docs/api/player.playbackrate.onshowmenu.md +0 -15
  161. package/docs/api/player.playbackrate.onstartad.md +0 -15
  162. package/docs/api/player.playbackrate.onstop.md +0 -15
  163. package/docs/api/player.playbackrate.reload.md +0 -15
  164. package/docs/api/player.playbackrate.render.md +0 -15
  165. package/docs/api/player.playbackrate.supportedversion.md +0 -13
  166. package/docs/api/player.playbackrate.unbindevents.md +0 -15
  167. package/docs/api/player.sourcecontroller.version.md +0 -14
  168. package/docs/api/player.spinnerthreebounce.attributes.md +0 -14
  169. package/docs/api/player.spinnerthreebounce.name.md +0 -11
  170. package/docs/api/player.spinnerthreebounce.render.md +0 -15
  171. package/docs/api/player.spinnerthreebounce.supportedversion.md +0 -13
  172. package/docs/api/player.statistics.bindevents.md +0 -15
  173. package/docs/api/player.statistics.md +0 -141
  174. package/docs/api/player.statistics.name.md +0 -11
  175. package/docs/api/player.statistics.supportedversion.md +0 -13
  176. package/docs/api/player.subtitles.attributes.md +0 -14
  177. package/docs/api/player.subtitles.bindevents.md +0 -15
  178. package/docs/api/player.subtitles.buttonelement.md +0 -15
  179. package/docs/api/player.subtitles.events.md +0 -14
  180. package/docs/api/player.subtitles.levelelement.md +0 -51
  181. package/docs/api/player.subtitles.name.md +0 -11
  182. package/docs/api/player.subtitles.preselectedlanguage.md +0 -11
  183. package/docs/api/player.subtitles.reload.md +0 -15
  184. package/docs/api/player.subtitles.render.md +0 -15
  185. package/docs/api/player.subtitles.selectsubtitles.md +0 -15
  186. package/docs/api/player.subtitles.startlevelswitch.md +0 -15
  187. package/docs/api/player.subtitles.stoplevelswitch.md +0 -15
  188. package/docs/api/player.subtitles.supportedversion.md +0 -13
  189. package/docs/api/player.subtitles.template.md +0 -11
  190. package/docs/api/player.subtitles.templatestring.md +0 -11
  191. package/docs/api/player.subtitles.unbindevents.md +0 -15
  192. package/docs/api/player.subtitles.version.md +0 -11
  193. package/docs/api/player.volumefade.bindevents.md +0 -18
  194. package/docs/api/player.volumefade.unbindevents.md +0 -18
  195. package/src/plugins/statistics/Statistics.ts +0 -207
  196. /package/src/plugins/{statistics → telemetry}/Statistics copy.xts +0 -0
package/dist/index.css CHANGED
@@ -122,255 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }*, :focus, :visited {
126
- outline: none !important;
127
- }
128
-
129
- .gear-wrapper .go-back {
130
- font-weight: 600;
131
- font-size: 14px;
132
- line-height: 20px;
133
- width: 100%;
134
- text-align: left;
135
- padding: 12px;
136
- }
137
- .gear-wrapper .go-back .arrow-left-icon {
138
- float: left;
139
- padding-top: 2px;
140
- padding-right: 2px;
141
- }
142
- .gear-wrapper .go-back .arrow-left-icon svg {
143
- height: 16px;
144
- }
145
- .gear-wrapper ul.gear-sub-menu {
146
- width: 100%;
147
- list-style-type: none;
148
- background-color: transparent;
149
- min-width: 60px;
150
- border-top: 2px solid rgb(36, 36, 36);
151
- }
152
- .gear-wrapper ul.gear-sub-menu li {
153
- font-size: 12px;
154
- text-align: left;
155
- }
156
- .gear-wrapper ul.gear-sub-menu li[data-title] {
157
- background-color: #c3c2c2;
158
- padding: 5px;
159
- }
160
- .gear-wrapper ul.gear-sub-menu li a {
161
- display: block;
162
- text-decoration: none;
163
- height: 32px;
164
- padding: 5px 10px;
165
- line-height: 22px;
166
- color: #fffffe;
167
- }
168
- .gear-wrapper ul.gear-sub-menu li a:hover {
169
- color: white;
170
- background-color: rgba(0, 0, 0, 0.4);
171
- }
172
- .gear-wrapper ul.gear-sub-menu li a:hover a {
173
- color: white;
174
- text-decoration: none;
175
- }
176
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
177
- width: 30px;
178
- height: 20px;
179
- float: left;
180
- display: block;
181
- }
182
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
183
- display: none;
184
- }
185
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
186
- display: inline;
187
- }
188
- .gear-wrapper svg {
189
- height: 20px;
190
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
191
- float: right;
192
- font-family: Roboto, "Open Sans", Arial, sans-serif;
193
- }
194
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
195
- height: 40px;
196
- width: 40px;
197
- padding-right: 20px;
198
- }
199
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
200
- height: 20px;
201
- }
202
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
203
- position: absolute;
204
- right: 16px;
205
- bottom: 52px;
206
- display: none;
207
- width: 250px;
208
- min-height: 48px;
209
- z-index: 9999;
210
- border-radius: 4px;
211
- }
212
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
213
- padding: 8px 0;
214
- }
215
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
216
- float: left;
217
- margin-right: 10px;
218
- }
219
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
220
- margin: 0;
221
- text-align: left;
222
- line-height: 22px;
223
- padding: 5px 14px;
224
- width: 250px;
225
- font-size: 12px;
226
- }
227
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
228
- float: right;
229
- margin-right: -14px;
230
- }
231
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
232
- float: right;
233
- margin-right: 8px;
234
- }
235
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
236
- height: 20px;
237
- }*, :focus, :visited {
238
- outline: none !important;
239
- }
240
-
241
- .audio_selector[data-track-selector] {
242
- float: right;
243
- margin-top: 4px;
244
- position: relative;
245
- width: 50px;
246
- font-family: Roboto, "Open Sans", Arial, sans-serif;
247
- }
248
- .audio_selector[data-track-selector] button {
249
- background-color: transparent;
250
- color: #fff;
251
- -webkit-font-smoothing: antialiased;
252
- border: none;
253
- font-size: 14px;
254
- cursor: pointer;
255
- }
256
- .audio_selector[data-track-selector] button .audio-text {
257
- text-overflow: ellipsis;
258
- overflow: hidden;
259
- white-space: nowrap;
260
- max-width: 100px;
261
- background-color: transparent;
262
- -webkit-font-smoothing: antialiased;
263
- border: none;
264
- font-size: 14px;
265
- cursor: pointer;
266
- padding-top: 5px;
267
- }
268
- .audio_selector[data-track-selector] button:hover {
269
- color: #c9c9c9;
270
- }
271
- .audio_selector[data-track-selector] button.changing {
272
- animation: pulse 0.5s infinite alternate;
273
- }
274
- .audio_selector[data-track-selector] button span.audio-arrow {
275
- width: 9px;
276
- height: 6px;
277
- margin-top: 11px;
278
- margin-left: 5px;
279
- }
280
- .audio_selector[data-track-selector] > ul {
281
- max-width: 114px;
282
- list-style-type: none;
283
- position: absolute;
284
- bottom: 25px;
285
- border: 1px solid black;
286
- display: none;
287
- background-color: #e6e6e6;
288
- }
289
- .audio_selector[data-track-selector] li {
290
- font-size: 10px;
291
- }
292
- .audio_selector[data-track-selector] li[data-title] {
293
- background-color: #c3c2c2;
294
- padding: 5px;
295
- }
296
- .audio_selector[data-track-selector] li a {
297
- color: #444;
298
- padding: 2px 10px;
299
- display: block;
300
- text-decoration: none;
301
- text-overflow: ellipsis;
302
- overflow: hidden;
303
- white-space: nowrap;
304
- }
305
- .audio_selector[data-track-selector] li a:hover {
306
- background-color: #555;
307
- color: white;
308
- }
309
- .audio_selector[data-track-selector] li a:hover a {
310
- color: white;
311
- text-decoration: none;
312
- }
313
- .audio_selector[data-track-selector] li.current a {
314
- color: #f00;
315
- }
316
-
317
- .audio_selector[data-track-selector] {
318
- width: auto;
319
- margin-top: 7px;
320
- margin-right: 20px;
321
- }
322
- .audio_selector[data-track-selector] button[data-level-selector-button],
323
- .audio_selector[data-track-selector] button[data-track-selector-button] {
324
- display: flex;
325
- justify-content: center;
326
- padding: 0;
327
- }
328
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
329
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
330
- color: white;
331
- }
332
- .audio_selector[data-track-selector] ul {
333
- background-color: rgba(74, 74, 74, 0.6);
334
- border: none;
335
- min-width: 60px;
336
- transform: rotate(180deg);
337
- border-radius: 4px;
338
- bottom: 40px;
339
- right: -2px;
340
- }
341
- .audio_selector[data-track-selector] ul li {
342
- transform: rotate(-180deg);
343
- font-size: 16px;
344
- text-align: right;
345
- height: 30px;
346
- }
347
- .audio_selector[data-track-selector] ul li a {
348
- height: 30px;
349
- padding: 5px 10px;
350
- color: #fffffe;
351
- }
352
- .audio_selector[data-track-selector] ul li a:hover {
353
- background-color: rgba(0, 0, 0, 0.4);
354
- }
355
- .audio_selector[data-track-selector] ul li:first-child a {
356
- border-bottom-left-radius: 4px;
357
- border-bottom-right-radius: 4px;
358
- }
359
- .audio_selector[data-track-selector] ul li:last-child a {
360
- border-top-left-radius: 4px;
361
- border-top-right-radius: 4px;
362
- }
363
-
364
- @keyframes pulse {
365
- 0% {
366
- color: #fff;
367
- }
368
- 50% {
369
- color: #ff0101;
370
- }
371
- 100% {
372
- color: #B80000;
373
- }
374
125
  }:root {
375
126
  --primary-background-color: #000;
376
127
  --secondary-background-color: #262626;
@@ -753,66 +504,53 @@
753
504
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
754
505
  width: 25%;
755
506
  }
756
- }.context-menu {
757
- z-index: 999;
758
- position: absolute;
759
- top: 0;
760
- left: 0;
761
- text-align: center;
762
- }
763
- .context-menu .context-menu-list {
764
- font-family: "Proxima Nova", sans-serif;
765
- font-size: 12px;
766
- line-height: 12px;
767
- list-style-type: none;
768
- text-align: left;
769
- padding: 5px;
770
- margin-left: auto;
771
- margin-right: auto;
772
- background-color: rgba(0, 0, 0, 0.75);
773
- border: 1px solid #666;
774
- border-radius: 4px;
507
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
508
+ float: right;
509
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
775
510
  }
776
- .context-menu .context-menu-list .context-menu-list-item {
777
- color: white;
778
- padding: 5px;
779
- cursor: pointer;
780
- }.clips.bar-container[data-seekbar] {
781
- clip-path: url("#myClip");
782
- }div.player-error-screen, [data-player] div.player-error-screen {
783
- color: #CCCACA;
511
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
512
+ height: 40px;
513
+ width: 40px;
514
+ padding-right: 20px;
515
+ }
516
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
517
+ height: 20px;
518
+ }
519
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
784
520
  position: absolute;
785
- top: 0;
786
- height: 100%;
787
- width: 100%;
788
- background-color: rgba(0, 0, 0, 0.7);
789
- z-index: 2000;
790
- display: flex;
791
- flex-direction: column;
792
- justify-content: center;
521
+ right: 16px;
522
+ bottom: 52px;
523
+ display: none;
524
+ width: 250px;
525
+ min-height: 48px;
526
+ z-index: 9999;
527
+ border-radius: 4px;
793
528
  }
794
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
795
- font-size: 14px;
796
- color: #CCCACA;
797
- margin-top: 45px;
529
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
530
+ padding: 8px 0;
798
531
  }
799
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
800
- font-weight: bold;
801
- line-height: 30px;
802
- font-size: 18px;
532
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
533
+ float: left;
534
+ margin-right: 10px;
803
535
  }
804
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
805
- width: 90%;
806
- margin: 0 auto;
536
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
537
+ margin: 0;
538
+ text-align: left;
539
+ line-height: 22px;
540
+ padding: 5px 14px;
541
+ width: 250px;
542
+ font-size: 12px;
807
543
  }
808
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
809
- font-size: 13px;
810
- margin-top: 15px;
544
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
545
+ float: right;
546
+ margin-right: -14px;
811
547
  }
812
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
813
- cursor: pointer;
814
- width: 30px;
815
- margin: 15px auto 0;
548
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
549
+ float: right;
550
+ margin-right: 8px;
551
+ }
552
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
553
+ height: 20px;
816
554
  }.big-mute-icon-wrapper[data-big-mute] {
817
555
  position: absolute;
818
556
  z-index: 9998;
@@ -862,49 +600,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
862
600
  }
863
601
  .big-mute-icon[data-big-mute-icon]:hover svg path {
864
602
  fill: #151515 !important;
865
- }.level-disabled {
866
- opacity: 0.5;
867
- pointer-events: none;
868
- }.seek-time[data-seek-time] {
869
- position: absolute;
870
- white-space: nowrap;
871
- height: 20px;
872
- line-height: 20px;
873
- font-size: 0;
874
- left: -100%;
875
- bottom: 55px;
876
- background-color: rgba(2, 2, 2, 0.5);
877
- z-index: 9999;
878
- transition: opacity 0.1s ease;
879
- }
880
- .seek-time[data-seek-time].hidden[data-seek-time] {
881
- opacity: 0;
882
- }
883
- .seek-time[data-seek-time] [data-seek-time] {
884
- display: inline-block;
885
- color: white;
886
- font-size: 10px;
887
- padding-left: 7px;
888
- padding-right: 7px;
889
- vertical-align: top;
890
- }
891
- .seek-time[data-seek-time] [data-duration] {
892
- display: inline-block;
893
- color: rgba(255, 255, 255, 0.5);
894
- font-size: 10px;
895
- padding-right: 7px;
896
- vertical-align: top;
897
- }
898
- .seek-time[data-seek-time] [data-duration]::before {
899
- content: "|";
900
- margin-right: 7px;
901
- }.media-control-pip button {
902
- float: right;
903
- height: 40px;
904
- margin-right: 20px;
905
- }
906
- .media-control-pip button svg {
907
- height: 20px;
908
603
  }.dvr-controls[data-dvr-controls] {
909
604
  display: inline-block;
910
605
  float: left;
@@ -1015,69 +710,329 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1015
710
  outline: none !important;
1016
711
  }
1017
712
 
1018
- .multicamera[data-multicamera] {
713
+ .gear-wrapper .go-back {
714
+ font-weight: 600;
715
+ font-size: 14px;
716
+ line-height: 20px;
717
+ width: 100%;
718
+ text-align: left;
719
+ padding: 12px;
720
+ }
721
+ .gear-wrapper .go-back .arrow-left-icon {
722
+ float: left;
723
+ padding-top: 2px;
724
+ padding-right: 2px;
725
+ }
726
+ .gear-wrapper .go-back .arrow-left-icon svg {
727
+ height: 16px;
728
+ }
729
+ .gear-wrapper ul.gear-sub-menu {
730
+ width: 100%;
731
+ list-style-type: none;
732
+ background-color: transparent;
733
+ min-width: 60px;
734
+ border-top: 2px solid rgb(36, 36, 36);
735
+ }
736
+ .gear-wrapper ul.gear-sub-menu li {
737
+ font-size: 12px;
738
+ text-align: left;
739
+ }
740
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
741
+ background-color: #c3c2c2;
742
+ padding: 5px;
743
+ }
744
+ .gear-wrapper ul.gear-sub-menu li a {
745
+ display: block;
746
+ text-decoration: none;
747
+ height: 32px;
748
+ padding: 5px 10px;
749
+ line-height: 22px;
750
+ color: #fffffe;
751
+ }
752
+ .gear-wrapper ul.gear-sub-menu li a:hover {
753
+ color: white;
754
+ background-color: rgba(0, 0, 0, 0.4);
755
+ }
756
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
757
+ color: white;
758
+ text-decoration: none;
759
+ }
760
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
761
+ width: 30px;
762
+ height: 20px;
763
+ float: left;
764
+ display: block;
765
+ }
766
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
767
+ display: none;
768
+ }
769
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
770
+ display: inline;
771
+ }
772
+ .gear-wrapper svg {
773
+ height: 20px;
774
+ }*, :focus, :visited {
775
+ outline: none !important;
776
+ }
777
+
778
+ .audio_selector[data-track-selector] {
1019
779
  float: right;
1020
780
  margin-top: 4px;
1021
781
  position: relative;
1022
- margin-right: 20px;
1023
- width: 20px;
782
+ width: 50px;
783
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1024
784
  }
1025
- .multicamera[data-multicamera] button {
785
+ .audio_selector[data-track-selector] button {
1026
786
  background-color: transparent;
1027
787
  color: #fff;
1028
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1029
788
  -webkit-font-smoothing: antialiased;
1030
789
  border: none;
1031
790
  font-size: 14px;
1032
- padding: 0;
791
+ cursor: pointer;
1033
792
  }
1034
- .multicamera[data-multicamera] button svg {
1035
- height: 20px;
1036
- position: relative;
1037
- margin-top: 6px;
793
+ .audio_selector[data-track-selector] button .audio-text {
794
+ text-overflow: ellipsis;
795
+ overflow: hidden;
796
+ white-space: nowrap;
797
+ max-width: 100px;
798
+ background-color: transparent;
799
+ -webkit-font-smoothing: antialiased;
800
+ border: none;
801
+ font-size: 14px;
802
+ cursor: pointer;
803
+ padding-top: 5px;
1038
804
  }
1039
- .multicamera[data-multicamera] button:hover {
805
+ .audio_selector[data-track-selector] button:hover {
1040
806
  color: #c9c9c9;
1041
807
  }
1042
- .multicamera[data-multicamera] button.changing {
808
+ .audio_selector[data-track-selector] button.changing {
1043
809
  animation: pulse 0.5s infinite alternate;
1044
810
  }
1045
- .multicamera[data-multicamera] button span.quality-arrow {
811
+ .audio_selector[data-track-selector] button span.audio-arrow {
1046
812
  width: 9px;
1047
813
  height: 6px;
1048
814
  margin-top: 11px;
1049
815
  margin-left: 5px;
1050
816
  }
1051
- .multicamera[data-multicamera] > ul {
1052
- padding: 6px 0;
1053
- right: -24px;
1054
- width: 245px;
817
+ .audio_selector[data-track-selector] > ul {
818
+ max-width: 114px;
1055
819
  list-style-type: none;
1056
820
  position: absolute;
1057
- bottom: 48px;
1058
- border-radius: 4px;
821
+ bottom: 25px;
822
+ border: 1px solid black;
1059
823
  display: none;
1060
- background-color: rgba(74, 74, 74, 0.9);
1061
- }
1062
- .multicamera[data-multicamera] > ul::after {
1063
- content: "";
1064
- position: absolute;
1065
- top: 100%;
1066
- left: 85%;
1067
- margin-left: -10px;
1068
- width: 0;
1069
- height: 0;
1070
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1071
- border-right: 10px solid transparent;
1072
- border-left: 10px solid transparent;
824
+ background-color: #e6e6e6;
1073
825
  }
1074
- .multicamera[data-multicamera] li {
826
+ .audio_selector[data-track-selector] li {
1075
827
  font-size: 10px;
1076
- cursor: pointer;
1077
828
  }
1078
- .multicamera[data-multicamera] li .multicamera-item {
1079
- display: flex;
1080
- padding: 10px 0;
829
+ .audio_selector[data-track-selector] li[data-title] {
830
+ background-color: #c3c2c2;
831
+ padding: 5px;
832
+ }
833
+ .audio_selector[data-track-selector] li a {
834
+ color: #444;
835
+ padding: 2px 10px;
836
+ display: block;
837
+ text-decoration: none;
838
+ text-overflow: ellipsis;
839
+ overflow: hidden;
840
+ white-space: nowrap;
841
+ }
842
+ .audio_selector[data-track-selector] li a:hover {
843
+ background-color: #555;
844
+ color: white;
845
+ }
846
+ .audio_selector[data-track-selector] li a:hover a {
847
+ color: white;
848
+ text-decoration: none;
849
+ }
850
+ .audio_selector[data-track-selector] li.current a {
851
+ color: #f00;
852
+ }
853
+
854
+ .audio_selector[data-track-selector] {
855
+ width: auto;
856
+ margin-top: 7px;
857
+ margin-right: 20px;
858
+ }
859
+ .audio_selector[data-track-selector] button[data-level-selector-button],
860
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
861
+ display: flex;
862
+ justify-content: center;
863
+ padding: 0;
864
+ }
865
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
866
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
867
+ color: white;
868
+ }
869
+ .audio_selector[data-track-selector] ul {
870
+ background-color: rgba(74, 74, 74, 0.6);
871
+ border: none;
872
+ min-width: 60px;
873
+ transform: rotate(180deg);
874
+ border-radius: 4px;
875
+ bottom: 40px;
876
+ right: -2px;
877
+ }
878
+ .audio_selector[data-track-selector] ul li {
879
+ transform: rotate(-180deg);
880
+ font-size: 16px;
881
+ text-align: right;
882
+ height: 30px;
883
+ }
884
+ .audio_selector[data-track-selector] ul li a {
885
+ height: 30px;
886
+ padding: 5px 10px;
887
+ color: #fffffe;
888
+ }
889
+ .audio_selector[data-track-selector] ul li a:hover {
890
+ background-color: rgba(0, 0, 0, 0.4);
891
+ }
892
+ .audio_selector[data-track-selector] ul li:first-child a {
893
+ border-bottom-left-radius: 4px;
894
+ border-bottom-right-radius: 4px;
895
+ }
896
+ .audio_selector[data-track-selector] ul li:last-child a {
897
+ border-top-left-radius: 4px;
898
+ border-top-right-radius: 4px;
899
+ }
900
+
901
+ @keyframes pulse {
902
+ 0% {
903
+ color: #fff;
904
+ }
905
+ 50% {
906
+ color: #ff0101;
907
+ }
908
+ 100% {
909
+ color: #B80000;
910
+ }
911
+ }div.player-error-screen, [data-player] div.player-error-screen {
912
+ color: #CCCACA;
913
+ position: absolute;
914
+ top: 0;
915
+ height: 100%;
916
+ width: 100%;
917
+ background-color: rgba(0, 0, 0, 0.7);
918
+ z-index: 2000;
919
+ display: flex;
920
+ flex-direction: column;
921
+ justify-content: center;
922
+ }
923
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
924
+ font-size: 14px;
925
+ color: #CCCACA;
926
+ margin-top: 45px;
927
+ }
928
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
929
+ font-weight: bold;
930
+ line-height: 30px;
931
+ font-size: 18px;
932
+ }
933
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
934
+ width: 90%;
935
+ margin: 0 auto;
936
+ }
937
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
938
+ font-size: 13px;
939
+ margin-top: 15px;
940
+ }
941
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
942
+ cursor: pointer;
943
+ width: 30px;
944
+ margin: 15px auto 0;
945
+ }.context-menu {
946
+ z-index: 999;
947
+ position: absolute;
948
+ top: 0;
949
+ left: 0;
950
+ text-align: center;
951
+ }
952
+ .context-menu .context-menu-list {
953
+ font-family: "Proxima Nova", sans-serif;
954
+ font-size: 12px;
955
+ line-height: 12px;
956
+ list-style-type: none;
957
+ text-align: left;
958
+ padding: 5px;
959
+ margin-left: auto;
960
+ margin-right: auto;
961
+ background-color: rgba(0, 0, 0, 0.75);
962
+ border: 1px solid #666;
963
+ border-radius: 4px;
964
+ }
965
+ .context-menu .context-menu-list .context-menu-list-item {
966
+ color: white;
967
+ padding: 5px;
968
+ cursor: pointer;
969
+ }*, :focus, :visited {
970
+ outline: none !important;
971
+ }
972
+
973
+ .multicamera[data-multicamera] {
974
+ float: right;
975
+ margin-top: 4px;
976
+ position: relative;
977
+ margin-right: 20px;
978
+ width: 20px;
979
+ }
980
+ .multicamera[data-multicamera] button {
981
+ background-color: transparent;
982
+ color: #fff;
983
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
984
+ -webkit-font-smoothing: antialiased;
985
+ border: none;
986
+ font-size: 14px;
987
+ padding: 0;
988
+ }
989
+ .multicamera[data-multicamera] button svg {
990
+ height: 20px;
991
+ position: relative;
992
+ margin-top: 6px;
993
+ }
994
+ .multicamera[data-multicamera] button:hover {
995
+ color: #c9c9c9;
996
+ }
997
+ .multicamera[data-multicamera] button.changing {
998
+ animation: pulse 0.5s infinite alternate;
999
+ }
1000
+ .multicamera[data-multicamera] button span.quality-arrow {
1001
+ width: 9px;
1002
+ height: 6px;
1003
+ margin-top: 11px;
1004
+ margin-left: 5px;
1005
+ }
1006
+ .multicamera[data-multicamera] > ul {
1007
+ padding: 6px 0;
1008
+ right: -24px;
1009
+ width: 245px;
1010
+ list-style-type: none;
1011
+ position: absolute;
1012
+ bottom: 48px;
1013
+ border-radius: 4px;
1014
+ display: none;
1015
+ background-color: rgba(74, 74, 74, 0.9);
1016
+ }
1017
+ .multicamera[data-multicamera] > ul::after {
1018
+ content: "";
1019
+ position: absolute;
1020
+ top: 100%;
1021
+ left: 85%;
1022
+ margin-left: -10px;
1023
+ width: 0;
1024
+ height: 0;
1025
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1026
+ border-right: 10px solid transparent;
1027
+ border-left: 10px solid transparent;
1028
+ }
1029
+ .multicamera[data-multicamera] li {
1030
+ font-size: 10px;
1031
+ cursor: pointer;
1032
+ }
1033
+ .multicamera[data-multicamera] li .multicamera-item {
1034
+ display: flex;
1035
+ padding: 10px 0;
1081
1036
  justify-content: center;
1082
1037
  position: relative;
1083
1038
  }
@@ -1159,32 +1114,425 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1159
1114
  100% {
1160
1115
  color: #B80000;
1161
1116
  }
1162
- }[data-player] {
1163
- --bottom-panel: 40px;
1164
- }
1165
-
1166
- .container .media-control-notransition {
1167
- transition: none !important;
1168
- }
1169
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
1170
- opacity: 1;
1171
- }
1172
- .container.crop-video [data-html5-video] {
1173
- object-fit: cover;
1174
- }
1175
- .container .subtitle-string {
1117
+ }.level-disabled {
1118
+ opacity: 0.5;
1119
+ pointer-events: none;
1120
+ }.seek-time[data-seek-time] {
1176
1121
  position: absolute;
1177
- bottom: calc(var(--bottom-panel) + 5px);
1178
- width: 100%;
1122
+ white-space: nowrap;
1123
+ height: 20px;
1124
+ line-height: 20px;
1125
+ font-size: 0;
1126
+ left: -100%;
1127
+ bottom: 55px;
1128
+ background-color: rgba(2, 2, 2, 0.5);
1129
+ z-index: 9999;
1130
+ transition: opacity 0.1s ease;
1179
1131
  }
1180
- .container .subtitle-string p {
1181
- width: auto;
1182
- background-color: rgba(0, 0, 0, 0.4);
1132
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1133
+ opacity: 0;
1134
+ }
1135
+ .seek-time[data-seek-time] [data-seek-time] {
1136
+ display: inline-block;
1183
1137
  color: white;
1138
+ font-size: 10px;
1139
+ padding-left: 7px;
1140
+ padding-right: 7px;
1141
+ vertical-align: top;
1142
+ }
1143
+ .seek-time[data-seek-time] [data-duration] {
1184
1144
  display: inline-block;
1145
+ color: rgba(255, 255, 255, 0.5);
1146
+ font-size: 10px;
1147
+ padding-right: 7px;
1148
+ vertical-align: top;
1185
1149
  }
1186
- .container .circle-poster[data-poster] {
1187
- top: 50%;
1150
+ .seek-time[data-seek-time] [data-duration]::before {
1151
+ content: "|";
1152
+ margin-right: 7px;
1153
+ }.share_plugin[data-share] {
1154
+ pointer-events: auto;
1155
+ z-index: 5;
1156
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1157
+ }
1158
+ .share_plugin[data-share].share-hide .share-button-container {
1159
+ right: -50px;
1160
+ }
1161
+ .share_plugin[data-share] .share-button-container {
1162
+ cursor: pointer;
1163
+ width: 36px;
1164
+ height: 36px;
1165
+ background-color: rgba(74, 74, 74, 0.6);
1166
+ border-radius: 4px;
1167
+ position: absolute;
1168
+ right: 10px;
1169
+ top: 10px;
1170
+ padding-top: 6px;
1171
+ transition: all 0.3s ease-out;
1172
+ }
1173
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1174
+ background-color: transparent;
1175
+ border: 0;
1176
+ margin: 0 6px;
1177
+ padding: 0;
1178
+ cursor: pointer;
1179
+ display: inline-block;
1180
+ width: 19px;
1181
+ height: 20px;
1182
+ }
1183
+ .share_plugin[data-share] .share-container {
1184
+ pointer-events: auto;
1185
+ position: absolute;
1186
+ width: 280px;
1187
+ background-color: white;
1188
+ transform: translate(0, 50%);
1189
+ transform: translate(-50%, -50%);
1190
+ left: 50%;
1191
+ /* margin-left: -140px; */
1192
+ top: calc(50% - 20px);
1193
+ /* margin-top: -170px; */
1194
+ }
1195
+ .share_plugin[data-share] .share-container .share-container-header {
1196
+ text-align: left;
1197
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1198
+ }
1199
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1200
+ display: inline-block;
1201
+ font-size: 16px;
1202
+ margin: 5px;
1203
+ }
1204
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1205
+ display: inline-block;
1206
+ width: 24px;
1207
+ float: right;
1208
+ margin: 5px;
1209
+ cursor: pointer;
1210
+ }
1211
+ .share_plugin[data-share] .share-container .share-container-main {
1212
+ margin-bottom: 8px;
1213
+ }
1214
+ .share_plugin[data-share] .share-container .share-container-main > div {
1215
+ text-align: left;
1216
+ font-size: 14px;
1217
+ padding: 5px;
1218
+ }
1219
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1220
+ overflow: hidden;
1221
+ text-overflow: ellipsis;
1222
+ color: #818181;
1223
+ border: solid 1px #d3d3d3;
1224
+ width: calc(100% - 10px);
1225
+ padding: 5px;
1226
+ }
1227
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1228
+ max-height: 90px;
1229
+ resize: none;
1230
+ }
1231
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1232
+ width: 32px;
1233
+ display: inline-block;
1234
+ margin-right: 5px;
1235
+ cursor: pointer;
1236
+ }.player-poster[data-poster] {
1237
+ display: flex;
1238
+ justify-content: center;
1239
+ align-items: center;
1240
+ position: absolute;
1241
+ height: 100%;
1242
+ width: 100%;
1243
+ z-index: 998;
1244
+ top: 0;
1245
+ left: 0;
1246
+ background-color: #000;
1247
+ background-size: cover;
1248
+ background-repeat: no-repeat;
1249
+ background-position: 50% 50%;
1250
+ }
1251
+ .player-poster[data-poster].clickable {
1252
+ cursor: pointer;
1253
+ }
1254
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1255
+ opacity: 1;
1256
+ }
1257
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1258
+ width: 100%;
1259
+ height: 25%;
1260
+ margin: 0 auto;
1261
+ opacity: 0.75;
1262
+ transition: opacity 0.1s ease;
1263
+ }
1264
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1265
+ height: 100%;
1266
+ display: inline;
1267
+ }
1268
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1269
+ fill: #fff;
1270
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1271
+ height: 0;
1272
+ }
1273
+
1274
+ .skip_time_plugin[data-skip-time] {
1275
+ position: absolute;
1276
+ width: 100%;
1277
+ height: calc(100% - 50px);
1278
+ z-index: 9998;
1279
+ background-color: transparent;
1280
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1281
+ }
1282
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1283
+ width: 100%;
1284
+ height: 100%;
1285
+ display: flex;
1286
+ justify-content: space-between;
1287
+ }
1288
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1289
+ width: 33.3%;
1290
+ height: 100%;
1291
+ }.media-control-pip button {
1292
+ float: right;
1293
+ height: 40px;
1294
+ margin-right: 20px;
1295
+ }
1296
+ .media-control-pip button svg {
1297
+ height: 20px;
1298
+ }.scrub-thumbnails {
1299
+ position: absolute;
1300
+ bottom: 52px;
1301
+ width: 100%;
1302
+ transition: opacity 0.3s ease;
1303
+ }
1304
+ .scrub-thumbnails.hidden {
1305
+ opacity: 0;
1306
+ }
1307
+ .scrub-thumbnails .thumbnail-container {
1308
+ display: inline-block;
1309
+ position: relative;
1310
+ overflow: hidden;
1311
+ background-color: #000;
1312
+ }
1313
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1314
+ position: absolute;
1315
+ width: auto;
1316
+ }
1317
+ .scrub-thumbnails .thumbnails-text {
1318
+ background-color: rgba(74, 74, 74, 0.7);
1319
+ border-radius: 3px;
1320
+ white-space: nowrap;
1321
+ overflow: hidden;
1322
+ text-overflow: ellipsis;
1323
+ color: white;
1324
+ position: absolute;
1325
+ bottom: 23px;
1326
+ width: 100px;
1327
+ }
1328
+ .scrub-thumbnails .spotlight {
1329
+ background-color: #4a4a4a;
1330
+ overflow: hidden;
1331
+ position: absolute;
1332
+ bottom: 0;
1333
+ left: 0;
1334
+ border-color: #4a4a4a;
1335
+ border-style: solid;
1336
+ border-width: 3px;
1337
+ border-radius: 3px;
1338
+ }
1339
+ .scrub-thumbnails .spotlight img {
1340
+ width: auto;
1341
+ }
1342
+ .scrub-thumbnails .backdrop {
1343
+ position: absolute;
1344
+ left: 0;
1345
+ bottom: 0;
1346
+ right: 0;
1347
+ background-color: #000;
1348
+ overflow: hidden;
1349
+ }
1350
+ .scrub-thumbnails .backdrop .carousel {
1351
+ position: absolute;
1352
+ top: 0;
1353
+ left: 0;
1354
+ height: 100%;
1355
+ white-space: nowrap;
1356
+ }
1357
+ .scrub-thumbnails .backdrop .carousel img {
1358
+ width: auto;
1359
+ }*, :focus, :visited {
1360
+ outline: none !important;
1361
+ }
1362
+
1363
+ .subtitles[data-subtitles] {
1364
+ float: right;
1365
+ position: relative;
1366
+ width: 50px;
1367
+ }
1368
+ .subtitles[data-subtitles] button {
1369
+ background-color: transparent;
1370
+ color: #fff;
1371
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1372
+ -webkit-font-smoothing: antialiased;
1373
+ border: none;
1374
+ font-size: 14px;
1375
+ cursor: pointer;
1376
+ }
1377
+ .subtitles[data-subtitles] button .subtitle-text svg {
1378
+ fill: white;
1379
+ }
1380
+ .subtitles[data-subtitles] button:hover {
1381
+ color: #c9c9c9;
1382
+ }
1383
+ .subtitles[data-subtitles] button.changing {
1384
+ animation: pulse 0.5s infinite alternate;
1385
+ }
1386
+ .subtitles[data-subtitles] > ul {
1387
+ width: 80px;
1388
+ list-style-type: none;
1389
+ position: absolute;
1390
+ bottom: 25px;
1391
+ border: 1px solid black;
1392
+ display: none;
1393
+ background-color: #e6e6e6;
1394
+ }
1395
+ .subtitles[data-subtitles] li {
1396
+ font-size: 10px;
1397
+ }
1398
+ .subtitles[data-subtitles] li[data-title] {
1399
+ background-color: #c3c2c2;
1400
+ padding: 5px;
1401
+ }
1402
+ .subtitles[data-subtitles] li a {
1403
+ color: #444;
1404
+ padding: 2px 10px;
1405
+ display: block;
1406
+ text-decoration: none;
1407
+ }
1408
+ .subtitles[data-subtitles] li a:hover {
1409
+ background-color: #555;
1410
+ color: white;
1411
+ }
1412
+ .subtitles[data-subtitles] li a:hover a {
1413
+ color: white;
1414
+ text-decoration: none;
1415
+ }
1416
+ .subtitles[data-subtitles] li.current a {
1417
+ color: #f00;
1418
+ background-color: #555;
1419
+ }
1420
+
1421
+ @keyframes pulse {
1422
+ 0% {
1423
+ color: #fff;
1424
+ }
1425
+ 50% {
1426
+ color: #ff0101;
1427
+ }
1428
+ 100% {
1429
+ color: #B80000;
1430
+ }
1431
+ }
1432
+ ::cue {
1433
+ visibility: hidden !important;
1434
+ font-size: 0 !important;
1435
+ }
1436
+
1437
+ .ios-fullscreen::cue {
1438
+ visibility: visible !important;
1439
+ font-size: 1em !important;
1440
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1441
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1442
+ display: block;
1443
+ }
1444
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1445
+ width: 40px;
1446
+ margin-top: 0;
1447
+ }
1448
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1449
+ display: flex;
1450
+ justify-content: center;
1451
+ padding: 0;
1452
+ align-items: center;
1453
+ }
1454
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1455
+ color: white;
1456
+ }
1457
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1458
+ background-color: rgba(74, 74, 74, 0.6);
1459
+ border: none;
1460
+ width: auto;
1461
+ transform: rotate(180deg);
1462
+ border-radius: 4px;
1463
+ bottom: 52px;
1464
+ margin-left: -28px;
1465
+ }
1466
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1467
+ transform: rotate(-180deg);
1468
+ font-size: 16px;
1469
+ text-align: center;
1470
+ white-space: nowrap;
1471
+ height: 30px;
1472
+ }
1473
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1474
+ height: 30px;
1475
+ padding: 5px 10px;
1476
+ color: #fffffe;
1477
+ }
1478
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1479
+ background-color: rgba(0, 0, 0, 0.4);
1480
+ }
1481
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1482
+ background-color: rgba(0, 0, 0, 0.4);
1483
+ }
1484
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1485
+ border-bottom-left-radius: 4px;
1486
+ border-bottom-right-radius: 4px;
1487
+ }
1488
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1489
+ border-top-left-radius: 4px;
1490
+ border-top-right-radius: 4px;
1491
+ }
1492
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1493
+ height: 26px;
1494
+ line-height: 26px;
1495
+ bottom: 52px;
1496
+ border-radius: 3px;
1497
+ background-color: rgba(74, 74, 74, 0.7);
1498
+ }
1499
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1500
+ letter-spacing: 0.8px;
1501
+ font-size: 14px;
1502
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1503
+ }
1504
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1505
+ padding-left: 8px;
1506
+ padding-right: 8px;
1507
+ }
1508
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1509
+ display: none !important;
1510
+ }[data-player] {
1511
+ --bottom-panel: 40px;
1512
+ }
1513
+
1514
+ .container .media-control-notransition {
1515
+ transition: none !important;
1516
+ }
1517
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
1518
+ opacity: 1;
1519
+ }
1520
+ .container.crop-video [data-html5-video] {
1521
+ object-fit: cover;
1522
+ }
1523
+ .container .subtitle-string {
1524
+ position: absolute;
1525
+ bottom: calc(var(--bottom-panel) + 5px);
1526
+ width: 100%;
1527
+ }
1528
+ .container .subtitle-string p {
1529
+ width: auto;
1530
+ background-color: rgba(0, 0, 0, 0.4);
1531
+ color: white;
1532
+ display: inline-block;
1533
+ }
1534
+ .container .circle-poster[data-poster] {
1535
+ top: 50%;
1188
1536
  margin-top: -60px;
1189
1537
  left: 50%;
1190
1538
  margin-left: -60px;
@@ -1741,182 +2089,40 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1741
2089
  position: absolute;
1742
2090
  left: 3px;
1743
2091
  top: 5px;
1744
- width: 7px;
1745
- height: 7px;
1746
- border-radius: 50%;
1747
- background-color: white;
1748
- }
1749
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1750
- float: left;
1751
- width: 4px;
1752
- padding-left: 2px;
1753
- height: 12px;
1754
- opacity: 0.5;
1755
- box-shadow: inset 2px 0 0 white;
1756
- transition: transform 0.2s ease-out;
1757
- }
1758
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1759
- box-shadow: inset 2px 0 0 #fff;
1760
- opacity: 1;
1761
- }
1762
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1763
- padding-left: 0;
1764
- }
1765
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1766
- transform: scaleY(1.5);
1767
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1768
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1769
- display: block;
1770
- }
1771
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1772
- width: 40px;
1773
- margin-top: 0;
1774
- }
1775
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1776
- display: flex;
1777
- justify-content: center;
1778
- padding: 0;
1779
- align-items: center;
1780
- }
1781
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1782
- color: white;
1783
- }
1784
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1785
- background-color: rgba(74, 74, 74, 0.6);
1786
- border: none;
1787
- width: auto;
1788
- transform: rotate(180deg);
1789
- border-radius: 4px;
1790
- bottom: 52px;
1791
- margin-left: -28px;
1792
- }
1793
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1794
- transform: rotate(-180deg);
1795
- font-size: 16px;
1796
- text-align: center;
1797
- white-space: nowrap;
1798
- height: 30px;
1799
- }
1800
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1801
- height: 30px;
1802
- padding: 5px 10px;
1803
- color: #fffffe;
1804
- }
1805
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1806
- background-color: rgba(0, 0, 0, 0.4);
1807
- }
1808
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1809
- background-color: rgba(0, 0, 0, 0.4);
1810
- }
1811
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1812
- border-bottom-left-radius: 4px;
1813
- border-bottom-right-radius: 4px;
1814
- }
1815
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1816
- border-top-left-radius: 4px;
1817
- border-top-right-radius: 4px;
1818
- }
1819
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1820
- height: 26px;
1821
- line-height: 26px;
1822
- bottom: 52px;
1823
- border-radius: 3px;
1824
- background-color: rgba(74, 74, 74, 0.7);
1825
- }
1826
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1827
- letter-spacing: 0.8px;
1828
- font-size: 14px;
1829
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1830
- }
1831
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1832
- padding-left: 8px;
1833
- padding-right: 8px;
1834
- }
1835
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1836
- display: none !important;
1837
- }.share_plugin[data-share] {
1838
- pointer-events: auto;
1839
- z-index: 5;
1840
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1841
- }
1842
- .share_plugin[data-share].share-hide .share-button-container {
1843
- right: -50px;
1844
- }
1845
- .share_plugin[data-share] .share-button-container {
1846
- cursor: pointer;
1847
- width: 36px;
1848
- height: 36px;
1849
- background-color: rgba(74, 74, 74, 0.6);
1850
- border-radius: 4px;
1851
- position: absolute;
1852
- right: 10px;
1853
- top: 10px;
1854
- padding-top: 6px;
1855
- transition: all 0.3s ease-out;
1856
- }
1857
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1858
- background-color: transparent;
1859
- border: 0;
1860
- margin: 0 6px;
1861
- padding: 0;
1862
- cursor: pointer;
1863
- display: inline-block;
1864
- width: 19px;
1865
- height: 20px;
1866
- }
1867
- .share_plugin[data-share] .share-container {
1868
- pointer-events: auto;
1869
- position: absolute;
1870
- width: 280px;
1871
- background-color: white;
1872
- transform: translate(0, 50%);
1873
- transform: translate(-50%, -50%);
1874
- left: 50%;
1875
- /* margin-left: -140px; */
1876
- top: calc(50% - 20px);
1877
- /* margin-top: -170px; */
1878
- }
1879
- .share_plugin[data-share] .share-container .share-container-header {
1880
- text-align: left;
1881
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1882
- }
1883
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1884
- display: inline-block;
1885
- font-size: 16px;
1886
- margin: 5px;
1887
- }
1888
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1889
- display: inline-block;
1890
- width: 24px;
1891
- float: right;
1892
- margin: 5px;
1893
- cursor: pointer;
2092
+ width: 7px;
2093
+ height: 7px;
2094
+ border-radius: 50%;
2095
+ background-color: white;
1894
2096
  }
1895
- .share_plugin[data-share] .share-container .share-container-main {
1896
- margin-bottom: 8px;
2097
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
2098
+ float: left;
2099
+ width: 4px;
2100
+ padding-left: 2px;
2101
+ height: 12px;
2102
+ opacity: 0.5;
2103
+ box-shadow: inset 2px 0 0 white;
2104
+ transition: transform 0.2s ease-out;
1897
2105
  }
1898
- .share_plugin[data-share] .share-container .share-container-main > div {
1899
- text-align: left;
1900
- font-size: 14px;
1901
- padding: 5px;
2106
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
2107
+ box-shadow: inset 2px 0 0 #fff;
2108
+ opacity: 1;
1902
2109
  }
1903
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1904
- overflow: hidden;
1905
- text-overflow: ellipsis;
1906
- color: #818181;
1907
- border: solid 1px #d3d3d3;
1908
- width: calc(100% - 10px);
1909
- padding: 5px;
2110
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
2111
+ padding-left: 0;
1910
2112
  }
1911
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1912
- max-height: 90px;
1913
- resize: none;
2113
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
2114
+ transform: scaleY(1.5);
2115
+ }.clips.bar-container[data-seekbar] {
2116
+ clip-path: url("#myClip");
2117
+ }.player-logo[data-logo] {
2118
+ position: absolute;
2119
+ z-index: 2;
2120
+ width: 100%;
2121
+ height: 100%;
1914
2122
  }
1915
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1916
- width: 32px;
1917
- display: inline-block;
1918
- margin-right: 5px;
1919
- cursor: pointer;
2123
+
2124
+ .clappr-logo {
2125
+ position: absolute;
1920
2126
  }.spinner-three-bounce[data-spinner] {
1921
2127
  position: absolute;
1922
2128
  width: 70px;
@@ -1955,210 +2161,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1955
2161
  40% {
1956
2162
  transform: scale(1);
1957
2163
  }
1958
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1959
- height: 0;
1960
- }
1961
-
1962
- .skip_time_plugin[data-skip-time] {
1963
- position: absolute;
1964
- width: 100%;
1965
- height: calc(100% - 50px);
1966
- z-index: 9998;
1967
- background-color: transparent;
1968
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1969
- }
1970
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1971
- width: 100%;
1972
- height: 100%;
1973
- display: flex;
1974
- justify-content: space-between;
1975
- }
1976
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1977
- width: 33.3%;
1978
- height: 100%;
1979
- }*, :focus, :visited {
1980
- outline: none !important;
1981
- }
1982
-
1983
- .subtitles[data-subtitles] {
1984
- float: right;
1985
- position: relative;
1986
- width: 50px;
1987
- }
1988
- .subtitles[data-subtitles] button {
1989
- background-color: transparent;
1990
- color: #fff;
1991
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1992
- -webkit-font-smoothing: antialiased;
1993
- border: none;
1994
- font-size: 14px;
1995
- cursor: pointer;
1996
- }
1997
- .subtitles[data-subtitles] button .subtitle-text svg {
1998
- fill: white;
1999
- }
2000
- .subtitles[data-subtitles] button:hover {
2001
- color: #c9c9c9;
2002
- }
2003
- .subtitles[data-subtitles] button.changing {
2004
- animation: pulse 0.5s infinite alternate;
2005
- }
2006
- .subtitles[data-subtitles] > ul {
2007
- width: 80px;
2008
- list-style-type: none;
2009
- position: absolute;
2010
- bottom: 25px;
2011
- border: 1px solid black;
2012
- display: none;
2013
- background-color: #e6e6e6;
2014
- }
2015
- .subtitles[data-subtitles] li {
2016
- font-size: 10px;
2017
- }
2018
- .subtitles[data-subtitles] li[data-title] {
2019
- background-color: #c3c2c2;
2020
- padding: 5px;
2021
- }
2022
- .subtitles[data-subtitles] li a {
2023
- color: #444;
2024
- padding: 2px 10px;
2025
- display: block;
2026
- text-decoration: none;
2027
- }
2028
- .subtitles[data-subtitles] li a:hover {
2029
- background-color: #555;
2030
- color: white;
2031
- }
2032
- .subtitles[data-subtitles] li a:hover a {
2033
- color: white;
2034
- text-decoration: none;
2035
- }
2036
- .subtitles[data-subtitles] li.current a {
2037
- color: #f00;
2038
- background-color: #555;
2039
- }
2040
-
2041
- @keyframes pulse {
2042
- 0% {
2043
- color: #fff;
2044
- }
2045
- 50% {
2046
- color: #ff0101;
2047
- }
2048
- 100% {
2049
- color: #B80000;
2050
- }
2051
- }
2052
- ::cue {
2053
- visibility: hidden !important;
2054
- font-size: 0 !important;
2055
- }
2056
-
2057
- .ios-fullscreen::cue {
2058
- visibility: visible !important;
2059
- font-size: 1em !important;
2060
- }.scrub-thumbnails {
2061
- position: absolute;
2062
- bottom: 52px;
2063
- width: 100%;
2064
- transition: opacity 0.3s ease;
2065
- }
2066
- .scrub-thumbnails.hidden {
2067
- opacity: 0;
2068
- }
2069
- .scrub-thumbnails .thumbnail-container {
2070
- display: inline-block;
2071
- position: relative;
2072
- overflow: hidden;
2073
- background-color: #000;
2074
- }
2075
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
2076
- position: absolute;
2077
- width: auto;
2078
- }
2079
- .scrub-thumbnails .thumbnails-text {
2080
- background-color: rgba(74, 74, 74, 0.7);
2081
- border-radius: 3px;
2082
- white-space: nowrap;
2083
- overflow: hidden;
2084
- text-overflow: ellipsis;
2085
- color: white;
2086
- position: absolute;
2087
- bottom: 23px;
2088
- width: 100px;
2089
- }
2090
- .scrub-thumbnails .spotlight {
2091
- background-color: #4a4a4a;
2092
- overflow: hidden;
2093
- position: absolute;
2094
- bottom: 0;
2095
- left: 0;
2096
- border-color: #4a4a4a;
2097
- border-style: solid;
2098
- border-width: 3px;
2099
- border-radius: 3px;
2100
- }
2101
- .scrub-thumbnails .spotlight img {
2102
- width: auto;
2103
- }
2104
- .scrub-thumbnails .backdrop {
2105
- position: absolute;
2106
- left: 0;
2107
- bottom: 0;
2108
- right: 0;
2109
- background-color: #000;
2110
- overflow: hidden;
2111
- }
2112
- .scrub-thumbnails .backdrop .carousel {
2113
- position: absolute;
2114
- top: 0;
2115
- left: 0;
2116
- height: 100%;
2117
- white-space: nowrap;
2118
- }
2119
- .scrub-thumbnails .backdrop .carousel img {
2120
- width: auto;
2121
- }.player-logo[data-logo] {
2122
- position: absolute;
2123
- z-index: 2;
2124
- width: 100%;
2125
- height: 100%;
2126
- }
2127
-
2128
- .clappr-logo {
2129
- position: absolute;
2130
- }.player-poster[data-poster] {
2131
- display: flex;
2132
- justify-content: center;
2133
- align-items: center;
2134
- position: absolute;
2135
- height: 100%;
2136
- width: 100%;
2137
- z-index: 998;
2138
- top: 0;
2139
- left: 0;
2140
- background-color: #000;
2141
- background-size: cover;
2142
- background-repeat: no-repeat;
2143
- background-position: 50% 50%;
2144
- }
2145
- .player-poster[data-poster].clickable {
2146
- cursor: pointer;
2147
- }
2148
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2149
- opacity: 1;
2150
- }
2151
- .player-poster[data-poster] .play-wrapper[data-poster] {
2152
- width: 100%;
2153
- height: 25%;
2154
- margin: 0 auto;
2155
- opacity: 0.75;
2156
- transition: opacity 0.1s ease;
2157
- }
2158
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2159
- height: 100%;
2160
- display: inline;
2161
- }
2162
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2163
- fill: #fff;
2164
2164
  }