PluginProbe
Chartify – WordPress Chart Plugin / 3.5.2
Chartify – WordPress Chart Plugin v3.5.2
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 / chart-builder-pro-features.css

chart-builder-pro-features.css in Chartify – WordPress Chart Plugin 3.5.2, at admin/css/chart-builder-pro-features.css

317 lines 10.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**************************************************************************************************************/
2 /**************************************************************************************************************/
3 /************************************* DEVELOPER VERSION DIFFERENCE START ******************************************/
4 /**************************************************************************************************************/
5 /**************************************************************************************************************/
6
7 .ays-pro-features-v2-main-box,
8 .ays-pro-features-v2-main-box *{
9 box-sizing: border-box;
10 }
11
12 .ays-pro-features-v2-main-box{
13 position: relative;
14 padding: 15px 10px;
15 background-color: rgba(53, 113, 196, 0.05);
16 transition: .15s;
17 border-radius: 10px;
18 }
19
20 .ays-pro-features-v2-main-box:hover{
21 background-color: rgba(53, 113, 196, 0.10);
22 }
23
24 a.ays_help {
25 pointer-events: auto;
26 }
27
28 .ays-pro-features-v2-main-box label{
29 color: #A3A3A3;
30 }
31
32 /* Small buttons start */
33 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box{
34 position: absolute;
35 right: 10px;
36 top: -12px;
37 z-index: 4;
38 display: flex;
39 gap: 3px;
40 }
41
42 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-view-demo-button{
43 display: flex;
44 padding: 5px 13px;
45 background-color: #e0ffe4;
46 border-radius: 25px;
47 color: #178c07;
48 font-size: 15px;
49 box-shadow: 0px 1px 1px #00000036;
50 font-weight: 700;
51 cursor: pointer;
52 text-decoration: none;
53 }
54
55 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-button{
56 display: flex;
57 padding: 5px 13px;
58 background-color: #FFE9DE;
59 border-radius: 25px;
60 color: #F47535;
61 font-size: 15px;
62 box-shadow: 0px 1px 1px #00000036;
63 font-weight: 700;
64 cursor: pointer;
65 text-decoration: none;
66 }
67
68 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-button:hover{
69 color: #FF5500;
70 }
71
72 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-video-button{
73 display: flex;
74 padding: 5px 13px;
75 background-color: #E0EBFF;
76 border-radius: 25px;
77 color: #6392D4;
78 font-size: 15px;
79 box-shadow: 0px 1px 1px #00000036;
80 font-weight: 700;
81 cursor: pointer;
82 text-decoration: none;
83 }
84
85 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-video-button:hover{
86 color: #3571C4;
87 }
88
89 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-icon,
90 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-video-icon,
91 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-view-demo-icon{
92 width: 24px;
93 height: 24px;
94 background-repeat: no-repeat;
95 background-size: cover;
96 transition: .10s;
97 }
98
99 /* Small buttons end */
100
101 /* Middle buttons start */
102
103 .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box {
104 position: absolute;
105 top: 50%;
106 left: 50%;
107 transform: translate(-50%, -50%);
108 z-index: 4;
109 visibility: hidden;
110 display: flex;
111 justify-content: center;
112 align-items: center;
113 gap: 5px;
114 }
115
116 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-view-demo-button{
117 display: flex;
118 padding: 5px 13px;
119 background-color: #e0ffe4;
120 border-radius: 25px;
121 color: #178c07;
122 font-size: 15px;
123 box-shadow: 0px 1px 1px #00000036;
124 font-weight: 700;
125 cursor: pointer;
126 text-decoration: none;
127 }
128
129 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-button{
130 width: fit-content;
131 height: fit-content;
132 display: flex;
133 padding: 5px 13px;
134 background-color: #FFE9DE;
135 border-radius: 25px;
136 color: #F47535;
137 font-size: 15px;
138 box-shadow: 0px 1px 1px #00000036;
139 font-weight: 700;
140 cursor: pointer;
141 text-decoration: none;
142 }
143
144 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-button:hover{
145 color: #FF5500;
146 }
147
148 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-button{
149 width: fit-content;
150 height: fit-content;
151 display: flex;
152 background-color: #fff;
153 border-radius: 25px;
154 color: #6392D4;
155 font-size: 15px;
156 box-shadow: 0px 1px 2px #00000036;
157 font-weight: 700;
158 cursor: pointer;
159 text-decoration: none;
160 padding: 5px 13px;
161 align-items: center;
162 justify-content: center;
163 flex-wrap: wrap;
164 }
165
166 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-button:hover{
167 color: #3571C4;
168 }
169
170 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-icon,
171 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-icon,
172 .ays-pro-features-v2-main-box .ays-pro-features-v2-small-buttons-box-middle.ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-view-demo-icon{
173 width: 24px;
174 height: 24px;
175 background-repeat: no-repeat;
176 background-size: cover;
177 /* transition: .10s; */
178 }
179
180 /* Middle buttons end */
181
182 /* Big buttons start */
183
184 .ays-pro-features-v2-big-buttons-box{
185 position: absolute;
186 top: 50%;
187 left: 50%;
188 transform: translate(-50%, -50%);
189 z-index: 4;
190 visibility: hidden;
191 display: flex;
192 gap: 5px;
193 }
194
195 .ays-pro-features-v2-main-box:hover .ays-pro-features-v2-big-buttons-box{
196 visibility: visible;
197 }
198
199 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-button{
200 display: flex;
201 background-color: #fff;
202 border-radius: 31px;
203 color: #F47535;
204 font-size: 17px;
205 box-shadow: 0px 1px 2px #00000036;
206 font-weight: 700;
207 cursor: pointer;
208 text-decoration: none;
209 width: 200px;
210 height: 55px;
211 align-items: center;
212 justify-content: center;
213 flex-wrap: wrap;
214 }
215
216 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-button:hover{
217 color: #FF5500;
218 }
219
220 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-button{
221 display: flex;
222 background-color: #fff;
223 border-radius: 31px;
224 color: #6392D4;
225 font-size: 17px;
226 box-shadow: 0px 1px 2px #00000036;
227 font-weight: 700;
228 cursor: pointer;
229 text-decoration: none;
230 width: 200px;
231 height: 55px;
232 align-items: center;
233 justify-content: center;
234 flex-wrap: wrap;
235 }
236
237 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-button:hover{
238 color: #3571C4;
239 }
240
241 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-upgrade-icon,
242 .ays-pro-features-v2-main-box .ays-pro-features-v2-big-buttons-box .ays-pro-features-v2-video-icon{
243 width: 40px;
244 height: 40px;
245 background-repeat: repeat;
246 background-size: cover;
247 /* transition: .10s; */
248 }
249
250 /* Big buttons end */
251
252 /* Themes styles start */
253
254 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-button,
255 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-view-demo-button{
256 padding: 8px;
257 border-radius: 50%;
258 }
259
260 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-button .ays-pro-features-v2-upgrade-icon,
261 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-button .ays-pro-features-v2-video-icon,
262 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-view-demo-button .ays-pro-features-v2-view-demo-icon{
263 width: 19px;
264 height: 19px;
265 }
266
267 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-upgrade-text,
268 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-video-text,
269 .ays-pro-features-v2-main-box-themes .ays-pro-features-v2-small-buttons-box .ays-pro-features-v2-view-demo-text{
270 display: none;
271 }
272
273 /* Themes styles end */
274
275 .ays-pro-features-v2-main-box input[type="checkbox"]{
276 border-color: #D1D1D1;
277 background-color: #EDF2FC;
278 border-width: 2px;
279 box-shadow: unset;
280 }
281
282 .ays-pro-features-v2-main-box *{
283 pointer-events: none;
284 opacity: 0.9;
285 }
286
287 .ays-pro-features-v2-small-buttons-box,
288 .ays-pro-features-v2-small-buttons-box *,
289 .ays-pro-features-v2-big-buttons-box,
290 .ays-pro-features-v2-big-buttons-box *,
291 .ays-pro-features-v2-main-box .ays-survey-zindex-for-pro,
292 .ays-pro-features-v2-main-box iframe{
293 pointer-events: auto !important;
294 opacity: 1;
295 }
296
297 .ays-pro-features-v2-main-box .ays-pro-features-v2-video-button:empty{
298 display: none !important;
299 }
300
301 /**************************************************************************************************************/
302 /**************************************************************************************************************/
303 /*************************************** DEVELOPER VERSION DIFFERENCE END ******************************************/
304 /**************************************************************************************************************/
305 /**************************************************************************************************************/
306
307 /**************************************************************************************************************/
308 /**************************************************************************************************************/
309 /************************************* AGENCY VERSION DIFFERENCE START ******************************************/
310 /**************************************************************************************************************/
311 /**************************************************************************************************************/
312
313 /**************************************************************************************************************/
314 /**************************************************************************************************************/
315 /*************************************** AGENCY VERSION DIFFERENCE END ******************************************/
316 /**************************************************************************************************************/
317 /**************************************************************************************************************/