@gcorevideo/player 2.28.12 → 2.28.14
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/core.js +312 -180
- package/dist/index.css +223 -223
- package/dist/index.embed.js +322 -182
- package/dist/index.js +324 -184
- package/lib/build.d.ts.map +1 -1
- package/lib/build.js +1 -1
- package/lib/plugins/cmcd-config/CmcdConfig.d.ts.map +1 -1
- package/lib/plugins/cmcd-config/CmcdConfig.js +6 -2
- package/package.json +3 -3
- package/src/build.ts +1 -1
- package/src/plugins/cmcd-config/CmcdConfig.ts +7 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/vitest.config.ts +1 -2
package/dist/index.css
CHANGED
|
@@ -122,55 +122,64 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
125
|
+
}*, :focus, :visited {
|
|
126
|
+
outline: none !important;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.gear-wrapper .go-back {
|
|
130
|
+
font-weight: 600;
|
|
131
|
+
font-size: 14px;
|
|
132
|
+
line-height: 20px;
|
|
131
133
|
width: 100%;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
opacity: 0.75;
|
|
135
|
-
transition: opacity 0.1s ease;
|
|
136
|
-
pointer-events: auto;
|
|
134
|
+
text-align: left;
|
|
135
|
+
padding: 12px;
|
|
137
136
|
}
|
|
138
|
-
.
|
|
139
|
-
|
|
137
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
138
|
+
float: left;
|
|
139
|
+
padding-top: 2px;
|
|
140
|
+
padding-right: 2px;
|
|
140
141
|
}
|
|
141
|
-
.
|
|
142
|
-
|
|
142
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
143
|
+
height: 16px;
|
|
143
144
|
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
width: 120px;
|
|
151
|
-
height: 120px;
|
|
152
|
-
border: 2px solid white;
|
|
153
|
-
border-radius: 50%;
|
|
154
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
155
|
-
filter: alpha(opacity=60);
|
|
156
|
-
opacity: 1;
|
|
157
|
-
box-shadow: 0 0 1px 0 white;
|
|
158
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
159
|
-
z-index: 10000;
|
|
145
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
146
|
+
width: 100%;
|
|
147
|
+
list-style-type: none;
|
|
148
|
+
min-width: 60px;
|
|
149
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
150
|
+
overflow-y: auto;
|
|
160
151
|
}
|
|
161
|
-
.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
height: 80px;
|
|
152
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
153
|
+
font-size: 12px;
|
|
154
|
+
text-align: left;
|
|
165
155
|
}
|
|
166
|
-
.
|
|
167
|
-
|
|
156
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
157
|
+
display: block;
|
|
158
|
+
text-decoration: none;
|
|
159
|
+
height: 30px;
|
|
160
|
+
padding: 5px 10px;
|
|
161
|
+
line-height: 22px;
|
|
162
|
+
color: var(--gplayer-mc-text-dim-color);
|
|
168
163
|
}
|
|
169
|
-
.
|
|
170
|
-
|
|
164
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
165
|
+
color: var(--gplayer-mc-text-color);
|
|
166
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
171
167
|
}
|
|
172
|
-
.
|
|
173
|
-
|
|
168
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
169
|
+
color: var(--gplayer-mc-text-color);
|
|
170
|
+
text-decoration: none;
|
|
171
|
+
}
|
|
172
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
173
|
+
width: 30px;
|
|
174
|
+
height: 20px;
|
|
175
|
+
float: left;
|
|
176
|
+
display: block;
|
|
177
|
+
}
|
|
178
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
182
|
+
display: inline;
|
|
174
183
|
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
175
184
|
order: 99;
|
|
176
185
|
}
|
|
@@ -216,64 +225,55 @@
|
|
|
216
225
|
}
|
|
217
226
|
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
218
227
|
flex: 1 0 auto;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
font-size: 14px;
|
|
226
|
-
line-height: 20px;
|
|
227
|
-
width: 100%;
|
|
228
|
-
text-align: left;
|
|
229
|
-
padding: 12px;
|
|
230
|
-
}
|
|
231
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
232
|
-
float: left;
|
|
233
|
-
padding-top: 2px;
|
|
234
|
-
padding-right: 2px;
|
|
235
|
-
}
|
|
236
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
237
|
-
height: 16px;
|
|
238
|
-
}
|
|
239
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
228
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
229
|
+
position: absolute;
|
|
230
|
+
z-index: 9998;
|
|
231
|
+
background-color: transparent;
|
|
232
|
+
display: flex;
|
|
233
|
+
justify-content: center;
|
|
240
234
|
width: 100%;
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
235
|
+
height: calc(100% - 50px);
|
|
236
|
+
margin: 0 auto;
|
|
237
|
+
opacity: 0.75;
|
|
238
|
+
transition: opacity 0.1s ease;
|
|
239
|
+
pointer-events: auto;
|
|
245
240
|
}
|
|
246
|
-
.
|
|
247
|
-
|
|
248
|
-
text-align: left;
|
|
241
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
242
|
+
display: none;
|
|
249
243
|
}
|
|
250
|
-
.
|
|
251
|
-
|
|
252
|
-
text-decoration: none;
|
|
253
|
-
height: 30px;
|
|
254
|
-
padding: 5px 10px;
|
|
255
|
-
line-height: 22px;
|
|
256
|
-
color: var(--gplayer-mc-text-dim-color);
|
|
244
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
245
|
+
cursor: pointer;
|
|
257
246
|
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
247
|
+
|
|
248
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
249
|
+
display: flex;
|
|
250
|
+
align-items: center;
|
|
251
|
+
justify-content: center;
|
|
252
|
+
align-self: center;
|
|
253
|
+
width: 120px;
|
|
254
|
+
height: 120px;
|
|
255
|
+
border: 2px solid white;
|
|
256
|
+
border-radius: 50%;
|
|
257
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
258
|
+
filter: alpha(opacity=60);
|
|
259
|
+
opacity: 1;
|
|
260
|
+
box-shadow: 0 0 1px 0 white;
|
|
261
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
262
|
+
z-index: 10000;
|
|
261
263
|
}
|
|
262
|
-
.
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
265
|
+
margin-left: 5px;
|
|
266
|
+
width: 80px;
|
|
267
|
+
height: 80px;
|
|
265
268
|
}
|
|
266
|
-
.
|
|
267
|
-
|
|
268
|
-
height: 20px;
|
|
269
|
-
float: left;
|
|
270
|
-
display: block;
|
|
269
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
270
|
+
fill: #1f1e1e !important;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
273
|
-
|
|
272
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
273
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
274
274
|
}
|
|
275
|
-
.
|
|
276
|
-
|
|
275
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
276
|
+
fill: #151515 !important;
|
|
277
277
|
}:root {
|
|
278
278
|
--primary-background-color: #000;
|
|
279
279
|
--secondary-background-color: #262626;
|
|
@@ -661,42 +661,6 @@
|
|
|
661
661
|
}
|
|
662
662
|
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
663
663
|
max-width: 100px;
|
|
664
|
-
}.context-menu {
|
|
665
|
-
z-index: 999;
|
|
666
|
-
position: absolute;
|
|
667
|
-
top: 0;
|
|
668
|
-
left: 0;
|
|
669
|
-
text-align: center;
|
|
670
|
-
}
|
|
671
|
-
.context-menu .context-menu-list {
|
|
672
|
-
font-family: "Proxima Nova", sans-serif;
|
|
673
|
-
font-size: 12px;
|
|
674
|
-
line-height: 12px;
|
|
675
|
-
list-style-type: none;
|
|
676
|
-
text-align: left;
|
|
677
|
-
padding: 5px;
|
|
678
|
-
margin-left: auto;
|
|
679
|
-
margin-right: auto;
|
|
680
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
681
|
-
border: 1px solid #666;
|
|
682
|
-
border-radius: 4px;
|
|
683
|
-
}
|
|
684
|
-
.context-menu .context-menu-list-item button {
|
|
685
|
-
border: none;
|
|
686
|
-
background-color: transparent;
|
|
687
|
-
padding: 0;
|
|
688
|
-
color: white;
|
|
689
|
-
display: flex;
|
|
690
|
-
gap: 8px;
|
|
691
|
-
align-items: center;
|
|
692
|
-
justify-content: center;
|
|
693
|
-
cursor: pointer;
|
|
694
|
-
padding: 5px;
|
|
695
|
-
width: 100%;
|
|
696
|
-
}
|
|
697
|
-
.context-menu .context-menu-list-item_icon {
|
|
698
|
-
width: 20px;
|
|
699
|
-
height: 20px;
|
|
700
664
|
}.dvr-controls {
|
|
701
665
|
--disabled-opacity: 0.3;
|
|
702
666
|
--circle-radius: 5px;
|
|
@@ -754,6 +718,42 @@
|
|
|
754
718
|
.dvr-controls .live-button:hover {
|
|
755
719
|
opacity: 1;
|
|
756
720
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
721
|
+
}.context-menu {
|
|
722
|
+
z-index: 999;
|
|
723
|
+
position: absolute;
|
|
724
|
+
top: 0;
|
|
725
|
+
left: 0;
|
|
726
|
+
text-align: center;
|
|
727
|
+
}
|
|
728
|
+
.context-menu .context-menu-list {
|
|
729
|
+
font-family: "Proxima Nova", sans-serif;
|
|
730
|
+
font-size: 12px;
|
|
731
|
+
line-height: 12px;
|
|
732
|
+
list-style-type: none;
|
|
733
|
+
text-align: left;
|
|
734
|
+
padding: 5px;
|
|
735
|
+
margin-left: auto;
|
|
736
|
+
margin-right: auto;
|
|
737
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
738
|
+
border: 1px solid #666;
|
|
739
|
+
border-radius: 4px;
|
|
740
|
+
}
|
|
741
|
+
.context-menu .context-menu-list-item button {
|
|
742
|
+
border: none;
|
|
743
|
+
background-color: transparent;
|
|
744
|
+
padding: 0;
|
|
745
|
+
color: white;
|
|
746
|
+
display: flex;
|
|
747
|
+
gap: 8px;
|
|
748
|
+
align-items: center;
|
|
749
|
+
justify-content: center;
|
|
750
|
+
cursor: pointer;
|
|
751
|
+
padding: 5px;
|
|
752
|
+
width: 100%;
|
|
753
|
+
}
|
|
754
|
+
.context-menu .context-menu-list-item_icon {
|
|
755
|
+
width: 20px;
|
|
756
|
+
height: 20px;
|
|
757
757
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
758
758
|
color: #CCCACA;
|
|
759
759
|
position: absolute;
|
|
@@ -788,6 +788,14 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
788
788
|
cursor: pointer;
|
|
789
789
|
width: 30px;
|
|
790
790
|
margin: 15px auto 0;
|
|
791
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
792
|
+
order: 95;
|
|
793
|
+
}
|
|
794
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
795
|
+
height: 20px;
|
|
796
|
+
}
|
|
797
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
798
|
+
height: 20px;
|
|
791
799
|
}[data-player] {
|
|
792
800
|
--bottom-panel: 40px;
|
|
793
801
|
}
|
|
@@ -1544,12 +1552,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1544
1552
|
}
|
|
1545
1553
|
.multicamera[data-multicamera] li.current a {
|
|
1546
1554
|
color: #f00;
|
|
1547
|
-
}.quality-levels li.disabled {
|
|
1548
|
-
opacity: 0.5;
|
|
1549
|
-
pointer-events: none;
|
|
1550
|
-
}
|
|
1551
|
-
.quality-levels li.current {
|
|
1552
|
-
background-color: #000;
|
|
1553
1555
|
}.player-poster {
|
|
1554
1556
|
display: flex;
|
|
1555
1557
|
justify-content: center;
|
|
@@ -1584,14 +1586,12 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1584
1586
|
}
|
|
1585
1587
|
.player-poster .play-wrapper svg path {
|
|
1586
1588
|
fill: #fff;
|
|
1587
|
-
}.
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1591
|
-
height: 20px;
|
|
1589
|
+
}.quality-levels li.disabled {
|
|
1590
|
+
opacity: 0.5;
|
|
1591
|
+
pointer-events: none;
|
|
1592
1592
|
}
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1593
|
+
.quality-levels li.current {
|
|
1594
|
+
background-color: #000;
|
|
1595
1595
|
}.seek-time {
|
|
1596
1596
|
position: absolute;
|
|
1597
1597
|
white-space: nowrap;
|
|
@@ -1625,6 +1625,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1625
1625
|
.seek-time .seek-time__duration::before {
|
|
1626
1626
|
content: "|";
|
|
1627
1627
|
margin-right: 7px;
|
|
1628
|
+
}.share_plugin[data-share] {
|
|
1629
|
+
pointer-events: auto;
|
|
1630
|
+
z-index: 5;
|
|
1631
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1632
|
+
}
|
|
1633
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1634
|
+
right: -50px;
|
|
1635
|
+
}
|
|
1636
|
+
.share_plugin[data-share] .share-button-container {
|
|
1637
|
+
cursor: pointer;
|
|
1638
|
+
width: 36px;
|
|
1639
|
+
height: 36px;
|
|
1640
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1641
|
+
border-radius: 4px;
|
|
1642
|
+
position: absolute;
|
|
1643
|
+
right: 10px;
|
|
1644
|
+
top: 10px;
|
|
1645
|
+
padding-top: 6px;
|
|
1646
|
+
transition: all 0.3s ease-out;
|
|
1647
|
+
}
|
|
1648
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1649
|
+
background-color: transparent;
|
|
1650
|
+
border: 0;
|
|
1651
|
+
margin: 0 6px;
|
|
1652
|
+
padding: 0;
|
|
1653
|
+
cursor: pointer;
|
|
1654
|
+
display: inline-block;
|
|
1655
|
+
width: 19px;
|
|
1656
|
+
height: 20px;
|
|
1657
|
+
}
|
|
1658
|
+
.share_plugin[data-share] .share-container {
|
|
1659
|
+
pointer-events: auto;
|
|
1660
|
+
position: absolute;
|
|
1661
|
+
width: 280px;
|
|
1662
|
+
background-color: white;
|
|
1663
|
+
transform: translate(0, 50%);
|
|
1664
|
+
transform: translate(-50%, -50%);
|
|
1665
|
+
left: 50%;
|
|
1666
|
+
/* margin-left: -140px; */
|
|
1667
|
+
top: calc(50% - 20px);
|
|
1668
|
+
/* margin-top: -170px; */
|
|
1669
|
+
}
|
|
1670
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1671
|
+
text-align: left;
|
|
1672
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1673
|
+
}
|
|
1674
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1675
|
+
display: inline-block;
|
|
1676
|
+
font-size: 16px;
|
|
1677
|
+
margin: 5px;
|
|
1678
|
+
}
|
|
1679
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1680
|
+
display: inline-block;
|
|
1681
|
+
width: 24px;
|
|
1682
|
+
float: right;
|
|
1683
|
+
margin: 5px;
|
|
1684
|
+
cursor: pointer;
|
|
1685
|
+
}
|
|
1686
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1687
|
+
margin-bottom: 8px;
|
|
1688
|
+
}
|
|
1689
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1690
|
+
text-align: left;
|
|
1691
|
+
font-size: 14px;
|
|
1692
|
+
padding: 5px;
|
|
1693
|
+
}
|
|
1694
|
+
.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 {
|
|
1695
|
+
overflow: hidden;
|
|
1696
|
+
text-overflow: ellipsis;
|
|
1697
|
+
color: #818181;
|
|
1698
|
+
border: solid 1px #d3d3d3;
|
|
1699
|
+
width: calc(100% - 10px);
|
|
1700
|
+
padding: 5px;
|
|
1701
|
+
}
|
|
1702
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1703
|
+
max-height: 90px;
|
|
1704
|
+
resize: none;
|
|
1705
|
+
}
|
|
1706
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1707
|
+
width: 32px;
|
|
1708
|
+
display: inline-block;
|
|
1709
|
+
margin-right: 5px;
|
|
1710
|
+
cursor: pointer;
|
|
1628
1711
|
}.container-with-poster-clickable .mc-skip-time {
|
|
1629
1712
|
height: 0;
|
|
1630
1713
|
}
|
|
@@ -1731,89 +1814,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1731
1814
|
background-color: rgba(0, 0, 0, 0.4);
|
|
1732
1815
|
color: white;
|
|
1733
1816
|
display: inline-block;
|
|
1734
|
-
}.share_plugin[data-share] {
|
|
1735
|
-
pointer-events: auto;
|
|
1736
|
-
z-index: 5;
|
|
1737
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1738
|
-
}
|
|
1739
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1740
|
-
right: -50px;
|
|
1741
|
-
}
|
|
1742
|
-
.share_plugin[data-share] .share-button-container {
|
|
1743
|
-
cursor: pointer;
|
|
1744
|
-
width: 36px;
|
|
1745
|
-
height: 36px;
|
|
1746
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1747
|
-
border-radius: 4px;
|
|
1748
|
-
position: absolute;
|
|
1749
|
-
right: 10px;
|
|
1750
|
-
top: 10px;
|
|
1751
|
-
padding-top: 6px;
|
|
1752
|
-
transition: all 0.3s ease-out;
|
|
1753
|
-
}
|
|
1754
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1755
|
-
background-color: transparent;
|
|
1756
|
-
border: 0;
|
|
1757
|
-
margin: 0 6px;
|
|
1758
|
-
padding: 0;
|
|
1759
|
-
cursor: pointer;
|
|
1760
|
-
display: inline-block;
|
|
1761
|
-
width: 19px;
|
|
1762
|
-
height: 20px;
|
|
1763
|
-
}
|
|
1764
|
-
.share_plugin[data-share] .share-container {
|
|
1765
|
-
pointer-events: auto;
|
|
1766
|
-
position: absolute;
|
|
1767
|
-
width: 280px;
|
|
1768
|
-
background-color: white;
|
|
1769
|
-
transform: translate(0, 50%);
|
|
1770
|
-
transform: translate(-50%, -50%);
|
|
1771
|
-
left: 50%;
|
|
1772
|
-
/* margin-left: -140px; */
|
|
1773
|
-
top: calc(50% - 20px);
|
|
1774
|
-
/* margin-top: -170px; */
|
|
1775
|
-
}
|
|
1776
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1777
|
-
text-align: left;
|
|
1778
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1779
|
-
}
|
|
1780
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1781
|
-
display: inline-block;
|
|
1782
|
-
font-size: 16px;
|
|
1783
|
-
margin: 5px;
|
|
1784
|
-
}
|
|
1785
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1786
|
-
display: inline-block;
|
|
1787
|
-
width: 24px;
|
|
1788
|
-
float: right;
|
|
1789
|
-
margin: 5px;
|
|
1790
|
-
cursor: pointer;
|
|
1791
|
-
}
|
|
1792
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1793
|
-
margin-bottom: 8px;
|
|
1794
|
-
}
|
|
1795
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1796
|
-
text-align: left;
|
|
1797
|
-
font-size: 14px;
|
|
1798
|
-
padding: 5px;
|
|
1799
|
-
}
|
|
1800
|
-
.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 {
|
|
1801
|
-
overflow: hidden;
|
|
1802
|
-
text-overflow: ellipsis;
|
|
1803
|
-
color: #818181;
|
|
1804
|
-
border: solid 1px #d3d3d3;
|
|
1805
|
-
width: calc(100% - 10px);
|
|
1806
|
-
padding: 5px;
|
|
1807
|
-
}
|
|
1808
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1809
|
-
max-height: 90px;
|
|
1810
|
-
resize: none;
|
|
1811
|
-
}
|
|
1812
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1813
|
-
width: 32px;
|
|
1814
|
-
display: inline-block;
|
|
1815
|
-
margin-right: 5px;
|
|
1816
|
-
cursor: pointer;
|
|
1817
1817
|
}.scrub-thumbnails {
|
|
1818
1818
|
position: absolute;
|
|
1819
1819
|
bottom: 52px;
|