cloudinary-video-player 2.0.2-edge.2 → 2.0.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.
- package/dist/chapters.js +6 -509
- package/dist/chapters.light.js +6 -509
- package/dist/chapters.light.min.js +1 -1
- package/dist/chapters.min.js +1 -1
- package/dist/cld-video-player.css +1161 -0
- package/dist/cld-video-player.js +120 -84
- package/dist/cld-video-player.light.css +1161 -0
- package/dist/cld-video-player.light.js +120 -84
- package/dist/cld-video-player.light.min.css +1 -1
- package/dist/cld-video-player.light.min.js +1 -1
- package/dist/cld-video-player.min.css +1 -1
- package/dist/cld-video-player.min.js +1 -1
- package/dist/ima.js +6 -611
- package/dist/ima.light.js +6 -620
- package/dist/ima.light.min.js +1 -1
- package/dist/ima.min.js +1 -1
- package/dist/interaction-areas.js +6 -516
- package/dist/interaction-areas.light.js +6 -516
- package/dist/interaction-areas.light.min.js +1 -1
- package/dist/interaction-areas.min.js +1 -1
- package/dist/node_modules_lodash_throttle_js.js +449 -0
- package/dist/node_modules_lodash_throttle_js.light.js +449 -0
- package/dist/playlist.js +130 -549
- package/dist/playlist.light.js +130 -549
- package/dist/playlist.light.min.js +1 -1
- package/dist/playlist.min.js +1 -1
- package/dist/recommendations-overlay.js +6 -617
- package/dist/recommendations-overlay.light.js +6 -617
- package/dist/recommendations-overlay.light.min.js +1 -1
- package/dist/recommendations-overlay.min.js +1 -1
- package/dist/shoppable.js +7 -742
- package/dist/shoppable.light.js +7 -742
- package/dist/shoppable.light.min.js +1 -1
- package/dist/shoppable.min.js +1 -1
- package/lib/all.js +1 -1
- package/lib/chapters.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/cld-video-player.min.css +10 -1
- package/lib/ima.js +1 -1
- package/lib/interaction-areas.js +1 -1
- package/lib/playlist.js +1 -1
- package/lib/recommendations-overlay.js +1 -1
- package/lib/shoppable.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/lib/videoPlayerWithProfile.js +1 -1
- package/package.json +1 -2
- package/dist/473.light.min.js +0 -2
- package/dist/473.min.js +0 -2
- package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.js +0 -530
- package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.light.js +0 -530
- package/lib/473.js +0 -2
- package/lib/all.min.css +0 -12
- package/lib/videoPlayer.min.css +0 -12
- package/lib/videoPlayerWithProfile.min.css +0 -12
|
@@ -502,6 +502,9 @@
|
|
|
502
502
|
.cld-video-player .vjs-text-track-display > div {
|
|
503
503
|
margin: 3% !important;
|
|
504
504
|
}
|
|
505
|
+
.cld-video-player .vjs-text-track-display.cld-paced-text-tracks b {
|
|
506
|
+
color: var(--color-accent);
|
|
507
|
+
}
|
|
505
508
|
.cld-video-player .vjs-text-track-cue {
|
|
506
509
|
top: auto !important;
|
|
507
510
|
bottom: 3.4rem !important;
|
|
@@ -1080,5 +1083,1163 @@
|
|
|
1080
1083
|
background-color: var(--color-accent) !important;
|
|
1081
1084
|
text-shadow: 0 0 4px var(--color-base);
|
|
1082
1085
|
}
|
|
1086
|
+
/*!************************************************************************************************************************************************************!*\
|
|
1087
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/recommendations-overlay/recommendations-overlay.scss ***!
|
|
1088
|
+
\************************************************************************************************************************************************************/
|
|
1089
|
+
.vjs-recommendations-overlay {
|
|
1090
|
+
display: flex;
|
|
1091
|
+
align-items: center;
|
|
1092
|
+
justify-content: center;
|
|
1093
|
+
visibility: hidden;
|
|
1094
|
+
position: absolute;
|
|
1095
|
+
top: 0px;
|
|
1096
|
+
left: 0px;
|
|
1097
|
+
width: 100%;
|
|
1098
|
+
height: 100%;
|
|
1099
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
1100
|
+
}
|
|
1101
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-hide {
|
|
1102
|
+
font-size: 1em;
|
|
1103
|
+
cursor: pointer;
|
|
1104
|
+
position: absolute;
|
|
1105
|
+
display: inline-block;
|
|
1106
|
+
top: 3.75%;
|
|
1107
|
+
right: 1.72%;
|
|
1108
|
+
}
|
|
1109
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content {
|
|
1110
|
+
position: relative;
|
|
1111
|
+
width: 85%;
|
|
1112
|
+
}
|
|
1113
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content:before {
|
|
1114
|
+
display: block;
|
|
1115
|
+
content: "";
|
|
1116
|
+
width: 100%;
|
|
1117
|
+
padding-top: 56.25%;
|
|
1118
|
+
}
|
|
1119
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content > .aspect-ratio-content {
|
|
1120
|
+
position: absolute;
|
|
1121
|
+
top: 0;
|
|
1122
|
+
left: 0;
|
|
1123
|
+
right: 0;
|
|
1124
|
+
bottom: 0;
|
|
1125
|
+
}
|
|
1126
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content {
|
|
1127
|
+
display: flex;
|
|
1128
|
+
flex-flow: column;
|
|
1129
|
+
height: auto;
|
|
1130
|
+
}
|
|
1131
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item {
|
|
1132
|
+
border: 1px solid rgba(255, 255, 255, 0.5);
|
|
1133
|
+
}
|
|
1134
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary {
|
|
1135
|
+
flex: 1.82;
|
|
1136
|
+
display: flex;
|
|
1137
|
+
flex-flow: row;
|
|
1138
|
+
}
|
|
1139
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-image {
|
|
1140
|
+
flex: 1;
|
|
1141
|
+
background-size: cover;
|
|
1142
|
+
}
|
|
1143
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content {
|
|
1144
|
+
flex: 0.5625;
|
|
1145
|
+
display: flex;
|
|
1146
|
+
flex-flow: column;
|
|
1147
|
+
background: rgba(0, 0, 0, 0.6);
|
|
1148
|
+
text-align: left;
|
|
1149
|
+
padding: 3%;
|
|
1150
|
+
min-width: 0;
|
|
1151
|
+
}
|
|
1152
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h2 {
|
|
1153
|
+
white-space: nowrap;
|
|
1154
|
+
overflow: hidden;
|
|
1155
|
+
text-overflow: ellipsis;
|
|
1156
|
+
padding: 0 0 0 0;
|
|
1157
|
+
font-size: 18px;
|
|
1158
|
+
margin: 0 0 1em 0;
|
|
1159
|
+
font-weight: 600;
|
|
1160
|
+
}
|
|
1161
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h3 {
|
|
1162
|
+
white-space: nowrap;
|
|
1163
|
+
overflow: hidden;
|
|
1164
|
+
text-overflow: ellipsis;
|
|
1165
|
+
padding: 0 0 0 0;
|
|
1166
|
+
font-size: 20px;
|
|
1167
|
+
margin: 0 0 1.3em 0;
|
|
1168
|
+
font-weight: 500;
|
|
1169
|
+
}
|
|
1170
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
|
|
1171
|
+
padding: 0 0 0 0;
|
|
1172
|
+
margin: 0 0 0 0;
|
|
1173
|
+
font-size: 14px;
|
|
1174
|
+
overflow: hidden;
|
|
1175
|
+
line-height: 1.4em;
|
|
1176
|
+
font-weight: 400;
|
|
1177
|
+
}
|
|
1178
|
+
@media only screen and (max-width: 1050px) {
|
|
1179
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h2 {
|
|
1180
|
+
font-size: 16px;
|
|
1181
|
+
}
|
|
1182
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h3 {
|
|
1183
|
+
font-size: 18px;
|
|
1184
|
+
}
|
|
1185
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
|
|
1186
|
+
font-size: 12px;
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
@media only screen and (max-width: 900px) {
|
|
1190
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
|
|
1191
|
+
font-size: 10px;
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
@media only screen and (max-width: 768px) {
|
|
1195
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
|
|
1196
|
+
display: none;
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container {
|
|
1200
|
+
flex: 1;
|
|
1201
|
+
display: flex;
|
|
1202
|
+
flex-flow: row wrap;
|
|
1203
|
+
justify-content: flex-start;
|
|
1204
|
+
}
|
|
1205
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary {
|
|
1206
|
+
background-size: 100% 100%;
|
|
1207
|
+
flex: 1;
|
|
1208
|
+
max-width: 33%;
|
|
1209
|
+
font-size: 1.16em;
|
|
1210
|
+
position: relative;
|
|
1211
|
+
margin: 2% 2% 0 0;
|
|
1212
|
+
}
|
|
1213
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary:last-child {
|
|
1214
|
+
margin-right: 0;
|
|
1215
|
+
}
|
|
1216
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div {
|
|
1217
|
+
display: flex;
|
|
1218
|
+
flex-direction: row;
|
|
1219
|
+
justify-content: space-between;
|
|
1220
|
+
text-align: left;
|
|
1221
|
+
line-height: normal;
|
|
1222
|
+
position: absolute;
|
|
1223
|
+
width: 100%;
|
|
1224
|
+
bottom: 0;
|
|
1225
|
+
left: 0;
|
|
1226
|
+
padding: 20% 7% 4.5% 7%;
|
|
1227
|
+
}
|
|
1228
|
+
.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div {
|
|
1229
|
+
padding: 5% 7%;
|
|
1230
|
+
}
|
|
1231
|
+
.cld-video-player-skin-dark .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div.vjs-recommendations-overlay-item-info {
|
|
1232
|
+
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
|
|
1233
|
+
}
|
|
1234
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span {
|
|
1235
|
+
display: block;
|
|
1236
|
+
min-width: 0;
|
|
1237
|
+
text-overflow: ellipsis;
|
|
1238
|
+
overflow: hidden;
|
|
1239
|
+
white-space: nowrap;
|
|
1240
|
+
}
|
|
1241
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span.vjs-recommendations-overlay-item-secondary-title {
|
|
1242
|
+
flex: 2.3;
|
|
1243
|
+
font-size: 13px;
|
|
1244
|
+
}
|
|
1245
|
+
.vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span.vjs-recommendations-overlay-item-secondary-duration {
|
|
1246
|
+
text-align: right;
|
|
1247
|
+
margin-left: 10px;
|
|
1248
|
+
}
|
|
1249
|
+
/*!***************************************************************************************************************************!*\
|
|
1250
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/chapters/chapters.scss ***!
|
|
1251
|
+
\***************************************************************************************************************************/
|
|
1252
|
+
@charset "UTF-8";
|
|
1253
|
+
.cld-video-player .vjs-control-bar-chapter-wrapper {
|
|
1254
|
+
display: flex;
|
|
1255
|
+
align-items: center;
|
|
1256
|
+
container-type: inline-size;
|
|
1257
|
+
}
|
|
1258
|
+
.cld-video-player .vjs-control-bar-chapter-display {
|
|
1259
|
+
line-height: 1.5;
|
|
1260
|
+
font-size: 90%;
|
|
1261
|
+
white-space: nowrap;
|
|
1262
|
+
overflow: hidden;
|
|
1263
|
+
text-overflow: ellipsis;
|
|
1264
|
+
padding: 0 0.5em;
|
|
1265
|
+
}
|
|
1266
|
+
.cld-video-player .vjs-control-bar-chapter-display:not(:empty)::before {
|
|
1267
|
+
content: "•";
|
|
1268
|
+
padding-right: 0.5em;
|
|
1269
|
+
}
|
|
1270
|
+
@container (max-width: 150px) {
|
|
1271
|
+
.cld-video-player .vjs-control-bar-chapter-display {
|
|
1272
|
+
display: none;
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
.cld-video-player .vjs-chapter-marker {
|
|
1276
|
+
pointer-events: none;
|
|
1277
|
+
position: absolute;
|
|
1278
|
+
background: var(--color-base);
|
|
1279
|
+
width: 4px;
|
|
1280
|
+
top: 0;
|
|
1281
|
+
bottom: 0;
|
|
1282
|
+
opacity: 0.5;
|
|
1283
|
+
z-index: 1;
|
|
1284
|
+
}
|
|
1285
|
+
.cld-video-player .vjs-chapter-display {
|
|
1286
|
+
pointer-events: none;
|
|
1287
|
+
line-height: 1.5;
|
|
1288
|
+
font-size: 90%;
|
|
1289
|
+
white-space: nowrap;
|
|
1290
|
+
overflow: hidden;
|
|
1291
|
+
text-overflow: ellipsis;
|
|
1292
|
+
transform: translateX(-50%);
|
|
1293
|
+
bottom: 2.7em;
|
|
1294
|
+
position: absolute;
|
|
1295
|
+
text-shadow: 0 0 4px color-mix(in srgb, var(--color-base) 40%, transparent);
|
|
1296
|
+
}
|
|
1297
|
+
.cld-video-player .vjs-chapter-display:not(:empty) ~ .vjs-vtt-thumbnail-display {
|
|
1298
|
+
bottom: 4em;
|
|
1299
|
+
}
|
|
1300
|
+
.cld-video-player .vjs-time-tooltip {
|
|
1301
|
+
right: auto !important;
|
|
1302
|
+
translate: -50%;
|
|
1303
|
+
}
|
|
1304
|
+
/*!********************************************************************************************************************************************!*\
|
|
1305
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/videojs-ima/dist/videojs.ima.scss ***!
|
|
1306
|
+
\********************************************************************************************************************************************/
|
|
1307
|
+
/**
|
|
1308
|
+
* Copyright 2014 Google Inc.
|
|
1309
|
+
*
|
|
1310
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1311
|
+
* you may not use this file except in compliance with the License.
|
|
1312
|
+
* You may obtain a copy of the License at
|
|
1313
|
+
*
|
|
1314
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1315
|
+
*
|
|
1316
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1317
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1318
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1319
|
+
* See the License for the specific language governing permissions and
|
|
1320
|
+
* limitations under the License.
|
|
1321
|
+
*/
|
|
1322
|
+
.ima-ad-container {
|
|
1323
|
+
top: 0em;
|
|
1324
|
+
position: absolute;
|
|
1325
|
+
display: none;
|
|
1326
|
+
width: 100%;
|
|
1327
|
+
height: 100%;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
/* Move overlay if user fast-clicks play button. */
|
|
1331
|
+
.video-js.vjs-playing .bumpable-ima-ad-container {
|
|
1332
|
+
margin-top: -4em;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
/* Move overlay when controls are active. */
|
|
1336
|
+
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
|
|
1337
|
+
margin-top: 0em;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.video-js.vjs-paused .bumpable-ima-ad-container,
|
|
1341
|
+
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
|
|
1342
|
+
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
|
|
1343
|
+
margin-top: -4em;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.ima-controls-div {
|
|
1347
|
+
bottom: 0em;
|
|
1348
|
+
height: 1.4em;
|
|
1349
|
+
position: absolute;
|
|
1350
|
+
overflow: hidden;
|
|
1351
|
+
display: none;
|
|
1352
|
+
opacity: 1;
|
|
1353
|
+
background-color: rgba(7, 20, 30, 0.7);
|
|
1354
|
+
background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* FF3.6+ */
|
|
1355
|
+
background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0))); /* Chrome,Safari4+ */
|
|
1356
|
+
background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Chrome10+,Safari5.1+ */
|
|
1357
|
+
background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Opera 11.10+ */
|
|
1358
|
+
background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* IE10+ */
|
|
1359
|
+
background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* W3C */
|
|
1360
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0007141E", endColorstr="#07141E",GradientType=0 ); /* IE6-9 */
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.ima-controls-div.ima-controls-div-showing {
|
|
1364
|
+
height: 3.7em;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.ima-countdown-div {
|
|
1368
|
+
height: 1em;
|
|
1369
|
+
color: #FFFFFF;
|
|
1370
|
+
text-shadow: 0 0 0.2em #000;
|
|
1371
|
+
cursor: default;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.ima-seek-bar-div {
|
|
1375
|
+
top: 1.2em;
|
|
1376
|
+
height: 0.3em;
|
|
1377
|
+
position: absolute;
|
|
1378
|
+
background: rgba(255, 255, 255, 0.4);
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.ima-progress-div {
|
|
1382
|
+
width: 0em;
|
|
1383
|
+
height: 0.3em;
|
|
1384
|
+
background-color: #ECC546;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
|
|
1388
|
+
width: 2.33em;
|
|
1389
|
+
height: 1.33em;
|
|
1390
|
+
top: 0.733em;
|
|
1391
|
+
left: 0em;
|
|
1392
|
+
position: absolute;
|
|
1393
|
+
color: #CCCCCC;
|
|
1394
|
+
font-size: 1.5em;
|
|
1395
|
+
line-height: 2;
|
|
1396
|
+
text-align: center;
|
|
1397
|
+
font-family: VideoJS;
|
|
1398
|
+
cursor: pointer;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.ima-mute-div {
|
|
1402
|
+
left: auto;
|
|
1403
|
+
right: 5.667em;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.ima-slider-div {
|
|
1407
|
+
left: auto;
|
|
1408
|
+
right: 2.33em;
|
|
1409
|
+
width: 3.33em;
|
|
1410
|
+
height: 0.667em;
|
|
1411
|
+
top: 1.33em;
|
|
1412
|
+
background-color: #555555;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.ima-slider-level-div {
|
|
1416
|
+
width: 100%;
|
|
1417
|
+
height: 0.667em;
|
|
1418
|
+
background-color: #ECC546;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.ima-fullscreen-div {
|
|
1422
|
+
left: auto;
|
|
1423
|
+
right: 0em;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.ima-playing:before {
|
|
1427
|
+
content: "\f103";
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.ima-paused:before {
|
|
1431
|
+
content: "\f101";
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.ima-playing:hover:before, .ima-paused:hover:before {
|
|
1435
|
+
text-shadow: 0 0 1em #fff;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.ima-non-muted:before {
|
|
1439
|
+
content: "\f107";
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.ima-muted:before {
|
|
1443
|
+
content: "\f104";
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.ima-non-muted:hover:before, .ima-muted:hover:before {
|
|
1447
|
+
text-shadow: 0 0 1em #fff;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.ima-non-fullscreen:before {
|
|
1451
|
+
content: "\f108";
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.ima-fullscreen:before {
|
|
1455
|
+
content: "\f109";
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
|
|
1459
|
+
text-shadow: 0 0 1em #fff;
|
|
1460
|
+
}
|
|
1461
|
+
/*!*******************************************************************************************************************************************************!*\
|
|
1462
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/upcoming-video-overlay.scss ***!
|
|
1463
|
+
\*******************************************************************************************************************************************************/
|
|
1464
|
+
.vjs-upcoming-video {
|
|
1465
|
+
opacity: 0;
|
|
1466
|
+
transition: bottom 0.1s, visibility 0.2s, opacity 0.2s;
|
|
1467
|
+
visibility: hidden;
|
|
1468
|
+
position: absolute;
|
|
1469
|
+
bottom: 4.5em;
|
|
1470
|
+
right: 0.75em;
|
|
1471
|
+
width: 38.7%;
|
|
1472
|
+
max-width: 30em;
|
|
1473
|
+
border: 1px solid #E8E8E9;
|
|
1474
|
+
}
|
|
1475
|
+
.vjs-upcoming-video .upcoming-video-overlay {
|
|
1476
|
+
aspect-ratio: 16/9;
|
|
1477
|
+
background-size: cover;
|
|
1478
|
+
cursor: pointer;
|
|
1479
|
+
}
|
|
1480
|
+
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar {
|
|
1481
|
+
display: flex;
|
|
1482
|
+
flex: auto;
|
|
1483
|
+
justify-content: space-between;
|
|
1484
|
+
position: absolute;
|
|
1485
|
+
height: 3em;
|
|
1486
|
+
line-height: 3em;
|
|
1487
|
+
width: 100%;
|
|
1488
|
+
bottom: 0px;
|
|
1489
|
+
}
|
|
1490
|
+
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title {
|
|
1491
|
+
flex: auto;
|
|
1492
|
+
text-align: left;
|
|
1493
|
+
display: block;
|
|
1494
|
+
width: auto;
|
|
1495
|
+
max-width: 80%;
|
|
1496
|
+
padding-left: 1em;
|
|
1497
|
+
padding-right: 1em;
|
|
1498
|
+
}
|
|
1499
|
+
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display {
|
|
1500
|
+
text-overflow: ellipsis;
|
|
1501
|
+
overflow: hidden;
|
|
1502
|
+
white-space: nowrap;
|
|
1503
|
+
}
|
|
1504
|
+
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display .vjs-upcoming-video-title-display-label {
|
|
1505
|
+
font-weight: 400;
|
|
1506
|
+
}
|
|
1507
|
+
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-upcoming-video {
|
|
1508
|
+
transition: bottom 1s, visibility 0.2s, opacity 0.2s;
|
|
1509
|
+
bottom: 0.7em;
|
|
1510
|
+
}
|
|
1511
|
+
.vjs-upcoming-video.vjs-upcoming-video-show {
|
|
1512
|
+
transition: visibility 0.2s, opacity 0.2s;
|
|
1513
|
+
opacity: 1;
|
|
1514
|
+
visibility: visible;
|
|
1515
|
+
}
|
|
1516
|
+
.vjs-upcoming-video.disable-transition {
|
|
1517
|
+
transition: visibility 0s;
|
|
1518
|
+
}
|
|
1519
|
+
@media only screen and (max-width: 768px) {
|
|
1520
|
+
.vjs-upcoming-video:before {
|
|
1521
|
+
display: none;
|
|
1522
|
+
}
|
|
1523
|
+
.cld-video-player.cld-video-player-skin-dark .vjs-upcoming-video, .cld-video-player.cld-video-player-skin-light .vjs-upcoming-video {
|
|
1524
|
+
border: none;
|
|
1525
|
+
}
|
|
1526
|
+
.vjs-upcoming-video .aspect-ratio-content {
|
|
1527
|
+
background-image: none !important;
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
/*!*************************************************************************************************************************************************!*\
|
|
1531
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/playlist-buttons.scss ***!
|
|
1532
|
+
\*************************************************************************************************************************************************/
|
|
1533
|
+
.cld-video-player .vjs-playlist-button {
|
|
1534
|
+
display: none;
|
|
1535
|
+
}
|
|
1536
|
+
.cld-video-player.vjs-playlist .vjs-playlist-button {
|
|
1537
|
+
display: block;
|
|
1538
|
+
}
|
|
1539
|
+
/*!******************************************************************************************************************************!*\
|
|
1540
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/playlist.scss ***!
|
|
1541
|
+
\******************************************************************************************************************************/
|
|
1542
|
+
.cld-plw-horizontal .cld-plw-col-list {
|
|
1543
|
+
padding-top: 14.0625%;
|
|
1544
|
+
position: relative;
|
|
1545
|
+
}
|
|
1546
|
+
.cld-plw-horizontal .cld-plw-panel {
|
|
1547
|
+
overflow: auto;
|
|
1548
|
+
position: absolute;
|
|
1549
|
+
top: 0;
|
|
1550
|
+
bottom: 0;
|
|
1551
|
+
right: 0;
|
|
1552
|
+
left: 0;
|
|
1553
|
+
display: flex;
|
|
1554
|
+
flex-direction: row;
|
|
1555
|
+
}
|
|
1556
|
+
.cld-plw-horizontal .cld-plw-panel-item {
|
|
1557
|
+
background-image: none;
|
|
1558
|
+
min-width: 25%;
|
|
1559
|
+
max-width: 25%;
|
|
1560
|
+
}
|
|
1561
|
+
.cld-plw-horizontal .cld-plw-panel-item:first-child {
|
|
1562
|
+
margin-left: 0;
|
|
1563
|
+
}
|
|
1564
|
+
.cld-plw-horizontal .cld-plw-panel-item:last-child {
|
|
1565
|
+
margin-right: 0;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.cld-plw-vertical {
|
|
1569
|
+
display: flex;
|
|
1570
|
+
flex-direction: row;
|
|
1571
|
+
}
|
|
1572
|
+
.cld-plw-vertical.cld-plw-layout > div:first-child {
|
|
1573
|
+
flex: 1;
|
|
1574
|
+
}
|
|
1575
|
+
.cld-plw-vertical .cld-plw-col-list {
|
|
1576
|
+
display: flex;
|
|
1577
|
+
flex-direction: column;
|
|
1578
|
+
min-width: 20%;
|
|
1579
|
+
}
|
|
1580
|
+
.cld-plw-vertical .cld-plw-panel {
|
|
1581
|
+
height: 100%;
|
|
1582
|
+
overflow: auto;
|
|
1583
|
+
}
|
|
1584
|
+
.cld-plw-vertical .cld-plw-panel-item {
|
|
1585
|
+
height: 25%;
|
|
1586
|
+
}
|
|
1587
|
+
.cld-plw-vertical .cld-plw-panel-item:last-child {
|
|
1588
|
+
margin-bottom: 0;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.cld-plw-item-title-next {
|
|
1592
|
+
font-weight: bold;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.cld-plw-item-info-wrap {
|
|
1596
|
+
position: absolute;
|
|
1597
|
+
bottom: 0;
|
|
1598
|
+
left: 0;
|
|
1599
|
+
padding: 5% 7%;
|
|
1600
|
+
width: 100%;
|
|
1601
|
+
transition: color 0.25s;
|
|
1602
|
+
display: flex;
|
|
1603
|
+
flex-direction: row;
|
|
1604
|
+
justify-content: space-between;
|
|
1605
|
+
box-sizing: border-box;
|
|
1606
|
+
}
|
|
1607
|
+
.cld-video-player-skin-dark .cld-plw-item-info-wrap {
|
|
1608
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
1609
|
+
}
|
|
1610
|
+
@media only screen and (max-width: 768px) {
|
|
1611
|
+
.cld-video-player-skin-dark .cld-plw-item-info-wrap {
|
|
1612
|
+
background: var(--color-base);
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.cld-plw-item-title {
|
|
1617
|
+
text-overflow: ellipsis;
|
|
1618
|
+
white-space: nowrap;
|
|
1619
|
+
overflow: hidden;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.cld-plw-item-duration {
|
|
1623
|
+
margin-left: 10px;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/* Default Playlist Layout */
|
|
1627
|
+
.cld-plw-layout.cld-plw-layout-fluid {
|
|
1628
|
+
width: 100%;
|
|
1629
|
+
}
|
|
1630
|
+
.cld-plw-layout.cld-plw-vertical {
|
|
1631
|
+
flex-direction: row;
|
|
1632
|
+
}
|
|
1633
|
+
.cld-plw-layout.cld-plw-horizontal {
|
|
1634
|
+
flex-direction: column;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
.cld-plw-custom {
|
|
1638
|
+
padding: 4px;
|
|
1639
|
+
}
|
|
1640
|
+
.cld-plw-custom .cld-plw-panel-item {
|
|
1641
|
+
background: none !important;
|
|
1642
|
+
margin: 4px 0;
|
|
1643
|
+
}
|
|
1644
|
+
.cld-plw-custom .cld-plw-panel-item:first-child {
|
|
1645
|
+
margin-top: 0;
|
|
1646
|
+
}
|
|
1647
|
+
.cld-plw-custom .cld-plw-panel-item:last-child {
|
|
1648
|
+
margin-bottom: 0;
|
|
1649
|
+
}
|
|
1650
|
+
.cld-plw-custom .cld-plw-panel-item img {
|
|
1651
|
+
display: block;
|
|
1652
|
+
width: 150px;
|
|
1653
|
+
}
|
|
1654
|
+
.cld-plw-custom .cld-plw-panel-item .cld-plw-item-info-wrap {
|
|
1655
|
+
left: 160px;
|
|
1656
|
+
}
|
|
1657
|
+
.cld-plw-custom .cld-plw-panel-item .cld-plw-item-title-next {
|
|
1658
|
+
display: block;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
@media only screen and (max-width: 768px) {
|
|
1662
|
+
.cld-plw-layout.cld-plw-vertical, .cld-plw-layout.cld-plw-horizontal {
|
|
1663
|
+
flex-direction: column;
|
|
1664
|
+
}
|
|
1665
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
|
|
1666
|
+
flex-direction: column;
|
|
1667
|
+
}
|
|
1668
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-col-list, .cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
|
|
1669
|
+
width: inherit !important;
|
|
1670
|
+
height: inherit !important;
|
|
1671
|
+
max-height: 340px;
|
|
1672
|
+
}
|
|
1673
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
|
|
1674
|
+
background: none !important;
|
|
1675
|
+
}
|
|
1676
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item img, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item img {
|
|
1677
|
+
display: block;
|
|
1678
|
+
width: 150px;
|
|
1679
|
+
height: 84px;
|
|
1680
|
+
}
|
|
1681
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-info-wrap, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-info-wrap {
|
|
1682
|
+
left: 150px;
|
|
1683
|
+
padding: 15px 10px;
|
|
1684
|
+
top: 0;
|
|
1685
|
+
right: 0;
|
|
1686
|
+
width: auto;
|
|
1687
|
+
}
|
|
1688
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-next, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-next {
|
|
1689
|
+
display: block;
|
|
1690
|
+
}
|
|
1691
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-curr, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-curr {
|
|
1692
|
+
display: block;
|
|
1693
|
+
}
|
|
1694
|
+
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title {
|
|
1695
|
+
white-space: normal;
|
|
1696
|
+
}
|
|
1697
|
+
.cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
|
|
1698
|
+
padding-top: 0;
|
|
1699
|
+
overflow: auto;
|
|
1700
|
+
}
|
|
1701
|
+
.cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
|
|
1702
|
+
position: initial;
|
|
1703
|
+
}
|
|
1704
|
+
.cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
|
|
1705
|
+
max-width: none;
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
/*!*****************************************************************************************************************************************!*\
|
|
1709
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/thumbnail/thumbnail.scss ***!
|
|
1710
|
+
\*****************************************************************************************************************************************/
|
|
1711
|
+
.cld-thumbnail {
|
|
1712
|
+
position: relative;
|
|
1713
|
+
display: block;
|
|
1714
|
+
width: 100%;
|
|
1715
|
+
overflow: hidden;
|
|
1716
|
+
font-size: 1em;
|
|
1717
|
+
text-align: left;
|
|
1718
|
+
background-repeat: no-repeat;
|
|
1719
|
+
background-size: cover;
|
|
1720
|
+
background-position: center;
|
|
1721
|
+
}
|
|
1722
|
+
.cld-thumbnail .cld-thumbnail-img {
|
|
1723
|
+
display: none;
|
|
1724
|
+
}
|
|
1725
|
+
.cld-thumbnail:before {
|
|
1726
|
+
content: "";
|
|
1727
|
+
position: absolute;
|
|
1728
|
+
top: 40%;
|
|
1729
|
+
max-height: 60%;
|
|
1730
|
+
right: 0;
|
|
1731
|
+
bottom: 0;
|
|
1732
|
+
left: 0;
|
|
1733
|
+
background: linear-gradient(to top, var(--color-base), transparent 80%);
|
|
1734
|
+
opacity: 0.6;
|
|
1735
|
+
}
|
|
1736
|
+
.cld-thumbnail.cld-plw-panel-item-active {
|
|
1737
|
+
border: 1px solid var(--color-accent);
|
|
1738
|
+
box-sizing: border-box;
|
|
1739
|
+
}
|
|
1740
|
+
.cld-thumbnail.cld-plw-panel-item-active .cld-plw-item-info-wrap {
|
|
1741
|
+
color: var(--color-accent);
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.cld-plw-panel-item:hover:after {
|
|
1745
|
+
content: "";
|
|
1746
|
+
position: absolute;
|
|
1747
|
+
width: 100%;
|
|
1748
|
+
height: 100%;
|
|
1749
|
+
top: 0px;
|
|
1750
|
+
left: 0px;
|
|
1751
|
+
background-color: var(--color-text);
|
|
1752
|
+
opacity: 0.2;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
@media only screen and (max-width: 768px) {
|
|
1756
|
+
.cld-thumbnail:before {
|
|
1757
|
+
background: none;
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
/*!*******************************************************************************************************************************************!*\
|
|
1761
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/shoppable-bar/shoppable-widget.scss ***!
|
|
1762
|
+
\*******************************************************************************************************************************************/
|
|
1763
|
+
.cld-spbl-bar {
|
|
1764
|
+
position: absolute;
|
|
1765
|
+
top: 0;
|
|
1766
|
+
right: 0;
|
|
1767
|
+
bottom: 0;
|
|
1768
|
+
left: 0;
|
|
1769
|
+
pointer-events: none;
|
|
1770
|
+
overflow: hidden;
|
|
1771
|
+
z-index: 1;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.cld-spbl-bar-inner {
|
|
1775
|
+
position: absolute;
|
|
1776
|
+
top: 0;
|
|
1777
|
+
right: 0;
|
|
1778
|
+
bottom: 0;
|
|
1779
|
+
left: 0;
|
|
1780
|
+
transform: translateX(20%);
|
|
1781
|
+
transition: transform 0.3s;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.cld-video-player .vjs-control-bar {
|
|
1785
|
+
transition: width 0.3s;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.shoppable-panel-visible .cld-spbl-bar-inner {
|
|
1789
|
+
transform: translateX(0);
|
|
1790
|
+
}
|
|
1791
|
+
.shoppable-panel-visible .vjs-control-bar {
|
|
1792
|
+
width: 80%;
|
|
1793
|
+
}
|
|
1794
|
+
.shoppable-panel-visible .cld-spbl-toggle-icon:before {
|
|
1795
|
+
content: "\f119";
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.cld-spbl-banner-msg {
|
|
1799
|
+
position: absolute;
|
|
1800
|
+
font-size: 2em;
|
|
1801
|
+
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
|
1802
|
+
left: 0;
|
|
1803
|
+
top: calc(50% + 3em);
|
|
1804
|
+
width: 100%;
|
|
1805
|
+
text-align: center;
|
|
1806
|
+
}
|
|
1807
|
+
.cld-video-player.vjs-has-started .cld-spbl-banner-msg, .cld-video-player.vjs-error .cld-spbl-banner-msg {
|
|
1808
|
+
display: none;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.cld-spbl-toggle {
|
|
1812
|
+
position: absolute;
|
|
1813
|
+
top: 3%;
|
|
1814
|
+
right: 20%;
|
|
1815
|
+
color: inherit;
|
|
1816
|
+
border-radius: 6px 0 0 6px;
|
|
1817
|
+
width: 40px;
|
|
1818
|
+
height: 40px;
|
|
1819
|
+
line-height: 40px;
|
|
1820
|
+
font-size: 24px;
|
|
1821
|
+
text-align: center;
|
|
1822
|
+
cursor: pointer;
|
|
1823
|
+
pointer-events: all;
|
|
1824
|
+
text-decoration: none;
|
|
1825
|
+
}
|
|
1826
|
+
.cld-spbl-toggle:hover {
|
|
1827
|
+
color: inherit;
|
|
1828
|
+
text-decoration: none;
|
|
1829
|
+
}
|
|
1830
|
+
.cld-spbl-toggle:focus {
|
|
1831
|
+
outline: none;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.cld-spbl-toggle-icon {
|
|
1835
|
+
display: block;
|
|
1836
|
+
animation-duration: 1s;
|
|
1837
|
+
animation-fill-mode: both;
|
|
1838
|
+
}
|
|
1839
|
+
.cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon {
|
|
1840
|
+
position: absolute;
|
|
1841
|
+
top: 0;
|
|
1842
|
+
right: 0;
|
|
1843
|
+
bottom: 0;
|
|
1844
|
+
left: 0;
|
|
1845
|
+
background-position: center;
|
|
1846
|
+
background-repeat: no-repeat;
|
|
1847
|
+
background-size: 75%;
|
|
1848
|
+
}
|
|
1849
|
+
.shoppable-panel-hidden .cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon:before {
|
|
1850
|
+
display: none;
|
|
1851
|
+
}
|
|
1852
|
+
.shoppable-panel-visible .cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon {
|
|
1853
|
+
background-image: none !important;
|
|
1854
|
+
}
|
|
1855
|
+
.cld-spbl-toggle-icon.animate, .shoppable-panel-hidden .cld-spbl-toggle-icon:hover {
|
|
1856
|
+
animation-name: tada;
|
|
1857
|
+
animation-iteration-count: infinite;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.cld-spbl-panel {
|
|
1861
|
+
position: absolute;
|
|
1862
|
+
top: 0;
|
|
1863
|
+
right: 0;
|
|
1864
|
+
bottom: 0;
|
|
1865
|
+
width: 20%;
|
|
1866
|
+
overflow: auto;
|
|
1867
|
+
pointer-events: all;
|
|
1868
|
+
-ms-overflow-style: none;
|
|
1869
|
+
scrollbar-width: none;
|
|
1870
|
+
}
|
|
1871
|
+
.cld-spbl-panel::-webkit-scrollbar {
|
|
1872
|
+
display: none;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.cld-spbl-item {
|
|
1876
|
+
display: block;
|
|
1877
|
+
position: relative;
|
|
1878
|
+
margin: 12px 8px;
|
|
1879
|
+
color: inherit;
|
|
1880
|
+
transform: scale(0.98);
|
|
1881
|
+
transition: transform 0.3s;
|
|
1882
|
+
}
|
|
1883
|
+
.cld-spbl-bar[size=md] .cld-spbl-item {
|
|
1884
|
+
font-size: 10px;
|
|
1885
|
+
}
|
|
1886
|
+
.cld-spbl-bar[size=sm] .cld-spbl-item {
|
|
1887
|
+
font-size: 8px;
|
|
1888
|
+
}
|
|
1889
|
+
.cld-spbl-item:before, .cld-spbl-item:after {
|
|
1890
|
+
content: "";
|
|
1891
|
+
position: absolute;
|
|
1892
|
+
top: 0;
|
|
1893
|
+
right: 0;
|
|
1894
|
+
bottom: 0;
|
|
1895
|
+
left: 0;
|
|
1896
|
+
z-index: 0;
|
|
1897
|
+
pointer-events: none;
|
|
1898
|
+
box-shadow: 0 0 0;
|
|
1899
|
+
transition: box-shadow 0.3s;
|
|
1900
|
+
border-radius: 3px;
|
|
1901
|
+
}
|
|
1902
|
+
.cld-spbl-item.active {
|
|
1903
|
+
transform: scale(1);
|
|
1904
|
+
}
|
|
1905
|
+
.cld-spbl-item.active:before {
|
|
1906
|
+
opacity: 0.5;
|
|
1907
|
+
box-shadow: 0 0 0 4px;
|
|
1908
|
+
}
|
|
1909
|
+
.cld-spbl-item.active:after {
|
|
1910
|
+
box-shadow: 0 0 0 2px;
|
|
1911
|
+
}
|
|
1912
|
+
.cld-spbl-item:hover {
|
|
1913
|
+
color: inherit;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.cld-spbl-img {
|
|
1917
|
+
max-width: 100%;
|
|
1918
|
+
height: auto;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.cld-spbl-hover-img {
|
|
1922
|
+
display: none;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.cld-spbl-item-info {
|
|
1926
|
+
position: absolute;
|
|
1927
|
+
right: 0;
|
|
1928
|
+
bottom: 0;
|
|
1929
|
+
left: 0;
|
|
1930
|
+
max-height: 100%;
|
|
1931
|
+
overflow: hidden;
|
|
1932
|
+
padding: 6%;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.cld-spbl-overlay {
|
|
1936
|
+
display: inline-flex;
|
|
1937
|
+
position: absolute;
|
|
1938
|
+
top: 0;
|
|
1939
|
+
right: 0;
|
|
1940
|
+
bottom: 0;
|
|
1941
|
+
left: 0;
|
|
1942
|
+
line-height: 1.3;
|
|
1943
|
+
font-size: 120%;
|
|
1944
|
+
text-align: center;
|
|
1945
|
+
padding: 10%;
|
|
1946
|
+
z-index: 1;
|
|
1947
|
+
opacity: 0;
|
|
1948
|
+
}
|
|
1949
|
+
.cld-spbl-overlay .cld-spbl-overlay-text {
|
|
1950
|
+
margin: auto;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
.cld-spbl-item:hover .cld-spbl-overlay {
|
|
1954
|
+
opacity: 1;
|
|
1955
|
+
}
|
|
1956
|
+
.cld-spbl-item:hover .cld-spbl-overlay ~ .cld-spbl-item-info {
|
|
1957
|
+
display: none;
|
|
1958
|
+
}
|
|
1959
|
+
.cld-spbl-item:hover .cld-spbl-hover-img {
|
|
1960
|
+
display: block;
|
|
1961
|
+
}
|
|
1962
|
+
.cld-spbl-item:hover .cld-spbl-hover-img + .cld-spbl-img {
|
|
1963
|
+
display: none;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.cld-spbl-post-play .cld-spbl-post-play-bg {
|
|
1967
|
+
position: absolute;
|
|
1968
|
+
top: 0;
|
|
1969
|
+
left: 0;
|
|
1970
|
+
bottom: 0;
|
|
1971
|
+
right: 0;
|
|
1972
|
+
background-size: cover;
|
|
1973
|
+
}
|
|
1974
|
+
.cld-spbl-post-play .cld-spbl-post-title {
|
|
1975
|
+
position: absolute;
|
|
1976
|
+
font-size: 1.5em;
|
|
1977
|
+
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
|
1978
|
+
left: 0;
|
|
1979
|
+
top: 0.8em;
|
|
1980
|
+
width: 100%;
|
|
1981
|
+
text-align: center;
|
|
1982
|
+
}
|
|
1983
|
+
.cld-spbl-post-play .cld-spbl-panel {
|
|
1984
|
+
width: 100%;
|
|
1985
|
+
top: 16%;
|
|
1986
|
+
height: 60%;
|
|
1987
|
+
padding: 10px 8px;
|
|
1988
|
+
white-space: nowrap;
|
|
1989
|
+
background: none !important;
|
|
1990
|
+
cursor: grab;
|
|
1991
|
+
}
|
|
1992
|
+
.cld-spbl-post-play .cld-spbl-panel:active {
|
|
1993
|
+
cursor: grabbing;
|
|
1994
|
+
}
|
|
1995
|
+
.cld-spbl-post-play .cld-spbl-item {
|
|
1996
|
+
display: inline-block;
|
|
1997
|
+
width: 28%;
|
|
1998
|
+
padding-top: 28%;
|
|
1999
|
+
margin: 0 8px;
|
|
2000
|
+
white-space: normal;
|
|
2001
|
+
vertical-align: top;
|
|
2002
|
+
border-radius: 10px;
|
|
2003
|
+
overflow: hidden;
|
|
2004
|
+
box-shadow: 0 4px 6px 1.2px rgba(0, 0, 0, 0.24), 0 6px 8px 4px rgba(0, 0, 0, 0.24);
|
|
2005
|
+
transform: none;
|
|
2006
|
+
}
|
|
2007
|
+
.cld-spbl-post-play .cld-spbl-img {
|
|
2008
|
+
max-width: 100%;
|
|
2009
|
+
max-height: 100%;
|
|
2010
|
+
position: absolute;
|
|
2011
|
+
top: 0;
|
|
2012
|
+
left: 0;
|
|
2013
|
+
bottom: 0;
|
|
2014
|
+
right: 0;
|
|
2015
|
+
margin: 0 auto auto;
|
|
2016
|
+
}
|
|
2017
|
+
.cld-spbl-post-play .cld-spbl-replay-btn {
|
|
2018
|
+
position: absolute;
|
|
2019
|
+
left: 5%;
|
|
2020
|
+
bottom: 10%;
|
|
2021
|
+
font-family: inherit;
|
|
2022
|
+
padding: 8px 15px;
|
|
2023
|
+
border-radius: 5px;
|
|
2024
|
+
}
|
|
2025
|
+
.cld-spbl-post-play .cld-spbl-replay-btn:before {
|
|
2026
|
+
font-family: VideoJS;
|
|
2027
|
+
vertical-align: bottom;
|
|
2028
|
+
margin-right: 4px;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.cld-spbl-post-modal .cld-spbl-bar,
|
|
2032
|
+
.cld-spbl-post-modal .vjs-big-play-button,
|
|
2033
|
+
.cld-spbl-post-modal .vjs-recommendations-overlay {
|
|
2034
|
+
display: none;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
@keyframes tada {
|
|
2038
|
+
0% {
|
|
2039
|
+
transform: scale3d(1, 1, 1);
|
|
2040
|
+
}
|
|
2041
|
+
10%, 20% {
|
|
2042
|
+
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
2043
|
+
}
|
|
2044
|
+
30%, 50%, 70%, 90% {
|
|
2045
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
2046
|
+
}
|
|
2047
|
+
40%, 60%, 80% {
|
|
2048
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
2049
|
+
}
|
|
2050
|
+
100% {
|
|
2051
|
+
transform: scale3d(1, 1, 1);
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
.shoppable-products-overlay .vjs-title-bar,
|
|
2055
|
+
.shoppable-products-overlay .vjs-big-play-button {
|
|
2056
|
+
display: none !important;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.cld-spbl-products-overlay {
|
|
2060
|
+
position: absolute;
|
|
2061
|
+
width: 100%;
|
|
2062
|
+
top: 50%;
|
|
2063
|
+
transform: translateY(-50%);
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.cld-spbl-product-hotspot {
|
|
2067
|
+
pointer-events: all;
|
|
2068
|
+
position: absolute;
|
|
2069
|
+
cursor: pointer;
|
|
2070
|
+
padding: 15px;
|
|
2071
|
+
}
|
|
2072
|
+
.cld-spbl-product-hotspot:after {
|
|
2073
|
+
content: "";
|
|
2074
|
+
display: block;
|
|
2075
|
+
width: 8px;
|
|
2076
|
+
height: 8px;
|
|
2077
|
+
background: #fff;
|
|
2078
|
+
box-shadow: 0 0 0 4px #0078FF, 0 0 0 8px rgba(0, 120, 255, 0.24);
|
|
2079
|
+
border-radius: 18px;
|
|
2080
|
+
}
|
|
2081
|
+
.cld-spbl-product-hotspot:hover .cld-spbl-product-tooltip {
|
|
2082
|
+
display: block;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
.cld-spbl-product-tooltip {
|
|
2086
|
+
display: none;
|
|
2087
|
+
position: absolute;
|
|
2088
|
+
white-space: nowrap;
|
|
2089
|
+
padding: 4px 6px;
|
|
2090
|
+
border-radius: 4px;
|
|
2091
|
+
top: 100%;
|
|
2092
|
+
left: 50%;
|
|
2093
|
+
transform: translateX(-50%);
|
|
2094
|
+
}
|
|
2095
|
+
.cld-spbl-product-tooltip.cld-spbl-product-tooltip-top {
|
|
2096
|
+
top: auto;
|
|
2097
|
+
bottom: 100%;
|
|
2098
|
+
}
|
|
2099
|
+
.cld-spbl-product-tooltip.cld-spbl-product-tooltip-left {
|
|
2100
|
+
top: 50%;
|
|
2101
|
+
right: 100%;
|
|
2102
|
+
left: auto;
|
|
2103
|
+
transform: translateY(-50%);
|
|
2104
|
+
}
|
|
2105
|
+
.cld-spbl-product-tooltip.cld-spbl-product-tooltip-right {
|
|
2106
|
+
top: 50%;
|
|
2107
|
+
left: 100%;
|
|
2108
|
+
transform: translateY(-50%);
|
|
2109
|
+
}
|
|
2110
|
+
/*!*********************************************************************************************************************************************!*\
|
|
2111
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/interaction-areas/interaction-areas.scss ***!
|
|
2112
|
+
\*********************************************************************************************************************************************/
|
|
2113
|
+
.cld-video-player.vjs-user-active .interaction-areas-container {
|
|
2114
|
+
display: block;
|
|
2115
|
+
}
|
|
2116
|
+
.cld-video-player.interaction-areas .vjs-big-play-button {
|
|
2117
|
+
display: none !important;
|
|
2118
|
+
}
|
|
2119
|
+
.cld-video-player .interaction-areas-container {
|
|
2120
|
+
position: absolute;
|
|
2121
|
+
width: 100%;
|
|
2122
|
+
height: 100%;
|
|
2123
|
+
top: 50%;
|
|
2124
|
+
left: 50%;
|
|
2125
|
+
transform: translate(-50%, -50%);
|
|
2126
|
+
display: none;
|
|
2127
|
+
z-index: 1;
|
|
2128
|
+
}
|
|
2129
|
+
.cld-video-player .interaction-areas-container:hover {
|
|
2130
|
+
display: block;
|
|
2131
|
+
}
|
|
2132
|
+
.cld-video-player .interaction-areas-container .go-back-button,
|
|
2133
|
+
.cld-video-player .interaction-areas-container .vp-ia-item {
|
|
2134
|
+
position: absolute;
|
|
2135
|
+
cursor: pointer;
|
|
2136
|
+
}
|
|
2137
|
+
.cld-video-player .interaction-areas-container .go-back-button {
|
|
2138
|
+
top: 0;
|
|
2139
|
+
left: 0;
|
|
2140
|
+
width: 100%;
|
|
2141
|
+
height: 100%;
|
|
2142
|
+
}
|
|
2143
|
+
.cld-video-player .interaction-areas-container .vp-ia-item {
|
|
2144
|
+
display: inline-flex;
|
|
2145
|
+
align-items: center;
|
|
2146
|
+
justify-content: center;
|
|
2147
|
+
transition: top, left, width, height;
|
|
2148
|
+
transition-timing-function: linear;
|
|
2149
|
+
}
|
|
2150
|
+
.cld-video-player .interaction-areas-container .vp-ia-item.theme-shadowed .vp-ia-marker-shadow {
|
|
2151
|
+
opacity: 0.24;
|
|
2152
|
+
}
|
|
2153
|
+
.cld-video-player .interaction-areas-container .vp-ia-item.theme-pulsing .vp-ia-marker-shadow {
|
|
2154
|
+
-webkit-animation: pulsing-animation 1.3s ease-out;
|
|
2155
|
+
-webkit-animation-iteration-count: infinite;
|
|
2156
|
+
border: solid 2px;
|
|
2157
|
+
opacity: 0;
|
|
2158
|
+
}
|
|
2159
|
+
.cld-video-player .interaction-areas-container .vp-ia-item:hover .vp-ia-marker-main:before {
|
|
2160
|
+
content: "";
|
|
2161
|
+
width: 20px;
|
|
2162
|
+
height: 20px;
|
|
2163
|
+
border: solid 2px rgba(0, 0, 0, 0.25);
|
|
2164
|
+
}
|
|
2165
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker {
|
|
2166
|
+
position: relative;
|
|
2167
|
+
width: 20px;
|
|
2168
|
+
height: 20px;
|
|
2169
|
+
}
|
|
2170
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main,
|
|
2171
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main:before,
|
|
2172
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-shadow {
|
|
2173
|
+
position: absolute;
|
|
2174
|
+
border-radius: 50%;
|
|
2175
|
+
transform: translate(-50%, -50%);
|
|
2176
|
+
top: 50%;
|
|
2177
|
+
left: 50%;
|
|
2178
|
+
}
|
|
2179
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main {
|
|
2180
|
+
background-color: white;
|
|
2181
|
+
border: solid 2px;
|
|
2182
|
+
height: 100%;
|
|
2183
|
+
width: 100%;
|
|
2184
|
+
}
|
|
2185
|
+
.cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-shadow {
|
|
2186
|
+
width: 28px;
|
|
2187
|
+
height: 28px;
|
|
2188
|
+
}
|
|
2189
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message {
|
|
2190
|
+
display: flex;
|
|
2191
|
+
flex-direction: column;
|
|
2192
|
+
align-items: center;
|
|
2193
|
+
justify-content: center;
|
|
2194
|
+
height: 100%;
|
|
2195
|
+
z-index: 2;
|
|
2196
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
2197
|
+
}
|
|
2198
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message.clickable {
|
|
2199
|
+
cursor: pointer;
|
|
2200
|
+
}
|
|
2201
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message.clickable:hover .vp-theme-button {
|
|
2202
|
+
background-color: rgba(255, 255, 254, 0.28);
|
|
2203
|
+
}
|
|
2204
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-icon {
|
|
2205
|
+
margin-bottom: 20px;
|
|
2206
|
+
height: 60px;
|
|
2207
|
+
}
|
|
2208
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-title {
|
|
2209
|
+
font-size: 24px;
|
|
2210
|
+
line-height: 34px;
|
|
2211
|
+
text-align: center;
|
|
2212
|
+
}
|
|
2213
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-theme-button {
|
|
2214
|
+
margin: 8px 0 18px 0;
|
|
2215
|
+
}
|
|
2216
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show {
|
|
2217
|
+
display: flex;
|
|
2218
|
+
align-items: center;
|
|
2219
|
+
}
|
|
2220
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show > * {
|
|
2221
|
+
cursor: pointer;
|
|
2222
|
+
}
|
|
2223
|
+
.cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show .vp-ia-layout-message-checkbox-title {
|
|
2224
|
+
margin: 0 0 0 5px;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
@-webkit-keyframes pulsing-animation {
|
|
2228
|
+
0% {
|
|
2229
|
+
height: 10px;
|
|
2230
|
+
width: 10px;
|
|
2231
|
+
opacity: 0;
|
|
2232
|
+
}
|
|
2233
|
+
50% {
|
|
2234
|
+
height: 20px;
|
|
2235
|
+
width: 20px;
|
|
2236
|
+
opacity: 1;
|
|
2237
|
+
}
|
|
2238
|
+
100% {
|
|
2239
|
+
height: 40px;
|
|
2240
|
+
width: 40px;
|
|
2241
|
+
opacity: 0;
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
1083
2244
|
|
|
1084
2245
|
/*# sourceMappingURL=cld-video-player.light.css.map*/
|