/home/arranoyd/magicraft/wp-content/plugins/ninja-popups/themes/theme8/theme.php
<?php
$SNP_THEMES_theme8_SIZES = array();
for ($i = 10; $i <= 72; $i++)
{
$SNP_THEMES_theme8_SIZES[$i] = $i . 'px';
}
$SNP_THEMES['theme8'] = array(
'NAME' => 'Theme 8',
'STYLES' => 'css/theme8.css',
'TYPES' => array(
'optin' => array('NAME' => 'Opt-in')
),
'COLORS' => array(
'multicolors' => array('NAME' => 'Multicolors')
),
'FIELDS' => array(
array(
'id' => 'width',
'type' => 'text',
'title' => __('Width', 'nhp-opts'),
'desc' => __('px (default: 700)', 'nhp-opts'),
'class' => 'mini',
'std' => '700'
),
array(
'id' => 'height',
'type' => 'text',
'title' => __('Height', 'nhp-opts'),
'desc' => __('px (optional, leave empty for auto-height)', 'nhp-opts'),
'class' => 'mini',
'std' => ''
),
array(
'id' => 'bg_color1',
'type' => 'color',
'std' => '#ffffff',
'desc' => __('(default: #ffffff)', 'nhp-opts'),
'title' => __('Header Background Color', 'nhp-opts'),
),
array(
'id' => 'bg_color2',
'type' => 'color',
'std' => '#d4d4d4',
'desc' => __('(default: #d4d4d4)', 'nhp-opts'),
'title' => __('Body Background Color', 'nhp-opts'),
),
array(
'id' => 'header',
'type' => 'text',
'title' => __('Header', 'nhp-opts'),
),
array(
'id' => 'header_font',
'type' => 'typo',
'title' => __('Header Font', 'nhp-opts'),
'desc' => __('px (default: 37px, #000000)', 'nhp-opts'),
'args' => array(
'sizes' => $SNP_THEMES_theme8_SIZES,
'disable_fonts' => 1,
),
'std' => array('size' => '37', 'color' => '#000000'),
),
array(
'id' => 'maintext',
'type' => 'textarea',
'title' => __('Main Text', 'nhp-opts'),
),
array(
'id' => 'maintext_font',
'type' => 'typo',
'title' => __('Main Text Font Size', 'nhp-opts'),
'desc' => __('px (default: 19px, #7b7d7f)', 'nhp-opts'),
'args' => array(
'sizes' => $SNP_THEMES_theme8_SIZES,
'disable_fonts' => 1,
),
'std' => array('size' => '19', 'color' => '#969696'),
),
array(
'id' => 'email_placeholder',
'type' => 'text',
'std' => 'Your E-mail...',
'title' => __('E-mail Placeholder', 'nhp-opts'),
),
array(
'id' => 'submit_button',
'type' => 'text',
'std' => 'Subscribe Now!',
'title' => __('Submit Button', 'nhp-opts'),
),
array(
'id' => 'submit_button_loading',
'type' => 'text',
'std' => '',
'title' => __('Submit Button Loading Text', 'nhp-opts'),
'desc' => __('(ex: Please wait...)', 'nhp-opts'),
),
array(
'id' => 'submit_button_success',
'type' => 'text',
'std' => '',
'title' => __('Submit Button Success Text', 'nhp-opts'),
'desc' => __('(ex: Thank You!)', 'nhp-opts'),
),
array(
'id' => 'submit_button_color',
'type' => 'color',
'std' => '#ef0000',
'desc' => __('(default: #ef0000)', 'nhp-opts'),
'title' => __('Submit Button Color', 'nhp-opts'),
),
array(
'id' => 'submit_button_text_color',
'type' => 'color',
'std' => '#ffffff',
'desc' => __('(default: #ffffff)', 'nhp-opts'),
'title' => __('Submit Button Text Color', 'nhp-opts'),
),
array(
'id' => 'security_note',
'type' => 'text',
'title' => __('Security Note', 'nhp-opts'),
),
)
);
?>