PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 3.8
WpStream – Live Streaming, Video on Demand, Pay Per View v3.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
← All changes | admin/css/wpstream-admin.css +174 -873 4.5.11.13.8 View file →
@@ -25,38 +25,15 @@
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 33
51 -.wpstream_upgrade_topbar:hover{
52 - background: #378532;
53 - color:#fff;
54 -}
55 -
56 34 .wpstream_option_wrapper{
57 35 max-width: 70%;
58 - padding: 30px 0px 0px 0px;
59 36 }
60 37
61 38 .wpstream_option{
62 39 clear: both;
@@ -62,19 +39,10 @@
62 39 clear: both;
63 40 width: 51%;
64 41 display: inline-block;
65 42 margin-bottom: 20px;
66 - position: relative;
67 43 }
68 44
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 45 .wpstream_option label{
78 46 width: 100%;
79 47 float: left;
80 48 font-weight: 600;
@@ -81,12 +49,14 @@
81 49 font-size: 14px;
82 50 margin-bottom: 5px;
83 51 }
84 52
53 +
54 +
55 +
85 56 .wpstream_option .settings_details{
86 57 color: #999;
87 58 margin-top: 5px;
88 - max-width: 365px;
89 59 }
90 60
91 61
92 62 .event_list_unit_notification{
@@ -103,11 +73,9 @@
103 73 margin: 15px 15px 0px 15px;
104 74 padding: 20px;
105 75 font-size: 15px;
106 76 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;
77 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
110 78 }
111 79
112 80 .pack_details_wrapper_transparent{
113 81 background-color: transparent;
@@ -130,159 +98,56 @@
130 98 }
131 99
132 100
133 101 .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;
102 + min-width: 170px;
103 + float:left;
143 104 }
144 105
145 -
146 -
147 -.event_title{
148 - width: 350px;
106 +.event_thumb{
107 + float: left;
108 + margin: 0px 20px 20px 0px;
109 + border-radius: 2px;
149 110 }
150 -#wpstream-sidebar-meta .event_title{
151 - display: none;
152 -}
153 111
154 -.event_list_unit .event_title,
155 112 .event_list_unit h3{
156 113 margin-top: 0px;
157 - color: #3b3b3b;
158 - margin: 1em 0;
159 114 }
160 115
161 116 .event_list_unit{
162 - color:#00193d;
163 117 background-color: #fff;
164 118 padding: 20px;
165 119 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;
120 + background: #fff;
121 + margin: 5px 15px 25px 15px;
122 + padding: 20px;
123 + min-height: 150px;
124 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
125 + font-family: 'Roboto', sans-serif;
126 + transition: 0.3s ease-out;
127 + border-radius: 2px;
180 128 }
181 129
182 -div.video-js.vjs-has-started button.vjs-big-play-button{
183 - display:none;
184 -}
185 -
186 130 .event_list_unit:hover{
187 - box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
131 + box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
132 + transform: translate(0%, -5px);
188 133 background-color: #fcfcfc;
189 134 }
190 135
191 136 .event_list_unit.wpstream_show_started {
192 - background: #fff;
193 - border: 1px solid #3dc93d;
137 + background: #e7fae8;
138 + background: #f5f1fa;
194 139 }
195 140
196 -.wpstream_options_col1{
197 - display: flex;
198 - flex-direction: row;
199 - flex-wrap: nowrap;
200 -}
201 141
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 142 #wpstream-sidebar-meta .event_list_unit{
261 143 padding: 0px;
262 144 box-shadow: none;
263 145 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 146 }
273 -
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 147 #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
282 148 background-color: transparent
283 149 }
284 -
285 150 #wpstream-sidebar-meta .event_list_unit:hover{
286 151 transform:none;
287 152 background: #fff;
288 153 }
@@ -294,33 +159,35 @@
294 159 #wpstream-sidebar-meta h3{
295 160 line-height: 25px;
296 161 }
297 162
298 -#wpstream-sidebar-meta .wpstream_turning_on,
163 +
164 +#wpstream-sidebar-meta .wpstream_show_settings,
165 +#wpstream-sidebar-meta .close_event,
299 166 #wpstream-sidebar-meta .start_event{
300 167 width:100%;
301 - box-sizing: border-box;
302 168 }
303 169
304 170 #wpstream-sidebar-meta .wpstream_event_streaming_local {
305 171 margin-left: 0px;
306 - height: 458px;
307 - overflow: auto;
308 - padding-right: 20px;
309 172 }
310 173
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;
174 +
175 +
176 +
177 +
178 +#wpstream-sidebar-meta .stop_server,
179 +#wpstream-sidebar-meta .close_event,
180 +#wpstream-sidebar-meta .start_event,
181 +#wpstream-sidebar-meta .start_webcaster,
182 +#wpstream-sidebar-meta .start_external{
183 + margin: 0px 0px 10px 0px;
184 + display: block;
185 + height: 40px;
320 186 }
321 187
322 188 #wpstream-sidebar-meta .external_software_streaming{
189 + display:none;
323 190 margin-top: 10px;
324 191 }
325 192
326 193 #wpstream-sidebar-meta .start_external{
@@ -334,16 +201,10 @@
334 201 float:none;
335 202 }
336 203
337 204 #wpstream-sidebar-meta .wpstream_channel_status{
338 - padding: 10px 0px 10px 0px;
205 + padding: 10px 0px 25px 0px;
339 206 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 207 }
347 208
348 209 #wpstream-sidebar-meta .view_channel{
349 210 display: block;
@@ -351,8 +212,13 @@
351 212 margin-top: 10px;
352 213 display:none;
353 214 }
354 215
216 +#wpstream-sidebar-meta .copy_live_key,
217 +#wpstream-sidebar-meta .copy_live_uri{
218 + display: block;
219 + margin-left: 0
220 +}
355 221
356 222 #wpstream-sidebar-meta .how_to{
357 223 display: none;
358 224 }
@@ -363,53 +229,29 @@
363 229 font-size: 14px;
364 230 margin-left: 10px;
365 231 background: #fff;
366 232 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%);
233 + -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
234 + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
369 235 margin: 5px 15px 20px 15px;
370 236 padding: 20px 12px 20px 12px;
371 - max-width: 915px;
372 - border: 1px solid #e2e5e8;
373 - border-radius: 5px;
374 237 }
375 238
376 -.no_events_warning_mes{
377 - display: inline-block;
378 -}
379 -
380 239 .api_conected{
381 - background:#45a73f;
382 - padding: 5px 10px;
240 + background: green;
241 + padding: 10px;
383 242 color: #fff;
384 - margin-bottom: 0px;
385 - width: 310px;
386 - border-radius: 5px;
387 - display: inline-block;
243 + margin-bottom: 20px;
244 + width: 270px;
388 245 }
389 246
390 247 .api_not_conected{
391 - background: #F24B4B;
392 - padding: 5px 10px;
248 + background: #f40000;
249 + padding: 10px;
393 250 color: #fff;
394 - border-radius: 5px;
395 - width: auto;
396 - display: inline-block;
251 + margin-bottom: 10px;
397 252 }
398 253
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 254 .api_not_conected.wpstream_orange{
413 255 background:#FF5722;
414 256 }
415 257 .api_not_conected.wpstream_brown{
@@ -418,83 +260,79 @@
418 260
419 261 .api_not_conected a{
420 262 color:#fff;
421 263 }
264 +.event_list_unit h3{
265 + font-weight: 700;
266 + font-size: 18px;
267 + text-transform: capitalize;
268 +}
422 269
423 -.event_list_unit .event_title,
424 -.event_list_unit h3{
425 - font-weight: 500;
270 +.wpstream_channel_status{
271 + padding: 17px 0px 40px 0px;
426 272 font-size: 16px;
427 - text-transform: capitalize;
428 - position: relative;
429 - line-height: 1.3em;
430 - padding-right: 20px;
273 + font-weight: 700;
431 274 }
432 -.wpstream_channel_item_id{
433 - color: #5b5b5b;
434 - font-size: 12px;
275 +
276 +.wpstream_channel_status .dashicons{
277 + font-size: 32px;
278 + color: #6b936b;
279 + margin-right: 15px;
280 + margin-top: -8px;
435 281 }
282 +.wpstream_channel_status.not_ready_to_stream .dashicons{
283 + color: #e16767;
284 + font-size: 27px;
285 + margin-top: -5px;
286 +}
287 +.wpstream_channel_status.not_ready_to_stream {
288 + color:#23282d
289 +}
436 290
291 +
292 +.not_ready_to_stream{
293 + color:#e16767;
294 +}
295 +
296 +.pending_streaming{
297 +}
298 +
299 +
300 +
437 301 .wpstream_button {
302 + box-shadow: none !important;
438 303 border-radius: 2px;
439 - padding: 5px 5px;
304 + background-clip: padding-box;
305 + -moz-background-clip: padding;
306 + -webkit-background-clip: padding-box;
307 + vertical-align: middle;
308 + height: 40px;
309 + padding: 7px 21px;
440 310 -webkit-appearance: none;
441 311 border: 0px solid #d9d9d9;
442 312 text-transform: uppercase;
443 - background: #45a73f;
313 + background: #40A819;
444 314 color: #fff;
445 315 cursor: pointer;
316 + font-weight: 600;
446 317 font-weight: 500;
447 318 transition: 0.3s ease-out;
448 319 font-size: 14px;
449 320 margin-right: 5px;
450 - border-radius: 5px;
451 - text-align: center;
452 - display: inline-block;
453 - margin-right: 10px;
321 + border-radius: 2px;
454 322 }
455 323
456 324 .wpstream_button:hover{
457 - background:#378532;
325 + background: #ac3434;
458 326 }
459 327
460 -.wpstream_button_action{
461 - padding: 12px 25px;
462 -}
463 -
464 328 .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 -
329 + background: #8e8b8b;
330 + background: #089238;
476 331 }
477 332
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 333 .start_event.wpstream_button:hover{
495 - background: #45a73f;
496 - color: #fff;
334 + background: #328214;
497 335 }
498 336
499 337 .stop_server,
500 338 .close_event.wpstream_button{
@@ -515,22 +353,32 @@
515 353 .encrypt_wrapper{
516 354 display:none;
517 355 }
518 356
519 -.event_list_unit_notificationx{
520 - font-size: 14px;
521 -}
522 357
523 -.event_list_unit_notificationx strong{
524 - display: inherit;
358 +.start_webcaster{
359 + display: inline-block;
360 + padding: 0px 21px;
361 + cursor: pointer;
362 + float: left;
363 + line-height: 40px;
364 + height: 38px;
365 + background: #089238;
366 + transition: 0.3s ease-out;
367 + border-radius: 2px;
368 + text-align: center;
525 369 margin-bottom: 5px;
526 370 }
527 371
372 +.start_webcaster:hover{
373 + background: #328214;
374 +}
528 375
529 376 .start_external{
530 377 display: inline-block;
531 378 padding: 0px 21px;
532 379 cursor: pointer;
380 + float: left;
533 381 line-height: 40px;
534 382 height: 38px;
535 383 background: #076d2a;
536 384 transition: 0.3s ease-out;
@@ -536,66 +384,33 @@
536 384 transition: 0.3s ease-out;
537 385 border-radius: 2px;
538 386 }
539 387 .start_external:hover{
540 - background: #f7fcf8;
388 + background: #065822;
541 389 }
542 390
543 -
544 -.wpstream_turning_on{
545 - padding: 6px 20px;
546 - width: auto;
547 - min-width: 130px;
391 +.stop_server {
392 + display: inline-block;
393 + padding: 0px 21px;
394 + cursor: pointer;
395 + float: right;
396 + line-height: 40px;
397 + height: 38px;
398 + transition: 0.3s ease-out;
399 + display:none!important;
400 + border-radius: 2px;
548 401 }
549 402
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 403 .how_to{
579 404 margin-top:10px;
580 - width: 100%;
581 - height: auto;
582 -
583 405 }
584 406 .external_software_streaming{
585 - margin-top: 30px;
407 + display:none;
408 +
409 + margin-top: 60px;
586 410 width: 100%;
587 - display: none;
588 411 }
589 412
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 413 .view_channel{
599 414 font-weight: 500;
600 415 font-size: 15px;
601 416 margin-left:30px;
@@ -605,15 +420,15 @@
605 420
606 421 #wpstream-sidebar-meta .view_channel.show_stream_data{
607 422 display: block;
608 423 }
609 -
610 424 .view_channel.show_stream_data{
611 425 display: inline-block;
612 426 }
427 +.warning_stream{
428 + margin-top:10px;
429 +}
613 430
614 -
615 -
616 431 .event_list_stream_key_wrap{
617 432 margin-top:10px;
618 433 }
619 434
@@ -669,62 +484,23 @@
669 484 }
670 485
671 486 .wpstream_live_key_text,
672 487 .wpstream_live_uri_text{
673 - display: inline;
674 - width: 250px;
675 - float: left;
488 + display:inline;
676 489 }
677 490
678 -.wpstream_live_uri_text.wpstream_larix_rtmp{
679 - width: 345px;
680 -}
681 -
682 491 .copy_live_key,
683 492 .copy_live_uri{
684 493 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;
494 + background: #8e8b8b;
704 495 color: #fff;
705 - border-radius: 6px;
706 - text-decoration: none;
707 - color: #ffffff;
708 - padding: 15px 15px;
496 + padding: 3px 6px;
709 497 margin-left: 10px;
498 + border-radius: 2px;
710 499 cursor: pointer;
711 - font-size: 12px;
712 - text-transform: uppercase;
713 - margin: 0px 0px 0px 0px;
714 - display: inline-block;
500 + font-size: 11px;
715 501 }
716 502
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 503 .show_if_subscription.hide_movieon{
728 504 display:none;
729 505 }
730 506
@@ -761,8 +537,17 @@
761 537 box-sizing: border-box;
762 538 float: left;
763 539 }
764 540
541 +.wpstream_on_facebook_container{
542 +
543 +}
544 +.wpstream_on_youtube_container{
545 +
546 +}
547 +.wpstream_on_twich_container{
548 +
549 +}
765 550
766 551 .wpstream_social_stream_container{
767 552 background: #f3f3f3;
768 553 padding: 9px;
@@ -803,14 +588,12 @@
803 588 background-color: #fff;
804 589 padding: 20px;
805 590 margin-bottom: 20px;
806 591 background: #fff;
592 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
807 593 margin: 5px 15px 20px 15px;
808 594 padding: 20px;
809 595 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 596 }
814 597
815 598 .wpstream_video_status {
816 599 padding: 5px;
@@ -829,17 +612,8 @@
829 612 font-size: 15px;
830 613 font-weight: 600;
831 614 }
832 615
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 616 .video_stream_label{
843 617 font-weight: 600;
844 618 margin-right: 10px;
845 619 }
@@ -851,20 +625,19 @@
851 625
852 626 .wpstream_delete_media,
853 627 .wpstream_get_download_link{
854 628 cursor: pointer;
855 - background-color: #45a73f;
629 + background-color: #6BB251;
856 630 color: white;
857 631 padding: 5px 14px;
858 632 display: inline-block;
859 633 margin-top: 10px;
860 634 margin-right: 10px;
861 - transition: 0.3s ease-out;
862 - border-radius: 3px;
635 + transition: 0.3s ease-out;
863 636 }
864 637 .wpstream_delete_media:hover,
865 638 .wpstream_get_download_link:hover{
866 - background: #378532;
639 + background: #5a9544;
867 640 }
868 641
869 642 .wpstream_download_link{
870 643 display:none;
@@ -884,15 +657,13 @@
884 657 background-color: #fff;
885 658 padding: 20px;
886 659 margin-bottom: 20px;
887 660 background: #fff;
661 + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
888 662 margin: 5px 15px 2px 15px;
889 663 padding: 20px;
890 664 min-height: 40px;
891 665 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 666 }
896 667
897 668 .bar {
898 669 background-color: #28de23;
@@ -935,9 +706,8 @@
935 706 }
936 707
937 708 .wpstream_file_drop_color{
938 709 background-color: #ededed;
939 - border-radius: 5px;
940 710 }
941 711
942 712 .direct-upload .progress-bar-area{
943 713 position: absolute;
@@ -983,8 +753,13 @@
983 753 outline: 1px dotted #000;
984 754 outline: -webkit-focus-ring-color auto 5px;
985 755 }
986 756
757 +.inputfile + label * {
758 + /* pointer-events: none; */
759 + /* in case of FastClick lib use */
760 +}
761 +
987 762 .inputfile + label svg {
988 763 width: 1em;
989 764 height: 1em;
990 765 vertical-align: middle;
@@ -999,12 +774,11 @@
999 774 /* style 1 */
1000 775
1001 776 .inputfile-1 + label {
1002 777 color: #ffffff;
1003 - background-color: #45a73f;
778 + background-color: #6BB251;
1004 779 margin: 10px 10px 10px 0px;
1005 780 transition: 0.3s ease-out;
1006 - border-radius: 5px;
1007 781 }
1008 782
1009 783 .inputfile-1:focus + label,
1010 784 .inputfile-1.has-focus + label,
@@ -1014,24 +788,15 @@
1014 788
1015 789
1016 790 .wpstream_setting_event_unit_wrapper{
1017 791 position:relative;
1018 - display: inline-block;
1019 - margin-bottom: 10px;
1020 - width: 100%;
1021 792 }
1022 793
1023 794 .wpstream_setting_event_unit_wrapper .settings_details{
1024 - max-width: 385px;
795 + max-width: 365px;
1025 796 }
1026 797
1027 -.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{
1028 - color: #666;
1029 - margin-top: 5px;
1030 -}
1031 798
1032 -
1033 -
1034 799 label.wpstream_switch {
1035 800 position: absolute;
1036 801 display: inline-block;
1037 802 width: 53px!important;
@@ -1045,9 +810,9 @@
1045 810 width: 0;
1046 811 height: 0;
1047 812 }
1048 813
1049 -.wpstream_slider {
814 +.slider {
1050 815 position: absolute;
1051 816 cursor: pointer;
1052 817 top: 0;
1053 818 left: 0;
@@ -1057,9 +822,9 @@
1057 822 -webkit-transition: .4s;
1058 823 transition: .4s;
1059 824 }
1060 825
1061 -.wpstream_slider:before {
826 +.slider:before {
1062 827 position: absolute;
1063 828 content: "";
1064 829 height: 18px;
1065 830 width: 18px;
@@ -1069,17 +834,17 @@
1069 834 -webkit-transition: .4s;
1070 835 transition: .4s;
1071 836 }
1072 837
1073 -input:checked + .wpstream_slider {
838 +input:checked + .slider {
1074 839 background-color: #2196F3;
1075 840 }
1076 841
1077 -input:focus + .wpstream_slider {
842 +input:focus + .slider {
1078 843 box-shadow: 0 0 1px #2196F3;
1079 844 }
1080 845
1081 -input:checked + .wpstream_slider:before {
846 +input:checked + .slider:before {
1082 847 -webkit-transform: translateX(26px);
1083 848 -ms-transform: translateX(26px);
1084 849 transform: translateX(26px);
1085 850 }
@@ -1084,16 +849,24 @@
1084 849 transform: translateX(26px);
1085 850 }
1086 851
1087 852 /* Rounded sliders */
1088 -.wpstream_slider.round {
853 +.slider.round {
1089 854 border-radius: 25px;
1090 855 }
1091 856
1092 -.wpstream_slider.round:before {
857 +.slider.round:before {
1093 858 border-radius: 50%;
1094 859 }
1095 860
861 +
862 +
863 +.wpstream_event_streaming_local{
864 + margin-left: 170px;
865 + padding-top: 10px;
866 + display: none;
867 +}
868 +
1096 869 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
1097 870 margin-bottom: 10px;
1098 871 }
1099 872
@@ -1098,10 +871,8 @@
1098 871 }
1099 872
1100 873 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
1101 874 font-weight: 700;
1102 - font-size: 14px;
1103 - left: 395px;
1104 875 }
1105 876
1106 877 #wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
1107 878 left: auto;
@@ -1108,475 +879,5 @@
1108 879 right: 0px;
1109 880 }
1110 881 #wpstream-sidebar-meta .settings_details{
1111 882 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 883 }