PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.12.3
WpStream – Live Streaming, Video on Demand, Pay Per View v4.12.3
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-onboarding.css

wpstream-admin-onboarding.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.12.3, at admin/css/wpstream-admin-onboarding.css

677 lines 12.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpstream_on_boarding_wrapper{
2 background-color: #fff;
3 position: fixed;
4 width: 500px;
5 top: 125px;
6 left: 50%;
7 margin-left: -250px;
8 z-index: 10002;
9 display: none;
10 }
11
12 #wpstream_onboard_bubble{
13 position: absolute;
14 z-index: 10002;
15 background: #fff;
16 left: 175px;
17 top: -30px;
18 width: 375px;
19 display: none;
20 }
21
22 .boarding-left-arrow:after{
23 content: " ";
24 position: absolute;
25 top: 20%;
26 margin-top: 0px;
27 left: -12px;
28 width: 0;
29 height: 0;
30 border-top: 10px solid transparent;
31 border-bottom: 10px solid transparent;
32 border-right: 12px solid #F7F4FC;
33 }
34
35 .boarding-right-arrow:after{
36 content: " ";
37 position: absolute;
38 top: 20%;
39 margin-top: 0px;
40 right: -12px;
41 width: 0;
42 height: 0;
43 border-top: 10px solid transparent;
44 border-bottom: 10px solid transparent;
45 border-left: 12px solid white;
46 }
47
48
49
50
51 #wpstream_onboard_bubble,
52 .wpstream_on_boarding_wrapper{
53 box-shadow: 8px 8px 7px 1px #0606061f;
54 padding: 20px 30px;
55 border-radius: 5px;
56 border: 1px solid #ccc;
57 }
58
59
60 .wpstream_on_boarding_wrapper{
61 padding: 30px;
62 min-height: 60px;
63 background-color: #F7F4FC;
64
65 }
66
67
68 .wpstream_step_wrapper{
69 display: none;
70 }
71
72 .wpstream_step_wrapper h1{
73 font-size: 20px;
74 margin: 30px 0px 45px 0px;
75 color:#221466;
76 text-align: center;
77 }
78
79
80 .wpstream_has_credential h1{
81 margin-top: 0px;
82 }
83
84 .header_special {
85 color: #4e2ee6;
86 }
87
88 .wpstream_step_wrapper .wpstream_option{
89 width: 100%;
90 padding: 0px 0px 0px 0px;
91 }
92
93 .wpstream_on_board_register_wrapper,
94 .wpstream_step_wrapper .wpstream_option_wrapper {
95 max-width: 100%;
96 padding: 0px 0px 0px 0px;
97 padding: 30px;
98 border-radius: 5px;
99 margin-bottom: 30px;
100 background-color: #eae8fc;
101 border: 1px solid #e8dbfc;
102 }
103
104 .wpstream_on_board_register_wrapper h2{
105 color:#221466;
106 margin-top: 0px;
107 }
108
109 .wpstream_on_board_register_wrapper #wpstream_register_privacy {
110 width: 1rem;
111 }
112
113 .wpstream_on_board_register_wrapper .wpstream_terms_agreement {
114 display: flex;
115 flex-direction: row;
116 align-items: center;
117 }
118
119 .wpstream_on_board_login_wrapper_explanations{
120 margin-bottom: 35px;
121 font-size: 14px;
122 line-height: 1.6em;
123 margin-top: -20px;
124 text-align: center;
125 }
126
127 .wpstream_onboard_register,
128 .wpstream_onboard_login{
129 width:100%;
130
131 }
132
133 #wpstream_onboarding_action_login,
134 .wpstream_on_board_register_wrapper,
135 .wpstream_on_board_login_wrapper{
136 display: none;
137 }
138
139
140
141 .wpstream_onboarding_notification{
142 background: #45a73f;
143 padding: 5px 10px;
144 color: #fff;
145 border-radius: 5px;
146 width: auto;
147 margin-top: 10px;
148 display: inline-block;
149 display: none;
150 }
151
152 .onboarding_error{
153 background: #F24B4B;
154
155 margin-top: 0px;
156 }
157
158 .wpstream_onboarding_notification{
159 margin-bottom: 10px;
160 }
161
162 .wpstream_check_account_status{
163 font-size: 15px;
164 padding: 30px 0px;
165 font-weight: 500;
166 }
167
168
169 .wpstream_step_wrapper .wpstream_option input{
170 width: 100%;
171
172 }
173
174 #wpstream_onboarding_action_register{
175 display: none;
176 }
177
178 #wpstream_onboarding_action_login,
179 #wpstream_onboarding_action_register{
180 font-size: 14px;
181 font-weight: 500;
182 text-decoration: underline;
183 margin-top: 10px;
184 cursor: pointer;
185 margin-bottom: 10px;
186 }
187
188 .wpstream_step_1{
189 display: block;
190 }
191
192
193
194 .wpstram_or{
195 text-align: center;
196 font-size: 14px;
197 color: #221466;
198 font-weight: 500;
199 }
200
201 .wpstream_warning_onboarding{
202 background: #ffe5e5;
203 border: 1px solid #ff4c4c8c;
204 color: #3b3b3b;
205 margin-bottom: 30px;
206 padding: 30px;
207 font-size: 14px;
208 font-weight: 500;
209 line-height: 1.6;
210 border-radius: 5px;
211 }
212
213
214
215 .wpstream_accordion_header{
216 padding: 20px 10px;
217 border: 1px solid #ccc;
218 cursor: pointer;
219 margin: 20px 0px 20px 0px;
220 border-radius: 5px;
221 font-size: 17px;
222 text-transform: capitalize;
223 text-align: center;
224 font-weight: 500;
225 background-color: #eae8fc;
226 border: 1px solid #e8dbfc;
227 transition: 0.2s ease-out;
228 line-height: 1.4em;
229 color: #221466;
230 }
231
232 .wpstream_accordion_header:hover{
233 background:#4e2ee6;
234 color: #fff;
235 }
236
237
238 .wpstream_onboard_live{
239 padding: 10px;
240 border: 1px solid #ccc;
241 }
242 .wpstream_step_wrapper label{
243 color:#221466;
244 display: block;
245 font-size: 15px;
246 font-weight: 500;
247 margin-bottom: 5px;
248 }
249
250
251 .wpstream_accordion_container{
252 padding: 30px;
253 border-radius: 5px;
254 margin-bottom: 30px;
255 background-color: #eae8fc;
256 border: 1px solid #e8dbfc;
257 }
258
259 #wpstream_free_vod_file_name_for_ppv,
260 #wpstream_onboarding_vod_price,
261 #wpstream_onboarding_ppv_vod_name,
262 #wpstream_ppv_vod_file_name,
263 #wpstream_free_vod_file_name,
264 #wpstream_onboarding_vod_name,
265 #wpstream_onboarding_event_price_ppv,
266 #wpstream_onboarding_channel_name_ppv,
267 #wpstream_onboarding_channel_name{
268 border: 1px solid #d6d6d6;
269 background-color: #fff;
270 color: #2c3338;
271 padding: 5px 10px;
272 width: 100%;
273 margin-bottom: 15px;
274 }
275
276 #wpstream_onboarding_ppv_vod_name{
277 max-width: 450px;
278 }
279 #editable-post-name{
280 position: relative;
281 }
282
283 #wpstream_free_vod_file_name_for_ppv,
284 #wpstream_ppv_vod_file_name,
285 #wpstream_free_vod_file_name{
286 max-width: 100%;
287 width: 100%;
288 }
289
290 #wpstream_on_board{
291 background-color: brown;
292 padding: 15px;
293 cursor: pointer;
294 width: auto;
295 color: #fff;
296 display: inline-block;
297 /* float: left; */
298 margin: 20px;
299 }
300
301 #wpstream_onboarding_view_vod,
302 .wpstream_upload_video,
303 .wpstream_onboarding_tryagain,
304 .wpstream_install_plugin,
305 .wpstream_onboard_initial_bubble_next,
306 .wpstream_onboard_initial_bubble_prev,
307 #wpstream_onboarding_start_chanel,
308 #wpstrean_close_modal_ack,
309 .wpstream_onboard_bubble_finish,
310 .wpstream_onboard_bubble_prev,
311 .wpstream_onboard_bubble_next{
312 cursor: pointer;
313 margin: 0px 10px 15px 0px;
314 background-color: #4e2ee6;
315 color: #fff;
316 padding: 5px 10px;
317 border-radius: 5px;
318 transition: 0.3s ease-out;
319 display: inline-block;
320 line-height: 1.4em;
321 }
322
323 .wpstream_onboarding_tryagain,
324 .wpstream_install_plugin{
325 margin: 30px 0px 0px 0px;
326 }
327
328
329 #post-body,
330 .wpstream_initial_onboarding_controls_wrapper{
331 position: relative;
332 }
333
334
335 #wpstream_onboarding_start_chanel{
336 display: block;
337 width: fit-content;
338 margin: 10px 0px;
339 }
340
341 .wpstream_onboard_initial_bubble_prev:hover,
342 #wpstream_onboarding_view_vod:hover,
343 .wpstream_onboarding_tryagain:hover,
344 .wpstream_install_plugin:hover,
345 .wpstream_onboard_bubble_finish:hover,
346 #wpstrean_close_modal_ack:hover,
347 .wpstream_onboard_bubble_prev:hover,
348 .wpstream_onboard_bubble_next:hover{
349 background-color: #221466;
350 }
351
352
353 .wpstream_round_bubble{
354 text-align: center;
355 }
356
357 .wpstream_round_bubble li{
358 width: 5px;
359 height: 5px;
360 border-radius: 50%;
361 background-color: #4e2ee6;
362 display: inline-block;
363 margin-right: 10px!important;
364 opacity: 0.5;
365 }
366
367
368
369 .wpstream_onboard_bubble_finish{
370 display: none;
371 }
372
373 .wpstream_modal_background_onboard {
374 position: fixed;
375 z-index: 10001;
376 top: 0px;
377 bottom: 0px;
378 left: 0px;
379 right: 0px;
380 background-color: rgb(0 20 40 / 86%);
381 opacity: 0.7;
382 display: none;
383 }
384
385 .wpstream_modal_back{
386 position: absolute;
387 width: 100%;
388 height: 100%;
389 left: 0px;
390 top: 0px;
391 background-image: url(home-decor-lines3.png);
392 background-size: cover;
393 background-position: center;
394 opacity: 0.4;
395 z-index: -1;
396 }
397
398
399
400 .wpstream_modal_background_onboard2 {
401 position: fixed;
402 z-index: 1000;
403 top: 0px;
404 bottom: 0px;
405 left: 0px;
406 right: 0px;
407 background-color: rgb(0 20 40 / 86%);
408 opacity: 0.7;
409 display: none;
410 }
411
412 .wpstream_close_onboarding{
413 width:30px;
414 height: 30px;
415 background-color: rgba(13,110,253,0.12);
416 position: absolute;
417 top:15px;
418 right: 15px;
419 border-radius: 3px;
420 cursor: pointer;
421 background-image: url(../../img/closeicon4.png);
422 background-repeat: no-repeat;
423 background-position: center;
424 }
425
426 .wpstream_close_onboarding:hover{
427 background-color: rgba(13,110,253,0.32);
428 }
429
430 .wpstream_close_initial_onboarding{
431 top:30px;
432 right: 30px;
433 }
434
435
436
437
438 #wpstrean_close_modal_ack{
439 font-size: 14px;
440 margin-top: 20px;
441 font-weight: 400;
442 margin-bottom: 0px;
443 }
444
445 .wpstream_close_onboarding_warning{
446 color: #1d2327;
447 margin: 15px 0px 0px 0px;
448 display: inline-block;
449 width: 100%;
450 font-size: 15px;
451 line-height: 1.5;
452 font-weight: 500;
453 }
454
455
456 #wpstream_onboard_bubble_content{
457 color: #1d2327;
458 margin: 0px 0px 15px 0px;
459 display: inline-block;
460 width: 100%;
461 font-size: 14px;
462 line-height: 1.5;
463 font-weight: 400;
464 }
465
466
467 #wpstream_onboard_bubble_content .onboard_line_break{
468 margin-bottom: 10px;
469 }
470
471 #wpstream_onboard_bubble_tile{
472 margin: 15px 0px 15px 0px!important;
473 line-height: 1.3em!important;
474 padding: 0px!important;
475 font-size: 17px!important;
476 color: #221466!important;
477 padding-right: 30px!important;
478 float: left;
479 font-weight: 600!important;
480 }
481
482 #wpstream_onboarding_start_chanel {
483 padding: 9px 20px;
484 width: auto;
485 min-width: 130px;
486 color: #7a88a3;
487 border: 1px solid #3dc93d;
488 color: #3b3b3b;
489 background-color: #eaf2f7;
490 background-color: #e8f7e8;
491 border: 1px solid #3dc93d85;
492 width: 220px;
493 cursor: pointer;
494 font-weight: 500;
495 font-size: 14px;
496 text-align: center;
497 }
498
499 #wpstream_onboarding_start_chanel:hover{
500 background: #45a73f;
501 color: #fff;
502 }
503
504 .wpstream_onboard_register,
505 .wpstream_onboard_login,
506 #wpstream_trigger_quick_start,
507 #wpstream_onboard_vod_ppv_action,
508 #wpstream_onboard_vod_free_action,
509 #wpstream_onboard_live_ppv_action,
510 .wpstream_onboard_live_action{
511 background-color:#4e2ee6
512 }
513
514 .wpstream_onboard_register:hover,
515 .wpstream_onboard_login:hover,
516 #wpstream_trigger_quick_start:hover,
517 #wpstream_onboard_vod_ppv_action:hover,
518 #wpstream_onboard_vod_free_action:hover,
519 #wpstream_onboard_live_ppv_action:hover,
520 .wpstream_onboard_live_action:hover{
521 background-color: #221466;
522 }
523
524 .wpstream_sample_icon_settings{
525 width: 37px;
526 height: 37px;
527 border: 1px solid #f0f0f0;
528 border-radius: 3px;
529 display: inline-block;
530 text-align: center;
531 background-color: #f8f8f8;
532 background-image: url(settings.svg);
533 background-size: 50%;
534 background-repeat: no-repeat;
535 background-position: 50%;
536 text-align: -webkit-left;
537 vertical-align: middle;
538 margin: 0px 2px;
539 }
540
541 .wpstream_sample_icon_camera{
542 background-image: url(camera.svg);
543
544 }
545
546
547 .wpstream_sample_icon_open_channel:hover,
548 .wpstream_sample_icon_camera:hover{
549 background-color: #dadada;
550 }
551
552
553
554 .wpstream_sample_icon_open_channel{
555 background-image: url(view.svg);
556 cursor: pointer;
557 }
558
559
560 .wpstream_quick_start_wrapper{
561 background: #fff;
562 margin: 5px 15px 2px;
563 padding: 30px 30px;
564 border-radius: 5px;
565 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
566 border: 1px solid #e2e5e8;
567 }
568
569 .wpstream_quick_start_wrapper h1{
570 color:#221466!important;
571 }
572
573 .wpstream_quick_start_wrapper p{
574 max-width: 500px;
575 font-size: 15px;
576 margin: 25px 0px;
577 }
578
579
580 @media screen and (max-height: 850px) {
581 .wpstream_on_boarding_wrapper{
582 top: 45px;
583 }
584 }
585 @media screen and (max-height: 750px) {
586 .wpstream_on_boarding_wrapper {
587 width: 400px;
588 margin-left: -200px;
589 }
590
591 .wpstream_on_boarding_wrapper{
592 top:40px;
593 padding: 5px 20px;
594 }
595
596 .wpstream_onboarding_logo{
597 display: none;;
598 }
599 .wpstream_close_initial_onboarding {
600 top: 10px;
601 right: 10px;
602 }
603
604 .wpstream_has_credential h1 {
605 margin-top: 0px;
606 margin-bottom: 20px;
607 font-size: 16px;
608 }
609 .wpstream_on_board_login_wrapper_explanations {
610 margin-bottom: 10px;
611 font-size: 13px;
612 }
613 .wpstream_on_board_register_wrapper, .wpstream_step_wrapper .wpstream_option_wrapper {
614 padding: 15px;
615 margin-bottom: 15px;
616 }
617 }
618
619
620 @media screen and (max-height: 550px) {
621
622 .wpstream_on_board_register_wrapper, .wpstream_step_wrapper .wpstream_option_wrapper {
623 padding: 5px;
624 }
625 .wpstream_option{
626 margin-bottom: 10px;
627 }
628 .wpstream_option input {
629 padding: 0px 10px;
630 }
631 .wpstream_step_wrapper h1 {
632 font-size: 14px;
633 margin: 15px 0px 15px 0px;
634 }
635 }
636
637
638 @media screen and (max-width: 768px) {
639
640 .wpstream_on_boarding_wrapper {
641 position: fixed;
642 width: 100%;
643 top: 0px;
644 margin-left: 0px;
645 z-index: 10002;
646 height: 100%;
647 left: 0px;
648 right: 0px;
649 padding: 55px 25px;
650 display: inline-block;
651 box-sizing: border-box;
652 }
653 .wpstream_close_initial_onboarding {
654 top: 50px;
655 right: 10px;
656 }
657 #wpstream_onboarding_action_login, #wpstream_onboarding_action_register {
658 text-align: center;
659 }
660
661 #wpstream_onboarding_ppv_vod_name{
662 max-width: 100%;
663 }
664
665 }
666
667 .wpstream_accordion_container .spinner {
668 visibility: visible;
669 background-position: center;
670 width: 100%;
671 }
672
673 .wpstream_warning_onboarding {
674 a {
675 box-shadow: none;
676 }
677 }