@gcorevideo/player 2.19.10 → 2.19.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,216 +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
- .audio_selector[data-track-selector] {
130
- float: right;
131
- margin-top: 4px;
132
- position: relative;
133
- width: 50px;
134
- font-family: Roboto, "Open Sans", Arial, sans-serif;
135
- }
136
- .audio_selector[data-track-selector] button {
137
- background-color: transparent;
138
- color: #fff;
139
- -webkit-font-smoothing: antialiased;
140
- border: none;
141
- font-size: 14px;
142
- cursor: pointer;
143
- }
144
- .audio_selector[data-track-selector] 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
- font-size: 14px;
153
- cursor: pointer;
154
- padding-top: 5px;
155
- }
156
- .audio_selector[data-track-selector] button:hover {
157
- color: #c9c9c9;
158
- }
159
- .audio_selector[data-track-selector] button.changing {
160
- animation: pulse 0.5s infinite alternate;
161
- }
162
- .audio_selector[data-track-selector] button span.audio-arrow {
163
- width: 9px;
164
- height: 6px;
165
- margin-top: 11px;
166
- margin-left: 5px;
167
- }
168
- .audio_selector[data-track-selector] > ul {
169
- max-width: 114px;
170
- list-style-type: none;
171
- position: absolute;
172
- bottom: 25px;
173
- border: 1px solid black;
174
- display: none;
175
- background-color: #e6e6e6;
176
- }
177
- .audio_selector[data-track-selector] li {
178
- font-size: 10px;
179
- }
180
- .audio_selector[data-track-selector] li[data-title] {
181
- background-color: #c3c2c2;
182
- padding: 5px;
183
- }
184
- .audio_selector[data-track-selector] li a {
185
- color: #444;
186
- padding: 2px 10px;
187
- display: block;
188
- text-decoration: none;
189
- text-overflow: ellipsis;
190
- overflow: hidden;
191
- white-space: nowrap;
192
- }
193
- .audio_selector[data-track-selector] li a:hover {
194
- background-color: #555;
195
- color: white;
196
- }
197
- .audio_selector[data-track-selector] li a:hover a {
198
- color: white;
199
- text-decoration: none;
200
- }
201
- .audio_selector[data-track-selector] li.current a {
202
- color: #f00;
203
- }
204
-
205
- .audio_selector[data-track-selector] {
206
- width: auto;
207
- margin-top: 7px;
208
- margin-right: 20px;
209
- }
210
- .audio_selector[data-track-selector] button[data-level-selector-button],
211
- .audio_selector[data-track-selector] button[data-track-selector-button] {
212
- display: flex;
213
- justify-content: center;
214
- padding: 0;
215
- }
216
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
217
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
218
- color: white;
219
- }
220
- .audio_selector[data-track-selector] ul {
221
- background-color: rgba(74, 74, 74, 0.6);
222
- border: none;
223
- min-width: 60px;
224
- transform: rotate(180deg);
225
- border-radius: 4px;
226
- bottom: 40px;
227
- right: -2px;
228
- }
229
- .audio_selector[data-track-selector] ul li {
230
- transform: rotate(-180deg);
231
- font-size: 16px;
232
- text-align: right;
233
- height: 30px;
234
- }
235
- .audio_selector[data-track-selector] ul li a {
236
- height: 30px;
237
- padding: 5px 10px;
238
- color: #fffffe;
239
- }
240
- .audio_selector[data-track-selector] ul li a:hover {
241
- background-color: rgba(0, 0, 0, 0.4);
242
- }
243
- .audio_selector[data-track-selector] ul li:first-child a {
244
- border-bottom-left-radius: 4px;
245
- border-bottom-right-radius: 4px;
246
- }
247
- .audio_selector[data-track-selector] ul li:last-child a {
248
- border-top-left-radius: 4px;
249
- border-top-right-radius: 4px;
250
- }
251
-
252
- @keyframes pulse {
253
- 0% {
254
- color: #fff;
255
- }
256
- 50% {
257
- color: #ff0101;
258
- }
259
- 100% {
260
- color: #B80000;
261
- }
262
- }.big-mute-icon-wrapper[data-big-mute] {
263
- position: absolute;
264
- z-index: 9998;
265
- background-color: transparent;
266
- display: flex;
267
- justify-content: center;
268
- width: 100%;
269
- height: calc(100% - 50px);
270
- margin: 0 auto;
271
- opacity: 0.75;
272
- transition: opacity 0.1s ease;
273
- pointer-events: auto;
274
- }
275
- .big-mute-icon-wrapper[data-big-mute].hide {
276
- display: none;
277
- }
278
- .big-mute-icon-wrapper[data-big-mute]:hover {
279
- cursor: pointer;
280
- }
281
-
282
- .big-mute-icon[data-big-mute-icon] {
283
- display: flex;
284
- align-items: center;
285
- justify-content: center;
286
- align-self: center;
287
- width: 120px;
288
- height: 120px;
289
- border: 2px solid white;
290
- border-radius: 50%;
291
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
292
- filter: alpha(opacity=60);
293
- opacity: 1;
294
- box-shadow: 0 0 1px 0 white;
295
- background: rgba(240, 243, 247, 0.9411764706);
296
- z-index: 10000;
297
- }
298
- .big-mute-icon[data-big-mute-icon] svg {
299
- margin-left: 5px;
300
- width: 80px;
301
- height: 80px;
302
- }
303
- .big-mute-icon[data-big-mute-icon] svg path {
304
- fill: #1f1e1e !important;
305
- }
306
- .big-mute-icon[data-big-mute-icon]:hover {
307
- background: rgba(240, 243, 247, 0.8784313725);
308
- }
309
- .big-mute-icon[data-big-mute-icon]:hover svg path {
310
- fill: #151515 !important;
311
- }.context-menu {
312
- z-index: 999;
313
- position: absolute;
314
- top: 0;
315
- left: 0;
316
- text-align: center;
317
- }
318
- .context-menu .context-menu-list {
319
- font-family: "Proxima Nova", sans-serif;
320
- font-size: 12px;
321
- line-height: 12px;
322
- list-style-type: none;
323
- text-align: left;
324
- padding: 5px;
325
- margin-left: auto;
326
- margin-right: auto;
327
- background-color: rgba(0, 0, 0, 0.75);
328
- border: 1px solid #666;
329
- border-radius: 4px;
330
- }
331
- .context-menu .context-menu-list .context-menu-list-item {
332
- color: white;
333
- padding: 5px;
334
- cursor: pointer;
335
125
  }.dvr-controls[data-dvr-controls] {
336
126
  display: inline-block;
337
127
  float: left;
@@ -438,8 +228,6 @@
438
228
 
439
229
  .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
440
230
  background-color: #ff0101;
441
- }.clips.bar-container[data-seekbar] {
442
- clip-path: url("#myClip");
443
231
  }*, :focus, :visited {
444
232
  outline: none !important;
445
233
  }
