PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.7.2
WpStream – Live Streaming, Video on Demand, Pay Per View v4.7.2
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
wpstream / admin / css / wpstream-admin.css

wpstream-admin.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.7.2, at admin/css/wpstream-admin.css

1,680 lines 30.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .create_new_ppv_video{
2 margin-left: 30px;
3 }
4 .create_new_free_video{
5 margin-left: 15px;
6 }
7
8 .wpstream_no_chanel_add_channel{
9 display: inherit;
10 }
11
12 .pack_details_wrapper_transparent h3,
13 .pack_details_wrapper_transparent h3{
14 display: inline-block;
15 }
16
17 .wpstream_create_new_product_link{
18 display: inline-block;
19 margin-left: 20px;
20 font-size: 15px;
21 font-weight: bold;
22 }
23
24
25 .theme_options_tab_wpstream{
26 background: #fff;
27 border-left: 4px solid #fff;
28 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
29 margin: 15px;
30 padding: 20px;
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 }
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
51 .wpstream_upgrade_topbar:hover{
52 background: #378532;
53 color:#fff;
54 }
55
56 .wpstream_option_wrapper{
57 max-width: 70%;
58 padding: 30px 0px 0px 0px;
59 }
60
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;
71 clear: both;
72 margin-bottom: 20px;
73 position: relative;
74 max-width: 443px;
75 }
76
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 .wpstream_option label{
86 width: 100%;
87 float: left;
88 font-weight: 600;
89 font-size: 14px;
90 margin-bottom: 5px;
91 }
92
93 .wpstream_option .settings_details{
94 color: #999;
95 margin-top: 5px;
96 max-width: 365px;
97 }
98
99 .wpstream_option .wpstream-image-upload-wrapper {
100 margin-bottom: 10px;
101 }
102
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 .event_list_unit_notification{
122 float:left;
123 width:100%;
124 margin-bottom: 10px;
125 }
126
127 .pack_details_wrapper{
128 background-color: #fff;
129 padding: 20px;
130 margin-bottom: 20px;
131 background: #fff;
132 margin: 15px 15px 0px 15px;
133 padding: 20px;
134 font-size: 15px;
135 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;
139 }
140
141 .pack_details_wrapper_transparent{
142 background-color: transparent;
143 padding: 20px;
144 margin: 5px 15px 0px 15px;
145 padding: 20px 20px 0px 0px;
146 font-size: 17px;
147 font-family: 'Roboto', sans-serif;
148 }
149
150
151
152 .hide_stream_data{
153 display:none;
154 }
155
156
157 .show_stream_data{
158 display:block;
159 }
160
161
162 .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;
172 }
173
174
175
176 .event_title{
177 width: 350px;
178 }
179 #wpstream-sidebar-meta .event_title{
180 display: none;
181 }
182
183 .event_list_unit .event_title,
184 .event_list_unit h3{
185 margin-top: 0px;
186 color: #3b3b3b;
187 margin: 1em 0;
188 }
189
190 .event_list_unit{
191 color:#00193d;
192 background-color: #fff;
193 padding: 20px;
194 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;
209 }
210
211 div.video-js.vjs-has-started button.vjs-big-play-button{
212 display:none;
213 }
214
215 .event_list_unit:hover{
216 box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
217 background-color: #fcfcfc;
218 }
219
220 .event_list_unit.wpstream_show_started {
221 background: #fff;
222 border: 1px solid #3dc93d;
223 }
224
225 .wpstream_options_col1{
226 display: flex;
227 flex-direction: row;
228 flex-wrap: nowrap;
229 }
230
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 #wpstream-sidebar-meta .event_list_unit{
296 padding: 0px;
297 box-shadow: none;
298 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 }
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 #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
317 background-color: transparent
318 }
319
320 #wpstream-sidebar-meta .event_list_unit:hover{
321 transform:none;
322 background: #fff;
323 }
324
325 #wpstream-sidebar-meta .event_thumb_wrapper{
326 display:none;
327 }
328 #wpstream-sidebar-meta
329 #wpstream-sidebar-meta h3{
330 line-height: 25px;
331 }
332
333 #wpstream-sidebar-meta .wpstream_turning_on,
334 #wpstream-sidebar-meta .start_event{
335 width:100%;
336 box-sizing: border-box;
337 }
338
339 #wpstream-sidebar-meta .wpstream_event_streaming_local {
340 margin-left: 0px;
341 height: 458px;
342 overflow: auto;
343 padding-right: 20px;
344 }
345
346 .wpstream_event_streaming_local{
347 margin-left: 0px;
348 height: 458px;
349 overflow: auto;
350 padding-right: 20px;
351 width: 456px;
352 display: flex;
353 flex-direction: column;
354 flex-wrap: nowrap;
355 }
356
357 #wpstream-sidebar-meta .external_software_streaming{
358 margin-top: 10px;
359 }
360
361 #wpstream-sidebar-meta .start_external{
362 float: none;
363 padding: 0 10px;
364 font-size: 11px;
365 text-align: center;
366 }
367
368 #wpstream-sidebar-meta .start_webcaster{
369 float:none;
370 }
371
372 #wpstream-sidebar-meta .wpstream_channel_status{
373 padding: 10px 0px 10px 0px;
374 line-height: 24px;
375 box-sizing: border-box;
376 width: 100%;
377 position: relative;
378 left: 0px;
379 top: 0px;
380 font-size: 14px;
381 }
382
383 #wpstream-sidebar-meta .view_channel{
384 display: block;
385 margin-left: 0px;
386 margin-top: 10px;
387 display:none;
388 }
389
390
391 #wpstream-sidebar-meta .how_to{
392 display: none;
393 }
394
395
396 .no_events_warning{
397 font-weight: bold;
398 font-size: 14px;
399 margin-left: 10px;
400 background: #fff;
401 border-left: 4px solid #fff;
402 -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
403 box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
404 margin: 5px 15px 20px 15px;
405 padding: 20px 12px 20px 12px;
406 max-width: 915px;
407 border: 1px solid #e2e5e8;
408 border-radius: 5px;
409 }
410
411 .no_events_warning_mes{
412 display: inline-block;
413 }
414
415 .api_conected{
416 background:#45a73f;
417 padding: 5px 10px;
418 color: #fff;
419 margin-bottom: 0px;
420 width: 310px;
421 border-radius: 5px;
422 display: inline-block;
423 }
424
425 .api_not_conected{
426 background: #F24B4B;
427 padding: 5px 10px;
428 color: #fff;
429 border-radius: 5px;
430 width: auto;
431 display: inline-block;
432 }
433
434 .wpstream_error_curl{
435 margin: 10px 15px;
436 display: table;
437 }
438
439 .wpstream_notice_top{
440 border: 1px solid #c3c4c7;
441 box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
442 margin: 5px 15px 0px 15px;
443 border-radius: 3px;
444 }
445
446
447 .api_not_conected.wpstream_orange{
448 background:#FF5722;
449 }
450 .api_not_conected.wpstream_brown{
451 background: #cc410f;
452 }
453
454 .api_not_conected a{
455 color:#fff;
456 }
457
458 .event_list_unit .event_title,
459 .event_list_unit h3{
460 font-weight: 500;
461 font-size: 16px;
462 text-transform: capitalize;
463 position: relative;
464 line-height: 1.3em;
465 padding-right: 20px;
466 }
467 .wpstream_channel_item_id{
468 color: #5b5b5b;
469 font-size: 12px;
470 }
471
472 .wpstream_button {
473 border-radius: 2px;
474 padding: 5px 5px;
475 -webkit-appearance: none;
476 border: 0px solid #d9d9d9;
477 text-transform: uppercase;
478 background: #45a73f;
479 color: #fff;
480 cursor: pointer;
481 font-weight: 500;
482 transition: 0.3s ease-out;
483 font-size: 14px;
484 margin-right: 5px;
485 border-radius: 5px;
486 text-align: center;
487 display: inline-block;
488 margin-right: 10px;
489
490 .spinner {
491 float: none;
492 }
493 }
494
495 .wpstream_button:hover{
496 background:#378532;
497 }
498
499 .wpstream_button_action{
500 padding: 12px 25px;
501 }
502
503 .default-channel-settings-info {
504 padding-bottom: 20px;
505 font-size: 14px;
506 line-height: 1.4rem;;
507 }
508
509 .wpstream-save-settings {
510 display: flex;
511 align-items: center;
512 }
513
514 .wpstream-save-settings-error {
515 color: #f00;
516 }
517
518 .start_event.wpstream_button{
519 padding: 9px 20px;
520 width: auto;
521 min-width: 130px;
522 color: #7a88a3;
523 border: 1px solid #3dc93d;
524 color: #3b3b3b;
525 background-color: #eaf2f7;
526 background-color: #e8f7e8;
527 border: 1px solid #3dc93d85;
528
529
530 }
531
532
533
534 .wpstream_stop_event.wpstream_button{
535 padding: 9px 20px;
536 width: auto;
537 min-width: 130px;
538 }
539
540 #wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{
541 box-sizing: border-box;
542 width: 100%;
543 }
544
545
546
547
548 .start_event.wpstream_button:hover{
549 background: #45a73f;
550 color: #fff;
551 }
552
553 .stop_server,
554 .close_event.wpstream_button{
555 background: #c33a3a;
556 }
557
558 stop_server wpstream_button:hover,
559 .close_event.wpstream_button:hover{
560 background: #d21009;
561 }
562
563 .record_wrapper,
564 .event_list_unit_notificationx{
565 margin-bottom: 10px;
566 position:relative;
567 }
568
569 .encrypt_wrapper{
570 display:none;
571 }
572
573 .event_list_unit_notificationx{
574 font-size: 14px;
575 }
576
577 .event_list_unit_notificationx strong{
578 display: inherit;
579 margin-bottom: 5px;
580 }
581
582
583 .start_external{
584 display: inline-block;
585 padding: 0px 21px;
586 cursor: pointer;
587 line-height: 40px;
588 height: 38px;
589 background: #076d2a;
590 transition: 0.3s ease-out;
591 border-radius: 2px;
592 }
593 .start_external:hover{
594 background: #f7fcf8;
595 }
596
597
598 .wpstream_turning_on{
599 padding: 6px 20px;
600 width: auto;
601 min-width: 130px;
602 }
603
604
605 .start_event.wpstream_turning_on,
606 .wpstream_turning_on{
607 background: #ebe8fa;
608 border: 1px solid #D7D0F7;
609 color:#3b3b3b;
610 }
611
612 .start_event.wpstream_turning_on:hover,
613 .wpstream_turning_on:hover{
614 background: #d4d0e6;
615 border: 1px solid #D7D0F7;
616 color:#3b3b3b;
617 border: 1px solid #f199998a;
618 }
619
620
621
622 .wpstream_stop_event{
623 background: #ffe5e5;
624 border: 1px solid #ff4c4c8c;
625 color: #3b3b3b;
626 }
627 .wpstream_stop_event:hover{
628 background: #FF4C4C;
629 color: #fff;
630 }
631
632 .how_to{
633 margin-top:10px;
634 width: 100%;
635 height: auto;
636
637 }
638 .external_software_streaming{
639 margin-top: 30px;
640 width: 100%;
641 display: none;
642 }
643
644 .external_software_streaming_details{
645 background-color: rgba(13,110,253,0.12);
646 border-radius: 5px;
647 padding: 20px;
648 display: inline-block;
649 width: 420px;
650 }
651
652 .view_channel{
653 font-weight: 500;
654 font-size: 15px;
655 margin-left:30px;
656 display:none;
657 }
658
659
660 #wpstream-sidebar-meta .view_channel.show_stream_data{
661 display: block;
662 }
663
664 .view_channel.show_stream_data{
665 display: inline-block;
666 }
667
668
669
670 .event_list_stream_key_wrap{
671 margin-top:10px;
672 }
673
674 .multiple_warning_events{
675 margin-top: 5px;
676 }
677
678
679 .server_ready_live{
680 padding: 6px 13px;
681 background-color: #6b936b;
682 color: #fff;
683 display: inline-block;
684 margin-bottom: 6px;
685 }
686
687
688 .server_not_ready_live{
689 display: inline-block;
690 padding: 3px 5px;
691 background-color: #f40000;
692 color:#fff;
693 }
694 .error_notice{
695 background: #f40000;
696 color:#fff;
697 width:100%;
698 padding: 5px;
699 margin-bottom: 5px;
700 display: inline;
701 }
702
703 #wpstream-sidebar-meta .error_notice{
704 display: block;
705 }
706
707
708 .curl_error{
709 background: #f40000;
710 color:#fff;
711 width:100%;
712 padding: 5px;
713 margin-bottom: 5px;
714 }
715
716 .curl_error a{
717 color:#fff;
718 }
719
720 .server_loading{
721 display:none;
722 margin-left: 10px;
723 }
724
725 .wpstream_live_key_text,
726 .wpstream_live_uri_text{
727 display: inline;
728 width: 250px;
729 float: left;
730 }
731
732 .wpstream_live_uri_text.wpstream_larix_rtmp{
733 width: 345px;
734 }
735
736 .copy_live_key,
737 .copy_live_uri{
738 display: inline;
739 background: #688ed8;
740 color: #ffffff;
741 padding: 5px 10px;
742 margin-left: 10px;
743 cursor: pointer;
744 font-size: 12px;
745 text-transform: uppercase;
746 border-radius: 5px;
747 font-weight: 400;
748 letter-spacing: 0.03em;
749 border: 1px solid #5f83c8;
750 transition: 0.3s ease-out;
751 -webkit-user-select: none;
752 -ms-user-select: none;
753 user-select: none;
754 }
755 .wpstream_start_with_larix_mobile{
756 background: #688ed8;
757 padding: 20px;
758 color: #fff;
759 border-radius: 6px;
760 text-decoration: none;
761 color: #ffffff;
762 padding: 15px 15px;
763 margin-left: 10px;
764 cursor: pointer;
765 font-size: 12px;
766 text-transform: uppercase;
767 margin: 0px 0px 0px 0px;
768 display: inline-block;
769 }
770
771 .wpstream_start_with_larix_mobile:hover{
772 background: #5878b5;
773 color:#fff;
774 }
775
776 .copy_live_key:hover,
777 .copy_live_uri:hover{
778 background: #5878b5;
779 }
780
781 .show_if_subscription.hide_movieon{
782 display:none;
783 }
784
785 .pricing.hide_movieon{
786 display:block;
787 }
788
789 /*=social streaming
790 ------------------------------------------------*/
791
792
793 .wpstream_social_media_broadcast{
794 display: inline-block;
795 display: none;
796 }
797
798 .wpstream_social_media_unit{
799 display: inline-block;
800 margin-right: 20px;
801 background: #f3f3f3;
802 padding: 9px;
803 margin-top: 10px;
804 font-weight: 500;
805 }
806
807 #wpstream-sidebar-meta .wpstream_social_media_unit{
808 width: 100%;
809 box-sizing: border-box;
810 float: left;
811 }
812
813 #wpstream-sidebar-meta .wpstream_social_stream_container{
814 width: 100%;
815 box-sizing: border-box;
816 float: left;
817 }
818
819
820 .wpstream_social_stream_container{
821 background: #f3f3f3;
822 padding: 9px;
823 min-height: 30px;
824 width: 466px;
825 margin: 10px 0px;
826 display: none;
827 }
828
829 .wpstream_social_stream_container label{
830 display:block;
831 }
832
833 .wpstream_twich_rtmp,
834 .wpstream_youtube_rtmp{
835 width:300px;
836 }
837
838 #wpstream-sidebar-meta .wpstream_twich_rtmp,
839 #wpstream-sidebar-meta .wpstream_youtube_rtmp{
840 width:100%;
841 }
842
843
844 /* =video management
845 ----------------------------------------------- */
846 .wpstream_upload_alert{
847 color: #fff;
848 font-size: 17px;
849 background-color: #e16767;
850 display: inline-block;
851 margin-left: 20px;
852 padding: 15px;
853 }
854
855
856 .wpstream_video_wrapper{
857 background-color: #fff;
858 padding: 20px;
859 margin-bottom: 20px;
860 background: #fff;
861 margin: 5px 15px 20px 15px;
862 padding: 20px;
863 font-family: 'Roboto', sans-serif;
864 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
865 border: 1px solid #e2e5e8;
866 border-radius: 5px;
867 }
868
869 .wpstream_video_status {
870 padding: 5px;
871 font-weight: 500;
872 color: #fff;
873 font-size: 12px;
874 background-color: #e16767;
875 }
876
877 .wpstream_video_status.ispublished{
878 background: #078407;
879 }
880
881 .wpstream_video_title{
882 margin-top: 10px;
883 font-size: 15px;
884 font-weight: 600;
885 }
886
887 .storage_file_size{
888 background-color: #eff0f1;
889 border-radius: 3px;
890 padding: 3px 5px;
891 font-size: 13px;
892 margin-left: 20px;
893 font-weight: 500;
894 }
895
896 .video_stream_label{
897 font-weight: 600;
898 margin-right: 10px;
899 }
900 .storage_file_name{
901 margin-right: 5px;
902 }
903
904
905
906 .wpstream_delete_media,
907 .wpstream_get_download_link{
908 cursor: pointer;
909 background-color: #45a73f;
910 color: white;
911 padding: 5px 14px;
912 display: inline-block;
913 margin-top: 10px;
914 margin-right: 10px;
915 transition: 0.3s ease-out;
916 border-radius: 3px;
917 }
918 .wpstream_delete_media:hover,
919 .wpstream_get_download_link:hover{
920 background: #378532;
921 }
922
923 .wpstream_download_link{
924 display:none;
925 line-height: 25px;
926 }
927
928 .wpstream_video_notice{
929 display: inline;
930 margin-left: 10px;
931 background: #888;
932 padding: 5px;
933 color: #fff;
934 display:none;
935 }
936
937 .wpstream_upload_container {
938 background-color: #fff;
939 padding: 20px;
940 margin-bottom: 20px;
941 background: #fff;
942 margin: 5px 15px 2px 15px;
943 padding: 20px;
944 min-height: 40px;
945 font-family: 'Roboto', sans-serif;
946 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
947 border: 1px solid #e2e5e8;
948 border-radius: 5px;
949 }
950
951 .bar {
952 background-color: #28de23;
953 border-right-color: #99d;
954 padding: 5px;
955 margin-bottom: 5px;
956 }
957
958 #wpstream_uploaded_mes{
959 font-weight: 600;
960 margin-bottom: 5px;
961 }
962
963 .direct-upload{
964 width:100%;
965 position:relative;
966 }
967
968
969 #wpstream_media_upload h3,
970 #wpstream_file_management h3{
971 margin-left: 20px;
972 font-family: 'Roboto', sans-serif;
973 margin-top: 35px;
974 }
975
976 .wpstream_form_ex{
977 font-size: 20px;
978 text-align: center;
979 padding: 40px 0px 20px 0px;
980 text-transform: uppercase;
981 font-weight: 500;
982 color: #999;
983 }
984 .wpstream_form_ex_details{
985 width: 70%;
986 margin: 0px auto;
987 padding: 0px 0px 30px 0px;
988 text-align: center;
989 }
990
991 .wpstream_file_drop_color{
992 background-color: #ededed;
993 border-radius: 5px;
994 }
995
996 .direct-upload .progress-bar-area{
997 position: absolute;
998 width: 98%;
999 top: 66px;
1000 left: 0.75%;
1001 }
1002
1003 #wpstream_upload{
1004 background: #078407;
1005 margin: 10px;
1006 }
1007
1008 .js .inputfile {
1009 width: 0.1px;
1010 height: 0.1px;
1011 opacity: 0;
1012 overflow: hidden;
1013 position: absolute;
1014 z-index: -1;
1015 }
1016
1017 .inputfile + label {
1018 max-width: 80%;
1019 font-size: 14px;
1020 /* 20px */
1021 font-weight: 700;
1022 text-overflow: ellipsis;
1023 white-space: nowrap;
1024 cursor: pointer;
1025 display: inline-block;
1026 overflow: hidden;
1027 padding: 0.625rem 1.25rem;
1028 /* 10px 20px */
1029 }
1030
1031 .no-js .inputfile + label {
1032 display: none;
1033 }
1034
1035 .inputfile:focus + label,
1036 .inputfile.has-focus + label {
1037 outline: 1px dotted #000;
1038 outline: -webkit-focus-ring-color auto 5px;
1039 }
1040
1041 .inputfile + label svg {
1042 width: 1em;
1043 height: 1em;
1044 vertical-align: middle;
1045 fill: currentColor;
1046 margin-top: -0.25em;
1047 /* 4px */
1048 margin-right: 0.25em;
1049 /* 4px */
1050 }
1051
1052
1053 /* style 1 */
1054
1055 .inputfile-1 + label {
1056 color: #ffffff;
1057 background-color: #45a73f;
1058 margin: 10px 10px 10px 0px;
1059 transition: 0.3s ease-out;
1060 border-radius: 5px;
1061 }
1062
1063 .inputfile-1:focus + label,
1064 .inputfile-1.has-focus + label,
1065 .inputfile-1 + label:hover {
1066 background-color: #5a9544;
1067 }
1068
1069 .wpstream-tooltip {
1070 cursor: pointer;
1071 color: #0073aa;
1072 vertical-align: middle;
1073 }
1074
1075 .wpstream-tooltip:hover {
1076 opacity: 0.8;
1077 }
1078
1079 .wpstream_setting_event_unit_wrapper{
1080 position:relative;
1081 margin-bottom: 10px;
1082 width: 100%;
1083 }
1084
1085 .wpstream_setting_event_unit_wrapper .settings_details{
1086 max-width: 365px;
1087 }
1088
1089 .wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{
1090 color: #666;
1091 margin-top: 5px;
1092 }
1093
1094
1095
1096 label.wpstream_switch {
1097 position: relative;
1098 display: inline-block;
1099 width: 53px;
1100 min-width: 53px;
1101 height: 25px;
1102 top: 12px;
1103 }
1104
1105 .wpstream_switch input {
1106 opacity: 0;
1107 width: 0;
1108 height: 0;
1109 }
1110
1111 .wpstream_slider {
1112 position: absolute;
1113 cursor: pointer;
1114 top: 0;
1115 left: 0;
1116 right: 0;
1117 bottom: 0;
1118 background-color: #ccc;
1119 -webkit-transition: .4s;
1120 transition: .4s;
1121 text-align: center;
1122 line-height: 25px;
1123 font-size: 11px;
1124 font-weight: 500;
1125 color: #666;
1126 }
1127
1128 .wpstream_slider:before {
1129 position: absolute;
1130 content: "";
1131 height: 18px;
1132 width: 18px;
1133 left: 4px;
1134 bottom: 4px;
1135 background-color: white;
1136 -webkit-transition: .4s;
1137 transition: .4s;
1138 z-index: 1;
1139 }
1140
1141 .wpstream_slider:after {
1142 content: "OFF";
1143 position: absolute;
1144 left: 0;
1145 right: 0;
1146 top: 0;
1147 bottom: 0;
1148 line-height: 25px;
1149 z-index: 0;
1150 text-align: right;
1151 margin-right: 8px;
1152 }
1153
1154 input:checked + .wpstream_slider {
1155 background-color: #2196F3;
1156 color: #fff;
1157 }
1158
1159 input:checked + .wpstream_slider:after {
1160 content: "ON";
1161 text-align: left;
1162 margin-left: 8px;
1163 }
1164
1165 input:focus + .wpstream_slider {
1166 box-shadow: 0 0 1px #2196F3;
1167 }
1168
1169 input:checked + .wpstream_slider:before {
1170 -webkit-transform: translateX(26px);
1171 -ms-transform: translateX(26px);
1172 transform: translateX(26px);
1173 }
1174
1175 /* Rounded sliders */
1176 .wpstream_slider.round {
1177 border-radius: 25px;
1178 }
1179
1180 .wpstream_slider.round:before {
1181 border-radius: 50%;
1182 }
1183
1184 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
1185 margin-bottom: 10px;
1186 }
1187
1188 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
1189 font-weight: 700;
1190 font-size: 14px;
1191 left: 395px;
1192 }
1193
1194 #wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
1195 left: auto;
1196 right: 0px;
1197 }
1198 #wpstream-sidebar-meta .settings_details{
1199 padding-right: 60px;
1200 }
1201
1202
1203 /*=wpstream share */
1204
1205 .wpstream_sharing_social{
1206 color: #696969;
1207 text-decoration: none;
1208 margin: 0px;
1209 font-size: 12px;
1210 display: inline-block;
1211 }
1212
1213 .wpstream_sharing_social .dashicons {
1214 font-size: 32px;
1215 background-color: #f9f9f9;
1216 width: 91px;
1217 height: 91px;
1218 border-radius: 5px;
1219 line-height: 91px;
1220 color: #1d447d;
1221 margin-right: 25px;
1222 color: #828b9b;
1223 border: 1px solid rgba(13,110,253,0.12);
1224 margin-top: 25px;
1225
1226 }
1227 .wpstream_sharing_social:nth-of-type(4n) .dashicons{
1228 margin-right: 0px;
1229 }
1230
1231 .wpstream_sharing_social .dashicons:hover{
1232 background-color: rgba(13,110,253,0.12);
1233 color: #0d6efd;
1234 }
1235
1236 .wpstream_sharing_social:focus{
1237 box-shadow:none;
1238 outline:0px;
1239 }
1240
1241 #wpstream-sidebar-meta .wpstream_social_share_wrapper{
1242 position: relative;
1243 right:auto;
1244 top: auto;
1245 font-size: 13px;
1246 margin: 10px 0px 0px 0px;
1247 }
1248
1249 #wpstream-sidebar-meta .wpstream_sharing_social{
1250 margin: 0px 0px;
1251 }
1252
1253
1254 .how_to_videos{
1255 display: inline-block;
1256 width: 100%;
1257
1258 }
1259
1260
1261 .wpstream_pagination{
1262 list-style: none;
1263 display: inline;
1264 float:left;
1265 padding-left: 15px;
1266 }
1267
1268 .wpstream_pagination li{
1269 display: inline-block;
1270 border: 1px solid #d8dada;
1271 min-width: 20px;
1272 text-align: center;
1273 margin-right: 5px;
1274 border-radius: 3px;
1275 padding: 5px;
1276 background: #fff;
1277 }
1278
1279 .wpstream_pagination li a{
1280 text-decoration: none;
1281 color:#3c434a;
1282 }
1283
1284 .wpstream_pagination li:empty{
1285 display:none;
1286 }
1287
1288 .wpstream_pagination li.active{
1289 background: #f5f5fb;
1290 }
1291
1292
1293
1294 .wpstream_modal_background{
1295 position: fixed;
1296 z-index: 1001;
1297 top:0px;
1298 bottom: 0px;
1299 left: 0px;
1300 right: 0px;
1301 background-color:rgb(0 20 40 / 86%);
1302 opacity: 0.5;
1303 display: none;
1304 }
1305
1306 .wpstream_modal_form{
1307 width: 460px;
1308 height: 460px;
1309 background-color: #fff;
1310 position: fixed;
1311 top: 50%;
1312 margin-top: -230px;
1313 left: 50%;
1314 margin-left: -230px;
1315 display: none;
1316 z-index: 1002;
1317 padding: 30px;
1318 border-radius: 5px;
1319 }
1320 .wpstream_modal_form.wpestate_settings_modal{
1321 height: 525px;
1322 margin-top: -257px;
1323 }
1324
1325 .wpstream_modal_form h3{
1326 font-size: 20px;
1327 }
1328
1329 .wpstream_close_modal{
1330 width:30px;
1331 height: 30px;
1332 background-color: rgba(13,110,253,0.12);
1333 position: absolute;
1334 top:15px;
1335 right: 15px;
1336 border-radius: 3px;
1337 cursor: pointer;
1338 background-image: url(../../img/closeicon4.png);
1339 background-repeat: no-repeat;
1340 background-position: center;
1341 }
1342
1343 .wpstream_close_modal:hover{
1344 background-color: rgba(13,110,253,0.32);
1345 }
1346
1347
1348 .wpstream_tooltip_wrapper{
1349 position: relative;
1350 }
1351
1352 .wpstream_tooltip_disabled,
1353 .wpstream_tooltip{
1354 position: absolute;
1355 border-radius: 3px;
1356 background-color: rgb(0 20 40 / 86%);
1357 color: #fff;
1358 font-size: 13px;
1359 text-transform: capitalize;
1360 padding: 5px 10px;
1361 bottom: -38px;
1362 left: -15%;
1363 z-index: 10;
1364 transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
1365 transition-delay: .2s;
1366 white-space: nowrap;
1367 opacity: 0;
1368 pointer-events: none;
1369 }
1370 .wpstream_button .wpstream_tooltip{
1371 white-space: normal;
1372 width: 200px;
1373 bottom: -10px;
1374 transform: translate(0, 100%);
1375
1376 }
1377
1378 .wpstream_tooltip_disabled:after,
1379 .wpstream_tooltip:after{
1380 position: absolute;
1381 content: " ";
1382 width: 0;
1383 height: 0;
1384 top: -6px;
1385 left: 20px;
1386 border-left: 7px solid transparent;
1387 border-right: 7px solid transparent;
1388 border-bottom: 7px solid rgb(0 20 40 / 86%);
1389 }
1390
1391 .wpstream_button .wpstream_tooltip:after{
1392 left: 50%;
1393 margin-left: -7px;
1394 }
1395
1396
1397 #wpstream-sidebar-meta .wpstream_tooltip_disabled,
1398 #wpstream-sidebar-meta .wpstream_tooltip{
1399 left: 0%;
1400 width: 93%;
1401 pointer-events: none;
1402 }
1403
1404 #wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled,
1405 #wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{
1406 width: auto;
1407 pointer-events: none;
1408
1409 }
1410
1411 #wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{
1412 left: -50px;
1413 }
1414 #wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{
1415 left: 62px!important;
1416 }
1417
1418 #wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{
1419 left: -50px;
1420 }
1421 #wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{
1422 left: 62px!important;
1423 }
1424
1425 #wpstream-sidebar-meta .wpstream_edit_channel{
1426 display: none;
1427 }
1428
1429
1430
1431
1432 #wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after,
1433 #wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{
1434 left:10px;
1435 }
1436
1437
1438
1439 .wpstream_inactive_icon{
1440 cursor: not-allowed;
1441 }
1442 .wpstream_inactive_icon svg{
1443 opacity: 0.35;
1444 }
1445
1446 .wpstream_error_modal_notification{
1447 width: 500px;
1448 background-color: #fff;
1449 position: fixed;
1450 top: 50%;
1451 margin-top: -250px;
1452 left: 50%;
1453 margin-left: -250px;
1454 display: none;
1455 z-index: 1002;
1456 padding: 20px;
1457 border-radius: 5px;
1458 font-size: 15px;
1459 }
1460
1461 .wpstream_error_ok{
1462 padding: 8px;
1463 text-transform: uppercase;
1464 margin: 0px auto;
1465 display: block;
1466 float: none;
1467 width: 100px;
1468 position: relative;
1469 margin-top: 20px;
1470 }
1471
1472
1473 .wpstream_external_broadcast_options{
1474 width: 50%;
1475 border: 1px solid #6666;
1476 }
1477
1478 .wpstream_modal_explanations{
1479 margin-top: 15px;
1480 margin-bottom: 5px;
1481 font-size: 14px;
1482 color: #666;
1483 line-height: 1.6em;
1484 }
1485
1486
1487 .wpstream_modal_explanations li{
1488 margin-bottom: 2px;
1489 }
1490
1491
1492 .wpstream_modal_explanations li {
1493 margin-bottom: 2px;
1494 line-height: 1.6em;
1495 }
1496
1497 .print_qrcode{
1498 position: absolute;
1499 top: 73px;
1500 right: 12px;
1501 width: 75px;
1502 }
1503
1504
1505
1506
1507 .wpstream_loader {
1508 width: 8px;
1509 height: 8px;
1510 border: 1px solid #a5a8a4;
1511 border-radius: 50%;
1512 display: inline-block;
1513 position: relative;
1514 -webkit-animation: rotation 1s linear infinite;
1515 animation: rotation 1.3s linear infinite;
1516 margin-left: 14px;
1517 top: 0px;
1518 }
1519
1520 .wpstream_loader:after {
1521 content: "";
1522 position: absolute;
1523 left: 50%;
1524 top: 50%;
1525 transform: translate(-50%, -50%);
1526 width: 18px;
1527 height: 18px;
1528 border-radius: 50%;
1529 border: 1px solid;
1530 border-color: #FF3D00 transparent;
1531 }
1532
1533 /*.wpstream_options_help{*/
1534 /* clear: both;*/
1535 /* width: 51%;*/
1536 /* display: inline-block;*/
1537 /* position: relative;*/
1538 /*}*/
1539
1540 .wpstream_options_help a{
1541 display: inline-block;
1542 position: relative;
1543 white-space: nowrap;
1544 background-color: green;
1545 color: #fff;
1546 border-radius: 3px;
1547 padding: 5px 10px;
1548 text-decoration: none;
1549 background-color: #2196F3;
1550 }
1551
1552
1553
1554
1555 @media only screen and (max-width:1099px){
1556
1557 .wpstream_upgrade_topbar{
1558 display: block;
1559 margin-left: 0px;
1560 margin-top: 30px;
1561 width: 175px;
1562 text-align: center;
1563 }
1564
1565 .event_list_wrapper{
1566 display: flex;
1567 width: 100%;
1568 margin: 5px 0px 25px 0px;
1569 flex-direction: column;
1570 }
1571
1572 .event_list_unit{
1573 flex-direction: column;
1574 align-content: center;
1575 justify-content: flex-start;
1576 align-items: flex-start;
1577 width: auto;
1578 position: relative;
1579 border: 1px solid #e2e5e8;
1580 }
1581 .wpstream_stop_event.wpstream_button,
1582 .start_event.wpstream_button,
1583 .wpstream_stop_event,
1584 .wpstream_turning_on,
1585 .start_event {
1586 width: 100%;
1587 box-sizing: border-box;
1588 margin-bottom: 10px;
1589 max-width: 170px;
1590 }
1591
1592 .wpstream_options_col1{
1593 margin-bottom: 10px;
1594 }
1595
1596 .wpstream_options_col2{
1597 margin-bottom: 10px;
1598 }
1599
1600 .event_title{
1601 width: 100%;
1602 }
1603 .wpstream_modal_form.wpestate_settings_modal,
1604 .wpstream_modal_form {
1605 z-index: 99999;
1606 margin-top: 0px;
1607 top: 0px;
1608 overflow-y: auto;
1609 }
1610
1611 .wpstream_modal_form {
1612 width: 100%;
1613 height: 100%;
1614 background-color: #fff;
1615 position: fixed;
1616 top: 0;
1617 margin-top: 0;
1618 left: 0;
1619 margin-left: 0;
1620 display: none;
1621 z-index: 99999;
1622 padding: 0px 30px;
1623 border-radius: 0px;
1624 box-sizing: border-box;
1625 }
1626
1627 .wpstream_modal_explanations{
1628 width: 100%;
1629 box-sizing: border-box;
1630 }
1631
1632 .wpstream_modal_form.wpestate_settings_modal {
1633 height: 100%;
1634 margin-top: 0px;
1635 overflow-y: auto;
1636 }
1637
1638 .wpstream_sharing_social .dashicons {
1639 margin-right: 15px;
1640 width: 80px;
1641 height: 80px;
1642 }
1643 .wpstream_sharing_social:nth-of-type(4n) .dashicons {
1644 margin-right:15px;
1645 }
1646
1647
1648 }
1649
1650
1651
1652
1653 @media only screen and (max-width:500px){
1654 .external_software_streaming_details{
1655 width: 280px;
1656 }
1657 .copy_live_key,
1658 .copy_live_uri{
1659 margin: 15px 0px 0px 0px;
1660 display: inline-block;
1661 }
1662 .wpstream_close_modal{
1663 z-index: 99999;
1664 }
1665 .wpstream_live_uri_text.wpstream_larix_rtmp,
1666 .wpstream_live_uri_text{
1667 width: 280px;
1668 word-break: break-all;
1669 }
1670 }
1671
1672 .wpstream_theme_event_list_unit {
1673 .spinner {
1674 visibility: visible;
1675 background-repeat: no-repeat;
1676 height: 20px;
1677 background-size: contain;
1678 background-position-x: center;
1679 }
1680 }