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

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