@gcorevideo/player 2.22.0 → 2.22.2

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 (125) hide show
  1. package/assets/bottom-gear/bottomgear copy.ejs +10 -0
  2. package/assets/bottom-gear/bottomgear.ejs +4 -8
  3. package/assets/bottom-gear/gear-sub-menu.scss +0 -1
  4. package/assets/bottom-gear/gear.scss +0 -1
  5. package/assets/clappr-nerd-stats/button.ejs +3 -3
  6. package/assets/level-selector/button.ejs +2 -4
  7. package/assets/level-selector/list.ejs +14 -10
  8. package/assets/level-selector/style.scss +9 -4
  9. package/assets/media-control/container.scss +1 -1
  10. package/assets/playback-rate/list.ejs +5 -5
  11. package/assets/spinner-three-bounce/spinner.scss +1 -1
  12. package/dist/core.js +1 -2
  13. package/dist/index.css +885 -884
  14. package/dist/index.js +3938 -3779
  15. package/dist/player.d.ts +246 -108
  16. package/dist/plugins/index.css +1230 -1229
  17. package/dist/plugins/index.js +4036 -3878
  18. package/docs/api/player.bottomgear.additem.md +95 -0
  19. package/docs/api/player.bottomgear.md +63 -19
  20. package/docs/api/player.bottomgear.refresh.md +5 -1
  21. package/docs/api/player.clapprnerdstats.md +0 -2
  22. package/docs/api/player.clicktopause.md +1 -1
  23. package/docs/api/player.closedcaptions.md +2 -2
  24. package/docs/api/player.closedcaptionspluginsettings.md +5 -0
  25. package/docs/api/player.errorscreen.md +18 -4
  26. package/docs/api/player.errorscreenpluginsettings.md +1 -4
  27. package/docs/api/player.errorscreensettings.md +15 -0
  28. package/docs/api/{player.mediacontrolevents.md → player.gearevents.md} +7 -7
  29. package/docs/api/player.levelselector.events.md +0 -1
  30. package/docs/api/player.levelselector.md +1 -1
  31. package/docs/api/player.md +33 -36
  32. package/docs/api/{player.bottomgear.setcontent.md → player.mediacontrol.handlecustomarea.md} +5 -9
  33. package/docs/api/player.mediacontrol.md +10 -24
  34. package/docs/api/player.mediacontrol.putelement.md +2 -2
  35. package/docs/api/{player.bottomgear.getelement.md → player.mediacontrol.toggleelement.md} +23 -9
  36. package/docs/api/player.mediacontrolelement.md +1 -1
  37. package/docs/api/player.playbackrate.md +22 -3
  38. package/docs/api/{player.gearoptionsitem.md → player.playbackrateoption.md} +6 -4
  39. package/docs/api/{player.mediacontrol.getcenterpanel.md → player.playbackratesettings.md} +8 -6
  40. package/docs/api/player.sourcecontroller._constructor_.md +49 -0
  41. package/docs/api/player.sourcecontroller.md +70 -7
  42. package/docs/api/player.spinnerevents.md +1 -4
  43. package/docs/api/player.spinnerthreebounce._constructor_.md +0 -3
  44. package/docs/api/player.spinnerthreebounce.hide.md +0 -3
  45. package/docs/api/player.spinnerthreebounce.md +5 -8
  46. package/docs/api/player.spinnerthreebounce.show.md +2 -5
  47. package/lib/internal.types.d.ts +5 -0
  48. package/lib/internal.types.d.ts.map +1 -1
  49. package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
  50. package/lib/playback/dash-playback/DashPlayback.js +0 -1
  51. package/lib/playback.types.d.ts +0 -5
  52. package/lib/playback.types.d.ts.map +1 -1
  53. package/lib/plugins/bottom-gear/BottomGear.d.ts +93 -20
  54. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  55. package/lib/plugins/bottom-gear/BottomGear.js +145 -37
  56. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +2 -3
  57. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
  58. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +18 -15
  59. package/lib/plugins/click-to-pause/ClickToPause.d.ts +1 -1
  60. package/lib/plugins/click-to-pause/ClickToPause.d.ts.map +1 -1
  61. package/lib/plugins/click-to-pause/ClickToPause.js +3 -2
  62. package/lib/plugins/dvr-controls/DvrControls.js +1 -1
  63. package/lib/plugins/error-screen/ErrorScreen.d.ts +29 -4
  64. package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
  65. package/lib/plugins/error-screen/ErrorScreen.js +17 -2
  66. package/lib/plugins/level-selector/LevelSelector.d.ts +8 -11
  67. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  68. package/lib/plugins/level-selector/LevelSelector.js +66 -102
  69. package/lib/plugins/media-control/MediaControl.d.ts +6 -15
  70. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  71. package/lib/plugins/media-control/MediaControl.js +36 -30
  72. package/lib/plugins/picture-in-picture/PictureInPicture.d.ts.map +1 -1
  73. package/lib/plugins/picture-in-picture/PictureInPicture.js +7 -2
  74. package/lib/plugins/playback-rate/PlaybackRate.d.ts +42 -14
  75. package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
  76. package/lib/plugins/playback-rate/PlaybackRate.js +101 -83
  77. package/lib/plugins/source-controller/SourceController.d.ts +40 -4
  78. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  79. package/lib/plugins/source-controller/SourceController.js +41 -4
  80. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +8 -6
  81. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  82. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +10 -6
  83. package/lib/plugins/subtitles/ClosedCaptions.d.ts +7 -7
  84. package/lib/plugins/subtitles/ClosedCaptions.d.ts.map +1 -1
  85. package/lib/plugins/subtitles/ClosedCaptions.js +3 -3
  86. package/lib/testUtils.d.ts +1 -0
  87. package/lib/testUtils.d.ts.map +1 -1
  88. package/lib/testUtils.js +13 -0
  89. package/package.json +1 -1
  90. package/src/internal.types.ts +6 -0
  91. package/src/playback/dash-playback/DashPlayback.ts +0 -1
  92. package/src/playback.types.ts +0 -5
  93. package/src/plugins/bottom-gear/BottomGear.ts +186 -77
  94. package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +21 -5
  95. package/src/plugins/bottom-gear/__tests__/__snapshots__/BottomGear.test.ts.snap +5 -12
  96. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +27 -25
  97. package/src/plugins/click-to-pause/ClickToPause.ts +3 -2
  98. package/src/plugins/dvr-controls/DvrControls.ts +1 -1
  99. package/src/plugins/dvr-controls/__tests__/DvrControls.test.ts +1 -1
  100. package/src/plugins/error-screen/ErrorScreen.ts +30 -4
  101. package/src/plugins/level-selector/LevelSelector.ts +80 -120
  102. package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +69 -79
  103. package/src/plugins/level-selector/__tests__/__snapshots__/LevelSelector.test.ts.snap +38 -71
  104. package/src/plugins/media-control/MediaControl.ts +50 -36
  105. package/src/plugins/media-control/__tests__/MediaControl.test.ts +4 -4
  106. package/src/plugins/picture-in-picture/PictureInPicture.ts +7 -2
  107. package/src/plugins/playback-rate/PlaybackRate.ts +136 -108
  108. package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +84 -37
  109. package/src/plugins/playback-rate/__tests__/__snapshots__/PlaybackRate.test.ts.snap +55 -6
  110. package/src/plugins/source-controller/SourceController.ts +41 -4
  111. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +10 -6
  112. package/src/plugins/subtitles/ClosedCaptions.ts +9 -10
  113. package/src/plugins/subtitles/__tests__/ClosedCaptions.test.ts +1 -1
  114. package/src/testUtils.ts +14 -0
  115. package/src/typings/vitest.d.ts +1 -0
  116. package/temp/player.api.json +303 -370
  117. package/tsconfig.tsbuildinfo +1 -1
  118. package/docs/api/player.gearitemelement.md +0 -18
  119. package/docs/api/player.mediacontrol.getleftpanel.md +0 -22
  120. package/docs/api/player.mediacontrol.getrightpanel.md +0 -22
  121. package/docs/api/player.subtitlespluginsettings.md +0 -18
  122. package/docs/api/player.texttrackitem.id.md +0 -11
  123. package/docs/api/player.texttrackitem.md +0 -87
  124. package/docs/api/player.texttrackitem.name.md +0 -11
  125. package/docs/api/player.texttrackitem.track.md +0 -11