@@ -552,60 +340,43 @@
552
340
  }
553
341
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
554
342
  height: 20px;
343
+ }.context-menu {
344
+ z-index: 999;
345
+ position: absolute;
346
+ top: 0;
347
+ left: 0;
348
+ text-align: center;
349
+ }
350
+ .context-menu .context-menu-list {
351
+ font-family: "Proxima Nova", sans-serif;
352
+ font-size: 12px;
353
+ line-height: 12px;
354
+ list-style-type: none;
355
+ text-align: left;
356
+ padding: 5px;
357
+ margin-left: auto;
358
+ margin-right: auto;
359
+ background-color: rgba(0, 0, 0, 0.75);
360
+ border: 1px solid #666;
361
+ border-radius: 4px;
362
+ }
363
+ .context-menu .context-menu-list .context-menu-list-item {
364
+ color: white;
365
+ padding: 5px;
366
+ cursor: pointer;
555
367
  }.level-disabled {
556
368
  opacity: 0.5;
557
369
  pointer-events: none;
558
- }.media-control-pip button {
370
+ }*, :focus, :visited {
371
+ outline: none !important;
372
+ }
373
+
374
+ .multicamera[data-multicamera] {
559
375
  float: right;
560
- height: 40px;
376
+ margin-top: 4px;
377
+ position: relative;
561
378
  margin-right: 20px;
562
- }
563
- .media-control-pip button svg {
564
- height: 20px;
565
- }div.player-error-screen, [data-player] div.player-error-screen {
566
- color: #CCCACA;
567
- position: absolute;
568
- top: 0;
569
- height: 100%;
570
- width: 100%;
571
- background-color: rgba(0, 0, 0, 0.7);
572
- z-index: 2000;
573
- display: flex;
574
- flex-direction: column;
575
- justify-content: center;
576
- }
577
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
578
- font-size: 14px;
579
- color: #CCCACA;
580
- margin-top: 45px;
581
- }
582
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
583
- font-weight: bold;
584
- line-height: 30px;
585
- font-size: 18px;
586
- }
587
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
588
- width: 90%;
589
- margin: 0 auto;
590
- }
591
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
592
- font-size: 13px;
593
- margin-top: 15px;
594
- }
595
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
596
- cursor: pointer;
597
- width: 30px;
598
- margin: 15px auto 0;
599
- }*, :focus, :visited {
600
- outline: none !important;
601
- }
602
-
603
- .multicamera[data-multicamera] {
604
- float: right;
605
- margin-top: 4px;
606
- position: relative;
607
- margin-right: 20px;
608
- width: 20px;
379
+ width: 20px;
609
380
  }
