PluginProbe
Chartify – WordPress Chart Plugin / 3.1.1
Chartify – WordPress Chart Plugin v3.1.1
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.1.1, at admin/css/chart-builder-pro-features.css

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