package/dist/index.css CHANGED
@@ -122,758 +122,780 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }:root {
126
- --primary-background-color: #000;
127
- --secondary-background-color: #262626;
128
- --primary-text-color: #fff;
129
- --secondary-text-color: #fff4f2;
130
- --hover-text-color: #f9b090;
131
- --speedtest-red: #df564d;
132
- --speedtest-orange: #df934d;
133
- --speedtest-yellow: #dfd04d;
134
- --speedtest-light-green: #c2df4d;
135
- --speedtest-green: #73df4d;
125
+ }*,
126
+ :focus,
127
+ :visited {
128
+ outline: none !important;
136
129
  }
137
130
 
138
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
139
- position: absolute;
140
- display: inline-block;
141
- bottom: 52px;
142
- right: 16px;
143
- padding: 0 10px 12px;
144
- margin: 0;
145
- line-height: 20px;
146
- font-size: 12px;
147
- font-weight: 500;
148
- background: var(--primary-background-color);
149
- color: #fff;
150
- z-index: 20000;
151
- overflow: auto;
152
- max-height: calc(100vh - 60px);
153
- max-width: calc(100vw - 10px);
154
- }
155
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
156
- position: absolute;
157
- top: 0;
158
- left: 0;
159
- z-index: 99990;
160
- width: 100%;
161
- height: 32px;
162
- background: var(--primary-background-color);
131
+ .media-control-audiotracks {
132
+ position: relative;
163
133
  }
164
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
165
- float: right;
166
- margin-right: 12px;
167
- margin-top: 10px;
168
- display: block;
169
- width: 12px;
170
- height: 12px;
134
+ .media-control-audiotracks button {
135
+ background-color: transparent;
136
+ color: #fff;
137
+ -webkit-font-smoothing: antialiased;
138
+ border: none;
139
+ cursor: pointer;
140
+ display: flex;
141
+ align-items: center;
142
+ padding: 0;
171
143
  }
172
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
173
- fill: var(--primary-text-color);
144
+ .media-control-audiotracks button .audio-text {
145
+ text-overflow: ellipsis;
146
+ overflow: hidden;
147
+ white-space: nowrap;
148
+ max-width: 100px;
149
+ background-color: transparent;
150
+ -webkit-font-smoothing: antialiased;
151
+ border: none;
152
+ cursor: pointer;
174
153
  }
175
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
176
- fill: var(--hover-text-color);
154
+ .media-control-audiotracks button:hover {
155
+ color: white;
177
156
  }
178
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
179
- overflow: hidden;
180
- margin-top: 44px;
157
+ .media-control-audiotracks button.changing {
158
+ animation: pulse 0.5s infinite alternate;
181
159
  }
182
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
183
- width: 820px;
160
+ .media-control-audiotracks button span.audio-arrow {
161
+ width: 9px;
162
+ height: 6px;
163
+ margin-left: 5px;
184
164
  }
185
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
165
+ .media-control-audiotracks > ul {
166
+ max-width: 114px;
186
167
  list-style-type: none;
168
+ position: absolute;
169
+ display: none;
170
+ background-color: rgba(74, 74, 74, 0.6);
171
+ border: none;
172
+ min-width: 60px;
173
+ border-radius: 4px;
174
+ bottom: 40px;
175
+ right: -2px;
187
176
  }
188
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
189
- padding-left: 2px;
190
- padding-right: 2px;
191
- background: var(--primary-background-color);
177
+ .media-control-audiotracks li {
178
+ font-size: var(--font-size-media-controls-dropdown);
179
+ text-align: right;
180
+ height: 30px;
192
181
  }
193
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
194
- display: inline-block;
195
- float: left;
182
+ .media-control-audiotracks li[data-title] {
183
+ background-color: #c3c2c2;
196
184
  padding: 5px;
197
- width: 200px;
198
- }
199
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
200
- position: relative;
201
- padding: 0 5px;
202
- text-align: left;
203
- }
204
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
205
- padding: 0;
206
185
  }
207
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
208
- width: 100%;
186
+ .media-control-audiotracks li a {
187
+ display: block;
188
+ text-decoration: none;
189
+ text-overflow: ellipsis;
190
+ overflow: hidden;
191
+ white-space: nowrap;
192
+ height: 30px;
193
+ padding: 5px 10px;
194
+ color: #fffffe;
209
195
  }
210
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
211
- background: var(--secondary-background-color);
196
+ .media-control-audiotracks li a:hover {
197
+ text-decoration: none;
198
+ background-color: rgba(0, 0, 0, 0.4);
199
+ color: white;
212
200
  }
213
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
214
- background: var(--secondary-background-color);
201
+ .media-control-audiotracks li.current a {
202
+ color: #f00;
215
203
  }
216
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
217
- text-align: center;
218
- font-weight: bold;
219
- padding-bottom: 4px;
220
- font-size: 14px;
204
+ .media-control-audiotracks li:first-child a {
205
+ border-bottom-left-radius: 4px;
206
+ border-bottom-right-radius: 4px;
221
207
  }
222
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
223
- margin: 0;
224
- position: absolute;
225
- right: 0;
226
- top: 0;
208
+ .media-control-audiotracks li:last-child a {
209
+ border-top-left-radius: 4px;
210
+ border-top-right-radius: 4px;
227
211
  }
228
212
 
229
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
230
- width: 250px;
231
- }
232
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
213
+ @keyframes pulse {
214
+ 0% {
215
+ color: #fff;
216
+ }
217
+ 50% {
218
+ color: #ff0101;
219
+ }
220
+ 100% {
221
+ color: #B80000;
222
+ }
223
+ }.big-mute-icon-wrapper[data-big-mute] {
224
+ position: absolute;
225
+ z-index: 9998;
226
+ background-color: transparent;
227
+ display: flex;
228
+ justify-content: center;
233
229
  width: 100%;
230
+ height: calc(100% - 50px);
231
+ margin: 0 auto;
232
+ opacity: 0.75;
233
+ transition: opacity 0.1s ease;
234
+ pointer-events: auto;
234
235
  }
235
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
236
- padding: 0 5px;
237
- height: auto;
236
+ .big-mute-icon-wrapper[data-big-mute].hide {
237
+ display: none;
238
238
  }
239
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
240
- width: 100%;
241
- flex-direction: column;
239
+ .big-mute-icon-wrapper[data-big-mute]:hover {
240
+ cursor: pointer;
242
241
  }
243
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
244
- width: 100%;
242
+
243
+ .big-mute-icon[data-big-mute-icon] {
244
+ display: flex;
245
+ align-items: center;
246
+ justify-content: center;
247
+ align-self: center;
248
+ width: 120px;
249
+ height: 120px;
250
+ border: 2px solid white;
251
+ border-radius: 50%;
252
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
253
+ filter: alpha(opacity=60);
254
+ opacity: 1;
255
+ box-shadow: 0 0 1px 0 white;
256
+ background: rgba(240, 243, 247, 0.9411764706);
257
+ z-index: 10000;
245
258
  }
246
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
247
- width: 100%;
259
+ .big-mute-icon[data-big-mute-icon] svg {
260
+ margin-left: 5px;
261
+ width: 80px;
262
+ height: 80px;
248
263
  }
249
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
250
- padding-top: 12px;
251
- height: 38px;
252
- text-align: center;
264
+ .big-mute-icon[data-big-mute-icon] svg path {
265
+ fill: #1f1e1e !important;
253
266
  }
254
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
255
- text-align: center;
267
+ .big-mute-icon[data-big-mute-icon]:hover {
268
+ background: rgba(240, 243, 247, 0.8784313725);
256
269
  }
257
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
258
- height: 80px;
270
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
271
+ fill: #151515 !important;
272
+ }.dvr-controls[data-dvr] {
273
+ display: inline-block;
274
+ color: var(--player-dvr-color);
275
+ line-height: 32px;
276
+ font-size: 10px;
277
+ font-weight: bold;
278
+ margin-left: 6px;
279
+ height: 40px;
280
+ line-height: 40px;
281
+ margin-left: 0;
259
282
  }
260
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
261
- bottom: 0;
262
- left: 0;
283
+ .dvr-controls[data-dvr] .live-info {
284
+ cursor: default;
285
+ text-transform: uppercase;
263
286
  }
264
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
265
- inset: 50% auto auto 50%;
266
- transform: translate(-50%, -50%);
287
+ .dvr-controls[data-dvr] .live-info:before {
288
+ content: "";
289
+ display: inline-block;
290
+ position: relative;
291
+ width: 7px;
292
+ height: 7px;
293
+ border-radius: 3.5px;
294
+ margin-right: 3.5px;
295
+ background-color: var(--player-live-color);
267
296
  }
