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

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