| 1 |
.king-addons-ring { |
| 2 |
position: relative; |
| 3 |
display: inline-block; |
| 4 |
width: 30px; |
| 5 |
height: 30px; |
| 6 |
} |
| 7 |
|
| 8 |
.king-addons-ring div { |
| 9 |
position: absolute; |
| 10 |
display: block; |
| 11 |
box-sizing: border-box; |
| 12 |
width: 23px; |
| 13 |
height: 23px; |
| 14 |
margin: 4px; |
| 15 |
animation: king-addons-king-addons-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; |
| 16 |
border: 3px solid; |
| 17 |
border-color: #222020 transparent transparent transparent; |
| 18 |
border-radius: 50%; |
| 19 |
} |
| 20 |
|
| 21 |
.king-addons-ring div:nth-child(1) { |
| 22 |
animation-delay: -0.45s; |
| 23 |
} |
| 24 |
|
| 25 |
.king-addons-ring div:nth-child(2) { |
| 26 |
animation-delay: -0.3s; |
| 27 |
} |
| 28 |
|
| 29 |
.king-addons-ring div:nth-child(3) { |
| 30 |
animation-delay: -0.15s; |
| 31 |
} |
| 32 |
|
| 33 |
@keyframes king-addons-king-addons-ring { |
| 34 |
0% { |
| 35 |
transform: rotate(0deg); |
| 36 |
} |
| 37 |
100% { |
| 38 |
transform: rotate(360deg); |
| 39 |
} |
| 40 |
} |
| 41 |
|
| 42 |
.lg-outer { |
| 43 |
z-index: 999999 !important; |
| 44 |
direction: ltr; |
| 45 |
} |
| 46 |
|
| 47 |
button.lg-icon { |
| 48 |
font-family: lg, serif; |
| 49 |
} |
| 50 |
|
| 51 |
.king-addons-body-overflow-hidden { |
| 52 |
overflow: hidden; |
| 53 |
} |
| 54 |
|
| 55 |
.king-addons-flex { |
| 56 |
display: flex; |
| 57 |
align-items: center; |
| 58 |
justify-content: flex-start; |
| 59 |
} |
| 60 |
|
| 61 |
.king-addons-z-index { |
| 62 |
z-index: 9999 !important; |
| 63 |
} |
| 64 |
|
| 65 |
.king-addons-inline-flex-center { |
| 66 |
display: inline-flex; |
| 67 |
align-items: center; |
| 68 |
justify-content: center; |
| 69 |
} |
| 70 |
|
| 71 |
.king-addons-hidden-img { |
| 72 |
display: none !important; |
| 73 |
} |
| 74 |
|
| 75 |
.king-addons-zero-opacity { |
| 76 |
opacity: 0 !important; |
| 77 |
} |
| 78 |
|
| 79 |
.king-addons-section-z-index { |
| 80 |
z-index: 999 !important; |
| 81 |
} |
| 82 |
|
| 83 |
.king-addons-hidden-element { |
| 84 |
display: none !important; |
| 85 |
} |
| 86 |
|
| 87 |
.king-addons-visibility-hidden { |
| 88 |
visibility: hidden !important; |
| 89 |
} |
| 90 |
|
| 91 |
.king-addons-visibility-hidden * { |
| 92 |
display: none !important; |
| 93 |
} |
| 94 |
|
| 95 |
.king-addons-marquee-hidden { |
| 96 |
visibility: hidden !important; |
| 97 |
} |
| 98 |
|
| 99 |
.king-addons-marquee-hidden * { |
| 100 |
visibility: hidden !important; |
| 101 |
height: 0 !important; |
| 102 |
} |
| 103 |
|
| 104 |
.king-addons-cv-container { |
| 105 |
position: absolute; |
| 106 |
z-index: 90; |
| 107 |
top: 0; |
| 108 |
left: 0; |
| 109 |
display: block; |
| 110 |
width: 100%; |
| 111 |
height: 100%; |
| 112 |
} |
| 113 |
|
| 114 |
.king-addons-cv-outer { |
| 115 |
display: table; |
| 116 |
width: 100%; |
| 117 |
height: 100%; |
| 118 |
} |
| 119 |
|
| 120 |
.king-addons-cv-inner { |
| 121 |
display: table-cell; |
| 122 |
vertical-align: middle; |
| 123 |
} |
| 124 |
|
| 125 |
.king-addons-no-transition-delay { |
| 126 |
transition-delay: 0s !important; |
| 127 |
} |
| 128 |
|
| 129 |
/*noinspection SpellCheckingInspection*/ |
| 130 |
.king-addons-enable-dropcap p:first-child:first-letter { |
| 131 |
font-size: 50px; |
| 132 |
line-height: 1; |
| 133 |
float: left; |
| 134 |
padding-right: 10px; |
| 135 |
} |
| 136 |
|
| 137 |
.king-addons-tooltip { |
| 138 |
font-size: 15px; |
| 139 |
position: absolute; |
| 140 |
top: 0; |
| 141 |
left: 0; |
| 142 |
visibility: hidden; |
| 143 |
padding: 6px 10px; |
| 144 |
transition: all 230ms ease-in-out 0s; |
| 145 |
transform: translateY(-100%); |
| 146 |
opacity: 0; |
| 147 |
border-radius: 4px; |
| 148 |
} |
| 149 |
|
| 150 |
/*noinspection DuplicatedCode*/ |
| 151 |
.king-addons-tooltip:before { |
| 152 |
position: absolute; |
| 153 |
bottom: -5px; |
| 154 |
left: 10px; |
| 155 |
width: 0; |
| 156 |
height: 0; |
| 157 |
content: ""; |
| 158 |
border-top-width: 6px; |
| 159 |
border-top-style: solid; |
| 160 |
border-right: 6px solid transparent; |
| 161 |
border-left: 6px solid transparent; |
| 162 |
} |
| 163 |
|