268
-
269
- .speed-test-button {
270
- margin: 10px 0 0;
271
- color: #000;
272
- }
273
-
274
- .speed-test {
275
- position: absolute;
276
- top: 0;
277
- left: 0;
278
- width: 100%;
279
- height: 100%;
280
- z-index: 9999;
297
+ .dvr-controls[data-dvr] .live-info.disabled {
298
+ opacity: 0.3;
281
299
  }
282
- .speed-test .speed-test-header {
283
- width: 100%;
284
- height: 32px;
300
+ .dvr-controls[data-dvr] .live-info.disabled:before {
301
+ background-color: var(--player-dvr-color);
285
302
  }
286
- .speed-test .speed-test-header .close-speed-test {
287
- float: right;
288
- margin-right: 5px;
289
- line-height: 32px;
303
+ .dvr-controls[data-dvr] .live-button {
290
304
  cursor: pointer;
291
- color: var(--primary-text-color);
292
- }
293
- .speed-test .speed-test-header .close-speed-test:hover {
294
- color: var(--hover-text-color);
295
- }
296
-
297
- .settings-button {
298
- float: right;
299
- margin: 0 12px 0 0;
300
- height: 40px;
301
- width: 24px;
302
- border: none;
305
+ outline: none;
306
+ display: none;
307
+ border: 0;
308
+ color: var(--player-dvr-color);
309
+ background-color: transparent;
310
+ height: 32px;
303
311
  padding: 0;
312
+ opacity: 0.7;
313
+ text-transform: uppercase;
314
+ transition: all 0.1s ease;
304
315
  }
305
-
306
- .settings-options-list {
307
- position: absolute;
308
- right: 16px;
309
- bottom: 52px;
310
- background: var(--primary-background-color);
311
- width: 250px;
312
- height: 48px;
313
- z-index: 9999;
314
- border-radius: 4px;
315
- }
316
- .settings-options-list svg {
317
- float: left;
318
- margin-right: 10px;
319
- }
320
- .settings-options-list .settings-speedtest-option {
321
- color: var(--primary-text-color);
322
- margin: 0;
323
- text-align: left;
324
- height: 24px;
325
- line-height: 22px;
326
- padding: 14px;
327
- width: 250px;
328
- font-size: 12px;
329
- }
330
- .settings-options-list .settings-speedtest-option:hover {
331
- color: var(--hover-text-color);
332
- }
333
- .settings-options-list .settings-speedtest-option:hover svg path {
334
- fill: var(--hover-text-color);
335
- }
336
- .settings-options-list .settings-speedtest-option svg path {
337
- fill: var(--primary-text-color);
316
+ .dvr-controls[data-dvr] .live-button:before {
317
+ content: "";
318
+ display: inline-block;
319
+ position: relative;
320
+ width: 7px;
321
+ height: 7px;
322
+ border-radius: 3.5px;
323
+ margin-right: 3.5px;
324
+ background-color: var(--player-dvr-color);
338
325
  }
339
-
340
- .speedtest-summary {
341
- width: 100%;
342
- border-top: 1px solid var(--secondary-background-color) !important;
343
- border-bottom: 1px solid var(--secondary-background-color) !important;
344
- display: flex !important;
345
- flex-direction: column;
346
- align-items: stretch;
347
- justify-content: space-between;
326
+ .dvr-controls[data-dvr] .live-button:hover {
327
+ opacity: 1;
328
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
348
329
  }
349
- .speedtest-summary .speedtest-summary-header {
350
- width: 100%;
351
- padding-top: 4px;
352
- text-align: left;
353
- height: 32px;
330
+ .dvr-controls[data-dvr] .live-info {
354
331
  font-size: 14px;
332
+ letter-spacing: 0.8px;
355
333
  font-weight: 500;
356
- line-height: 20px;
334
+ color: #fffffe;
335
+ margin-left: 21px;
357
336
  }
358
- .speedtest-summary .speedtest-summary-block {
359
- position: relative;
360
- display: flex;
361
- flex-direction: row;
362
- width: 100%;
337
+ .dvr-controls[data-dvr] .live-info::before {
338
+ width: 10px;
339
+ height: 10px;
340
+ border-radius: 50%;
341
+ margin-right: 8px;
342
+ background-color: #ed4f4a;
363
343
  }
364
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
365
- width: 50%;
366
- margin-top: 4px;
367
- margin-bottom: 12px;
344
+ .dvr-controls[data-dvr] .live-button {
345
+ height: 40px;
346
+ opacity: 1;
347
+ font-size: 14px;
348
+ letter-spacing: 0.8px;
349
+ font-weight: 500;
350
+ margin-left: 20px;
368
351
  }
369
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
370
- padding: 2px;
371
- width: 248px;
372
- max-width: 100%;
352
+ .dvr-controls[data-dvr] .live-button::before {
353
+ width: 10px;
354
+ height: 10px;
355
+ border-radius: 50%;
356
+ margin-right: 8px;
357
+ background-color: #cacaca;
373
358
  }
374
359
 
375
- .speedtest-quality {
376
- width: 100%;
377
- height: 36px;
378
- display: flex !important;
379
- flex-direction: column !important;
380
- justify-content: space-between !important;
360
+ .dvr .dvr-controls[data-dvr] .live-info {
361
+ display: none;
381
362
  }
382
- .speedtest-quality .speedtest-quality-header {
363
+ .dvr .dvr-controls[data-dvr] .live-button {
364
+ display: block;
365
+ }.context-menu {
366
+ z-index: 999;
367
+ position: absolute;
368
+ top: 0;
369
+ left: 0;
370
+ text-align: center;
371
+ }
372
+ .context-menu .context-menu-list {
373
+ font-family: "Proxima Nova", sans-serif;
383
374
  font-size: 12px;
384
- height: 20px;
385
- border-left: 2px solid var(--secondary-background-color) !important;
386
- background-color: var(--secondary-background-color);
375
+ line-height: 12px;
376
+ list-style-type: none;
387
377
  text-align: left;
378
+ padding: 5px;
379
+ margin-left: auto;
380
+ margin-right: auto;
381
+ background-color: rgba(0, 0, 0, 0.75);
382
+ border: 1px solid #666;
383
+ border-radius: 4px;
388
384
  }
389
- .speedtest-quality-content {
385
+ .context-menu .context-menu-list .context-menu-list-item {
386
+ color: white;
387
+ padding: 5px;
388
+ cursor: pointer;
389
+ }.clips.bar-container[data-seekbar] {
390
+ clip-path: url("#myClip");
391
+ }div.player-error-screen, [data-player] div.player-error-screen {
392
+ color: #CCCACA;
393
+ position: absolute;
394
+ top: 0;
395
+ height: 100%;
390
396
  width: 100%;
391
- margin-top: 8px;
392
- height: 8px;
393
- display: flex !important;
394
- flex-direction: row !important;
395
- align-items: stretch !important;
396
- justify-content: space-between;
397
- }
398
- .speedtest-quality-content-item {
399
- width: 18.8%;
400
- background-color: #fff;
397
+ background-color: rgba(0, 0, 0, 0.7);
398
+ z-index: 2000;
399
+ display: flex;
400
+ flex-direction: column;
401
+ justify-content: center;
401
402
  }
402
- .speedtest-quality-content-item.speedtest-quality-value-1 {
403
- background-color: var(--speedtest-red);
403
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
404
+ font-size: 14px;
405
+ color: #CCCACA;
406
+ margin-top: 45px;
404
407
  }
405
- .speedtest-quality-content-item.speedtest-quality-value-2 {
406
- background-color: var(--speedtest-orange);
408
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
409
+ font-weight: bold;
410
+ line-height: 30px;
411
+ font-size: 18px;
407
412
  }
408
- .speedtest-quality-content-item.speedtest-quality-value-3 {
409
- background-color: var(--speedtest-yellow);
413
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
414
+ width: 90%;
415
+ margin: 0 auto;
410
416
  }
411
- .speedtest-quality-content-item.speedtest-quality-value-4 {
412
- background-color: var(--speedtest-light-green);
417
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
418
+ font-size: 13px;
419
+ margin-top: 15px;
413
420
  }
414
- .speedtest-quality-content-item.speedtest-quality-value-5 {
415
- background-color: var(--speedtest-green);
421
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
422
+ cursor: pointer;
423
+ width: 30px;
424
+ margin: 15px auto 0;
425
+ }:root {
426
+ --primary-background-color: #000;
427
+ --secondary-background-color: #262626;
428
+ --primary-text-color: #fff;
429
+ --secondary-text-color: #fff4f2;
430
+ --hover-text-color: #f9b090;
431
+ --speedtest-red: #df564d;
432
+ --speedtest-orange: #df934d;
433
+ --speedtest-yellow: #dfd04d;
434
+ --speedtest-light-green: #c2df4d;
435
+ --speedtest-green: #73df4d;
416
436
  }
417
437
 
418
- .speedtest-footer {
419
- position: relative;
420
- float: left;
421
- width: 100%;
422
- height: 30px;
423
- line-height: 16px;
424
- }
425
- .speedtest-footer-about-link {
438
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
426
439
  position: absolute;
427
- bottom: 0;
428
- left: 0;
429
- color: var(--secondary-text-color);
430
- text-decoration: underline !important;
431
- }
432
- .speedtest-footer-about-link:hover {
433
- color: var(--hover-text-color);
434
- }
435
- .speedtest-footer .speedtest-footer-refresh {
440
+ display: inline-block;
441
+ bottom: 52px;
442
+ right: 16px;
443
+ padding: 0 10px 12px;
444
+ margin: 0;
445
+ line-height: 20px;
446
+ font-size: 12px;
447
+ font-weight: 500;
448
+ background: var(--primary-background-color);
449
+ color: #fff;
450
+ z-index: 20000;
451
+ overflow: auto;
452
+ max-height: calc(100vh - 60px);
453
+ max-width: calc(100vw - 10px);
454
+ }
455
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
436
456
  position: absolute;
437
- bottom: 0;
438
- right: 0;
439
- color: var(--secondary-text-color);
440
- font-size: 14px;
441
- font-weight: 400;
442
- line-height: 16px;
443
- height: 16px;
444
- display: flex;
445
- align-items: center;
446
- gap: 4px;
457
+ top: 0;
458
+ left: 0;
459
+ z-index: 99990;
460
+ width: 100%;
461
+ height: 32px;
462
+ background: var(--primary-background-color);
447
463
  }
448
- .speedtest-footer .speedtest-footer-refresh svg path {
449
- fill: var(--secondary-text-color);
464
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
465
+ float: right;
466
+ margin-right: 12px;
467
+ margin-top: 10px;
468
+ display: block;
469
+ width: 12px;
470
+ height: 12px;
450
471
  }
451
- .speedtest-footer .speedtest-footer-refresh:hover {
452
- color: var(--hover-text-color);
472
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
473
+ fill: var(--primary-text-color);
453
474
  }
454
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
475
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
455
476
  fill: var(--hover-text-color);
456
477
  }
457
-
458
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
459
- position: fixed;
460
- height: auto;
461
- width: auto;
462
- inset: 0;
463
- min-width: 100vw;
464
- padding-bottom: 4px;
465
- padding-left: 4px;
466
- padding-right: 4px;
478
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
479
+ overflow: hidden;
480
+ margin-top: 44px;
467
481
  }
468
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
469
- position: fixed;
482
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
483
+ width: 820px;
470
484
  }
471
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
472
- width: 50%;
485
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
486
+ list-style-type: none;
473
487
  }
474
-
475
- @media only screen and (orientation: portrait) {
476
- .mobile .speedtest-summary {
477
- padding: 0 5px;
478
- height: auto;
479
- }
480
- .mobile .speedtest-summary-block {
481
- width: 100%;
482
- flex-direction: column;
483
- }
484
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
485
- width: 100%;
486
- }
487
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
488
- width: 100%;
489
- }
490
- .mobile .speedtest-summary-header {
491
- padding-top: 12px;
492
- height: 38px;
493
- text-align: center;
494
- }
495
- .mobile .speedtest-quality-header {
496
- text-align: center;
497
- }
498
- .mobile .speedtest-footer .speedtest-footer-refresh {
499
- inset: 50% auto auto 50%;
500
- transform: translate(-50%, -50%);
501
- }
488
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
489
+ padding-left: 2px;
490
+ padding-right: 2px;
491
+ background: var(--primary-background-color);
502
492
  }
503
- @media only screen and (orientation: landscape) {
504
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
505
- width: 25%;
506
- }
507
- }.big-mute-icon-wrapper[data-big-mute] {
508
- position: absolute;
509
- z-index: 9998;
510
- background-color: transparent;
511
- display: flex;
512
- justify-content: center;
513
- width: 100%;
514
- height: calc(100% - 50px);
515
- margin: 0 auto;
516
- opacity: 0.75;
517
- transition: opacity 0.1s ease;
518
- pointer-events: auto;
493
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
494
+ display: inline-block;
495
+ float: left;
496
+ padding: 5px;
497
+ width: 200px;
519
498
  }
520
- .big-mute-icon-wrapper[data-big-mute].hide {
521
- display: none;
499
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
500
+ position: relative;
501
+ padding: 0 5px;
502
+ text-align: left;
522
503
  }
523
- .big-mute-icon-wrapper[data-big-mute]:hover {
524
- cursor: pointer;
504
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
505
+ padding: 0;
525
506
  }
526
-
527
- .big-mute-icon[data-big-mute-icon] {
528
- display: flex;
529
- align-items: center;
530
- justify-content: center;
531
- align-self: center;
532
- width: 120px;
533
- height: 120px;
534
- border: 2px solid white;
535
- border-radius: 50%;
536
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
537
- filter: alpha(opacity=60);
538
- opacity: 1;
539
- box-shadow: 0 0 1px 0 white;
540
- background: rgba(240, 243, 247, 0.9411764706);
541
- z-index: 10000;
507
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
508
+ width: 100%;
542
509
  }
543
- .big-mute-icon[data-big-mute-icon] svg {
544
- margin-left: 5px;
545
- width: 80px;
546
- height: 80px;
510
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
511
+ background: var(--secondary-background-color);
547
512
  }
548
- .big-mute-icon[data-big-mute-icon] svg path {
549
- fill: #1f1e1e !important;
513
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
514
+ background: var(--secondary-background-color);
550
515
  }
551
- .big-mute-icon[data-big-mute-icon]:hover {
552
- background: rgba(240, 243, 247, 0.8784313725);
516
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
517
+ text-align: center;
518
+ font-weight: bold;
519
+ padding-bottom: 4px;
520
+ font-size: 14px;
553
521
  }
554
- .big-mute-icon[data-big-mute-icon]:hover svg path {
555
- fill: #151515 !important;
556
- }*,
557
- :focus,
558
- :visited {
559
- outline: none !important;
522
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
523
+ margin: 0;
524
+ position: absolute;
525
+ right: 0;
526
+ top: 0;
560
527
  }
561
528
 
562
- .media-control-audiotracks {
563
- position: relative;
564
- }
565
- .media-control-audiotracks button {
566
- background-color: transparent;
567
- color: #fff;
568
- -webkit-font-smoothing: antialiased;
569
- border: none;
570
- cursor: pointer;
571
- display: flex;
572
- align-items: center;
573
- padding: 0;
529
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
530
+ width: 250px;
574
531
  }
575
- .media-control-audiotracks button .audio-text {
576
- text-overflow: ellipsis;
577
- overflow: hidden;
578
- white-space: nowrap;
579
- max-width: 100px;
580
- background-color: transparent;
581
- -webkit-font-smoothing: antialiased;
582
- border: none;
583
- cursor: pointer;
532
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
533
+ width: 100%;
584
534
  }
585
- .media-control-audiotracks button:hover {
586
- color: white;
535
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
536
+ padding: 0 5px;
537
+ height: auto;
587
538
  }
588
- .media-control-audiotracks button.changing {
589
- animation: pulse 0.5s infinite alternate;
539
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
540
+ width: 100%;
541
+ flex-direction: column;
590
542
  }
591
- .media-control-audiotracks button span.audio-arrow {
592
- width: 9px;
593
- height: 6px;
594
- margin-left: 5px;
543
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
544
+ width: 100%;
595
545
  }
596
- .media-control-audiotracks > ul {
597
- max-width: 114px;
598
- list-style-type: none;
599
- position: absolute;
600
- display: none;
601
- background-color: rgba(74, 74, 74, 0.6);
602
- border: none;
603
- min-width: 60px;
604
- border-radius: 4px;
605
- bottom: 40px;
606
- right: -2px;
546
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
547
+ width: 100%;
607
548
  }
608
- .media-control-audiotracks li {
609
- font-size: var(--font-size-media-controls-dropdown);
610
- text-align: right;
611
- height: 30px;
549
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
550
+ padding-top: 12px;
551
+ height: 38px;
552
+ text-align: center;
612
553
  }
613
- .media-control-audiotracks li[data-title] {
614
- background-color: #c3c2c2;
615
- padding: 5px;
554
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
555
+ text-align: center;
616
556
  }
617
- .media-control-audiotracks li a {
618
- display: block;
619
- text-decoration: none;
620
- text-overflow: ellipsis;
621
- overflow: hidden;
622
- white-space: nowrap;
623
- height: 30px;
624
- padding: 5px 10px;
625
- color: #fffffe;
557
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
558
+ height: 80px;
626
559
  }
627
- .media-control-audiotracks li a:hover {
628
- text-decoration: none;
629
- background-color: rgba(0, 0, 0, 0.4);
630
- color: white;
631
- }
632
- .media-control-audiotracks li.current a {
633
- color: #f00;
634
- }
635
- .media-control-audiotracks li:first-child a {
636
- border-bottom-left-radius: 4px;
637
- border-bottom-right-radius: 4px;
560
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
561
+ bottom: 0;
562
+ left: 0;
638
563
  }
639
- .media-control-audiotracks li:last-child a {
640
- border-top-left-radius: 4px;
641
- border-top-right-radius: 4px;
564
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
565
+ inset: 50% auto auto 50%;
566
+ transform: translate(-50%, -50%);
642
567
  }
643
568
 
644
- @keyframes pulse {
645
- 0% {
646
- color: #fff;
647
- }
648
- 50% {
649
- color: #ff0101;
650
- }
651
- 100% {
652
- color: #B80000;
653
- }
654
- }*, :focus, :visited {
655
- outline: none !important;
569
+ .speed-test-button {
570
+ margin: 10px 0 0;
571
+ color: #000;
656
572
  }
657
573
 
658
- .gear-wrapper .go-back {
659
- font-weight: 600;
660
- font-size: 14px;
661
- line-height: 20px;
574
+ .speed-test {
575
+ position: absolute;
576
+ top: 0;
577
+ left: 0;
662
578
  width: 100%;
663
- text-align: left;
664
- padding: 12px;
665
- }
666
- .gear-wrapper .go-back .arrow-left-icon {
667
- float: left;
668
- padding-top: 2px;
669
- padding-right: 2px;
670
- }
671
- .gear-wrapper .go-back .arrow-left-icon svg {
672
- height: 16px;
579
+ height: 100%;
580
+ z-index: 9999;
673
581
  }
674
- .gear-wrapper ul.gear-sub-menu {
582
+ .speed-test .speed-test-header {
675
583
  width: 100%;
676
- list-style-type: none;
677
- background-color: transparent;
678
- min-width: 60px;
679
- border-top: 2px solid rgb(36, 36, 36);
680
- }
681
- .gear-wrapper ul.gear-sub-menu li {
682
- font-size: 12px;
683
- text-align: left;
684
- }
685
- .gear-wrapper ul.gear-sub-menu li[data-title] {
686
- background-color: #c3c2c2;
687
- padding: 5px;
688
- }
689
- .gear-wrapper ul.gear-sub-menu li a {
690
- display: block;
691
- text-decoration: none;
692
584
  height: 32px;
693
- padding: 5px 10px;
694
- line-height: 22px;
695
- color: #fffffe;
696
585
  }
697
- .gear-wrapper ul.gear-sub-menu li a:hover {
698
- color: white;
699
- background-color: rgba(0, 0, 0, 0.4);
700
- }
701
- .gear-wrapper ul.gear-sub-menu li a:hover a {
702
- color: white;
703
- text-decoration: none;
704
- }
705
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
706
- width: 30px;
707
- height: 20px;
708
- float: left;
709
- display: block;
586
+ .speed-test .speed-test-header .close-speed-test {
587
+ float: right;
588
+ margin-right: 5px;
589
+ line-height: 32px;
590
+ cursor: pointer;
591
+ color: var(--primary-text-color);
710
592
  }
711
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
712
- display: none;
593
+ .speed-test .speed-test-header .close-speed-test:hover {
594
+ color: var(--hover-text-color);
713
595
  }
714
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
715
- display: inline;
716
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
717
- order: 99;
718
- height: 20px;
596
+
597
+ .settings-button {
598
+ float: right;
599
+ margin: 0 12px 0 0;
600
+ height: 40px;
601
+ width: 24px;
602
+ border: none;
603
+ padding: 0;
719
604
  }
720
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
605
+
606
+ .settings-options-list {
721
607
  position: absolute;
722
608
  right: 16px;
723
609
  bottom: 52px;
724
- display: none;
610
+ background: var(--primary-background-color);
725
611
  width: 250px;
726
- min-height: 48px;
612
+ height: 48px;
727
613
  z-index: 9999;
728
614
  border-radius: 4px;
729
615
  }
730
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
731
- padding: 8px 0;
732
- }
733
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
616
+ .settings-options-list svg {
734
617
  float: left;
735
618
  margin-right: 10px;
736
619
  }
737
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
620
+ .settings-options-list .settings-speedtest-option {
621
+ color: var(--primary-text-color);
738
622
  margin: 0;
739
623
  text-align: left;
624
+ height: 24px;
740
625
  line-height: 22px;
741
- padding: 5px 14px;
626
+ padding: 14px;
742
627
  width: 250px;
743
628
  font-size: 12px;
744
629
  }
745
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
746
- float: right;
747
- margin-right: -14px;
630
+ .settings-options-list .settings-speedtest-option:hover {
631
+ color: var(--hover-text-color);
748
632
  }
749
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
750
- float: right;
751
- margin-right: 8px;
633
+ .settings-options-list .settings-speedtest-option:hover svg path {
634
+ fill: var(--hover-text-color);
752
635
  }
753
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
754
- height: 20px;
755
- }.context-menu {
756
- z-index: 999;
757
- position: absolute;
758
- top: 0;
759
- left: 0;
760
- text-align: center;
636
+ .settings-options-list .settings-speedtest-option svg path {
637
+ fill: var(--primary-text-color);
761
638
  }
762
- .context-menu .context-menu-list {
763
- font-family: "Proxima Nova", sans-serif;
639
+
640
+ .speedtest-summary {
641
+ width: 100%;
642
+ border-top: 1px solid var(--secondary-background-color) !important;
643
+ border-bottom: 1px solid var(--secondary-background-color) !important;
644
+ display: flex !important;
645
+ flex-direction: column;
646
+ align-items: stretch;
647
+ justify-content: space-between;
648
+ }
649
+ .speedtest-summary .speedtest-summary-header {
650
+ width: 100%;
651
+ padding-top: 4px;
652
+ text-align: left;
653
+ height: 32px;
654
+ font-size: 14px;
655
+ font-weight: 500;
656
+ line-height: 20px;
657
+ }
658
+ .speedtest-summary .speedtest-summary-block {
659
+ position: relative;
660
+ display: flex;
661
+ flex-direction: row;
662
+ width: 100%;
663
+ }
664
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
665
+ width: 50%;
666
+ margin-top: 4px;
667
+ margin-bottom: 12px;
668
+ }
669
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
670
+ padding: 2px;
671
+ width: 248px;
672
+ max-width: 100%;
673
+ }
674
+
675
+ .speedtest-quality {
676
+ width: 100%;
677
+ height: 36px;
678
+ display: flex !important;
679
+ flex-direction: column !important;
680
+ justify-content: space-between !important;
681
+ }
682
+ .speedtest-quality .speedtest-quality-header {
764
683
  font-size: 12px;
765
- line-height: 12px;
766
- list-style-type: none;
684
+ height: 20px;
685
+ border-left: 2px solid var(--secondary-background-color) !important;
686
+ background-color: var(--secondary-background-color);
767
687
  text-align: left;
768
- padding: 5px;
769
- margin-left: auto;
770
- margin-right: auto;
771
- background-color: rgba(0, 0, 0, 0.75);
772
- border: 1px solid #666;
773
- border-radius: 4px;
774
688
  }
775
- .context-menu .context-menu-list .context-menu-list-item {
776
- color: white;
777
- padding: 5px;
778
- cursor: pointer;
779
- }.clips.bar-container[data-seekbar] {
780
- clip-path: url("#myClip");
781
- }.dvr-controls[data-dvr] {
782
- display: inline-block;
783
- color: var(--player-dvr-color);
784
- line-height: 32px;
785
- font-size: 10px;
786
- font-weight: bold;
787
- margin-left: 6px;
788
- height: 40px;
789
- line-height: 40px;
790
- margin-left: 0;
689
+ .speedtest-quality-content {
690
+ width: 100%;
691
+ margin-top: 8px;
692
+ height: 8px;
693
+ display: flex !important;
694
+ flex-direction: row !important;
695
+ align-items: stretch !important;
696
+ justify-content: space-between;
791
697
  }
792
- .dvr-controls[data-dvr] .live-info {
793
- cursor: default;
794
- text-transform: uppercase;
698
+ .speedtest-quality-content-item {
699
+ width: 18.8%;
700
+ background-color: #fff;
795
701
  }
796
- .dvr-controls[data-dvr] .live-info:before {
797
- content: "";
798
- display: inline-block;
702
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
703
+ background-color: var(--speedtest-red);
704
+ }
705
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
706
+ background-color: var(--speedtest-orange);
707
+ }
708
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
709
+ background-color: var(--speedtest-yellow);
710
+ }
711
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
712
+ background-color: var(--speedtest-light-green);
713
+ }
714
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
715
+ background-color: var(--speedtest-green);
716
+ }
717
+
718
+ .speedtest-footer {
799
719
  position: relative;
800
- width: 7px;
801
- height: 7px;
802
- border-radius: 3.5px;
803
- margin-right: 3.5px;
804
- background-color: var(--player-live-color);
720
+ float: left;
721
+ width: 100%;
722
+ height: 30px;
723
+ line-height: 16px;
805
724
  }
806
- .dvr-controls[data-dvr] .live-info.disabled {
807
- opacity: 0.3;
725
+ .speedtest-footer-about-link {
726
+ position: absolute;
727
+ bottom: 0;
728
+ left: 0;
729
+ color: var(--secondary-text-color);
730
+ text-decoration: underline !important;
808
731
  }
809
- .dvr-controls[data-dvr] .live-info.disabled:before {
810
- background-color: var(--player-dvr-color);
732
+ .speedtest-footer-about-link:hover {
733
+ color: var(--hover-text-color);
811
734
  }
812
- .dvr-controls[data-dvr] .live-button {
735
+ .speedtest-footer .speedtest-footer-refresh {
736
+ position: absolute;
737
+ bottom: 0;
738
+ right: 0;
739
+ color: var(--secondary-text-color);
740
+ font-size: 14px;
741
+ font-weight: 400;
742
+ line-height: 16px;
743
+ height: 16px;
744
+ display: flex;
745
+ align-items: center;
746
+ gap: 4px;
747
+ }
748
+ .speedtest-footer .speedtest-footer-refresh svg path {
749
+ fill: var(--secondary-text-color);
750
+ }
751
+ .speedtest-footer .speedtest-footer-refresh:hover {
752
+ color: var(--hover-text-color);
753
+ }
754
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
755
+ fill: var(--hover-text-color);
756
+ }
757
+
758
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
759
+ position: fixed;
760
+ height: auto;
761
+ width: auto;
762
+ inset: 0;
763
+ min-width: 100vw;
764
+ padding-bottom: 4px;
765
+ padding-left: 4px;
766
+ padding-right: 4px;
767
+ }
768
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
769
+ position: fixed;
770
+ }
771
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
772
+ width: 50%;
773
+ }
774
+
775
+ @media only screen and (orientation: portrait) {
776
+ .mobile .speedtest-summary {
777
+ padding: 0 5px;
778
+ height: auto;
779
+ }
780
+ .mobile .speedtest-summary-block {
781
+ width: 100%;
782
+ flex-direction: column;
783
+ }
784
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
785
+ width: 100%;
786
+ }
787
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
788
+ width: 100%;
789
+ }
790
+ .mobile .speedtest-summary-header {
791
+ padding-top: 12px;
792
+ height: 38px;
793
+ text-align: center;
794
+ }
795
+ .mobile .speedtest-quality-header {
796
+ text-align: center;
797
+ }
798
+ .mobile .speedtest-footer .speedtest-footer-refresh {
799
+ inset: 50% auto auto 50%;
800
+ transform: translate(-50%, -50%);
801
+ }
802
+ }
803
+ @media only screen and (orientation: landscape) {
804
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
805
+ width: 25%;
806
+ }
807
+ }.media-control-pip {
808
+ order: 95;
809
+ display: flex;
810
+ }
811
+ .media-control-pip button {
812
+ height: 20px;
813
+ }
814
+ .media-control-pip button svg {
815
+ height: 20px;
816
+ }.share_plugin[data-share] {
817
+ pointer-events: auto;
818
+ z-index: 5;
819
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
820
+ }
821
+ .share_plugin[data-share].share-hide .share-button-container {
822
+ right: -50px;
823
+ }
824
+ .share_plugin[data-share] .share-button-container {
813
825
  cursor: pointer;
814
- outline: none;
815
- display: none;
816
- border: 0;
817
- color: var(--player-dvr-color);
826
+ width: 36px;
827
+ height: 36px;
828
+ background-color: rgba(74, 74, 74, 0.6);
829
+ border-radius: 4px;
830
+ position: absolute;
831
+ right: 10px;
832
+ top: 10px;
833
+ padding-top: 6px;
834
+ transition: all 0.3s ease-out;
835
+ }
836
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
818
837
  background-color: transparent;
