PluginProbe
Chartify – WordPress Chart Plugin / 3.0.9
Chartify – WordPress Chart Plugin v3.0.9
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 All 83 releases
chart-builder / admin / css / admin-general.css

admin-general.css in Chartify – WordPress Chart Plugin 3.0.9, at admin/css/admin-general.css

1,037 lines 19.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 @-webkit-keyframes ays_pulse {
3 from,
4 to {
5 -webkit-transform: scale3d(1, 1, 1);
6 transform: scale3d(1, 1, 1)
7 }
8 50% {
9 -webkit-transform: scale3d(1.2, 1.2, 1.2);
10 transform: scale3d(1.2, 1.2, 1.2)
11 }
12 }
13
14 @-moz-keyframes ays_pulse {
15 from,
16 to {
17 -webkit-transform: scale3d(1, 1, 1);
18 transform: scale3d(1, 1, 1)
19 }
20 50% {
21 -webkit-transform: scale3d(1.2, 1.2, 1.2);
22 transform: scale3d(1.2, 1.2, 1.2)
23 }
24 }
25
26 @-ms-keyframes ays_pulse {
27 from,
28 to {
29 -webkit-transform: scale3d(1, 1, 1);
30 transform: scale3d(1, 1, 1)
31 }
32 50% {
33 -webkit-transform: scale3d(1.2, 1.2, 1.2);
34 transform: scale3d(1.2, 1.2, 1.2)
35 }
36 }
37
38 @keyframes ays_pulse {
39 from,
40 to {
41 -webkit-transform: scale3d(1, 1, 1);
42 -moz-transform: scale3d(1, 1, 1);
43 -ms-transform: scale3d(1, 1, 1);
44 transform: scale3d(1, 1, 1)
45 }
46 50% {
47 -webkit-transform: scale3d(1.2, 1.2, 1.2);
48 -moz-transform: scale3d(1.2, 1.2, 1.2);
49 -ms-transform: scale3d(1.2, 1.2, 1.2);
50 transform: scale3d(1.2, 1.2, 1.2)
51 }
52 }
53
54 .ays_pulse {
55 -webkit-animation-name: ays_pulse;
56 -moz-animation-name: ays_pulse;
57 -ms-animation-name: ays_pulse;
58 animation-name: ays_pulse
59 }
60
61 body {
62 overflow-x: hidden;
63 background: #f1f1f1 !important;
64 }
65
66 #wpwrap{
67 background: #f1f1f1;
68 }
69 body.mobile.modal-open #wpwrap {
70 position: initial !important;
71 }
72
73 h1.wp-heading-inline{
74 margin-bottom: 20px;
75 }
76
77 .tablenav .actions select {
78 float: left;
79 margin: 1px 8px 0 0;
80 margin-right: 6px;
81 max-width: 200px;
82 vertical-align: middle;
83 height: initial;
84 /* line-height: 30px;*/
85 }
86
87 a {
88 color: #2271b1;
89 }
90
91 strong, b {
92 font-weight: 600;
93 }
94
95 .row input[type=text]:not(#current-page-selector),
96 .row input[type=search],
97 .row input[type=tel],
98 .row input[type=time],
99 .row input[type=url],
100 .row input[type=week],
101 .row input[type=password],
102 .row input[type=color],
103 .row input[type=date],
104 .row input[type=datetime],
105 .row input[type=datetime-local],
106 .row input[type=email],
107 .row input[type=month],
108 .row input[type=number],
109 .row select,
110 .row textarea,
111 .row .select2-selection__rendered {
112 font-size: 16px;
113 height: 40px;
114 border-radius: 4px;
115 margin-top: 2px;
116 }
117 div.row {
118 padding: 10px 15px;
119 }
120
121 .ays_heart_beat {
122 font-size: 20px;
123 margin-left: 10px;
124 }
125
126
127 input.ays-text-input,
128 textarea.ays-textarea {
129 display: block;
130 width: 100%;
131 }
132
133 select.ays-text-input {
134 height: 40px;
135 }
136
137 select.ays-text-input.ays-text-input-short,
138 input.ays-text-input.ays-text-input-short{
139 width: 200px;
140 }
141 textarea.ays-textarea{
142 height: 200px;
143 margin-top: 5px;
144 }
145 label.ays-label{
146 font-size: 16px;
147 font-weight: 600;
148 color: #484848;
149 margin-top:20px;
150 }
151
152
153 /* The Modal (background) */
154 .ays-modal {
155 display: none;
156 position: fixed;
157 left: 0;
158 top: 0;
159 z-index: 100000 !important;
160 width: 100%;
161 height: 100%;
162 z-index: 100000;
163 animation-duration: .5s;
164 transition: .5s ease-in-out;
165 outline: 0;
166 }
167
168 .ays-modal {
169 overflow-x: hidden;
170 overflow-y: auto;
171 }
172
173 [class^="ays-modal-backdrop"] {
174 position: fixed;
175 top: 0;
176 right: 0;
177 bottom: 0;
178 left: 0;
179 z-index: 99999 !important;
180 background-color: rgba(0, 0, 0, 0.5);
181 }
182 /* Modal Content/Box */
183 .ays-modal-content {
184 background-color: #fefefe;
185 margin: auto; /* 15% from the top and centered */
186 margin-bottom: 30px;
187 margin-top: 40px;
188 border: 1px solid #888;
189 width: 85%; /* Could be more or less, depending on screen size */
190 z-index: 100000;
191 position: relative;
192 padding-left: 0 !important;
193 animation-duration: .3s;
194 transition: .5s ease-in-out;
195 border-radius: 4px;
196 }
197
198 #ays-results-modal .ays-modal-content {
199 min-height: 500px;
200 }
201 /* The Close Button */
202 .ays-close {
203 color: #aaa;
204 float: right;
205 line-height: 1.3;
206 font-size: 28px;
207 font-weight: bold;
208 }
209
210 .ays-close:hover,
211 .ays-close:focus {
212 color: black;
213 text-decoration: none;
214 cursor: pointer;
215 }
216
217 .ays-modal-header {
218 padding: 4px 16px;
219 background-color: whitesmoke;
220 color: white;
221 }
222 .ays-modal-header h2 {
223 line-height: 1.3;
224 font-size: 1.8rem;
225 margin: 0;
226 color: #000000;
227 }
228
229 /* Modal Body */
230 .ays-modal-body {
231 padding: 2px 16px 20px;
232 }
233 #ays-questions-modal .ays-modal-body {
234 width: 100%;
235 overflow: hidden;
236 overflow-x: hidden;
237 }
238
239 /* Modal Footer */
240 .ays-modal-footer {
241 display: -ms-flexbox;
242 display: flex;
243 -ms-flex-align: center;
244 align-items: center;
245 -ms-flex-pack: end;
246 justify-content: flex-end;
247 padding: 1rem;
248 border-top: 1px solid #e9ecef;
249 }
250
251 div.ays-preloader {
252 display: none;
253 position: absolute;
254 background-color: rgba(0, 0, 0, 0.35);
255 width: 100%;
256 justify-content: center;
257 height: 100%;
258 align-items: center;
259 z-index: 10;
260 }
261 div.ays-preloader.show {
262 display: flex;
263 }
264
265 .locker,
266 .locker-loader {
267 position: absolute;
268 top: 0;
269 left: 0;
270 }
271
272 .locker {
273 z-index: 1000;
274 opacity: 0.8;
275 background-color: white;
276
277 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
278 filter: alpha(opacity=80);
279 }
280
281 .locker-loader {
282 z-index: 1001;
283 background: url("../images/loaders/loading.gif") no-repeat center center;
284 }
285
286
287 td.ays-sort{
288 border-right: 1px solid #B8B8B8;
289 }
290
291 .ays-chart-tab-content{
292 animation: fadeEffect 1s;
293 display: none;
294 }
295 .ays-chart-tab-content-active{
296 display: block;
297 }
298 @keyframes fadeEffect {
299 from {opacity: 0;}
300 to {opacity: 1;}
301 }
302 .nav-tab-wrapper .nav-tab:focus{
303 box-shadow: none;
304 outline: none;
305 }
306
307
308 .tooltip {
309 text-align: left !important;
310 position: absolute !important;
311 z-index: 9999;
312 }
313 .tooltip > .tooltip-inner {
314 position: relative !important;
315 width: max-content !important;
316 max-width: 300px !important;
317 text-align: justify!important;
318 box-shadow: 0px 0px 10px #fff;
319 }
320 .tooltip > .arrow {
321 left: calc(50% + 28px) !important;
322 }
323 .tooltip > .tooltip-inner img {
324 max-width: 100%;
325 height: 100%;
326 object-fit: contain;
327 }
328
329 .ays_help {
330 position: relative;
331 font-size: 12px;
332 color: dodgerblue !important;
333 cursor: help;
334 }
335
336 .ays_help_ul {
337 padding-left: 16px;
338 list-style-type: initial;
339 }
340
341 ul.ays_tooltip_ul {
342 padding-left: 10px;
343 list-style-type: circle;
344 list-style-position: inside;
345 }
346
347 ul.ays_tooltip_ul_inside {
348 padding-left: 30px;
349 padding-top: 10px;
350 list-style-type: circle;
351 list-style-position: inside;
352 }
353
354 .swal2-container {
355 z-index: 9999999999!important;
356 }
357
358
359 div.ays-top-menu-wrapper {
360 position: relative;
361 display: flex;
362 align-items: center;
363 }
364 .ays_menu_left,
365 .ays_menu_right {
366 position: absolute;
367 cursor: pointer;
368 font-size: 16px;
369 height: 80%;
370 display: none;
371 align-items: center;
372 bottom: 0;
373 z-index: 3;
374 }
375 .ays_menu_left {
376 left: -10px;
377 padding-right: 20px;
378 padding-left: 2px;
379 }
380 .ays_menu_right {
381 right: -10px;
382 padding-left: 20px;
383 padding-right: 2px;
384 }
385 .ays_menu_left:hover {
386 background-image: linear-gradient(to right, #000 , transparent);
387 color: #ccc;
388 border-radius: 50% 0 0 50%;
389 }
390 .ays_menu_right:hover {
391 background-image: linear-gradient(to left, #000 , transparent);
392 color: #ccc;
393 border-radius: 0 50% 50% 0;
394 }
395 div.ays-top-menu-wrapper div.ays-top-menu {
396 overflow: hidden;
397 width: 98%;
398 margin: auto;
399 }
400 div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper {
401 display: flex;
402 flex-wrap: nowrap;
403 transform: translate(0);
404 transition: .5s ease-in-out;
405 padding-right: 7px;
406 width: fit-content;
407 }
408
409
410 input.ays_toggle[type=checkbox]{
411 display: none;
412 }
413
414 label.ays_switch_toggle {
415 cursor: pointer;
416 text-indent: -9999px;
417 width: 35px;
418 height: 14px;
419 background: grey;
420 display: block;
421 border-radius: 50px;
422 position: relative;
423 transition: .3s ease;
424 }
425
426 label.ays_switch_toggle:after {
427 content: '';
428 position: absolute;
429 top: -3px;
430 left: -3px;
431 width: 20px;
432 height: 20px;
433 background: #0085ba;
434 border-radius: 30px;
435 transition: 0.3s;
436 }
437
438 input:checked + label.ays_switch_toggle {
439 background: #b7ccea;
440 }
441
442 input:checked + label.ays_switch_toggle:after {
443 left: calc(100% - -5px);
444 transform: translateX(-100%);
445 }
446
447 label.ays_switch_toggle:hover:after {
448 box-shadow: 0 0 10px #31618c;
449 }
450 .ays_divider_left {
451 border-left: 1px solid #ccc;
452 }
453 .ays_divider_top {
454 border-top: 1px solid #ccc;
455 }
456 .ays_divider_right {
457 border-right: 1px solid #ccc;
458 }
459 .ays_divider_bottom {
460 border-bottom: 1px solid #ccc;
461 }
462
463 blockquote.chat_mode_blockquote_message{
464 color: crimson;
465 font-size: 15px;
466 font-style: italic;
467 border-color: crimson;
468 border-left: 3px solid crimson;
469 }
470
471 blockquote.error_message {
472 color: crimson;
473 font-size: 16px;
474 font-style: italic;
475 border-color: crimson;
476 }
477
478 blockquote.error_message a {
479 color: brown;
480 font-weight: bold;
481 }
482
483 blockquote {
484 font-size: 14px;
485 width: 100%;
486 margin: 0 auto;
487 font-style: italic;
488 color: #555555;
489 padding: 8px 15px 8px 15px;
490 border-left: 5px solid #ffb700c0;
491 line-height: 1.6;
492 position: relative;
493 background: #ededed;
494 }
495
496 blockquote::before {
497 content: none;
498 }
499
500 blockquote::after {
501 content: "";
502 }
503
504 blockquote span {
505 display: block;
506 color: #333333;
507 font-style: normal;
508 font-weight: bold;
509 margin-top: 1em;
510 }
511
512 #adminmenu a.toplevel_page_chart-builder div.wp-menu-image img {
513 width: 25px;
514 padding: 5px 0 0;
515 transition: .3s ease-in-out;
516 }
517
518 /* Our products (new design)*/
519
520 .ays-chart-cards-block {
521 display: flex;
522 flex-wrap: wrap;
523 justify-content: space-around;
524 align-items: center;
525 margin: 38px 0 2px;
526 align-items: stretch;
527 }
528
529 .ays-chart-card__text-hidden {
530 display: none;
531 }
532
533 .ays-chart-card {
534 width: 32%;
535 margin-bottom: 65px;
536 background-color: #fff;
537 display: flex;
538 flex-direction: column;
539 justify-content: space-between;
540 border-radius: 2px;
541 }
542
543 .ays-chart-card__content {
544 display: flex;
545 justify-content: space-between;
546 background-color: #fff;
547 padding: 25px 12px 8px 19px;
548 min-height: 140px;
549 flex: 1 0 auto;
550 }
551
552 .ays-chart-card__content-img-box {
553 margin-right: 14px;
554 }
555
556 .ays-chart-card__img {
557 width: 85px;
558 height: 85px;
559 border-radius: 9px;
560 }
561
562 .ays-chart-card__title {
563 font-style: normal;
564 margin-bottom: 12px;
565 font-weight: 600;
566 font-size: 22px;
567 line-height: 24px;
568 color: #18191f;
569 }
570
571 .ays-chart-card__text {
572 font-style: normal;
573 font-weight: 400;
574 font-size: 14px;
575 line-height: 20px;
576 color: #4c4d54;
577 }
578
579 .ays-chart-card__footer {
580 background-color: #f7f7f7;
581 padding: 25px 20px;
582 }
583
584 .ays-chart-card__btn-info {
585 display: inline-block;
586 color: #2b74b9;
587 border: 1px solid #2b74b9;
588 padding: 10px 16px;
589 background-color: #fff;
590 font-weight: 500;
591 font-size: 14px;
592 line-height: 14px;
593 border-radius: 2px;
594 transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
595 margin-right: 10px;
596 }
597
598 .ays-chart-card__btn-info.disabled {
599 color: #a7aaad !important;
600 border-color: #dcdcde !important;
601 background: #f6f7f7 !important;
602 box-shadow: none !important;
603 cursor: default;
604 transform: none !important;
605 outline: unset;
606 }
607
608 .ays-chart-card__btn-primary {
609 display: inline-block;
610 color: #ffffff;
611 border: 1px solid transparent;
612 padding: 10px 16px;
613 background-color: #2b74b9;
614 font-weight: 500;
615 font-size: 14px;
616 line-height: 14px;
617 border-radius: 2px;
618 transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out;
619 }
620
621 .ays-chart-card__btn-info:hover {
622 text-decoration: none;
623 background-color: #cdc8c81a;
624 border: 1px solid #0e63b3;
625 }
626
627 .ays-chart-card__btn-primary:hover {
628 text-decoration: none;
629 background-color: #0067c9;
630 color: #ffffff;
631 }
632
633 #ays-chart-intro-title {
634 font-size: 38px;
635 font-weight: 600;
636 margin: 30px 0;
637 width: 50%;
638 }
639
640 .flexible {
641 flex-grow: 1;
642 }
643
644 .ays-chart-see-all {
645 text-align: center;
646 }
647
648 .ays-chart-all-btn {
649 background: #2b74b9;
650 padding: 10px 18px;
651 display: block;
652 max-width: 240px;
653 color: #fff;
654 text-align: center;
655 margin: 20px auto 30px;
656 box-shadow: -1px 4px 8px 1px rgb(76 151 222 / 15%), 3px 4px 29px rgb(110 177 240 / 40%);
657 border-radius: 2px;
658 font-weight: 600;
659 font-size: 20px;
660 line-height: 28px;
661 position: relative;
662 text-transform: capitalize;
663 transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out;
664 }
665
666 .ays-chart-card__btn-primary:visited,
667 .ays-chart-all-btn:visited {
668 color: #fff;
669 }
670
671 .ays-chart-all-btn:hover {
672 text-decoration: none;
673 background-color: #0067c9;
674 color: #ffffff;
675 }
676
677 .ays-chart-all-btn:before {
678 content: "";
679 top: 50%;
680 right: 112%;
681 width: 100%;
682 height: 1px;
683 background-color: #dfdfdf;
684 position: absolute;
685 pointer-events: none;
686 }
687
688 .ays-chart-all-btn:after {
689 content: "";
690 top: 50%;
691 left: 112%;
692 width: 100%;
693 height: 1px;
694 background-color: #dfdfdf;
695 position: absolute;
696 pointer-events: none;
697 }
698
699 .ays-chart-question-image-caption-box-wrap{
700 padding-right: 0;
701 }
702
703 .ays-chart-question-image-caption-box-wrap input.ays-chart-question-image-caption{
704 width: 100%;
705 }
706
707 .ays-chart-input-underline.ays-chart-question-image-caption-input-underline{
708 visibility: visible;
709 }
710
711 /* Our products Media Queries*/
712 /* max-width */
713 @media screen and (max-width: 1160px) {
714 .ays-chart-all-btn:before {
715 width: 60%;
716 }
717
718 .ays-chart-all-btn:after {
719 width: 60%;
720 }
721 }
722
723 @media screen and (max-width: 1096px) {
724 .ays-chart-card {
725 width: 47%;
726 }
727
728 #ays-chart-intro-title {
729 font-size: 33px;
730 width: 67%;
731 }
732
733 .ays-chart-card__img {
734 width: 93px;
735 height: 93px;
736 }
737
738 .ays-chart-card__content {
739 min-height: 140px;
740 }
741
742 .ays-chart-card__text {
743 font-size: 15px;
744 }
745
746 .ays-chart-card__footer {
747 padding: 25px 15px;
748 }
749 }
750
751 @media screen and (max-width: 992px) {
752 .ays-chart-card__text {
753 font-size: 16px;
754 }
755 }
756
757 @media screen and (max-width: 786px) {
758 .ays-chart-card {
759 width: 48%;
760 }
761
762 #ays-chart-intro-title {
763 font-size: 33px;
764 width: 85%;
765 }
766 }
767
768 @media screen and (max-width: 662px) {
769 .ays-chart-card {
770 width: 74%;
771 margin-left: auto;
772 margin-right: auto;
773 }
774
775 .ays-chart-card__title {
776 font-size: 24px;
777 }
778
779 .ays-chart-card__text {
780 font-size: 18px;
781 line-height: 24px;
782 }
783
784 .ays-chart-card {
785 min-height: 220px;
786 }
787
788 .ays-chart-card__footer {
789 padding: 25px 14px;
790 }
791
792 .ays-chart-all-btn:before {
793 width: 40%;
794 }
795 .ays-chart-all-btn:after {
796 width: 40%;
797 }
798
799 .ays-chart-card {
800 margin-bottom: 50px;
801 }
802 }
803
804 @media screen and (max-width: 574px) {
805 .ays-chart-card {
806 width: 78%;
807 }
808
809 .ays-chart-card__btn-info {
810 padding: 10px 18px;
811 font-size: 15px;
812 }
813
814 .ays-chart-card__btn-primary {
815 padding: 10px 18px;
816 font-size: 15px;
817 }
818
819 .ays-chart-all-btn {
820 padding: 7px 14px;
821 max-width: 210px;
822 font-size: 19px;
823 margin: 8px auto 10px;
824 }
825
826 .ays-chart-card__footer {
827 padding: 25px 14px;
828 }
829
830 .ays-chart-all-btn:before {
831 display: none;
832 }
833
834 .ays-chart-all-btn:after {
835 display: none;
836 }
837
838 #ays-chart-intro-title {
839 font-size: 30px;
840 width: 98%;
841 }
842 }
843
844 @media screen and (max-width: 520px) {
845 .ays-chart-card {
846 width: 85%;
847 }
848 .ays-chart-card__title {
849 font-size: 22px;
850 }
851
852 .ays-settings-wrapper{
853 flex-direction: column;
854 }
855
856 .ays-settings-wrapper .ays-settings-wrapper-tabs .nav-tab-wrapper{
857 flex-direction: column;
858 padding: 0 10px 15px;
859 margin-right: 0;
860 }
861
862 .ays-chart-save-changes-settings-page-mobile{
863 background-color: #f1f1f1;
864 text-align: center;
865 z-index: 5;
866 }
867
868 .ays-charts-button-box .ays-charts-button-second-row{
869 margin-top: 10px;
870 }
871
872 }
873
874 @media screen and (max-width: 375px) {
875 .ays-chart-card {
876 width: 94%;
877 }
878
879 .ays-chart-card__text {
880 font-size: 16px;
881 line-height: 23px;
882 }
883
884 #ays-chart-intro-title {
885 font-size: 28px;
886 width: 100%;
887 }
888
889 .ays-chart-all-btn {
890 padding: 5px 12px;
891 max-width: 185px;
892 font-size: 17px;
893 margin: 8px auto 30px;
894 }
895
896 .ays-chart-card__content {
897 display: flex;
898 justify-content: space-between;
899 background-color: #fff;
900 padding: 18px 11px 5px 18px;
901 min-height: 140px;
902 flex: 1 0 auto;
903 }
904 }
905
906 /* min-width */
907 @media screen and (min-width: 1440px) {
908 .ays-chart-card__title {
909 font-size: 24px;
910 }
911
912 .ays-chart-card__img {
913 width: 93px;
914 height: 93px;
915 }
916
917 .ays-chart-card__text {
918 font-size: 17px;
919 }
920
921 .ays-chart-card__btn-info {
922 padding: 10px 17px;
923 }
924
925 .ays-chart-card__btn-primary {
926 padding: 10px 17px;
927 }
928
929 .ays-chart-card__btn-info {
930 font-size: 16px;
931 }
932
933 .ays-chart-card__btn-primary {
934 font-size: 16px;
935 }
936
937 .ays-chart-card__text {
938 font-size: 16px;
939 }
940
941 .ays-chart-card__title {
942 font-size: 24px;
943 }
944
945 .ays-chart-card__content {
946 padding: 20px 20px 8px 22px;
947 }
948
949 #ays-chart-intro-title {
950 font-size: 42px;
951 font-weight: 600;
952 margin: 30px 0;
953 width: 50%;
954 }
955
956 .ays-chart-card__footer {
957 padding: 22px 24px;
958 }
959 }
960
961 @media screen and (min-width: 1820px) {
962 .ays-chart-card__text-hidden {
963 display: inline;
964 }
965
966 #ays-chart-intro-title {
967 width: 32%;
968 }
969
970 .ays-chart-card__text {
971 font-size: 14px;
972 }
973
974 .ays-chart-card__title {
975 font-size: 18px;
976 }
977 }
978
979 @media screen and (min-width: 1820px) {
980 #ays-chart-intro-title {
981 width: 36%;
982 }
983 }
984
985 /* Documentation link */
986 .ays-chart-heading-box {
987 float: right;
988 margin-top: 10px;
989 }
990
991 .ays-chart-heading-box.ays-chart-unset-float {
992 float: unset;
993 }
994
995 .ays-chart-heading-box.ays-chart-unset-margin {
996 margin: unset;
997 }
998
999 .ays-chart-heading-box .ays-chart-wordpress-user-manual-box a {
1000 display: inline-block;
1001 width: auto;
1002 min-width: 80px;
1003 padding: 5px 14px;
1004 font: 500 12px/16px "Roboto",Arial,sans-serif;
1005 letter-spacing: -.25px;
1006 text-transform: capitalize;
1007 border-color: #ddd;
1008 background-color: transparent;
1009 color: #888;
1010 cursor: pointer;
1011 margin: 0;
1012 border: 2px solid transparent;
1013 border-radius: 4px;
1014 text-decoration: underline;
1015 text-align: center;
1016 -webkit-transition: all 0.3s ease;
1017 transition: all 0.3s ease;
1018 }
1019
1020 .ays-chart-heading-box .ays-chart-wordpress-user-manual-box a:hover {
1021 color: #666;
1022 }
1023
1024 .ays-chart-heading-box .ays-chart-wordpress-user-manual-box a:focus {
1025 /*box-shadow: 0 0 0 1px #ddd, 0 0 2px 1px #f1f1f1;*/
1026 box-shadow: unset;
1027 outline: unset;
1028 }
1029
1030 .ays-chart-heading-box.ays-chart-unset-float .ays-chart-wordpress-user-manual-box a {
1031 padding: 5px 0px;
1032 font-style: italic;
1033 }
1034
1035 .ays-chart-heading-box .ays-chart-wordpress-text-align {
1036 text-align: right;
1037 }