610
381
  .multicamera[data-multicamera] button {
611
382
  background-color: transparent;
@@ -744,6 +515,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
744
515
  100% {
745
516
  color: #B80000;
746
517
  }
518
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
519
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
520
+ display: block;
521
+ }
522
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
523
+ width: 40px;
524
+ margin-top: 0;
525
+ }
526
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
527
+ display: flex;
528
+ justify-content: center;
529
+ padding: 0;
530
+ align-items: center;
531
+ }
532
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
533
+ color: white;
534
+ }
535
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
536
+ background-color: rgba(74, 74, 74, 0.6);
537
+ border: none;
538
+ width: auto;
539
+ transform: rotate(180deg);
540
+ border-radius: 4px;
541
+ bottom: 52px;
542
+ margin-left: -28px;
543
+ }
544
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
545
+ transform: rotate(-180deg);
546
+ font-size: 16px;
547
+ text-align: center;
548
+ white-space: nowrap;
549
+ height: 30px;
550
+ }
551
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
552
+ height: 30px;
553
+ padding: 5px 10px;
554
+ color: #fffffe;
555
+ }
556
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
557
+ background-color: rgba(0, 0, 0, 0.4);
558
+ }
559
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
560
+ background-color: rgba(0, 0, 0, 0.4);
561
+ }
562
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
563
+ border-bottom-left-radius: 4px;
564
+ border-bottom-right-radius: 4px;
565
+ }
566
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
567
+ border-top-left-radius: 4px;
568
+ border-top-right-radius: 4px;
569
+ }
570
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
571
+ height: 26px;
572
+ line-height: 26px;
573
+ bottom: 52px;
574
+ border-radius: 3px;
575
+ background-color: rgba(74, 74, 74, 0.7);
576
+ }
577
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
578
+ letter-spacing: 0.8px;
579
+ font-size: 14px;
580
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
581
+ }
582
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
583
+ padding-left: 8px;
584
+ padding-right: 8px;
585
+ }
586
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
587
+ display: none !important;
747
588
  }[data-player] {
748
589
  --bottom-panel: 40px;
749
590
  }
@@ -1349,304 +1190,96 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1349
1190
  }
1350
1191
  .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 {
1351
1192
  transform: scaleY(1.5);
1352
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1353
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1354
- display: block;
1355
- }
1356
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1357
- width: 40px;
1358
- margin-top: 0;
1193
+ }:root {
1194
+ --primary-background-color: #000;
1195
+ --secondary-background-color: #262626;
1196
+ --primary-text-color: #fff;
1197
+ --secondary-text-color: #fff4f2;
1198
+ --hover-text-color: #f9b090;
1199
+ --speedtest-red: #df564d;
1200
+ --speedtest-orange: #df934d;
1201
+ --speedtest-yellow: #dfd04d;
1202
+ --speedtest-light-green: #c2df4d;
1203
+ --speedtest-green: #73df4d;
1359
1204
  }
1360
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1361
- display: flex;
1362
- justify-content: center;
1363
- padding: 0;
1364
- align-items: center;
1205
+
1206
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1207
+ position: absolute;
1208
+ display: inline-block;
1209
+ bottom: 52px;
1210
+ right: 16px;
1211
+ padding: 0 10px 12px;
1212
+ margin: 0;
1213
+ line-height: 20px;
1214
+ font-size: 12px;
1215
+ font-weight: 500;
1216
+ background: var(--primary-background-color);
1217
+ color: #fff;
1218
+ z-index: 20000;
1219
+ overflow: auto;
1220
+ max-height: calc(100vh - 60px);
1221
+ max-width: calc(100vw - 10px);
1365
1222
  }
1366
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1367
- color: white;
1223
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1224
+ position: absolute;
1225
+ top: 0;
1226
+ left: 0;
1227
+ z-index: 99990;
1228
+ width: 100%;
1229
+ height: 32px;
1230
+ background: var(--primary-background-color);
1368
1231
  }
1369
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1370
- background-color: rgba(74, 74, 74, 0.6);
1371
- border: none;
1372
- width: auto;
1373
- transform: rotate(180deg);
1374
- border-radius: 4px;
1375
- bottom: 52px;
1376
- margin-left: -28px;
1232
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1233
+ float: right;
1234
+ margin-right: 12px;
1235
+ margin-top: 10px;
1236
+ display: block;
1237
+ width: 12px;
1238
+ height: 12px;
1377
1239
  }
1378
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1379
- transform: rotate(-180deg);
1380
- font-size: 16px;
1381
- text-align: center;
1382
- white-space: nowrap;
1383
- height: 30px;
1240
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1241
+ fill: var(--primary-text-color);
1384
1242
  }
1385
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1386
- height: 30px;
1387
- padding: 5px 10px;
1388
- color: #fffffe;
1243
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1244
+ fill: var(--hover-text-color);
1389
1245
  }
1390
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1391
- background-color: rgba(0, 0, 0, 0.4);
1246
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1247
+ overflow: hidden;
1248
+ margin-top: 44px;
1392
1249
  }
1393
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1394
- background-color: rgba(0, 0, 0, 0.4);
1250
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1251
+ width: 820px;
1395
1252
  }
1396
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1397
- border-bottom-left-radius: 4px;
1398
- border-bottom-right-radius: 4px;
1253
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1254
+ list-style-type: none;
1399
1255
  }
1400
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1401
- border-top-left-radius: 4px;
1402
- border-top-right-radius: 4px;
1256
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1257
+ padding-left: 2px;
1258
+ padding-right: 2px;
1259
+ background: var(--primary-background-color);
1403
1260
  }
1404
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1405
- height: 26px;
1406
- line-height: 26px;
1407
- bottom: 52px;
1408
- border-radius: 3px;
1409
- background-color: rgba(74, 74, 74, 0.7);
1261
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1262
+ display: inline-block;
1263
+ float: left;
1264
+ padding: 5px;
1265
+ width: 200px;
1410
1266
  }