819
- height: 32px;
838
+ border: 0;
839
+ margin: 0 6px;
820
840
  padding: 0;
821
- opacity: 0.7;
822
- text-transform: uppercase;
823
- transition: all 0.1s ease;
824
- }
825
- .dvr-controls[data-dvr] .live-button:before {
826
- content: "";
841
+ cursor: pointer;
827
842
  display: inline-block;
828
- position: relative;
829
- width: 7px;
830
- height: 7px;
831
- border-radius: 3.5px;
832
- margin-right: 3.5px;
833
- background-color: var(--player-dvr-color);
843
+ width: 19px;
844
+ height: 20px;
834
845
  }
835
- .dvr-controls[data-dvr] .live-button:hover {
836
- opacity: 1;
837
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
846
+ .share_plugin[data-share] .share-container {
847
+ pointer-events: auto;
848
+ position: absolute;
849
+ width: 280px;
850
+ background-color: white;
851
+ transform: translate(0, 50%);
852
+ transform: translate(-50%, -50%);
853
+ left: 50%;
854
+ /* margin-left: -140px; */
855
+ top: calc(50% - 20px);
856
+ /* margin-top: -170px; */
838
857
  }
839
- .dvr-controls[data-dvr] .live-info {
840
- font-size: 14px;
841
- letter-spacing: 0.8px;
842
- font-weight: 500;
843
- color: #fffffe;
844
- margin-left: 21px;
858
+ .share_plugin[data-share] .share-container .share-container-header {
859
+ text-align: left;
860
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
845
861
  }
846
- .dvr-controls[data-dvr] .live-info::before {
847
- width: 10px;
848
- height: 10px;
849
- border-radius: 50%;
850
- margin-right: 8px;
851
- background-color: #ed4f4a;
862
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
863
+ display: inline-block;
864
+ font-size: 16px;
865
+ margin: 5px;
852
866
  }
853
- .dvr-controls[data-dvr] .live-button {
854
- height: 40px;
855
- opacity: 1;
867
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
868
+ display: inline-block;
869
+ width: 24px;
870
+ float: right;
871
+ margin: 5px;
872
+ cursor: pointer;
873
+ }
874
+ .share_plugin[data-share] .share-container .share-container-main {
875
+ margin-bottom: 8px;
876
+ }
877
+ .share_plugin[data-share] .share-container .share-container-main > div {
878
+ text-align: left;
856
879
  font-size: 14px;
857
- letter-spacing: 0.8px;
858
- font-weight: 500;
859
- margin-left: 20px;
880
+ padding: 5px;
860
881
  }
861
- .dvr-controls[data-dvr] .live-button::before {
862
- width: 10px;
863
- height: 10px;
864
- border-radius: 50%;
865
- margin-right: 8px;
866
- background-color: #cacaca;
882
+ .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 {
883
+ overflow: hidden;
884
+ text-overflow: ellipsis;
885
+ color: #818181;
886
+ border: solid 1px #d3d3d3;
887
+ width: calc(100% - 10px);
888
+ padding: 5px;
867
889
  }
868
-
869
- .dvr .dvr-controls[data-dvr] .live-info {
870
- display: none;
890
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
891
+ max-height: 90px;
892
+ resize: none;
871
893
  }
872
- .dvr .dvr-controls[data-dvr] .live-button {
873
- display: block;
874
- }.level-disabled {
875
- opacity: 0.5;
876
- pointer-events: none;
894
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
895
+ width: 32px;
896
+ display: inline-block;
897
+ margin-right: 5px;
898
+ cursor: pointer;
877
899
  }[data-player] {
878
900
  --bottom-panel: 40px;
879
901
  }
@@ -918,7 +940,7 @@
918
940
  width: 80px;
919
941
  height: 80px;
920
942
  }
921
- .container .spinner-three-bounce[data-spinner] > div {
943
+ .container .spinner-three-bounce > div {
922
944
  background-color: #ff5700;
923
945
  }
924
946
 
@@ -1511,116 +1533,6 @@
1511
1533
  }
1512
1534
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1513
1535
  display: none !important;
1514
- }.media-control-pip {
1515
- order: 95;
1516
- display: flex;
1517
- }
1518
- .media-control-pip button {
1519
- height: 20px;
1520
- }
1521
- .media-control-pip button svg {
1522
- height: 20px;
1523
- }.seek-time[data-seek-time] {
1524
- position: absolute;
1525
- white-space: nowrap;
1526
- height: 20px;
1527
- line-height: 20px;
1528
- font-size: 0;
1529
- left: -100%;
1530
- bottom: 55px;
1531
- background-color: rgba(2, 2, 2, 0.5);
1532
- z-index: 9999;
1533
- transition: opacity 0.1s ease;
1534
- }
1535
- .seek-time[data-seek-time].hidden[data-seek-time] {
1536
- opacity: 0;
1537
- }
1538
- .seek-time[data-seek-time] [data-seek-time] {
1539
- display: inline-block;
1540
- color: white;
1541
- font-size: 10px;
1542
- padding-left: 7px;
1543
- padding-right: 7px;
1544
- vertical-align: top;
1545
- }
1546
- .seek-time[data-seek-time] [data-duration] {
1547
- display: inline-block;
1548
- color: rgba(255, 255, 255, 0.5);
1549
- font-size: 10px;
1550
- padding-right: 7px;
1551
- vertical-align: top;
1552
- }
1553
- .seek-time[data-seek-time] [data-duration]::before {
1554
- content: "|";
1555
- margin-right: 7px;
1556
- }.player-poster[data-poster] {
1557
- display: flex;
1558
- justify-content: center;
1559
- align-items: center;
1560
- position: absolute;
1561
- height: 100%;
1562
- width: 100%;
1563
- z-index: 998;
1564
- top: 0;
1565
- left: 0;
1566
- background-color: #000;
1567
- background-size: cover;
1568
- background-repeat: no-repeat;
1569
- background-position: 50% 50%;
1570
- }
1571
- .player-poster[data-poster].clickable {
1572
- cursor: pointer;
1573
- }
1574
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1575
- opacity: 1;
1576
- }
1577
- .player-poster[data-poster] .play-wrapper[data-poster] {
1578
- width: 100%;
1579
- height: 25%;
1580
- margin: 0 auto;
1581
- opacity: 0.75;
1582
- transition: opacity 0.1s ease;
1583
- }
1584
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1585
- height: 100%;
1586
- display: inline;
1587
- }
1588
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1589
- fill: #fff;
1590
- }div.player-error-screen, [data-player] div.player-error-screen {
1591
- color: #CCCACA;
1592
- position: absolute;
1593
- top: 0;
1594
- height: 100%;
1595
- width: 100%;
1596
- background-color: rgba(0, 0, 0, 0.7);
1597
- z-index: 2000;
1598
- display: flex;
1599
- flex-direction: column;
1600
- justify-content: center;
1601
- }
1602
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1603
- font-size: 14px;
1604
- color: #CCCACA;
1605
- margin-top: 45px;
1606
- }
1607
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1608
- font-weight: bold;
1609
- line-height: 30px;
1610
- font-size: 18px;
1611
- }
1612
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1613
- width: 90%;
1614
- margin: 0 auto;
1615
- }
1616
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1617
- font-size: 13px;
1618
- margin-top: 15px;
1619
- }
1620
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1621
- cursor: pointer;
1622
- width: 30px;
1623
- margin: 15px auto 0;
1624
1536
  }*, :focus, :visited {
1625
1537
  outline: none !important;
1626
1538
  }
