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

1,054 lines 18.0 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: 5px 15px 20px 15px;
30 padding: 20px 12px 20px 12px;
31 font-family: 'Roboto', sans-serif;
32 }
33
34 .wpstream_option_wrapper{
35 max-width: 70%;
36 padding: 30px 10px;
37 }
38
39 .wpstream_option{
40 clear: both;
41 width: 51%;
42 display: inline-block;
43 margin-bottom: 20px;
44 position: relative;
45 }
46
47 .wpstream_option label{
48 width: 100%;
49 float: left;
50 font-weight: 600;
51 font-size: 14px;
52 margin-bottom: 5px;
53 }
54
55 .wpstream_option .settings_details{
56 color: #999;
57 margin-top: 5px;
58 max-width: 365px;
59 }
60
61
62 .event_list_unit_notification{
63 float:left;
64 width:100%;
65 margin-bottom: 10px;
66 }
67
68 .pack_details_wrapper{
69 background-color: #fff;
70 padding: 20px;
71 margin-bottom: 20px;
72 background: #fff;
73 margin: 15px 15px 0px 15px;
74 padding: 20px;
75 font-size: 15px;
76 font-family: 'Roboto', sans-serif;
77 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
78 }
79
80 .pack_details_wrapper_transparent{
81 background-color: transparent;
82 padding: 20px;
83 margin: 5px 15px 0px 15px;
84 padding: 20px 20px 0px 0px;
85 font-size: 17px;
86 font-family: 'Roboto', sans-serif;
87 }
88
89
90
91 .hide_stream_data{
92 display:none;
93 }
94
95
96 .show_stream_data{
97 display:block;
98 }
99
100
101 .event_thumb_wrapper{
102 min-width: 170px;
103 float:left;
104 }
105
106 .event_thumb{
107 float: left;
108 margin: 0px 20px 20px 0px;
109 border-radius: 4px;
110 }
111
112 .event_list_unit .event_title,
113 .event_list_unit h3{
114 margin-top: 0px;
115 color: #23282d;
116 margin: 1em 0;
117 }
118
119 .event_list_unit{
120 background-color: #fff;
121 padding: 20px;
122 margin-bottom: 20px;
123 background: #fff;
124 margin: 5px 15px 25px 15px;
125 padding: 20px;
126 min-height: 150px;
127 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
128 font-family: 'Roboto', sans-serif;
129 transition: 0.3s ease-out;
130 border-radius: 2px;
131 }
132
133 .event_list_unit:hover{
134 box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
135 transform: translate(0%, -5px);
136 background-color: #fcfcfc;
137 }
138
139 .event_list_unit.wpstream_show_started {
140 background: #e7fae8;
141 background: #f5f1fa;
142 }
143
144
145 #wpstream-sidebar-meta .event_list_unit{
146 padding: 0px;
147 box-shadow: none;
148 margin: 0px;
149 }
150 #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
151 background-color: transparent
152 }
153 #wpstream-sidebar-meta .event_list_unit:hover{
154 transform:none;
155 background: #fff;
156 }
157
158 #wpstream-sidebar-meta .event_thumb_wrapper{
159 display:none;
160 }
161 #wpstream-sidebar-meta
162 #wpstream-sidebar-meta h3{
163 line-height: 25px;
164 }
165
166
167 #wpstream-sidebar-meta .wpstream_show_settings,
168 #wpstream-sidebar-meta .close_event,
169 #wpstream-sidebar-meta .start_event{
170 width:100%;
171 }
172
173 #wpstream-sidebar-meta .wpstream_event_streaming_local {
174 margin-left: 0px;
175 }
176
177
178
179
180
181 #wpstream-sidebar-meta .stop_server,
182 #wpstream-sidebar-meta .close_event,
183 #wpstream-sidebar-meta .start_event,
184 #wpstream-sidebar-meta .start_webcaster,
185 #wpstream-sidebar-meta .start_external{
186 margin: 0px 0px 10px 0px;
187 display: block;
188 height: 40px;
189 }
190
191 #wpstream-sidebar-meta .external_software_streaming{
192 display:none;
193 margin-top: 10px;
194 }
195
196 #wpstream-sidebar-meta .start_external{
197 float: none;
198 padding: 0 10px;
199 font-size: 11px;
200 text-align: center;
201 }
202
203 #wpstream-sidebar-meta .start_webcaster{
204 float:none;
205 }
206
207 #wpstream-sidebar-meta .wpstream_channel_status{
208 padding: 10px 0px 25px 0px;
209 line-height: 24px;
210 }
211
212 #wpstream-sidebar-meta .view_channel{
213 display: block;
214 margin-left: 0px;
215 margin-top: 10px;
216 display:none;
217 }
218
219 #wpstream-sidebar-meta .copy_live_key,
220 #wpstream-sidebar-meta .copy_live_uri{
221 display: block;
222 margin-left: 0
223 }
224
225 #wpstream-sidebar-meta .how_to{
226 display: none;
227 }
228
229
230 .no_events_warning{
231 font-weight: bold;
232 font-size: 14px;
233 margin-left: 10px;
234 background: #fff;
235 border-left: 4px solid #fff;
236 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
237 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
238 margin: 5px 15px 20px 15px;
239 padding: 20px 12px 20px 12px;
240 }
241
242 .no_events_warning_mes{
243 display: inline-block;
244 }
245
246 .api_conected{
247 background: green;
248 padding: 10px;
249 color: #fff;
250 margin-bottom: 20px;
251 width: 270px;
252 border-radius:3px;
253 }
254
255 .api_not_conected{
256 background: #F24B4B;
257 padding: 10px;
258 color: #fff;
259 margin-bottom: 10px;
260 border-radius: 3px;
261 }
262 .wpstream_notice_top{
263 border: 1px solid #c3c4c7;
264 box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
265 margin: 5px 15px 0px 15px;
266 border-radius: 3px;
267 }
268
269
270 .api_not_conected.wpstream_orange{
271 background:#FF5722;
272 }
273 .api_not_conected.wpstream_brown{
274 background: #cc410f;
275 }
276
277 .api_not_conected a{
278 color:#fff;
279 }
280
281 .event_list_unit .event_title,
282 .event_list_unit h3{
283 font-weight: 700;
284 font-size: 18px;
285 text-transform: capitalize;
286 position: relative;
287 }
288
289 .wpstream_channel_status{
290 padding: 7px 0px 30px 0px;
291 font-size: 16px;
292 font-weight: 700;
293 }
294
295 .wpstream_channel_status .dashicons{
296 font-size: 32px;
297 color: #6b936b;
298 margin-right: 15px;
299 margin-top: -8px;
300 }
301 .wpstream_channel_status.not_ready_to_stream .dashicons{
302 color: #e16767;
303 font-size: 27px;
304 margin-top: -5px;
305 }
306 .wpstream_channel_status.not_ready_to_stream {
307 color:#23282d
308 }
309
310
311 .not_ready_to_stream{
312 color:#e16767;
313 }
314
315 .pending_streaming{
316 }
317
318
319
320 .wpstream_button {
321 box-shadow: none !important;
322 border-radius: 2px;
323 background-clip: padding-box;
324 -moz-background-clip: padding;
325 -webkit-background-clip: padding-box;
326 vertical-align: middle;
327 height: 40px;
328 padding: 7px 21px;
329 -webkit-appearance: none;
330 border: 0px solid #d9d9d9;
331 text-transform: uppercase;
332 background: #40A819;
333 color: #fff;
334 cursor: pointer;
335 font-weight: 600;
336 font-weight: 500;
337 transition: 0.3s ease-out;
338 font-size: 14px;
339 margin-right: 5px;
340 border-radius: 2px;
341 }
342
343 .wpstream_button:hover{
344 background: #ac3434;
345 }
346
347 .start_event.wpstream_button{
348 background: #8e8b8b;
349 background: #089238;
350 }
351
352 .start_event.wpstream_button:hover{
353 background: #328214;
354 }
355
356 .stop_server,
357 .close_event.wpstream_button{
358 background: #c33a3a;
359 }
360
361 stop_server wpstream_button:hover,
362 .close_event.wpstream_button:hover{
363 background: #d21009;
364 }
365
366 .record_wrapper,
367 .event_list_unit_notificationx{
368 margin-bottom: 10px;
369 position:relative;
370 }
371
372 .encrypt_wrapper{
373 display:none;
374 }
375
376
377 .start_webcaster{
378 display: inline-block;
379 padding: 0px 21px;
380 cursor: pointer;
381 float: left;
382 line-height: 40px;
383 height: 38px;
384 background: #089238;
385 transition: 0.3s ease-out;
386 border-radius: 2px;
387 text-align: center;
388 margin-bottom: 5px;
389 }
390
391 .start_webcaster:hover{
392 background: #328214;
393 }
394
395 .start_external{
396 display: inline-block;
397 padding: 0px 21px;
398 cursor: pointer;
399 float: left;
400 line-height: 40px;
401 height: 38px;
402 background: #076d2a;
403 transition: 0.3s ease-out;
404 border-radius: 2px;
405 }
406 .start_external:hover{
407 background: #065822;
408 }
409
410
411 .wpstream_live_data{
412 display: inline-block;
413 padding: 0px 21px;
414 cursor: pointer;
415 float: left;
416 line-height: 40px;
417 height: 38px;
418 background: #065621;
419 transition: 0.3s ease-out;
420 border-radius: 2px;
421 text-decoration: none;
422 }
423 .wpstream_live_data:focus,
424 .wpstream_live_data:hover{
425 background: #074c1e;
426 color:#fff;
427 }
428
429 #wpstream-sidebar-meta .wpstream_live_data {
430 text-align: center;
431 /* width: 100%; */
432 display: block;
433 width: 211px;
434 float:none;
435 }
436
437 .stop_server {
438 display: inline-block;
439 padding: 0px 21px;
440 cursor: pointer;
441 float: right;
442 line-height: 40px;
443 height: 38px;
444 transition: 0.3s ease-out;
445 display:none!important;
446 border-radius: 2px;
447 }
448
449 .how_to{
450 margin-top:10px;
451 width: 100%;
452 height: auto;
453
454 }
455 .external_software_streaming{
456 display:none;
457
458 margin-top: 60px;
459 width: 100%;
460 }
461
462 .view_channel{
463 font-weight: 500;
464 font-size: 15px;
465 margin-left:30px;
466 display:none;
467 }
468
469
470 #wpstream-sidebar-meta .view_channel.show_stream_data{
471 display: block;
472 }
473
474 .view_channel.show_stream_data{
475 display: inline-block;
476 }
477
478 .warning_stream{
479 margin-top:10px;
480 }
481
482 .event_list_stream_key_wrap{
483 margin-top:10px;
484 }
485
486 .multiple_warning_events{
487 margin-top: 5px;
488 }
489
490
491 .server_ready_live{
492 padding: 6px 13px;
493 background-color: #6b936b;
494 color: #fff;
495 display: inline-block;
496 margin-bottom: 6px;
497 }
498
499
500 .server_not_ready_live{
501 display: inline-block;
502 padding: 3px 5px;
503 background-color: #f40000;
504 color:#fff;
505 }
506 .error_notice{
507 background: #f40000;
508 color:#fff;
509 width:100%;
510 padding: 5px;
511 margin-bottom: 5px;
512 display: inline;
513 }
514
515 #wpstream-sidebar-meta .error_notice{
516 display: block;
517 }
518
519
520 .curl_error{
521 background: #f40000;
522 color:#fff;
523 width:100%;
524 padding: 5px;
525 margin-bottom: 5px;
526 }
527
528 .curl_error a{
529 color:#fff;
530 }
531
532 .server_loading{
533 display:none;
534 margin-left: 10px;
535 }
536
537 .wpstream_live_key_text,
538 .wpstream_live_uri_text{
539 display:inline;
540 }
541
542 .copy_live_key,
543 .copy_live_uri{
544 display: inline;
545 background: #8e8b8b;
546 color: #fff;
547 padding: 3px 6px;
548 margin-left: 10px;
549 border-radius: 2px;
550 cursor: pointer;
551 font-size: 11px;
552 }
553
554 .show_if_subscription.hide_movieon{
555 display:none;
556 }
557
558 .pricing.hide_movieon{
559 display:block;
560 }
561
562 /*=social streaming
563 ------------------------------------------------*/
564
565
566 .wpstream_social_media_broadcast{
567 display: inline-block;
568 display: none;
569 }
570
571 .wpstream_social_media_unit{
572 display: inline-block;
573 margin-right: 20px;
574 background: #f3f3f3;
575 padding: 9px;
576 margin-top: 10px;
577 font-weight: 500;
578 }
579
580 #wpstream-sidebar-meta .wpstream_social_media_unit{
581 width: 100%;
582 box-sizing: border-box;
583 float: left;
584 }
585
586 #wpstream-sidebar-meta .wpstream_social_stream_container{
587 width: 100%;
588 box-sizing: border-box;
589 float: left;
590 }
591
592 .wpstream_on_facebook_container{
593
594 }
595 .wpstream_on_youtube_container{
596
597 }
598 .wpstream_on_twich_container{
599
600 }
601
602 .wpstream_social_stream_container{
603 background: #f3f3f3;
604 padding: 9px;
605 min-height: 30px;
606 width: 466px;
607 margin: 10px 0px;
608 display: none;
609 }
610
611 .wpstream_social_stream_container label{
612 display:block;
613 }
614
615 .wpstream_twich_rtmp,
616 .wpstream_youtube_rtmp{
617 width:300px;
618 }
619
620 #wpstream-sidebar-meta .wpstream_twich_rtmp,
621 #wpstream-sidebar-meta .wpstream_youtube_rtmp{
622 width:100%;
623 }
624
625
626 /* =video management
627 ----------------------------------------------- */
628 .wpstream_upload_alert{
629 color: #fff;
630 font-size: 17px;
631 background-color: #e16767;
632 display: inline-block;
633 margin-left: 20px;
634 padding: 15px;
635 }
636
637
638 .wpstream_video_wrapper{
639 background-color: #fff;
640 padding: 20px;
641 margin-bottom: 20px;
642 background: #fff;
643 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
644 margin: 5px 15px 20px 15px;
645 padding: 20px;
646 font-family: 'Roboto', sans-serif;
647 }
648
649 .wpstream_video_status {
650 padding: 5px;
651 font-weight: 500;
652 color: #fff;
653 font-size: 12px;
654 background-color: #e16767;
655 }
656
657 .wpstream_video_status.ispublished{
658 background: #078407;
659 }
660
661 .wpstream_video_title{
662 margin-top: 10px;
663 font-size: 15px;
664 font-weight: 600;
665 }
666
667 .storage_file_size{
668 background-color: #eff0f1;
669 border-radius: 3px;
670 padding: 3px 5px;
671 font-size: 13px;
672 margin-left: 20px;
673 font-weight: 500;
674 }
675
676 .video_stream_label{
677 font-weight: 600;
678 margin-right: 10px;
679 }
680 .storage_file_name{
681 margin-right: 5px;
682 }
683
684
685
686 .wpstream_delete_media,
687 .wpstream_get_download_link{
688 cursor: pointer;
689 background-color: #6BB251;
690 color: white;
691 padding: 5px 14px;
692 display: inline-block;
693 margin-top: 10px;
694 margin-right: 10px;
695 transition: 0.3s ease-out;
696 }
697 .wpstream_delete_media:hover,
698 .wpstream_get_download_link:hover{
699 background: #5a9544;
700 }
701
702 .wpstream_download_link{
703 display:none;
704 line-height: 25px;
705 }
706
707 .wpstream_video_notice{
708 display: inline;
709 margin-left: 10px;
710 background: #888;
711 padding: 5px;
712 color: #fff;
713 display:none;
714 }
715
716 .wpstream_upload_container {
717 background-color: #fff;
718 padding: 20px;
719 margin-bottom: 20px;
720 background: #fff;
721 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
722 margin: 5px 15px 2px 15px;
723 padding: 20px;
724 min-height: 40px;
725 font-family: 'Roboto', sans-serif;
726 }
727
728 .bar {
729 background-color: #28de23;
730 border-right-color: #99d;
731 padding: 5px;
732 margin-bottom: 5px;
733 }
734
735 #wpstream_uploaded_mes{
736 font-weight: 600;
737 margin-bottom: 5px;
738 }
739
740 .direct-upload{
741 width:100%;
742 position:relative;
743 }
744
745
746 #wpstream_media_upload h3,
747 #wpstream_file_management h3{
748 margin-left: 20px;
749 font-family: 'Roboto', sans-serif;
750 margin-top: 35px;
751 }
752
753 .wpstream_form_ex{
754 font-size: 20px;
755 text-align: center;
756 padding: 40px 0px 20px 0px;
757 text-transform: uppercase;
758 font-weight: 500;
759 color: #999;
760 }
761 .wpstream_form_ex_details{
762 width: 70%;
763 margin: 0px auto;
764 padding: 0px 0px 30px 0px;
765 text-align: center;
766 }
767
768 .wpstream_file_drop_color{
769 background-color: #ededed;
770 }
771
772 .direct-upload .progress-bar-area{
773 position: absolute;
774 width: 98%;
775 top: 66px;
776 left: 0.75%;
777 }
778
779 #wpstream_upload{
780 background: #078407;
781 margin: 10px;
782 }
783
784 .js .inputfile {
785 width: 0.1px;
786 height: 0.1px;
787 opacity: 0;
788 overflow: hidden;
789 position: absolute;
790 z-index: -1;
791 }
792
793 .inputfile + label {
794 max-width: 80%;
795 font-size: 14px;
796 /* 20px */
797 font-weight: 700;
798 text-overflow: ellipsis;
799 white-space: nowrap;
800 cursor: pointer;
801 display: inline-block;
802 overflow: hidden;
803 padding: 0.625rem 1.25rem;
804 /* 10px 20px */
805 }
806
807 .no-js .inputfile + label {
808 display: none;
809 }
810
811 .inputfile:focus + label,
812 .inputfile.has-focus + label {
813 outline: 1px dotted #000;
814 outline: -webkit-focus-ring-color auto 5px;
815 }
816
817 .inputfile + label * {
818 /* pointer-events: none; */
819 /* in case of FastClick lib use */
820 }
821
822 .inputfile + label svg {
823 width: 1em;
824 height: 1em;
825 vertical-align: middle;
826 fill: currentColor;
827 margin-top: -0.25em;
828 /* 4px */
829 margin-right: 0.25em;
830 /* 4px */
831 }
832
833
834 /* style 1 */
835
836 .inputfile-1 + label {
837 color: #ffffff;
838 background-color: #6BB251;
839 margin: 10px 10px 10px 0px;
840 transition: 0.3s ease-out;
841 }
842
843 .inputfile-1:focus + label,
844 .inputfile-1.has-focus + label,
845 .inputfile-1 + label:hover {
846 background-color: #5a9544;
847 }
848
849
850 .wpstream_setting_event_unit_wrapper{
851 position:relative;
852 display: inline-block;
853 margin-bottom: 10px;
854 width: 100%;
855 }
856
857 .wpstream_setting_event_unit_wrapper .settings_details{
858 max-width: 365px;
859 }
860
861
862 label.wpstream_switch {
863 position: absolute;
864 display: inline-block;
865 width: 53px!important;
866 height: 25px;
867 top: 12px;
868 left: 390px;
869 }
870
871 .wpstream_switch input {
872 opacity: 0;
873 width: 0;
874 height: 0;
875 }
876
877 .slider {
878 position: absolute;
879 cursor: pointer;
880 top: 0;
881 left: 0;
882 right: 0;
883 bottom: 0;
884 background-color: #ccc;
885 -webkit-transition: .4s;
886 transition: .4s;
887 }
888
889 .slider:before {
890 position: absolute;
891 content: "";
892 height: 18px;
893 width: 18px;
894 left: 4px;
895 bottom: 4px;
896 background-color: white;
897 -webkit-transition: .4s;
898 transition: .4s;
899 }
900
901 input:checked + .slider {
902 background-color: #2196F3;
903 }
904
905 input:focus + .slider {
906 box-shadow: 0 0 1px #2196F3;
907 }
908
909 input:checked + .slider:before {
910 -webkit-transform: translateX(26px);
911 -ms-transform: translateX(26px);
912 transform: translateX(26px);
913 }
914
915 /* Rounded sliders */
916 .slider.round {
917 border-radius: 25px;
918 }
919
920 .slider.round:before {
921 border-radius: 50%;
922 }
923
924
925
926 .wpstream_event_streaming_local{
927 margin-left: 170px;
928 padding-top: 10px;
929 display: none;
930 }
931
932 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
933 margin-bottom: 10px;
934 }
935
936 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
937 font-weight: 700;
938 }
939
940 #wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
941 left: auto;
942 right: 0px;
943 }
944 #wpstream-sidebar-meta .settings_details{
945 padding-right: 60px;
946 }
947
948
949 /*=wpstream share */
950
951 .wpstream_social_share_wrapper{
952 color: #23282d;
953 text-decoration: none;
954 margin: 0px 3px;
955 font-size: 16px;
956 position: absolute;
957 right: 0px;
958 top: 0px;
959 }
960
961 .wpstream_sharing_social{
962 color: #696969;
963 text-decoration: none;
964 margin: 0px 4px;
965 font-size: 12px;
966 }
967
968 .wpstream_sharing_social .dashicons {
969 font-size: 17px;
970 }
971
972 .wpstream_sharing_social:focus{
973 box-shadow:none;
974 outline:0px;
975 }
976
977 #wpstream-sidebar-meta .wpstream_social_share_wrapper{
978 position: relative;
979 right:auto;
980 top: auto;
981 font-size: 13px;
982 margin: 10px 0px 0px 0px;
983 }
984
985 #wpstream-sidebar-meta .wpstream_sharing_social{
986 margin: 0px 0px;
987 }
988
989 #wpstream-sidebar-meta .wpstream_sharing_social .dashicons {
990 font-size: 15px;
991 }
992 .how_to_videos{
993 display: inline-block;
994 width: 100%;
995
996 }
997
998
999 @media only screen and (max-width:1099px){
1000
1001
1002 .event_list_wrapper{
1003 display: flex;
1004 width: 100%;
1005 margin: 5px 0px 25px 0px;
1006 flex-direction: column;
1007 }
1008
1009 .event_list_unit{
1010 margin: 5px 0px 25px 0px;
1011 display: inline-block;
1012
1013 }
1014
1015 .show_stream_data{
1016 width: 100%;
1017 }
1018
1019 .wpstream_live_data,
1020 .wpstream_show_settings ,
1021 .start_event,
1022 .start_webcaster,
1023 .start_external{
1024 display: block;
1025 margin-bottom: 10px;
1026 float: none;
1027 text-align: center;
1028 }
1029
1030 .start_event ,
1031 .wpstream_show_settings {
1032 width: 100%;
1033 }
1034
1035 .event_list_unit_notificationx{
1036 display: inline-block;
1037 }
1038
1039 .show_stream_data{
1040
1041 }
1042
1043 .wpstream_social_share_wrapper {
1044 margin: 10px 3px;
1045 position: relative;
1046 }
1047 }
1048
1049
1050 @media only screen and (max-width:850px){
1051 #wpstream-sidebar-meta .wpstream_live_data{
1052 width:100%;
1053 }
1054 }