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

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