1411
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1412
- letter-spacing: 0.8px;
1413
- font-size: 14px;
1414
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1267
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1268
+ position: relative;
1269
+ padding: 0 5px;
1270
+ text-align: left;
1415
1271
  }
1416
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1417
- padding-left: 8px;
1418
- padding-right: 8px;
1272
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1273
+ padding: 0;
1419
1274
  }
1420
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1421
- display: none !important;
1422
- }.player-poster[data-poster] {
1423
- display: flex;
1424
- justify-content: center;
1425
- align-items: center;
1426
- position: absolute;
1427
- height: 100%;
1275
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1428
1276
  width: 100%;
1429
- z-index: 998;
1430
- top: 0;
1431
- left: 0;
1432
- background-color: #000;
1433
- background-size: cover;
1434
- background-repeat: no-repeat;
1435
- background-position: 50% 50%;
1436
1277
  }
1437
- .player-poster[data-poster].clickable {
1438
- cursor: pointer;
1278
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1279
+ background: var(--secondary-background-color);
1439
1280
  }
1440
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1441
- opacity: 1;
1442
- }
1443
- .player-poster[data-poster] .play-wrapper[data-poster] {
1444
- width: 100%;
1445
- height: 25%;
1446
- margin: 0 auto;
1447
- opacity: 0.75;
1448
- transition: opacity 0.1s ease;
1449
- }
1450
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1451
- height: 100%;
1452
- display: inline;
1453
- }
1454
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1455
- fill: #fff;
1456
- }.share_plugin[data-share] {
1457
- pointer-events: auto;
1458
- z-index: 5;
1459
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1460
- }
1461
- .share_plugin[data-share].share-hide .share-button-container {
1462
- right: -50px;
1463
- }
1464
- .share_plugin[data-share] .share-button-container {
1465
- cursor: pointer;
1466
- width: 36px;
1467
- height: 36px;
1468
- background-color: rgba(74, 74, 74, 0.6);
1469
- border-radius: 4px;
1470
- position: absolute;
1471
- right: 10px;
1472
- top: 10px;
1473
- padding-top: 6px;
1474
- transition: all 0.3s ease-out;
1475
- }
1476
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1477
- background-color: transparent;
1478
- border: 0;
1479
- margin: 0 6px;
1480
- padding: 0;
1481
- cursor: pointer;
1482
- display: inline-block;
1483
- width: 19px;
1484
- height: 20px;
1485
- }
1486
- .share_plugin[data-share] .share-container {
1487
- pointer-events: auto;
1488
- position: absolute;
1489
- width: 280px;
1490
- background-color: white;
1491
- transform: translate(0, 50%);
1492
- transform: translate(-50%, -50%);
1493
- left: 50%;
1494
- /* margin-left: -140px; */
1495
- top: calc(50% - 20px);
1496
- /* margin-top: -170px; */
1497
- }
1498
- .share_plugin[data-share] .share-container .share-container-header {
1499
- text-align: left;
1500
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1501
- }
1502
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1503
- display: inline-block;
1504
- font-size: 16px;
1505
- margin: 5px;
1506
- }
1507
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1508
- display: inline-block;
1509
- width: 24px;
1510
- float: right;
1511
- margin: 5px;
1512
- cursor: pointer;
1513
- }
1514
- .share_plugin[data-share] .share-container .share-container-main {
1515
- margin-bottom: 8px;
1516
- }
1517
- .share_plugin[data-share] .share-container .share-container-main > div {
1518
- text-align: left;
1519
- font-size: 14px;
1520
- padding: 5px;
1521
- }
1522
- .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 {
1523
- overflow: hidden;
1524
- text-overflow: ellipsis;
1525
- color: #818181;
1526
- border: solid 1px #d3d3d3;
1527
- width: calc(100% - 10px);
1528
- padding: 5px;
1529
- }
1530
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1531
- max-height: 90px;
1532
- resize: none;
1533
- }
1534
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1535
- width: 32px;
1536
- display: inline-block;
1537
- margin-right: 5px;
1538
- cursor: pointer;
1539
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1540
- height: 0;
1541
- }
1542
-
1543
- .skip_time_plugin[data-skip-time] {
1544
- position: absolute;
1545
- width: 100%;
1546
- height: calc(100% - 50px);
1547
- z-index: 9998;
1548
- background-color: transparent;
1549
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1550
- }
1551
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1552
- width: 100%;
1553
- height: 100%;
1554
- display: flex;
1555
- justify-content: space-between;
1556
- }
1557
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1558
- width: 33.3%;
1559
- height: 100%;
1560
- }:root {
1561
- --primary-background-color: #000;
1562
- --secondary-background-color: #262626;
1563
- --primary-text-color: #fff;
1564
- --secondary-text-color: #fff4f2;
1565
- --hover-text-color: #f9b090;
1566
- --speedtest-red: #df564d;
1567
- --speedtest-orange: #df934d;
1568
- --speedtest-yellow: #dfd04d;
1569
- --speedtest-light-green: #c2df4d;
1570
- --speedtest-green: #73df4d;
1571
- }
1572
-
1573
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1574
- position: absolute;
1575
- display: inline-block;
1576
- bottom: 52px;
1577
- right: 16px;
1578
- padding: 0 10px 12px;
1579
- margin: 0;
1580
- line-height: 20px;
1581
- font-size: 12px;
1582
- font-weight: 500;
1583
- background: var(--primary-background-color);
1584
- color: #fff;
1585
- z-index: 20000;
1586
- overflow: auto;
1587
- max-height: calc(100vh - 60px);
1588
- max-width: calc(100vw - 10px);
1589
- }
1590
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1591
- position: absolute;
1592
- top: 0;
1593
- left: 0;
1594
- z-index: 99990;
1595
- width: 100%;
1596
- height: 32px;
1597
- background: var(--primary-background-color);
1598
- }
1599
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1600
- float: right;
1601
- margin-right: 12px;
1602
- margin-top: 10px;
1603
- display: block;
1604
- width: 12px;
1605
- height: 12px;
1606
- }
1607
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1608
- fill: var(--primary-text-color);
1609
- }
1610
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1611
- fill: var(--hover-text-color);
1612
- }
1613
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1614
- overflow: hidden;
1615
- margin-top: 44px;
1616
- }
1617
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1618
- width: 820px;
1619
- }
1620
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1621
- list-style-type: none;
1622
- }
1623
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1624
- padding-left: 2px;
1625
- padding-right: 2px;
1626
- background: var(--primary-background-color);
1627
- }
1628
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1629
- display: inline-block;
1630
- float: left;
1631
- padding: 5px;
1632
- width: 200px;
1633
- }
1634
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1635
- position: relative;
1636
- padding: 0 5px;
1637
- text-align: left;
1638
- }
1639
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1640
- padding: 0;
1641
- }
1642
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1643
- width: 100%;
1644
- }
1645
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1646
- background: var(--secondary-background-color);
1647
- }
1648
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1649
- background: var(--secondary-background-color);
1281
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1282
+ background: var(--secondary-background-color);
1650
1283
  }
