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

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