@gcorevideo/player 2.30.2 → 2.30.3

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 (47) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +353 -353
  3. package/dist/index.embed.js +8 -1
  4. package/dist/index.js +9 -2
  5. package/lib/plugins/media-control/MediaControl.d.ts +1 -0
  6. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  7. package/lib/plugins/media-control/MediaControl.js +9 -1
  8. package/package.json +1 -1
  9. package/src/plugins/media-control/MediaControl.ts +10 -1
  10. package/tsconfig.tsbuildinfo +1 -1
  11. package/assets/vast-ads/style.scss +0 -112
  12. package/lib/plugins/vast-ads/VastAds.d.ts +0 -74
  13. package/lib/plugins/vast-ads/VastAds.d.ts.map +0 -1
  14. package/lib/plugins/vast-ads/VastAds.js +0 -693
  15. package/lib/plugins/vast-ads/loaderxml.d.ts +0 -32
  16. package/lib/plugins/vast-ads/loaderxml.d.ts.map +0 -1
  17. package/lib/plugins/vast-ads/loaderxml.js +0 -229
  18. package/lib/plugins/vast-ads/roll.d.ts +0 -60
  19. package/lib/plugins/vast-ads/roll.d.ts.map +0 -1
  20. package/lib/plugins/vast-ads/roll.js +0 -421
  21. package/lib/plugins/vast-ads/rollmanager.d.ts +0 -62
  22. package/lib/plugins/vast-ads/rollmanager.d.ts.map +0 -1
  23. package/lib/plugins/vast-ads/rollmanager.js +0 -357
  24. package/lib/plugins/vast-ads/sctemanager.d.ts +0 -18
  25. package/lib/plugins/vast-ads/sctemanager.d.ts.map +0 -1
  26. package/lib/plugins/vast-ads/sctemanager.js +0 -117
  27. package/lib/plugins/vast-ads/types.d.ts +0 -12
  28. package/lib/plugins/vast-ads/types.d.ts.map +0 -1
  29. package/lib/plugins/vast-ads/types.js +0 -1
  30. package/lib/plugins/vast-ads/urlhandler.d.ts +0 -4
  31. package/lib/plugins/vast-ads/urlhandler.d.ts.map +0 -1
  32. package/lib/plugins/vast-ads/urlhandler.js +0 -30
  33. package/lib/plugins/vast-ads/xmlhttprequest.d.ts +0 -6
  34. package/lib/plugins/vast-ads/xmlhttprequest.d.ts.map +0 -1
  35. package/lib/plugins/vast-ads/xmlhttprequest.js +0 -40
  36. package/lib/plugins/vast-ads/xmlmerge.d.ts +0 -12
  37. package/lib/plugins/vast-ads/xmlmerge.d.ts.map +0 -1
  38. package/lib/plugins/vast-ads/xmlmerge.js +0 -83
  39. package/src/plugins/vast-ads/VastAds.ts +0 -919
  40. package/src/plugins/vast-ads/loaderxml.ts +0 -301
  41. package/src/plugins/vast-ads/roll.ts +0 -590
  42. package/src/plugins/vast-ads/rollmanager.ts +0 -447
  43. package/src/plugins/vast-ads/sctemanager.ts +0 -152
  44. package/src/plugins/vast-ads/types.ts +0 -20
  45. package/src/plugins/vast-ads/urlhandler.ts +0 -42
  46. package/src/plugins/vast-ads/xmlhttprequest.ts +0 -49
  47. package/src/plugins/vast-ads/xmlmerge.ts +0 -106
package/dist/index.css CHANGED
@@ -279,29 +279,63 @@
279
279
  }
280
280
  .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
281
281
  flex: 1 0 auto;
282
- }@charset "UTF-8";
283
- .gplayer-mc-clips {
282
+ }.dvr-controls {
283
+ --disabled-opacity: 0.3;
284
+ --circle-radius: 5px;
284
285
  display: flex;
285
- gap: 6px;
286
+ align-items: center;
287
+ color: var(--player-dvr-color);
288
+ font-size: 10px;
289
+ font-weight: 500;
290
+ height: var(--bottom-panel);
291
+ line-height: var(--bottom-panel);
292
+ margin-left: 0;
286
293
  }
