| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* @package Optin Cat |
| 5 |
*/ |
| 6 |
|
| 7 |
$layout = array( |
| 8 |
|
| 9 |
'name' => __( 'Layout 2' ), |
| 10 |
|
| 11 |
'editables' => array( |
| 12 |
|
| 13 |
// Added to the fieldset "Form Background" |
| 14 |
'form' => array( |
| 15 |
'.fca_eoi_layout_2' => array( |
| 16 |
'background-color' => array( __( 'Form Background Color' ), 'eeeeee' ), |
| 17 |
), |
| 18 |
), |
| 19 |
|
| 20 |
// Added to the fieldset "Headline" |
| 21 |
'headline' => array( |
| 22 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_headline_copy_wrapper' => array( |
| 23 |
'font-weight' => array( '', 'bold' ), |
| 24 |
'font-style' => array( '', 'italic' ), |
| 25 |
'text-decoration' => array( '', 'underline' ), |
| 26 |
'font-size' => array( __( 'Font Size' ), '20px' ), |
| 27 |
), |
| 28 |
'.fca_eoi_layout_2 .ribbon' => array( |
| 29 |
'color' => array( __( 'Font Color' ), '#FFF' ), |
| 30 |
'background-color' => array( __( 'Background Color' ), '#3197e1' ), |
| 31 |
), |
| 32 |
'.fca_eoi_layout_2 .ribbon .ribbon-content:before, .fca_eoi_layout_2 .ribbon .ribbon-content:after' => array( |
| 33 |
'border-top-color' => array( __( 'Fold Background Color' ), '#256fa6' ), |
| 34 |
), |
| 35 |
), |
| 36 |
|
| 37 |
// Added to the fieldset "Description" |
| 38 |
'description' => array( |
| 39 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_description_copy_wrapper' => array( |
| 40 |
'font-size' => array( __( 'Font Size' ), '14px' ), |
| 41 |
'color' => array( __('Font Color') , '#000' ), |
| 42 |
), |
| 43 |
), |
| 44 |
|
| 45 |
// Added to the fieldset "Name" |
| 46 |
'name_field' => array( |
| 47 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_name_field_wrapper' => array( |
| 48 |
'background-color' => array( __('Background Color') , '#FFF' ), |
| 49 |
'border-color' => array( __('Border Color') , '#FFF' ), |
| 50 |
), |
| 51 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_name_field_wrapper input, .fca_eoi_layout_2 .fca_eoi_layout_2_name_field_wrapper .fa' => array( |
| 52 |
'color' => array( __('Font Color') , '#000' ), |
| 53 |
), |
| 54 |
), |
| 55 |
|
| 56 |
// Added to the fieldset "Email" |
| 57 |
'email_field' => array( |
| 58 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_email_field_wrapper' => array( |
| 59 |
'background-color' => array( __('Background Color') , '#FFF' ), |
| 60 |
'border-color' => array( __('Border Color') , '#FFF' ), |
| 61 |
), |
| 62 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_email_field_wrapper input, .fca_eoi_layout_2 .fca_eoi_layout_2_email_field_wrapper .fa' => array( |
| 63 |
'color' => array( __('Font Color') , '#000' ), |
| 64 |
), |
| 65 |
), |
| 66 |
|
| 67 |
// Added to the fieldset "Button" |
| 68 |
'button' => array( |
| 69 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input' => array( |
| 70 |
'font-size' => array( __( 'Font Size' ), '16px' ), |
| 71 |
'color' => array( __('Font Color') , '#FFF' ), |
| 72 |
'background-color' => array( __('Background Color') , '#e84e34' ), |
| 73 |
'border-bottom-color' => array( __('Bottom Border Color') , '#c13a24' ), |
| 74 |
), |
| 75 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input:hover' => array( |
| 76 |
'background-color' => array( __('Hover Color') , '#c13a24' ), |
| 77 |
), |
| 78 |
), |
| 79 |
'privacy' => array( |
| 80 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_privacy_copy_wrapper' => array( |
| 81 |
'font-size' => array( __( 'Font Size' ), '12px' ), |
| 82 |
'color' => array( __('Font Color') , '#a1a1a1' ), |
| 83 |
), |
| 84 |
), |
| 85 |
'fatcatapps' => array( |
| 86 |
'.fca_eoi_layout_2 .fca_eoi_layout_2_fatcatapps_link_wrapper a, .fca_eoi_layout_2 .fca_eoi_layout_2_fatcatapps_link_wrapper a:hover' => array( |
| 87 |
'color' => array( __( 'Font Color' ), '#3197e1'), |
| 88 |
), |
| 89 |
), |
| 90 |
), |
| 91 |
|
| 92 |
'autocolors' => array( |
| 93 |
array( |
| 94 |
'source' => '[.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input][background-color]', |
| 95 |
'destination' => '[.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input][border-bottom-color]', |
| 96 |
'operations' => array( |
| 97 |
'spin' => '-0.2590233545647589', |
| 98 |
'desaturate' => '11.087065734049517', |
| 99 |
'darken' => '10.784313725490202', |
| 100 |
), |
| 101 |
), |
| 102 |
array( |
| 103 |
'source' => '[.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input][background-color]', |
| 104 |
'destination' => '[.fca_eoi_layout_2 .fca_eoi_layout_2_submit_button_wrapper input:hover][background-color]', |
| 105 |
'operations' => array( |
| 106 |
'spin' => '-0.2590233545647589', |
| 107 |
'desaturate' => '11.087065734049517', |
| 108 |
'darken' => '10.784313725490202', |
| 109 |
), |
| 110 |
), |
| 111 |
array( |
| 112 |
'source' => '[.fca_eoi_layout_2 .ribbon][background-color]', |
| 113 |
'destination' => '[.fca_eoi_layout_2 .ribbon .ribbon-content:before, .fca_eoi_layout_2 .ribbon .ribbon-content:after][border-top-color]', |
| 114 |
'operations' => array( |
| 115 |
'spin' => '0.3541226215644713', |
| 116 |
'desaturate' => '11.029473156884029', |
| 117 |
'darken' => '13.921568627450975', |
| 118 |
), |
| 119 |
) |
| 120 |
), |
| 121 |
|
| 122 |
'texts' => array( |
| 123 |
'headline_copy' => 'Email Goodies', |
| 124 |
'description_copy' => 'Subscribe now and be the first to receive all the latest updates!', |
| 125 |
'name_placeholder' => 'Name', |
| 126 |
'email_placeholder' => 'Email', |
| 127 |
'button_copy' => 'Sign Up Now', |
| 128 |
'privacy_copy' => "100% Privacy. We don't spam.", |
| 129 |
), |
| 130 |
); |
| 131 |
|