1651
1284
  .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1652
1285
  text-align: center;
@@ -1943,31 +1576,47 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1943
1576
  outline: none !important;
1944
1577
  }
1945
1578
 
1946
- .subtitles[data-subtitles] {
1579
+ .audio_selector[data-track-selector] {
1947
1580
  float: right;
1581
+ margin-top: 4px;
1948
1582
  position: relative;
1949
1583
  width: 50px;
1584
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1950
1585
  }
1951
- .subtitles[data-subtitles] button {
1586
+ .audio_selector[data-track-selector] button {
1952
1587
  background-color: transparent;
1953
1588
  color: #fff;
1954
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1955
1589
  -webkit-font-smoothing: antialiased;
1956
1590
  border: none;
1957
1591
  font-size: 14px;
1958
1592
  cursor: pointer;
1959
1593
  }
1960
- .subtitles[data-subtitles] button .subtitle-text svg {
1961
- fill: white;
1594
+ .audio_selector[data-track-selector] button .audio-text {
1595
+ text-overflow: ellipsis;
1596
+ overflow: hidden;
1597
+ white-space: nowrap;
1598
+ max-width: 100px;
1599
+ background-color: transparent;
1600
+ -webkit-font-smoothing: antialiased;
1601
+ border: none;
1602
+ font-size: 14px;
1603
+ cursor: pointer;
1604
+ padding-top: 5px;
1962
1605
  }
1963
- .subtitles[data-subtitles] button:hover {
1606
+ .audio_selector[data-track-selector] button:hover {
1964
1607
  color: #c9c9c9;
1965
1608
  }
1966
- .subtitles[data-subtitles] button.changing {
1609
+ .audio_selector[data-track-selector] button.changing {
1967
1610
  animation: pulse 0.5s infinite alternate;
1968
1611
  }
1969
- .subtitles[data-subtitles] > ul {
1970
- width: 80px;
1612
+ .audio_selector[data-track-selector] button span.audio-arrow {
1613
+ width: 9px;
1614
+ height: 6px;
1615
+ margin-top: 11px;
1616
+ margin-left: 5px;
1617
+ }
1618
+ .audio_selector[data-track-selector] > ul {
1619
+ max-width: 114px;
1971
1620
  list-style-type: none;
1972
1621
  position: absolute;
1973
1622
  bottom: 25px;
@@ -1975,30 +1624,79 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1975
1624
  display: none;
1976
1625
  background-color: #e6e6e6;
1977
1626
  }
1978
- .subtitles[data-subtitles] li {
1627
+ .audio_selector[data-track-selector] li {
1979
1628
  font-size: 10px;
1980
1629
  }
1981
- .subtitles[data-subtitles] li[data-title] {
1630
+ .audio_selector[data-track-selector] li[data-title] {
1982
1631
  background-color: #c3c2c2;
1983
1632
  padding: 5px;
1984
1633
  }
1985
- .subtitles[data-subtitles] li a {
1634
+ .audio_selector[data-track-selector] li a {
1986
1635
  color: #444;
1987
1636
  padding: 2px 10px;
1988
1637
  display: block;
1989
1638
  text-decoration: none;
1639
+ text-overflow: ellipsis;
1640
+ overflow: hidden;
1641
+ white-space: nowrap;
1990
1642
  }
1991
- .subtitles[data-subtitles] li a:hover {
1643
+ .audio_selector[data-track-selector] li a:hover {
1992
1644
  background-color: #555;
1993
1645
  color: white;
1994
1646
  }
1995
- .subtitles[data-subtitles] li a:hover a {
1647
+ .audio_selector[data-track-selector] li a:hover a {
1996
1648
  color: white;
1997
1649
  text-decoration: none;
1998
1650
  }
1999
- .subtitles[data-subtitles] li.current a {
1651
+ .audio_selector[data-track-selector] li.current a {
2000
1652
  color: #f00;
2001
- background-color: #555;
1653
+ }
1654
+
1655
+ .audio_selector[data-track-selector] {
1656
+ width: auto;
1657
+ margin-top: 7px;
1658
+ margin-right: 20px;
1659
+ }
1660
+ .audio_selector[data-track-selector] button[data-level-selector-button],
1661
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
1662
+ display: flex;
1663
+ justify-content: center;
1664
+ padding: 0;
1665
+ }
1666
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
1667
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
1668
+ color: white;
1669
+ }
1670
+ .audio_selector[data-track-selector] ul {
1671
+ background-color: rgba(74, 74, 74, 0.6);
1672
+ border: none;
1673
+ min-width: 60px;
1674
+ transform: rotate(180deg);
1675
+ border-radius: 4px;
1676
+ bottom: 40px;
1677
+ right: -2px;
1678
+ }
1679
+ .audio_selector[data-track-selector] ul li {
1680
+ transform: rotate(-180deg);
1681
+ font-size: 16px;
1682
+ text-align: right;
1683
+ height: 30px;
1684
+ }
1685
+ .audio_selector[data-track-selector] ul li a {
1686
+ height: 30px;
1687
+ padding: 5px 10px;
1688
+ color: #fffffe;
1689
+ }
1690
+ .audio_selector[data-track-selector] ul li a:hover {
1691
+ background-color: rgba(0, 0, 0, 0.4);
1692
+ }
1693
+ .audio_selector[data-track-selector] ul li:first-child a {
1694
+ border-bottom-left-radius: 4px;
1695
+ border-bottom-right-radius: 4px;
1696
+ }
1697
+ .audio_selector[data-track-selector] ul li:last-child a {
1698
+ border-top-left-radius: 4px;
1699
+ border-top-right-radius: 4px;
2002
1700
  }
2003
1701
 
2004
1702
  @keyframes pulse {
@@ -2011,15 +1709,269 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2011
1709
  100% {
2012
1710
  color: #B80000;
2013
1711
  }
1712
+ }.player-poster[data-poster] {
1713
+ display: flex;
1714
+ justify-content: center;
1715
+ align-items: center;
1716
+ position: absolute;
1717
+ height: 100%;
1718
+ width: 100%;
1719
+ z-index: 998;
1720
+ top: 0;
1721
+ left: 0;
1722
+ background-color: #000;
1723
+ background-size: cover;
1724
+ background-repeat: no-repeat;
1725
+ background-position: 50% 50%;
2014
1726
  }
2015
- ::cue {
2016
- visibility: hidden !important;
2017
- font-size: 0 !important;
1727
+ .player-poster[data-poster].clickable {
1728
+ cursor: pointer;
1729
+ }
1730
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1731
+ opacity: 1;
1732
+ }
1733
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1734
+ width: 100%;
1735
+ height: 25%;
1736
+ margin: 0 auto;
1737
+ opacity: 0.75;
1738
+ transition: opacity 0.1s ease;
1739
+ }
1740
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1741
+ height: 100%;
1742
+ display: inline;
1743
+ }
1744
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1745
+ fill: #fff;
1746
+ }.clips.bar-container[data-seekbar] {
1747
+ clip-path: url("#myClip");
1748
+ }div.player-error-screen, [data-player] div.player-error-screen {
1749
+ color: #CCCACA;
1750
+ position: absolute;
1751
+ top: 0;
1752
+ height: 100%;
1753
+ width: 100%;
1754
+ background-color: rgba(0, 0, 0, 0.7);
1755
+ z-index: 2000;
1756
+ display: flex;
1757
+ flex-direction: column;
1758
+ justify-content: center;
1759
+ }
1760
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1761
+ font-size: 14px;
1762
+ color: #CCCACA;
1763
+ margin-top: 45px;
1764
+ }
1765
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1766
+ font-weight: bold;
1767
+ line-height: 30px;
1768
+ font-size: 18px;
1769
+ }
1770
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1771
+ width: 90%;
1772
+ margin: 0 auto;
1773
+ }
1774
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1775
+ font-size: 13px;
1776
+ margin-top: 15px;
1777
+ }
1778
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1779
+ cursor: pointer;
1780
+ width: 30px;
1781
+ margin: 15px auto 0;
1782
+ }.big-mute-icon-wrapper[data-big-mute] {
1783
+ position: absolute;
1784
+ z-index: 9998;
1785
+ background-color: transparent;
1786
+ display: flex;
1787
+ justify-content: center;
1788
+ width: 100%;
1789
+ height: calc(100% - 50px);
1790
+ margin: 0 auto;
1791
+ opacity: 0.75;
1792
+ transition: opacity 0.1s ease;
1793
+ pointer-events: auto;
1794
+ }
1795
+ .big-mute-icon-wrapper[data-big-mute].hide {
1796
+ display: none;
1797
+ }
1798
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1799
+ cursor: pointer;
2018
1800
  }
2019
1801
 
2020
- .ios-fullscreen::cue {
2021
- visibility: visible !important;
2022
- font-size: 1em !important;
1802
+ .big-mute-icon[data-big-mute-icon] {
1803
+ display: flex;
1804
+ align-items: center;
1805
+ justify-content: center;
1806
+ align-self: center;
1807
+ width: 120px;
1808
+ height: 120px;
1809
+ border: 2px solid white;
1810
+ border-radius: 50%;
1811
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1812
+ filter: alpha(opacity=60);
1813
+ opacity: 1;
1814
+ box-shadow: 0 0 1px 0 white;
1815
+ background: rgba(240, 243, 247, 0.9411764706);
1816
+ z-index: 10000;
1817
+ }
1818
+ .big-mute-icon[data-big-mute-icon] svg {
1819
+ margin-left: 5px;
1820
+ width: 80px;
1821
+ height: 80px;
1822
+ }
1823
+ .big-mute-icon[data-big-mute-icon] svg path {
1824
+ fill: #1f1e1e !important;
1825
+ }
1826
+ .big-mute-icon[data-big-mute-icon]:hover {
1827
+ background: rgba(240, 243, 247, 0.8784313725);
1828
+ }
1829
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1830
+ fill: #151515 !important;
1831
+ }.seek-time[data-seek-time] {
1832
+ position: absolute;
1833
+ white-space: nowrap;
1834
+ height: 20px;
1835
+ line-height: 20px;
1836
+ font-size: 0;
1837
+ left: -100%;
1838
+ bottom: 55px;
1839
+ background-color: rgba(2, 2, 2, 0.5);
1840
+ z-index: 9999;
1841
+ transition: opacity 0.1s ease;
1842
+ }
1843
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1844
+ opacity: 0;
1845
+ }
1846
+ .seek-time[data-seek-time] [data-seek-time] {
1847
+ display: inline-block;
1848
+ color: white;
1849
+ font-size: 10px;
1850
+ padding-left: 7px;
1851
+ padding-right: 7px;
1852
+ vertical-align: top;
1853
+ }
1854
+ .seek-time[data-seek-time] [data-duration] {
1855
+ display: inline-block;
1856
+ color: rgba(255, 255, 255, 0.5);
1857
+ font-size: 10px;
1858
+ padding-right: 7px;
1859
+ vertical-align: top;
1860
+ }
1861
+ .seek-time[data-seek-time] [data-duration]::before {
1862
+ content: "|";
1863
+ margin-right: 7px;
1864
+ }.share_plugin[data-share] {
1865
+ pointer-events: auto;
1866
+ z-index: 5;
1867
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1868
+ }
1869
+ .share_plugin[data-share].share-hide .share-button-container {
1870
+ right: -50px;
1871
+ }
1872
+ .share_plugin[data-share] .share-button-container {
1873
+ cursor: pointer;
1874
+ width: 36px;
1875
+ height: 36px;
1876
+ background-color: rgba(74, 74, 74, 0.6);
1877
+ border-radius: 4px;
1878
+ position: absolute;
1879
+ right: 10px;
1880
+ top: 10px;
1881
+ padding-top: 6px;
1882
+ transition: all 0.3s ease-out;
1883
+ }
1884
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1885
+ background-color: transparent;
1886
+ border: 0;
1887
+ margin: 0 6px;
1888
+ padding: 0;
1889
+ cursor: pointer;
1890
+ display: inline-block;
1891
+ width: 19px;
1892
+ height: 20px;
1893
+ }
1894
+ .share_plugin[data-share] .share-container {
1895
+ pointer-events: auto;
1896
+ position: absolute;
1897
+ width: 280px;
1898
+ background-color: white;
1899
+ transform: translate(0, 50%);
1900
+ transform: translate(-50%, -50%);
1901
+ left: 50%;
1902
+ /* margin-left: -140px; */
1903
+ top: calc(50% - 20px);
1904
+ /* margin-top: -170px; */
1905
+ }
1906
+ .share_plugin[data-share] .share-container .share-container-header {
1907
+ text-align: left;
1908
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1909
+ }
1910
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1911
+ display: inline-block;
1912
+ font-size: 16px;
1913
+ margin: 5px;
1914
+ }
1915
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1916
+ display: inline-block;
1917
+ width: 24px;
1918
+ float: right;
1919
+ margin: 5px;
1920
+ cursor: pointer;
1921
+ }
1922
+ .share_plugin[data-share] .share-container .share-container-main {
1923
+ margin-bottom: 8px;
1924
+ }
1925
+ .share_plugin[data-share] .share-container .share-container-main > div {
1926
+ text-align: left;
1927
+ font-size: 14px;
1928
+ padding: 5px;
1929
+ }
1930
+ .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 {
1931
+ overflow: hidden;
1932
+ text-overflow: ellipsis;
1933
+ color: #818181;
1934
+ border: solid 1px #d3d3d3;
1935
+ width: calc(100% - 10px);
1936
+ padding: 5px;
1937
+ }
1938
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1939
+ max-height: 90px;
1940
+ resize: none;
1941
+ }
1942
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1943
+ width: 32px;
1944
+ display: inline-block;
1945
+ margin-right: 5px;
1946
+ cursor: pointer;
1947
+ }.media-control-pip button {
1948
+ float: right;
1949
+ height: 40px;
1950
+ margin-right: 20px;
1951
+ }
1952
+ .media-control-pip button svg {
1953
+ height: 20px;
1954
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1955
+ height: 0;
1956
+ }
1957
+
1958
+ .skip_time_plugin[data-skip-time] {
1959
+ position: absolute;
1960
+ width: 100%;
1961
+ height: calc(100% - 50px);
1962
+ z-index: 9998;
1963
+ background-color: transparent;
1964
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1965
+ }
1966
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1967
+ width: 100%;
1968
+ height: 100%;
1969
+ display: flex;
1970
+ justify-content: space-between;
1971
+ }
1972
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1973
+ width: 33.3%;
1974
+ height: 100%;
2023
1975
  }.scrub-thumbnails {
2024
1976
  position: absolute;
2025
1977
  bottom: 52px;
@@ -2119,39 +2071,87 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2119
2071
  40% {
2120
2072
  transform: scale(1);
2121
2073
  }
2122
- }.seek-time[data-seek-time] {
2074
+ }*, :focus, :visited {
2075
+ outline: none !important;
2076
+ }
2077
+
2078
+ .subtitles[data-subtitles] {
2079
+ float: right;
2080
+ position: relative;
2081
+ width: 50px;
2082
+ }
2083
+ .subtitles[data-subtitles] button {
2084
+ background-color: transparent;
2085
+ color: #fff;
2086
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2087
+ -webkit-font-smoothing: antialiased;
2088
+ border: none;
2089
+ font-size: 14px;
2090
+ cursor: pointer;
2091
+ }
2092
+ .subtitles[data-subtitles] button .subtitle-text svg {
2093
+ fill: white;
2094
+ }
2095
+ .subtitles[data-subtitles] button:hover {
2096
+ color: #c9c9c9;
2097
+ }
2098
+ .subtitles[data-subtitles] button.changing {
2099
+ animation: pulse 0.5s infinite alternate;
2100
+ }
2101
+ .subtitles[data-subtitles] > ul {
2102
+ width: 80px;
2103
+ list-style-type: none;
2123
2104
  position: absolute;
2124
- white-space: nowrap;
2125
- height: 20px;
2126
- line-height: 20px;
2127
- font-size: 0;
2128
- left: -100%;
2129
- bottom: 55px;
2130
- background-color: rgba(2, 2, 2, 0.5);
2131
- z-index: 9999;
2132
- transition: opacity 0.1s ease;
2105
+ bottom: 25px;
2106
+ border: 1px solid black;
2107
+ display: none;
2108
+ background-color: #e6e6e6;
2133
2109
  }