287
- .gplayer-mc-clips .gplayer-mc-clips-text {
288
- text-overflow: ellipsis;
289
- white-space: nowrap;
290
- overflow: hidden;
294
+ .dvr-controls .live-info,
295
+ .dvr-controls .live-button {
296
+ font-size: 14px;
297
+ font-weight: 500;
298
+ margin-left: 20px;
299
+ letter-spacing: 0.8px;
300
+ text-transform: uppercase;
301
+ }
302
+ .dvr-controls .live-info::before,
303
+ .dvr-controls .live-button::before {
304
+ margin-right: 8px;
305
+ content: "";
291
306
  display: inline-block;
292
- text-overflow: ellipsis;
293
- color: white;
294
- cursor: default;
295
- line-height: var(--bottom-panel);
296
307
  position: relative;
297
- max-width: 150px;
308
+ width: calc(var(--circle-radius) * 2);
309
+ height: calc(var(--circle-radius) * 2);
310
+ border-radius: var(--circle-radius);
311
+ background-color: var(--player-dvr-color);
298
312
  }
299
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
300
- content: "•";
301
- padding-right: 6px;
313
+ .dvr-controls.disabled {
314
+ opacity: var(--disabled-opacity);
302
315
  }
303
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
304
- max-width: 100px;
316
+ .dvr-controls.disabled:before {
317
+ background-color: var(--player-dvr-color);
318
+ }
319
+ .dvr-controls .live-info {
320
+ text-transform: uppercase;
321
+ color: #fffffe;
322
+ }
323
+ .dvr-controls .live-info::before {
324
+ background-color: #ed4f4a;
325
+ }
326
+ .dvr-controls .live-button {
327
+ cursor: pointer;
328
+ outline: none;
329
+ border: 0;
330
+ color: var(--player-dvr-color);
331
+ background-color: transparent;
332
+ padding: 0;
333
+ opacity: 0.7;
334
+ transition: all 0.1s ease;
335
+ }
336
+ .dvr-controls .live-button:hover {
337
+ opacity: 1;
338
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
305
339
  }:root {
306
340
  --primary-background-color: #000;
307
341
  --secondary-background-color: #262626;
@@ -702,131 +736,29 @@
702
736
  .context-menu .context-menu-list-item_icon {
703
737
  width: 20px;
704
738
  height: 20px;
705
- }.dvr-controls {
706
- --disabled-opacity: 0.3;
707
- --circle-radius: 5px;
739
+ }@charset "UTF-8";
740
+ .gplayer-mc-clips {
708
741
  display: flex;
709
- align-items: center;
710
- color: var(--player-dvr-color);
711
- font-size: 10px;
712
- font-weight: 500;
713
- height: var(--bottom-panel);
714
- line-height: var(--bottom-panel);
715
- margin-left: 0;
716
- }
717
- .dvr-controls .live-info,
718
- .dvr-controls .live-button {
719
- font-size: 14px;
720
- font-weight: 500;
721
- margin-left: 20px;
722
- letter-spacing: 0.8px;
723
- text-transform: uppercase;
742
+ gap: 6px;
724
743
  }
725
- .dvr-controls .live-info::before,
726
- .dvr-controls .live-button::before {
727
- margin-right: 8px;
728
- content: "";
744
+ .gplayer-mc-clips .gplayer-mc-clips-text {
745
+ text-overflow: ellipsis;
746
+ white-space: nowrap;
747
+ overflow: hidden;
729
748
  display: inline-block;
749
+ text-overflow: ellipsis;
750
+ color: white;
751
+ cursor: default;
752
+ line-height: var(--bottom-panel);
730
753
  position: relative;
731
- width: calc(var(--circle-radius) * 2);
732
- height: calc(var(--circle-radius) * 2);
733
- border-radius: var(--circle-radius);
734
- background-color: var(--player-dvr-color);
735
- }
736
- .dvr-controls.disabled {
737
- opacity: var(--disabled-opacity);
738
- }
739
- .dvr-controls.disabled:before {
740
- background-color: var(--player-dvr-color);
741
- }
742
- .dvr-controls .live-info {
743
- text-transform: uppercase;
744
- color: #fffffe;
745
- }
746
- .dvr-controls .live-info::before {
747
- background-color: #ed4f4a;
748
- }
749
- .dvr-controls .live-button {
750
- cursor: pointer;
751
- outline: none;
752
- border: 0;
753
- color: var(--player-dvr-color);
754
- background-color: transparent;
755
- padding: 0;
756
- opacity: 0.7;
757
- transition: all 0.1s ease;
758
- }
759
- .dvr-controls .live-button:hover {
760
- opacity: 1;
761
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
762
- }div.player-error-screen, [data-player] div.player-error-screen {
763
- color: #CCCACA;
764
- position: absolute;
765
- top: 0;
766
- height: 100%;
767
- width: 100%;
768
- background-color: rgba(0, 0, 0, 0.7);
769
- z-index: 2000;
770
- display: flex;
771
- flex-direction: column;
772
- justify-content: center;
773
- }
774
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
775
- font-size: 14px;
776
- color: #CCCACA;
777
- margin-top: 45px;
778
- }
779
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
780
- font-weight: bold;
781
- line-height: 30px;
782
- font-size: 18px;
783
- }
784
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
785
- width: 90%;
786
- margin: 0 auto;
787
- }
788
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
789
- font-size: 13px;
790
- margin-top: 15px;
791
- }
792
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
793
- cursor: pointer;
794
- width: 30px;
795
- margin: 15px auto 0;
796
- }.player-poster {
797
- display: flex;
798
- justify-content: center;
799
- align-items: center;
800
- position: absolute;
801
- height: 100%;
802
- width: 100%;
803
- z-index: 998;
804
- top: 0;
805
- left: 0;
806
- background-color: #000;
807
- background-size: cover;
808
- background-repeat: no-repeat;
809
- background-position: 50% 50%;
810
- }
811
- .player-poster.clickable {
812
- cursor: pointer;
813
- }
814
- .player-poster:hover .play-wrapper {
815
- opacity: 1;
816
- }
817
- .player-poster .play-wrapper {
818
- width: 100%;
819
- height: 25%;
820
- margin: 0 auto;
821
- opacity: 0.75;
822
- transition: opacity 0.1s ease;
754
+ max-width: 150px;
823
755
  }
