PluginProbe
Polylang / 3.8.4
Polylang v3.8.4
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
polylang / src / modules / wizard / css / wizard.css

wizard.css in Polylang 3.8.4, at src/modules/wizard/css/wizard.css

953 lines 19.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 body {
3 margin: 65px auto 24px;
4 box-shadow: none;
5 background: #f1f1f1;
6 padding: 0;
7 border: 0; /* fix-pro #856 override WP install.css */
8 }
9
10 #pll-logo {
11 border: 0;
12 margin: 0 0 24px;
13 padding: 0;
14 text-align: center;
15 font-family: sans-serif;
16 font-size: 64px;
17 text-transform: uppercase;
18 color: #000;
19 line-height: normal;
20 }
21 #pll-logo a {
22 display: flex;
23 justify-content: center;
24 color: #000;
25 text-decoration: none;
26 }
27
28 #pll-logo img {
29 max-width: 100%;
30 margin-right: 16px;
31 }
32 .rtl #pll-logo img {
33 margin-right: 0;
34 margin-left: 16px;
35 }
36
37 .pll-wizard-footer {
38 text-align: center
39 }
40
41 .pll-wizard .select2-container {
42 text-align: left;
43 width: auto
44 }
45
46 .pll-wizard .hidden {
47 display: none
48 }
49
50 .pll-wizard-content {
51 box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
52 padding: 2em;
53 margin: 0 0 20px;
54 background: #fff;
55 overflow: hidden;
56 zoom: 1;
57 text-align: left;
58 }
59 .rtl .pll-wizard-content{
60 text-align: right;
61 }
62
63 .pll-wizard-content h1,
64 .pll-wizard-content h2,
65 .pll-wizard-content h3,
66 .pll-wizard-content table {
67 margin: 0 0 20px;
68 border: 0;
69 padding: 0;
70 color: #666;
71 clear: none;
72 font-weight: 500
73 }
74
75 .pll-wizard-content p {
76 margin: 20px 0;
77 font-size: 1em;
78 line-height: 1.75em;
79 color: #666
80 }
81
82 .pll-wizard-content table {
83 font-size: 1em;
84 line-height: 1.75em;
85 color: #666;
86 width: 100%;
87 margin-top: 20px;
88 }
89 .pll-wizard-content table td span{
90 display: inline-block;
91 }
92
93 .pll-wizard-content table caption {
94 caption-side: bottom;
95 font-style: italic;
96 text-align: right;
97 }
98 .rtl .pll-wizard-content table caption {
99 text-align: left;
100 }
101
102 .pll-wizard-content table caption .icon-default-lang{
103 font-style: normal;
104 }
105
106 .pll-wizard-content a {
107 color: #a03f3f;
108 }
109
110 .pll-wizard-content a:focus,
111 .pll-wizard-content a:hover,
112 .pll-wizard-footer-links:hover {
113 color: #dd5454
114 }
115
116 .pll-wizard-content .pll-wizard-next-steps {
117 overflow: hidden;
118 margin: 0 0 24px;
119 padding-bottom: 2px
120 }
121
122 .pll-wizard-content .pll-wizard-next-steps h2 {
123 margin-bottom: 12px
124 }
125
126 .pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-first {
127 float: left;
128 width: 50%;
129 box-sizing: border-box
130 }
131
132 .pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-last {
133 float: right;
134 width: 50%;
135 box-sizing: border-box
136 }
137
138 .pll-wizard-content .pll-wizard-next-steps ul {
139 padding: 0 2em 0 0;
140 list-style: none outside;
141 margin: 0
142 }
143
144 .pll-wizard-content .pll-wizard-next-steps ul li a {
145 display: block;
146 padding: 0 0 .75em
147 }
148
149 .pll-wizard-content .pll-wizard-next-steps ul li a::before {
150 color: #82878c;
151 font: normal 20px/1 dashicons;
152 speak: none;
153 display: inline-block;
154 padding: 0 10px 0 0;
155 top: 1px;
156 position: relative;
157 text-decoration: none!important;
158 vertical-align: top
159 }
160
161 .pll-wizard-steps {
162 padding: 0 0 24px;
163 margin: 0;
164 list-style: none outside;
165 overflow: hidden;
166 color: #ccc;
167 width: 100%;
168 display: -webkit-inline-box;
169 display: -webkit-inline-flex;
170 display: inline-flex
171 }
172
173 .pll-wizard-steps li {
174 width: 100%;
175 float: left;
176 padding: 0 0 .8em;
177 margin: 0;
178 text-align: center;
179 position: relative;
180 border-bottom: 4px solid #ccc;
181 line-height: 1.4em
182 }
183
184 .pll-wizard-steps li a {
185 color: #a03f3f;
186 text-decoration: none;
187 padding: 1.5em;
188 margin: -1.5em;
189 position: relative;
190 z-index: 1
191 }
192
193 .pll-wizard-steps li a:focus,
194 .pll-wizard-steps li a:hover {
195 color: #dd5454;
196 text-decoration: underline
197 }
198
199 .pll-wizard-steps li::before {
200 content: "";
201 border: 4px solid #ccc;
202 border-radius: 100%;
203 width: 4px;
204 height: 4px;
205 position: absolute;
206 bottom: 0;
207 left: 50%;
208 margin-left: -6px;
209 margin-bottom: -8px;
210 background: #fff
211 }
212
213 .pll-wizard-steps li.active {
214 border-color: #a03f3f;
215 color: #a03f3f;
216 font-weight: 700
217 }
218
219 .pll-wizard-steps li.active::before {
220 border-color: #a03f3f
221 }
222
223 .pll-wizard-steps li.done {
224 border-color: #a03f3f;
225 color: #a03f3f
226 }
227
228 .pll-wizard-steps li.done::before {
229 border-color: #a03f3f;
230 background: #a03f3f
231 }
232
233 .pll-wizard .pll-wizard-actions {
234 overflow: hidden;
235 margin: 20px 0 0;
236 position: relative
237 }
238
239 .pll-wizard .pll-wizard-actions .button {
240 font-size: 16px;
241 font-weight: 300;
242 padding: 1em 2em;
243 line-height: 1em;
244 margin-right: .5em;
245 margin-bottom: 2px;
246 margin-top: 10px;
247 height: auto;
248 border-radius: 4px;
249 box-shadow: none;
250 min-width: auto;
251 border-color: #a03f3f;
252 color: #a03f3f;
253 }
254
255 .pll-wizard .pll-wizard-content .button {
256 border-color: #a03f3f;
257 color: #a03f3f;
258 }
259
260 .pll-wizard .pll-wizard-content .button-primary,
261 .pll-wizard .pll-wizard-actions .button-primary {
262 background-color: #a03f3f;
263 border-color: #a03f3f;
264 color: #fff;
265 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a03f3f;
266 text-shadow: 0 -1px 1px #a03f3f, 1px 0 1px #a03f3f, 0 1px 1px #a03f3f, -1px 0 1px #a03f3f;
267 margin: 0;
268 opacity: 1
269 }
270
271 .pll-wizard .pll-wizard-content .button-small .dashicons {
272 font-size: 15px;
273 height: auto;
274 vertical-align: middle;
275 }
276
277 .pll-wizard .button-primary:active,
278 .pll-wizard .button-primary:focus,
279 .pll-wizard input[type="checkbox"]:focus + label.button-primary,
280 .pll-wizard .button-primary:hover {
281 background: #dd5454;
282 border-color: #dd5454;
283 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #dd5454
284 }
285 .pll-wizard .pll-wizard-actions .button-primary[disabled],
286 .pll-wizard .pll-wizard-actions .button-primary:disabled,
287 .pll-wizard .pll-wizard-actions .button-primary.disabled {
288 cursor: wait;
289 background-color: #bb5454 !important;
290 border-color: #bb5454 !important;
291 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #bb5454 !important;
292 text-shadow: 0 -1px 1px #bb5454, 1px 0 1px #bb5454, 0 1px 1px #bb5454, -1px 0 1px #bb5454 !important;
293 color: #ffa3a3 !important;
294 }
295 .pll-wizard-content p:last-child {
296 margin-bottom: 0
297 }
298
299 .pll-wizard-footer-links {
300 font-size: .85em;
301 color: #7b7b7b;
302 margin: 1.18em auto;
303 display: inline-block;
304 text-align: center
305 }
306
307 .pll-wizard-services {
308 border: 1px solid #eee;
309 padding: 0;
310 margin: 0 0 1em;
311 list-style: none outside;
312 border-radius: 4px;
313 overflow: hidden
314 }
315
316 .pll-wizard-services p {
317 margin: 0 0 1em 0;
318 padding: 0;
319 font-size: 1em;
320 line-height: 1.5em
321 }
322
323 .pll-wizard-service-item {
324 display: -webkit-box;
325 display: -webkit-flex;
326 display: flex;
327 -webkit-flex-wrap: nowrap;
328 flex-wrap: nowrap;
329 -webkit-box-pack: justify;
330 -webkit-justify-content: space-between;
331 justify-content: space-between;
332 padding: 0;
333 border-bottom: 1px solid #eee;
334 color: #666;
335 -webkit-box-align: center;
336 -webkit-align-items: center;
337 align-items: center
338 }
339
340 .media-step .pll-wizard-service-item{
341 border: 0;
342 }
343
344 .media-step .pll-wizard-service-item:last-child{
345 display: block;
346 }
347
348 .media-step .pll-wizard-service-item .pll-wizard-service-enable{
349 padding-bottom: 0;
350 }
351
352 .pll-wizard-service-item:last-child {
353 border-bottom: 0
354 }
355
356 .pll-wizard-service-item .pll-wizard-service-name {
357 -webkit-flex-basis: 0;
358 flex-basis: 0;
359 min-width: 160px;
360 text-align: center;
361 font-weight: 700;
362 padding: 2em 0;
363 -webkit-align-self: stretch;
364 align-self: stretch;
365 display: -webkit-box;
366 display: -webkit-flex;
367 display: flex;
368 -webkit-box-align: baseline;
369 -webkit-align-items: baseline;
370 align-items: baseline
371 }
372
373 .pll-wizard-service-item .pll-wizard-service-name img {
374 max-width: 75px
375 }
376
377 .pll-wizard-service-item .pll-wizard-service-description {
378 -webkit-box-flex: 1;
379 -webkit-flex-grow: 1;
380 flex-grow: 1;
381 padding: 20px
382 }
383
384 .pll-wizard-service-item .pll-wizard-service-example {
385 padding: 0 20px 20px
386 }
387
388 .pll-wizard-service-item .pll-wizard-service-example p{
389 text-align: right;
390 }
391 .rtl .pll-wizard-service-item .pll-wizard-service-example p{
392 text-align: left;
393 }
394
395 .pll-wizard-service-item .pll-wizard-service-description p {
396 margin-bottom: 1em
397 }
398
399 .pll-wizard-service-item .pll-wizard-service-description p:last-child {
400 margin-bottom: 0
401 }
402
403 .pll-wizard-service-item .pll-wizard-service-description .pll-wizard-service-settings-description {
404 display: block;
405 font-style: italic;
406 color: #999
407 }
408
409 .pll-wizard-service-item .pll-wizard-service-enable {
410 -webkit-flex-basis: 0;
411 flex-basis: 0;
412 min-width: 75px;
413 text-align: center;
414 cursor: pointer;
415 padding: 2em 0;
416 position: relative;
417 max-height: 1.5em;
418 -webkit-align-self: flex-start;
419 align-self: flex-start;
420 -webkit-box-ordinal-group: 4;
421 -webkit-order: 3;
422 order: 3
423 }
424
425 .pll-wizard-service-item .pll-wizard-service-toggle {
426 position: relative
427 }
428
429 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] {
430 position:absolute;
431 opacity: 0;
432 }
433
434 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label {
435 position: relative;
436 display: inline-block;
437 width: 44px;
438 height: 20px;
439 border-radius: 10em;
440 cursor: pointer;
441 text-indent: -9999px;
442 }
443
444 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:focus + label {
445 border:1px dashed #777;
446 }
447
448 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before,
449 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
450 content: '';
451 position: absolute;
452 }
453
454 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before {
455 left: 0;
456 top: 0;
457 width: 44px;
458 height: 20px;
459 background: #ddd;
460 border-radius: 10em;
461 transition: background-color .2s;
462 }
463
464 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
465 width: 16px;
466 height: 16px;
467 transition: all .2s;
468 border-radius: 50%;
469 background: #fff;
470 margin: 2px;
471 top: 0;
472 left: 0;
473 }
474
475 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::before {
476 background:#a03f3f;
477 }
478
479 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::after {
480 right: 0;
481 left:auto;
482 }
483
484 .pll-wizard-service-item .pll-wizard-service-settings {
485 display: none;
486 margin-top: .75em;
487 margin-bottom: 0;
488 cursor: default
489 }
490
491 .pll-wizard-service-item .pll-wizard-service-settings.hide {
492 display: none
493 }
494
495 .pll-wizard-service-item.checked .pll-wizard-service-settings {
496 display: inline-block
497 }
498
499 .pll-wizard-service-item.checked .pll-wizard-service-settings.hide {
500 display: none
501 }
502
503 .pll-wizard-service-item.closed {
504 border-bottom: 0
505 }
506
507 .step {
508 text-align: center
509 }
510
511 .pll-wizard .button .dashicons{
512 vertical-align: middle;
513 line-height: 1;
514 }
515 .rtl .dashicons-arrow-right-alt2:before {
516 content: "\f341";
517 }
518 .pll-wizard .pll-wizard-actions .button:active,
519 .pll-wizard .pll-wizard-actions .button:focus,
520 .pll-wizard .pll-wizard-actions .button:hover {
521 box-shadow: none
522 }
523
524 .pll-wizard-next-steps {
525 border: 1px solid #eee;
526 border-radius: 4px;
527 list-style: none;
528 padding: 0
529 }
530
531 .pll-wizard-next-steps li {
532 padding: 0
533 }
534
535 .pll-wizard-next-steps .pll-wizard-next-step-item {
536 display: -webkit-box;
537 display: -webkit-flex;
538 display: flex;
539 border-top: 1px solid #eee
540 }
541
542 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border,
543 .pll-wizard-next-steps .pll-wizard-next-step-item:first-child {
544 border-top: 0
545 }
546
547 .pll-wizard-next-steps .pll-wizard-next-step-description {
548 -webkit-box-flex: 1;
549 -webkit-flex-grow: 1;
550 flex-grow: 1;
551 margin: 1.5em
552 }
553
554 .pll-wizard-next-steps .pll-wizard-next-step-action {
555 -webkit-box-flex: 0;
556 -webkit-flex-grow: 0;
557 flex-grow: 0;
558 display: -webkit-box;
559 display: -webkit-flex;
560 display: flex;
561 -webkit-box-align: center;
562 -webkit-align-items: center;
563 align-items: center
564 }
565
566 .pll-wizard-next-steps .pll-wizard-next-step-action .button {
567 margin: 1em 1.5em
568 }
569
570 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-description,
571 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-actions,
572 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-action .button{
573 margin-top: 0;
574 }
575
576
577 .pll-wizard-next-steps p.next-step-heading {
578 margin: 0;
579 font-size: .95em;
580 font-weight: 400;
581 font-variant: all-petite-caps
582 }
583
584 .pll-wizard-next-steps p.next-step-extra-info {
585 margin: 0
586 }
587
588 .pll-wizard-next-steps h3.next-step-description {
589 margin: 0;
590 font-size: 16px;
591 font-weight: 600;
592 }
593
594 .pll-wizard-next-steps .pll-wizard-additional-steps {
595 border-top: 1px solid #eee;
596 }
597
598 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-next-step-description {
599 margin-bottom: 0
600 }
601
602 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions {
603 margin: 0 0 1.5em 0;
604 }
605
606 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
607 font-size: 15px;
608 margin: 1em 0 1em 1.5em;
609 }
610 .rtl .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
611 margin: 1em 1.5em 1em 0;
612 }
613
614 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button::last-child {
615 margin-right: 1.5em;
616 }
617
618 .pll-wizard-content img{
619 max-width: 100%;
620 margin-right: 0.5em;
621 }
622 .rtl .pll-wizard-content img{
623 margin-left: 0.5em;
624 }
625
626 .pll-wizard-content .form-field label{
627 margin-bottom: 5px;
628 display: block;
629 }
630
631 .pll-wizard-content .form-field select{
632 padding: 3px;
633 }
634
635 .pll-wizard-content .languages-step select,
636 .pll-wizard-content .untranslated-contents-step select{
637 width: 100%;
638 }
639
640 .languages-step .form-field .button{
641 margin-left: 15px;
642 }
643 .languages-step .form-field .button > span{
644 margin-right: 0.3em;
645 }
646 .rtl .languages-step .form-field .button{
647 margin-left: 0;
648 margin-right: 15px;
649 }
650 .rtl .languages-step .form-field .button > span{
651 margin-left: 0.3em;
652 margin-right: 0;
653 }
654
655 .pll-wizard-content .languages-step .select-language-field{
656 display: flex;
657 }
658
659 .pll-wizard-content #languages{
660 display: none;
661 }
662 .pll-wizard-content #languages tr th:first-child{
663 width: 80%;
664 }
665 .pll-wizard-content #languages .dashicons{
666 color: #a03f3f;
667 }
668 .pll-wizard-content #languages img{
669 margin-right: 5px;
670 }
671 .pll-wizard-content .error{
672 color: #a03f3f;
673 font-weight: bold;
674 }
675 .pll-wizard-content #messages .error{
676 background: #fccfcf;
677 padding: 0.5rem;
678 border: 1px solid #a03f3f;
679 margin-bottom: 0.5rem;
680 }
681
682 .pll-wizard-content #slide-toggle{
683 position:absolute;
684 opacity: 0;
685 }
686
687 .pll-wizard-content #slide-toggle + label{
688 position:relative;
689 }
690 .pll-wizard-content #slide-toggle + label + span{
691 display: block;
692 }
693
694 .pll-wizard-content #slide-toggle + label .dashicons{
695 margin-right: 0.3em;
696 }
697 .rtl .pll-wizard-content #slide-toggle + label .dashicons{
698 margin-left: 0.3em;
699 margin-right: 0;
700 }
701 .pll-wizard-content #slide-toggle ~ #screenshot > img {
702 max-height: 500px;
703 margin-top: 10px;
704 -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
705 transition: all .5s cubic-bezier(0, 1, 0.5, 1);
706 }
707 .pll-wizard-content #slide-toggle:checked ~ #screenshot > img {
708 max-height: 0;
709 }
710 .hide {
711 display: none;
712 }
713
714 input[type="text"].field-in-error,
715 input[type="password"].field-in-error,
716 input[type="checkbox"].field-in-error,
717 input[type="color"].field-in-error,
718 input[type="date"].field-in-error,
719 input[type="datetime"].field-in-error,
720 input[type="datetime-local"].field-in-error,
721 input[type="email"].field-in-error,
722 input[type="month"].field-in-error,
723 input[type="number"].field-in-error,
724 input[type="search"].field-in-error,
725 input[type="radio"].field-in-error,
726 input[type="tel"].field-in-error,
727 input[type="text"].field-in-error,
728 input[type="time"].field-in-error,
729 input[type="url"].field-in-error,
730 input[type="week"].field-in-error,
731 select.field-in-error,
732 textarea.field-in-error,
733 span.field-in-error,
734 .field-in-error{
735 border-color: #a03f3f;
736 }
737
738 input[type="text"].field-in-error:focus,
739 input[type="password"].field-in-error:focus,
740 input[type="checkbox"].field-in-error:focus,
741 input[type="color"].field-in-error:focus,
742 input[type="date"].field-in-error:focus,
743 input[type="datetime"].field-in-error:focus,
744 input[type="datetime-local"].field-in-error:focus,
745 input[type="email"].field-in-error:focus,
746 input[type="month"].field-in-error:focus,
747 input[type="number"].field-in-error:focus,
748 input[type="search"].field-in-error:focus,
749 input[type="radio"].field-in-error:focus,
750 input[type="tel"].field-in-error:focus,
751 input[type="text"].field-in-error:focus,
752 input[type="time"].field-in-error:focus,
753 input[type="url"].field-in-error:focus,
754 input[type="week"].field-in-error:focus,
755 select.field-in-error:focus,
756 textarea.field-in-error:focus,
757 span.field-in-error:focus,
758 .field-in-error:focus{
759 border: 1px solid #a03f3f;
760 box-shadow: 0 0 2px rgba(160, 63, 63, 0.8);
761 outline-color: #a03f3f;
762 outline-style: auto;
763 outline-width: thin;
764 }
765
766 /* override install styles by returning back to forms styles */
767 .form-table input.regular-text{
768 width: 25em;
769 }
770 .form-table input.field-in-error{
771 border-color: #a03f3f;
772 }
773 #pll-licenses-table td{
774 padding: 10px 9px;
775 }
776 #pll-licenses-table .license-valid td p{
777 min-width: 35em;
778 }
779 #pll-licenses-table .pll-deactivate-license{
780 margin: 0 0 0 20px;
781 }
782 .rtl #pll-licenses-table .pll-deactivate-license{
783 margin: 0 10px 0 0;
784 }
785 .pll-wizard-content .documentation {
786 padding: 24px 24px 0;
787 margin: 0 0 24px;
788 overflow: hidden;
789 background: #f5f5f5
790 }
791
792 .pll-wizard-content .documentation p {
793 padding: 0;
794 margin: 0 0 12px;
795 }
796 .documentation-container {
797 display: -webkit-box;
798 display: -webkit-flex;
799 display: flex;
800 justify-content: flex-end;
801 }
802
803 .documentation-container .documentation-button-container {
804 -webkit-box-flex: 0;
805 -webkit-flex-grow: 0;
806 flex-grow: 0;
807 }
808
809 .wc-setup .wc-setup-actions .button.documentation-button {
810 height: 42px;
811 padding: 0 1em;
812 margin: 0;
813 }
814 #dialog{
815 display: none;
816 }
817 .pll-wizard .ui-dialog.ui-widget-content{
818 max-height: none;
819 }
820 .pll-wizard .ui-dialog-title::before{
821 content: "\f534";
822 font-family: dashicons;
823 display: inline-block;
824 line-height: 1;
825 font-weight: 400;
826 font-style: normal;
827 speak: none;
828 text-decoration: inherit;
829 text-transform: none;
830 text-rendering: auto;
831 -webkit-font-smoothing: antialiased;
832 -moz-osx-font-smoothing: grayscale;
833 width: 20px;
834 height: 20px;
835 font-size: 20px;
836 vertical-align: middle;
837 text-align: center;
838 margin: 0 5px 5px 0;
839 transition: color 0.1s ease-in;
840 }
841 .rtl.pll-wizard .ui-dialog-title::before{
842 margin-right: 0;
843 margin-left: 5px;
844 }
845 .pll-wizard .ui-dialog ul{
846 list-style: disc;
847 padding-left: 20px;
848 }
849 .rtl.pll-wizard .ui-dialog ul{
850 padding-left: 0;
851 padding-right: 20px;
852 }
853 .pll-wizard li{
854 margin-bottom: 0;
855 }
856 #translations{
857 border-collapse: collapse;
858 }
859 #translations tbody:nth-child(odd){
860 background-color: #f9f9f9;
861 }
862 #translations.striped > tbody > :nth-child(odd) {
863 background-color: transparent; /* Override common WordPress style */
864 }
865 .pll-wizard-content mark{
866 background: transparent none;
867 }
868 .pll-wizard-content mark{
869 color: #7ad03a;
870 }
871 @media screen and (max-width: 782px) {
872 /* Override WordPress button css rules */
873 .languages-step .form-field .button{
874 font-size: 13px;
875 line-height: 26px;
876 height: 28px;
877 padding: 0 10px 1px;
878 vertical-align: top;
879 }
880
881 #pll-licenses-table .pll-deactivate-license{
882 margin: 10px 0 5px;
883 }
884 }
885 @media only screen and (max-width:620px) {
886 /* Override dialog width rule */
887 .ui-dialog{
888 width: 100% !important;
889 }
890
891 }
892 @media only screen and (max-width:500px) {
893 #pll-logo a,
894 .select-language-field{
895 flex-direction: column;
896 }
897 .select-language-field .action-buttons{
898 display: flex;
899 justify-content: flex-end;
900 }
901 .languages-step .form-field .button{
902 margin: 5px 0 0;
903 }
904 }
905 @media only screen and (max-width:400px) {
906 #pll-logo {
907 font-size: 56px;
908 }
909 .pll-wizard-steps {
910 display: none
911 }
912 .pll-wizard-service-item {
913 -webkit-flex-wrap: wrap;
914 flex-wrap: wrap
915 }
916 .pll-wizard-service-item .pll-wizard-service-enable {
917 -webkit-box-ordinal-group: 3;
918 -webkit-order: 2;
919 order: 2;
920 padding: 20px 0 0
921 }
922 .pll-wizard-service-item .pll-wizard-service-description {
923 -webkit-box-ordinal-group: 4;
924 -webkit-order: 3;
925 order: 3
926 }
927 .pll-wizard-service-item .pll-wizard-service-name {
928 padding: 20px 20px 0;
929 text-align: left;
930 -webkit-box-pack: justify!important;
931 -webkit-justify-content: space-between!important;
932 justify-content: space-between!important
933 }
934 .pll-wizard-service-item .pll-wizard-service-name img {
935 margin: 0
936 }
937 .pll-wizard-next-steps .pll-wizard-next-step-item {
938 -webkit-flex-wrap: wrap;
939 flex-wrap: wrap
940 }
941 .pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-description {
942 margin-bottom: 0
943 }
944 .pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-action p {
945 margin: 0
946 }
947 }
948 @media only screen and (max-width:360px) {
949 #pll-logo {
950 font-size: 48px;
951 }
952 }
953