@@ -1737,37 +1649,201 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1737
1649
  .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1738
1650
  opacity: 0.6;
1739
1651
  }
1740
- .multicamera[data-multicamera] li[data-title] {
1741
- background-color: #c3c2c2;
1742
- padding: 5px;
1652
+ .multicamera[data-multicamera] li[data-title] {
1653
+ background-color: #c3c2c2;
1654
+ padding: 5px;
1655
+ }
1656
+ .multicamera[data-multicamera] li a {
1657
+ color: #444;
1658
+ padding: 2px 10px;
1659
+ display: block;
1660
+ text-decoration: none;
1661
+ }
1662
+ .multicamera[data-multicamera] li a:hover {
1663
+ background-color: #555;
1664
+ color: white;
1665
+ }
1666
+ .multicamera[data-multicamera] li a:hover a {
1667
+ color: white;
1668
+ text-decoration: none;
1669
+ }
1670
+ .multicamera[data-multicamera] li.current a {
1671
+ color: #f00;
1672
+ }
1673
+
1674
+ @keyframes pulse {
1675
+ 0% {
1676
+ color: #fff;
1677
+ }
1678
+ 50% {
1679
+ color: #ff0101;
1680
+ }
1681
+ 100% {
1682
+ color: #B80000;
1683
+ }
1684
+ }.gear-option_hd-icon.disabled {
1685
+ opacity: 0.5;
1686
+ pointer-events: none;
1687
+ }
1688
+ .gear-option_hd-icon.hidden {
1689
+ display: none;
1690
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1691
+ order: 99;
1692
+ height: 20px;
1693
+ }
1694
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1695
+ position: absolute;
1696
+ right: 16px;
1697
+ bottom: 52px;
1698
+ width: 250px;
1699
+ min-height: 48px;
1700
+ z-index: 9999;
1701
+ border-radius: 4px;
1702
+ }
1703
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1704
+ padding: 8px 0;
1705
+ }
1706
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
1707
+ float: left;
1708
+ margin-right: 10px;
1709
+ }
1710
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1711
+ margin: 0;
1712
+ text-align: left;
1713
+ line-height: 22px;
1714
+ padding: 5px 14px;
1715
+ width: 250px;
1716
+ font-size: 12px;
1717
+ }
1718
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
1719
+ float: right;
1720
+ margin-right: -14px;
1721
+ }
1722
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1723
+ float: right;
1724
+ margin-right: 8px;
1725
+ }
1726
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
1727
+ height: 20px;
1728
+ }*, :focus, :visited {
1729
+ outline: none !important;
1730
+ }
1731
+
1732
+ .gear-wrapper .go-back {
1733
+ font-weight: 600;
1734
+ font-size: 14px;
1735
+ line-height: 20px;
1736
+ width: 100%;
1737
+ text-align: left;
1738
+ padding: 12px;
1739
+ }
1740
+ .gear-wrapper .go-back .arrow-left-icon {
1741
+ float: left;
1742
+ padding-top: 2px;
1743
+ padding-right: 2px;
1744
+ }
1745
+ .gear-wrapper .go-back .arrow-left-icon svg {
1746
+ height: 16px;
1747
+ }
1748
+ .gear-wrapper ul.gear-sub-menu {
1749
+ width: 100%;
1750
+ list-style-type: none;
1751
+ min-width: 60px;
1752
+ border-top: 2px solid rgb(36, 36, 36);
1753
+ }
1754
+ .gear-wrapper ul.gear-sub-menu li {
1755
+ font-size: 12px;
1756
+ text-align: left;
1757
+ }
1758
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
1759
+ background-color: #c3c2c2;
1760
+ padding: 5px;
1761
+ }
1762
+ .gear-wrapper ul.gear-sub-menu li a {
1763
+ display: block;
1764
+ text-decoration: none;
1765
+ height: 32px;
1766
+ padding: 5px 10px;
1767
+ line-height: 22px;
1768
+ color: #fffffe;
1769
+ }
1770
+ .gear-wrapper ul.gear-sub-menu li a:hover {
1771
+ color: white;
1772
+ background-color: rgba(0, 0, 0, 0.4);
1773
+ }
1774
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
1775
+ color: white;
1776
+ text-decoration: none;
1777
+ }
1778
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
1779
+ width: 30px;
1780
+ height: 20px;
1781
+ float: left;
1782
+ display: block;
1783
+ }
1784
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1785
+ display: none;
1786
+ }
1787
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1788
+ display: inline;
1789
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1790
+ height: 0;
1791
+ }
1792
+
1793
+ .skip_time_plugin[data-skip-time] {
1794
+ position: absolute;
1795
+ width: 100%;
1796
+ height: calc(100% - 50px);
1797
+ z-index: 9998;
1798
+ background-color: transparent;
1799
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1800
+ }
1801
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1802
+ width: 100%;
1803
+ height: 100%;
1804
+ display: flex;
1805
+ justify-content: space-between;
1743
1806
  }
