PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 3.7
WpStream – Live Streaming, Video on Demand, Pay Per View v3.7
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
← All changes | admin/css/wpstream-admin.css +148 -965 4.5.11.23.7 View file →
@@ -25,56 +25,22 @@
25 25 .theme_options_tab_wpstream{
26 26 background: #fff;
27 27 border-left: 4px solid #fff;
28 28 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
29 - margin: 15px;
30 - padding: 20px;
29 + margin: 5px 15px 20px 15px;
30 + padding: 20px 12px 20px 12px;
31 31 font-family: 'Roboto', sans-serif;
32 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
33 - border: 1px solid #e2e5e8;
34 - border-radius: 5px;
35 32 }
36 -
37 -.wpstream_upgrade_topbar{
38 - background: #45a73f;
39 - color: #fff;
40 - cursor: pointer;
41 - font-weight: 500;
42 - transition: 0.3s ease-out;
43 - text-decoration: none;
44 - padding: 8px 10px;
45 - font-size: 14px;
46 - font-weight: 400;
47 - border-radius: 5px;
48 - margin-left: 30px;
49 -}
50 -
51 -.wpstream_upgrade_topbar:hover{
52 - background: #378532;
53 - color:#fff;
54 -}
55 -
56 33 .wpstream_option_wrapper{
57 34 max-width: 70%;
58 - padding: 30px 0px 0px 0px;
59 35 }
60 -
61 36 .wpstream_option{
62 37 clear: both;
63 38 width: 51%;
64 39 display: inline-block;
65 40 margin-bottom: 20px;
66 - position: relative;
67 41 }
68 42
69 -.wpstream_option input{
70 - border: 1px solid #d6d6d6;
71 - background-color: #fff;
72 - color: #2c3338;
73 - padding: 5px 10px;
74 - width: 330px;
75 -}
76 -
77 43 .wpstream_option label{
78 44 width: 100%;
79 45 float: left;
80 46 font-weight: 600;
@@ -84,9 +50,8 @@
84 50
85 51 .wpstream_option .settings_details{
86 52 color: #999;
87 53 margin-top: 5px;
88 - max-width: 365px;
89 54 }
90 55
91 56
92 57 .event_list_unit_notification{
@@ -103,11 +68,9 @@
103 68 margin: 15px 15px 0px 15px;
104 69 padding: 20px;
105 70 font-size: 15px;
106 71 font-family: 'Roboto', sans-serif;
107 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
108 - border: 1px solid #e2e5e8;
109 - border-radius: 5px;
72 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
110 73 }
111 74
112 75 .pack_details_wrapper_transparent{
113 76 background-color: transparent;
@@ -130,159 +93,49 @@
130 93 }
131 94
132 95
133 96 .event_thumb_wrapper{
134 - margin-right: 15px;
135 - min-width: 50px;
136 - width: 50px;
137 - height: 50px;
138 - border: 0px solid #f0f0f0;
139 - border-radius: 5px;
140 - background-size: cover;
141 - background-position: center;
142 - background-repeat: no-repeat;
97 + min-width: 170px;
98 + float:left;
143 99 }
144 100
145 -
146 -
147 -.event_title{
148 - width: 350px;
101 +.event_thumb{
102 + float: left;
103 + margin: 0px 20px 20px 0px;
104 + border-radius: 2px;
149 105 }
150 -#wpstream-sidebar-meta .event_title{
151 - display: none;
152 -}
153 106
154 -.event_list_unit .event_title,
155 107 .event_list_unit h3{
156 108 margin-top: 0px;
157 - color: #3b3b3b;
158 - margin: 1em 0;
159 109 }
160 110
161 111 .event_list_unit{
162 - color:#00193d;
163 112 background-color: #fff;
164 113 padding: 20px;
165 114 margin-bottom: 20px;
166 - margin: 35px 15px 25px 15px;
167 - padding: 25px 20px;
168 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
169 - font-family: 'Roboto', sans-serif;
170 - transition: 0.3s ease-out;
171 - border-radius: 5px;
172 - display: flex;
173 - flex-direction: row;
174 - align-content: center;
175 - justify-content: flex-start;
176 - align-items: center;
177 - width: 900px;
178 - position: relative;
179 - border: 1px solid #e2e5e8;
115 + background: #fff;
116 + margin: 5px 15px 25px 15px;
117 + padding: 20px;
118 + min-height: 150px;
119 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
120 + font-family: 'Roboto', sans-serif;
121 + transition: 0.3s ease-out;
122 + border-radius: 2px;
180 123 }
181 124
182 -div.video-js.vjs-has-started button.vjs-big-play-button{
183 - display:none;
184 -}
185 -
186 125 .event_list_unit:hover{
187 - box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
126 + box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
127 + transform: translate(0%, -5px);
188 128 background-color: #fcfcfc;
189 129 }
190 130
191 -.event_list_unit.wpstream_show_started {
192 - background: #fff;
193 - border: 1px solid #3dc93d;
194 -}
195 131
196 -.wpstream_options_col1{
197 - display: flex;
198 - flex-direction: row;
199 - flex-wrap: nowrap;
200 -}
201 -
202 -.wpstream_options_col2{
203 - display: flex;
204 - flex-direction: row;
205 - flex-wrap: nowrap;
206 -}
207 -
208 -
209 -.wpstream_channel_status{
210 - position: absolute;
211 - background-color: rgb(255 255 255);
212 - color: red;
213 - border-radius: 5px;
214 - top: -10px;
215 - left: 7px;
216 - font-size: 12px;
217 - padding: 4px 15px;
218 - letter-spacing: 0.25px;
219 - font-weight: 500;
220 -}
221 -
222 -.event_list_unit.wpstream_show_started .wpstream_channel_status{
223 - color: #209320;
224 -}
225 -
226 -
227 -.wpstream-button-icon{
228 - width: 37px;
229 - height: 37px;
230 - border: 0px solid #f0f0f0;
231 - border-radius: 3px;
232 - cursor: pointer;
233 - display: inline-block;
234 - margin-right: 10px;
235 - text-align: center;
236 - background-color: #f8f8f8;
237 -}
238 -
239 -
240 -
241 -.wpstream-button-icon:hover{
242 - background-color:#e4e4e4;
243 -}
244 -
245 -.wpstream-button-icon svg{
246 - max-width: 18px;
247 - display: inline-block;
248 - max-height: 20px;
249 - line-height: 30px;
250 - margin-top: 9px;
251 -}
252 -
253 -
254 -.wpstream-button-icon svg path{
255 - fill: #828b9b;
256 - fill: #5b5b5b;
257 -}
258 -
259 -
260 132 #wpstream-sidebar-meta .event_list_unit{
261 133 padding: 0px;
262 134 box-shadow: none;
263 135 margin: 0px;
264 - display: flex;
265 - flex-direction: column;
266 - align-content: center;
267 - justify-content: flex-start;
268 - align-items: flex-start;
269 - width: auto;
270 - border: none;
271 - margin-top: 10px;
272 136 }
273 137
274 -#wpstream-sidebar-meta .wpstream_options_col2{
275 - margin-top: 10px;
276 -}
277 -#wpstream-sidebar-meta .wpstream_options_col1{
278 - margin-top: 10px;
279 -}
280 -
281 -#wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
282 - background-color: transparent
283 -}
284 -
285 138 #wpstream-sidebar-meta .event_list_unit:hover{
286 139 transform:none;
287 140 background: #fff;
288 141 }
@@ -294,33 +147,25 @@
294 147 #wpstream-sidebar-meta h3{
295 148 line-height: 25px;
296 149 }
297 150
298 -#wpstream-sidebar-meta .wpstream_turning_on,
151 +#wpstream-sidebar-meta .close_event,
299 152 #wpstream-sidebar-meta .start_event{
300 153 width:100%;
301 - box-sizing: border-box;
302 154 }
303 155
304 -#wpstream-sidebar-meta .wpstream_event_streaming_local {
305 - margin-left: 0px;
306 - height: 458px;
307 - overflow: auto;
308 - padding-right: 20px;
156 +#wpstream-sidebar-meta .stop_server,
157 +#wpstream-sidebar-meta .close_event,
158 +#wpstream-sidebar-meta .start_event,
159 +#wpstream-sidebar-meta .start_webcaster,
160 +#wpstream-sidebar-meta .start_external{
161 + margin: 0px 0px 10px 0px;
162 + display: block;
163 + height: 40px;
309 164 }
310 165
311 -.wpstream_event_streaming_local{
312 - margin-left: 0px;
313 - height: 458px;
314 - overflow: auto;
315 - padding-right: 20px;
316 - width: 456px;
317 - display: flex;
318 - flex-direction: column;
319 - flex-wrap: nowrap;
320 -}
321 -
322 166 #wpstream-sidebar-meta .external_software_streaming{
167 + display:none;
323 168 margin-top: 10px;
324 169 }
325 170
326 171 #wpstream-sidebar-meta .start_external{
@@ -334,16 +179,10 @@
334 179 float:none;
335 180 }
336 181
337 182 #wpstream-sidebar-meta .wpstream_channel_status{
338 - padding: 10px 0px 10px 0px;
183 + padding: 10px 0px 25px 0px;
339 184 line-height: 24px;
340 - box-sizing: border-box;
341 - width: 100%;
342 - position: relative;
343 - left: 0px;
344 - top: 0px;
345 - font-size: 14px;
346 185 }
347 186
348 187 #wpstream-sidebar-meta .view_channel{
349 188 display: block;
@@ -351,8 +190,13 @@
351 190 margin-top: 10px;
352 191 display:none;
353 192 }
354 193
194 +#wpstream-sidebar-meta .copy_live_key,
195 +#wpstream-sidebar-meta .copy_live_uri{
196 + display: block;
197 + margin-left: 0
198 +}
355 199
356 200 #wpstream-sidebar-meta .how_to{
357 201 display: none;
358 202 }
@@ -363,53 +207,29 @@
363 207 font-size: 14px;
364 208 margin-left: 10px;
365 209 background: #fff;
366 210 border-left: 4px solid #fff;
367 - -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
368 - box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
211 + -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
212 + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
369 213 margin: 5px 15px 20px 15px;
370 214 padding: 20px 12px 20px 12px;
371 - max-width: 915px;
372 - border: 1px solid #e2e5e8;
373 - border-radius: 5px;
374 215 }
375 216
376 -.no_events_warning_mes{
377 - display: inline-block;
378 -}
379 -
380 217 .api_conected{
381 - background:#45a73f;
382 - padding: 5px 10px;
218 + background: green;
219 + padding: 10px;
383 220 color: #fff;
384 - margin-bottom: 0px;
385 - width: 310px;
386 - border-radius: 5px;
387 - display: inline-block;
221 + margin-bottom: 20px;
222 + width: 270px;
388 223 }
389 224
390 225 .api_not_conected{
391 - background: #F24B4B;
392 - padding: 5px 10px;
226 + background: #f40000;
227 + padding: 10px;
393 228 color: #fff;
394 - border-radius: 5px;
395 - width: auto;
396 - display: inline-block;
229 + margin-bottom: 10px;
397 230 }
398 231
399 -.wpstream_error_curl{
400 - margin: 10px 15px;
401 - display: table;
402 -}
403 -
404 -.wpstream_notice_top{
405 - border: 1px solid #c3c4c7;
406 - box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
407 - margin: 5px 15px 0px 15px;
408 - border-radius: 3px;
409 -}
410 -
411 -
412 232 .api_not_conected.wpstream_orange{
413 233 background:#FF5722;
414 234 }
415 235 .api_not_conected.wpstream_brown{
@@ -418,83 +238,79 @@
418 238
419 239 .api_not_conected a{
420 240 color:#fff;
421 241 }
242 +.event_list_unit h3{
243 + font-weight: 700;
244 + font-size: 18px;
245 + text-transform: capitalize;
246 +}
422 247
423 -.event_list_unit .event_title,
424 -.event_list_unit h3{
425 - font-weight: 500;
248 +.wpstream_channel_status{
249 + padding: 17px 0px 40px 0px;
426 250 font-size: 16px;
427 - text-transform: capitalize;
428 - position: relative;
429 - line-height: 1.3em;
430 - padding-right: 20px;
251 + font-weight: 700;
431 252 }
432 -.wpstream_channel_item_id{
433 - color: #5b5b5b;
434 - font-size: 12px;
253 +
254 +.wpstream_channel_status .dashicons{
255 + font-size: 32px;
256 + color: #6b936b;
257 + margin-right: 15px;
258 + margin-top: -8px;
435 259 }
260 +.wpstream_channel_status.not_ready_to_stream .dashicons{
261 + color: #e16767;
262 + font-size: 27px;
263 + margin-top: -5px;
264 +}
265 +.wpstream_channel_status.not_ready_to_stream {
266 + color:#23282d
267 +}
436 268
269 +
270 +.not_ready_to_stream{
271 + color:#e16767;
272 +}
273 +
274 +.pending_streaming{
275 +}
276 +
277 +
278 +
437 279 .wpstream_button {
280 + box-shadow: none !important;
438 281 border-radius: 2px;
439 - padding: 5px 5px;
282 + background-clip: padding-box;
283 + -moz-background-clip: padding;
284 + -webkit-background-clip: padding-box;
285 + vertical-align: middle;
286 + height: 40px;
287 + padding: 7px 21px;
440 288 -webkit-appearance: none;
441 289 border: 0px solid #d9d9d9;
442 290 text-transform: uppercase;
443 - background: #45a73f;
291 + background: #40A819;
444 292 color: #fff;
445 293 cursor: pointer;
294 + font-weight: 600;
446 295 font-weight: 500;
447 296 transition: 0.3s ease-out;
448 297 font-size: 14px;
449 298 margin-right: 5px;
450 - border-radius: 5px;
451 - text-align: center;
452 - display: inline-block;
453 - margin-right: 10px;
299 + border-radius: 2px;
454 300 }
455 301
456 302 .wpstream_button:hover{
457 - background:#378532;
303 + background: #ac3434;
458 304 }
459 305
460 -.wpstream_button_action{
461 - padding: 12px 25px;
462 -}
463 -
464 306 .start_event.wpstream_button{
465 - padding: 9px 20px;
466 - width: auto;
467 - min-width: 130px;
468 - color: #7a88a3;
469 - border: 1px solid #3dc93d;
470 - color: #3b3b3b;
471 - background-color: #eaf2f7;
472 - background-color: #e8f7e8;
473 - border: 1px solid #3dc93d85;
474 -
475 -
307 + background: #8e8b8b;
308 + background: #089238;
476 309 }
477 310
478 -
479 -
480 -.wpstream_stop_event.wpstream_button{
481 - padding: 9px 20px;
482 - width: auto;
483 - min-width: 130px;
484 -}
485 -
486 -#wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{
487 - box-sizing: border-box;
488 - width: 100%;
489 -}
490 -
491 -
492 -
493 -
494 311 .start_event.wpstream_button:hover{
495 - background: #45a73f;
496 - color: #fff;
312 + background: #328214;
497 313 }
498 314
499 315 .stop_server,
500 316 .close_event.wpstream_button{
@@ -515,22 +331,32 @@
515 331 .encrypt_wrapper{
516 332 display:none;
517 333 }
518 334
519 -.event_list_unit_notificationx{
520 - font-size: 14px;
521 -}
522 335
523 -.event_list_unit_notificationx strong{
524 - display: inherit;
336 +.start_webcaster{
337 + display: inline-block;
338 + padding: 0px 21px;
339 + cursor: pointer;
340 + float: left;
341 + line-height: 40px;
342 + height: 38px;
343 + background: #089238;
344 + transition: 0.3s ease-out;
345 + border-radius: 2px;
346 + text-align: center;
525 347 margin-bottom: 5px;
526 348 }
527 349
350 +.start_webcaster:hover{
351 + background: #328214;
352 +}
528 353
529 354 .start_external{
530 355 display: inline-block;
531 356 padding: 0px 21px;
532 357 cursor: pointer;
358 + float: left;
533 359 line-height: 40px;
534 360 height: 38px;
535 361 background: #076d2a;
536 362 transition: 0.3s ease-out;
@@ -536,66 +362,33 @@
536 362 transition: 0.3s ease-out;
537 363 border-radius: 2px;
538 364 }
539 365 .start_external:hover{
540 - background: #f7fcf8;
366 + background: #065822;
541 367 }
542 368
543 -
544 -.wpstream_turning_on{
545 - padding: 6px 20px;
546 - width: auto;
547 - min-width: 130px;
369 +.stop_server {
370 + display: inline-block;
371 + padding: 0px 21px;
372 + cursor: pointer;
373 + float: right;
374 + line-height: 40px;
375 + height: 38px;
376 + transition: 0.3s ease-out;
377 + display:none!important;
378 + border-radius: 2px;
548 379 }
549 380
550 -
551 -.start_event.wpstream_turning_on,
552 -.wpstream_turning_on{
553 - background: #ebe8fa;
554 - border: 1px solid #D7D0F7;
555 - color:#3b3b3b;
556 -}
557 -
558 -.start_event.wpstream_turning_on:hover,
559 -.wpstream_turning_on:hover{
560 - background: #d4d0e6;
561 - border: 1px solid #D7D0F7;
562 - color:#3b3b3b;
563 - border: 1px solid #f199998a;
564 -}
565 -
566 -
567 -
568 -.wpstream_stop_event{
569 - background: #ffe5e5;
570 - border: 1px solid #ff4c4c8c;
571 - color: #3b3b3b;
572 -}
573 -.wpstream_stop_event:hover{
574 - background: #FF4C4C;
575 - color: #fff;
576 -}
577 -
578 381 .how_to{
579 382 margin-top:10px;
580 - width: 100%;
581 - height: auto;
582 -
583 383 }
584 384 .external_software_streaming{
585 - margin-top: 30px;
385 + display:none;
386 +
387 + margin-top: 60px;
586 388 width: 100%;
587 - display: none;
588 389 }
589 390
590 -.external_software_streaming_details{
591 - background-color: rgba(13,110,253,0.12);
592 - border-radius: 5px;
593 - padding: 20px;
594 - display: inline-block;
595 - width: 420px;
596 -}
597 -
598 391 .view_channel{
599 392 font-weight: 500;
600 393 font-size: 15px;
601 394 margin-left:30px;
@@ -605,21 +398,21 @@
605 398
606 399 #wpstream-sidebar-meta .view_channel.show_stream_data{
607 400 display: block;
608 401 }
609 -
610 402 .view_channel.show_stream_data{
611 403 display: inline-block;
612 404 }
405 +.warning_stream{
406 + margin-top:10px;
407 +}
613 408
614 -
615 -
616 409 .event_list_stream_key_wrap{
617 410 margin-top:10px;
618 411 }
619 412
620 413 .multiple_warning_events{
621 - margin-top: 5px;
414 +
622 415 }
623 416
624 417
625 418 .server_ready_live{
@@ -669,62 +462,23 @@
669 462 }
670 463
671 464 .wpstream_live_key_text,
672 465 .wpstream_live_uri_text{
673 - display: inline;
674 - width: 250px;
675 - float: left;
466 + display:inline;
676 467 }
677 468
678 -.wpstream_live_uri_text.wpstream_larix_rtmp{
679 - width: 345px;
680 -}
681 -
682 469 .copy_live_key,
683 470 .copy_live_uri{
684 471 display: inline;
685 - background: #688ed8;
686 - color: #ffffff;
687 - padding: 5px 10px;
688 - margin-left: 10px;
689 - cursor: pointer;
690 - font-size: 12px;
691 - text-transform: uppercase;
692 - border-radius: 5px;
693 - font-weight: 400;
694 - letter-spacing: 0.03em;
695 - border: 1px solid #5f83c8;
696 - transition: 0.3s ease-out;
697 - -webkit-user-select: none;
698 - -ms-user-select: none;
699 - user-select: none;
700 -}
701 -.wpstream_start_with_larix_mobile{
702 - background: #688ed8;
703 - padding: 20px;
472 + background: #8e8b8b;
704 473 color: #fff;
705 - border-radius: 6px;
706 - text-decoration: none;
707 - color: #ffffff;
708 - padding: 15px 15px;
474 + padding: 3px 6px;
709 475 margin-left: 10px;
476 + border-radius: 2px;
710 477 cursor: pointer;
711 - font-size: 12px;
712 - text-transform: uppercase;
713 - margin: 0px 0px 0px 0px;
714 - display: inline-block;
478 + font-size: 11px;
715 479 }
716 480
717 -.wpstream_start_with_larix_mobile:hover{
718 - background: #5878b5;
719 - color:#fff;
720 -}
721 -
722 -.copy_live_key:hover,
723 -.copy_live_uri:hover{
724 - background: #5878b5;
725 -}
726 -
727 481 .show_if_subscription.hide_movieon{
728 482 display:none;
729 483 }
730 484
@@ -761,8 +515,17 @@
761 515 box-sizing: border-box;
762 516 float: left;
763 517 }
764 518
519 +.wpstream_on_facebook_container{
520 +
521 +}
522 +.wpstream_on_youtube_container{
523 +
524 +}
525 +.wpstream_on_twich_container{
526 +
527 +}
765 528
766 529 .wpstream_social_stream_container{
767 530 background: #f3f3f3;
768 531 padding: 9px;
@@ -803,14 +566,12 @@
803 566 background-color: #fff;
804 567 padding: 20px;
805 568 margin-bottom: 20px;
806 569 background: #fff;
570 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
807 571 margin: 5px 15px 20px 15px;
808 572 padding: 20px;
809 573 font-family: 'Roboto', sans-serif;
810 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
811 - border: 1px solid #e2e5e8;
812 - border-radius: 5px;
813 574 }
814 575
815 576 .wpstream_video_status {
816 577 padding: 5px;
@@ -829,17 +590,8 @@
829 590 font-size: 15px;
830 591 font-weight: 600;
831 592 }
832 593
833 -.storage_file_size{
834 - background-color: #eff0f1;
835 - border-radius: 3px;
836 - padding: 3px 5px;
837 - font-size: 13px;
838 - margin-left: 20px;
839 - font-weight: 500;
840 -}
841 -
842 594 .video_stream_label{
843 595 font-weight: 600;
844 596 margin-right: 10px;
845 597 }
@@ -851,20 +603,19 @@
851 603
852 604 .wpstream_delete_media,
853 605 .wpstream_get_download_link{
854 606 cursor: pointer;
855 - background-color: #45a73f;
607 + background-color: #6BB251;
856 608 color: white;
857 609 padding: 5px 14px;
858 610 display: inline-block;
859 611 margin-top: 10px;
860 612 margin-right: 10px;
861 - transition: 0.3s ease-out;
862 - border-radius: 3px;
613 + transition: 0.3s ease-out;
863 614 }
864 615 .wpstream_delete_media:hover,
865 616 .wpstream_get_download_link:hover{
866 - background: #378532;
617 + background: #5a9544;
867 618 }
868 619
869 620 .wpstream_download_link{
870 621 display:none;
@@ -884,15 +635,13 @@
884 635 background-color: #fff;
885 636 padding: 20px;
886 637 margin-bottom: 20px;
887 638 background: #fff;
639 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
888 640 margin: 5px 15px 2px 15px;
889 641 padding: 20px;
890 642 min-height: 40px;
891 643 font-family: 'Roboto', sans-serif;
892 - box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
893 - border: 1px solid #e2e5e8;
894 - border-radius: 5px;
895 644 }
896 645
897 646 .bar {
898 647 background-color: #28de23;
@@ -935,9 +684,8 @@
935 684 }
936 685
937 686 .wpstream_file_drop_color{
938 687 background-color: #ededed;
939 - border-radius: 5px;
940 688 }
941 689
942 690 .direct-upload .progress-bar-area{
943 691 position: absolute;
@@ -983,8 +731,13 @@
983 731 outline: 1px dotted #000;
984 732 outline: -webkit-focus-ring-color auto 5px;
985 733 }
986 734
735 +.inputfile + label * {
736 + /* pointer-events: none; */
737 + /* in case of FastClick lib use */
738 +}
739 +
987 740 .inputfile + label svg {
988 741 width: 1em;
989 742 height: 1em;
990 743 vertical-align: middle;
@@ -999,12 +752,11 @@
999 752 /* style 1 */
1000 753
1001 754 .inputfile-1 + label {
1002 755 color: #ffffff;
1003 - background-color: #45a73f;
756 + background-color: #6BB251;
1004 757 margin: 10px 10px 10px 0px;
1005 758 transition: 0.3s ease-out;
1006 - border-radius: 5px;
1007 759 }
1008 760
1009 761 .inputfile-1:focus + label,
1010 762 .inputfile-1.has-focus + label,
@@ -1010,573 +762,4 @@
1010 762 .inputfile-1.has-focus + label,
1011 763 .inputfile-1 + label:hover {
1012 764 background-color: #5a9544;
1013 765 }
1014 -
1015 -
1016 -.wpstream_setting_event_unit_wrapper{
1017 - position:relative;
1018 - display: inline-block;
1019 - margin-bottom: 10px;
1020 - width: 100%;
1021 -}
1022 -
1023 -.wpstream_setting_event_unit_wrapper .settings_details{
1024 - max-width: 385px;
1025 -}
1026 -
1027 -.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{
1028 - color: #666;
1029 - margin-top: 5px;
1030 -}
1031 -
1032 -
1033 -
1034 -label.wpstream_switch {
1035 - position: absolute;
1036 - display: inline-block;
1037 - width: 53px!important;
1038 - height: 25px;
1039 - top: 12px;
1040 - left: 390px;
1041 -}
1042 -
1043 -.wpstream_switch input {
1044 - opacity: 0;
1045 - width: 0;
1046 - height: 0;
1047 -}
1048 -
1049 -.wpstream_slider {
1050 - position: absolute;
1051 - cursor: pointer;
1052 - top: 0;
1053 - left: 0;
1054 - right: 0;
1055 - bottom: 0;
1056 - background-color: #ccc;
1057 - -webkit-transition: .4s;
1058 - transition: .4s;
1059 -}
1060 -
1061 -.wpstream_slider:before {
1062 - position: absolute;
1063 - content: "";
1064 - height: 18px;
1065 - width: 18px;
1066 - left: 4px;
1067 - bottom: 4px;
1068 - background-color: white;
1069 - -webkit-transition: .4s;
1070 - transition: .4s;
1071 -}
1072 -
1073 -input:checked + .wpstream_slider {
1074 - background-color: #2196F3;
1075 -}
1076 -
1077 -input:focus + .wpstream_slider {
1078 - box-shadow: 0 0 1px #2196F3;
1079 -}
1080 -
1081 -input:checked + .wpstream_slider:before {
1082 - -webkit-transform: translateX(26px);
1083 - -ms-transform: translateX(26px);
1084 - transform: translateX(26px);
1085 -}
1086 -
1087 -/* Rounded sliders */
1088 -.wpstream_slider.round {
1089 - border-radius: 25px;
1090 -}
1091 -
1092 -.wpstream_slider.round:before {
1093 - border-radius: 50%;
1094 -}
1095 -
1096 -.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
1097 - margin-bottom: 10px;
1098 -}
1099 -
1100 -.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
1101 - font-weight: 700;
1102 - font-size: 14px;
1103 - left: 395px;
1104 -}
1105 -
1106 -#wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
1107 - left: auto;
1108 - right: 0px;
1109 -}
1110 -#wpstream-sidebar-meta .settings_details{
1111 - padding-right: 60px;
1112 -}
1113 -
1114 -
1115 -/*=wpstream share */
1116 -
1117 -.wpstream_sharing_social{
1118 - color: #696969;
1119 - text-decoration: none;
1120 - margin: 0px;
1121 - font-size: 12px;
1122 - display: inline-block;
1123 -}
1124 -
1125 -.wpstream_sharing_social .dashicons {
1126 - font-size: 32px;
1127 - background-color: #f9f9f9;
1128 - width: 91px;
1129 - height: 91px;
1130 - border-radius: 5px;
1131 - line-height: 91px;
1132 - color: #1d447d;
1133 - margin-right: 25px;
1134 - color: #828b9b;
1135 - border: 1px solid rgba(13,110,253,0.12);
1136 - margin-top: 25px;
1137 -
1138 -}
1139 -.wpstream_sharing_social:nth-of-type(4n) .dashicons{
1140 - margin-right: 0px;
1141 -}
1142 -
1143 -.wpstream_sharing_social .dashicons:hover{
1144 - background-color: rgba(13,110,253,0.12);
1145 - color: #0d6efd;
1146 -}
1147 -
1148 -.wpstream_sharing_social:focus{
1149 - box-shadow:none;
1150 - outline:0px;
1151 -}
1152 -
1153 -#wpstream-sidebar-meta .wpstream_social_share_wrapper{
1154 - position: relative;
1155 - right:auto;
1156 - top: auto;
1157 - font-size: 13px;
1158 - margin: 10px 0px 0px 0px;
1159 -}
1160 -
1161 -#wpstream-sidebar-meta .wpstream_sharing_social{
1162 - margin: 0px 0px;
1163 -}
1164 -
1165 -
1166 -.how_to_videos{
1167 - display: inline-block;
1168 - width: 100%;
1169 -
1170 -}
1171 -
1172 -
1173 -.wpstream_pagination{
1174 - list-style: none;
1175 - display: inline;
1176 - float:left;
1177 - padding-left: 15px;
1178 -}
1179 -
1180 -.wpstream_pagination li{
1181 - display: inline-block;
1182 - border: 1px solid #d8dada;
1183 - min-width: 20px;
1184 - text-align: center;
1185 - margin-right: 5px;
1186 - border-radius: 3px;
1187 - padding: 5px;
1188 - background: #fff;
1189 -}
1190 -
1191 -.wpstream_pagination li a{
1192 - text-decoration: none;
1193 - color:#3c434a;
1194 -}
1195 -
1196 -.wpstream_pagination li:empty{
1197 - display:none;
1198 -}
1199 -
1200 -.wpstream_pagination li.active{
1201 - background: #f5f5fb;
1202 -}
1203 -
1204 -
1205 -
1206 -.wpstream_modal_background{
1207 - position: fixed;
1208 - z-index: 1001;
1209 - top:0px;
1210 - bottom: 0px;
1211 - left: 0px;
1212 - right: 0px;
1213 - background-color:rgb(0 20 40 / 86%);
1214 - opacity: 0.5;
1215 - display: none;
1216 -}
1217 -
1218 -.wpstream_modal_form{
1219 - width: 460px;
1220 - height: 460px;
1221 - background-color: #fff;
1222 - position: fixed;
1223 - top: 50%;
1224 - margin-top: -230px;
1225 - left: 50%;
1226 - margin-left: -230px;
1227 - display: none;
1228 - z-index: 1002;
1229 - padding: 30px;
1230 - border-radius: 5px;
1231 -}
1232 -.wpstream_modal_form.wpestate_settings_modal{
1233 - height: 525px;
1234 - margin-top: -257px;
1235 -}
1236 -
1237 -.wpstream_modal_form h3{
1238 - font-size: 20px;
1239 -}
1240 -
1241 -.wpstream_close_modal{
1242 - width:30px;
1243 - height: 30px;
1244 - background-color: rgba(13,110,253,0.12);
1245 - position: absolute;
1246 - top:15px;
1247 - right: 15px;
1248 - border-radius: 3px;
1249 - cursor: pointer;
1250 - background-image: url(../../img/closeicon4.png);
1251 - background-repeat: no-repeat;
1252 - background-position: center;
1253 -}
1254 -
1255 -.wpstream_close_modal:hover{
1256 - background-color: rgba(13,110,253,0.32);
1257 -}
1258 -
1259 -
1260 -.wpstream_tooltip_wrapper{
1261 - position: relative;
1262 -}
1263 -
1264 -.wpstream_tooltip_disabled,
1265 -.wpstream_tooltip{
1266 - position: absolute;
1267 - border-radius: 3px;
1268 - background-color: rgb(0 20 40 / 86%);
1269 - color: #fff;
1270 - font-size: 13px;
1271 - text-transform: capitalize;
1272 - padding: 5px 10px;
1273 - bottom: -38px;
1274 - left: -15%;
1275 - z-index: 10;
1276 - transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
1277 - transition-delay: .2s;
1278 - white-space: nowrap;
1279 - opacity: 0;
1280 - pointer-events: none;
1281 -}
1282 -.wpstream_button .wpstream_tooltip{
1283 - white-space: normal;
1284 - width: 200px;
1285 - bottom: -10px;
1286 - transform: translate(0, 100%);
1287 -
1288 -}
1289 -
1290 -.wpstream_tooltip_disabled:after,
1291 -.wpstream_tooltip:after{
1292 - position: absolute;
1293 - content: " ";
1294 - width: 0;
1295 - height: 0;
1296 - top: -6px;
1297 - left: 20px;
1298 - border-left: 7px solid transparent;
1299 - border-right: 7px solid transparent;
1300 - border-bottom: 7px solid rgb(0 20 40 / 86%);
1301 -}
1302 -
1303 -.wpstream_button .wpstream_tooltip:after{
1304 - left: 50%;
1305 - margin-left: -7px;
1306 -}
1307 -
1308 -
1309 -#wpstream-sidebar-meta .wpstream_tooltip_disabled,
1310 -#wpstream-sidebar-meta .wpstream_tooltip{
1311 - left: 0%;
1312 - width: 93%;
1313 - pointer-events: none;
1314 -}
1315 -
1316 -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled,
1317 -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{
1318 - width: auto;
1319 - pointer-events: none;
1320 -
1321 -}
1322 -
1323 -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{
1324 - left: -50px;
1325 -}
1326 -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{
1327 - left: 62px!important;
1328 -}
1329 -
1330 -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{
1331 - left: -50px;
1332 -}
1333 -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{
1334 - left: 62px!important;
1335 -}
1336 -
1337 -#wpstream-sidebar-meta .wpstream_edit_channel{
1338 - display: none;
1339 -}
1340 -
1341 -
1342 -
1343 -
1344 -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after,
1345 -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{
1346 - left:10px;
1347 -}
1348 -
1349 -
1350 -
1351 -.wpstream_inactive_icon{
1352 - cursor: not-allowed;
1353 -}
1354 -.wpstream_inactive_icon svg{
1355 - opacity: 0.35;
1356 -}
1357 -
1358 -.wpstream_error_modal_notification{
1359 - width: 500px;
1360 - background-color: #fff;
1361 - position: fixed;
1362 - top: 50%;
1363 - margin-top: -250px;
1364 - left: 50%;
1365 - margin-left: -250px;
1366 - display: none;
1367 - z-index: 1002;
1368 - padding: 20px;
1369 - border-radius: 5px;
1370 - font-size: 15px;
1371 -}
1372 -
1373 -.wpstream_error_ok{
1374 - padding: 8px;
1375 - text-transform: uppercase;
1376 - margin: 0px auto;
1377 - display: block;
1378 - float: none;
1379 - width: 100px;
1380 - position: relative;
1381 - margin-top: 20px;
1382 -}
1383 -
1384 -
1385 -.wpstream_external_broadcast_options{
1386 - width: 50%;
1387 - border: 1px solid #6666;
1388 -}
1389 -
1390 -.wpstream_modal_explanations{
1391 - margin-top: 15px;
1392 - margin-bottom: 5px;
1393 - font-size: 14px;
1394 - color: #666;
1395 - line-height: 1.6em;
1396 -}
1397 -
1398 -
1399 -.wpstream_modal_explanations li{
1400 - margin-bottom: 2px;
1401 -}
1402 -
1403 -
1404 -.wpstream_modal_explanations li {
1405 - margin-bottom: 2px;
1406 - line-height: 1.6em;
1407 -}
1408 -
1409 -.print_qrcode{
1410 - position: absolute;
1411 - top: 73px;
1412 - right: 12px;
1413 -}
1414 -
1415 -
1416 -
1417 -
1418 -.wpstream_loader {
1419 - width: 8px;
1420 - height: 8px;
1421 - border: 1px solid #a5a8a4;
1422 - border-radius: 50%;
1423 - display: inline-block;
1424 - position: relative;
1425 - -webkit-animation: rotation 1s linear infinite;
1426 - animation: rotation 1.3s linear infinite;
1427 - margin-left: 14px;
1428 - top: 0px;
1429 - }
1430 -
1431 - .wpstream_loader:after {
1432 - content: "";
1433 - position: absolute;
1434 - left: 50%;
1435 - top: 50%;
1436 - transform: translate(-50%, -50%);
1437 - width: 18px;
1438 - height: 18px;
1439 - border-radius: 50%;
1440 - border: 1px solid;
1441 - border-color: #FF3D00 transparent;
1442 -}
1443 -
1444 -.wpstream_options_help{
1445 - clear: both;
1446 - width: 51%;
1447 - display: inline-block;
1448 - position: relative;
1449 -}
1450 -
1451 -.wpstream_options_help a{
1452 - width: auto;
1453 - background-color: green;
1454 - color: #fff;
1455 - border-radius: 3px;
1456 - padding: 5px 10px;
1457 - text-decoration: none;
1458 - background-color: #2196F3;
1459 - position: absolute;
1460 - right: -51px;
1461 - top: 0px;
1462 -}
1463 -
1464 -
1465 -
1466 -
1467 -@media only screen and (max-width:1099px){
1468 -
1469 - .wpstream_upgrade_topbar{
1470 - display: block;
1471 - margin-left: 0px;
1472 - margin-top: 30px;
1473 - width: 175px;
1474 - text-align: center;
1475 - }
1476 -
1477 - .event_list_wrapper{
1478 - display: flex;
1479 - width: 100%;
1480 - margin: 5px 0px 25px 0px;
1481 - flex-direction: column;
1482 - }
1483 -
1484 - .event_list_unit{
1485 - flex-direction: column;
1486 - align-content: center;
1487 - justify-content: flex-start;
1488 - align-items: flex-start;
1489 - width: auto;
1490 - position: relative;
1491 - border: 1px solid #e2e5e8;
1492 - }
1493 - .wpstream_stop_event.wpstream_button,
1494 - .start_event.wpstream_button,
1495 - .wpstream_stop_event,
1496 - .wpstream_turning_on,
1497 - .start_event {
1498 - width: 100%;
1499 - box-sizing: border-box;
1500 - margin-bottom: 10px;
1501 - max-width: 170px;
1502 - }
1503 -
1504 - .wpstream_options_col1{
1505 - margin-bottom: 10px;
1506 - }
1507 -
1508 - .wpstream_options_col2{
1509 - margin-bottom: 10px;
1510 - }
1511 -
1512 - .event_title{
1513 - width: 100%;
1514 - }
1515 - .wpstream_modal_form.wpestate_settings_modal,
1516 - .wpstream_modal_form {
1517 - z-index: 99999;
1518 - margin-top: 0px;
1519 - top: 0px;
1520 - overflow-y: auto;
1521 - }
1522 -
1523 - .wpstream_modal_form {
1524 - width: 100%;
1525 - height: 100%;
1526 - background-color: #fff;
1527 - position: fixed;
1528 - top: 0;
1529 - margin-top: 0;
1530 - left: 0;
1531 - margin-left: 0;
1532 - display: none;
1533 - z-index: 99999;
1534 - padding: 0px 30px;
1535 - border-radius: 0px;
1536 - box-sizing: border-box;
1537 - }
1538 -
1539 - .wpstream_modal_explanations{
1540 - width: 100%;
1541 - box-sizing: border-box;
1542 - }
1543 -
1544 - .wpstream_modal_form.wpestate_settings_modal {
1545 - height: 100%;
1546 - margin-top: 0px;
1547 - overflow-y: auto;
1548 - }
1549 -
1550 - .wpstream_sharing_social .dashicons {
1551 - margin-right: 15px;
1552 - width: 80px;
1553 - height: 80px;
1554 - }
1555 - .wpstream_sharing_social:nth-of-type(4n) .dashicons {
1556 - margin-right:15px;
1557 - }
1558 -
1559 -
1560 -}
1561 -
1562 -
1563 -
1564 -
1565 -@media only screen and (max-width:500px){
1566 - .external_software_streaming_details{
1567 - width: 280px;
1568 - }
1569 - .copy_live_key,
1570 - .copy_live_uri{
1571 - margin: 15px 0px 0px 0px;
1572 - display: inline-block;
1573 - }
1574 - .wpstream_close_modal{
1575 - z-index: 99999;
1576 - }
1577 - .wpstream_live_uri_text.wpstream_larix_rtmp,
1578 - .wpstream_live_uri_text{
1579 - width: 280px;
1580 - word-break: break-all;
1581 - }
1582 -}