824
- .player-poster .play-wrapper svg {
825
- height: 100%;
826
- display: inline;
756
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
757
+ content: "•";
758
+ padding-right: 6px;
827
759
  }
828
- .player-poster .play-wrapper svg path {
829
- fill: #fff;
760
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
761
+ max-width: 100px;
830
762
  }*,
831
763
  :focus,
832
764
  :visited {
@@ -948,222 +880,24 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
948
880
  }
949
881
  .media-control-skin-1 .media-control-item.media-control-pip button svg {
950
882
  height: 20px;
951
- }.seek-time {
952
- position: absolute;
953
- white-space: nowrap;
954
- height: 20px;
955
- line-height: 20px;
956
- font-size: 0;
957
- left: -100%;
958
- bottom: 55px;
959
- background-color: rgba(2, 2, 2, 0.5);
960
- z-index: 9999;
961
- transition: opacity 0.1s ease;
962
- }
963
- .seek-time.hidden {
964
- opacity: 0;
883
+ }[data-player] {
884
+ --bottom-panel: 40px;
965
885
  }
966
- .seek-time .seek-time__pos {
967
- display: inline-block;
968
- color: white;
969
- font-size: 10px;
970
- padding-left: 7px;
971
- padding-right: 7px;
972
- vertical-align: top;
886
+
887
+ .container .media-control-notransition {
888
+ transition: none !important;
973
889
  }
974
- .seek-time .seek-time__duration {
975
- display: inline-block;
976
- color: rgba(255, 255, 255, 0.5);
977
- font-size: 10px;
978
- padding-right: 7px;
979
- vertical-align: top;
890
+ .container .player-poster .play-wrapper {
891
+ opacity: 1;
980
892
  }
981
- .seek-time .seek-time__duration::before {
982
- content: "|";
983
- margin-right: 7px;
984
- }.container-with-poster-clickable .mc-skip-time {
985
- height: 0;
893
+ .container.crop-video [data-html5-video] {
894
+ object-fit: cover;
986
895
  }
987
-
988
- .mc-skip-time {
989
- position: absolute;
990
- width: 100%;
991
- height: calc(100% - 50px);
992
- z-index: 9998;
993
- background-color: transparent;
994
- font-family: Roboto, "Open Sans", Arial, sans-serif;
995
- }
996
- .mc-skip-time .skip-container {
997
- width: 100%;
998
- height: 100%;
999
- display: flex;
1000
- justify-content: space-between;
1001
- }
1002
- .mc-skip-time .skip-container .skip-item {
1003
- flex: 1 0 0px;
1004
- height: 100%;
1005
- }.share_plugin[data-share] {
1006
- pointer-events: auto;
1007
- z-index: 5;
1008
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1009
- }
1010
- .share_plugin[data-share].share-hide .share-button-container {
1011
- right: -50px;
1012
- }
1013
- .share_plugin[data-share] .share-button-container {
1014
- cursor: pointer;
1015
- width: 36px;
1016
- height: 36px;
1017
- background-color: rgba(74, 74, 74, 0.6);
1018
- border-radius: 4px;
1019
- position: absolute;
1020
- right: 10px;
1021
- top: 10px;
1022
- padding-top: 6px;
1023
- transition: all 0.3s ease-out;
1024
- }
1025
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1026
- background-color: transparent;
1027
- border: 0;
1028
- margin: 0 6px;
1029
- padding: 0;
1030
- cursor: pointer;
1031
- display: inline-block;
1032
- width: 19px;
1033
- height: 20px;
1034
- }
1035
- .share_plugin[data-share] .share-container {
1036
- pointer-events: auto;
1037
- position: absolute;
1038
- width: 280px;
1039
- background-color: white;
1040
- transform: translate(0, 50%);
1041
- transform: translate(-50%, -50%);
1042
- left: 50%;
1043
- /* margin-left: -140px; */
1044
- top: calc(50% - 20px);
1045
- /* margin-top: -170px; */
1046
- }
1047
- .share_plugin[data-share] .share-container .share-container-header {
1048
- text-align: left;
1049
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1050
- }
1051
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1052
- display: inline-block;
1053
- font-size: 16px;
1054
- margin: 5px;
1055
- }
1056
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1057
- display: inline-block;
1058
- width: 24px;
1059
- float: right;
1060
- margin: 5px;
1061
- cursor: pointer;
1062
- }
1063
- .share_plugin[data-share] .share-container .share-container-main {
1064
- margin-bottom: 8px;
1065
- }
1066
- .share_plugin[data-share] .share-container .share-container-main > div {
1067
- text-align: left;
1068
- font-size: 14px;
1069
- padding: 5px;
1070
- }
1071
- .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 {
1072
- overflow: hidden;
1073
- text-overflow: ellipsis;
1074
- color: #818181;
1075
- border: solid 1px #d3d3d3;
1076
- width: calc(100% - 10px);
1077
- padding: 5px;
1078
- }
1079
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1080
- max-height: 90px;
1081
- resize: none;
1082
- }
1083
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1084
- width: 32px;
1085
- display: inline-block;
1086
- margin-right: 5px;
1087
- cursor: pointer;
1088
- }.media-control-skin-1 .media-control-cc button.media-control-button {
1089
- display: flex;
1090
- justify-content: center;
1091
- padding: 0;
1092
- align-items: center;
1093
- vertical-align: top;
1094
- }
1095
- .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1096
- color: white;
1097
- }
1098
- .media-control-skin-1 .media-control-cc ul li {
1099
- text-align: center;
1100
- }
1101
- .media-control-skin-1 .media-control-cc ul li a {
1102
- height: 30px;
1103
- padding: 5px 10px;
1104
- color: #fffffe;
1105
- }
1106
- .media-control-skin-1 .media-control-cc ul li a:hover {
1107
- background-color: rgba(0, 0, 0, 0.4);
1108
- }
1109
- .media-control-skin-1 .media-control-cc ul li.current a {
1110
- background-color: rgba(0, 0, 0, 0.4);
1111
- }
1112
- .media-control-skin-1 .media-control-cc ul li:first-child a {
1113
- border-bottom-left-radius: 4px;
1114
- border-bottom-right-radius: 4px;
1115
- }
1116
- .media-control-skin-1 .media-control-cc ul li:last-child a {
1117
- border-top-left-radius: 4px;
1118
- border-top-right-radius: 4px;
1119
- }
1120
- .media-control-skin-1 .media-control-cc {
1121
- position: relative;
1122
- order: 85;
1123
- }
1124
-
1125
- ::cue {
1126
- visibility: hidden !important;
1127
- font-size: 0 !important;
1128
- }
1129
-
1130
- .ios-fullscreen::cue {
1131
- visibility: visible !important;
1132
- font-size: 1em !important;
1133
- }
1134
-
1135
- .container .gplayer-cc-line {
1136
- position: absolute;
1137
- bottom: calc(var(--bottom-panel) + 5px);
1138
- width: 100%;
1139
- transition: transform 0.3s ease-out;
1140
- }
1141
- .container .gplayer-cc-line.media-control-cc-pulled {
1142
- transform: translateY(var(--bottom-panel));
1143
- }
1144
- .container .gplayer-cc-line p {
1145
- width: auto;
1146
- background-color: rgba(0, 0, 0, 0.4);
1147
- color: white;
1148
- display: inline-block;
1149
- }[data-player] {
1150
- --bottom-panel: 40px;
1151
- }
1152
-
1153
- .container .media-control-notransition {
1154
- transition: none !important;
1155
- }
1156
- .container .player-poster .play-wrapper {
1157
- opacity: 1;
1158
- }
1159
- .container.crop-video [data-html5-video] {
1160
- object-fit: cover;
1161
- }
1162
- .container .player-poster .circle-poster {
1163
- top: 50%;
1164
- margin-top: -60px;
1165
- left: 50%;
1166
- margin-left: -60px;
896
+ .container .player-poster .circle-poster {
897
+ top: 50%;
898
+ margin-top: -60px;
899
+ left: 50%;
900
+ margin-left: -60px;
1167
901
  position: absolute;
1168
902
  width: 120px;
1169
903
  height: 120px;
@@ -1767,6 +1501,183 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1767
1501
  100% {
1768
1502
  color: #B80000;
1769
1503
  }
1504
+ }.player-poster {
1505
+ display: flex;
1506
+ justify-content: center;
1507
+ align-items: center;
1508
+ position: absolute;
1509
+ height: 100%;
1510
+ width: 100%;
1511
+ z-index: 998;
1512
+ top: 0;
1513
+ left: 0;
1514
+ background-color: #000;
1515
+ background-size: cover;
1516
+ background-repeat: no-repeat;
1517
+ background-position: 50% 50%;
1518
+ }
1519
+ .player-poster.clickable {
1520
+ cursor: pointer;
1521
+ }
1522
+ .player-poster:hover .play-wrapper {
1523
+ opacity: 1;
1524
+ }
1525
+ .player-poster .play-wrapper {
1526
+ width: 100%;
1527
+ height: 25%;
1528
+ margin: 0 auto;
1529
+ opacity: 0.75;
1530
+ transition: opacity 0.1s ease;
1531
+ }
1532
+ .player-poster .play-wrapper svg {
1533
+ height: 100%;
1534
+ display: inline;
1535
+ }
1536
+ .player-poster .play-wrapper svg path {
1537
+ fill: #fff;
1538
+ }.quality-levels li.disabled {
1539
+ opacity: 0.5;
1540
+ pointer-events: none;
1541
+ }
1542
+ .quality-levels li.current {
1543
+ background-color: #000;
1544
+ }.share_plugin[data-share] {
1545
+ pointer-events: auto;
1546
+ z-index: 5;
1547
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1548
+ }
1549
+ .share_plugin[data-share].share-hide .share-button-container {
1550
+ right: -50px;
1551
+ }
1552
+ .share_plugin[data-share] .share-button-container {
1553
+ cursor: pointer;
1554
+ width: 36px;
1555
+ height: 36px;
1556
+ background-color: rgba(74, 74, 74, 0.6);
1557
+ border-radius: 4px;
1558
+ position: absolute;
1559
+ right: 10px;
1560
+ top: 10px;
1561
+ padding-top: 6px;
1562
+ transition: all 0.3s ease-out;
1563
+ }
1564
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1565
+ background-color: transparent;
1566
+ border: 0;
1567
+ margin: 0 6px;
1568
+ padding: 0;
1569
+ cursor: pointer;
1570
+ display: inline-block;
1571
+ width: 19px;
1572
+ height: 20px;
1573
+ }
1574
+ .share_plugin[data-share] .share-container {
1575
+ pointer-events: auto;
1576
+ position: absolute;
1577
+ width: 280px;
1578
+ background-color: white;
1579
+ transform: translate(0, 50%);
1580
+ transform: translate(-50%, -50%);
1581
+ left: 50%;
1582
+ /* margin-left: -140px; */
1583
+ top: calc(50% - 20px);
1584
+ /* margin-top: -170px; */
1585
+ }
1586
+ .share_plugin[data-share] .share-container .share-container-header {
1587
+ text-align: left;
1588
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1589
+ }
1590
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1591
+ display: inline-block;
1592
+ font-size: 16px;
1593
+ margin: 5px;
1594
+ }
1595
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1596
+ display: inline-block;
1597
+ width: 24px;
1598
+ float: right;
1599
+ margin: 5px;
1600
+ cursor: pointer;
1601
+ }
1602
+ .share_plugin[data-share] .share-container .share-container-main {
1603
+ margin-bottom: 8px;
1604
+ }
1605
+ .share_plugin[data-share] .share-container .share-container-main > div {
1606
+ text-align: left;
1607
+ font-size: 14px;
1608
+ padding: 5px;
1609
+ }
1610
+ .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 {
1611
+ overflow: hidden;
1612
+ text-overflow: ellipsis;
1613
+ color: #818181;
1614
+ border: solid 1px #d3d3d3;
1615
+ width: calc(100% - 10px);
1616
+ padding: 5px;
1617
+ }
1618
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1619
+ max-height: 90px;
1620
+ resize: none;
1621
+ }
1622
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1623
+ width: 32px;
1624
+ display: inline-block;
1625
+ margin-right: 5px;
1626
+ cursor: pointer;
1627
+ }.seek-time {
1628
+ position: absolute;
1629
+ white-space: nowrap;
1630
+ height: 20px;
1631
+ line-height: 20px;
1632
+ font-size: 0;
1633
+ left: -100%;
1634
+ bottom: 55px;
1635
+ background-color: rgba(2, 2, 2, 0.5);
1636
+ z-index: 9999;
1637
+ transition: opacity 0.1s ease;
1638
+ }
1639
+ .seek-time.hidden {
1640
+ opacity: 0;
1641
+ }
1642
+ .seek-time .seek-time__pos {
1643
+ display: inline-block;
1644
+ color: white;
1645
+ font-size: 10px;
1646
+ padding-left: 7px;
1647
+ padding-right: 7px;
1648
+ vertical-align: top;
1649
+ }
1650
+ .seek-time .seek-time__duration {
1651
+ display: inline-block;
1652
+ color: rgba(255, 255, 255, 0.5);
1653
+ font-size: 10px;
1654
+ padding-right: 7px;
1655
+ vertical-align: top;
1656
+ }
1657
+ .seek-time .seek-time__duration::before {
1658
+ content: "|";
1659
+ margin-right: 7px;
1660
+ }.container-with-poster-clickable .mc-skip-time {
1661
+ height: 0;
1662
+ }
1663
+
1664
+ .mc-skip-time {
1665
+ position: absolute;
1666
+ width: 100%;
1667
+ height: calc(100% - 50px);
1668
+ z-index: 9998;
1669
+ background-color: transparent;
1670
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1671
+ }
1672
+ .mc-skip-time .skip-container {
1673
+ width: 100%;
1674
+ height: 100%;
1675
+ display: flex;
1676
+ justify-content: space-between;
1677
+ }
1678
+ .mc-skip-time .skip-container .skip-item {
1679
+ flex: 1 0 0px;
1680
+ height: 100%;
1770
1681
  }.spinner-three-bounce[data-spinner] {
1771
1682
  position: absolute;
1772
1683
  width: 70px;
@@ -1805,6 +1716,67 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1805
1716
  40% {
1806
1717
  transform: scale(1);
1807
1718
  }
1719
+ }.media-control-skin-1 .media-control-cc button.media-control-button {
1720
+ display: flex;
1721
+ justify-content: center;
1722
+ padding: 0;
1723
+ align-items: center;
1724
+ vertical-align: top;
1725
+ }
1726
+ .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1727
+ color: white;
1728
+ }
1729
+ .media-control-skin-1 .media-control-cc ul li {
1730
+ text-align: center;
1731
+ }
1732
+ .media-control-skin-1 .media-control-cc ul li a {
1733
+ height: 30px;
1734
+ padding: 5px 10px;
1735
+ color: #fffffe;
1736
+ }
1737
+ .media-control-skin-1 .media-control-cc ul li a:hover {
1738
+ background-color: rgba(0, 0, 0, 0.4);
1739
+ }
1740
+ .media-control-skin-1 .media-control-cc ul li.current a {
1741
+ background-color: rgba(0, 0, 0, 0.4);
1742
+ }
1743
+ .media-control-skin-1 .media-control-cc ul li:first-child a {
1744
+ border-bottom-left-radius: 4px;
1745
+ border-bottom-right-radius: 4px;
1746
+ }
1747
+ .media-control-skin-1 .media-control-cc ul li:last-child a {
1748
+ border-top-left-radius: 4px;
1749
+ border-top-right-radius: 4px;
1750
+ }
1751
+ .media-control-skin-1 .media-control-cc {
1752
+ position: relative;
1753
+ order: 85;
1754
+ }
1755
+
1756
+ ::cue {
1757
+ visibility: hidden !important;
1758
+ font-size: 0 !important;
1759
+ }
1760
+
1761
+ .ios-fullscreen::cue {
1762
+ visibility: visible !important;
1763
+ font-size: 1em !important;
1764
+ }
1765
+
1766
+ .container .gplayer-cc-line {
1767
+ position: absolute;
1768
+ bottom: calc(var(--bottom-panel) + 5px);
1769
+ width: 100%;
1770
+ transition: transform 0.3s ease-out;
1771
+ }
1772
+ .container .gplayer-cc-line.media-control-cc-pulled {
1773
+ transform: translateY(var(--bottom-panel));
1774
+ }
1775
+ .container .gplayer-cc-line p {
1776
+ width: auto;
1777
+ background-color: rgba(0, 0, 0, 0.4);
1778
+ color: white;
1779
+ display: inline-block;
1808
1780
  }.scrub-thumbnails {
1809
1781
  position: absolute;
1810
1782
  bottom: 52px;
@@ -1868,12 +1840,40 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1868
1840
  }