1744
- .multicamera[data-multicamera] li a {
1745
- color: #444;
1746
- padding: 2px 10px;
1747
- display: block;
1748
- text-decoration: none;
1807
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1808
+ width: 33.3%;
1809
+ height: 100%;
1810
+ }.spinner-three-bounce {
1811
+ position: absolute;
1812
+ width: 70px;
1813
+ text-align: center;
1814
+ z-index: 999;
1815
+ left: 0;
1816
+ right: 0;
1817
+ margin: 0 auto;
1818
+ margin-left: auto;
1819
+ margin-right: auto;
1820
+ /* center vertically */
1821
+ top: 50%;
1822
+ transform: translateY(-50%);
1749
1823
  }
1750
- .multicamera[data-multicamera] li a:hover {
1751
- background-color: #555;
1752
- color: white;
1824
+ .spinner-three-bounce > div {
1825
+ width: 18px;
1826
+ height: 18px;
1827
+ background-color: #FFF;
1828
+ border-radius: 100%;
1829
+ display: inline-block;
1830
+ animation: bouncedelay 1.4s infinite ease-in-out;
1831
+ /* Prevent first frame from flickering when animation starts */
1832
+ animation-fill-mode: both;
1753
1833
  }
1754
- .multicamera[data-multicamera] li a:hover a {
1755
- color: white;
1756
- text-decoration: none;
1834
+ .spinner-three-bounce [data-bounce1] {
1835
+ animation-delay: -0.32s;
1757
1836
  }
1758
- .multicamera[data-multicamera] li.current a {
1759
- color: #f00;
1837
+ .spinner-three-bounce [data-bounce2] {
1838
+ animation-delay: -0.16s;
1760
1839
  }
1761
1840
 
1762
- @keyframes pulse {
1763
- 0% {
1764
- color: #fff;
1765
- }
1766
- 50% {
1767
- color: #ff0101;
1841
+ @keyframes bouncedelay {
1842
+ 0%, 80%, 100% {
1843
+ transform: scale(0);
1768
1844
  }
1769
- 100% {
1770
- color: #B80000;
1845
+ 40% {
1846
+ transform: scale(1);
1771
1847
  }
1772
1848
  }*,
1773
1849
  :focus,
@@ -1843,110 +1919,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1843
1919
  .ios-fullscreen::cue {
1844
1920
  visibility: visible !important;
1845
1921
  font-size: 1em !important;
1846
- }.share_plugin[data-share] {
1847
- pointer-events: auto;
1848
- z-index: 5;
1849
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1850
- }
1851
- .share_plugin[data-share].share-hide .share-button-container {
1852
- right: -50px;
1853
- }
1854
- .share_plugin[data-share] .share-button-container {
1855
- cursor: pointer;
1856
- width: 36px;
1857
- height: 36px;
1858
- background-color: rgba(74, 74, 74, 0.6);
1859
- border-radius: 4px;
1860
- position: absolute;
1861
- right: 10px;
1862
- top: 10px;
1863
- padding-top: 6px;
1864
- transition: all 0.3s ease-out;
1865
- }
1866
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1867
- background-color: transparent;
1868
- border: 0;
1869
- margin: 0 6px;
1870
- padding: 0;
1871
- cursor: pointer;
1872
- display: inline-block;
1873
- width: 19px;
1874
- height: 20px;
1875
- }
1876
- .share_plugin[data-share] .share-container {
1877
- pointer-events: auto;
1878
- position: absolute;
1879
- width: 280px;
1880
- background-color: white;
1881
- transform: translate(0, 50%);
1882
- transform: translate(-50%, -50%);
1883
- left: 50%;
1884
- /* margin-left: -140px; */
1885
- top: calc(50% - 20px);
1886
- /* margin-top: -170px; */
1887
- }
1888
- .share_plugin[data-share] .share-container .share-container-header {
1889
- text-align: left;
1890
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1891
- }
1892
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1893
- display: inline-block;
1894
- font-size: 16px;
1895
- margin: 5px;
1896
- }
1897
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1898
- display: inline-block;
1899
- width: 24px;
1900
- float: right;
1901
- margin: 5px;
1902
- cursor: pointer;
1903
- }
1904
- .share_plugin[data-share] .share-container .share-container-main {
1905
- margin-bottom: 8px;
1906
- }
1907
- .share_plugin[data-share] .share-container .share-container-main > div {
1908
- text-align: left;
1909
- font-size: 14px;
1910
- padding: 5px;
1911
- }
1912
- .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 {
1913
- overflow: hidden;
1914
- text-overflow: ellipsis;
1915
- color: #818181;
1916
- border: solid 1px #d3d3d3;
1917
- width: calc(100% - 10px);
1918
- padding: 5px;
1919
- }
1920
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1921
- max-height: 90px;
1922
- resize: none;
1923
- }
1924
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1925
- width: 32px;
1926
- display: inline-block;
1927
- margin-right: 5px;
1928
- cursor: pointer;
1929
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1930
- height: 0;
1931
- }
1932
-
1933
- .skip_time_plugin[data-skip-time] {
1934
- position: absolute;
1935
- width: 100%;
1936
- height: calc(100% - 50px);
1937
- z-index: 9998;
1938
- background-color: transparent;
1939
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1940
- }
1941
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1942
- width: 100%;
1943
- height: 100%;
1944
- display: flex;
1945
- justify-content: space-between;
1946
- }
1947
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1948
- width: 33.3%;
1949
- height: 100%;
1950
1922
  }.scrub-thumbnails {
1951
1923
  position: absolute;
1952
1924
  bottom: 52px;
@@ -2008,44 +1980,73 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2008
1980
  }
