PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 3.8
WpStream – Live Streaming, Video on Demand, Pay Per View v3.8
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
← All changes | admin/css/wpstream-admin.css +177 -1009 4.123.8 View file →
@@ -25,64 +25,24 @@
25 25 .theme_options_tab_wpstream{
26 26 background: #fff;
27 27 border-left: 4px solid #fff;
28 28 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
29 - margin: 15px;
30 - padding: 20px;
29 + margin: 5px 15px 20px 15px;
30 + padding: 20px 12px 20px 12px;
31 31 font-family: 'Roboto', sans-serif;
32 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
33 - border: 1px solid #e2e5e8;
34 - border-radius: 5px;
35 32 }
36 -
37 -.wpstream_upgrade_topbar{
38 - background: #45a73f;
39 - color: #fff;
40 - cursor: pointer;
41 - font-weight: 500;
42 - transition: 0.3s ease-out;
43 - text-decoration: none;
44 - padding: 8px 10px;
45 - font-size: 14px;
46 - font-weight: 400;
47 - border-radius: 5px;
48 - margin-left: 30px;
49 -}
50 33
51 -.wpstream_upgrade_topbar:hover{
52 - background: #378532;
53 - color:#fff;
54 -}
55 -
56 34 .wpstream_option_wrapper{
57 35 max-width: 70%;
58 - padding: 30px 0px 0px 0px;
59 36 }
60 37
61 -.wpstream_page_wpstream_settings .wpstream_option_wrapper{
62 - display: flex;
63 - justify-content: space-between;
64 - gap: 10px;
65 - max-width: 40%;
66 -}
67 -
68 -.wpstream_option, .wpstream_setting_event_unit_wrapper {
69 - display: flex;
70 - flex-direction: column;
38 +.wpstream_option{
71 39 clear: both;
40 + width: 51%;
41 + display: inline-block;
72 42 margin-bottom: 20px;
73 - position: relative;
74 - max-width: 443px;
75 43 }
76 44
77 -.wpstream_option input{
78 - border: 1px solid #d6d6d6;
79 - background-color: #fff;
80 - color: #2c3338;
81 - padding: 5px 10px;
82 - width: 330px;
83 -}
84 -
85 45 .wpstream_option label{
86 46 width: 100%;
87 47 float: left;
88 48 font-weight: 600;
@@ -89,36 +49,17 @@
89 49 font-size: 14px;
90 50 margin-bottom: 5px;
91 51 }
92 52
53 +
54 +
55 +
93 56 .wpstream_option .settings_details{
94 57 color: #999;
95 58 margin-top: 5px;
96 - max-width: 365px;
97 59 }
98 60
99 -.wpstream_option .wpstream-image-upload-wrapper {
100 - margin-bottom: 10px;
101 -}
102 61
103 -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-preview {
104 - margin: 10px 0;
105 - max-width: 300px;
106 -}
107 -
108 -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-preview img {
109 - max-width: 100%;
110 - height: auto;
111 - border: 1px solid #ddd;
112 - padding: 5px;
113 - background: #fff;
114 -}
115 -
116 -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-upload-buttons .button {
117 - margin-right: 5px;
118 -}
119 -
120 -
121 62 .event_list_unit_notification{
122 63 float:left;
123 64 width:100%;
124 65 margin-bottom: 10px;
@@ -132,11 +73,9 @@
132 73 margin: 15px 15px 0px 15px;
133 74 padding: 20px;
134 75 font-size: 15px;
135 76 font-family: 'Roboto', sans-serif;
136 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
137 - border: 1px solid #e2e5e8;
138 - border-radius: 5px;
77 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
139 78 }
140 79
141 80 .pack_details_wrapper_transparent{
142 81 background-color: transparent;
@@ -159,165 +98,56 @@
159 98 }
160 99
161 100
162 101 .event_thumb_wrapper{
163 - margin-right: 15px;
164 - min-width: 50px;
165 - width: 50px;
166 - height: 50px;
167 - border: 0px solid #f0f0f0;
168 - border-radius: 5px;
169 - background-size: cover;
170 - background-position: center;
171 - background-repeat: no-repeat;
102 + min-width: 170px;
103 + float:left;
172 104 }
173 105
174 -
175 -
176 -.event_title{
177 - width: 350px;
106 +.event_thumb{
107 + float: left;
108 + margin: 0px 20px 20px 0px;
109 + border-radius: 2px;
178 110 }
179 -#wpstream-sidebar-meta .event_title{
180 - display: none;
181 -}
182 111
183 -.event_list_unit .event_title,
184 112 .event_list_unit h3{
185 113 margin-top: 0px;
186 - color: #3b3b3b;
187 - margin: 1em 0;
188 114 }
189 115
190 116 .event_list_unit{
191 - color:#00193d;
192 117 background-color: #fff;
193 118 padding: 20px;
194 119 margin-bottom: 20px;
195 - margin: 35px 15px 25px 15px;
196 - padding: 25px 20px;
197 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
198 - font-family: 'Roboto', sans-serif;
199 - transition: 0.3s ease-out;
200 - border-radius: 5px;
201 - display: flex;
202 - flex-direction: row;
203 - align-content: center;
204 - justify-content: flex-start;
205 - align-items: center;
206 - width: 900px;
207 - position: relative;
208 - border: 1px solid #e2e5e8;
120 + background: #fff;
121 + margin: 5px 15px 25px 15px;
122 + padding: 20px;
123 + min-height: 150px;
124 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
125 + font-family: 'Roboto', sans-serif;
126 + transition: 0.3s ease-out;
127 + border-radius: 2px;
209 128 }
210 129
211 -div.video-js.vjs-has-started button.vjs-big-play-button{
212 - display:none;
213 -}
214 -
215 130 .event_list_unit:hover{
216 - box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
131 + box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
132 + transform: translate(0%, -5px);
217 133 background-color: #fcfcfc;
218 134 }
219 135
220 136 .event_list_unit.wpstream_show_started {
221 - background: #fff;
222 - border: 1px solid #3dc93d;
137 + background: #e7fae8;
138 + background: #f5f1fa;
223 139 }
224 140
225 -.wpstream_options_col1{
226 - display: flex;
227 - flex-direction: row;
228 - flex-wrap: nowrap;
229 -}
230 141
231 -.wpstream_options_col2{
232 - display: flex;
233 - flex-direction: row;
234 - flex-wrap: nowrap;
235 -}
236 -
237 -
238 -.wpstream_channel_status {
239 - position: absolute;
240 - background-color: rgb(255 255 255);
241 - color: red;
242 - border-radius: 5px;
243 - top: -10px;
244 - left: 7px;
245 - font-size: 12px;
246 - padding: 4px 15px;
247 - letter-spacing: 0.25px;
248 - font-weight: 500;
249 -
250 - .spinner {
251 - display: block;
252 - margin: 0 auto;
253 - float: none;
254 - }
255 -}
256 -
257 -.event_list_unit.wpstream_show_started .wpstream_channel_status{
258 - color: #209320;
259 -}
260 -
261 -
262 -.wpstream-button-icon{
263 - width: 37px;
264 - height: 37px;
265 - border: 0px solid #f0f0f0;
266 - border-radius: 3px;
267 - cursor: pointer;
268 - display: inline-block;
269 - margin-right: 10px;
270 - text-align: center;
271 - background-color: #f8f8f8;
272 -}
273 -
274 -
275 -
276 -.wpstream-button-icon:hover{
277 - background-color:#e4e4e4;
278 -}
279 -
280 -.wpstream-button-icon svg{
281 - max-width: 18px;
282 - display: inline-block;
283 - max-height: 20px;
284 - line-height: 30px;
285 - margin-top: 9px;
286 -}
287 -
288 -
289 -.wpstream-button-icon svg path{
290 - fill: #828b9b;
291 - fill: #5b5b5b;
292 -}
293 -
294 -
295 142 #wpstream-sidebar-meta .event_list_unit{
296 143 padding: 0px;
297 144 box-shadow: none;
298 145 margin: 0px;
299 - display: flex;
300 - flex-direction: column;
301 - align-content: center;
302 - justify-content: flex-start;
303 - align-items: flex-start;
304 - width: auto;
305 - border: none;
306 - margin-top: 10px;
307 146 }
308 -
309 -#wpstream-sidebar-meta .wpstream_options_col2{
310 - margin-top: 10px;
311 -}
312 -#wpstream-sidebar-meta .wpstream_options_col1{
313 - margin-top: 10px;
314 -}
315 -
316 147 #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
317 148 background-color: transparent
318 149 }
319 -
320 150 #wpstream-sidebar-meta .event_list_unit:hover{
321 151 transform:none;
322 152 background: #fff;
323 153 }
@@ -329,66 +159,35 @@
329 159 #wpstream-sidebar-meta h3{
330 160 line-height: 25px;
331 161 }
332 162
333 -#wpstream-sidebar-meta .wpstream_turning_on,
163 +
164 +#wpstream-sidebar-meta .wpstream_show_settings,
165 +#wpstream-sidebar-meta .close_event,
334 166 #wpstream-sidebar-meta .start_event{
335 167 width:100%;
336 - box-sizing: border-box;
337 168 }
338 169
339 170 #wpstream-sidebar-meta .wpstream_event_streaming_local {
340 171 margin-left: 0px;
341 - overflow: auto;
342 - padding-right: 20px;
343 172 }
344 173
345 -.wpstream_event_streaming_local{
346 - margin-left: 0px;
347 - height: 458px;
348 - overflow: auto;
349 - padding-right: 20px;
350 - width: 456px;
351 - display: flex;
352 - flex-direction: column;
353 - flex-wrap: nowrap;
354 -}
355 174
356 -.basic-mode-notice {
357 - color:#fff;
358 - background: #f40000;
359 - box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
360 - margin: 5px 0px 15px 0px;
361 - font-size: 14px;
362 - padding: 10px;
363 - border-radius: 10px;
364 -}
365 175
366 -.basic-mode-notice a {
367 - color:#fff;
368 - text-decoration: underline;
369 -}
370 176
371 -.wpstream_local_event_options_toggle_wrapper {
372 - display: flex;
373 - gap: 25px;
374 - padding-bottom: 10px;
375 - border-bottom: 1px solid #e4e4e4;
376 - margin-bottom: 10px;
377 - max-width: 443px;
378 -}
379 177
380 -.wpstream_local_event_options_toggle_wrapper .wpstream_local_event_options_toggle_info {
381 - display: flex;
382 - flex-direction: column;
178 +#wpstream-sidebar-meta .stop_server,
179 +#wpstream-sidebar-meta .close_event,
180 +#wpstream-sidebar-meta .start_event,
181 +#wpstream-sidebar-meta .start_webcaster,
182 +#wpstream-sidebar-meta .start_external{
183 + margin: 0px 0px 10px 0px;
184 + display: block;
185 + height: 40px;
383 186 }
384 187
385 -input[type="checkbox"]:disabled + .wpstream_slider.round {
386 - background: #e4e4e4;
387 - cursor: not-allowed;
388 -}
389 -
390 188 #wpstream-sidebar-meta .external_software_streaming{
189 + display:none;
391 190 margin-top: 10px;
392 191 }
393 192
394 193 #wpstream-sidebar-meta .start_external{
@@ -402,16 +201,10 @@
402 201 float:none;
403 202 }
404 203
405 204 #wpstream-sidebar-meta .wpstream_channel_status{
406 - padding: 10px 0px 10px 0px;
205 + padding: 10px 0px 25px 0px;
407 206 line-height: 24px;
408 - box-sizing: border-box;
409 - width: 100%;
410 - position: relative;
411 - left: 0px;
412 - top: 0px;
413 - font-size: 14px;
414 207 }
415 208
416 209 #wpstream-sidebar-meta .view_channel{
417 210 display: block;
@@ -419,8 +212,13 @@
419 212 margin-top: 10px;
420 213 display:none;
421 214 }
422 215
216 +#wpstream-sidebar-meta .copy_live_key,
217 +#wpstream-sidebar-meta .copy_live_uri{
218 + display: block;
219 + margin-left: 0
220 +}
423 221
424 222 #wpstream-sidebar-meta .how_to{
425 223 display: none;
426 224 }
@@ -431,53 +229,29 @@
431 229 font-size: 14px;
432 230 margin-left: 10px;
433 231 background: #fff;
434 232 border-left: 4px solid #fff;
435 - -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
436 - box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
233 + -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
234 + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
437 235 margin: 5px 15px 20px 15px;
438 236 padding: 20px 12px 20px 12px;
439 - max-width: 915px;
440 - border: 1px solid #e2e5e8;
441 - border-radius: 5px;
442 237 }
443 238
444 -.no_events_warning_mes{
445 - display: inline-block;
446 -}
447 -
448 239 .api_conected{
449 - background:#45a73f;
450 - padding: 5px 10px;
240 + background: green;
241 + padding: 10px;
451 242 color: #fff;
452 - margin-bottom: 0px;
453 - width: 310px;
454 - border-radius: 5px;
455 - display: inline-block;
243 + margin-bottom: 20px;
244 + width: 270px;
456 245 }
457 246
458 247 .api_not_conected{
459 - background: #F24B4B;
460 - padding: 5px 10px;
248 + background: #f40000;
249 + padding: 10px;
461 250 color: #fff;
462 - border-radius: 5px;
463 - width: auto;
464 - display: inline-block;
251 + margin-bottom: 10px;
465 252 }
466 253
467 -.wpstream_error_curl{
468 - margin: 10px 15px;
469 - display: table;
470 -}
471 -
472 -.wpstream_notice_top{
473 - border: 1px solid #c3c4c7;
474 - box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
475 - margin: 5px 15px 0px 15px;
476 - border-radius: 3px;
477 -}
478 -
479 -
480 254 .api_not_conected.wpstream_orange{
481 255 background:#FF5722;
482 256 }
483 257 .api_not_conected.wpstream_brown{
@@ -486,102 +260,79 @@
486 260
487 261 .api_not_conected a{
488 262 color:#fff;
489 263 }
264 +.event_list_unit h3{
265 + font-weight: 700;
266 + font-size: 18px;
267 + text-transform: capitalize;
268 +}
490 269
491 -.event_list_unit .event_title,
492 -.event_list_unit h3{
493 - font-weight: 500;
270 +.wpstream_channel_status{
271 + padding: 17px 0px 40px 0px;
494 272 font-size: 16px;
495 - text-transform: capitalize;
496 - position: relative;
497 - line-height: 1.3em;
498 - padding-right: 20px;
273 + font-weight: 700;
499 274 }
500 -.wpstream_channel_item_id{
501 - color: #5b5b5b;
502 - font-size: 12px;
275 +
276 +.wpstream_channel_status .dashicons{
277 + font-size: 32px;
278 + color: #6b936b;
279 + margin-right: 15px;
280 + margin-top: -8px;
503 281 }
282 +.wpstream_channel_status.not_ready_to_stream .dashicons{
283 + color: #e16767;
284 + font-size: 27px;
285 + margin-top: -5px;
286 +}
287 +.wpstream_channel_status.not_ready_to_stream {
288 + color:#23282d
289 +}
504 290
291 +
292 +.not_ready_to_stream{
293 + color:#e16767;
294 +}
295 +
296 +.pending_streaming{
297 +}
298 +
299 +
300 +
505 301 .wpstream_button {
302 + box-shadow: none !important;
506 303 border-radius: 2px;
507 - padding: 5px 5px;
304 + background-clip: padding-box;
305 + -moz-background-clip: padding;
306 + -webkit-background-clip: padding-box;
307 + vertical-align: middle;
308 + height: 40px;
309 + padding: 7px 21px;
508 310 -webkit-appearance: none;
509 311 border: 0px solid #d9d9d9;
510 312 text-transform: uppercase;
511 - background: #45a73f;
313 + background: #40A819;
512 314 color: #fff;
513 315 cursor: pointer;
316 + font-weight: 600;
514 317 font-weight: 500;
515 318 transition: 0.3s ease-out;
516 319 font-size: 14px;
517 320 margin-right: 5px;
518 - border-radius: 5px;
519 - text-align: center;
520 - display: inline-block;
521 - margin-right: 10px;
522 -
523 - .spinner {
524 - float: none;
525 - }
321 + border-radius: 2px;
526 322 }
527 323
528 324 .wpstream_button:hover{
529 - background:#378532;
325 + background: #ac3434;
530 326 }
531 327
532 -.wpstream_button_action{
533 - padding: 12px 25px;
534 -}
535 -
536 -.default-channel-settings-info {
537 - padding-bottom: 20px;
538 - font-size: 14px;
539 - line-height: 1.4rem;;
540 -}
541 -
542 -.wpstream-save-settings {
543 - display: flex;
544 - align-items: center;
545 -}
546 -
547 -.wpstream-save-settings-error {
548 - color: #f00;
549 -}
550 -
551 328 .start_event.wpstream_button{
552 - padding: 9px 20px;
553 - width: auto;
554 - min-width: 130px;
555 - color: #7a88a3;
556 - border: 1px solid #3dc93d;
557 - color: #3b3b3b;
558 - background-color: #eaf2f7;
559 - background-color: #e8f7e8;
560 - border: 1px solid #3dc93d85;
561 -
562 -
329 + background: #8e8b8b;
330 + background: #089238;
563 331 }
564 332
565 -
566 -
567 -.wpstream_stop_event.wpstream_button{
568 - padding: 9px 20px;
569 - width: auto;
570 - min-width: 130px;
571 -}
572 -
573 -#wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{
574 - box-sizing: border-box;
575 - width: 100%;
576 -}
577 -
578 -
579 -
580 -
581 333 .start_event.wpstream_button:hover{
582 - background: #45a73f;
583 - color: #fff;
334 + background: #328214;
584 335 }
585 336
586 337 .stop_server,
587 338 .close_event.wpstream_button{
@@ -602,22 +353,32 @@
602 353 .encrypt_wrapper{
603 354 display:none;
604 355 }
605 356
606 -.event_list_unit_notificationx{
607 - font-size: 14px;
608 -}
609 357
610 -.event_list_unit_notificationx strong{
611 - display: inherit;
358 +.start_webcaster{
359 + display: inline-block;
360 + padding: 0px 21px;
361 + cursor: pointer;
362 + float: left;
363 + line-height: 40px;
364 + height: 38px;
365 + background: #089238;
366 + transition: 0.3s ease-out;
367 + border-radius: 2px;
368 + text-align: center;
612 369 margin-bottom: 5px;
613 370 }
614 371
372 +.start_webcaster:hover{
373 + background: #328214;
374 +}
615 375
616 376 .start_external{
617 377 display: inline-block;
618 378 padding: 0px 21px;
619 379 cursor: pointer;
380 + float: left;
620 381 line-height: 40px;
621 382 height: 38px;
622 383 background: #076d2a;
623 384 transition: 0.3s ease-out;
@@ -623,66 +384,33 @@
623 384 transition: 0.3s ease-out;
624 385 border-radius: 2px;
625 386 }
626 387 .start_external:hover{
627 - background: #f7fcf8;
388 + background: #065822;
628 389 }
629 390
630 -
631 -.wpstream_turning_on{
632 - padding: 6px 20px;
633 - width: auto;
634 - min-width: 130px;
391 +.stop_server {
392 + display: inline-block;
393 + padding: 0px 21px;
394 + cursor: pointer;
395 + float: right;
396 + line-height: 40px;
397 + height: 38px;
398 + transition: 0.3s ease-out;
399 + display:none!important;
400 + border-radius: 2px;
635 401 }
636 402
637 -
638 -.start_event.wpstream_turning_on,
639 -.wpstream_turning_on{
640 - background: #ebe8fa;
641 - border: 1px solid #D7D0F7;
642 - color:#3b3b3b;
643 -}
644 -
645 -.start_event.wpstream_turning_on:hover,
646 -.wpstream_turning_on:hover{
647 - background: #d4d0e6;
648 - border: 1px solid #D7D0F7;
649 - color:#3b3b3b;
650 - border: 1px solid #f199998a;
651 -}
652 -
653 -
654 -
655 -.wpstream_stop_event{
656 - background: #ffe5e5;
657 - border: 1px solid #ff4c4c8c;
658 - color: #3b3b3b;
659 -}
660 -.wpstream_stop_event:hover{
661 - background: #FF4C4C;
662 - color: #fff;
663 -}
664 -
665 403 .how_to{
666 404 margin-top:10px;
667 - width: 100%;
668 - height: auto;
669 -
670 405 }
671 406 .external_software_streaming{
672 - margin-top: 30px;
407 + display:none;
408 +
409 + margin-top: 60px;
673 410 width: 100%;
674 - display: none;
675 411 }
676 412
677 -.external_software_streaming_details{
678 - background-color: rgba(13,110,253,0.12);
679 - border-radius: 5px;
680 - padding: 20px;
681 - display: inline-block;
682 - width: 420px;
683 -}
684 -
685 413 .view_channel{
686 414 font-weight: 500;
687 415 font-size: 15px;
688 416 margin-left:30px;
@@ -692,15 +420,15 @@
692 420
693 421 #wpstream-sidebar-meta .view_channel.show_stream_data{
694 422 display: block;
695 423 }
696 -
697 424 .view_channel.show_stream_data{
698 425 display: inline-block;
699 426 }
427 +.warning_stream{
428 + margin-top:10px;
429 +}
700 430
701 -
702 -
703 431 .event_list_stream_key_wrap{
704 432 margin-top:10px;
705 433 }
706 434
@@ -756,62 +484,23 @@
756 484 }
757 485
758 486 .wpstream_live_key_text,
759 487 .wpstream_live_uri_text{
760 - display: inline;
761 - width: 250px;
762 - float: left;
488 + display:inline;
763 489 }
764 490
765 -.wpstream_live_uri_text.wpstream_larix_rtmp{
766 - width: 345px;
767 -}
768 -
769 491 .copy_live_key,
770 492 .copy_live_uri{
771 493 display: inline;
772 - background: #688ed8;
773 - color: #ffffff;
774 - padding: 5px 10px;
775 - margin-left: 10px;
776 - cursor: pointer;
777 - font-size: 12px;
778 - text-transform: uppercase;
779 - border-radius: 5px;
780 - font-weight: 400;
781 - letter-spacing: 0.03em;
782 - border: 1px solid #5f83c8;
783 - transition: 0.3s ease-out;
784 - -webkit-user-select: none;
785 - -ms-user-select: none;
786 - user-select: none;
787 -}
788 -.wpstream_start_with_larix_mobile{
789 - background: #688ed8;
790 - padding: 20px;
494 + background: #8e8b8b;
791 495 color: #fff;
792 - border-radius: 6px;
793 - text-decoration: none;
794 - color: #ffffff;
795 - padding: 15px 15px;
496 + padding: 3px 6px;
796 497 margin-left: 10px;
498 + border-radius: 2px;
797 499 cursor: pointer;
798 - font-size: 12px;
799 - text-transform: uppercase;
800 - margin: 0px 0px 0px 0px;
801 - display: inline-block;
500 + font-size: 11px;
802 501 }
803 502
804 -.wpstream_start_with_larix_mobile:hover{
805 - background: #5878b5;
806 - color:#fff;
807 -}
808 -
809 -.copy_live_key:hover,
810 -.copy_live_uri:hover{
811 - background: #5878b5;
812 -}
813 -
814 503 .show_if_subscription.hide_movieon{
815 504 display:none;
816 505 }
817 506
@@ -848,8 +537,17 @@
848 537 box-sizing: border-box;
849 538 float: left;
850 539 }
851 540
541 +.wpstream_on_facebook_container{
542 +
543 +}
544 +.wpstream_on_youtube_container{
545 +
546 +}
547 +.wpstream_on_twich_container{
548 +
549 +}
852 550
853 551 .wpstream_social_stream_container{
854 552 background: #f3f3f3;
855 553 padding: 9px;
@@ -890,14 +588,12 @@
890 588 background-color: #fff;
891 589 padding: 20px;
892 590 margin-bottom: 20px;
893 591 background: #fff;
592 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
894 593 margin: 5px 15px 20px 15px;
895 594 padding: 20px;
896 595 font-family: 'Roboto', sans-serif;
897 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
898 - border: 1px solid #e2e5e8;
899 - border-radius: 5px;
900 596 }
901 597
902 598 .wpstream_video_status {
903 599 padding: 5px;
@@ -916,17 +612,8 @@
916 612 font-size: 15px;
917 613 font-weight: 600;
918 614 }
919 615
920 -.storage_file_size{
921 - background-color: #eff0f1;
922 - border-radius: 3px;
923 - padding: 3px 5px;
924 - font-size: 13px;
925 - margin-left: 20px;
926 - font-weight: 500;
927 -}
928 -
929 616 .video_stream_label{
930 617 font-weight: 600;
931 618 margin-right: 10px;
932 619 }
@@ -938,20 +625,19 @@
938 625
939 626 .wpstream_delete_media,
940 627 .wpstream_get_download_link{
941 628 cursor: pointer;
942 - background-color: #45a73f;
629 + background-color: #6BB251;
943 630 color: white;
944 631 padding: 5px 14px;
945 632 display: inline-block;
946 633 margin-top: 10px;
947 634 margin-right: 10px;
948 - transition: 0.3s ease-out;
949 - border-radius: 3px;
635 + transition: 0.3s ease-out;
950 636 }
951 637 .wpstream_delete_media:hover,
952 638 .wpstream_get_download_link:hover{
953 - background: #378532;
639 + background: #5a9544;
954 640 }
955 641
956 642 .wpstream_download_link{
957 643 display:none;
@@ -971,15 +657,13 @@
971 657 background-color: #fff;
972 658 padding: 20px;
973 659 margin-bottom: 20px;
974 660 background: #fff;
661 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
975 662 margin: 5px 15px 2px 15px;
976 663 padding: 20px;
977 664 min-height: 40px;
978 665 font-family: 'Roboto', sans-serif;
979 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
980 - border: 1px solid #e2e5e8;
981 - border-radius: 5px;
982 666 }
983 667
984 668 .bar {
985 669 background-color: #28de23;
@@ -1022,9 +706,8 @@
1022 706 }
1023 707
1024 708 .wpstream_file_drop_color{
1025 709 background-color: #ededed;
1026 - border-radius: 5px;
1027 710 }
1028 711
1029 712 .direct-upload .progress-bar-area{
1030 713 position: absolute;
@@ -1070,8 +753,13 @@
1070 753 outline: 1px dotted #000;
1071 754 outline: -webkit-focus-ring-color auto 5px;
1072 755 }
1073 756
757 +.inputfile + label * {
758 + /* pointer-events: none; */
759 + /* in case of FastClick lib use */
760 +}
761 +
1074 762 .inputfile + label svg {
1075 763 width: 1em;
1076 764 height: 1em;
1077 765 vertical-align: middle;
@@ -1086,12 +774,11 @@
1086 774 /* style 1 */
1087 775
1088 776 .inputfile-1 + label {
1089 777 color: #ffffff;
1090 - background-color: #45a73f;
778 + background-color: #6BB251;
1091 779 margin: 10px 10px 10px 0px;
1092 780 transition: 0.3s ease-out;
1093 - border-radius: 5px;
1094 781 }
1095 782
1096 783 .inputfile-1:focus + label,
1097 784 .inputfile-1.has-focus + label,
@@ -1098,22 +785,11 @@
1098 785 .inputfile-1 + label:hover {
1099 786 background-color: #5a9544;
1100 787 }
1101 788
1102 -.wpstream-tooltip {
1103 - cursor: pointer;
1104 - color: #0073aa;
1105 - vertical-align: middle;
1106 -}
1107 789
1108 -.wpstream-tooltip:hover {
1109 - opacity: 0.8;
1110 -}
1111 -
1112 790 .wpstream_setting_event_unit_wrapper{
1113 791 position:relative;
1114 - margin-bottom: 10px;
1115 - width: 100%;
1116 792 }
1117 793
1118 794 .wpstream_setting_event_unit_wrapper .settings_details{
1119 795 max-width: 365px;
@@ -1118,22 +794,16 @@
1118 794 .wpstream_setting_event_unit_wrapper .settings_details{
1119 795 max-width: 365px;
1120 796 }
1121 797
1122 -.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{
1123 - color: #666;
1124 - margin-top: 5px;
1125 -}
1126 798
1127 -
1128 -
1129 799 label.wpstream_switch {
1130 - position: relative;
800 + position: absolute;
1131 801 display: inline-block;
1132 - width: 53px;
1133 - min-width: 53px;
802 + width: 53px!important;
1134 803 height: 25px;
1135 804 top: 12px;
805 + left: 390px;
1136 806 }
1137 807
1138 808 .wpstream_switch input {
1139 809 opacity: 0;
@@ -1140,9 +810,9 @@
1140 810 width: 0;
1141 811 height: 0;
1142 812 }
1143 813
1144 -.wpstream_slider {
814 +.slider {
1145 815 position: absolute;
1146 816 cursor: pointer;
1147 817 top: 0;
1148 818 left: 0;
@@ -1150,16 +820,11 @@
1150 820 bottom: 0;
1151 821 background-color: #ccc;
1152 822 -webkit-transition: .4s;
1153 823 transition: .4s;
1154 - text-align: center;
1155 - line-height: 25px;
1156 - font-size: 11px;
1157 - font-weight: 500;
1158 - color: #666;
1159 824 }
1160 825
1161 -.wpstream_slider:before {
826 +.slider:before {
1162 827 position: absolute;
1163 828 content: "";
1164 829 height: 18px;
1165 830 width: 18px;
@@ -1167,40 +832,19 @@
1167 832 bottom: 4px;
1168 833 background-color: white;
1169 834 -webkit-transition: .4s;
1170 835 transition: .4s;
1171 - z-index: 1;
1172 836 }
1173 837
1174 -.wpstream_slider:after {
1175 - content: "OFF";
1176 - position: absolute;
1177 - left: 0;
1178 - right: 0;
1179 - top: 0;
1180 - bottom: 0;
1181 - line-height: 25px;
1182 - z-index: 0;
1183 - text-align: right;
1184 - margin-right: 8px;
1185 -}
1186 -
1187 -input:checked + .wpstream_slider {
838 +input:checked + .slider {
1188 839 background-color: #2196F3;
1189 - color: #fff;
1190 840 }
1191 841
1192 -input:checked + .wpstream_slider:after {
1193 - content: "ON";
1194 - text-align: left;
1195 - margin-left: 8px;
1196 -}
1197 -
1198 -input:focus + .wpstream_slider {
842 +input:focus + .slider {
1199 843 box-shadow: 0 0 1px #2196F3;
1200 844 }
1201 845
1202 -input:checked + .wpstream_slider:before {
846 +input:checked + .slider:before {
1203 847 -webkit-transform: translateX(26px);
1204 848 -ms-transform: translateX(26px);
1205 849 transform: translateX(26px);
1206 850 }
@@ -1205,511 +849,35 @@
1205 849 transform: translateX(26px);
1206 850 }
1207 851
1208 852 /* Rounded sliders */
1209 -.wpstream_slider.round {
853 +.slider.round {
1210 854 border-radius: 25px;
1211 855 }
1212 856
1213 -.wpstream_slider.round:before {
857 +.slider.round:before {
1214 858 border-radius: 50%;
1215 859 }
1216 860
861 +
862 +
863 +.wpstream_event_streaming_local{
864 + margin-left: 170px;
865 + padding-top: 10px;
866 + display: none;
867 +}
868 +
1217 869 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
1218 870 margin-bottom: 10px;
1219 871 }
1220 872
1221 -.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label,
1222 -.wpstream_local_event_options_toggle_wrapper .wpstream_local_event_options_toggle_info label {
873 +.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
1223 874 font-weight: 700;
1224 - font-size: 14px;
1225 - left: 395px;
1226 875 }
1227 876
1228 -#wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label,
1229 -.wpstream_page_wpstream_live_channels .event_list_unit .wpstream_setting_event_unit_wrapper label {
877 +#wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
1230 878 left: auto;
1231 879 right: 0px;
1232 880 }
1233 881 #wpstream-sidebar-meta .settings_details{
1234 882 padding-right: 60px;
1235 -}
1236 -
1237 -
1238 -/*=wpstream share */
1239 -
1240 -.wpstream_sharing_social{
1241 - color: #696969;
1242 - text-decoration: none;
1243 - margin: 0px;
1244 - font-size: 12px;
1245 - display: inline-block;
1246 -}
1247 -
1248 -.wpstream_sharing_social .dashicons {
1249 - font-size: 32px;
1250 - background-color: #f9f9f9;
1251 - width: 91px;
1252 - height: 91px;
1253 - border-radius: 5px;
1254 - line-height: 91px;
1255 - color: #1d447d;
1256 - margin-right: 25px;
1257 - color: #828b9b;
1258 - border: 1px solid rgba(13,110,253,0.12);
1259 - margin-top: 25px;
1260 -
1261 -}
1262 -.wpstream_sharing_social:nth-of-type(4n) .dashicons{
1263 - margin-right: 0px;
1264 -}
1265 -
1266 -.wpstream_sharing_social .dashicons:hover{
1267 - background-color: rgba(13,110,253,0.12);
1268 - color: #0d6efd;
1269 -}
1270 -
1271 -.wpstream_sharing_social:focus{
1272 - box-shadow:none;
1273 - outline:0px;
1274 -}
1275 -
1276 -#wpstream-sidebar-meta .wpstream_social_share_wrapper{
1277 - position: relative;
1278 - right:auto;
1279 - top: auto;
1280 - font-size: 13px;
1281 - margin: 10px 0px 0px 0px;
1282 -}
1283 -
1284 -#wpstream-sidebar-meta .wpstream_sharing_social{
1285 - margin: 0px 0px;
1286 -}
1287 -
1288 -
1289 -.how_to_videos{
1290 - display: inline-block;
1291 - width: 100%;
1292 -
1293 -}
1294 -
1295 -
1296 -.wpstream_pagination{
1297 - list-style: none;
1298 - display: inline;
1299 - float:left;
1300 - padding-left: 15px;
1301 -}
1302 -
1303 -.wpstream_pagination li{
1304 - display: inline-block;
1305 - border: 1px solid #d8dada;
1306 - min-width: 20px;
1307 - text-align: center;
1308 - margin-right: 5px;
1309 - border-radius: 3px;
1310 - padding: 5px;
1311 - background: #fff;
1312 -}
1313 -
1314 -.wpstream_pagination li a{
1315 - text-decoration: none;
1316 - color:#3c434a;
1317 -}
1318 -
1319 -.wpstream_pagination li:empty{
1320 - display:none;
1321 -}
1322 -
1323 -.wpstream_pagination li.active{
1324 - background: #f5f5fb;
1325 -}
1326 -
1327 -
1328 -
1329 -.wpstream_modal_background{
1330 - position: fixed;
1331 - z-index: 1001;
1332 - top:0px;
1333 - bottom: 0px;
1334 - left: 0px;
1335 - right: 0px;
1336 - background-color:rgb(0 20 40 / 86%);
1337 - opacity: 0.5;
1338 - display: none;
1339 -}
1340 -
1341 -.wpstream_modal_form{
1342 - width: 460px;
1343 - height: 460px;
1344 - background-color: #fff;
1345 - position: fixed;
1346 - top: 50%;
1347 - margin-top: -230px;
1348 - left: 50%;
1349 - margin-left: -230px;
1350 - display: none;
1351 - z-index: 1002;
1352 - padding: 30px;
1353 - border-radius: 5px;
1354 -}
1355 -.wpstream_modal_form.wpestate_settings_modal{
1356 - height: 600px;
1357 - margin-top: -257px;
1358 -}
1359 -
1360 -.wpstream_modal_form h3{
1361 - font-size: 20px;
1362 -}
1363 -
1364 -.wpstream_close_modal{
1365 - width:30px;
1366 - height: 30px;
1367 - background-color: rgba(13,110,253,0.12);
1368 - position: absolute;
1369 - top:15px;
1370 - right: 15px;
1371 - border-radius: 3px;
1372 - cursor: pointer;
1373 - background-image: url(../../img/closeicon4.png);
1374 - background-repeat: no-repeat;
1375 - background-position: center;
1376 -}
1377 -
1378 -.wpstream_close_modal:hover{
1379 - background-color: rgba(13,110,253,0.32);
1380 -}
1381 -
1382 -
1383 -.wpstream_tooltip_wrapper{
1384 - position: relative;
1385 -}
1386 -
1387 -.wpstream_tooltip_disabled,
1388 -.wpstream_tooltip{
1389 - position: absolute;
1390 - border-radius: 3px;
1391 - background-color: rgb(0 20 40 / 86%);
1392 - color: #fff;
1393 - font-size: 13px;
1394 - text-transform: capitalize;
1395 - padding: 5px 10px;
1396 - bottom: -38px;
1397 - left: -15%;
1398 - z-index: 10;
1399 - transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
1400 - transition-delay: .2s;
1401 - white-space: nowrap;
1402 - opacity: 0;
1403 - pointer-events: none;
1404 -}
1405 -.wpstream_button .wpstream_tooltip{
1406 - white-space: normal;
1407 - width: 200px;
1408 - bottom: -10px;
1409 - transform: translate(0, 100%);
1410 -
1411 -}
1412 -
1413 -.wpstream_tooltip_disabled:after,
1414 -.wpstream_tooltip:after{
1415 - position: absolute;
1416 - content: " ";
1417 - width: 0;
1418 - height: 0;
1419 - top: -6px;
1420 - left: 20px;
1421 - border-left: 7px solid transparent;
1422 - border-right: 7px solid transparent;
1423 - border-bottom: 7px solid rgb(0 20 40 / 86%);
1424 -}
1425 -
1426 -.wpstream_button .wpstream_tooltip:after{
1427 - left: 50%;
1428 - margin-left: -7px;
1429 -}
1430 -
1431 -
1432 -#wpstream-sidebar-meta .wpstream_tooltip_disabled,
1433 -#wpstream-sidebar-meta .wpstream_tooltip{
1434 - left: 0%;
1435 - width: 93%;
1436 - pointer-events: none;
1437 -}
1438 -
1439 -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled,
1440 -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{
1441 - width: auto;
1442 - pointer-events: none;
1443 -
1444 -}
1445 -
1446 -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{
1447 - left: -50px;
1448 -}
1449 -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{
1450 - left: 62px!important;
1451 -}
1452 -
1453 -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{
1454 - left: -50px;
1455 -}
1456 -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{
1457 - left: 62px!important;
1458 -}
1459 -
1460 -#wpstream-sidebar-meta .wpstream_edit_channel{
1461 - display: none;
1462 -}
1463 -
1464 -
1465 -
1466 -
1467 -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after,
1468 -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{
1469 - left:10px;
1470 -}
1471 -
1472 -
1473 -
1474 -.wpstream_inactive_icon{
1475 - cursor: not-allowed;
1476 -}
1477 -.wpstream_inactive_icon svg{
1478 - opacity: 0.35;
1479 -}
1480 -
1481 -.wpstream_error_modal_notification{
1482 - width: 500px;
1483 - background-color: #fff;
1484 - position: fixed;
1485 - top: 50%;
1486 - margin-top: -250px;
1487 - left: 50%;
1488 - margin-left: -250px;
1489 - display: none;
1490 - z-index: 1002;
1491 - padding: 20px;
1492 - border-radius: 5px;
1493 - font-size: 15px;
1494 -}
1495 -
1496 -.wpstream_error_ok{
1497 - padding: 8px;
1498 - text-transform: uppercase;
1499 - margin: 0px auto;
1500 - display: block;
1501 - float: none;
1502 - width: 100px;
1503 - position: relative;
1504 - margin-top: 20px;
1505 -}
1506 -
1507 -
1508 -.wpstream_external_broadcast_options{
1509 - width: 50%;
1510 - border: 1px solid #6666;
1511 -}
1512 -
1513 -.wpstream_modal_explanations{
1514 - margin-top: 15px;
1515 - margin-bottom: 5px;
1516 - font-size: 14px;
1517 - color: #666;
1518 - line-height: 1.6em;
1519 -}
1520 -
1521 -
1522 -.wpstream_modal_explanations li{
1523 - margin-bottom: 2px;
1524 -}
1525 -
1526 -
1527 -.wpstream_modal_explanations li {
1528 - margin-bottom: 2px;
1529 - line-height: 1.6em;
1530 -}
1531 -
1532 -.print_qrcode{
1533 - position: absolute;
1534 - top: 73px;
1535 - right: 12px;
1536 - width: 75px;
1537 -}
1538 -
1539 -
1540 -
1541 -
1542 -.wpstream_loader {
1543 - width: 8px;
1544 - height: 8px;
1545 - border: 1px solid #a5a8a4;
1546 - border-radius: 50%;
1547 - display: inline-block;
1548 - position: relative;
1549 - -webkit-animation: rotation 1s linear infinite;
1550 - animation: rotation 1.3s linear infinite;
1551 - margin-left: 14px;
1552 - top: 0px;
1553 - }
1554 -
1555 - .wpstream_loader:after {
1556 - content: "";
1557 - position: absolute;
1558 - left: 50%;
1559 - top: 50%;
1560 - transform: translate(-50%, -50%);
1561 - width: 18px;
1562 - height: 18px;
1563 - border-radius: 50%;
1564 - border: 1px solid;
1565 - border-color: #FF3D00 transparent;
1566 -}
1567 -
1568 -/*.wpstream_options_help{*/
1569 -/* clear: both;*/
1570 -/* width: 51%;*/
1571 -/* display: inline-block;*/
1572 -/* position: relative;*/
1573 -/*}*/
1574 -
1575 -.wpstream_options_help a{
1576 - display: inline-block;
1577 - position: relative;
1578 - white-space: nowrap;
1579 - background-color: green;
1580 - color: #fff;
1581 - border-radius: 3px;
1582 - padding: 5px 10px;
1583 - text-decoration: none;
1584 - background-color: #2196F3;
1585 -}
1586 -
1587 -
1588 -
1589 -
1590 -@media only screen and (max-width:1099px){
1591 -
1592 - .wpstream_upgrade_topbar{
1593 - display: block;
1594 - margin-left: 0px;
1595 - margin-top: 30px;
1596 - width: 175px;
1597 - text-align: center;
1598 - }
1599 -
1600 - .event_list_wrapper{
1601 - display: flex;
1602 - width: 100%;
1603 - margin: 5px 0px 25px 0px;
1604 - flex-direction: column;
1605 - }
1606 -
1607 - .event_list_unit{
1608 - flex-direction: column;
1609 - align-content: center;
1610 - justify-content: flex-start;
1611 - align-items: flex-start;
1612 - width: auto;
1613 - position: relative;
1614 - border: 1px solid #e2e5e8;
1615 - }
1616 - .wpstream_stop_event.wpstream_button,
1617 - .start_event.wpstream_button,
1618 - .wpstream_stop_event,
1619 - .wpstream_turning_on,
1620 - .start_event {
1621 - width: 100%;
1622 - box-sizing: border-box;
1623 - margin-bottom: 10px;
1624 - max-width: 170px;
1625 - }
1626 -
1627 - .wpstream_options_col1{
1628 - margin-bottom: 10px;
1629 - }
1630 -
1631 - .wpstream_options_col2{
1632 - margin-bottom: 10px;
1633 - }
1634 -
1635 - .event_title{
1636 - width: 100%;
1637 - }
1638 - .wpstream_modal_form.wpestate_settings_modal,
1639 - .wpstream_modal_form {
1640 - z-index: 99999;
1641 - margin-top: 0px;
1642 - top: 0px;
1643 - overflow-y: auto;
1644 - }
1645 -
1646 - .wpstream_modal_form {
1647 - width: 100%;
1648 - height: 100%;
1649 - background-color: #fff;
1650 - position: fixed;
1651 - top: 0;
1652 - margin-top: 0;
1653 - left: 0;
1654 - margin-left: 0;
1655 - display: none;
1656 - z-index: 99999;
1657 - padding: 0px 30px;
1658 - border-radius: 0px;
1659 - box-sizing: border-box;
1660 - }
1661 -
1662 - .wpstream_modal_explanations{
1663 - width: 100%;
1664 - box-sizing: border-box;
1665 - }
1666 -
1667 - .wpstream_modal_form.wpestate_settings_modal {
1668 - height: 100%;
1669 - margin-top: 0px;
1670 - overflow-y: auto;
1671 - }
1672 -
1673 - .wpstream_sharing_social .dashicons {
1674 - margin-right: 15px;
1675 - width: 80px;
1676 - height: 80px;
1677 - }
1678 - .wpstream_sharing_social:nth-of-type(4n) .dashicons {
1679 - margin-right:15px;
1680 - }
1681 -
1682 -
1683 -}
1684 -
1685 -
1686 -
1687 -
1688 -@media only screen and (max-width:500px){
1689 - .external_software_streaming_details{
1690 - width: 280px;
1691 - }
1692 - .copy_live_key,
1693 - .copy_live_uri{
1694 - margin: 15px 0px 0px 0px;
1695 - display: inline-block;
1696 - }
1697 - .wpstream_close_modal{
1698 - z-index: 99999;
1699 - }
1700 - .wpstream_live_uri_text.wpstream_larix_rtmp,
1701 - .wpstream_live_uri_text{
1702 - width: 280px;
1703 - word-break: break-all;
1704 - }
1705 -}
1706 -
1707 -.wpstream_theme_event_list_unit {
1708 - .spinner {
1709 - visibility: visible;
1710 - background-repeat: no-repeat;
1711 - height: 20px;
1712 - background-size: contain;
1713 - background-position-x: center;
1714 - }
1715 883 }