2134
- .seek-time[data-seek-time].hidden[data-seek-time] {
2135
- opacity: 0;
2110
+ .subtitles[data-subtitles] li {
2111
+ font-size: 10px;
2136
2112
  }
2137
- .seek-time[data-seek-time] [data-seek-time] {
2138
- display: inline-block;
2113
+ .subtitles[data-subtitles] li[data-title] {
2114
+ background-color: #c3c2c2;
2115
+ padding: 5px;
2116
+ }
2117
+ .subtitles[data-subtitles] li a {
2118
+ color: #444;
2119
+ padding: 2px 10px;
2120
+ display: block;
2121
+ text-decoration: none;
2122
+ }
2123
+ .subtitles[data-subtitles] li a:hover {
2124
+ background-color: #555;
2139
2125
  color: white;
2140
- font-size: 10px;
2141
- padding-left: 7px;
2142
- padding-right: 7px;
2143
- vertical-align: top;
2144
2126
  }
2145
- .seek-time[data-seek-time] [data-duration] {
2146
- display: inline-block;
2147
- color: rgba(255, 255, 255, 0.5);
2148
- font-size: 10px;
2149
- padding-right: 7px;
2150
- vertical-align: top;
2127
+ .subtitles[data-subtitles] li a:hover a {
2128
+ color: white;
2129
+ text-decoration: none;
2151
2130
  }
2152
- .seek-time[data-seek-time] [data-duration]::before {
2153
- content: "|";
2154
- margin-right: 7px;
2131
+ .subtitles[data-subtitles] li.current a {
2132
+ color: #f00;
2133
+ background-color: #555;
2134
+ }
2135
+
2136
+ @keyframes pulse {
2137
+ 0% {
2138
+ color: #fff;
2139
+ }
2140
+ 50% {
2141
+ color: #ff0101;
2142
+ }
2143
+ 100% {
2144
+ color: #B80000;
2145
+ }
2146
+ }
2147
+ ::cue {
2148
+ visibility: hidden !important;
2149
+ font-size: 0 !important;
2150
+ }
2151
+
2152
+ .ios-fullscreen::cue {
2153
+ visibility: visible !important;
2154
+ font-size: 1em !important;
2155
2155
  }.player-logo[data-logo] {
2156
2156
  position: absolute;
2157
2157
  z-index: 2;