2009
1981
  .scrub-thumbnails .backdrop .carousel img {
2010
1982
  width: auto;
2011
- }.spinner-three-bounce[data-spinner] {
1983
+ }.player-poster[data-poster] {
1984
+ display: flex;
1985
+ justify-content: center;
1986
+ align-items: center;
2012
1987
  position: absolute;
2013
- width: 70px;
2014
- text-align: center;
2015
- z-index: 999;
1988
+ height: 100%;
1989
+ width: 100%;
1990
+ z-index: 998;
1991
+ top: 0;
2016
1992
  left: 0;
2017
- right: 0;
1993
+ background-color: #000;
1994
+ background-size: cover;
1995
+ background-repeat: no-repeat;
1996
+ background-position: 50% 50%;
1997
+ }
1998
+ .player-poster[data-poster].clickable {
1999
+ cursor: pointer;
2000
+ }
2001
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2002
+ opacity: 1;
2003
+ }
2004
+ .player-poster[data-poster] .play-wrapper[data-poster] {
2005
+ width: 100%;
2006
+ height: 25%;
2018
2007
  margin: 0 auto;
2019
- margin-left: auto;
2020
- margin-right: auto;
2021
- /* center vertically */
2022
- top: 50%;
2023
- transform: translateY(-50%);
2008
+ opacity: 0.75;
2009
+ transition: opacity 0.1s ease;
2024
2010
  }