1869
1841
  .scrub-thumbnails .backdrop .carousel img {
1870
1842
  width: auto;
1871
- }.quality-levels li.disabled {
1872
- opacity: 0.5;
1873
- pointer-events: none;
1843
+ }div.player-error-screen, [data-player] div.player-error-screen {
1844
+ color: #CCCACA;
1845
+ position: absolute;
1846
+ top: 0;
1847
+ height: 100%;
1848
+ width: 100%;
1849
+ background-color: rgba(0, 0, 0, 0.7);
1850
+ z-index: 2000;
1851
+ display: flex;
1852
+ flex-direction: column;
1853
+ justify-content: center;
1874
1854
  }
1875
- .quality-levels li.current {
1876
- background-color: #000;
1855
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1856
+ font-size: 14px;
1857
+ color: #CCCACA;
1858
+ margin-top: 45px;
1859
+ }
1860
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1861
+ font-weight: bold;
1862
+ line-height: 30px;
1863
+ font-size: 18px;
1864
+ }
1865
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1866
+ width: 90%;
1867
+ margin: 0 auto;
1868
+ }
1869
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1870
+ font-size: 13px;
1871
+ margin-top: 15px;
1872
+ }
1873
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1874
+ cursor: pointer;
1875
+ width: 30px;
1876
+ margin: 15px auto 0;
1877
1877
  }.player-logo[data-logo] {
1878
1878
  position: absolute;
1879
1879
  z-index: 2;