PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 7.8.14
Hustle – Email Marketing, Lead Generation, Optins, Popups v7.8.14
7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / inc / metas / default-design / border-spacing-shadow-desktop.php
wordpress-popup / inc / metas / default-design Last commit date
border-spacing-shadow-desktop.php 5 months ago border-spacing-shadow-mobile.php 4 years ago typography-desktop.php 3 years ago typography-mobile.php 5 months ago
border-spacing-shadow-desktop.php
531 lines
1 <?php
2 /**
3 * Defines the default values for the "Border, spacing, shadow" properties.
4 *
5 * @since 4.3.0
6 * @package Hustle
7 */
8
9 return array(
10 'form_cont_margin_are_sides_linked' => '1',
11 'form_cont_margin_unit' => 'px',
12 'form_cont_margin_top' => 0,
13 'form_cont_margin_right' => 0,
14 'form_cont_margin_bottom' => 0,
15 'form_cont_margin_left' => 0,
16 'form_cont_padding_are_sides_linked' => '1',
17 'form_cont_padding_unit' => 'px',
18 'form_cont_padding_top' => 20,
19 'form_cont_padding_right' => 20,
20 'form_cont_padding_bottom' => 20,
21 'form_cont_padding_left' => 20,
22 'form_cont_border_type' => 'solid',
23 'form_cont_border_are_sides_linked' => '1',
24 'form_cont_border_unit' => 'px',
25 'form_cont_border_top' => 0,
26 'form_cont_border_right' => 0,
27 'form_cont_border_bottom' => 0,
28 'form_cont_border_left' => 0,
29 'form_cont_radius_are_sides_linked' => '1',
30 'form_cont_radius_unit' => 'px',
31 'form_cont_radius_top_left' => 0,
32 'form_cont_radius_top_right' => 0,
33 'form_cont_radius_bottom_left' => 0,
34 'form_cont_radius_bottom_right' => 0,
35
36 'form_extras_margin_are_sides_linked' => '0',
37 'form_extras_margin_unit' => 'px',
38 'form_extras_margin_top' => 10,
39 'form_extras_margin_right' => 0,
40 'form_extras_margin_bottom' => 0,
41 'form_extras_margin_left' => 0,
42 'form_extras_padding_are_sides_linked' => '1',
43 'form_extras_padding_unit' => 'px',
44 'form_extras_padding_top' => 20,
45 'form_extras_padding_right' => 20,
46 'form_extras_padding_bottom' => 20,
47 'form_extras_padding_left' => 20,
48 'form_extras_border_type' => 'solid',
49 'form_extras_border_are_sides_linked' => '1',
50 'form_extras_border_unit' => 'px',
51 'form_extras_border_top' => 0,
52 'form_extras_border_right' => 0,
53 'form_extras_border_bottom' => 0,
54 'form_extras_border_left' => 0,
55 'form_extras_radius_are_sides_linked' => '1',
56 'form_extras_radius_unit' => 'px',
57 'form_extras_radius_top_left' => 0,
58 'form_extras_radius_top_right' => 0,
59 'form_extras_radius_bottom_left' => 0,
60 'form_extras_radius_bottom_right' => 0,
61 'form_extras_drop_shadow_unit' => 'px',
62 'form_extras_drop_shadow_x' => 0,
63 'form_extras_drop_shadow_y' => 0,
64 'form_extras_drop_shadow_blur' => 0,
65 'form_extras_drop_shadow_spread' => 0,
66
67 'input_padding_are_sides_linked' => '0',
68 'input_padding_unit' => 'px',
69 'input_padding_top' => 9,
70 'input_padding_right' => 10,
71 'input_padding_bottom' => 9,
72 'input_padding_left' => 10,
73 'input_border_type' => 'solid',
74 'input_border_are_sides_linked' => '1',
75 'input_border_unit' => 'px',
76 'input_border_top' => 0,
77 'input_border_right' => 0,
78 'input_border_bottom' => 0,
79 'input_border_left' => 0,
80 'input_radius_are_sides_linked' => '1',
81 'input_radius_unit' => 'px',
82 'input_radius_top_left' => 0,
83 'input_radius_top_right' => 0,
84 'input_radius_bottom_left' => 0,
85 'input_radius_bottom_right' => 0,
86 'input_drop_shadow_unit' => 'px',
87 'input_drop_shadow_x' => 0,
88 'input_drop_shadow_y' => 0,
89 'input_drop_shadow_blur' => 0,
90 'input_drop_shadow_spread' => 0,
91
92 'checkbox_border_type' => 'solid',
93 'checkbox_border_are_sides_linked' => '1',
94 'checkbox_border_unit' => 'px',
95 'checkbox_border_top' => 0,
96 'checkbox_border_right' => 0,
97 'checkbox_border_bottom' => 0,
98 'checkbox_border_left' => 0,
99 'checkbox_radius_are_sides_linked' => '1',
100 'checkbox_radius_unit' => 'px',
101 'checkbox_radius_top_left' => 0,
102 'checkbox_radius_top_right' => 0,
103 'checkbox_radius_bottom_left' => 0,
104 'checkbox_radius_bottom_right' => 0,
105
106 'dropdown_margin_are_sides_linked' => '1',
107 'dropdown_margin_unit' => 'px',
108 'dropdown_margin_top' => 0,
109 'dropdown_margin_right' => 0,
110 'dropdown_margin_bottom' => 0,
111 'dropdown_margin_left' => 0,
112 'dropdown_padding_are_sides_linked' => '1',
113 'dropdown_padding_unit' => 'px',
114 'dropdown_padding_top' => 0,
115 'dropdown_padding_right' => 0,
116 'dropdown_padding_bottom' => 0,
117 'dropdown_padding_left' => 0,
118 'dropdown_border_type' => 'solid',
119 'dropdown_border_are_sides_linked' => '1',
120 'dropdown_border_unit' => 'px',
121 'dropdown_border_top' => 0,
122 'dropdown_border_right' => 0,
123 'dropdown_border_bottom' => 0,
124 'dropdown_border_left' => 0,
125 'dropdown_radius_are_sides_linked' => '1',
126 'dropdown_radius_unit' => 'px',
127 'dropdown_radius_top_left' => 0,
128 'dropdown_radius_top_right' => 0,
129 'dropdown_radius_bottom_left' => 0,
130 'dropdown_radius_bottom_right' => 0,
131 'dropdown_drop_shadow_unit' => 'px',
132 'dropdown_drop_shadow_x' => 0,
133 'dropdown_drop_shadow_y' => 0,
134 'dropdown_drop_shadow_blur' => 0,
135 'dropdown_drop_shadow_spread' => 0,
136 'submit_button_margin_are_sides_linked' => '1',
137
138 'submit_button_padding_are_sides_linked' => '0',
139 'submit_button_padding_unit' => 'px',
140 'submit_button_padding_top' => 2,
141 'submit_button_padding_right' => 16,
142 'submit_button_padding_bottom' => 2,
143 'submit_button_padding_left' => 16,
144 'submit_button_border_type' => 'solid',
145 'submit_button_border_are_sides_linked' => '1',
146 'submit_button_border_unit' => 'px',
147 'submit_button_border_top' => 0,
148 'submit_button_border_right' => 0,
149 'submit_button_border_bottom' => 0,
150 'submit_button_border_left' => 0,
151 'submit_button_radius_are_sides_linked' => '1',
152 'submit_button_radius_unit' => 'px',
153 'submit_button_radius_top_left' => 0,
154 'submit_button_radius_top_right' => 0,
155 'submit_button_radius_bottom_left' => 0,
156 'submit_button_radius_bottom_right' => 0,
157 'submit_button_drop_shadow_unit' => 'px',
158 'submit_button_drop_shadow_x' => 0,
159 'submit_button_drop_shadow_y' => 0,
160 'submit_button_drop_shadow_blur' => 0,
161 'submit_button_drop_shadow_spread' => 0,
162
163 'error_message_margin_are_sides_linked' => '0',
164 'error_message_margin_unit' => 'px',
165 'error_message_margin_top' => 20,
166 'error_message_margin_right' => 0,
167 'error_message_margin_bottom' => 0,
168 'error_message_margin_left' => 0,
169
170 'success_message_padding_are_sides_linked' => '1',
171 'success_message_padding_unit' => 'px',
172 'success_message_padding_top' => 40,
173 'success_message_padding_right' => 40,
174 'success_message_padding_bottom' => 40,
175 'success_message_padding_left' => 40,
176 'success_message_border_type' => 'solid',
177 'success_message_border_are_sides_linked' => '1',
178 'success_message_border_unit' => 'px',
179 'success_message_border_top' => 0,
180 'success_message_border_right' => 0,
181 'success_message_border_bottom' => 0,
182 'success_message_border_left' => 0,
183 'success_message_radius_are_sides_linked' => '1',
184 'success_message_radius_unit' => 'px',
185 'success_message_radius_top_left' => 0,
186 'success_message_radius_top_right' => 0,
187 'success_message_radius_bottom_left' => 0,
188 'success_message_radius_bottom_right' => 0,
189 'success_message_drop_shadow_unit' => 'px',
190 'success_message_drop_shadow_x' => 0,
191 'success_message_drop_shadow_y' => 0,
192 'success_message_drop_shadow_blur' => 0,
193 'success_message_drop_shadow_spread' => 0,
194
195 'gdpr_margin_are_sides_linked' => '0',
196 'gdpr_margin_unit' => 'px',
197 'gdpr_margin_top' => 10,
198 'gdpr_margin_right' => 0,
199 'gdpr_margin_bottom' => 0,
200 'gdpr_margin_left' => 0,
201 'gdpr_border_type' => 'solid',
202 'gdpr_border_are_sides_linked' => '1',
203 'gdpr_border_unit' => 'px',
204 'gdpr_border_top' => 0,
205 'gdpr_border_right' => 0,
206 'gdpr_border_bottom' => 0,
207 'gdpr_border_left' => 0,
208 'gdpr_radius_are_sides_linked' => '1',
209 'gdpr_radius_unit' => 'px',
210 'gdpr_radius_top_left' => 0,
211 'gdpr_radius_top_right' => 0,
212 'gdpr_radius_bottom_left' => 0,
213 'gdpr_radius_bottom_right' => 0,
214
215 'recaptcha_margin_are_sides_linked' => '0',
216 'recaptcha_margin_unit' => 'px',
217 'recaptcha_margin_top' => 20,
218 'recaptcha_margin_right' => 0,
219 'recaptcha_margin_bottom' => 0,
220 'recaptcha_margin_left' => 0,
221 'recaptcha_padding_are_sides_linked' => '1',
222 'recaptcha_padding_unit' => 'px',
223 'recaptcha_padding_top' => 0,
224 'recaptcha_padding_right' => 0,
225 'recaptcha_padding_bottom' => 0,
226 'recaptcha_padding_left' => 0,
227 'recaptcha_border_type' => 'solid',
228 'recaptcha_border_are_sides_linked' => '1',
229 'recaptcha_border_unit' => 'px',
230 'recaptcha_border_top' => 0,
231 'recaptcha_border_right' => 0,
232 'recaptcha_border_bottom' => 0,
233 'recaptcha_border_left' => 0,
234 'recaptcha_radius_are_sides_linked' => '1',
235 'recaptcha_radius_unit' => 'px',
236 'recaptcha_radius_top_left' => 0,
237 'recaptcha_radius_top_right' => 0,
238 'recaptcha_radius_bottom_left' => 0,
239 'recaptcha_radius_bottom_right' => 0,
240 'recaptcha_drop_shadow_unit' => 'px',
241 'recaptcha_drop_shadow_x' => 0,
242 'recaptcha_drop_shadow_y' => 0,
243 'recaptcha_drop_shadow_blur' => 0,
244 'recaptcha_drop_shadow_spread' => 0,
245 'module_cont_margin_are_sides_linked' => '1',
246
247 'popup_cont_padding_are_sides_linked' => '1',
248 'popup_cont_padding_unit' => 'px',
249 'popup_cont_padding_top' => 10,
250 'popup_cont_padding_right' => 10,
251 'popup_cont_padding_bottom' => 10,
252 'popup_cont_padding_left' => 10,
253
254 'embed_cont_margin_are_sides_linked' => '1',
255 'embed_cont_margin_unit' => 'px',
256 'embed_cont_margin_top' => 0,
257 'embed_cont_margin_right' => 0,
258 'embed_cont_margin_bottom' => 0,
259 'embed_cont_margin_left' => 0,
260
261 'module_cont_margin_unit' => 'px',
262 'module_cont_margin_top' => 0,
263 'module_cont_margin_right' => 0,
264 'module_cont_margin_bottom' => 0,
265 'module_cont_margin_left' => 0,
266 'module_cont_padding_are_sides_linked' => '1',
267 'module_cont_padding_unit' => 'px',
268 'module_cont_padding_top' => 0,
269 'module_cont_padding_right' => 0,
270 'module_cont_padding_bottom' => 0,
271 'module_cont_padding_left' => 0,
272 'module_cont_border_type' => 'solid',
273 'module_cont_border_are_sides_linked' => '1',
274 'module_cont_border_unit' => 'px',
275 'module_cont_border_top' => 0,
276 'module_cont_border_right' => 0,
277 'module_cont_border_bottom' => 0,
278 'module_cont_border_left' => 0,
279 'module_cont_radius_are_sides_linked' => '1',
280 'module_cont_radius_unit' => 'px',
281 'module_cont_radius_top_left' => 0,
282 'module_cont_radius_top_right' => 0,
283 'module_cont_radius_bottom_left' => 0,
284 'module_cont_radius_bottom_right' => 0,
285 'module_cont_drop_shadow_unit' => 'px',
286 'module_cont_drop_shadow_x' => 0,
287 'module_cont_drop_shadow_y' => 0,
288 'module_cont_drop_shadow_blur' => 0,
289 'module_cont_drop_shadow_spread' => 0,
290
291 'layout_header_padding_are_sides_linked' => '1',
292 'layout_header_padding_unit' => 'px',
293 'layout_header_padding_top' => 20,
294 'layout_header_padding_right' => 20,
295 'layout_header_padding_bottom' => 20,
296 'layout_header_padding_left' => 20,
297 'layout_header_border_type' => 'solid',
298 'layout_header_border_are_sides_linked' => '0',
299 'layout_header_border_unit' => 'px',
300 'layout_header_border_top' => 0,
301 'layout_header_border_right' => 0,
302 'layout_header_border_bottom' => 1,
303 'layout_header_border_left' => 0,
304 'layout_header_radius_are_sides_linked' => '1',
305 'layout_header_radius_unit' => 'px',
306 'layout_header_radius_top_left' => 0,
307 'layout_header_radius_top_right' => 0,
308 'layout_header_radius_bottom_left' => 0,
309 'layout_header_radius_bottom_right' => 0,
310 'layout_header_drop_shadow_unit' => 'px',
311 'layout_header_drop_shadow_x' => 0,
312 'layout_header_drop_shadow_y' => 0,
313 'layout_header_drop_shadow_blur' => 0,
314 'layout_header_drop_shadow_spread' => 0,
315
316 'layout_content_padding_are_sides_linked' => '1',
317 'layout_content_padding_unit' => 'px',
318 'layout_content_padding_top' => 0,
319 'layout_content_padding_right' => 0,
320 'layout_content_padding_bottom' => 0,
321 'layout_content_padding_left' => 0,
322 'layout_content_border_type' => 'solid',
323 'layout_content_border_are_sides_linked' => '1',
324 'layout_content_border_unit' => 'px',
325 'layout_content_border_top' => 0,
326 'layout_content_border_right' => 0,
327 'layout_content_border_bottom' => 0,
328 'layout_content_border_left' => 0,
329 'layout_content_radius_are_sides_linked' => '1',
330 'layout_content_radius_unit' => 'px',
331 'layout_content_radius_top_left' => 0,
332 'layout_content_radius_top_right' => 0,
333 'layout_content_radius_bottom_left' => 0,
334 'layout_content_radius_bottom_right' => 0,
335 'layout_content_drop_shadow_unit' => 'px',
336 'layout_content_drop_shadow_x' => 0,
337 'layout_content_drop_shadow_y' => 0,
338 'layout_content_drop_shadow_blur' => 0,
339 'layout_content_drop_shadow_spread' => 0,
340
341 'layout_footer_padding_are_sides_linked' => $is_optin ? '1' : '0',
342 'layout_footer_padding_unit' => 'px',
343 'layout_footer_padding_top' => $is_optin ? 0 : 1,
344 'layout_footer_padding_right' => $is_optin ? 0 : 20,
345 'layout_footer_padding_bottom' => $is_optin ? 0 : 20,
346 'layout_footer_padding_left' => $is_optin ? 0 : 20,
347 'layout_footer_border_type' => 'solid',
348 'layout_footer_border_are_sides_linked' => '1',
349 'layout_footer_border_unit' => 'px',
350 'layout_footer_border_top' => 0,
351 'layout_footer_border_right' => 0,
352 'layout_footer_border_bottom' => 0,
353 'layout_footer_border_left' => 0,
354 'layout_footer_radius_are_sides_linked' => '1',
355 'layout_footer_radius_unit' => 'px',
356 'layout_footer_radius_top_left' => 0,
357 'layout_footer_radius_top_right' => 0,
358 'layout_footer_radius_bottom_left' => 0,
359 'layout_footer_radius_bottom_right' => 0,
360 'layout_footer_drop_shadow_unit' => 'px',
361 'layout_footer_drop_shadow_x' => 0,
362 'layout_footer_drop_shadow_y' => 0,
363 'layout_footer_drop_shadow_blur' => 0,
364 'layout_footer_drop_shadow_spread' => 0,
365
366 'content_wrap_margin_are_sides_linked' => '1',
367 'content_wrap_margin_unit' => 'px',
368 'content_wrap_margin_top' => 0,
369 'content_wrap_margin_right' => 0,
370 'content_wrap_margin_bottom' => 0,
371 'content_wrap_margin_left' => 0,
372 'content_wrap_padding_are_sides_linked' => '1',
373 'content_wrap_padding_unit' => 'px',
374 'content_wrap_padding_top' => 20,
375 'content_wrap_padding_right' => 20,
376 'content_wrap_padding_bottom' => 20,
377 'content_wrap_padding_left' => 20,
378 'content_wrap_border_type' => 'solid',
379 'content_wrap_border_are_sides_linked' => '1',
380 'content_wrap_border_unit' => 'px',
381 'content_wrap_border_top' => 0,
382 'content_wrap_border_right' => 0,
383 'content_wrap_border_bottom' => 0,
384 'content_wrap_border_left' => 0,
385 'content_wrap_radius_are_sides_linked' => '1',
386 'content_wrap_radius_unit' => 'px',
387 'content_wrap_radius_top_left' => 0,
388 'content_wrap_radius_top_right' => 0,
389 'content_wrap_radius_bottom_left' => 0,
390 'content_wrap_radius_bottom_right' => 0,
391 'content_wrap_drop_shadow_unit' => 'px',
392 'content_wrap_drop_shadow_x' => 0,
393 'content_wrap_drop_shadow_y' => 0,
394 'content_wrap_drop_shadow_blur' => 0,
395 'content_wrap_drop_shadow_spread' => 0,
396
397 'title_margin_are_sides_linked' => '1',
398 'title_margin_unit' => 'px',
399 'title_margin_top' => 0,
400 'title_margin_right' => 0,
401 'title_margin_bottom' => 0,
402 'title_margin_left' => 0,
403 'title_padding_are_sides_linked' => '1',
404 'title_padding_unit' => 'px',
405 'title_padding_top' => 0,
406 'title_padding_right' => 0,
407 'title_padding_bottom' => 0,
408 'title_padding_left' => 0,
409 'title_border_type' => 'solid',
410 'title_border_are_sides_linked' => '1',
411 'title_border_unit' => 'px',
412 'title_border_top' => 0,
413 'title_border_right' => 0,
414 'title_border_bottom' => 0,
415 'title_border_left' => 0,
416 'title_radius_are_sides_linked' => '1',
417 'title_radius_unit' => 'px',
418 'title_radius_top_left' => 0,
419 'title_radius_top_right' => 0,
420 'title_radius_bottom_left' => 0,
421 'title_radius_bottom_right' => 0,
422 'title_drop_shadow_unit' => 'px',
423 'title_drop_shadow_x' => 0,
424 'title_drop_shadow_y' => 0,
425 'title_drop_shadow_blur' => 0,
426 'title_drop_shadow_spread' => 0,
427
428 'subtitle_margin_are_sides_linked' => '0',
429 'subtitle_margin_unit' => 'px',
430 'subtitle_margin_top' => 10,
431 'subtitle_margin_right' => 0,
432 'subtitle_margin_bottom' => 0,
433 'subtitle_margin_left' => 0,
434 'subtitle_padding_are_sides_linked' => '1',
435 'subtitle_padding_unit' => 'px',
436 'subtitle_padding_top' => 0,
437 'subtitle_padding_right' => 0,
438 'subtitle_padding_bottom' => 0,
439 'subtitle_padding_left' => 0,
440 'subtitle_border_type' => 'solid',
441 'subtitle_border_are_sides_linked' => '1',
442 'subtitle_border_unit' => 'px',
443 'subtitle_border_top' => 0,
444 'subtitle_border_right' => 0,
445 'subtitle_border_bottom' => 0,
446 'subtitle_border_left' => 0,
447 'subtitle_radius_are_sides_linked' => '1',
448 'subtitle_radius_unit' => 'px',
449 'subtitle_radius_top_left' => 0,
450 'subtitle_radius_top_right' => 0,
451 'subtitle_radius_bottom_left' => 0,
452 'subtitle_radius_bottom_right' => 0,
453 'subtitle_drop_shadow_unit' => 'px',
454 'subtitle_drop_shadow_x' => 0,
455 'subtitle_drop_shadow_y' => 0,
456 'subtitle_drop_shadow_blur' => 0,
457 'subtitle_drop_shadow_spread' => 0,
458
459 'main_content_margin_are_sides_linked' => $is_optin ? '0' : '1',
460 'main_content_margin_unit' => 'px',
461 'main_content_margin_top' => $is_optin ? 20 : 0,
462 'main_content_margin_right' => 0,
463 'main_content_margin_bottom' => 0,
464 'main_content_margin_left' => 0,
465 'main_content_padding_are_sides_linked' => '1',
466 'main_content_padding_unit' => 'px',
467 'main_content_padding_top' => 0,
468 'main_content_padding_right' => 0,
469 'main_content_padding_bottom' => 0,
470 'main_content_padding_left' => 0,
471 'main_content_border_type' => 'solid',
472 'main_content_border_are_sides_linked' => '1',
473 'main_content_border_unit' => 'px',
474 'main_content_border_top' => 0,
475 'main_content_border_right' => 0,
476 'main_content_border_bottom' => 0,
477 'main_content_border_left' => 0,
478
479 'cta_cont_margin_are_sides_linked' => '0',
480 'cta_cont_margin_unit' => 'px',
481 'cta_cont_margin_top' => 20,
482 'cta_cont_margin_right' => 0,
483 'cta_cont_margin_bottom' => 0,
484 'cta_cont_margin_left' => 0,
485 'cta_cont_padding_are_sides_linked' => '1',
486 'cta_cont_padding_unit' => 'px',
487 'cta_cont_padding_top' => 0,
488 'cta_cont_padding_right' => 0,
489 'cta_cont_padding_bottom' => 0,
490 'cta_cont_padding_left' => 0,
491 'cta_cont_border_type' => 'solid',
492 'cta_cont_border_are_sides_linked' => '1',
493 'cta_cont_border_unit' => 'px',
494 'cta_cont_border_top' => 0,
495 'cta_cont_border_right' => 0,
496 'cta_cont_border_bottom' => 0,
497 'cta_cont_border_left' => 0,
498
499 'cta_padding_are_sides_linked' => '0',
500 'cta_padding_unit' => 'px',
501 'cta_padding_top' => 2,
502 'cta_padding_right' => 16,
503 'cta_padding_bottom' => 2,
504 'cta_padding_left' => 16,
505 'cta_border_type' => 'solid',
506 'cta_border_are_sides_linked' => '1',
507 'cta_border_unit' => 'px',
508 'cta_border_top' => 0,
509 'cta_border_right' => 0,
510 'cta_border_bottom' => 0,
511 'cta_border_left' => 0,
512 'cta_radius_are_sides_linked' => '1',
513 'cta_radius_unit' => 'px',
514 'cta_radius_top_left' => 0,
515 'cta_radius_top_right' => 0,
516 'cta_radius_bottom_left' => 0,
517 'cta_radius_bottom_right' => 0,
518 'cta_drop_shadow_unit' => 'px',
519 'cta_drop_shadow_x' => 0,
520 'cta_drop_shadow_y' => 0,
521 'cta_drop_shadow_blur' => 0,
522 'cta_drop_shadow_spread' => 0,
523
524 'nsa_link_margin_are_sides_linked' => '0',
525 'nsa_link_margin_unit' => 'px',
526 'nsa_link_margin_top' => 20,
527 'nsa_link_margin_right' => 0,
528 'nsa_link_margin_bottom' => 0,
529 'nsa_link_margin_left' => 0,
530 );
531