2025
- .spinner-three-bounce[data-spinner] > div {
2026
- width: 18px;
2027
- height: 18px;
2028
- background-color: #FFF;
2029
- border-radius: 100%;
2030
- display: inline-block;
2031
- animation: bouncedelay 1.4s infinite ease-in-out;
2032
- /* Prevent first frame from flickering when animation starts */
2033
- animation-fill-mode: both;
2011
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
2012
+ height: 100%;
2013
+ display: inline;
2034
2014
  }
2035
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2036
- animation-delay: -0.32s;
2015
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2016
+ fill: #fff;
2017
+ }.seek-time[data-seek-time] {
2018
+ position: absolute;
2019
+ white-space: nowrap;
2020
+ height: 20px;
2021
+ line-height: 20px;
2022
+ font-size: 0;
2023
+ left: -100%;
2024
+ bottom: 55px;
2025
+ background-color: rgba(2, 2, 2, 0.5);
2026
+ z-index: 9999;
2027
+ transition: opacity 0.1s ease;
2037
2028
  }
2038
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2039
- animation-delay: -0.16s;
2029
+ .seek-time[data-seek-time].hidden[data-seek-time] {
2030
+ opacity: 0;
2040
2031
  }
2041
-
2042
- @keyframes bouncedelay {
2043
- 0%, 80%, 100% {
2044
- transform: scale(0);
2045
- }
2046
- 40% {
2047
- transform: scale(1);
2048
- }
2032
+ .seek-time[data-seek-time] [data-seek-time] {
2033
+ display: inline-block;
2034
+ color: white;
2035
+ font-size: 10px;
2036
+ padding-left: 7px;
2037
+ padding-right: 7px;
2038
+ vertical-align: top;
2039
+ }
2040
+ .seek-time[data-seek-time] [data-duration] {
2041
+ display: inline-block;
2042
+ color: rgba(255, 255, 255, 0.5);
2043
+ font-size: 10px;
2044
+ padding-right: 7px;
2045
+ vertical-align: top;
2046
+ }
2047
+ .seek-time[data-seek-time] [data-duration]::before {
2048
+ content: "|";
2049
+ margin-right: 7px;
2049
2050
  }.player-logo[data-logo] {
2050
2051
  position: absolute;
2051
2052
  z-index: 2;