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

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