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

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