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

766 lines 13.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .create_new_ppv_video{
2 margin-left: 30px;
3 }
4 .create_new_free_video{
5 margin-left: 15px;
6 }
7
8 .wpstream_no_chanel_add_channel{
9 display: inherit;
10 }
11
12 .pack_details_wrapper_transparent h3,
13 .pack_details_wrapper_transparent h3{
14 display: inline-block;
15 }
16
17 .wpstream_create_new_product_link{
18 display: inline-block;
19 margin-left: 20px;
20 font-size: 15px;
21 font-weight: bold;
22 }
23
24
25 .theme_options_tab_wpstream{
26 background: #fff;
27 border-left: 4px solid #fff;
28 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
29 margin: 5px 15px 20px 15px;
30 padding: 20px 12px 20px 12px;
31 font-family: 'Roboto', sans-serif;
32 }
33 .wpstream_option_wrapper{
34 max-width: 70%;
35 }
36 .wpstream_option{
37 clear: both;
38 width: 51%;
39 display: inline-block;
40 margin-bottom: 20px;
41 }
42
43 .wpstream_option label{
44 width: 100%;
45 float: left;
46 font-weight: 600;
47 font-size: 14px;
48 margin-bottom: 5px;
49 }
50
51 .wpstream_option .settings_details{
52 color: #999;
53 margin-top: 5px;
54 }
55
56
57 .event_list_unit_notification{
58 float:left;
59 width:100%;
60 margin-bottom: 10px;
61 }
62
63 .pack_details_wrapper{
64 background-color: #fff;
65 padding: 20px;
66 margin-bottom: 20px;
67 background: #fff;
68 margin: 15px 15px 0px 15px;
69 padding: 20px;
70 font-size: 15px;
71 font-family: 'Roboto', sans-serif;
72 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
73 }
74
75 .pack_details_wrapper_transparent{
76 background-color: transparent;
77 padding: 20px;
78 margin: 5px 15px 0px 15px;
79 padding: 20px 20px 0px 0px;
80 font-size: 17px;
81 font-family: 'Roboto', sans-serif;
82 }
83
84
85
86 .hide_stream_data{
87 display:none;
88 }
89
90
91 .show_stream_data{
92 display:block;
93 }
94
95
96 .event_thumb_wrapper{
97 min-width: 170px;
98 float:left;
99 }
100
101 .event_thumb{
102 float: left;
103 margin: 0px 20px 20px 0px;
104 border-radius: 2px;
105 }
106
107 .event_list_unit h3{
108 margin-top: 0px;
109 }
110
111 .event_list_unit{
112 background-color: #fff;
113 padding: 20px;
114 margin-bottom: 20px;
115 background: #fff;
116 margin: 5px 15px 25px 15px;
117 padding: 20px;
118 min-height: 150px;
119 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
120 font-family: 'Roboto', sans-serif;
121 transition: 0.3s ease-out;
122 border-radius: 2px;
123 }
124
125 .event_list_unit:hover{
126 box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
127 transform: translate(0%, -5px);
128 background-color: #fcfcfc;
129 }
130
131
132 #wpstream-sidebar-meta .event_list_unit{
133 padding: 0px;
134 box-shadow: none;
135 margin: 0px;
136 }
137
138 #wpstream-sidebar-meta .event_list_unit:hover{
139 transform:none;
140 background: #fff;
141 }
142
143 #wpstream-sidebar-meta .event_thumb_wrapper{
144 display:none;
145 }
146 #wpstream-sidebar-meta
147 #wpstream-sidebar-meta h3{
148 line-height: 25px;
149 }
150
151 #wpstream-sidebar-meta .close_event,
152 #wpstream-sidebar-meta .start_event{
153 width:100%;
154 }
155
156 #wpstream-sidebar-meta .stop_server,
157 #wpstream-sidebar-meta .close_event,
158 #wpstream-sidebar-meta .start_event,
159 #wpstream-sidebar-meta .start_webcaster,
160 #wpstream-sidebar-meta .start_external{
161 margin: 0px 0px 10px 0px;
162 display: block;
163 height: 40px;
164 }
165
166 #wpstream-sidebar-meta .external_software_streaming{
167 display:none;
168 margin-top: 10px;
169 }
170
171 #wpstream-sidebar-meta .start_external{
172 float: none;
173 padding: 0 10px;
174 font-size: 11px;
175 text-align: center;
176 }
177
178 #wpstream-sidebar-meta .start_webcaster{
179 float:none;
180 }
181
182 #wpstream-sidebar-meta .wpstream_channel_status{
183 padding: 10px 0px 25px 0px;
184 line-height: 24px;
185 }
186
187 #wpstream-sidebar-meta .view_channel{
188 display: block;
189 margin-left: 0px;
190 margin-top: 10px;
191 display:none;
192 }
193
194 #wpstream-sidebar-meta .copy_live_key,
195 #wpstream-sidebar-meta .copy_live_uri{
196 display: block;
197 margin-left: 0
198 }
199
200 #wpstream-sidebar-meta .how_to{
201 display: none;
202 }
203
204
205 .no_events_warning{
206 font-weight: bold;
207 font-size: 14px;
208 margin-left: 10px;
209 background: #fff;
210 border-left: 4px solid #fff;
211 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
212 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
213 margin: 5px 15px 20px 15px;
214 padding: 20px 12px 20px 12px;
215 }
216
217 .api_conected{
218 background: green;
219 padding: 10px;
220 color: #fff;
221 margin-bottom: 20px;
222 width: 270px;
223 }
224
225 .api_not_conected{
226 background: #f40000;
227 padding: 10px;
228 color: #fff;
229 margin-bottom: 10px;
230 }
231
232 .api_not_conected.wpstream_orange{
233 background:#FF5722;
234 }
235 .api_not_conected.wpstream_brown{
236 background: #cc410f;
237 }
238
239 .api_not_conected a{
240 color:#fff;
241 }
242 .event_list_unit h3{
243 font-weight: 700;
244 font-size: 18px;
245 text-transform: capitalize;
246 }
247
248 .wpstream_channel_status{
249 padding: 17px 0px 40px 0px;
250 font-size: 16px;
251 font-weight: 700;
252 }
253
254 .wpstream_channel_status .dashicons{
255 font-size: 32px;
256 color: #6b936b;
257 margin-right: 15px;
258 margin-top: -8px;
259 }
260 .wpstream_channel_status.not_ready_to_stream .dashicons{
261 color: #e16767;
262 font-size: 27px;
263 margin-top: -5px;
264 }
265 .wpstream_channel_status.not_ready_to_stream {
266 color:#23282d
267 }
268
269
270 .not_ready_to_stream{
271 color:#e16767;
272 }
273
274 .pending_streaming{
275 }
276
277
278
279 .wpstream_button {
280 box-shadow: none !important;
281 border-radius: 2px;
282 background-clip: padding-box;
283 -moz-background-clip: padding;
284 -webkit-background-clip: padding-box;
285 vertical-align: middle;
286 height: 40px;
287 padding: 7px 21px;
288 -webkit-appearance: none;
289 border: 0px solid #d9d9d9;
290 text-transform: uppercase;
291 background: #40A819;
292 color: #fff;
293 cursor: pointer;
294 font-weight: 600;
295 font-weight: 500;
296 transition: 0.3s ease-out;
297 font-size: 14px;
298 margin-right: 5px;
299 border-radius: 2px;
300 }
301
302 .wpstream_button:hover{
303 background: #ac3434;
304 }
305
306 .start_event.wpstream_button{
307 background: #8e8b8b;
308 background: #089238;
309 }
310
311 .start_event.wpstream_button:hover{
312 background: #328214;
313 }
314
315 .stop_server,
316 .close_event.wpstream_button{
317 background: #c33a3a;
318 }
319
320 stop_server wpstream_button:hover,
321 .close_event.wpstream_button:hover{
322 background: #d21009;
323 }
324
325 .record_wrapper,
326 .event_list_unit_notificationx{
327 margin-bottom: 10px;
328 position:relative;
329 }
330
331 .encrypt_wrapper{
332 display:none;
333 }
334
335
336 .start_webcaster{
337 display: inline-block;
338 padding: 0px 21px;
339 cursor: pointer;
340 float: left;
341 line-height: 40px;
342 height: 38px;
343 background: #089238;
344 transition: 0.3s ease-out;
345 border-radius: 2px;
346 text-align: center;
347 margin-bottom: 5px;
348 }
349
350 .start_webcaster:hover{
351 background: #328214;
352 }
353
354 .start_external{
355 display: inline-block;
356 padding: 0px 21px;
357 cursor: pointer;
358 float: left;
359 line-height: 40px;
360 height: 38px;
361 background: #076d2a;
362 transition: 0.3s ease-out;
363 border-radius: 2px;
364 }
365 .start_external:hover{
366 background: #065822;
367 }
368
369 .stop_server {
370 display: inline-block;
371 padding: 0px 21px;
372 cursor: pointer;
373 float: right;
374 line-height: 40px;
375 height: 38px;
376 transition: 0.3s ease-out;
377 display:none!important;
378 border-radius: 2px;
379 }
380
381 .how_to{
382 margin-top:10px;
383 }
384 .external_software_streaming{
385 display:none;
386
387 margin-top: 60px;
388 width: 100%;
389 }
390
391 .view_channel{
392 font-weight: 500;
393 font-size: 15px;
394 margin-left:30px;
395 display:none;
396 }
397
398
399 #wpstream-sidebar-meta .view_channel.show_stream_data{
400 display: block;
401 }
402 .view_channel.show_stream_data{
403 display: inline-block;
404 }
405 .warning_stream{
406 margin-top:10px;
407 }
408
409 .event_list_stream_key_wrap{
410 margin-top:10px;
411 }
412
413 .multiple_warning_events{
414
415 }
416
417
418 .server_ready_live{
419 padding: 6px 13px;
420 background-color: #6b936b;
421 color: #fff;
422 display: inline-block;
423 margin-bottom: 6px;
424 }
425
426
427 .server_not_ready_live{
428 display: inline-block;
429 padding: 3px 5px;
430 background-color: #f40000;
431 color:#fff;
432 }
433 .error_notice{
434 background: #f40000;
435 color:#fff;
436 width:100%;
437 padding: 5px;
438 margin-bottom: 5px;
439 display: inline;
440 }
441
442 #wpstream-sidebar-meta .error_notice{
443 display: block;
444 }
445
446
447 .curl_error{
448 background: #f40000;
449 color:#fff;
450 width:100%;
451 padding: 5px;
452 margin-bottom: 5px;
453 }
454
455 .curl_error a{
456 color:#fff;
457 }
458
459 .server_loading{
460 display:none;
461 margin-left: 10px;
462 }
463
464 .wpstream_live_key_text,
465 .wpstream_live_uri_text{
466 display:inline;
467 }
468
469 .copy_live_key,
470 .copy_live_uri{
471 display: inline;
472 background: #8e8b8b;
473 color: #fff;
474 padding: 3px 6px;
475 margin-left: 10px;
476 border-radius: 2px;
477 cursor: pointer;
478 font-size: 11px;
479 }
480
481 .show_if_subscription.hide_movieon{
482 display:none;
483 }
484
485 .pricing.hide_movieon{
486 display:block;
487 }
488
489 /*=social streaming
490 ------------------------------------------------*/
491
492
493 .wpstream_social_media_broadcast{
494 display: inline-block;
495 display: none;
496 }
497
498 .wpstream_social_media_unit{
499 display: inline-block;
500 margin-right: 20px;
501 background: #f3f3f3;
502 padding: 9px;
503 margin-top: 10px;
504 font-weight: 500;
505 }
506
507 #wpstream-sidebar-meta .wpstream_social_media_unit{
508 width: 100%;
509 box-sizing: border-box;
510 float: left;
511 }
512
513 #wpstream-sidebar-meta .wpstream_social_stream_container{
514 width: 100%;
515 box-sizing: border-box;
516 float: left;
517 }
518
519 .wpstream_on_facebook_container{
520
521 }
522 .wpstream_on_youtube_container{
523
524 }
525 .wpstream_on_twich_container{
526
527 }
528
529 .wpstream_social_stream_container{
530 background: #f3f3f3;
531 padding: 9px;
532 min-height: 30px;
533 width: 466px;
534 margin: 10px 0px;
535 display: none;
536 }
537
538 .wpstream_social_stream_container label{
539 display:block;
540 }
541
542 .wpstream_twich_rtmp,
543 .wpstream_youtube_rtmp{
544 width:300px;
545 }
546
547 #wpstream-sidebar-meta .wpstream_twich_rtmp,
548 #wpstream-sidebar-meta .wpstream_youtube_rtmp{
549 width:100%;
550 }
551
552
553 /* =video management
554 ----------------------------------------------- */
555 .wpstream_upload_alert{
556 color: #fff;
557 font-size: 17px;
558 background-color: #e16767;
559 display: inline-block;
560 margin-left: 20px;
561 padding: 15px;
562 }
563
564
565 .wpstream_video_wrapper{
566 background-color: #fff;
567 padding: 20px;
568 margin-bottom: 20px;
569 background: #fff;
570 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
571 margin: 5px 15px 20px 15px;
572 padding: 20px;
573 font-family: 'Roboto', sans-serif;
574 }
575
576 .wpstream_video_status {
577 padding: 5px;
578 font-weight: 500;
579 color: #fff;
580 font-size: 12px;
581 background-color: #e16767;
582 }
583
584 .wpstream_video_status.ispublished{
585 background: #078407;
586 }
587
588 .wpstream_video_title{
589 margin-top: 10px;
590 font-size: 15px;
591 font-weight: 600;
592 }
593
594 .video_stream_label{
595 font-weight: 600;
596 margin-right: 10px;
597 }
598 .storage_file_name{
599 margin-right: 5px;
600 }
601
602
603
604 .wpstream_delete_media,
605 .wpstream_get_download_link{
606 cursor: pointer;
607 background-color: #6BB251;
608 color: white;
609 padding: 5px 14px;
610 display: inline-block;
611 margin-top: 10px;
612 margin-right: 10px;
613 transition: 0.3s ease-out;
614 }
615 .wpstream_delete_media:hover,
616 .wpstream_get_download_link:hover{
617 background: #5a9544;
618 }
619
620 .wpstream_download_link{
621 display:none;
622 line-height: 25px;
623 }
624
625 .wpstream_video_notice{
626 display: inline;
627 margin-left: 10px;
628 background: #888;
629 padding: 5px;
630 color: #fff;
631 display:none;
632 }
633
634 .wpstream_upload_container {
635 background-color: #fff;
636 padding: 20px;
637 margin-bottom: 20px;
638 background: #fff;
639 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
640 margin: 5px 15px 2px 15px;
641 padding: 20px;
642 min-height: 40px;
643 font-family: 'Roboto', sans-serif;
644 }
645
646 .bar {
647 background-color: #28de23;
648 border-right-color: #99d;
649 padding: 5px;
650 margin-bottom: 5px;
651 }
652
653 #wpstream_uploaded_mes{
654 font-weight: 600;
655 margin-bottom: 5px;
656 }
657
658 .direct-upload{
659 width:100%;
660 position:relative;
661 }
662
663
664 #wpstream_media_upload h3,
665 #wpstream_file_management h3{
666 margin-left: 20px;
667 font-family: 'Roboto', sans-serif;
668 margin-top: 35px;
669 }
670
671 .wpstream_form_ex{
672 font-size: 20px;
673 text-align: center;
674 padding: 40px 0px 20px 0px;
675 text-transform: uppercase;
676 font-weight: 500;
677 color: #999;
678 }
679 .wpstream_form_ex_details{
680 width: 70%;
681 margin: 0px auto;
682 padding: 0px 0px 30px 0px;
683 text-align: center;
684 }
685
686 .wpstream_file_drop_color{
687 background-color: #ededed;
688 }
689
690 .direct-upload .progress-bar-area{
691 position: absolute;
692 width: 98%;
693 top: 66px;
694 left: 0.75%;
695 }
696
697 #wpstream_upload{
698 background: #078407;
699 margin: 10px;
700 }
701
702 .js .inputfile {
703 width: 0.1px;
704 height: 0.1px;
705 opacity: 0;
706 overflow: hidden;
707 position: absolute;
708 z-index: -1;
709 }
710
711 .inputfile + label {
712 max-width: 80%;
713 font-size: 14px;
714 /* 20px */
715 font-weight: 700;
716 text-overflow: ellipsis;
717 white-space: nowrap;
718 cursor: pointer;
719 display: inline-block;
720 overflow: hidden;
721 padding: 0.625rem 1.25rem;
722 /* 10px 20px */
723 }
724
725 .no-js .inputfile + label {
726 display: none;
727 }
728
729 .inputfile:focus + label,
730 .inputfile.has-focus + label {
731 outline: 1px dotted #000;
732 outline: -webkit-focus-ring-color auto 5px;
733 }
734
735 .inputfile + label * {
736 /* pointer-events: none; */
737 /* in case of FastClick lib use */
738 }
739
740 .inputfile + label svg {
741 width: 1em;
742 height: 1em;
743 vertical-align: middle;
744 fill: currentColor;
745 margin-top: -0.25em;
746 /* 4px */
747 margin-right: 0.25em;
748 /* 4px */
749 }
750
751
752 /* style 1 */
753
754 .inputfile-1 + label {
755 color: #ffffff;
756 background-color: #6BB251;
757 margin: 10px 10px 10px 0px;
758 transition: 0.3s ease-out;
759 }
760
761 .inputfile-1:focus + label,
762 .inputfile-1.has-focus + label,
763 .inputfile-1 + label:hover {
764 background-color: #5a9544;
765 }
766