PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 2.08
WpStream – Live Streaming, Video on Demand, Pay Per View v2.08
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 4.5.12 All 180 releases
wpstream / css / admin_style.css

admin_style.css in WpStream – Live Streaming, Video on Demand, Pay Per View 2.08, at css/admin_style.css

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