PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 2.06
WpStream – Live Streaming, Video on Demand, Pay Per View v2.06
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.06, at css/admin_style.css

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