Version Description
- Used jQuery accordions to organize option page fields
- Added more features to support external templates
- Moved social media link options to Common Options page
- Used Bootstrap Switch to replace option checkboxes
- Improved social icons of Believe template
- Added feature to define minimum IgniteUp version required for external templates
- Improved translation support. You can contribute here, with your language
- Updated Font Awesome library to the latest.
Download this release
Release Info
Developer | ceylonsystems |
Plugin | IgniteUp – Coming Soon and Maintenance Mode |
Version | 3.1 |
Comparing to | |
See all releases |
Code changes from version 3.0 to 3.1
- igniteup.php +4 -4
- includes/class-admin-options.php +25 -10
- includes/class-coming-soon-creator.php +78 -4
- includes/css/bootstrap-switch.min.css +22 -0
- includes/css/font-awesome.min.css +2 -2
- includes/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- includes/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- includes/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
- includes/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- includes/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- includes/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- includes/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- includes/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- includes/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- includes/css/images/{ui-icons_ffd27a_256x240.png → ui-icons_00a0d2_256x240.png} +0 -0
- includes/css/images/ui-icons_222222_256x240.png +0 -0
- includes/css/images/ui-icons_228ef1_256x240.png +0 -0
- includes/css/images/ui-icons_ef8c08_256x240.png +0 -0
- includes/css/images/ui-icons_ffffff_256x240.png +0 -0
- includes/css/jquery-ui.min.css +0 -7
- includes/css/main.css +81 -11
- includes/fonts/fontawesome/FontAwesome.otf +0 -0
- includes/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- includes/fonts/fontawesome/fontawesome-webfont.svg +112 -22
- includes/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- includes/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- includes/fonts/fontawesome/fontawesome-webfont.woff2 +0 -0
- includes/images/get-templates-1.jpg +0 -0
- includes/images/help-get-templates.jpg +0 -0
- includes/images/igniteup-pro.png +0 -0
- includes/js/bootstrap-switch.min.js +22 -0
- includes/js/main.js +50 -1
- includes/templates/believe.php +9 -30
- includes/templates/believe/believe.php +23 -21
- includes/templates/believe/css/main.css +23 -14
- includes/templates/glass.php +3 -66
- includes/templates/glass/glass.php +11 -13
- includes/templates/launcher.php +1 -63
- includes/templates/launcher/css/main.css +2 -2
- includes/templates/launcher/launcher.php +18 -20
- includes/templates/offline.php +1 -1
- includes/templates/offline/offline.php +1 -1
- includes/views/admin-dashboard.php +6 -6
- includes/views/admin-subscribers.php +1 -1
- includes/views/admin-templates.php +9 -9
- includes/views/temp-common-options.php +95 -46
- includes/views/temp-general-options.php +81 -77
- includes/views/temp-help.php +43 -27
- includes/views/temp-integration-options.php +110 -105
- includes/views/temp-siderbar-ad.php +7 -0
- includes/views/temp-template-options.php +123 -73
- localization/_cscs_igniteup-si_LK.mo +0 -0
- localization/_cscs_igniteup-si_LK.po +0 -256
- localization/default.mo +0 -0
- localization/igniteup-si_LK.mo +0 -0
- localization/igniteup-si_LK.po +748 -0
- localization/{default.po → igniteup.pot} +181 -144
- readme.txt +29 -17
igniteup.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
Plugin Name: IgniteUp
|
4 |
Plugin URI: http://getigniteup.com
|
5 |
Description: IgniteUp is a powerful plugin which allows you to keep your site on launchpad till ignite-up and to build amazing coming soon pages.
|
6 |
-
Version: 3.
|
7 |
Author: Ceylon Systems
|
8 |
Author URI: http://getigniteup.com
|
9 |
License: GPLv2 or later
|
10 |
-
Text Domain:
|
11 |
-
Domain Path:
|
12 |
*/
|
13 |
|
14 |
require_once 'includes/core-import.php';
|
15 |
|
16 |
-
new CSComingSoonCreator(__FILE__, '3.
|
3 |
Plugin Name: IgniteUp
|
4 |
Plugin URI: http://getigniteup.com
|
5 |
Description: IgniteUp is a powerful plugin which allows you to keep your site on launchpad till ignite-up and to build amazing coming soon pages.
|
6 |
+
Version: 3.1
|
7 |
Author: Ceylon Systems
|
8 |
Author URI: http://getigniteup.com
|
9 |
License: GPLv2 or later
|
10 |
+
Text Domain: igniteup
|
11 |
+
Domain Path: /localization/
|
12 |
*/
|
13 |
|
14 |
require_once 'includes/core-import.php';
|
15 |
|
16 |
+
new CSComingSoonCreator(__FILE__, '3.1');
|
includes/class-admin-options.php
CHANGED
@@ -3,15 +3,14 @@
|
|
3 |
class CSAdminOptions {
|
4 |
|
5 |
public static $gener_options = array('enable', 'cs_page_title', 'skipfor', 'powered_by', 'customcss', 'favicon_url', 'send_status');
|
6 |
-
public static $common_options = array('subscribe_text', 'alert_thankyou', 'alert_error_invalid_email', 'alert_error_already_exists');
|
7 |
-
private static $
|
8 |
|
9 |
public static function registerGeneralOptions() {
|
10 |
-
foreach (self::$gener_options as $val)
|
11 |
register_setting('cscs_gener_options', CSCS_GENEROPTION_PREFIX . $val);
|
12 |
-
}
|
13 |
|
14 |
-
foreach (self::$
|
15 |
register_setting('cscs_integrat_options', CSCS_GENEROPTION_PREFIX . $ival);
|
16 |
|
17 |
foreach (self::$common_options as $xval)
|
@@ -64,12 +63,28 @@ class CSAdminOptions {
|
|
64 |
return $saved_;
|
65 |
}
|
66 |
|
67 |
-
public static function getTemplates() {
|
68 |
global $cscs_templates;
|
|
|
69 |
$templates = apply_filters('igniteup_get_templates', $cscs_templates);
|
70 |
ksort($templates);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
$cscs_templates = $templates;
|
72 |
-
return $templates;
|
73 |
}
|
74 |
|
75 |
public static function setDefaultOptions() {
|
@@ -87,9 +102,9 @@ class CSAdminOptions {
|
|
87 |
$return = get_option($option_name);
|
88 |
$array = array(
|
89 |
'subscribe_text' => __('Subscribe', CSCS_TEXT_DOMAIN),
|
90 |
-
'alert_thankyou' =>
|
91 |
-
'alert_error_invalid_email' =>
|
92 |
-
'alert_error_already_exists' =>
|
93 |
'days' => __('DAYS', CSCS_TEXT_DOMAIN),
|
94 |
'hours' => __('HOURS', CSCS_TEXT_DOMAIN),
|
95 |
'minutes' => __('MINUTES', CSCS_TEXT_DOMAIN),
|
3 |
class CSAdminOptions {
|
4 |
|
5 |
public static $gener_options = array('enable', 'cs_page_title', 'skipfor', 'powered_by', 'customcss', 'favicon_url', 'send_status');
|
6 |
+
public static $common_options = array('subscribe_text', 'alert_thankyou', 'alert_error_invalid_email', 'alert_error_already_exists', 'social_twitter', 'social_facebook', 'social_pinterest', 'social_googleplus', 'social_youtube', 'social_behance', 'social_linkedin', 'social_instagram', 'receive_email_addr');
|
7 |
+
private static $integration_options = array('mailchimp_api', 'mailchimp_list', 'save_email_to', 'enable_integration', 'mailpoet_list');
|
8 |
|
9 |
public static function registerGeneralOptions() {
|
10 |
+
foreach (self::$gener_options as $val)
|
11 |
register_setting('cscs_gener_options', CSCS_GENEROPTION_PREFIX . $val);
|
|
|
12 |
|
13 |
+
foreach (self::$integration_options as $ival)
|
14 |
register_setting('cscs_integrat_options', CSCS_GENEROPTION_PREFIX . $ival);
|
15 |
|
16 |
foreach (self::$common_options as $xval)
|
63 |
return $saved_;
|
64 |
}
|
65 |
|
66 |
+
public static function getTemplates($onlyCheckIfThereAreIncompatibles = FALSE) {
|
67 |
global $cscs_templates;
|
68 |
+
$version = get_option(CSCS_GENEROPTION_PREFIX . 'version', '1.0');
|
69 |
$templates = apply_filters('igniteup_get_templates', $cscs_templates);
|
70 |
ksort($templates);
|
71 |
+
|
72 |
+
/*
|
73 |
+
*
|
74 |
+
* Check for incompatible templates.
|
75 |
+
*
|
76 |
+
*/
|
77 |
+
foreach ($templates as $template => $option){
|
78 |
+
if (isset($option['igniteup_version']) && floatval($option['igniteup_version']) > floatval($version)){
|
79 |
+
if ($onlyCheckIfThereAreIncompatibles) {
|
80 |
+
return TRUE;
|
81 |
+
} else {
|
82 |
+
unset($templates[$template]);
|
83 |
+
}
|
84 |
+
}
|
85 |
+
}
|
86 |
$cscs_templates = $templates;
|
87 |
+
return $onlyCheckIfThereAreIncompatibles ? FALSE : $templates; //Return FALSE if all themes are compatible.
|
88 |
}
|
89 |
|
90 |
public static function setDefaultOptions() {
|
102 |
$return = get_option($option_name);
|
103 |
$array = array(
|
104 |
'subscribe_text' => __('Subscribe', CSCS_TEXT_DOMAIN),
|
105 |
+
'alert_thankyou' => __('<strong>Thank you!</strong> You are subscribed', CSCS_TEXT_DOMAIN),
|
106 |
+
'alert_error_invalid_email' => __('<strong>Invalid Email!</strong> Please try again', CSCS_TEXT_DOMAIN),
|
107 |
+
'alert_error_already_exists' => __('<strong>Email already exists!</strong> Please try again', CSCS_TEXT_DOMAIN),
|
108 |
'days' => __('DAYS', CSCS_TEXT_DOMAIN),
|
109 |
'hours' => __('HOURS', CSCS_TEXT_DOMAIN),
|
110 |
'minutes' => __('MINUTES', CSCS_TEXT_DOMAIN),
|
includes/class-coming-soon-creator.php
CHANGED
@@ -7,8 +7,8 @@ class CSComingSoonCreator {
|
|
7 |
|
8 |
add_action('admin_menu', array($this, 'setMenus'));
|
9 |
add_action('admin_enqueue_scripts', array($this, 'loadAdminScripts'));
|
10 |
-
add_action('wp_enqueue_scripts', array($this, 'dequeScripts'),
|
11 |
-
add_action('wp_enqueue_scripts', array($this, 'loadThemeScripts'),
|
12 |
add_action('admin_init', array('CSAdminOptions', 'registerOptions'));
|
13 |
add_action('admin_init', array('CSAdminOptions', 'registerGeneralOptions'));
|
14 |
add_action('admin_init', array($this, 'removeSubscribers'));
|
@@ -22,10 +22,14 @@ class CSComingSoonCreator {
|
|
22 |
register_activation_hook(CSCS_FILE, array('CSAdminOptions', 'setDefaultOptions'));
|
23 |
add_action('wp_ajax_nopriv_subscribe_email', array($this, 'subscribeEmail'));
|
24 |
add_action('wp_ajax_subscribe_email', array($this, 'subscribeEmail'));
|
|
|
|
|
|
|
25 |
add_action('admin_init', array($this, 'createCsvFile'));
|
26 |
add_action('admin_init', array($this, 'createBccFile'));
|
27 |
add_action('admin_bar_menu', array($this, 'showAdminBarMenu'), 1000);
|
28 |
add_action('after_setup_theme', array($this, 'load_languages'));
|
|
|
29 |
new CSComingSoonDbMigrations();
|
30 |
}
|
31 |
|
@@ -38,7 +42,7 @@ class CSComingSoonCreator {
|
|
38 |
|
39 |
private function setConstants($file, $version = NULL) {
|
40 |
global $wpdb;
|
41 |
-
define('CSCS_TEXT_DOMAIN', '
|
42 |
define('CSCS_DEFTEMP_OPTION', 'cscs_default_template');
|
43 |
define('CSCS_TEMPLATEOPTION_PREFIX', 'cscs_tempoption_');
|
44 |
define('CSCS_GENEROPTION_PREFIX', 'cscs_generpotion_');
|
@@ -139,14 +143,17 @@ class CSComingSoonCreator {
|
|
139 |
public function loadAdminScripts() {
|
140 |
wp_enqueue_style('rockyton-icon', plugin_dir_url(CSCS_FILE) . 'includes/css/icons/styles.css', array(), CSCS_CURRENT_VERSION);
|
141 |
wp_enqueue_style('igniteup', plugin_dir_url(CSCS_FILE) . 'includes/css/main.css', array(), CSCS_CURRENT_VERSION);
|
|
|
142 |
|
143 |
if (isset($_GET['page']) && ($_GET['page'] == 'cscs_options' || $_GET['page'] == 'cscs_subscribers')) {
|
144 |
wp_enqueue_style('wp-color-picker');
|
145 |
wp_enqueue_script('jquery');
|
146 |
|
147 |
wp_enqueue_script('jquery-form', false, array('jquery'));
|
|
|
148 |
wp_enqueue_script('jquery-ui-datepicker');
|
149 |
-
wp_enqueue_style('jquery-
|
|
|
150 |
wp_enqueue_script('igniteup', plugin_dir_url(CSCS_FILE) . 'includes/js/main.js', array('jquery', 'wp-color-picker'), CSCS_CURRENT_VERSION, true);
|
151 |
wp_enqueue_media();
|
152 |
}
|
@@ -266,6 +273,28 @@ class CSComingSoonCreator {
|
|
266 |
wp_die();
|
267 |
}
|
268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
private function subscribeToMailingLists($name, $email) {
|
270 |
$enabled = get_option(CSCS_GENEROPTION_PREFIX . 'enable_integration');
|
271 |
if ($enabled !== '1')
|
@@ -396,4 +425,49 @@ class CSComingSoonCreator {
|
|
396 |
echo '<script type="text/javascript">igniteup_ajaxurl = "' . admin_url('admin-ajax.php') . '";</script>';
|
397 |
}
|
398 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
}
|
7 |
|
8 |
add_action('admin_menu', array($this, 'setMenus'));
|
9 |
add_action('admin_enqueue_scripts', array($this, 'loadAdminScripts'));
|
10 |
+
add_action('wp_enqueue_scripts', array($this, 'dequeScripts'), 99998);
|
11 |
+
add_action('wp_enqueue_scripts', array($this, 'loadThemeScripts'), 99999);
|
12 |
add_action('admin_init', array('CSAdminOptions', 'registerOptions'));
|
13 |
add_action('admin_init', array('CSAdminOptions', 'registerGeneralOptions'));
|
14 |
add_action('admin_init', array($this, 'removeSubscribers'));
|
22 |
register_activation_hook(CSCS_FILE, array('CSAdminOptions', 'setDefaultOptions'));
|
23 |
add_action('wp_ajax_nopriv_subscribe_email', array($this, 'subscribeEmail'));
|
24 |
add_action('wp_ajax_subscribe_email', array($this, 'subscribeEmail'));
|
25 |
+
add_action('wp_ajax_igniteup_admin_subscribe', array($this, 'adminSubscribe'));
|
26 |
+
add_action('wp_ajax_nopriv_contact_form', array($this, 'sendContactForm'));
|
27 |
+
add_action('wp_ajax_contact_form', array($this, 'sendContactForm'));
|
28 |
add_action('admin_init', array($this, 'createCsvFile'));
|
29 |
add_action('admin_init', array($this, 'createBccFile'));
|
30 |
add_action('admin_bar_menu', array($this, 'showAdminBarMenu'), 1000);
|
31 |
add_action('after_setup_theme', array($this, 'load_languages'));
|
32 |
+
add_action('admin_notices', array($this, 'noncompatible_theme_notice'));
|
33 |
new CSComingSoonDbMigrations();
|
34 |
}
|
35 |
|
42 |
|
43 |
private function setConstants($file, $version = NULL) {
|
44 |
global $wpdb;
|
45 |
+
define('CSCS_TEXT_DOMAIN', 'igniteup');
|
46 |
define('CSCS_DEFTEMP_OPTION', 'cscs_default_template');
|
47 |
define('CSCS_TEMPLATEOPTION_PREFIX', 'cscs_tempoption_');
|
48 |
define('CSCS_GENEROPTION_PREFIX', 'cscs_generpotion_');
|
143 |
public function loadAdminScripts() {
|
144 |
wp_enqueue_style('rockyton-icon', plugin_dir_url(CSCS_FILE) . 'includes/css/icons/styles.css', array(), CSCS_CURRENT_VERSION);
|
145 |
wp_enqueue_style('igniteup', plugin_dir_url(CSCS_FILE) . 'includes/css/main.css', array(), CSCS_CURRENT_VERSION);
|
146 |
+
wp_enqueue_style('bootstrap-switch', plugin_dir_url(CSCS_FILE) . 'includes/css/bootstrap-switch.min.css', array(), CSCS_CURRENT_VERSION);
|
147 |
|
148 |
if (isset($_GET['page']) && ($_GET['page'] == 'cscs_options' || $_GET['page'] == 'cscs_subscribers')) {
|
149 |
wp_enqueue_style('wp-color-picker');
|
150 |
wp_enqueue_script('jquery');
|
151 |
|
152 |
wp_enqueue_script('jquery-form', false, array('jquery'));
|
153 |
+
wp_enqueue_script('jquery-ui-accordion', false, array('jquery'));
|
154 |
wp_enqueue_script('jquery-ui-datepicker');
|
155 |
+
wp_enqueue_style('jquery-ui-theme', '//code.jquery.com/ui/1.11.4/themes/flick/jquery-ui.css');
|
156 |
+
wp_enqueue_script('bootstrap-switch', plugin_dir_url(CSCS_FILE) . 'includes/js/bootstrap-switch.min.js', array('jquery'), CSCS_CURRENT_VERSION, true);
|
157 |
wp_enqueue_script('igniteup', plugin_dir_url(CSCS_FILE) . 'includes/js/main.js', array('jquery', 'wp-color-picker'), CSCS_CURRENT_VERSION, true);
|
158 |
wp_enqueue_media();
|
159 |
}
|
273 |
wp_die();
|
274 |
}
|
275 |
|
276 |
+
public function sendContactForm() {
|
277 |
+
$name = trim($_REQUEST['contact_name']);
|
278 |
+
$email = trim($_REQUEST['contact_email']);
|
279 |
+
$message = trim($_REQUEST['contact_message']);
|
280 |
+
// Create the email and send the message
|
281 |
+
$cs_receive_email_addr = CSCS_GENEROPTION_PREFIX . 'receive_email_addr';
|
282 |
+
$admin_email = get_bloginfo('admin_email');
|
283 |
+
$to = get_option($cs_receive_email_addr, $admin_email);
|
284 |
+
$email_subject = sprintf(__('%1$s Sent you a Message via %2$s Contact Form', CSCS_TEXT_DOMAIN), $name, get_bloginfo('name'));
|
285 |
+
$email_body = "<html><body>" .
|
286 |
+
"<p>" . nl2br(str_replace("\'", "'", $message)) . "</p><hr>" .
|
287 |
+
"<h4>" . __('This message was sent to you via IgniteUp Contact Form', CSCS_TEXT_DOMAIN) . "</h4>" .
|
288 |
+
"<p>" . __('Name:', CSCS_TEXT_DOMAIN) . " $name<br>" .
|
289 |
+
__('Email:', CSCS_TEXT_DOMAIN) . " $email</p>" .
|
290 |
+
"<p>" . __('You can reply the sender directly by replying to this email.', CSCS_TEXT_DOMAIN) . "</p>" .
|
291 |
+
"</body></html>";
|
292 |
+
$url = get_bloginfo('url');
|
293 |
+
$status = wp_mail($to, $email_subject, $email_body, array("Reply-To: $email", "MIME-Version: 1.0", "Content-Type: text/html; charset=UTF-8"));
|
294 |
+
echo json_encode(array('success' => $status));
|
295 |
+
wp_die();
|
296 |
+
}
|
297 |
+
|
298 |
private function subscribeToMailingLists($name, $email) {
|
299 |
$enabled = get_option(CSCS_GENEROPTION_PREFIX . 'enable_integration');
|
300 |
if ($enabled !== '1')
|
425 |
echo '<script type="text/javascript">igniteup_ajaxurl = "' . admin_url('admin-ajax.php') . '";</script>';
|
426 |
}
|
427 |
|
428 |
+
public function noncompatible_theme_notice() {
|
429 |
+
if (!CSAdminOptions::getTemplates(TRUE)) //Check if any non-compatible theme exists.
|
430 |
+
return;
|
431 |
+
?>
|
432 |
+
<div class="error">
|
433 |
+
<p><?php printf(__('There\'re themes not supporting current IgniteUp version (%1$s). To fix <a href="%2$s">Update IgniteUp</a> now!', CSCS_TEXT_DOMAIN), 'v' . CSCS_CURRENT_VERSION, admin_url('update-core.php')); ?></p>
|
434 |
+
</div>
|
435 |
+
<?php
|
436 |
+
}
|
437 |
+
|
438 |
+
public function adminSubscribe() {
|
439 |
+
header('Content-type: application/json; charset=utf-8');
|
440 |
+
$email = $_POST['admin_filled_email'];
|
441 |
+
$error = FALSE;
|
442 |
+
$message = '';
|
443 |
+
if (empty($email)) {
|
444 |
+
echo json_encode(array('error' => TRUE, 'message' => 'Please provide your email address!'));
|
445 |
+
wp_die();
|
446 |
+
}
|
447 |
+
|
448 |
+
if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
|
449 |
+
echo json_encode(array('error' => TRUE, 'message' => 'Please enter a valid email address!'));
|
450 |
+
wp_die();
|
451 |
+
}
|
452 |
+
|
453 |
+
$resp = wp_remote_post('http://getigniteup.com/api/subscribe', array(
|
454 |
+
'body' => array('ignitmailsubscr' => TRUE, 'ignitmailaddress' => $email),
|
455 |
+
'timeout' => 20
|
456 |
+
)
|
457 |
+
);
|
458 |
+
|
459 |
+
if (is_wp_error($resp)) {
|
460 |
+
$error = TRUE;
|
461 |
+
$message = 'Something went wrong. Please try again!';
|
462 |
+
}
|
463 |
+
|
464 |
+
$curr_user = get_current_user_id();
|
465 |
+
if (!$error && !empty($curr_user)) {
|
466 |
+
update_user_meta($curr_user, 'igniteup_admin_subscribed', '1');
|
467 |
+
}
|
468 |
+
|
469 |
+
echo json_encode(array('error' => $error, 'message' => $message));
|
470 |
+
wp_die();
|
471 |
+
}
|
472 |
+
|
473 |
}
|
includes/css/bootstrap-switch.min.css
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* ========================================================================
|
2 |
+
* bootstrap-switch - v3.3.2
|
3 |
+
* http://www.bootstrap-switch.org
|
4 |
+
* ========================================================================
|
5 |
+
* Copyright 2012-2013 Mattia Larentis
|
6 |
+
*
|
7 |
+
* ========================================================================
|
8 |
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
* you may not use this file except in compliance with the License.
|
10 |
+
* You may obtain a copy of the License at
|
11 |
+
*
|
12 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
*
|
14 |
+
* Unless required by applicable law or agreed to in writing, software
|
15 |
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
* See the License for the specific language governing permissions and
|
18 |
+
* limitations under the License.
|
19 |
+
* ========================================================================
|
20 |
+
*/
|
21 |
+
|
22 |
+
.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid #ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block!important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0)}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;-o-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 3px 3px 0}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:3px 0 0 3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}
|
includes/css/font-awesome.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
/*!
|
2 |
-
* Font Awesome 4.
|
3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
-
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
|
1 |
/*!
|
2 |
+
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
|
includes/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
DELETED
Binary file
|
includes/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
DELETED
Binary file
|
includes/css/images/ui-bg_flat_10_000000_40x100.png
DELETED
Binary file
|
includes/css/images/ui-bg_glass_100_f6f6f6_1x400.png
DELETED
Binary file
|
includes/css/images/ui-bg_glass_100_fdf5ce_1x400.png
DELETED
Binary file
|
includes/css/images/ui-bg_glass_65_ffffff_1x400.png
DELETED
Binary file
|
includes/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
DELETED
Binary file
|
includes/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
DELETED
Binary file
|
includes/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
DELETED
Binary file
|
includes/css/images/{ui-icons_ffd27a_256x240.png → ui-icons_00a0d2_256x240.png}
RENAMED
Binary file
|
includes/css/images/ui-icons_222222_256x240.png
DELETED
Binary file
|
includes/css/images/ui-icons_228ef1_256x240.png
DELETED
Binary file
|
includes/css/images/ui-icons_ef8c08_256x240.png
DELETED
Binary file
|
includes/css/images/ui-icons_ffffff_256x240.png
CHANGED
Binary file
|
includes/css/jquery-ui.min.css
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
/*! jQuery UI - v1.11.4 - 2015-03-11
|
2 |
-
* http://jqueryui.com
|
3 |
-
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
4 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
|
5 |
-
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
6 |
-
|
7 |
-
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/css/main.css
CHANGED
@@ -17,43 +17,48 @@
|
|
17 |
#cscs-templates .template-box.get-template-box div.get-more{position: absolute;bottom: 50px;width: 100%;text-align: center;font-size: 15px;color: #000;}
|
18 |
|
19 |
.cscs_message{padding: 20px !important; margin: 5px 0 15px;background: #fff; border-left: 4px solid #7ad03a; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);}
|
20 |
-
|
21 |
-
.
|
22 |
-
.cscs-nav-tabs:hover{background-color: #fff;color: #464646;}
|
23 |
-
.cscs-nav-tabs.active, .cscs-nav-tabs.active:hover{border-bottom: 1px solid #f1f1f1;background: #f1f1f1;color: #000;}
|
24 |
-
.clearfix{clear:both;}
|
25 |
|
26 |
#toplevel_page_cscs_templates .wp-menu-image:before {font-family: "rockyton" !important;content: 'm' !important;}
|
27 |
|
28 |
body.igniteup_page_cscs_options #saveResult{margin-left: 20px;}
|
29 |
-
body.igniteup_page_cscs_options .reset-igniteup{margin-left: 0;}
|
30 |
body.igniteup_page_cscs_options .cs-hidden-section{display: none;}
|
31 |
|
32 |
.igniteup_page_cscs_options .update-page{padding: 5px 20px 20px 20px;}
|
33 |
.igniteup_page_cscs_options .update-page h1.title{color:#0073AA;}
|
34 |
-
.igniteup_page_cscs_options .update-page h2.
|
35 |
|
36 |
.igniteup_page_cscs_options .update-page .widget-wrapper{display: block;}
|
37 |
.igniteup_page_cscs_options .update-page .help-page-col{float:left;margin-right: 2%; width: 32%;}
|
38 |
.igniteup_page_cscs_options .update-page .help-page-widget{background-color: #FFF; margin-bottom: 20px;padding: 20px;}
|
39 |
.igniteup_page_cscs_options .update-page .help-page-widget img{/*background-color: #9AFFAF;*/-webkit-box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);
|
40 |
-
-moz-box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);
|
41 |
-
box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);}
|
42 |
.igniteup_page_cscs_options .update-page .help-page-col-last{margin-right: 0;}
|
43 |
-
.igniteup_page_cscs_options .update-page .
|
|
|
44 |
.igniteup_page_cscs_options .update-page .help-page-widget p{font-size: 16px;color: #777;}
|
45 |
.igniteup_page_cscs_options .update-page .changelog h3{color:#539030;}
|
46 |
.igniteup_page_cscs_options .update-page .changelog .changelog-main-list li.main-item{font-size: 21px; color: #0073AA; margin-bottom: 20px;display: inline-block;}
|
47 |
.igniteup_page_cscs_options .update-page .changelog .changelog-main-list li.main-item span{font-size: 13px;color: #49E21F;font-style: italic;}
|
48 |
.igniteup_page_cscs_options .update-page .changelog .changelog-sub-list{margin-top: 10px; margin-left: 20px;list-style: square;line-height: 1.5;}
|
49 |
.igniteup_page_cscs_options .update-page .changelog .changelog-sub-list li{font-size: 16px; color: #777;}
|
|
|
|
|
|
|
|
|
|
|
50 |
|
|
|
51 |
#wp-admin-bar-igniteup_enabled{background-color: #C70000 !important;}
|
52 |
#wp-admin-bar-igniteup_enabled:hover a{background: #A20A0A !important;color: #FFFFFF !important;}
|
|
|
53 |
|
54 |
@media screen and (max-width:767px){
|
55 |
.igniteup_page_cscs_options .update-page .help-page-col{float:left;margin-right: 0; width: 100%;}
|
56 |
-
|
57 |
#cscs-templates .template-box{width: 80%;position: relative; margin: 0 auto 20px auto; float: inherit;}
|
58 |
#cscs-templates .template-box:nth-child(3n) {margin-right: auto;}
|
59 |
}
|
@@ -61,3 +66,68 @@ box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);}
|
|
61 |
@media screen and (min-width:1250px){
|
62 |
#cscs-templates .template-box.get-template-box div.get-more{bottom:70px;}
|
63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
#cscs-templates .template-box.get-template-box div.get-more{position: absolute;bottom: 50px;width: 100%;text-align: center;font-size: 15px;color: #000;}
|
18 |
|
19 |
.cscs_message{padding: 20px !important; margin: 5px 0 15px;background: #fff; border-left: 4px solid #7ad03a; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);}
|
20 |
+
|
21 |
+
.clearfix{clear:both;} .text-capitalize{text-transform: capitalize;}
|
|
|
|
|
|
|
22 |
|
23 |
#toplevel_page_cscs_templates .wp-menu-image:before {font-family: "rockyton" !important;content: 'm' !important;}
|
24 |
|
25 |
body.igniteup_page_cscs_options #saveResult{margin-left: 20px;}
|
26 |
+
body.igniteup_page_cscs_options .reset-igniteup{margin-left: 0;margin-top: 10px !important;display: inline-block;}
|
27 |
body.igniteup_page_cscs_options .cs-hidden-section{display: none;}
|
28 |
|
29 |
.igniteup_page_cscs_options .update-page{padding: 5px 20px 20px 20px;}
|
30 |
.igniteup_page_cscs_options .update-page h1.title{color:#0073AA;}
|
31 |
+
.igniteup_page_cscs_options .update-page h2.sub-title{margin-bottom: 20px;color: #777;}
|
32 |
|
33 |
.igniteup_page_cscs_options .update-page .widget-wrapper{display: block;}
|
34 |
.igniteup_page_cscs_options .update-page .help-page-col{float:left;margin-right: 2%; width: 32%;}
|
35 |
.igniteup_page_cscs_options .update-page .help-page-widget{background-color: #FFF; margin-bottom: 20px;padding: 20px;}
|
36 |
.igniteup_page_cscs_options .update-page .help-page-widget img{/*background-color: #9AFFAF;*/-webkit-box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);
|
37 |
+
-moz-box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);
|
38 |
+
box-shadow: 2px 2px 5px 0px rgba(117,189,189,1);}
|
39 |
.igniteup_page_cscs_options .update-page .help-page-col-last{margin-right: 0;}
|
40 |
+
.igniteup_page_cscs_options .update-page a.blog_read{font-size: 12px;margin-left: 12px;}
|
41 |
+
.igniteup_page_cscs_options .update-page .help-page-widget h2{font-weight: 600;font-size: 23px;}
|
42 |
.igniteup_page_cscs_options .update-page .help-page-widget p{font-size: 16px;color: #777;}
|
43 |
.igniteup_page_cscs_options .update-page .changelog h3{color:#539030;}
|
44 |
.igniteup_page_cscs_options .update-page .changelog .changelog-main-list li.main-item{font-size: 21px; color: #0073AA; margin-bottom: 20px;display: inline-block;}
|
45 |
.igniteup_page_cscs_options .update-page .changelog .changelog-main-list li.main-item span{font-size: 13px;color: #49E21F;font-style: italic;}
|
46 |
.igniteup_page_cscs_options .update-page .changelog .changelog-sub-list{margin-top: 10px; margin-left: 20px;list-style: square;line-height: 1.5;}
|
47 |
.igniteup_page_cscs_options .update-page .changelog .changelog-sub-list li{font-size: 16px; color: #777;}
|
48 |
+
.igniteup_page_cscs_options .update-page #igniteup-subscription-form{}
|
49 |
+
.igniteup_page_cscs_options .update-page #igniteup-subscription-form input{height: 35px;width: 100%;margin-bottom: 10px;}
|
50 |
+
.igniteup_page_cscs_options .update-page #igniteup-subscription-form button{height: 36px;}
|
51 |
+
.igniteup_page_cscs_options .update-page #igniteup-subscription-form .description{font-size: 13px;margin-top: 10px;}
|
52 |
+
.igniteup_page_cscs_options .update-page #igniteup-subscription-form .thank-you-text{color: #FFFFFF;background: #99BD36;padding: 5px;text-align: center;line-height: 25px;font-size: 16px;margin-top: 10px;display: none;width: 100%;}
|
53 |
|
54 |
+
.min-width-200{min-width: 200px;}
|
55 |
#wp-admin-bar-igniteup_enabled{background-color: #C70000 !important;}
|
56 |
#wp-admin-bar-igniteup_enabled:hover a{background: #A20A0A !important;color: #FFFFFF !important;}
|
57 |
+
.text-capitalize{text-transform: capitalize;}
|
58 |
|
59 |
@media screen and (max-width:767px){
|
60 |
.igniteup_page_cscs_options .update-page .help-page-col{float:left;margin-right: 0; width: 100%;}
|
61 |
+
|
62 |
#cscs-templates .template-box{width: 80%;position: relative; margin: 0 auto 20px auto; float: inherit;}
|
63 |
#cscs-templates .template-box:nth-child(3n) {margin-right: auto;}
|
64 |
}
|
66 |
@media screen and (min-width:1250px){
|
67 |
#cscs-templates .template-box.get-template-box div.get-more{bottom:70px;}
|
68 |
}
|
69 |
+
/*
|
70 |
+
Changes on jQuery UI
|
71 |
+
*/
|
72 |
+
.igniteup-accordian .ui-accordion-header{
|
73 |
+
border: 1px solid #ddd !important;
|
74 |
+
background: #CCE1EF !important;
|
75 |
+
color: #000 !important;
|
76 |
+
}
|
77 |
+
.igniteup-accordian .ui-state-hover{
|
78 |
+
border: 1px solid #ddd !important;
|
79 |
+
background: #fafafa url("images/ui-bg_flat_0_fafafa_40x100.png") 50% 50% repeat-x !important;
|
80 |
+
color : #00a0d2 !important;
|
81 |
+
}
|
82 |
+
.igniteup-accordian .ui-state-active{
|
83 |
+
border: 1px solid #ddd !important;
|
84 |
+
background: #00a0d2 url("images/ui-bg_flat_0_00a0d2_40x100.png") 50% 50% repeat-x !important;
|
85 |
+
color: #fff !important;
|
86 |
+
}
|
87 |
+
.igniteup-accordian .ui-state-hover.ui-state-focus.ui-state-hover .ui-icon{
|
88 |
+
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
|
89 |
+
}
|
90 |
+
.igniteup-accordian .ui-state-default.ui-state-focus.ui-state-hover .ui-icon{
|
91 |
+
background-image: url("images/ui-icons_00a0d2_256x240.png") !important;
|
92 |
+
}
|
93 |
+
.igniteup-accordian .ui-state-default.ui-state-hover .ui-icon{
|
94 |
+
background-image: url("images/ui-icons_00a0d2_256x240.png") !important;
|
95 |
+
}
|
96 |
+
.igniteup-accordian .ui-state-default.ui-state-active.ui-state-hover.ui-state-focus .ui-icon{
|
97 |
+
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
|
98 |
+
}
|
99 |
+
.igniteup-accordian .ui-state-default.ui-state-active.ui-state-hover.ui-state-focus .ui-icon{
|
100 |
+
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
|
101 |
+
}
|
102 |
+
.igniteup-accordian .ui-state-default.ui-state-active .ui-icon{
|
103 |
+
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
|
104 |
+
}
|
105 |
+
.igniteup-accordian .ui-state-default.ui-state-focus .ui-icon{
|
106 |
+
background-image: url("images/ui-icons_666666_256x240.png") !important;
|
107 |
+
}
|
108 |
+
.igniteup-accordian .ui-state-default.ui-state-active.ui-state-focus .ui-icon{
|
109 |
+
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
|
110 |
+
}
|
111 |
+
.main-row{
|
112 |
+
width: 100%;
|
113 |
+
clear: both;
|
114 |
+
}
|
115 |
+
.igniteup-options{
|
116 |
+
width: 100%;
|
117 |
+
}
|
118 |
+
.igniteup-banner{
|
119 |
+
display: none;
|
120 |
+
background: #F44236;
|
121 |
+
padding: 1px;
|
122 |
+
}
|
123 |
+
@media(min-width:768px){
|
124 |
+
.igniteup-banner{
|
125 |
+
width:25%;
|
126 |
+
float: right;
|
127 |
+
display: block;
|
128 |
+
}
|
129 |
+
.igniteup-options{
|
130 |
+
width:74%;
|
131 |
+
float: left;
|
132 |
+
}
|
133 |
+
}
|
includes/fonts/fontawesome/FontAwesome.otf
CHANGED
Binary file
|
includes/fonts/fontawesome/fontawesome-webfont.eot
CHANGED
Binary file
|
includes/fonts/fontawesome/fontawesome-webfont.svg
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?xml version="1.0" standalone="no"?>
|
2 |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg"
|
4 |
<metadata></metadata>
|
5 |
<defs>
|
6 |
<font id="fontawesomeregular" horiz-adv-x="1536" >
|
@@ -219,8 +219,8 @@
|
|
219 |
<glyph unicode="" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
|
220 |
<glyph unicode="" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
221 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
|
222 |
-
<glyph unicode="" d="
|
223 |
-
<glyph unicode="" horiz-adv-x="
|
224 |
<glyph unicode="" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
|
225 |
<glyph unicode="" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
226 |
<glyph unicode="" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
@@ -362,7 +362,7 @@
|
|
362 |
<glyph unicode="" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
363 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
|
364 |
<glyph unicode="" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
365 |
-
<glyph unicode=""
|
366 |
<glyph unicode="" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
|
367 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
368 |
<glyph unicode="" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
@@ -399,7 +399,7 @@
|
|
399 |
<glyph unicode="" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
400 |
<glyph unicode="" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
401 |
<glyph unicode="" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
|
402 |
-
<glyph unicode="" d="
|
403 |
<glyph unicode="" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
|
404 |
<glyph unicode="" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
405 |
<glyph unicode="" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
|
@@ -410,9 +410,9 @@
|
|
410 |
<glyph unicode="" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
|
411 |
<glyph unicode="" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
|
412 |
<glyph unicode="" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
|
413 |
-
<glyph unicode=""
|
414 |
-
<glyph unicode="" horiz-adv-x="
|
415 |
-
<glyph unicode="" d="
|
416 |
<glyph unicode="" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
|
417 |
<glyph unicode="" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
|
418 |
<glyph unicode="" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
|
@@ -454,12 +454,12 @@
|
|
454 |
<glyph unicode="" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
|
455 |
<glyph unicode="" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
|
456 |
<glyph unicode="" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
|
457 |
-
<glyph unicode="" horiz-adv-x="1792" d="
|
458 |
<glyph unicode="" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
|
459 |
<glyph unicode="" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
460 |
<glyph unicode="" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
461 |
<glyph unicode="" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
|
462 |
-
<glyph unicode="" d="
|
463 |
<glyph unicode="" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
|
464 |
<glyph unicode="" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
|
465 |
<glyph unicode="" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
|
@@ -483,13 +483,13 @@
|
|
483 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
|
484 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
485 |
<glyph unicode="" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
486 |
-
<glyph unicode=""
|
487 |
<glyph unicode="" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" />
|
488 |
<glyph unicode="" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
489 |
<glyph unicode="" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
490 |
<glyph unicode="" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
491 |
<glyph unicode="" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
|
492 |
-
<glyph unicode="" horiz-adv-x="2304" d="
|
493 |
<glyph unicode="" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
494 |
<glyph unicode="" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" />
|
495 |
<glyph unicode="" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
|
@@ -523,7 +523,7 @@
|
|
523 |
<glyph unicode="" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
|
524 |
<glyph unicode="" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
|
525 |
<glyph unicode="" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
|
526 |
-
<glyph unicode="" horiz-adv-x="
|
527 |
<glyph unicode="" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
|
528 |
<glyph unicode="" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
|
529 |
<glyph unicode="" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
|
@@ -531,18 +531,18 @@
|
|
531 |
<glyph unicode="" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" />
|
532 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" />
|
533 |
<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
|
534 |
-
<glyph unicode=""
|
535 |
<glyph unicode="" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
536 |
<glyph unicode="" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
537 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
538 |
<glyph unicode="" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" />
|
539 |
<glyph unicode="" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
|
540 |
<glyph unicode="" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
|
541 |
-
<glyph unicode=""
|
542 |
<glyph unicode="" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" />
|
543 |
-
<glyph unicode="" horiz-adv-x="2048" d="
|
544 |
<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
545 |
-
<glyph unicode="" horiz-adv-x="
|
546 |
<glyph unicode="" horiz-adv-x="1792" />
|
547 |
<glyph unicode="" horiz-adv-x="1792" />
|
548 |
<glyph unicode="" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
|
@@ -555,11 +555,101 @@
|
|
555 |
<glyph unicode="" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
|
556 |
<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
|
557 |
<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
|
558 |
-
<glyph unicode="" horiz-adv-x="1792" d="
|
559 |
-
<glyph unicode=""
|
560 |
-
<glyph unicode="" horiz-adv-x="
|
561 |
-
<glyph unicode="" horiz-adv-x="
|
562 |
-
<glyph unicode="" horiz-adv-x="1792" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
<glyph unicode="" horiz-adv-x="1792" />
|
564 |
</font>
|
565 |
</defs></svg>
|
1 |
<?xml version="1.0" standalone="no"?>
|
2 |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
<metadata></metadata>
|
5 |
<defs>
|
6 |
<font id="fontawesomeregular" horiz-adv-x="1536" >
|
219 |
<glyph unicode="" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
|
220 |
<glyph unicode="" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
221 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
|
222 |
+
<glyph unicode="" d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585 h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
223 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62 q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
|
224 |
<glyph unicode="" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
|
225 |
<glyph unicode="" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
226 |
<glyph unicode="" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
362 |
<glyph unicode="" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
363 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
|
364 |
<glyph unicode="" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
365 |
+
<glyph unicode="" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
|
366 |
<glyph unicode="" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
|
367 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
368 |
<glyph unicode="" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
399 |
<glyph unicode="" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
400 |
<glyph unicode="" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
401 |
<glyph unicode="" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
|
402 |
+
<glyph unicode="" d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179 q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
403 |
<glyph unicode="" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
|
404 |
<glyph unicode="" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
405 |
<glyph unicode="" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
|
410 |
<glyph unicode="" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
|
411 |
<glyph unicode="" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
|
412 |
<glyph unicode="" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
|
413 |
+
<glyph unicode="" d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5 t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
|
414 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26 t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37 q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191 t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
415 |
+
<glyph unicode="" d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54 q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83 q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
416 |
<glyph unicode="" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
|
417 |
<glyph unicode="" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
|
418 |
<glyph unicode="" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
|
454 |
<glyph unicode="" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
|
455 |
<glyph unicode="" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
|
456 |
<glyph unicode="" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
|
457 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5 t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
|
458 |
<glyph unicode="" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
|
459 |
<glyph unicode="" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
460 |
<glyph unicode="" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
461 |
<glyph unicode="" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
|
462 |
+
<glyph unicode="" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
463 |
<glyph unicode="" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
|
464 |
<glyph unicode="" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
|
465 |
<glyph unicode="" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
|
483 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
|
484 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
485 |
<glyph unicode="" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
486 |
+
<glyph unicode="" d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
|
487 |
<glyph unicode="" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" />
|
488 |
<glyph unicode="" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
489 |
<glyph unicode="" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
490 |
<glyph unicode="" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
491 |
<glyph unicode="" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
|
492 |
+
<glyph unicode="" horiz-adv-x="2304" d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16 t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76 q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59 t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489 l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66 q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
493 |
<glyph unicode="" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
494 |
<glyph unicode="" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" />
|
495 |
<glyph unicode="" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
|
523 |
<glyph unicode="" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
|
524 |
<glyph unicode="" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
|
525 |
<glyph unicode="" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
|
526 |
+
<glyph unicode="" horiz-adv-x="1664" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
|
527 |
<glyph unicode="" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
|
528 |
<glyph unicode="" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
|
529 |
<glyph unicode="" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
|
531 |
<glyph unicode="" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" />
|
532 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" />
|
533 |
<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
|
534 |
+
<glyph unicode="" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5 q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
535 |
<glyph unicode="" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
536 |
<glyph unicode="" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
537 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
538 |
<glyph unicode="" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" />
|
539 |
<glyph unicode="" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
|
540 |
<glyph unicode="" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
|
541 |
+
<glyph unicode="" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5 t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
542 |
<glyph unicode="" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" />
|
543 |
+
<glyph unicode="" horiz-adv-x="2048" d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5 t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5 t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
544 |
<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
545 |
+
<glyph unicode="" horiz-adv-x="1280" d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123 t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
|
546 |
<glyph unicode="" horiz-adv-x="1792" />
|
547 |
<glyph unicode="" horiz-adv-x="1792" />
|
548 |
<glyph unicode="" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
|
555 |
<glyph unicode="" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
|
556 |
<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
|
557 |
<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
|
558 |
+
<glyph unicode="" horiz-adv-x="1792" d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116 q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
|
559 |
+
<glyph unicode="" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
|
560 |
+
<glyph unicode="" horiz-adv-x="2296" d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5 q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5 q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42 q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37 q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5 q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139 q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 4 5 8q16 18 60 23h13q5 18 19 30t33 8 t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132 q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132 q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-106 2 -211 0v1q-1 -27 2.5 -86 t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103 q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34l3 9v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4l-10 -2.5t-12 -2 l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-2 0 -3 -0.5t-3 -0.5h-3q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130t-73 70 q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -2 -1 -5t-1 -4q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150 q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12 q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
|
561 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5 t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5 t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
|
562 |
+
<glyph unicode="" horiz-adv-x="1792" d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348 t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23 t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96 q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512 q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
|
563 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113 v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
|
564 |
+
<glyph unicode="" horiz-adv-x="2304" d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
|
565 |
+
<glyph unicode="" horiz-adv-x="2304" d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
|
566 |
+
<glyph unicode="" horiz-adv-x="2304" d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
|
567 |
+
<glyph unicode="" horiz-adv-x="2304" d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23 v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
|
568 |
+
<glyph unicode="" horiz-adv-x="1280" d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
|
569 |
+
<glyph unicode="" horiz-adv-x="1024" d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
|
570 |
+
<glyph unicode="" horiz-adv-x="2048" d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128 h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
|
571 |
+
<glyph unicode="" horiz-adv-x="2304" d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256 v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
|
572 |
+
<glyph unicode="" d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
|
573 |
+
<glyph unicode="" d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68 z" />
|
574 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5 t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88 t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90 t90 38h2048q52 0 90 -38t38 -90z" />
|
575 |
+
<glyph unicode="" horiz-adv-x="2304" d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294 t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
576 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113 zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
|
577 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64 q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91 t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5 t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
|
578 |
+
<glyph unicode="" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5 t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
|
579 |
+
<glyph unicode="" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
|
580 |
+
<glyph unicode="" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
|
581 |
+
<glyph unicode="" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196 h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
|
582 |
+
<glyph unicode="" d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87 t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9 h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
|
583 |
+
<glyph unicode="" d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25 q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27 t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21 q72 69 174 69z" />
|
584 |
+
<glyph unicode="" horiz-adv-x="1792" d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33 t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52 h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
|
585 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668 q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17 t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5 t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5 q0 -42 -23 -78t-61 -53l-310 -141h91z" />
|
586 |
+
<glyph unicode="" horiz-adv-x="2048" d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32 q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68 q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
|
587 |
+
<glyph unicode="" horiz-adv-x="2048" d="M816 1408q-48 0 -79.5 -34t-31.5 -82q0 -14 3 -28l150 -624h-26l-116 482q-9 38 -39.5 62t-69.5 24q-47 0 -79 -34t-32 -81q0 -11 4 -29q3 -13 39 -161t68 -282t32 -138v-227l-307 230q-34 26 -77 26q-52 0 -89.5 -36.5t-37.5 -88.5q0 -67 56 -110l507 -379 q34 -26 76 -26h694q33 0 59 20.5t34 52.5l100 401q8 30 10 88t9 86l116 478q3 12 3 26q0 46 -33 79t-80 33q-38 0 -69 -25.5t-40 -62.5l-99 -408h-26l132 547q3 14 3 28q0 47 -32 80t-80 33q-38 0 -68.5 -24t-39.5 -62l-145 -602h-127l-164 682q-9 38 -39.5 62t-68.5 24z M1461 -256h-694q-85 0 -153 51l-507 380q-50 38 -78.5 94t-28.5 118q0 105 75 179t180 74q25 0 49.5 -5.5t41.5 -11t41 -20.5t35 -23t38.5 -29.5t37.5 -28.5l-123 512q-7 35 -7 59q0 93 60 162t152 79q14 87 80.5 144.5t155.5 57.5q83 0 148 -51.5t85 -132.5l103 -428 l83 348q20 81 85 132.5t148 51.5q87 0 152.5 -54t82.5 -139q93 -10 155 -78t62 -161q0 -30 -7 -57l-116 -477q-5 -22 -5 -67q0 -51 -13 -108l-101 -401q-19 -75 -79.5 -122.5t-137.5 -47.5z" />
|
588 |
+
<glyph unicode="" horiz-adv-x="1792" d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5 q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5 v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32 v-384h32z" />
|
589 |
+
<glyph unicode="" d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181 v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46 q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5 q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308 q0 -53 37.5 -90.5t90.5 -37.5h668z" />
|
590 |
+
<glyph unicode="" horiz-adv-x="1973" d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5 t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141 q13 0 22 -8.5t10 -20.5z" />
|
591 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109 t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640 q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
592 |
+
<glyph unicode="" horiz-adv-x="1792" d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78 q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5 t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376 q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
|
593 |
+
<glyph unicode="" horiz-adv-x="2048" d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
|
594 |
+
<glyph unicode="" horiz-adv-x="1792" d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
595 |
+
<glyph unicode="" horiz-adv-x="2304" d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57 t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197 t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5 t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5 t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5 q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
|
596 |
+
<glyph unicode="" horiz-adv-x="1280" d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5 t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94 q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
|
597 |
+
<glyph unicode="" d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32 q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5 zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
598 |
+
<glyph unicode="" horiz-adv-x="1720" d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33 l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
|
599 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540 q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81 l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
|
600 |
+
<glyph unicode="" horiz-adv-x="1792" d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640 q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5 t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5 t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5 t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191 t191 -286t71 -348z" />
|
601 |
+
<glyph unicode="" horiz-adv-x="1792" d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962 q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
|
602 |
+
<glyph unicode="" horiz-adv-x="1792" d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5 q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5 q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
|
603 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339 q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z " />
|
604 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606 q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
|
605 |
+
<glyph unicode="" horiz-adv-x="2048" d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23 v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
606 |
+
<glyph unicode="" horiz-adv-x="1792" d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34 h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100 q-68 175 -180 287z" />
|
607 |
+
<glyph unicode="" d="M1401 -11l-6 -6q-113 -114 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6 q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13 q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 32 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249 q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 32.5 -6t30.5 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183 q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46 t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
|
608 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30 q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57 t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133 q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
|
609 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9 h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224 v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
|
610 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23 t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
611 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
612 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23 t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
613 |
+
<glyph unicode="" horiz-adv-x="1792" d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
|
614 |
+
<glyph unicode="" horiz-adv-x="1024" d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q61 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249 q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
|
615 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768 q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
|
616 |
+
<glyph unicode="" horiz-adv-x="2048" d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173 v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
|
617 |
+
<glyph unicode="" horiz-adv-x="1792" d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472 q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
|
618 |
+
<glyph unicode="" horiz-adv-x="1792" d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37 t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
|
619 |
+
<glyph unicode="" horiz-adv-x="1792" d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5 t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51 t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
|
620 |
+
<glyph unicode="" horiz-adv-x="1024" d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
|
621 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246 q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
|
622 |
+
<glyph unicode="" d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
|
623 |
+
<glyph unicode="" d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72 h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275 l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
|
624 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5 l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44 t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106 q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
|
625 |
+
<glyph unicode="" horiz-adv-x="1792" d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53 q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
|
626 |
+
<glyph unicode="" horiz-adv-x="2304" d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
|
627 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1549 857q55 0 85.5 -28.5t30.5 -83.5t-34 -82t-91 -27h-136v-177h-25v398h170zM1710 267l-4 -11l-5 -10q-113 -230 -330.5 -366t-474.5 -136q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q244 0 454.5 -124t329.5 -338l2 -4l8 -16 q-30 -15 -136.5 -68.5t-163.5 -84.5q-6 -3 -479 -268q384 -183 799 -366zM896 -234q250 0 462.5 132.5t322.5 357.5l-287 129q-72 -140 -206 -222t-292 -82q-151 0 -280 75t-204 204t-75 280t75 280t204 204t280 75t280 -73.5t204 -204.5l280 143q-116 208 -321 329 t-443 121q-119 0 -232.5 -31.5t-209 -87.5t-176.5 -137t-137 -176.5t-87.5 -209t-31.5 -232.5t31.5 -232.5t87.5 -209t137 -176.5t176.5 -137t209 -87.5t232.5 -31.5z" />
|
628 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
|
629 |
+
<glyph unicode="" horiz-adv-x="1792" d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h16v393q-32 19 -32 55q0 26 19 45t45 19t45 -19t19 -45q0 -36 -32 -55v-9h272q16 0 16 -16v-224q0 -16 -16 -16h-272v-128h16q16 0 16 -16v-112h128 v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96q16 0 16 -16z" />
|
630 |
+
<glyph unicode="" horiz-adv-x="2304" d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
|
631 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
632 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
|
633 |
+
<glyph unicode="" d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83 t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20 q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5 t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
|
634 |
+
<glyph unicode="" d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103 t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
635 |
+
<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
|
636 |
+
<glyph unicode="" d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
|
637 |
+
<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
|
638 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
|
639 |
+
<glyph unicode="" horiz-adv-x="2048" d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5 t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416 q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441 h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
|
640 |
+
<glyph unicode="" horiz-adv-x="1792" d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12 q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311 q15 0 25 -12q9 -12 6 -28z" />
|
641 |
+
<glyph unicode="" d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
|
642 |
+
<glyph unicode="" horiz-adv-x="1024" d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
|
643 |
+
<glyph unicode="" d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
|
644 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
645 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
646 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
647 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
648 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
649 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
650 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
651 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
652 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
653 |
<glyph unicode="" horiz-adv-x="1792" />
|
654 |
</font>
|
655 |
</defs></svg>
|
includes/fonts/fontawesome/fontawesome-webfont.ttf
CHANGED
Binary file
|
includes/fonts/fontawesome/fontawesome-webfont.woff
CHANGED
Binary file
|
includes/fonts/fontawesome/fontawesome-webfont.woff2
CHANGED
Binary file
|
includes/images/get-templates-1.jpg
ADDED
Binary file
|
includes/images/help-get-templates.jpg
ADDED
Binary file
|
includes/images/igniteup-pro.png
ADDED
Binary file
|
includes/js/bootstrap-switch.min.js
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* ========================================================================
|
2 |
+
* bootstrap-switch - v3.3.2
|
3 |
+
* http://www.bootstrap-switch.org
|
4 |
+
* ========================================================================
|
5 |
+
* Copyright 2012-2013 Mattia Larentis
|
6 |
+
*
|
7 |
+
* ========================================================================
|
8 |
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
* you may not use this file except in compliance with the License.
|
10 |
+
* You may obtain a copy of the License at
|
11 |
+
*
|
12 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
*
|
14 |
+
* Unless required by applicable law or agreed to in writing, software
|
15 |
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
* See the License for the specific language governing permissions and
|
18 |
+
* limitations under the License.
|
19 |
+
* ========================================================================
|
20 |
+
*/
|
21 |
+
|
22 |
+
(function(){var t=[].slice;!function(e,i){"use strict";var n;return n=function(){function t(t,i){null==i&&(i={}),this.$element=e(t),this.options=e.extend({},e.fn.bootstrapSwitch.defaults,{state:this.$element.is(":checked"),size:this.$element.data("size"),animate:this.$element.data("animate"),disabled:this.$element.is(":disabled"),readonly:this.$element.is("[readonly]"),indeterminate:this.$element.data("indeterminate"),inverse:this.$element.data("inverse"),radioAllOff:this.$element.data("radio-all-off"),onColor:this.$element.data("on-color"),offColor:this.$element.data("off-color"),onText:this.$element.data("on-text"),offText:this.$element.data("off-text"),labelText:this.$element.data("label-text"),handleWidth:this.$element.data("handle-width"),labelWidth:this.$element.data("label-width"),baseClass:this.$element.data("base-class"),wrapperClass:this.$element.data("wrapper-class")},i),this.prevOptions={},this.$wrapper=e("<div>",{"class":function(t){return function(){var e;return e=[""+t.options.baseClass].concat(t._getClasses(t.options.wrapperClass)),e.push(t.options.state?t.options.baseClass+"-on":t.options.baseClass+"-off"),null!=t.options.size&&e.push(t.options.baseClass+"-"+t.options.size),t.options.disabled&&e.push(t.options.baseClass+"-disabled"),t.options.readonly&&e.push(t.options.baseClass+"-readonly"),t.options.indeterminate&&e.push(t.options.baseClass+"-indeterminate"),t.options.inverse&&e.push(t.options.baseClass+"-inverse"),t.$element.attr("id")&&e.push(t.options.baseClass+"-id-"+t.$element.attr("id")),e.join(" ")}}(this)()}),this.$container=e("<div>",{"class":this.options.baseClass+"-container"}),this.$on=e("<span>",{html:this.options.onText,"class":this.options.baseClass+"-handle-on "+this.options.baseClass+"-"+this.options.onColor}),this.$off=e("<span>",{html:this.options.offText,"class":this.options.baseClass+"-handle-off "+this.options.baseClass+"-"+this.options.offColor}),this.$label=e("<span>",{html:this.options.labelText,"class":this.options.baseClass+"-label"}),this.$element.on("init.bootstrapSwitch",function(e){return function(){return e.options.onInit.apply(t,arguments)}}(this)),this.$element.on("switchChange.bootstrapSwitch",function(i){return function(n){return!1===i.options.onSwitchChange.apply(t,arguments)?i.$element.is(":radio")?e("[name='"+i.$element.attr("name")+"']").trigger("previousState.bootstrapSwitch",!0):i.$element.trigger("previousState.bootstrapSwitch",!0):void 0}}(this)),this.$container=this.$element.wrap(this.$container).parent(),this.$wrapper=this.$container.wrap(this.$wrapper).parent(),this.$element.before(this.options.inverse?this.$off:this.$on).before(this.$label).before(this.options.inverse?this.$on:this.$off),this.options.indeterminate&&this.$element.prop("indeterminate",!0),this._init(),this._elementHandlers(),this._handleHandlers(),this._labelHandlers(),this._formHandler(),this._externalLabelHandler(),this.$element.trigger("init.bootstrapSwitch",this.options.state)}return t.prototype._constructor=t,t.prototype.setPrevOptions=function(){return this.prevOptions=e.extend(!0,{},this.options)},t.prototype.state=function(t,i){return"undefined"==typeof t?this.options.state:this.options.disabled||this.options.readonly?this.$element:this.options.state&&!this.options.radioAllOff&&this.$element.is(":radio")?this.$element:(this.$element.is(":radio")?e("[name='"+this.$element.attr("name")+"']").trigger("setPreviousOptions.bootstrapSwitch"):this.$element.trigger("setPreviousOptions.bootstrapSwitch"),this.options.indeterminate&&this.indeterminate(!1),t=!!t,this.$element.prop("checked",t).trigger("change.bootstrapSwitch",i),this.$element)},t.prototype.toggleState=function(t){return this.options.disabled||this.options.readonly?this.$element:this.options.indeterminate?(this.indeterminate(!1),this.state(!0)):this.$element.prop("checked",!this.options.state).trigger("change.bootstrapSwitch",t)},t.prototype.size=function(t){return"undefined"==typeof t?this.options.size:(null!=this.options.size&&this.$wrapper.removeClass(this.options.baseClass+"-"+this.options.size),t&&this.$wrapper.addClass(this.options.baseClass+"-"+t),this._width(),this._containerPosition(),this.options.size=t,this.$element)},t.prototype.animate=function(t){return"undefined"==typeof t?this.options.animate:(t=!!t,t===this.options.animate?this.$element:this.toggleAnimate())},t.prototype.toggleAnimate=function(){return this.options.animate=!this.options.animate,this.$wrapper.toggleClass(this.options.baseClass+"-animate"),this.$element},t.prototype.disabled=function(t){return"undefined"==typeof t?this.options.disabled:(t=!!t,t===this.options.disabled?this.$element:this.toggleDisabled())},t.prototype.toggleDisabled=function(){return this.options.disabled=!this.options.disabled,this.$element.prop("disabled",this.options.disabled),this.$wrapper.toggleClass(this.options.baseClass+"-disabled"),this.$element},t.prototype.readonly=function(t){return"undefined"==typeof t?this.options.readonly:(t=!!t,t===this.options.readonly?this.$element:this.toggleReadonly())},t.prototype.toggleReadonly=function(){return this.options.readonly=!this.options.readonly,this.$element.prop("readonly",this.options.readonly),this.$wrapper.toggleClass(this.options.baseClass+"-readonly"),this.$element},t.prototype.indeterminate=function(t){return"undefined"==typeof t?this.options.indeterminate:(t=!!t,t===this.options.indeterminate?this.$element:this.toggleIndeterminate())},t.prototype.toggleIndeterminate=function(){return this.options.indeterminate=!this.options.indeterminate,this.$element.prop("indeterminate",this.options.indeterminate),this.$wrapper.toggleClass(this.options.baseClass+"-indeterminate"),this._containerPosition(),this.$element},t.prototype.inverse=function(t){return"undefined"==typeof t?this.options.inverse:(t=!!t,t===this.options.inverse?this.$element:this.toggleInverse())},t.prototype.toggleInverse=function(){var t,e;return this.$wrapper.toggleClass(this.options.baseClass+"-inverse"),e=this.$on.clone(!0),t=this.$off.clone(!0),this.$on.replaceWith(t),this.$off.replaceWith(e),this.$on=t,this.$off=e,this.options.inverse=!this.options.inverse,this.$element},t.prototype.onColor=function(t){var e;return e=this.options.onColor,"undefined"==typeof t?e:(null!=e&&this.$on.removeClass(this.options.baseClass+"-"+e),this.$on.addClass(this.options.baseClass+"-"+t),this.options.onColor=t,this.$element)},t.prototype.offColor=function(t){var e;return e=this.options.offColor,"undefined"==typeof t?e:(null!=e&&this.$off.removeClass(this.options.baseClass+"-"+e),this.$off.addClass(this.options.baseClass+"-"+t),this.options.offColor=t,this.$element)},t.prototype.onText=function(t){return"undefined"==typeof t?this.options.onText:(this.$on.html(t),this._width(),this._containerPosition(),this.options.onText=t,this.$element)},t.prototype.offText=function(t){return"undefined"==typeof t?this.options.offText:(this.$off.html(t),this._width(),this._containerPosition(),this.options.offText=t,this.$element)},t.prototype.labelText=function(t){return"undefined"==typeof t?this.options.labelText:(this.$label.html(t),this._width(),this.options.labelText=t,this.$element)},t.prototype.handleWidth=function(t){return"undefined"==typeof t?this.options.handleWidth:(this.options.handleWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.labelWidth=function(t){return"undefined"==typeof t?this.options.labelWidth:(this.options.labelWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.baseClass=function(t){return this.options.baseClass},t.prototype.wrapperClass=function(t){return"undefined"==typeof t?this.options.wrapperClass:(t||(t=e.fn.bootstrapSwitch.defaults.wrapperClass),this.$wrapper.removeClass(this._getClasses(this.options.wrapperClass).join(" ")),this.$wrapper.addClass(this._getClasses(t).join(" ")),this.options.wrapperClass=t,this.$element)},t.prototype.radioAllOff=function(t){return"undefined"==typeof t?this.options.radioAllOff:(t=!!t,t===this.options.radioAllOff?this.$element:(this.options.radioAllOff=t,this.$element))},t.prototype.onInit=function(t){return"undefined"==typeof t?this.options.onInit:(t||(t=e.fn.bootstrapSwitch.defaults.onInit),this.options.onInit=t,this.$element)},t.prototype.onSwitchChange=function(t){return"undefined"==typeof t?this.options.onSwitchChange:(t||(t=e.fn.bootstrapSwitch.defaults.onSwitchChange),this.options.onSwitchChange=t,this.$element)},t.prototype.destroy=function(){var t;return t=this.$element.closest("form"),t.length&&t.off("reset.bootstrapSwitch").removeData("bootstrap-switch"),this.$container.children().not(this.$element).remove(),this.$element.unwrap().unwrap().off(".bootstrapSwitch").removeData("bootstrap-switch"),this.$element},t.prototype._width=function(){var t,e;return t=this.$on.add(this.$off),t.add(this.$label).css("width",""),e="auto"===this.options.handleWidth?Math.max(this.$on.width(),this.$off.width()):this.options.handleWidth,t.width(e),this.$label.width(function(t){return function(i,n){return"auto"!==t.options.labelWidth?t.options.labelWidth:e>n?e:n}}(this)),this._handleWidth=this.$on.outerWidth(),this._labelWidth=this.$label.outerWidth(),this.$container.width(2*this._handleWidth+this._labelWidth),this.$wrapper.width(this._handleWidth+this._labelWidth)},t.prototype._containerPosition=function(t,e){return null==t&&(t=this.options.state),this.$container.css("margin-left",function(e){return function(){var i;return i=[0,"-"+e._handleWidth+"px"],e.options.indeterminate?"-"+e._handleWidth/2+"px":t?e.options.inverse?i[1]:i[0]:e.options.inverse?i[0]:i[1]}}(this)),e?setTimeout(function(){return e()},50):void 0},t.prototype._init=function(){var t,e;return t=function(t){return function(){return t.setPrevOptions(),t._width(),t._containerPosition(null,function(){return t.options.animate?t.$wrapper.addClass(t.options.baseClass+"-animate"):void 0})}}(this),this.$wrapper.is(":visible")?t():e=i.setInterval(function(n){return function(){return n.$wrapper.is(":visible")?(t(),i.clearInterval(e)):void 0}}(this),50)},t.prototype._elementHandlers=function(){return this.$element.on({"setPreviousOptions.bootstrapSwitch":function(t){return function(e){return t.setPrevOptions()}}(this),"previousState.bootstrapSwitch":function(t){return function(e){return t.options=t.prevOptions,t.options.indeterminate&&t.$wrapper.addClass(t.options.baseClass+"-indeterminate"),t.$element.prop("checked",t.options.state).trigger("change.bootstrapSwitch",!0)}}(this),"change.bootstrapSwitch":function(t){return function(i,n){var o;return i.preventDefault(),i.stopImmediatePropagation(),o=t.$element.is(":checked"),t._containerPosition(o),o!==t.options.state?(t.options.state=o,t.$wrapper.toggleClass(t.options.baseClass+"-off").toggleClass(t.options.baseClass+"-on"),n?void 0:(t.$element.is(":radio")&&e("[name='"+t.$element.attr("name")+"']").not(t.$element).prop("checked",!1).trigger("change.bootstrapSwitch",!0),t.$element.trigger("switchChange.bootstrapSwitch",[o]))):void 0}}(this),"focus.bootstrapSwitch":function(t){return function(e){return e.preventDefault(),t.$wrapper.addClass(t.options.baseClass+"-focused")}}(this),"blur.bootstrapSwitch":function(t){return function(e){return e.preventDefault(),t.$wrapper.removeClass(t.options.baseClass+"-focused")}}(this),"keydown.bootstrapSwitch":function(t){return function(e){if(e.which&&!t.options.disabled&&!t.options.readonly)switch(e.which){case 37:return e.preventDefault(),e.stopImmediatePropagation(),t.state(!1);case 39:return e.preventDefault(),e.stopImmediatePropagation(),t.state(!0)}}}(this)})},t.prototype._handleHandlers=function(){return this.$on.on("click.bootstrapSwitch",function(t){return function(e){return e.preventDefault(),e.stopPropagation(),t.state(!1),t.$element.trigger("focus.bootstrapSwitch")}}(this)),this.$off.on("click.bootstrapSwitch",function(t){return function(e){return e.preventDefault(),e.stopPropagation(),t.state(!0),t.$element.trigger("focus.bootstrapSwitch")}}(this))},t.prototype._labelHandlers=function(){return this.$label.on({click:function(t){return t.stopPropagation()},"mousedown.bootstrapSwitch touchstart.bootstrapSwitch":function(t){return function(e){return t._dragStart||t.options.disabled||t.options.readonly?void 0:(e.preventDefault(),e.stopPropagation(),t._dragStart=(e.pageX||e.originalEvent.touches[0].pageX)-parseInt(t.$container.css("margin-left"),10),t.options.animate&&t.$wrapper.removeClass(t.options.baseClass+"-animate"),t.$element.trigger("focus.bootstrapSwitch"))}}(this),"mousemove.bootstrapSwitch touchmove.bootstrapSwitch":function(t){return function(e){var i;if(null!=t._dragStart&&(e.preventDefault(),i=(e.pageX||e.originalEvent.touches[0].pageX)-t._dragStart,!(i<-t._handleWidth||i>0)))return t._dragEnd=i,t.$container.css("margin-left",t._dragEnd+"px")}}(this),"mouseup.bootstrapSwitch touchend.bootstrapSwitch":function(t){return function(e){var i;if(t._dragStart)return e.preventDefault(),t.options.animate&&t.$wrapper.addClass(t.options.baseClass+"-animate"),t._dragEnd?(i=t._dragEnd>-(t._handleWidth/2),t._dragEnd=!1,t.state(t.options.inverse?!i:i)):t.state(!t.options.state),t._dragStart=!1}}(this),"mouseleave.bootstrapSwitch":function(t){return function(e){return t.$label.trigger("mouseup.bootstrapSwitch")}}(this)})},t.prototype._externalLabelHandler=function(){var t;return t=this.$element.closest("label"),t.on("click",function(e){return function(i){return i.preventDefault(),i.stopImmediatePropagation(),i.target===t[0]?e.toggleState():void 0}}(this))},t.prototype._formHandler=function(){var t;return t=this.$element.closest("form"),t.data("bootstrap-switch")?void 0:t.on("reset.bootstrapSwitch",function(){return i.setTimeout(function(){return t.find("input").filter(function(){return e(this).data("bootstrap-switch")}).each(function(){return e(this).bootstrapSwitch("state",this.checked)})},1)}).data("bootstrap-switch",!0)},t.prototype._getClasses=function(t){var i,n,o,s;if(!e.isArray(t))return[this.options.baseClass+"-"+t];for(n=[],o=0,s=t.length;s>o;o++)i=t[o],n.push(this.options.baseClass+"-"+i);return n},t}(),e.fn.bootstrapSwitch=function(){var i,o,s;return o=arguments[0],i=2<=arguments.length?t.call(arguments,1):[],s=this,this.each(function(){var t,a;return t=e(this),a=t.data("bootstrap-switch"),a||t.data("bootstrap-switch",a=new n(this,o)),"string"==typeof o?s=a[o].apply(a,i):void 0}),s},e.fn.bootstrapSwitch.Constructor=n,e.fn.bootstrapSwitch.defaults={state:!0,size:null,animate:!0,disabled:!1,readonly:!1,indeterminate:!1,inverse:!1,radioAllOff:!1,onColor:"primary",offColor:"default",onText:"ON",offText:"OFF",labelText:" ",handleWidth:"auto",labelWidth:"auto",baseClass:"bootstrap-switch",wrapperClass:"wrapper",onInit:function(){},onSwitchChange:function(){}}}(window.jQuery,window)}).call(this);
|
includes/js/main.js
CHANGED
@@ -112,4 +112,53 @@ function showHideIntegrationSection(load) {
|
|
112 |
jQuery('.cs-hidden-section').slideUp();
|
113 |
var selected_val = jQuery('#cs-selected-provider').val();
|
114 |
jQuery('#cs-section-' + selected_val).slideDown();
|
115 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
jQuery('.cs-hidden-section').slideUp();
|
113 |
var selected_val = jQuery('#cs-selected-provider').val();
|
114 |
jQuery('#cs-section-' + selected_val).slideDown();
|
115 |
+
}
|
116 |
+
|
117 |
+
jQuery(document).ready(function () {
|
118 |
+
jQuery.fn.bootstrapSwitch.defaults.size = 'mini';
|
119 |
+
jQuery.fn.bootstrapSwitch.defaults.onColor = 'success';
|
120 |
+
|
121 |
+
jQuery('.igniteup-checkbox-switch').each(function () {
|
122 |
+
jQuery(this).bootstrapSwitch();
|
123 |
+
});
|
124 |
+
});
|
125 |
+
|
126 |
+
/*
|
127 |
+
*
|
128 |
+
* Set accordians for options
|
129 |
+
*
|
130 |
+
*/
|
131 |
+
|
132 |
+
jQuery(function () {
|
133 |
+
jQuery(".igniteup-accordian").accordion({collapsible: true, heightStyle: "content"});
|
134 |
+
});
|
135 |
+
|
136 |
+
/*
|
137 |
+
*
|
138 |
+
* Admin email subscription
|
139 |
+
*
|
140 |
+
*/
|
141 |
+
|
142 |
+
jQuery(document).on('click', '#igniteup_admin_subscribe', function () {
|
143 |
+
var email_add = jQuery('#igniteup_admin_subscribe_email').val();
|
144 |
+
jQuery(this).prop('disabled', true);
|
145 |
+
|
146 |
+
jQuery.ajax({
|
147 |
+
url: ajaxurl,
|
148 |
+
dataType: 'json',
|
149 |
+
data: {action: 'igniteup_admin_subscribe', admin_filled_email: email_add},
|
150 |
+
type: 'POST',
|
151 |
+
success: function (data) {
|
152 |
+
if (data.error) {
|
153 |
+
jQuery('#igniteup_admin_subscribe_email').prop('disabled', false);
|
154 |
+
jQuery('#igniteup_admin_subscribe').prop('disabled', false);
|
155 |
+
alert(data.message);
|
156 |
+
} else {
|
157 |
+
jQuery('span#ign-hide-after-success').hide();
|
158 |
+
jQuery('span.thank-you-text').slideDown();
|
159 |
+
jQuery('#igniteup_admin_subscribe').prop('disabled', true);
|
160 |
+
}
|
161 |
+
|
162 |
+
}
|
163 |
+
});
|
164 |
+
});
|
includes/templates/believe.php
CHANGED
@@ -9,7 +9,7 @@ function igniteup_define_template_believe($templates) {
|
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("believe/images/logo.png", __FILE__),
|
12 |
-
'description' => __('Recommended size: 250px x 90px', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
@@ -32,6 +32,12 @@ function igniteup_define_template_believe($templates) {
|
|
32 |
'placeholder' => '#FFFFFF',
|
33 |
'description' => __('This will be the font color', CSCS_TEXT_DOMAIN),
|
34 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
'title_top' => array(
|
36 |
'type' => 'text',
|
37 |
'label' => __('Title Top', CSCS_TEXT_DOMAIN),
|
@@ -52,35 +58,7 @@ function igniteup_define_template_believe($templates) {
|
|
52 |
'def' => __('Meanwhile feel free to interact with our social networks', CSCS_TEXT_DOMAIN),
|
53 |
'placeholder' => __('Paragraph Text', CSCS_TEXT_DOMAIN),
|
54 |
'description' => __('This will be the paragraph text', CSCS_TEXT_DOMAIN),
|
55 |
-
)
|
56 |
-
'social-twitter' => array(
|
57 |
-
'type' => 'text',
|
58 |
-
'label' => 'Twitter',
|
59 |
-
'def' => '',
|
60 |
-
'placeholder' => 'http://twitter.com/ceylonsystems',
|
61 |
-
'description' => __('Enter the Twitter URL here', CSCS_TEXT_DOMAIN),
|
62 |
-
),
|
63 |
-
'social-facebook' => array(
|
64 |
-
'type' => 'text',
|
65 |
-
'label' => 'Facebook',
|
66 |
-
'def' => '',
|
67 |
-
'placeholder' => 'http://facebook.com/ceylonsystems',
|
68 |
-
'description' => __('Enter the Facebook URL here', CSCS_TEXT_DOMAIN),
|
69 |
-
),
|
70 |
-
'social-pinterest' => array(
|
71 |
-
'type' => 'text',
|
72 |
-
'label' => 'Pinterest',
|
73 |
-
'def' => '',
|
74 |
-
'placeholder' => 'http://pinterest.com/ceylonsystems',
|
75 |
-
'description' => __('Enter the Pinterest URL here', CSCS_TEXT_DOMAIN),
|
76 |
-
),
|
77 |
-
'social-gplus' => array(
|
78 |
-
'type' => 'text',
|
79 |
-
'label' => 'Google+',
|
80 |
-
'def' => '',
|
81 |
-
'placeholder' => 'http://plus.google.com/+ceylonsystems',
|
82 |
-
'description' => __('Enter the Google+ URL here', CSCS_TEXT_DOMAIN),
|
83 |
-
),
|
84 |
)
|
85 |
);
|
86 |
|
@@ -93,6 +71,7 @@ add_filter('igniteup_get_templates', 'igniteup_define_template_believe');
|
|
93 |
function cscs_belive_theme_scripts() {
|
94 |
wp_enqueue_style('bootstrap', plugins_url('includes/css/bootstrap.min.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
95 |
wp_enqueue_style('font-montserrat', plugins_url('includes/css/font-montserrat.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
|
|
96 |
wp_enqueue_style('font-biryani', plugins_url('includes/css/font-biryani.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
97 |
wp_enqueue_style('believe', plugins_url('believe/css/main.css', __FILE__), array(), CSCS_CURRENT_VERSION);
|
98 |
}
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("believe/images/logo.png", __FILE__),
|
12 |
+
'description' => __('Recommended size: 250px x 90px - (Keep it empty to hide logo)', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
32 |
'placeholder' => '#FFFFFF',
|
33 |
'description' => __('This will be the font color', CSCS_TEXT_DOMAIN),
|
34 |
),
|
35 |
+
'plane' => array(
|
36 |
+
'type' => 'checkbox',
|
37 |
+
'label' => __('Show Paper Plane', CSCS_TEXT_DOMAIN),
|
38 |
+
'def' => '1',
|
39 |
+
'description' => __('Show/Hide Paper Plane', CSCS_TEXT_DOMAIN),
|
40 |
+
),
|
41 |
'title_top' => array(
|
42 |
'type' => 'text',
|
43 |
'label' => __('Title Top', CSCS_TEXT_DOMAIN),
|
58 |
'def' => __('Meanwhile feel free to interact with our social networks', CSCS_TEXT_DOMAIN),
|
59 |
'placeholder' => __('Paragraph Text', CSCS_TEXT_DOMAIN),
|
60 |
'description' => __('This will be the paragraph text', CSCS_TEXT_DOMAIN),
|
61 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
)
|
63 |
);
|
64 |
|
71 |
function cscs_belive_theme_scripts() {
|
72 |
wp_enqueue_style('bootstrap', plugins_url('includes/css/bootstrap.min.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
73 |
wp_enqueue_style('font-montserrat', plugins_url('includes/css/font-montserrat.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
74 |
+
wp_enqueue_style('igniteup-fontawesome', plugins_url('includes/css/font-awesome.min.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
75 |
wp_enqueue_style('font-biryani', plugins_url('includes/css/font-biryani.css', CSCS_FILE), array(), CSCS_CURRENT_VERSION);
|
76 |
wp_enqueue_style('believe', plugins_url('believe/css/main.css', __FILE__), array(), CSCS_CURRENT_VERSION);
|
77 |
}
|
includes/templates/believe/believe.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<!DOCTYPE html>
|
3 |
<html lang="en">
|
4 |
<head>
|
5 |
-
<title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | '. get_bloginfo('name')); ?> </title>
|
6 |
<meta charset="UTF-8">
|
7 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
@@ -42,7 +42,7 @@
|
|
42 |
<div class='logo'><?php
|
43 |
$logo = $the_cs_template_options['logo'];
|
44 |
?>
|
45 |
-
<img src="<?php echo $logo; ?>"></div>
|
46 |
<div class="">
|
47 |
<p class="title-top">
|
48 |
<?php echo $the_cs_template_options['title_top']; ?>
|
@@ -53,26 +53,28 @@
|
|
53 |
<p class="paragraph"><?php echo $the_cs_template_options['paragraph']; ?>
|
54 |
</p>
|
55 |
</div>
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
$
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
74 |
</div>
|
75 |
-
<div id="plane" class="hidden-xs">
|
76 |
<img src="<?php echo plugins_url('images/plane.png', __FILE__); ?>" class="img-responsive">
|
77 |
</div>
|
78 |
</div>
|
2 |
<!DOCTYPE html>
|
3 |
<html lang="en">
|
4 |
<head>
|
5 |
+
<title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | ' . get_bloginfo('name')); ?> </title>
|
6 |
<meta charset="UTF-8">
|
7 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
42 |
<div class='logo'><?php
|
43 |
$logo = $the_cs_template_options['logo'];
|
44 |
?>
|
45 |
+
<img src="<?php echo $logo; ?>" class="img-responsive"></div>
|
46 |
<div class="">
|
47 |
<p class="title-top">
|
48 |
<?php echo $the_cs_template_options['title_top']; ?>
|
53 |
<p class="paragraph"><?php echo $the_cs_template_options['paragraph']; ?>
|
54 |
</p>
|
55 |
</div>
|
56 |
+
<ul class="social-icon">
|
57 |
+
<?php
|
58 |
+
$twitter = $the_cs_template_options['common_social_twitter'];
|
59 |
+
$facebook = $the_cs_template_options['common_social_facebook'];
|
60 |
+
$pinterest = $the_cs_template_options['common_social_pinterest'];
|
61 |
+
$gplus = $the_cs_template_options['common_social_googleplus'];
|
62 |
+
$youtube = $the_cs_template_options['common_social_youtube'];
|
63 |
+
$instagram = $the_cs_template_options['common_social_instagram'];
|
64 |
+
$behance = $the_cs_template_options['common_social_behance'];
|
65 |
+
$linkedin = $the_cs_template_options['common_social_linkedin'];
|
66 |
+
?>
|
67 |
+
<li class = "<?php echo empty($twitter) ? 'hidden' : ''; ?>"><a href = "<?php echo $twitter; ?>" target = "_blank"><span class = "fa fa-twitter"></span></a></li>
|
68 |
+
<li class = "<?php echo empty($facebook) ? 'hidden' : ''; ?>"><a href = "<?php echo $facebook; ?>" target = "_blank"><span class = "fa fa-facebook"></span></a></li>
|
69 |
+
<li class = "<?php echo empty($gplus) ? 'hidden' : ''; ?>"><a href = "<?php echo $gplus; ?>" target = "_blank"><span class = "fa fa-google-plus"></span></a></li>
|
70 |
+
<li class = "<?php echo empty($pinterest) ? 'hidden' : ''; ?>"><a href = "<?php echo $pinterest; ?>" target = "_blank"><span class = "fa fa-pinterest"></span></a></li>
|
71 |
+
<li class = "<?php echo empty($youtube) ? 'hidden' : ''; ?>"><a href = "<?php echo $youtube; ?>" target = "_blank"><span class = "fa fa-youtube"></span></a></li>
|
72 |
+
<li class = "<?php echo empty($instagram) ? 'hidden' : ''; ?>"><a href = "<?php echo $instagram; ?>" target = "_blank"><span class = "fa fa-instagram"></span></a></li>
|
73 |
+
<li class = "<?php echo empty($behance) ? 'hidden' : ''; ?>"><a href = "<?php echo $behance; ?>" target = "_blank"><span class = "fa fa-behance"></span></a></li>
|
74 |
+
<li class = "<?php echo empty($linkedin) ? 'hidden' : ''; ?>"><a href = "<?php echo $linkedin; ?>" target = "_blank"><span class = "fa fa-linkedin"></span></a></li>
|
75 |
+
</ul>
|
76 |
</div>
|
77 |
+
<div id="plane" class="hidden-xs <?php echo (($the_cs_template_options['plane']) == 1) ? '' : 'hidden' ?>">
|
78 |
<img src="<?php echo plugins_url('images/plane.png', __FILE__); ?>" class="img-responsive">
|
79 |
</div>
|
80 |
</div>
|
includes/templates/believe/css/main.css
CHANGED
@@ -8,13 +8,13 @@ body{
|
|
8 |
.logo{
|
9 |
margin-top: 90px;
|
10 |
margin-bottom: 30px;
|
|
|
11 |
}
|
12 |
#plane{
|
13 |
top: 157px;
|
14 |
position: absolute;
|
15 |
width: 700px;
|
16 |
right: 10%;
|
17 |
-
|
18 |
}
|
19 |
.title-top{
|
20 |
font-size:32pt ;
|
@@ -34,24 +34,33 @@ body{
|
|
34 |
font-family: 'Biryani', sans-serif;
|
35 |
font-weight: 300;
|
36 |
}
|
37 |
-
.social
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
42 |
}
|
43 |
-
.social
|
44 |
-
|
45 |
-
|
|
|
|
|
46 |
display: inline-block;
|
|
|
|
|
|
|
|
|
47 |
}
|
48 |
-
.social-icon{
|
49 |
-
|
50 |
-
display: block;
|
51 |
}
|
52 |
-
.social-icon:hover{
|
53 |
-
|
54 |
}
|
|
|
55 |
#powered-by {
|
56 |
margin-top: 50px;
|
57 |
font-family: 'Biryani', sans-serif;
|
8 |
.logo{
|
9 |
margin-top: 90px;
|
10 |
margin-bottom: 30px;
|
11 |
+
max-width: 290px;
|
12 |
}
|
13 |
#plane{
|
14 |
top: 157px;
|
15 |
position: absolute;
|
16 |
width: 700px;
|
17 |
right: 10%;
|
|
|
18 |
}
|
19 |
.title-top{
|
20 |
font-size:32pt ;
|
34 |
font-family: 'Biryani', sans-serif;
|
35 |
font-weight: 300;
|
36 |
}
|
37 |
+
.social-icon{
|
38 |
+
padding-left: 0;
|
39 |
+
}
|
40 |
+
.social-icon a{
|
41 |
+
font-size: 20px;
|
42 |
+
opacity: 0.8;
|
43 |
+
transition: all ease 500ms;
|
44 |
+
|
45 |
}
|
46 |
+
.social-icon a:hover{
|
47 |
+
opacity: 1;
|
48 |
+
font-size: 23px;
|
49 |
+
}
|
50 |
+
.social-icon>li{
|
51 |
display: inline-block;
|
52 |
+
margin-right: 10px;
|
53 |
+
height: 50px;
|
54 |
+
overflow: hidden;
|
55 |
+
width: 25px;
|
56 |
}
|
57 |
+
.social-icon>li:last-child{
|
58 |
+
margin-right: 0;
|
|
|
59 |
}
|
60 |
+
.social-icon>li>a:hover{
|
61 |
+
text-decoration: none;
|
62 |
}
|
63 |
+
.form-
|
64 |
#powered-by {
|
65 |
margin-top: 50px;
|
66 |
font-family: 'Biryani', sans-serif;
|
includes/templates/glass.php
CHANGED
@@ -9,7 +9,7 @@ function igniteup_define_template_glass($templates) {
|
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("glass/img/logo.png", __FILE__),
|
12 |
-
'description' => __('Recommended size: 250px x 90px', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
@@ -27,7 +27,7 @@ function igniteup_define_template_glass($templates) {
|
|
27 |
),
|
28 |
'font_color' => array(
|
29 |
'type' => 'color-picker',
|
30 |
-
'label' =>
|
31 |
'def' => '#fff',
|
32 |
'placeholder' => '#FFFFFF',
|
33 |
'description' => __('This will be the font color', CSCS_TEXT_DOMAIN),
|
@@ -37,7 +37,7 @@ function igniteup_define_template_glass($templates) {
|
|
37 |
'label' => __('Link Color', CSCS_TEXT_DOMAIN),
|
38 |
'def' => '#cbcbcb',
|
39 |
'placeholder' => '#cbcbcb',
|
40 |
-
'description' =>
|
41 |
),
|
42 |
'title_top' => array(
|
43 |
'type' => 'text',
|
@@ -59,69 +59,6 @@ function igniteup_define_template_glass($templates) {
|
|
59 |
'def' => '1',
|
60 |
'description' => __('Show/Hide Email Subscribe Form', CSCS_TEXT_DOMAIN),
|
61 |
),
|
62 |
-
'social-twitter' => array(
|
63 |
-
'type' => 'text',
|
64 |
-
'label' => 'Twitter',
|
65 |
-
'def' => '',
|
66 |
-
'placeholder' => 'http://twitter.com/ceylonsystems',
|
67 |
-
'description' => __('Enter the Twitter URL here', CSCS_TEXT_DOMAIN),
|
68 |
-
),
|
69 |
-
'social-facebook' => array(
|
70 |
-
'type' => 'text',
|
71 |
-
'label' => 'Facebook',
|
72 |
-
'def' => '',
|
73 |
-
'placeholder' => 'http://facebook.com/ceylonsystems',
|
74 |
-
'description' => __('Enter the Facebook URL here', CSCS_TEXT_DOMAIN),
|
75 |
-
),
|
76 |
-
'social-pinterest' => array(
|
77 |
-
'type' => 'text',
|
78 |
-
'label' => 'Pinterest',
|
79 |
-
'def' => '',
|
80 |
-
'placeholder' => 'http://pinterest.com/ceylonsystems',
|
81 |
-
'description' => __('Enter the Pinterest URL here', CSCS_TEXT_DOMAIN),
|
82 |
-
),
|
83 |
-
'social-gplus' => array(
|
84 |
-
'type' => 'text',
|
85 |
-
'label' => 'Google+',
|
86 |
-
'def' => '',
|
87 |
-
'placeholder' => 'http://plus.google.com/+ceylonsystems',
|
88 |
-
'description' => __('Enter the Google+ URL here', CSCS_TEXT_DOMAIN),
|
89 |
-
),
|
90 |
-
'social-youtube' => array(
|
91 |
-
'type' => 'text',
|
92 |
-
'label' => 'Youtube',
|
93 |
-
'def' => '',
|
94 |
-
'placeholder' => 'http://youtube.com/ceylonsystems',
|
95 |
-
'description' => __('Enter the Youtube URL here', CSCS_TEXT_DOMAIN),
|
96 |
-
),
|
97 |
-
'social-instagram' => array(
|
98 |
-
'type' => 'text',
|
99 |
-
'label' => 'Instagram',
|
100 |
-
'def' => '',
|
101 |
-
'placeholder' => 'http://instagram.com/ceylonsystems',
|
102 |
-
'description' => __('Enter the Evernote URL here', CSCS_TEXT_DOMAIN),
|
103 |
-
),
|
104 |
-
'social-tumblr' => array(
|
105 |
-
'type' => 'text',
|
106 |
-
'label' => 'Tumblr',
|
107 |
-
'def' => '',
|
108 |
-
'placeholder' => 'http://tumblr.com/ceylonsystems',
|
109 |
-
'description' => __('Enter the Tumblr URL here', CSCS_TEXT_DOMAIN),
|
110 |
-
),
|
111 |
-
'social-behance' => array(
|
112 |
-
'type' => 'text',
|
113 |
-
'label' => 'Behance',
|
114 |
-
'def' => '',
|
115 |
-
'placeholder' => 'http://behance.net/ceylonsystems',
|
116 |
-
'description' => __('Enter the Behance URL here', CSCS_TEXT_DOMAIN),
|
117 |
-
),
|
118 |
-
'social-linkedin' => array(
|
119 |
-
'type' => 'text',
|
120 |
-
'label' => 'Linkedin',
|
121 |
-
'def' => '',
|
122 |
-
'placeholder' => 'http://linkedin.com/ceylonsystems',
|
123 |
-
'description' => __('Enter the Linkedin URL here', CSCS_TEXT_DOMAIN),
|
124 |
-
),
|
125 |
)
|
126 |
);
|
127 |
return $templates;
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("glass/img/logo.png", __FILE__),
|
12 |
+
'description' => __('Recommended size: 250px x 90px - (Keep it empty to hide logo)', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
27 |
),
|
28 |
'font_color' => array(
|
29 |
'type' => 'color-picker',
|
30 |
+
'label' => __('Font Color', CSCS_TEXT_DOMAIN),
|
31 |
'def' => '#fff',
|
32 |
'placeholder' => '#FFFFFF',
|
33 |
'description' => __('This will be the font color', CSCS_TEXT_DOMAIN),
|
37 |
'label' => __('Link Color', CSCS_TEXT_DOMAIN),
|
38 |
'def' => '#cbcbcb',
|
39 |
'placeholder' => '#cbcbcb',
|
40 |
+
'description' => __('This will be the hover color', CSCS_TEXT_DOMAIN),
|
41 |
),
|
42 |
'title_top' => array(
|
43 |
'type' => 'text',
|
59 |
'def' => '1',
|
60 |
'description' => __('Show/Hide Email Subscribe Form', CSCS_TEXT_DOMAIN),
|
61 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
)
|
63 |
);
|
64 |
return $templates;
|
includes/templates/glass/glass.php
CHANGED
@@ -6,10 +6,10 @@
|
|
6 |
<meta charset="utf-8">
|
7 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
9 |
-
<title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | '. get_bloginfo('name')); ?></title>
|
10 |
|
11 |
<style>
|
12 |
-
a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
@@ -44,7 +44,7 @@
|
|
44 |
<p class="text-center"><?php echo $the_cs_template_options['paragraph']; ?></p>
|
45 |
<div class="thankyou hidden" style="margin-bottom: -70px;">
|
46 |
<div class="alert alert-success alert-dismissible" role="alert">
|
47 |
-
<div class="text-center"> <?php echo
|
48 |
</div>
|
49 |
</div>
|
50 |
<div class="error-msg hidden" style="margin-top: 0px;">
|
@@ -65,15 +65,14 @@
|
|
65 |
|
66 |
<ul class="social-icon">
|
67 |
<?php
|
68 |
-
$twitter =
|
69 |
-
$facebook =
|
70 |
-
$pinterest =
|
71 |
-
$gplus =
|
72 |
-
$youtube =
|
73 |
-
$instagram =
|
74 |
-
$
|
75 |
-
$
|
76 |
-
$linkedin = $the_cs_template_options['social-linkedin'];
|
77 |
?>
|
78 |
<li class = "<?php echo empty($twitter) ? 'hidden' : ''; ?>"><a href = "<?php echo $twitter; ?>" target = "_blank"><span class = "fa fa-twitter-square"></span></a></li>
|
79 |
<li class = "<?php echo empty($facebook) ? 'hidden' : ''; ?>"><a href = "<?php echo $facebook; ?>" target = "_blank"><span class = "fa fa-facebook-square"></span></a></li>
|
@@ -81,7 +80,6 @@
|
|
81 |
<li class = "<?php echo empty($pinterest) ? 'hidden' : ''; ?>"><a href = "<?php echo $pinterest; ?>" target = "_blank"><span class = "fa fa-pinterest-square"></span></a></li>
|
82 |
<li class = "<?php echo empty($youtube) ? 'hidden' : ''; ?>"><a href = "<?php echo $youtube; ?>" target = "_blank"><span class = "fa fa-youtube-square"></span></a></li>
|
83 |
<li class = "<?php echo empty($instagram) ? 'hidden' : ''; ?>"><a href = "<?php echo $instagram; ?>" target = "_blank"><span class = "fa fa-instagram"></span></a></li>
|
84 |
-
<li class = "<?php echo empty($tumblr) ? 'hidden' : ''; ?>"><a href = "<?php echo $tumblr; ?>" target = "_blank"><span class = "fa fa-tumblr-square"></span></a></li>
|
85 |
<li class = "<?php echo empty($behance) ? 'hidden' : ''; ?>"><a href = "<?php echo $behance; ?>" target = "_blank"><span class = "fa fa-behance-square"></span></a></li>
|
86 |
<li class = "<?php echo empty($linkedin) ? 'hidden' : ''; ?>"><a href = "<?php echo $linkedin; ?>" target = "_blank"><span class = "fa fa-linkedin-square"></span></a></li>
|
87 |
</ul>
|
6 |
<meta charset="utf-8">
|
7 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
9 |
+
<title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | ' . get_bloginfo('name')); ?></title>
|
10 |
|
11 |
<style>
|
12 |
+
.main-container a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
44 |
<p class="text-center"><?php echo $the_cs_template_options['paragraph']; ?></p>
|
45 |
<div class="thankyou hidden" style="margin-bottom: -70px;">
|
46 |
<div class="alert alert-success alert-dismissible" role="alert">
|
47 |
+
<div class="text-center"> <?php echo CSAdminOptions::getDefaultStrings('alert_thankyou'); ?></div>
|
48 |
</div>
|
49 |
</div>
|
50 |
<div class="error-msg hidden" style="margin-top: 0px;">
|
65 |
|
66 |
<ul class="social-icon">
|
67 |
<?php
|
68 |
+
$twitter = $the_cs_template_options['common_social_twitter'];
|
69 |
+
$facebook = $the_cs_template_options['common_social_facebook'];
|
70 |
+
$pinterest = $the_cs_template_options['common_social_pinterest'];
|
71 |
+
$gplus = $the_cs_template_options['common_social_googleplus'];
|
72 |
+
$youtube = $the_cs_template_options['common_social_youtube'];
|
73 |
+
$instagram = $the_cs_template_options['common_social_instagram'];
|
74 |
+
$behance = $the_cs_template_options['common_social_behance'];
|
75 |
+
$linkedin = $the_cs_template_options['common_social_linkedin'];
|
|
|
76 |
?>
|
77 |
<li class = "<?php echo empty($twitter) ? 'hidden' : ''; ?>"><a href = "<?php echo $twitter; ?>" target = "_blank"><span class = "fa fa-twitter-square"></span></a></li>
|
78 |
<li class = "<?php echo empty($facebook) ? 'hidden' : ''; ?>"><a href = "<?php echo $facebook; ?>" target = "_blank"><span class = "fa fa-facebook-square"></span></a></li>
|
80 |
<li class = "<?php echo empty($pinterest) ? 'hidden' : ''; ?>"><a href = "<?php echo $pinterest; ?>" target = "_blank"><span class = "fa fa-pinterest-square"></span></a></li>
|
81 |
<li class = "<?php echo empty($youtube) ? 'hidden' : ''; ?>"><a href = "<?php echo $youtube; ?>" target = "_blank"><span class = "fa fa-youtube-square"></span></a></li>
|
82 |
<li class = "<?php echo empty($instagram) ? 'hidden' : ''; ?>"><a href = "<?php echo $instagram; ?>" target = "_blank"><span class = "fa fa-instagram"></span></a></li>
|
|
|
83 |
<li class = "<?php echo empty($behance) ? 'hidden' : ''; ?>"><a href = "<?php echo $behance; ?>" target = "_blank"><span class = "fa fa-behance-square"></span></a></li>
|
84 |
<li class = "<?php echo empty($linkedin) ? 'hidden' : ''; ?>"><a href = "<?php echo $linkedin; ?>" target = "_blank"><span class = "fa fa-linkedin-square"></span></a></li>
|
85 |
</ul>
|
includes/templates/launcher.php
CHANGED
@@ -76,69 +76,6 @@ function igniteup_define_template_launcher($templates) {
|
|
76 |
'placeholder' => '#FFFFFF',
|
77 |
'description' => __('This will be the background color the button', CSCS_TEXT_DOMAIN),
|
78 |
),
|
79 |
-
'social-twitter' => array(
|
80 |
-
'type' => 'text',
|
81 |
-
'label' => 'Twitter',
|
82 |
-
'def' => '',
|
83 |
-
'placeholder' => 'http://twitter.com/ceylonsystems',
|
84 |
-
'description' => __('Enter the Twitter URL here', CSCS_TEXT_DOMAIN),
|
85 |
-
),
|
86 |
-
'social-facebook' => array(
|
87 |
-
'type' => 'text',
|
88 |
-
'label' => 'Facebook',
|
89 |
-
'def' => '',
|
90 |
-
'placeholder' => 'http://facebook.com/ceylonsystems',
|
91 |
-
'description' => __('Enter the Facebook URL here', CSCS_TEXT_DOMAIN),
|
92 |
-
),
|
93 |
-
'social-pinterest' => array(
|
94 |
-
'type' => 'text',
|
95 |
-
'label' => 'Pinterest',
|
96 |
-
'def' => '',
|
97 |
-
'placeholder' => 'http://pinterest.com/ceylonsystems',
|
98 |
-
'description' => __('Enter the Pinterest URL here', CSCS_TEXT_DOMAIN),
|
99 |
-
),
|
100 |
-
'social-gplus' => array(
|
101 |
-
'type' => 'text',
|
102 |
-
'label' => 'Google+',
|
103 |
-
'def' => '',
|
104 |
-
'placeholder' => 'http://plus.google.com/+ceylonsystems',
|
105 |
-
'description' => __('Enter the Google+ URL here', CSCS_TEXT_DOMAIN),
|
106 |
-
),
|
107 |
-
'social-youtube' => array(
|
108 |
-
'type' => 'text',
|
109 |
-
'label' => 'Youtube',
|
110 |
-
'def' => '',
|
111 |
-
'placeholder' => 'http://youtube.com/ceylonsystems',
|
112 |
-
'description' => __('Enter the Youtube URL here', CSCS_TEXT_DOMAIN),
|
113 |
-
),
|
114 |
-
'social-evernote' => array(
|
115 |
-
'type' => 'text',
|
116 |
-
'label' => 'Evernote',
|
117 |
-
'def' => '',
|
118 |
-
'placeholder' => 'http://evernote.com/ceylonsystems',
|
119 |
-
'description' => __('Enter the Evernote URL here', CSCS_TEXT_DOMAIN),
|
120 |
-
),
|
121 |
-
'social-tumblr' => array(
|
122 |
-
'type' => 'text',
|
123 |
-
'label' => 'Tumblr',
|
124 |
-
'def' => '',
|
125 |
-
'placeholder' => 'http://tumblr.com/ceylonsystems',
|
126 |
-
'description' => __('Enter the Tumblr URL here', CSCS_TEXT_DOMAIN),
|
127 |
-
),
|
128 |
-
'social-behance' => array(
|
129 |
-
'type' => 'text',
|
130 |
-
'label' => 'Behance',
|
131 |
-
'def' => '',
|
132 |
-
'placeholder' => 'http://behance.net/ceylonsystems',
|
133 |
-
'description' => __('Enter the Behance URL here', CSCS_TEXT_DOMAIN),
|
134 |
-
),
|
135 |
-
'social-linkedin' => array(
|
136 |
-
'type' => 'text',
|
137 |
-
'label' => 'Linkedin',
|
138 |
-
'def' => '',
|
139 |
-
'placeholder' => 'http://linkedin.com/ceylonsystems',
|
140 |
-
'description' => __('Enter the Linkedin URL here', CSCS_TEXT_DOMAIN),
|
141 |
-
),
|
142 |
)
|
143 |
);
|
144 |
return $templates;
|
@@ -152,6 +89,7 @@ function cscs_launcher_theme_scripts() {
|
|
152 |
wp_enqueue_style('font-montserrat', plugins_url('includes/css/font-montserrat.css', CSCS_FILE));
|
153 |
wp_enqueue_style('launcher', plugins_url('launcher/css/main.css', __FILE__), array(), CSCS_CURRENT_VERSION);
|
154 |
wp_enqueue_style('launcher-icons', plugins_url('includes/css/icons/styles.css', CSCS_FILE));
|
|
|
155 |
wp_enqueue_script('jquery');
|
156 |
wp_enqueue_script('jquery-countdown', plugins_url('launcher/js/jquery.countdown.js', __FILE__), array('jquery'));
|
157 |
}
|
76 |
'placeholder' => '#FFFFFF',
|
77 |
'description' => __('This will be the background color the button', CSCS_TEXT_DOMAIN),
|
78 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
)
|
80 |
);
|
81 |
return $templates;
|
89 |
wp_enqueue_style('font-montserrat', plugins_url('includes/css/font-montserrat.css', CSCS_FILE));
|
90 |
wp_enqueue_style('launcher', plugins_url('launcher/css/main.css', __FILE__), array(), CSCS_CURRENT_VERSION);
|
91 |
wp_enqueue_style('launcher-icons', plugins_url('includes/css/icons/styles.css', CSCS_FILE));
|
92 |
+
wp_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
|
93 |
wp_enqueue_script('jquery');
|
94 |
wp_enqueue_script('jquery-countdown', plugins_url('launcher/js/jquery.countdown.js', __FILE__), array('jquery'));
|
95 |
}
|
includes/templates/launcher/css/main.css
CHANGED
@@ -47,12 +47,12 @@ p{
|
|
47 |
margin-right: 0;
|
48 |
}
|
49 |
.social-icon {
|
50 |
-
font-size:
|
51 |
color: #fff;
|
52 |
background-color: #565656;
|
53 |
height: 45px;
|
54 |
width: 45px;
|
55 |
-
|
56 |
transition: all ease 400ms;
|
57 |
}
|
58 |
a:hover, a:focus{
|
47 |
margin-right: 0;
|
48 |
}
|
49 |
.social-icon {
|
50 |
+
font-size: 23px;
|
51 |
color: #fff;
|
52 |
background-color: #565656;
|
53 |
height: 45px;
|
54 |
width: 45px;
|
55 |
+
padding: 6px 11px;
|
56 |
transition: all ease 400ms;
|
57 |
}
|
58 |
a:hover, a:focus{
|
includes/templates/launcher/launcher.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | ' . get_bloginfo('name')); ?> </title>
|
10 |
|
11 |
<style>
|
12 |
-
a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
@@ -90,7 +90,7 @@
|
|
90 |
</div>
|
91 |
<div class="thankyou hidden" style="margin-top: -90px;">
|
92 |
<div class="alert alert-success alert-dismissible" role="alert">
|
93 |
-
<div class="text-center"> <?php echo
|
94 |
</div>
|
95 |
</div>
|
96 |
<div class="error-msg hidden" style="margin-top: 0px;">
|
@@ -100,26 +100,24 @@
|
|
100 |
</div>
|
101 |
<div class="social">
|
102 |
<?php
|
103 |
-
$twitter = $the_cs_template_options['
|
104 |
-
$facebook = $the_cs_template_options['
|
105 |
-
$pinterest = $the_cs_template_options['
|
106 |
-
$gplus = $the_cs_template_options['
|
107 |
-
$youtube = $the_cs_template_options['
|
108 |
-
$
|
109 |
-
$
|
110 |
-
$
|
111 |
-
$linkedin = $the_cs_template_options['social-linkedin'];
|
112 |
?>
|
113 |
<ul>
|
114 |
-
<li class="<?php echo empty($twitter) ? 'hidden' : ''; ?>"><a href="<?php echo $
|
115 |
-
<li class="<?php echo empty($facebook) ? 'hidden' : ''; ?>"><a href="<?php echo $facebook; ?>"><div class="social-icon"><span class="
|
116 |
-
<li class="<?php echo empty($pinterest) ? 'hidden' : ''; ?>"><a href="<?php echo $pinterest; ?>"><div class="social-icon"><span class="
|
117 |
-
<li class="<?php echo empty($gplus) ? 'hidden' : ''; ?>"><a href="<?php echo $gplus; ?>"><div class="social-icon"><span class="
|
118 |
-
<li class="<?php echo empty($
|
119 |
-
<li class="<?php echo empty($
|
120 |
-
<li class="<?php echo empty($
|
121 |
-
<li class="<?php echo empty($
|
122 |
-
<li class="<?php echo empty($linkedin) ? 'hidden' : ''; ?>"><a href="<?php echo $linkedin; ?>"><div class="social-icon"><span class="icon-linkedin"></span></div></a></li>
|
123 |
</ul>
|
124 |
</div>
|
125 |
<div class="row">
|
9 |
<title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | ' . get_bloginfo('name')); ?> </title>
|
10 |
|
11 |
<style>
|
12 |
+
.main-container a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
90 |
</div>
|
91 |
<div class="thankyou hidden" style="margin-top: -90px;">
|
92 |
<div class="alert alert-success alert-dismissible" role="alert">
|
93 |
+
<div class="text-center"> <?php echo CSAdminOptions::getDefaultStrings('alert_thankyou'); ?></div>
|
94 |
</div>
|
95 |
</div>
|
96 |
<div class="error-msg hidden" style="margin-top: 0px;">
|
100 |
</div>
|
101 |
<div class="social">
|
102 |
<?php
|
103 |
+
$twitter = $the_cs_template_options['common_social_twitter'];
|
104 |
+
$facebook = $the_cs_template_options['common_social_facebook'];
|
105 |
+
$pinterest = $the_cs_template_options['common_social_pinterest'];
|
106 |
+
$gplus = $the_cs_template_options['common_social_googleplus'];
|
107 |
+
$youtube = $the_cs_template_options['common_social_youtube'];
|
108 |
+
$instagram = $the_cs_template_options['common_social_instagram'];
|
109 |
+
$behance = $the_cs_template_options['common_social_behance'];
|
110 |
+
$linkedin = $the_cs_template_options['common_social_linkedin'];
|
|
|
111 |
?>
|
112 |
<ul>
|
113 |
+
<li class="<?php echo empty($twitter) ? 'hidden' : ''; ?>"><a href="<?php echo $twitter; ?>"><div class="social-icon"><span class="fa fa-twitter"></span></div></a></li>
|
114 |
+
<li class="<?php echo empty($facebook) ? 'hidden' : ''; ?>"><a href="<?php echo $facebook; ?>"><div class="social-icon"><span class="fa fa-facebook"></span></div></a></li>
|
115 |
+
<li class="<?php echo empty($pinterest) ? 'hidden' : ''; ?>"><a href="<?php echo $pinterest; ?>"><div class="social-icon"><span class="fa fa-pinterest"></span></div></a></li>
|
116 |
+
<li class="<?php echo empty($gplus) ? 'hidden' : ''; ?>"><a href="<?php echo $gplus; ?>"><div class="social-icon"><span class="fa fa-google-plus"></span></div></a></li>
|
117 |
+
<li class="<?php echo empty($instagram) ? 'hidden' : ''; ?>"><a href="<?php echo $instagram; ?>"><div class="social-icon"><span class="fa fa-instagram"></span></div></a></li>
|
118 |
+
<li class="<?php echo empty($youtube) ? 'hidden' : ''; ?>"><a href="<?php echo $youtube; ?>"><div class="social-icon"><span class="fa fa-youtube"></span></div></a></li>
|
119 |
+
<li class="<?php echo empty($behance) ? 'hidden' : ''; ?>"><a href="<?php echo $behance; ?>"><div class="social-icon"><span class="fa fa-behance"></span></div></a></li>
|
120 |
+
<li class="<?php echo empty($linkedin) ? 'hidden' : ''; ?>"><a href="<?php echo $linkedin; ?>"><div class="social-icon"><span class="fa fa-linkedin"></span></div></a></li>
|
|
|
121 |
</ul>
|
122 |
</div>
|
123 |
<div class="row">
|
includes/templates/offline.php
CHANGED
@@ -9,7 +9,7 @@ function igniteup_define_template_offline($templates) {
|
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("offline/img/rockyton_color.png", __FILE__),
|
12 |
-
'description' => __('Recommended size: 250px x 90px', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
9 |
'type' => 'image',
|
10 |
'label' => __('Logo (Transparent)', CSCS_TEXT_DOMAIN),
|
11 |
'def' => plugins_url("offline/img/rockyton_color.png", __FILE__),
|
12 |
+
'description' => __('Recommended size: 250px x 90px - (Keep it empty to hide logo)', CSCS_TEXT_DOMAIN),
|
13 |
),
|
14 |
'bg_color' => array(
|
15 |
'type' => 'color-picker',
|
includes/templates/offline/offline.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | '. get_bloginfo('name')); ?></title>
|
10 |
|
11 |
<style>
|
12 |
-
a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
9 |
<title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready to Launch | '. get_bloginfo('name')); ?></title>
|
10 |
|
11 |
<style>
|
12 |
+
.main-container a{
|
13 |
color:<?php echo $the_cs_template_options['font_color']; ?> !important;
|
14 |
transition: all ease 400ms;
|
15 |
}
|
includes/views/admin-dashboard.php
CHANGED
@@ -12,12 +12,12 @@ function show_saved_notice() {
|
|
12 |
}
|
13 |
?>
|
14 |
<div class="wrap">
|
15 |
-
<h2 class="
|
16 |
-
<a class="
|
17 |
-
<a class="
|
18 |
-
<a class="
|
19 |
-
<a class="
|
20 |
-
<a class="
|
21 |
</h2>
|
22 |
|
23 |
<?php show_saved_notice(); ?>
|
12 |
}
|
13 |
?>
|
14 |
<div class="wrap">
|
15 |
+
<h2 class="nav-tab-wrapper">
|
16 |
+
<a class="nav-tab <?php echo $section == 'general' ? 'nav-tab-active' : ''; ?>" href="<?php echo admin_url('admin.php?page=cscs_options§ion=general'); ?>" ><?php _e('General', CSCS_TEXT_DOMAIN); ?></a>
|
17 |
+
<a class="nav-tab <?php echo $section == 'appearance' ? 'nav-tab-active' : ''; ?>" href="<?php echo admin_url('admin.php?page=cscs_options§ion=appearance'); ?>"><?php _e('Template Options', CSCS_TEXT_DOMAIN); ?></a>
|
18 |
+
<a class="nav-tab <?php echo $section == 'common' ? 'nav-tab-active' : ''; ?>" href="<?php echo admin_url('admin.php?page=cscs_options§ion=common'); ?>"><?php _e('Common Options', CSCS_TEXT_DOMAIN); ?></a>
|
19 |
+
<a class="nav-tab <?php echo $section == 'integrations' ? 'nav-tab-active' : ''; ?>" href="<?php echo admin_url('admin.php?page=cscs_options§ion=integrations'); ?>"><?php _e('Integrations', CSCS_TEXT_DOMAIN); ?></a>
|
20 |
+
<a class="nav-tab <?php echo $section == 'help' ? 'nav-tab-active' : ''; ?>" href="<?php echo admin_url('admin.php?page=cscs_options§ion=help'); ?>"><?php _e('Help', CSCS_TEXT_DOMAIN); ?></a>
|
21 |
</h2>
|
22 |
|
23 |
<?php show_saved_notice(); ?>
|
includes/views/admin-subscribers.php
CHANGED
@@ -8,7 +8,7 @@ $subs = $wpdb->get_results("SELECT * FROM " . CSCS_DBTABLE_PREFIX . CSCS_DBTABLE
|
|
8 |
<form>
|
9 |
<div class="tablenav top">
|
10 |
<div class="alignleft actions bulkactions">
|
11 |
-
<label for="bulk-action-selector-top" class="screen-reader-text"
|
12 |
<select name="action" id="bulk-action-selector-top">
|
13 |
<option value="-1" selected="selected"><?php _e('Bulk Actions', CSCS_TEXT_DOMAIN); ?></option>
|
14 |
<option value="trash"><?php _e('Delete', CSCS_TEXT_DOMAIN); ?></option>
|
8 |
<form>
|
9 |
<div class="tablenav top">
|
10 |
<div class="alignleft actions bulkactions">
|
11 |
+
<label for="bulk-action-selector-top" class="screen-reader-text"><?php _e('Select bulk action', CSCS_TEXT_DOMAIN); ?></label>
|
12 |
<select name="action" id="bulk-action-selector-top">
|
13 |
<option value="-1" selected="selected"><?php _e('Bulk Actions', CSCS_TEXT_DOMAIN); ?></option>
|
14 |
<option value="trash"><?php _e('Delete', CSCS_TEXT_DOMAIN); ?></option>
|
includes/views/admin-templates.php
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<?php
|
2 |
|
3 |
function createTemplateThumb($key, $template, $active = FALSE) {
|
4 |
-
$screenshot = @plugin_dir_url(CSCS_FILE) .
|
5 |
if (isset($template['plugin_file']) && !empty($template['plugin_file']))
|
6 |
-
$screenshot = plugin_dir_url($template['plugin_file']) .
|
7 |
?>
|
8 |
<div class="template-box">
|
9 |
-
<div class="template-title"><?php echo $template['name'], $active ? ' (Active)' : ''; ?></div>
|
10 |
<img src="<?php echo $screenshot; ?>">
|
11 |
<div class="template-footer">
|
12 |
|
13 |
<?php if (CSCS_DEFAULT_TEMPLATE == $key): ?>
|
14 |
-
<a href="<?php echo admin_url(
|
15 |
<button class="button button-primary button-customize"><?php _e('Customize', CSCS_TEXT_DOMAIN); ?></button>
|
16 |
</a>
|
17 |
<?php else: ?>
|
@@ -31,9 +31,9 @@ function createTemplateThumb($key, $template, $active = FALSE) {
|
|
31 |
?>
|
32 |
|
33 |
<div class="wrap">
|
34 |
-
<
|
35 |
<?php if (isset($_REQUEST['activated']) && $_REQUEST['activated'] == 'yes'): ?>
|
36 |
-
<div class="updated notice is-dismissible below-h2"><p><?php _e('A new template activated!', CSCS_TEXT_DOMAIN); ?> <a href="<?php echo admin_url(
|
37 |
<?php endif; ?>
|
38 |
<div id="cscs-templates">
|
39 |
<?php
|
@@ -45,11 +45,11 @@ function createTemplateThumb($key, $template, $active = FALSE) {
|
|
45 |
}
|
46 |
?>
|
47 |
<div class="template-box get-template-box">
|
48 |
-
<a href="https://getigniteup.com/templates
|
49 |
<img src="<?php echo plugin_dir_url(CSCS_FILE) . 'includes/images/def-screenshot.png'; ?>">
|
50 |
-
<div id="hover_wrapper"><img src="<?php echo plugin_dir_url(CSCS_FILE) .
|
51 |
</a>
|
52 |
-
<div class="get-more"
|
53 |
</div>
|
54 |
<div class="clearfix"></div>
|
55 |
</div>
|
1 |
<?php
|
2 |
|
3 |
function createTemplateThumb($key, $template, $active = FALSE) {
|
4 |
+
$screenshot = @plugin_dir_url(CSCS_FILE) . "includes/templates/" . $template['folder_name'] . "/screenshot.jpg";
|
5 |
if (isset($template['plugin_file']) && !empty($template['plugin_file']))
|
6 |
+
$screenshot = plugin_dir_url($template['plugin_file']) . "template/screenshot.jpg";
|
7 |
?>
|
8 |
<div class="template-box">
|
9 |
+
<div class="template-title"><?php echo $template['name'], $active ? ' (' . __('Active', CSCS_TEXT_DOMAIN) . ')' : ''; ?></div>
|
10 |
<img src="<?php echo $screenshot; ?>">
|
11 |
<div class="template-footer">
|
12 |
|
13 |
<?php if (CSCS_DEFAULT_TEMPLATE == $key): ?>
|
14 |
+
<a href="<?php echo admin_url("admin.php?page=cscs_options§ion=appearance"); ?>">
|
15 |
<button class="button button-primary button-customize"><?php _e('Customize', CSCS_TEXT_DOMAIN); ?></button>
|
16 |
</a>
|
17 |
<?php else: ?>
|
31 |
?>
|
32 |
|
33 |
<div class="wrap">
|
34 |
+
<h1><?php _e('Templates', CSCS_TEXT_DOMAIN); ?> <a href="https://getigniteup.com/templates/?utm_source=templates_page&utm_medium=temp_add_btn&utm_campaign=plugin" target="_blank" class="page-title-action"><?php _e('Add new', CSCS_TEXT_DOMAIN); ?></a></h1>
|
35 |
<?php if (isset($_REQUEST['activated']) && $_REQUEST['activated'] == 'yes'): ?>
|
36 |
+
<div class="updated notice is-dismissible below-h2"><p><?php _e('A new template activated!', CSCS_TEXT_DOMAIN); ?> <a href="<?php echo admin_url("admin.php?page=cscs_options§ion=appearance"); ?>"><?php _e('Customize it', CSCS_TEXT_DOMAIN); ?></a></p></div>
|
37 |
<?php endif; ?>
|
38 |
<div id="cscs-templates">
|
39 |
<?php
|
45 |
}
|
46 |
?>
|
47 |
<div class="template-box get-template-box">
|
48 |
+
<a href="https://getigniteup.com/templates/?utm_source=templates_page&utm_medium=temp_box&utm_campaign=plugin" target="_blank">
|
49 |
<img src="<?php echo plugin_dir_url(CSCS_FILE) . 'includes/images/def-screenshot.png'; ?>">
|
50 |
+
<div id="hover_wrapper"><img src="<?php echo plugin_dir_url(CSCS_FILE) . "includes/images/def-screenshot-hover.png"; ?>"></div>
|
51 |
</a>
|
52 |
+
<div class="get-more"><?php _e('Get More Templates', CSCS_TEXT_DOMAIN); ?></div>
|
53 |
</div>
|
54 |
<div class="clearfix"></div>
|
55 |
</div>
|
includes/views/temp-common-options.php
CHANGED
@@ -4,50 +4,99 @@
|
|
4 |
do_settings_sections('cscs_common_options');
|
5 |
wp_enqueue_media();
|
6 |
?>
|
7 |
-
<
|
8 |
-
<
|
9 |
-
<
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
</form>
|
4 |
do_settings_sections('cscs_common_options');
|
5 |
wp_enqueue_media();
|
6 |
?>
|
7 |
+
<div class="main-row">
|
8 |
+
<div class="igniteup-options">
|
9 |
+
<div class="igniteup-accordian">
|
10 |
+
<h2><?php _e('Subscribe Area', CSCS_TEXT_DOMAIN); ?></h2>
|
11 |
+
<div>
|
12 |
+
<table class="form-table">
|
13 |
+
<tr>
|
14 |
+
<th><label><?php _e('Subscribe Button Text', CSCS_TEXT_DOMAIN); ?></label></th>
|
15 |
+
<td>
|
16 |
+
<?php
|
17 |
+
$cs_subscribe_text = CSCS_GENEROPTION_PREFIX . 'subscribe_text';
|
18 |
+
?>
|
19 |
+
<input type="text" class="regular-text" placeholder="" name='<?php echo $cs_subscribe_text; ?>' value='<?php echo CSAdminOptions::getDefaultStrings('subscribe_text'); ?>'>
|
20 |
+
<p class="description"><?php _e('Subscribe Button Text', CSCS_TEXT_DOMAIN); ?></p>
|
21 |
+
</td>
|
22 |
+
</tr>
|
23 |
+
<tr>
|
24 |
+
<th><label><?php _e('Thank you message', CSCS_TEXT_DOMAIN); ?></label></th>
|
25 |
+
<td>
|
26 |
+
<?php
|
27 |
+
$cs_thank_msg = CSCS_GENEROPTION_PREFIX . 'alert_thankyou';
|
28 |
+
?>
|
29 |
+
<input type="text" class="regular-text" placeholder="" name='<?php echo $cs_thank_msg; ?>' value='<?php echo CSAdminOptions::getDefaultStrings('alert_thankyou'); ?>'>
|
30 |
+
<p class="description"><?php _e('Thank you message after a successful subscription.', CSCS_TEXT_DOMAIN); ?></p>
|
31 |
+
</td>
|
32 |
+
</tr>
|
33 |
+
<tr>
|
34 |
+
<th><label><?php _e('Invalid Email Error', CSCS_TEXT_DOMAIN); ?></label></th>
|
35 |
+
<td>
|
36 |
+
<?php $cs_invalid_email_msg = CSCS_GENEROPTION_PREFIX . 'alert_error_invalid_email';
|
37 |
+
?>
|
38 |
+
<input type="text" class="regular-text" placeholder="" name='<?php echo $cs_invalid_email_msg; ?>' value='<?php echo CSAdminOptions::getDefaultStrings('alert_error_invalid_email'); ?>'>
|
39 |
+
<p class="description"><?php _e('Error message for invalid email addresses.', CSCS_TEXT_DOMAIN); ?></p>
|
40 |
+
</td>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<th><label><?php _e('Email Already Exists Error', CSCS_TEXT_DOMAIN); ?></label></th>
|
44 |
+
<td>
|
45 |
+
<?php
|
46 |
+
$cs_already_exists_email_msg = CSCS_GENEROPTION_PREFIX . 'alert_error_already_exists';
|
47 |
+
?>
|
48 |
+
<input type="text" class="regular-text" placeholder="" name='<?php echo $cs_already_exists_email_msg; ?>' value='<?php echo CSAdminOptions::getDefaultStrings('alert_error_already_exists'); ?>'>
|
49 |
+
<p class="description"><?php _e('Message to display if the user has already subscribed.', CSCS_TEXT_DOMAIN); ?></p>
|
50 |
+
</td>
|
51 |
+
</tr>
|
52 |
+
|
53 |
+
</table>
|
54 |
+
</div>
|
55 |
+
<h2><?php _e('Social Icons', CSCS_TEXT_DOMAIN); ?></h2>
|
56 |
+
<div>
|
57 |
+
<table class="form-table">
|
58 |
+
|
59 |
+
<?php
|
60 |
+
$social = array('twitter', 'facebook', 'pinterest', 'googleplus', 'youtube', 'behance', 'linkedin', 'instagram');
|
61 |
+
$socialCount = 0;
|
62 |
+
foreach ($social as $icon) {
|
63 |
+
?>
|
64 |
+
<tr>
|
65 |
+
<th><label class="text-capitalize"><?php echo $social[$socialCount]; ?></label></th>
|
66 |
+
<td>
|
67 |
+
<?php
|
68 |
+
?>
|
69 |
+
<input type="text" class="regular-text" placeholder="http://<?php echo $social[$socialCount]; ?>.com/igniteup" name='<?php echo CSCS_GENEROPTION_PREFIX . 'social_' . $social[$socialCount]; ?>' value='<?php echo get_option(CSCS_GENEROPTION_PREFIX . 'social_' . $social[$socialCount]); ?>'>
|
70 |
+
<p class="description"><?php printf(__('Enter your %s URL here.', CSCS_TEXT_DOMAIN), ucfirst($social[$socialCount])); ?></p>
|
71 |
+
</td>
|
72 |
+
</tr>
|
73 |
+
<?php
|
74 |
+
$socialCount++;
|
75 |
+
}
|
76 |
+
?>
|
77 |
+
</table>
|
78 |
+
</div>
|
79 |
+
<h2><?php _e('Contact Form', CSCS_TEXT_DOMAIN); ?></h2>
|
80 |
+
<div>
|
81 |
+
<table class="form-table">
|
82 |
+
<tr>
|
83 |
+
<th><label><?php _e('Receive email address', CSCS_TEXT_DOMAIN); ?></label></th>
|
84 |
+
<td>
|
85 |
+
<?php
|
86 |
+
$cs_receive_email_addr = CSCS_GENEROPTION_PREFIX . 'receive_email_addr';
|
87 |
+
$admin_email = get_bloginfo('admin_email');
|
88 |
+
?>
|
89 |
+
<input type="text" class="regular-text" placeholder="" name='<?php echo $cs_receive_email_addr; ?>' value='<?php echo get_option($cs_receive_email_addr, $admin_email) ?>'>
|
90 |
+
<p class="description"><?php _e('Receive contact form submits on this email.', CSCS_TEXT_DOMAIN); ?></p>
|
91 |
+
</td>
|
92 |
+
</tr>
|
93 |
+
</table>
|
94 |
+
</div>
|
95 |
+
</div>
|
96 |
+
<p class="submit">
|
97 |
+
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save Changes', CSCS_TEXT_DOMAIN); ?>">
|
98 |
+
</p>
|
99 |
+
</div>
|
100 |
+
<?php include 'temp-siderbar-ad.php' ?>
|
101 |
+
</div>
|
102 |
</form>
|
includes/views/temp-general-options.php
CHANGED
@@ -8,88 +8,92 @@
|
|
8 |
echo $isTrue ? 'checked="checked"' : '';
|
9 |
}
|
10 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
$skip_for_array = empty($skipfor) ? array() : json_decode($skipfor, TRUE);
|
29 |
-
?>
|
30 |
-
<label><input type="checkbox" class="skip_checkbox" value="administrator" <?php check_checkboxes(in_array('administrator', $skip_for_array)); ?>><?php _e('Administrators', CSCS_TEXT_DOMAIN); ?></label>
|
31 |
-
<div class="clearfix"></div>
|
32 |
-
<label><input type="checkbox" class="skip_checkbox" value="editor" <?php check_checkboxes(in_array('editor', $skip_for_array)); ?>><?php _e('Editors', CSCS_TEXT_DOMAIN); ?></label>
|
33 |
-
<div class="clearfix"></div>
|
34 |
-
<label><input type="checkbox" class="skip_checkbox" value="subscriber" <?php check_checkboxes(in_array('subscriber', $skip_for_array)); ?>><?php _e('Subscribers', CSCS_TEXT_DOMAIN); ?></label>
|
35 |
-
<input type="hidden" name="<?php echo CSCS_GENEROPTION_PREFIX . 'skipfor'; ?>" id="skip_for_value" value='<?php echo $skipfor; ?>'>
|
36 |
-
<p class="description"><?php _e('Select user roles to skip maintenance mode page.', CSCS_TEXT_DOMAIN); ?></p>
|
37 |
-
</td>
|
38 |
-
</tr>
|
39 |
-
|
40 |
-
<tr>
|
41 |
-
<th>
|
42 |
-
<label><?php _e('Enable 503 Status', CSCS_TEXT_DOMAIN); ?></label>
|
43 |
-
</th>
|
44 |
-
<td>
|
45 |
-
<?php $cs_status_name = CSCS_GENEROPTION_PREFIX . 'send_status'; ?>
|
46 |
-
<label><input type="checkbox" name="<?php echo $cs_status_name; ?>" value="1" <?php check_checkboxes(get_option($cs_status_name, '1') == '1'); ?>><?php _e('Enable 503 header response', CSCS_TEXT_DOMAIN); ?></label>
|
47 |
-
<p class="description"><?php _e('Enable status 503 header response in the page to notify search engines that your site is down for maintenance.', CSCS_TEXT_DOMAIN); ?></p>
|
48 |
-
</td>
|
49 |
-
</tr>
|
50 |
-
|
51 |
-
|
52 |
-
<tr>
|
53 |
-
<th><label><?php _e('Page Title', CSCS_TEXT_DOMAIN); ?></label></th>
|
54 |
-
<td>
|
55 |
-
<?php $pg_title_name = CSCS_GENEROPTION_PREFIX . 'cs_page_title'; ?>
|
56 |
-
<input type="text" class="regular-text" placeholder="<?php _e('Page Title', CSCS_TEXT_DOMAIN); ?>" name='<?php echo $pg_title_name; ?>' value='<?php echo get_option($pg_title_name); ?>'>
|
57 |
-
<p><?php _e('This will be the title of the coming soon page.', CSCS_TEXT_DOMAIN); ?></p>
|
58 |
-
</td>
|
59 |
-
</tr>
|
60 |
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
</tr>
|
72 |
|
73 |
-
<tr>
|
74 |
-
<th><label><?php _e('Custom CSS', CSCS_TEXT_DOMAIN); ?></label></th>
|
75 |
-
<td>
|
76 |
-
<textarea name="<?php echo CSCS_GENEROPTION_PREFIX . 'customcss'; ?>" cols="50" rows="7"><?php echo get_option(CSCS_GENEROPTION_PREFIX . 'customcss', ''); ?></textarea>
|
77 |
-
<p class="description"><?php _e('Use custom css to customize front end templates.', CSCS_TEXT_DOMAIN); ?></p>
|
78 |
-
</td>
|
79 |
-
</tr>
|
80 |
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
|
|
88 |
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
</form>
|
94 |
|
95 |
<script>
|
8 |
echo $isTrue ? 'checked="checked"' : '';
|
9 |
}
|
10 |
?>
|
11 |
+
<div class="main-row">
|
12 |
+
<div class="igniteup-options">
|
13 |
+
<table class="form-table">
|
14 |
+
<tr>
|
15 |
+
<th>
|
16 |
+
<label><?php _e('Enable / Disable', CSCS_TEXT_DOMAIN); ?></label>
|
17 |
+
</th>
|
18 |
+
<td>
|
19 |
+
<?php $cs_enable_name = CSCS_GENEROPTION_PREFIX . 'enable'; ?>
|
20 |
+
<label><input class="igniteup-checkbox-switch" type="checkbox" data-on-text="Enable" data-off-text="Disable" name="<?php echo $cs_enable_name; ?>" value="1" <?php check_checkboxes(get_option($cs_enable_name) == '1'); ?>> <?php _e('Enable Coming Soon or Site Offline', CSCS_TEXT_DOMAIN); ?></label>
|
21 |
+
</td>
|
22 |
+
</tr>
|
23 |
|
24 |
+
<tr>
|
25 |
+
<th><label><?php _e('Skip Page For', CSCS_TEXT_DOMAIN); ?></label></th>
|
26 |
+
<td>
|
27 |
+
<?php
|
28 |
+
$skipfor = get_option(CSCS_GENEROPTION_PREFIX . 'skipfor');
|
29 |
+
$skip_for_array = empty($skipfor) ? array() : json_decode($skipfor, TRUE);
|
30 |
+
?>
|
31 |
+
<label><input type="checkbox" class="skip_checkbox skip-switch" value="administrator" <?php check_checkboxes(in_array('administrator', $skip_for_array)); ?>><?php _e('Administrators', CSCS_TEXT_DOMAIN); ?></label>
|
32 |
+
<div class="clearfix"></div>
|
33 |
+
<label><input type="checkbox" class="skip_checkbox skip-switch" value="editor" <?php check_checkboxes(in_array('editor', $skip_for_array)); ?>><?php _e('Editors', CSCS_TEXT_DOMAIN); ?></label>
|
34 |
+
<div class="clearfix"></div>
|
35 |
+
<label><input type="checkbox" class="skip_checkbox skip-switch" value="subscriber" <?php check_checkboxes(in_array('subscriber', $skip_for_array)); ?>><?php _e('Subscribers', CSCS_TEXT_DOMAIN); ?></label>
|
36 |
+
<input type="hidden" name="<?php echo CSCS_GENEROPTION_PREFIX . 'skipfor'; ?>" id="skip_for_value" value='<?php echo $skipfor; ?>'>
|
37 |
+
<p class="description"><?php _e('Select user roles to skip maintenance mode page.', CSCS_TEXT_DOMAIN); ?></p>
|
38 |
+
</td>
|
39 |
+
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
+
<tr>
|
42 |
+
<th>
|
43 |
+
<label><?php _e('Enable 503 Status', CSCS_TEXT_DOMAIN); ?></label>
|
44 |
+
</th>
|
45 |
+
<td>
|
46 |
+
<?php $cs_status_name = CSCS_GENEROPTION_PREFIX . 'send_status'; ?>
|
47 |
+
<label><input type="checkbox" class="igniteup-checkbox-switch" name="<?php echo $cs_status_name; ?>" value="1" <?php check_checkboxes(get_option($cs_status_name, '1') == '1'); ?>> <?php _e('Enable 503 header response', CSCS_TEXT_DOMAIN); ?></label>
|
48 |
+
<p class="description"><?php _e('Enable status 503 header response in the page to notify search engines that your site is down for maintenance.', CSCS_TEXT_DOMAIN); ?></p>
|
49 |
+
</td>
|
50 |
+
</tr>
|
|
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
<tr>
|
54 |
+
<th><label><?php _e('Page Title', CSCS_TEXT_DOMAIN); ?></label></th>
|
55 |
+
<td>
|
56 |
+
<?php $pg_title_name = CSCS_GENEROPTION_PREFIX . 'cs_page_title'; ?>
|
57 |
+
<input type="text" class="regular-text" placeholder="<?php _e('Page Title', CSCS_TEXT_DOMAIN); ?>" name='<?php echo $pg_title_name; ?>' value='<?php echo get_option($pg_title_name); ?>'>
|
58 |
+
<p><?php _e('This will be the title of the coming soon page.', CSCS_TEXT_DOMAIN); ?></p>
|
59 |
+
</td>
|
60 |
+
</tr>
|
61 |
|
62 |
+
<tr>
|
63 |
+
<th><label><?php _e('Favicon', CSCS_TEXT_DOMAIN); ?></label></th>
|
64 |
+
<td>
|
65 |
+
<div class="uploader">
|
66 |
+
<?php $favicon_option_name = CSCS_GENEROPTION_PREFIX . 'favicon_url'; ?>
|
67 |
+
<input id="<?php echo $favicon_option_name; ?>" class="regular-text" name="<?php echo $favicon_option_name; ?>" type="text" value="<?php echo get_option($favicon_option_name, ''); ?>" />
|
68 |
+
<input id="<?php echo $favicon_option_name; ?>_button" class="button cscs_uploadbutton" data-input="<?php echo $favicon_option_name; ?>" type="submit" value="<?php _e('Upload', CSCS_TEXT_DOMAIN); ?>" />
|
69 |
+
<p class="description"><?php _e('Recommended size is 16x16 or 32x32. Use only ICO or PNG file.<br>May not be working if your theme or any other plugin is setting a favicon.', CSCS_TEXT_DOMAIN); ?></p>
|
70 |
+
</div>
|
71 |
+
</td>
|
72 |
+
</tr>
|
73 |
+
|
74 |
+
<tr>
|
75 |
+
<th><label><?php _e('Custom CSS', CSCS_TEXT_DOMAIN); ?></label></th>
|
76 |
+
<td>
|
77 |
+
<textarea name="<?php echo CSCS_GENEROPTION_PREFIX . 'customcss'; ?>" cols="50" rows="7"><?php echo get_option(CSCS_GENEROPTION_PREFIX . 'customcss', ''); ?></textarea>
|
78 |
+
<p class="description"><?php _e('Use custom css to customize front end templates.', CSCS_TEXT_DOMAIN); ?></p>
|
79 |
+
</td>
|
80 |
+
</tr>
|
81 |
+
|
82 |
+
<tr>
|
83 |
+
<th><label><?php _e('Powered by IgniteUp', CSCS_TEXT_DOMAIN); ?></label></th>
|
84 |
+
<td>
|
85 |
+
<?php $cs_powered_by = CSCS_GENEROPTION_PREFIX . 'powered_by'; ?>
|
86 |
+
<label><input type="checkbox" class="igniteup-checkbox-switch" data-on-text="Show" data-off-text="Hide" name="<?php echo $cs_powered_by; ?>" value="1" <?php check_checkboxes(get_option($cs_powered_by) == '1'); ?>> <?php _e('Show "Powered by IgniteUp" in the page', CSCS_TEXT_DOMAIN); ?></label>
|
87 |
+
</td>
|
88 |
+
</tr>
|
89 |
+
|
90 |
+
</table>
|
91 |
+
<p class="submit">
|
92 |
+
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save Changes', CSCS_TEXT_DOMAIN); ?>">
|
93 |
+
</p>
|
94 |
+
</div>
|
95 |
+
<?php include 'temp-siderbar-ad.php' ?>
|
96 |
+
</div>
|
97 |
</form>
|
98 |
|
99 |
<script>
|
includes/views/temp-help.php
CHANGED
@@ -1,13 +1,27 @@
|
|
1 |
<div class="update-page">
|
2 |
<h1 class="title"><?php _e('Welcome to IgniteUp', CSCS_TEXT_DOMAIN); ?> <?php echo CSCS_CURRENT_VERSION; ?>!</h1>
|
3 |
-
<h2 class="
|
4 |
<div class="widget-wrapper">
|
5 |
<div class="help-page-col">
|
6 |
<div class="changelog help-page-widget">
|
7 |
<h2><?php _e("What's New?", CSCS_TEXT_DOMAIN); ?></h2>
|
8 |
<ul class="changelog-main-list">
|
9 |
<li class="main-item">
|
10 |
-
3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<ul class="changelog-sub-list">
|
12 |
<li>Added external template support.</li>
|
13 |
<li>Added feature to set a 503 status response. This will be enabled by default.</li>
|
@@ -16,30 +30,33 @@
|
|
16 |
<li>Added Common Options tab to avoid getting common settings in every template.</li>
|
17 |
</ul>
|
18 |
</li>
|
19 |
-
<li class="main-item">
|
20 |
-
2.0
|
21 |
-
<ul class="changelog-sub-list">
|
22 |
-
<li>Mailchimp and Mailpoet integration to save subscribers directly to your already existing mailing lists.</li>
|
23 |
-
<li>Added options to add a favicon.</li>
|
24 |
-
<li>Added subscribe form support into the Glass template as well.</li>
|
25 |
-
<li>Added an admin bar notification when maintenance mode is enabled.</li>
|
26 |
-
<li>Fixed duplicate subscriber saving.</li>
|
27 |
-
<li>Fixed conflict in the backend with some plugins.</li>
|
28 |
-
</ul>
|
29 |
-
</li>
|
30 |
-
<li class="main-item">
|
31 |
-
1.2.1
|
32 |
-
<ul class="changelog-sub-list">
|
33 |
-
<li>Add support to skip the page for subscriber role as well.</li>
|
34 |
-
<li>Add feature to use Custom CSS.</li>
|
35 |
-
<li>Improve preview feature.</li>
|
36 |
-
</ul>
|
37 |
-
</li>
|
38 |
</ul>
|
39 |
</div>
|
40 |
</div>
|
41 |
|
42 |
<div class="help-page-col">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
<div class="rating-box help-page-widget">
|
44 |
<h2><?php _e('Loving IgniteUp?', CSCS_TEXT_DOMAIN); ?></h2>
|
45 |
<p><?php _e('Thank you for using IgniteUp in your WordPress installation.', CSCS_TEXT_DOMAIN); ?></p>
|
@@ -51,9 +68,8 @@
|
|
51 |
<h2><?php _e('Need Help?', CSCS_TEXT_DOMAIN); ?></h2>
|
52 |
<p><?php _e('We have an acting fast support for you. Post your question in WordPress support forums for IgniteUp', CSCS_TEXT_DOMAIN); ?></p>
|
53 |
<a href="https://wordpress.org/support/plugin/igniteup" target="_blank" class="button button-primary"><?php _e('Visit Support Forum', CSCS_TEXT_DOMAIN); ?></a>
|
54 |
-
<p><?php printf(__('If you need to email us a support request please use our %s support email%s. Got any suggestions or feedback? Write us via our general <a href="mailto:info@ceylonsystems.com">email address</a>.', CSCS_TEXT_DOMAIN), '<a href="mailto:support@getigniteup.com">', '</a>'); ?></p>
|
55 |
</div>
|
56 |
-
|
57 |
<div class="support-box help-page-widget row-last-widget">
|
58 |
<h2><?php _e('Watch Tutorial', CSCS_TEXT_DOMAIN); ?></h2>
|
59 |
<p></p>
|
@@ -64,15 +80,15 @@
|
|
64 |
<div class="help-page-col help-page-col-last">
|
65 |
<div class="support-box help-page-widget row-last-widget special">
|
66 |
<h2><?php _e('Need more templates?', CSCS_TEXT_DOMAIN); ?></h2>
|
67 |
-
<p><?php _e('We have more templates for you with improved features like adding
|
68 |
|
69 |
-
<a href="http://getigniteup.com/templates
|
70 |
<div>
|
71 |
-
<img style="width:100%;margin-bottom: 20px;border: 1px solid #eee;" src="
|
72 |
</div>
|
73 |
</a>
|
74 |
|
75 |
-
<a href="http://getigniteup.com/templates
|
76 |
</div>
|
77 |
|
78 |
<div class="support-box help-page-widget row-last-widget">
|
1 |
<div class="update-page">
|
2 |
<h1 class="title"><?php _e('Welcome to IgniteUp', CSCS_TEXT_DOMAIN); ?> <?php echo CSCS_CURRENT_VERSION; ?>!</h1>
|
3 |
+
<h2 class="sub-title"><?php _e('Even more improved to serve you better.', CSCS_TEXT_DOMAIN); ?></h2>
|
4 |
<div class="widget-wrapper">
|
5 |
<div class="help-page-col">
|
6 |
<div class="changelog help-page-widget">
|
7 |
<h2><?php _e("What's New?", CSCS_TEXT_DOMAIN); ?></h2>
|
8 |
<ul class="changelog-main-list">
|
9 |
<li class="main-item">
|
10 |
+
3.1 <span><?php _e('NEW!', CSCS_TEXT_DOMAIN); ?></span><a class="blog_read" target="_blank" href="https://getigniteup.com/blog/igniteup-3-1-is-here/?utm_source=help_page&utm_medium=changelog&utm_campaign=plugin"><?php _e('Read more >>', CSCS_TEXT_DOMAIN); ?></a>
|
11 |
+
<ul class="changelog-sub-list">
|
12 |
+
<li>Used jQuery accordions to organize option page fields.</li>
|
13 |
+
<li>Added more features to support external templates.</li>
|
14 |
+
<li>Moved social media link options to Common Options page.</li>
|
15 |
+
<li>Used bootstrap-switch to replace option checkboxes.</li>
|
16 |
+
<li>Improved social icons of Believe template.</li>
|
17 |
+
<li>Added feature to define minimum IgniteUp version required for each template.</li>
|
18 |
+
<li>Improved translation support. You can <a href="https://translate.wordpress.org/projects/wp-plugins/igniteup" target="_blank">contribute here</a>, with your language.</li>
|
19 |
+
</ul>
|
20 |
+
|
21 |
+
</li>
|
22 |
+
|
23 |
+
<li class="main-item">
|
24 |
+
3.0
|
25 |
<ul class="changelog-sub-list">
|
26 |
<li>Added external template support.</li>
|
27 |
<li>Added feature to set a 503 status response. This will be enabled by default.</li>
|
30 |
<li>Added Common Options tab to avoid getting common settings in every template.</li>
|
31 |
</ul>
|
32 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
</ul>
|
34 |
</div>
|
35 |
</div>
|
36 |
|
37 |
<div class="help-page-col">
|
38 |
+
|
39 |
+
<?php
|
40 |
+
$curr_user = get_current_user_id();
|
41 |
+
$subscription_u_meta = get_user_meta($curr_user, 'igniteup_admin_subscribed', TRUE);
|
42 |
+
if ($subscription_u_meta != '1'):
|
43 |
+
?>
|
44 |
+
<div id="igniteup-subscription-form" class="support-box help-page-widget row-last-widget">
|
45 |
+
<h2><?php _e('Subscribe for Updates', CSCS_TEXT_DOMAIN); ?></h2>
|
46 |
+
<p></p>
|
47 |
+
<span id="ign-hide-after-success">
|
48 |
+
<input type="text" placeholder="<?php _e('Enter your email address' ,CSCS_TEXT_DOMAIN); ?>" id="igniteup_admin_subscribe_email">
|
49 |
+
<div class="clearfix"></div>
|
50 |
+
<button class="button button-primary" id="igniteup_admin_subscribe"><?php _e('Send me updates', CSCS_TEXT_DOMAIN); ?></button>
|
51 |
+
</span>
|
52 |
+
<div class="clearfix"></div>
|
53 |
+
<span class="thank-you-text"><?php _e('Thank you for subscribing!', CSCS_TEXT_DOMAIN); ?></span>
|
54 |
+
<p class="description"><?php _e('Your email address is secure with us and will never be shared with any other party. We only using it to send you important news and feature updates.', CSCS_TEXT_DOMAIN); ?></p>
|
55 |
+
<div class="clearfix"></div>
|
56 |
+
</div>
|
57 |
+
<?php endif; ?>
|
58 |
+
|
59 |
+
|
60 |
<div class="rating-box help-page-widget">
|
61 |
<h2><?php _e('Loving IgniteUp?', CSCS_TEXT_DOMAIN); ?></h2>
|
62 |
<p><?php _e('Thank you for using IgniteUp in your WordPress installation.', CSCS_TEXT_DOMAIN); ?></p>
|
68 |
<h2><?php _e('Need Help?', CSCS_TEXT_DOMAIN); ?></h2>
|
69 |
<p><?php _e('We have an acting fast support for you. Post your question in WordPress support forums for IgniteUp', CSCS_TEXT_DOMAIN); ?></p>
|
70 |
<a href="https://wordpress.org/support/plugin/igniteup" target="_blank" class="button button-primary"><?php _e('Visit Support Forum', CSCS_TEXT_DOMAIN); ?></a>
|
|
|
71 |
</div>
|
72 |
+
|
73 |
<div class="support-box help-page-widget row-last-widget">
|
74 |
<h2><?php _e('Watch Tutorial', CSCS_TEXT_DOMAIN); ?></h2>
|
75 |
<p></p>
|
80 |
<div class="help-page-col help-page-col-last">
|
81 |
<div class="support-box help-page-widget row-last-widget special">
|
82 |
<h2><?php _e('Need more templates?', CSCS_TEXT_DOMAIN); ?></h2>
|
83 |
+
<p><?php _e('We have more templates for you with improved features like adding YouTube video background, contact forms and location maps.', CSCS_TEXT_DOMAIN); ?></p>
|
84 |
|
85 |
+
<a href="http://getigniteup.com/templates/?utm_source=help_page&utm_medium=promo_box&utm_campaign=plugin" target="_blank">
|
86 |
<div>
|
87 |
+
<img style="width:100%;margin-bottom: 20px;border: 1px solid #eee;" src="<?php echo plugins_url('includes/images/help-get-templates.jpg', CSCS_FILE); ?>">
|
88 |
</div>
|
89 |
</a>
|
90 |
|
91 |
+
<a href="http://getigniteup.com/templates/?utm_source=help_page&utm_medium=promo_box&utm_campaign=plugin" target="_blank" class="button button-primary"><?php _e('Get more templates', CSCS_TEXT_DOMAIN); ?></a>
|
92 |
</div>
|
93 |
|
94 |
<div class="support-box help-page-widget row-last-widget">
|
includes/views/temp-integration-options.php
CHANGED
@@ -3,124 +3,129 @@
|
|
3 |
settings_fields('cscs_integrat_options');
|
4 |
do_settings_sections('cscs_integrat_options');
|
5 |
?>
|
6 |
-
<
|
7 |
-
<
|
8 |
-
<
|
9 |
-
<
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
<th>
|
26 |
-
<label><?php _e('Save subscribers to', CSCS_TEXT_DOMAIN); ?></label>
|
27 |
-
</th>
|
28 |
-
<td>
|
29 |
-
<?php
|
30 |
-
$cs_name_int_save_to = CSCS_GENEROPTION_PREFIX . 'save_email_to';
|
31 |
-
$cs_name_int_save_to_val = get_option($cs_name_int_save_to, '');
|
32 |
-
?>
|
33 |
-
<select name="<?php echo $cs_name_int_save_to; ?>" id="cs-selected-provider">
|
34 |
-
<option value="default" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'default'); ?>>Only to Local Database</option>
|
35 |
-
<option value="mailchimp" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'mailchimp'); ?>>Mailchimp</option>
|
36 |
-
<option value="mailpoet" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'mailpoet'); ?>>Mailpoet</option>
|
37 |
-
</select>
|
38 |
-
<p class="description"><?php _e('Choose the default provider to save your subscribers. IgniteUp will always save to the local database.', CSCS_TEXT_DOMAIN); ?></p>
|
39 |
-
</td>
|
40 |
-
</tr>
|
41 |
-
</table>
|
42 |
-
<span id="cs-section-mailchimp" class="cs-hidden-section">
|
43 |
-
<h3 class="title">Mailchimp v2.0</h3>
|
44 |
-
<p><?php _e('If you need to use Mailchimp integration, provide an API key. So we can get you the mailing lists that you have in your Mailchimp account to select.', CSCS_TEXT_DOMAIN); ?></p>
|
45 |
-
<table class="form-table">
|
46 |
-
<tr>
|
47 |
-
<th>
|
48 |
-
<label><?php _e('Mailchimp API Key', CSCS_TEXT_DOMAIN); ?></label>
|
49 |
-
</th>
|
50 |
-
<td>
|
51 |
-
<?php
|
52 |
-
$cs_name_mailchimp_api = CSCS_GENEROPTION_PREFIX . 'mailchimp_api';
|
53 |
-
$cs_mailchimp_api_value = get_option($cs_name_mailchimp_api, '');
|
54 |
-
?>
|
55 |
-
<input type="text" name="<?php echo $cs_name_mailchimp_api; ?>" class="regular-text" placeholder="This is required to use Mailchimp integrations" value="<?php echo $cs_mailchimp_api_value ?>">
|
56 |
-
<p class="description"><?php printf(__('Need help finding your API key? %sRead this article%s.', CSCS_TEXT_DOMAIN), '<a href="http://kb.mailchimp.com/accounts/management/about-api-keys" target="_blank">', '</a>'); ?></p>
|
57 |
-
</td>
|
58 |
-
</tr>
|
59 |
|
60 |
-
<?php if (!empty($cs_mailchimp_api_value)): ?>
|
61 |
<tr>
|
62 |
<th>
|
63 |
-
<label><?php _e('
|
64 |
</th>
|
65 |
<td>
|
66 |
<?php
|
67 |
-
$
|
68 |
-
$
|
69 |
-
$MailChimp = new IgniteUpMailChimp($cs_mailchimp_api_value);
|
70 |
-
$mailchimp_lists = $MailChimp->call('lists/list');
|
71 |
-
if (is_array($mailchimp_lists) && isset($mailchimp_lists['total']) && $mailchimp_lists['total'] > 0) {
|
72 |
-
echo "<select name='$cs_name_mailchimp_list'>";
|
73 |
-
echo "<option value=''>" . __('Select a list..', CSCS_TEXT_DOMAIN) . "</option>";
|
74 |
-
foreach ($mailchimp_lists['data'] as $list):
|
75 |
-
echo '<option value="' . $list['id'] . '" ' . (($cs_name_mailchimp_list_val == $list['id']) ? 'selected="selected"' : '') . ' >' . $list['name'] . '</option>';
|
76 |
-
endforeach;
|
77 |
-
echo "</select>";
|
78 |
-
echo '<p class="description">' . __('Select the Mailchimp list you want your subscribers to be added.', CSCS_TEXT_DOMAIN) . '</p>';
|
79 |
-
}elseif (is_array($mailchimp_lists) && isset($mailchimp_lists['total']) && $mailchimp_lists['total'] == 0) {
|
80 |
-
_e('There are no lists in your Mailchimp account.', CSCS_TEXT_DOMAIN);
|
81 |
-
} else {
|
82 |
-
_e('Your API key seems to be invalid!', CSCS_TEXT_DOMAIN);
|
83 |
-
}
|
84 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
</td>
|
86 |
</tr>
|
87 |
-
|
88 |
-
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
-
|
92 |
|
93 |
-
|
94 |
-
|
95 |
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
|
121 |
-
|
122 |
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
|
|
126 |
</form>
|
3 |
settings_fields('cscs_integrat_options');
|
4 |
do_settings_sections('cscs_integrat_options');
|
5 |
?>
|
6 |
+
<div class="main-row">
|
7 |
+
<div class="igniteup-options">
|
8 |
+
<table class="form-table">
|
9 |
+
<tr>
|
10 |
+
<th>
|
11 |
+
<label><?php _e('Enable / Disable', CSCS_TEXT_DOMAIN); ?></label>
|
12 |
+
</th>
|
13 |
+
<td>
|
14 |
+
<?php
|
15 |
+
$cs_name_int_enable = CSCS_GENEROPTION_PREFIX . 'enable_integration';
|
16 |
+
$cs_name_int_enable_val = get_option($cs_name_int_enable, '');
|
17 |
+
?>
|
18 |
+
<label>
|
19 |
+
<input type="checkbox" class="igniteup-checkbox-switch" data-on-text="Enable" data-off-text="Disable" data-animate='true' value="1" name="<?php echo $cs_name_int_enable; ?>" <?php echo $cs_name_int_enable_val == '1' ? 'checked="checked"' : ''; ?>>
|
20 |
+
<?php _e('Enable External Mailinglist Integration', CSCS_TEXT_DOMAIN); ?>
|
21 |
+
</label>
|
22 |
+
<p class="description"><?php _e('Tick this if you need to send your subscribers into one of the following Mailing list providers.', CSCS_TEXT_DOMAIN); ?></p>
|
23 |
+
</td>
|
24 |
+
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
|
|
26 |
<tr>
|
27 |
<th>
|
28 |
+
<label><?php _e('Save subscribers to', CSCS_TEXT_DOMAIN); ?></label>
|
29 |
</th>
|
30 |
<td>
|
31 |
<?php
|
32 |
+
$cs_name_int_save_to = CSCS_GENEROPTION_PREFIX . 'save_email_to';
|
33 |
+
$cs_name_int_save_to_val = get_option($cs_name_int_save_to, '');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
?>
|
35 |
+
<select name="<?php echo $cs_name_int_save_to; ?>" id="cs-selected-provider">
|
36 |
+
<option value="default" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'default'); ?>><?php _e('Only to Local Database', CSCS_TEXT_DOMAIN); ?></option>
|
37 |
+
<option value="mailchimp" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'mailchimp'); ?>>Mailchimp</option>
|
38 |
+
<option value="mailpoet" <?php echo CSAdminOptions::selectOptionIsSelected($cs_name_int_save_to_val, 'mailpoet'); ?>>Mailpoet</option>
|
39 |
+
</select>
|
40 |
+
<p class="description"><?php _e('Choose the default provider to save your subscribers. IgniteUp will always save to the local database.', CSCS_TEXT_DOMAIN); ?></p>
|
41 |
</td>
|
42 |
</tr>
|
43 |
+
</table>
|
44 |
+
<span id="cs-section-mailchimp" class="cs-hidden-section">
|
45 |
+
<h3 class="title">Mailchimp v2.0</h3>
|
46 |
+
<p><?php _e('If you need to use Mailchimp integration, provide an API key. So we can get you the mailing lists that you have in your Mailchimp account to select.', CSCS_TEXT_DOMAIN); ?></p>
|
47 |
+
<table class="form-table">
|
48 |
+
<tr>
|
49 |
+
<th>
|
50 |
+
<label><?php _e('Mailchimp API Key', CSCS_TEXT_DOMAIN); ?></label>
|
51 |
+
</th>
|
52 |
+
<td>
|
53 |
+
<?php
|
54 |
+
$cs_name_mailchimp_api = CSCS_GENEROPTION_PREFIX . 'mailchimp_api';
|
55 |
+
$cs_mailchimp_api_value = get_option($cs_name_mailchimp_api, '');
|
56 |
+
?>
|
57 |
+
<input type="text" name="<?php echo $cs_name_mailchimp_api; ?>" class="regular-text" placeholder="<?php _e('This is required to use Mailchimp integration', CSCS_TEXT_DOMAIN); ?>" value="<?php echo $cs_mailchimp_api_value; ?>">
|
58 |
+
<p class="description"><?php printf(__('Need help finding your API key? %sRead this article%s.', CSCS_TEXT_DOMAIN), '<a href="http://kb.mailchimp.com/accounts/management/about-api-keys" target="_blank">', '</a>'); ?></p>
|
59 |
+
</td>
|
60 |
+
</tr>
|
61 |
+
|
62 |
+
<?php if (!empty($cs_mailchimp_api_value)): ?>
|
63 |
+
<tr>
|
64 |
+
<th>
|
65 |
+
<label><?php _e('Select the list', CSCS_TEXT_DOMAIN); ?></label>
|
66 |
+
</th>
|
67 |
+
<td>
|
68 |
+
<?php
|
69 |
+
$cs_name_mailchimp_list = CSCS_GENEROPTION_PREFIX . 'mailchimp_list';
|
70 |
+
$cs_name_mailchimp_list_val = get_option($cs_name_mailchimp_list, '');
|
71 |
+
$MailChimp = new IgniteUpMailChimp($cs_mailchimp_api_value);
|
72 |
+
$mailchimp_lists = $MailChimp->call('lists/list');
|
73 |
+
if (is_array($mailchimp_lists) && isset($mailchimp_lists['total']) && $mailchimp_lists['total'] > 0) {
|
74 |
+
echo "<select name='$cs_name_mailchimp_list'>";
|
75 |
+
echo "<option value=''>" . __('Select a list..', CSCS_TEXT_DOMAIN) . "</option>";
|
76 |
+
foreach ($mailchimp_lists['data'] as $list):
|
77 |
+
echo '<option value="' . $list['id'] . '" ' . (($cs_name_mailchimp_list_val == $list['id']) ? 'selected="selected"' : '') . ' >' . $list['name'] . '</option>';
|
78 |
+
endforeach;
|
79 |
+
echo "</select>";
|
80 |
+
echo '<p class="description">' . __('Select the Mailchimp list you want your subscribers to be added.', CSCS_TEXT_DOMAIN) . '</p>';
|
81 |
+
}elseif (is_array($mailchimp_lists) && isset($mailchimp_lists['total']) && $mailchimp_lists['total'] == 0) {
|
82 |
+
_e('There are no lists in your Mailchimp account.', CSCS_TEXT_DOMAIN);
|
83 |
+
} else {
|
84 |
+
_e('Your API key seems to be invalid!', CSCS_TEXT_DOMAIN);
|
85 |
+
}
|
86 |
+
?>
|
87 |
+
</td>
|
88 |
+
</tr>
|
89 |
+
<?php endif; ?>
|
90 |
+
</table>
|
91 |
+
</span>
|
92 |
|
93 |
+
<span id="cs-section-mailpoet" class="cs-hidden-section">
|
94 |
|
95 |
+
<h3 class="title">Mailpoet</h3>
|
96 |
+
<p><?php _e('If you need to use Mailpoet integration, make sure you have Mailpoet plugin installed.', CSCS_TEXT_DOMAIN); ?></p>
|
97 |
|
98 |
+
<table class="form-table">
|
99 |
+
<tr>
|
100 |
+
<th><label><?php _e('Select the list', CSCS_TEXT_DOMAIN); ?></label></th>
|
101 |
+
<td>
|
102 |
+
<?php
|
103 |
+
if (class_exists('WYSIJA')) {
|
104 |
+
$model_list = WYSIJA::get('list', 'model');
|
105 |
+
$mailpoet_lists = $model_list->get(array('name', 'list_id'), array('is_enabled' => 1));
|
106 |
|
107 |
+
$cs_name_mailpoet_list = CSCS_GENEROPTION_PREFIX . 'mailpoet_list';
|
108 |
+
$cs_mailpet_list_val = get_option($cs_name_mailpoet_list, '');
|
109 |
+
echo "<select name='$cs_name_mailpoet_list'>";
|
110 |
+
echo "<option value=''>Select a list..</option>";
|
111 |
+
foreach ($mailpoet_lists as $list) :
|
112 |
+
echo '<option value="' . $list['list_id'] . '" ' . (($cs_mailpet_list_val == $list['list_id']) ? 'selected="selected"' : '') . ' >' . $list['name'] . '</option>';
|
113 |
+
endforeach;
|
114 |
+
echo "</select>";
|
115 |
+
}else {
|
116 |
+
_e('Install Mailpoet plugin to use the service', CSCS_TEXT_DOMAIN);
|
117 |
+
}
|
118 |
+
?>
|
119 |
+
</td>
|
120 |
+
</tr>
|
121 |
+
</table>
|
122 |
|
123 |
+
</span>
|
124 |
|
125 |
+
<p class="submit">
|
126 |
+
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save Changes', CSCS_TEXT_DOMAIN); ?>">
|
127 |
+
</p>
|
128 |
+
</div>
|
129 |
+
<?php include 'temp-siderbar-ad.php' ?>
|
130 |
+
</div>
|
131 |
</form>
|
includes/views/temp-siderbar-ad.php
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div class="igniteup-banner">
|
2 |
+
<a href="http://getigniteup.com/templates/?utm_source=banner&utm_medium=get_templates&utm_campaign=plugin" target="_blank">
|
3 |
+
<img src="<?php echo plugin_dir_url(CSCS_FILE) . 'includes/images/get-templates-1.jpg'; ?>" style="width:100%;">
|
4 |
+
</a>
|
5 |
+
<!--Add another-->
|
6 |
+
</div>
|
7 |
+
<div class="clearfix"></div>
|
includes/views/temp-template-options.php
CHANGED
@@ -2,85 +2,135 @@
|
|
2 |
<?php
|
3 |
settings_fields('cscs_temp_options');
|
4 |
do_settings_sections('cscs_temp_options');
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
|
|
|
|
|
|
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
}
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
|
68 |
<?php
|
|
|
|
|
|
|
|
|
69 |
}
|
70 |
-
|
71 |
-
echo '<div class="updated"><p>';
|
72 |
-
_e('No options defined for the active template!', CSCS_TEXT_DOMAIN);
|
73 |
-
echo '</p></div>';
|
74 |
-
}
|
75 |
-
?>
|
76 |
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
2 |
<?php
|
3 |
settings_fields('cscs_temp_options');
|
4 |
do_settings_sections('cscs_temp_options');
|
5 |
+
global $cscs_templates;
|
6 |
+
$template_options = $cscs_templates[CSCS_DEFAULT_TEMPLATE];
|
7 |
+
$sections = array('def_section' => 'General');
|
8 |
+
if (isset($template_options['section'])) {
|
9 |
+
$sections = $template_options['section'];
|
10 |
+
}
|
11 |
+
?>
|
12 |
+
<div class="main-row">
|
13 |
+
<div class="igniteup-options">
|
14 |
+
<div class="igniteup-accordian ">
|
15 |
+
<?php
|
16 |
+
if (!isset($template_options)) {
|
17 |
+
_e('Something is wrong with your template', CSCS_TEXT_DOMAIN);
|
18 |
+
exit();
|
19 |
+
}
|
20 |
|
21 |
+
$section_count = 1;
|
22 |
+
$section_array = array();
|
23 |
+
if (isset($template_options['options']) && count($template_options['options'])) {
|
24 |
+
$temp_options = $template_options['options'];
|
25 |
|
26 |
+
foreach ($sections as $section_key => $section) {
|
27 |
+
$section_options = array();
|
28 |
+
foreach ($temp_options as $opkey => $opt) {
|
29 |
+
if (isset($opt['section']) && $section_key == $opt['section']) {
|
30 |
+
$section_options[$opkey] = $opt;
|
31 |
+
} elseif ((!isset($opt['section']) || empty($opt['section'])) && $section_count == 1) {
|
32 |
+
$section_options[$opkey] = $opt;
|
33 |
+
}
|
34 |
+
}
|
35 |
+
$section_array[$section_key] = $section_options;
|
36 |
+
$section_count++;
|
37 |
+
}
|
38 |
|
39 |
+
foreach ($section_array as $key => $section) {
|
40 |
|
41 |
+
echo '<h2>' . $sections[$key] . '</h2>';
|
42 |
|
43 |
+
echo '<div><table class="form-table">';
|
44 |
+
|
45 |
+
foreach ($section as $key => $field) {
|
46 |
+
$option_key = CSCS_TEMPLATEOPTION_PREFIX . CSCS_DEFAULT_TEMPLATE . '_' . $key;
|
47 |
+
$option_id = CSCS_DEFAULT_TEMPLATE . '_' . $key;
|
48 |
+
$def_val = isset($field['def']) ? $field['def'] : '';
|
49 |
+
$saved_value = get_option($option_key, $def_val);
|
50 |
+
?>
|
51 |
+
<tr>
|
52 |
+
<th>
|
53 |
+
<label for="<?php echo $option_id; ?>"><?php echo isset($field['label']) ? $field['label'] : __('Undefined', CSCS_TEXT_DOMAIN); ?></label>
|
54 |
+
</th>
|
55 |
+
<td>
|
56 |
+
|
57 |
+
<?php
|
58 |
+
switch ($field['type']) {
|
59 |
+
case 'text':
|
60 |
+
echo "<input type='text' class='regular-text reset-supported' id='$option_id' value='" . htmlspecialchars($saved_value, ENT_QUOTES) . "' name='$option_key' placeholder='" . (isset($field['placeholder']) ? $field['placeholder'] : '' ) . "' data-defval='" . htmlspecialchars($def_val) . "'>";
|
61 |
+
break;
|
62 |
+
case 'email':
|
63 |
+
echo "<input type='email' class='regular-text reset-supported' id='$option_id' value='$saved_value' name='$option_key' placeholder='" . (isset($field['placeholder']) ? $field['placeholder'] : '' ) . "' data-defval='" . $def_val . "'>";
|
64 |
+
break;
|
65 |
+
case 'color-picker':
|
66 |
+
echo "<input type='text' class='cs-color-picker reset-supported' id='$option_id' value='$saved_value' name='$option_key' placeholder='" . (isset($field['placeholder']) ? $field['placeholder'] : '' ) . "' data-defval='" . $def_val . "'>";
|
67 |
+
break;
|
68 |
+
case 'date':
|
69 |
+
echo "<input type='text' class='cs-date-picker regular-text reset-supported' id='$option_id' value='$saved_value' name='$option_key' placeholder='" . (isset($field['placeholder']) ? $field['placeholder'] : '' ) . "' data-defval='" . $def_val . "'>";
|
70 |
+
break;
|
71 |
+
case 'checkbox':
|
72 |
+
echo "<label><input type='checkbox' class='igniteup-checkbox-switch' data-size='mini' data-on-color='info' data-animate='true' class='reset-supported' id='$option_id' value='1' name='$option_key' data-defval='" . $def_val . "' " . ($saved_value == 1 ? 'checked="checked"' : '' ) . "> " . (isset($field['label']) ? $field['label'] : 'Undefined') . "</label>";
|
73 |
+
break;
|
74 |
+
case 'textarea':
|
75 |
+
echo "<textarea rows='5' cols='46' class='regular-text reset-supported' id='$option_id' name='$option_key' placeholder='" . (isset($field['placeholder']) ? $field['placeholder'] : '' ) . "' data-defval='" . $def_val . "'>$saved_value</textarea>";
|
76 |
+
break;
|
77 |
+
case 'image':
|
78 |
+
?>
|
79 |
+
<div class="uploader">
|
80 |
+
<input id="<?php echo $option_id; ?>" class="regular-text reset-supported" name="<?php echo $option_key; ?>" type="text" value="<?php echo $saved_value; ?>" data-defval='<?php echo $def_val; ?>' />
|
81 |
+
<input id="<?php echo $option_id; ?>_button" class="button cscs_uploadbutton" data-input="<?php echo $option_id; ?>" type="submit" value="<?php _e('Upload', CSCS_TEXT_DOMAIN); ?>" />
|
82 |
+
</div>
|
83 |
+
<?php
|
84 |
+
break;
|
85 |
+
|
86 |
+
case 'select':
|
87 |
+
?>
|
88 |
+
<select name="<?php echo $option_key; ?>" class="regular-text min-width-200 reset-supported" id="<?php echo $option_id; ?>" data-defval='<?php echo $def_val; ?>' >
|
89 |
+
<?php
|
90 |
+
$required_field = $field['required'];
|
91 |
+
if (isset($required_field) && !$required_field)
|
92 |
+
echo "<option value='0' " . (empty($saved_value) ? 'selected="selected"' : '') . ">" . __('None', CSCS_TEXT_DOMAIN) . "</option>";
|
93 |
+
foreach ($field['values'] as $key => $value) {
|
94 |
+
echo "<option " . (!empty($saved_value) && $saved_value == $key ? 'selected="selected"' : '') . " value='$key' " . (is_array($value) && $value['disabled'] ? 'disabled="disabled"' : '') . " >" . (is_array($value) ? $value['text'] : $value) . "</option>";
|
95 |
+
}
|
96 |
+
?>
|
97 |
+
</select>
|
98 |
+
<?php
|
99 |
+
break;
|
100 |
+
|
101 |
+
|
102 |
+
default:
|
103 |
+
}
|
104 |
+
if (isset($field['description'])) {
|
105 |
+
echo "<p class='description'>" . $field['description'] . "</p>";
|
106 |
+
}
|
107 |
+
?>
|
108 |
+
</td>
|
109 |
+
</tr>
|
110 |
+
<?php
|
111 |
}
|
112 |
+
echo '</table></div>';
|
113 |
+
}
|
114 |
+
?>
|
115 |
+
|
116 |
+
</div>
|
117 |
<?php
|
118 |
+
} else {
|
119 |
+
echo '<div class="updated"><p>';
|
120 |
+
_e('No options defined for the active template!', CSCS_TEXT_DOMAIN);
|
121 |
+
echo '</p></div>';
|
122 |
}
|
123 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
+
<p>
|
126 |
+
<a class="reset-igniteup add-new-h2" href="#"><?php _e('Reset to Defaults' ,CSCS_TEXT_DOMAIN); ?></a>
|
127 |
+
</p>
|
128 |
+
<p class="submit">
|
129 |
+
<input type="submit" name="save" class="button button-primary submit" value="<?php _e('Save Changes' ,CSCS_TEXT_DOMAIN); ?>">
|
130 |
+
<a href="#" class="button preview-igniteup" data-forward="<?php echo esc_url(home_url("/?igniteup=force")); ?>"><?php _e('Preview', CSCS_TEXT_DOMAIN); ?></a>
|
131 |
+
<span id="saveResult" data-text="<?php echo htmlentities(__('Settings Saved Successfully', 'wp'), ENT_QUOTES); ?>"></span>
|
132 |
+
</p>
|
133 |
+
</div>
|
134 |
+
<?php include 'temp-siderbar-ad.php' ?>
|
135 |
+
</div>
|
136 |
+
</form>
|
localization/_cscs_igniteup-si_LK.mo
DELETED
Binary file
|
localization/_cscs_igniteup-si_LK.po
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: IgniteUp\n"
|
4 |
-
"POT-Creation-Date: 2015-07-28 17:13+0530\n"
|
5 |
-
"PO-Revision-Date: 2015-07-28 17:19+0530\n"
|
6 |
-
"Last-Translator: Thambaru Wijesekara <thambaru@gmail.com>\n"
|
7 |
-
"Language-Team: CeylonSystems <info@ceylonsystems.com>\n"
|
8 |
-
"Language: en\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.5\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"X-Poedit-SearchPath-0: includes\n"
|
16 |
-
|
17 |
-
#: includes/class-coming-soon-creator.php:60
|
18 |
-
msgid "CS Coming Soon"
|
19 |
-
msgstr "CS Coming Soon"
|
20 |
-
|
21 |
-
#: includes/class-coming-soon-creator.php:60
|
22 |
-
msgid "IgniteUp"
|
23 |
-
msgstr "IgniteUp"
|
24 |
-
|
25 |
-
#: includes/class-coming-soon-creator.php:61
|
26 |
-
#: includes/views/admin-templates.php:35
|
27 |
-
msgid "Templates"
|
28 |
-
msgstr "තේමා"
|
29 |
-
|
30 |
-
#: includes/class-coming-soon-creator.php:62
|
31 |
-
#: includes/views/admin-subscribers.php:6
|
32 |
-
#: includes/views/temp-general-options.php:32
|
33 |
-
msgid "Subscribers"
|
34 |
-
msgstr "දායකත්වයන්"
|
35 |
-
|
36 |
-
#: includes/class-coming-soon-creator.php:63
|
37 |
-
msgid "Options"
|
38 |
-
msgstr "සැකසුම්"
|
39 |
-
|
40 |
-
#: includes/views/admin-dashboard.php:9
|
41 |
-
msgid "Settings saved."
|
42 |
-
msgstr "වෙනස්කම් සුරැකිණි."
|
43 |
-
|
44 |
-
#: includes/views/admin-dashboard.php:16
|
45 |
-
msgid "General"
|
46 |
-
msgstr "ප්රධාන"
|
47 |
-
|
48 |
-
#: includes/views/admin-dashboard.php:17 includes/views/admin-dashboard.php:28
|
49 |
-
msgid "Template Options"
|
50 |
-
msgstr "තේමා සැකසුම්"
|
51 |
-
|
52 |
-
#: includes/views/admin-dashboard.php:18
|
53 |
-
msgid "Integrations"
|
54 |
-
msgstr "සේවා"
|
55 |
-
|
56 |
-
#: includes/views/admin-dashboard.php:19
|
57 |
-
msgid "Help"
|
58 |
-
msgstr "උදව්"
|
59 |
-
|
60 |
-
#: includes/views/admin-dashboard.php:25
|
61 |
-
msgid "General Options"
|
62 |
-
msgstr "ප්රධාන සැකසුම්"
|
63 |
-
|
64 |
-
#: includes/views/admin-dashboard.php:31
|
65 |
-
msgid "About IgniteUp and Support Information"
|
66 |
-
msgstr "IgniteUp සහ සහාය විස්තර පිළිබඳව"
|
67 |
-
|
68 |
-
#: includes/views/admin-dashboard.php:34
|
69 |
-
msgid "Manage Integrations"
|
70 |
-
msgstr "සේවා කළමනාකරණය"
|
71 |
-
|
72 |
-
#: includes/views/admin-subscribers.php:7
|
73 |
-
msgid "List of subscribers you've got through the Coming Soon page."
|
74 |
-
msgstr "අඩවිය හරහා ඊමේල් දායකත්වය ලබාගත් අයගේ ලැයිස්තුව."
|
75 |
-
|
76 |
-
#: includes/views/admin-subscribers.php:13
|
77 |
-
msgid "Bulk Actions"
|
78 |
-
msgstr "බහුපෙළ ක්රියා"
|
79 |
-
|
80 |
-
#: includes/views/admin-subscribers.php:14
|
81 |
-
msgid "Move to Trash"
|
82 |
-
msgstr "ඉවතලන්න"
|
83 |
-
|
84 |
-
#: includes/views/admin-subscribers.php:16
|
85 |
-
msgid "Apply"
|
86 |
-
msgstr "යොදන්න"
|
87 |
-
|
88 |
-
#: includes/views/admin-subscribers.php:19
|
89 |
-
msgid "EXPORT CSV"
|
90 |
-
msgstr "CSV නිර්යාතනය"
|
91 |
-
|
92 |
-
#: includes/views/admin-subscribers.php:20
|
93 |
-
msgid "EXPORT BCC"
|
94 |
-
msgstr "BCC නිර්යාතනය"
|
95 |
-
|
96 |
-
#: includes/views/admin-subscribers.php:30
|
97 |
-
#: includes/views/admin-subscribers.php:50
|
98 |
-
msgid "Name"
|
99 |
-
msgstr "නම"
|
100 |
-
|
101 |
-
#: includes/views/admin-subscribers.php:31
|
102 |
-
#: includes/views/admin-subscribers.php:51
|
103 |
-
msgid "Email Address"
|
104 |
-
msgstr "ඊතැපැල් ලිපිනය"
|
105 |
-
|
106 |
-
#: includes/views/admin-subscribers.php:40
|
107 |
-
msgid "UNKNOWN"
|
108 |
-
msgstr "නොදන්නා"
|
109 |
-
|
110 |
-
#: includes/views/admin-subscribers.php:42
|
111 |
-
msgid "Remove"
|
112 |
-
msgstr "ඉවත් කරන්න"
|
113 |
-
|
114 |
-
#: includes/views/admin-templates.php:12
|
115 |
-
msgid "Customize"
|
116 |
-
msgstr "අභිරුචිකරණය"
|
117 |
-
|
118 |
-
#: includes/views/admin-templates.php:17
|
119 |
-
msgid "Activate"
|
120 |
-
msgstr "සබල කරන්න"
|
121 |
-
|
122 |
-
#: includes/views/admin-templates.php:25
|
123 |
-
msgid "Uninstall"
|
124 |
-
msgstr "අස්ථාපනය"
|
125 |
-
|
126 |
-
#: includes/views/admin-templates.php:37
|
127 |
-
msgid "A new template activated!"
|
128 |
-
msgstr "නව තේමාවක් සබල විණි!"
|
129 |
-
|
130 |
-
#: includes/views/admin-templates.php:37
|
131 |
-
msgid "Customize it"
|
132 |
-
msgstr "අභිරුචි කරන්න"
|
133 |
-
|
134 |
-
#: includes/views/temp-general-options.php:15
|
135 |
-
#: includes/views/temp-integration-options.php:9
|
136 |
-
msgid "Enable / Disable"
|
137 |
-
msgstr "සබල / අබල"
|
138 |
-
|
139 |
-
#: includes/views/temp-general-options.php:18
|
140 |
-
msgid "Enable Coming Soon or Site Offline"
|
141 |
-
msgstr "Coming Soon හෝ Site Offline සබල කරන්න"
|
142 |
-
|
143 |
-
#: includes/views/temp-general-options.php:22
|
144 |
-
msgid "Skip Page For"
|
145 |
-
msgstr "මොවුන්ට පිටුව මගහරින්න"
|
146 |
-
|
147 |
-
#: includes/views/temp-general-options.php:28
|
148 |
-
msgid "Administrators"
|
149 |
-
msgstr "පරිපාලකවරු"
|
150 |
-
|
151 |
-
#: includes/views/temp-general-options.php:30
|
152 |
-
msgid "Editors"
|
153 |
-
msgstr "සංස්කාරකවරු"
|
154 |
-
|
155 |
-
#: includes/views/temp-general-options.php:37
|
156 |
-
msgid "Page Title"
|
157 |
-
msgstr "පිටු ශීර්ෂය"
|
158 |
-
|
159 |
-
#: includes/views/temp-general-options.php:40
|
160 |
-
msgid "This will be the title of the coming soon page."
|
161 |
-
msgstr "මෙය ඔබේ coming soon පිටුවේ ශීර්ෂය වනු ඇත."
|
162 |
-
|
163 |
-
#: includes/views/temp-general-options.php:44
|
164 |
-
msgid "Powered by IgniteUp"
|
165 |
-
msgstr "ප්ලගිනයට සහාය"
|
166 |
-
|
167 |
-
#: includes/views/temp-general-options.php:47
|
168 |
-
msgid "Show \"Powered by IgniteUp\" in the page"
|
169 |
-
msgstr "පිටුවේ \"Powered by IgniteUp\" ලෙස පෙන්වන්න"
|
170 |
-
|
171 |
-
#: includes/views/temp-general-options.php:53
|
172 |
-
msgid "Custom CSS"
|
173 |
-
msgstr "අභිමත CSS"
|
174 |
-
|
175 |
-
#: includes/views/temp-integration-options.php:18
|
176 |
-
msgid "Enable External Mailinglist Integration"
|
177 |
-
msgstr "බාහිර ලැයිස්තු ඉ-ලිපි සේවා සක්රීය කරන්න"
|
178 |
-
|
179 |
-
#: includes/views/temp-integration-options.php:20
|
180 |
-
msgid ""
|
181 |
-
"Tick this if you need to send your subscribers into one of the following "
|
182 |
-
"Mailing list providers."
|
183 |
-
msgstr ""
|
184 |
-
"ඔබේ දායකත්වය ලැබූවන් ලැයිස්තු ඉ-ලිපි (Mailing list) සේවා සපයන්නන් වෙත එක් කිරීමට මෙහි හරි "
|
185 |
-
"ලකුණ යොදන්න."
|
186 |
-
|
187 |
-
#: includes/views/temp-integration-options.php:26
|
188 |
-
msgid "Save subscribers to"
|
189 |
-
msgstr "දායකත්වයන් සුරැකිය යුත්තේ"
|
190 |
-
|
191 |
-
#: includes/views/temp-integration-options.php:38
|
192 |
-
msgid ""
|
193 |
-
"Choose the default provider to save your subscribers. IgniteUp will always "
|
194 |
-
"save to the local database."
|
195 |
-
msgstr ""
|
196 |
-
"ඔබේ දායකත්වය දරන්නන් සුරැකීම සඳහා මූලික සේවා සපයන්නා තෝරන්න. IgniteUp හැමවිටම මේවා "
|
197 |
-
"ස්ථානීය දත්තපාදකයට ද සුරකිනු ඇත."
|
198 |
-
|
199 |
-
#: includes/views/temp-integration-options.php:43
|
200 |
-
msgid ""
|
201 |
-
"If you need to use Mailchimp integration, provide an API key. So we can get "
|
202 |
-
"you the mailing lists that you have in your Mailchimp account to select."
|
203 |
-
msgstr ""
|
204 |
-
"ඔබට Mailchimp සේවා අවශ්ය නම්, API යතුරක් ලබා දෙන්න. එවිට අපට ඔබේ Mailchimp ගිණුමේ ඇති "
|
205 |
-
"ඉ-ලිපි ලැයිස්තුව තෝරාගැනීම සඳහා අවකාශ සැලසිය හැකියි."
|
206 |
-
|
207 |
-
#: includes/views/temp-integration-options.php:47
|
208 |
-
msgid "Mailchimp API Key"
|
209 |
-
msgstr "Mailchimp API යතුර"
|
210 |
-
|
211 |
-
#: includes/views/temp-integration-options.php:55
|
212 |
-
msgid ""
|
213 |
-
"Need help finding your API key? <a href=\"http://kb.mailchimp.com/accounts/"
|
214 |
-
"management/about-api-keys\" target=\"_blank\">Read this article</a>."
|
215 |
-
msgstr ""
|
216 |
-
"API යතුර සෙවීමට උපකාර අවශ්ය ද? <a href=\"http://kb.mailchimp.com/accounts/"
|
217 |
-
"management/about-api-keys\" target=\"_blank\">මේ ලිපිය කියවන්න</a>."
|
218 |
-
|
219 |
-
#: includes/views/temp-integration-options.php:62
|
220 |
-
#: includes/views/temp-integration-options.php:94
|
221 |
-
msgid "Select the list"
|
222 |
-
msgstr "ලැයිස්තුව තෝරන්න"
|
223 |
-
|
224 |
-
#: includes/views/temp-integration-options.php:77
|
225 |
-
msgid "Select the Mailchimp list you want your subscribers to be added."
|
226 |
-
msgstr "ඔබේ දායකත්වය දැරූවන් එක් කළ යුතු Mailchip ලැයිස්තුව තෝරන්න"
|
227 |
-
|
228 |
-
#: includes/views/temp-integration-options.php:79
|
229 |
-
msgid "There are no lists in your Mailchimp account."
|
230 |
-
msgstr "ඔබේ Mailchimp ගිණුමේ කිසිදු ලැයිස්තුවක් නොමැත."
|
231 |
-
|
232 |
-
#: includes/views/temp-integration-options.php:81
|
233 |
-
msgid "Your API key seems to invalid!"
|
234 |
-
msgstr "ඔබේ API යතුර වැරදියි!"
|
235 |
-
|
236 |
-
#: includes/views/temp-integration-options.php:90
|
237 |
-
msgid ""
|
238 |
-
"If you need to use Mailpoet integration, make sure you have Mailpoet plugin "
|
239 |
-
"installed."
|
240 |
-
msgstr "ඔබට Mailpoet සේවාව අවශ්ය නම් කරුණාකර Mailpoet ප්ලගිනය ස්ථාපනය කරන්න."
|
241 |
-
|
242 |
-
#: includes/views/temp-integration-options.php:110
|
243 |
-
msgid "Install Mailpoet plugin to use the service"
|
244 |
-
msgstr "මෙම සේවාව භාවිතා කිරීමට Mailpoet ප්ලගිනය ස්ථාපනය කරන්න."
|
245 |
-
|
246 |
-
#: includes/views/temp-template-options.php:14
|
247 |
-
msgid "Something is wrong with your template"
|
248 |
-
msgstr "ඔබේ තේමාවේ කිසියම් වරදක් වෙයි."
|
249 |
-
|
250 |
-
#: includes/views/temp-template-options.php:70
|
251 |
-
msgid "No options defined for the active template!"
|
252 |
-
msgstr "සබල කළ තේමාව සඳහා කිසිදු සැකසුම් නැත!"
|
253 |
-
|
254 |
-
#: includes/views/temp-template-options.php:82
|
255 |
-
msgid "Settings Saved Successfully"
|
256 |
-
msgstr "වෙනස්කම් සුරැකිණි."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
localization/default.mo
DELETED
Binary file
|
localization/igniteup-si_LK.mo
ADDED
Binary file
|
localization/igniteup-si_LK.po
ADDED
@@ -0,0 +1,748 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: IgniteUp\n"
|
4 |
+
"POT-Creation-Date: 2015-12-07 10:15+0530\n"
|
5 |
+
"PO-Revision-Date: 2015-12-07 10:23+0530\n"
|
6 |
+
"Last-Translator: Thambaru Wijesekara <thambaru@gmail.com>\n"
|
7 |
+
"Language-Team: CeylonSystems <info@ceylonsystems.com>\n"
|
8 |
+
"Language: en\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.3\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ../\n"
|
15 |
+
"X-Poedit-SearchPath-0: includes\n"
|
16 |
+
|
17 |
+
#: includes/class-admin-options.php:104
|
18 |
+
#, fuzzy
|
19 |
+
msgid "Subscribe"
|
20 |
+
msgstr "දායකත්වයන්"
|
21 |
+
|
22 |
+
#: includes/class-admin-options.php:105
|
23 |
+
#, php-format
|
24 |
+
msgid "%sThank you!%s You are subscribed"
|
25 |
+
msgstr "%sස්තූතියි!%s ඔබ දායකත්වය ලබාගෙන ඇත."
|
26 |
+
|
27 |
+
#: includes/class-admin-options.php:106
|
28 |
+
#, php-format
|
29 |
+
msgid "%sInvalid Email!%s Please try again"
|
30 |
+
msgstr "%sවැරදි ඊලිපිනය!%s කරුණාකර නැවත උත්සාහ කරන්න"
|
31 |
+
|
32 |
+
#: includes/class-admin-options.php:107
|
33 |
+
#, php-format
|
34 |
+
msgid "%sEmail already exists!%s Please try again"
|
35 |
+
msgstr "%sඊලිපිනය දැනටමත් පවතී!%s කරුණාකර නැවත උත්සාහ කරන්න"
|
36 |
+
|
37 |
+
#: includes/class-admin-options.php:108
|
38 |
+
msgid "DAYS"
|
39 |
+
msgstr "දින"
|
40 |
+
|
41 |
+
#: includes/class-admin-options.php:109
|
42 |
+
msgid "HOURS"
|
43 |
+
msgstr "පැය"
|
44 |
+
|
45 |
+
#: includes/class-admin-options.php:110
|
46 |
+
msgid "MINUTES"
|
47 |
+
msgstr "මිනිත්තු"
|
48 |
+
|
49 |
+
#: includes/class-admin-options.php:111
|
50 |
+
msgid "SECONDS"
|
51 |
+
msgstr "තත්පර"
|
52 |
+
|
53 |
+
#: includes/class-admin-options.php:112
|
54 |
+
msgid "SECS"
|
55 |
+
msgstr "තත්"
|
56 |
+
|
57 |
+
#: includes/class-admin-options.php:113
|
58 |
+
msgid "MINS"
|
59 |
+
msgstr "මිනි"
|
60 |
+
|
61 |
+
#: includes/class-coming-soon-creator.php:68
|
62 |
+
msgid "IgniteUp"
|
63 |
+
msgstr "IgniteUp"
|
64 |
+
|
65 |
+
#: includes/class-coming-soon-creator.php:69 includes/views/admin-templates.php:34
|
66 |
+
msgid "Templates"
|
67 |
+
msgstr "තේමා"
|
68 |
+
|
69 |
+
#: includes/class-coming-soon-creator.php:70 includes/views/admin-subscribers.php:6
|
70 |
+
#: includes/views/temp-general-options.php:35
|
71 |
+
msgid "Subscribers"
|
72 |
+
msgstr "දායකත්වයන්"
|
73 |
+
|
74 |
+
#: includes/class-coming-soon-creator.php:71
|
75 |
+
msgid "Options"
|
76 |
+
msgstr "සැකසුම්"
|
77 |
+
|
78 |
+
#: includes/class-coming-soon-creator.php:247
|
79 |
+
msgid "IgniteUp: Enabled"
|
80 |
+
msgstr "IgniteUp: සක්රීයයි"
|
81 |
+
|
82 |
+
#: includes/class-coming-soon-creator.php:283
|
83 |
+
#, php-format
|
84 |
+
msgid "%s Sent you a Message via %s Contact Form"
|
85 |
+
msgstr "%sගෙන් ඔබට %s හරහා පණිවිඩයක්!"
|
86 |
+
|
87 |
+
#: includes/class-coming-soon-creator.php:286
|
88 |
+
msgid "This message was sent to you via IgniteUp Contact Form"
|
89 |
+
msgstr "මෙම පණිවිඩය IgniteUp හරහා ඔබට එවන ලද්දකි."
|
90 |
+
|
91 |
+
#: includes/class-coming-soon-creator.php:287
|
92 |
+
msgid "Name:"
|
93 |
+
msgstr "නම:"
|
94 |
+
|
95 |
+
#: includes/class-coming-soon-creator.php:288
|
96 |
+
msgid "Email:"
|
97 |
+
msgstr "විද්යුත් ලිපිනය:"
|
98 |
+
|
99 |
+
#: includes/class-coming-soon-creator.php:289
|
100 |
+
msgid "You can reply the sender directly by replying to this email."
|
101 |
+
msgstr "මෙම පණිවිඩයට ඔබට සෘජුව පිළිතුරු යැවිය හැකිය."
|
102 |
+
|
103 |
+
#: includes/class-coming-soon-creator.php:432
|
104 |
+
msgid "There're themes not supporting current IgniteUp version (v"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: includes/templates/believe.php:10 includes/templates/glass.php:10
|
108 |
+
#: includes/templates/offline.php:10
|
109 |
+
msgid "Logo (Transparent)"
|
110 |
+
msgstr "ලෝගෝව (පාරදෘෂ්ය)"
|
111 |
+
|
112 |
+
#: includes/templates/believe.php:12 includes/templates/glass.php:12
|
113 |
+
#: includes/templates/offline.php:12
|
114 |
+
msgid "Recommended size: 250px x 90px - (Keep it empty to hide logo)"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: includes/templates/believe.php:16 includes/templates/glass.php:16
|
118 |
+
#: includes/templates/launcher.php:24 includes/templates/offline.php:16
|
119 |
+
msgid "Background Color"
|
120 |
+
msgstr "පසුබිම් වර්ණය"
|
121 |
+
|
122 |
+
#: includes/templates/believe.php:19 includes/templates/glass.php:19
|
123 |
+
#: includes/templates/launcher.php:27 includes/templates/offline.php:19
|
124 |
+
msgid "This will be the background color."
|
125 |
+
msgstr "මෙය පසුබිම් වර්ණය වනු ඇත."
|
126 |
+
|
127 |
+
#: includes/templates/believe.php:23 includes/templates/glass.php:23
|
128 |
+
#: includes/templates/launcher.php:31 includes/templates/offline.php:23
|
129 |
+
msgid "Background Image"
|
130 |
+
msgstr "පසුබිම් ඡායාරුව"
|
131 |
+
|
132 |
+
#: includes/templates/believe.php:26 includes/templates/glass.php:26
|
133 |
+
#: includes/templates/launcher.php:34 includes/templates/offline.php:26
|
134 |
+
msgid "Page background image. (Recommended size: 1920px x 1080px)"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: includes/templates/believe.php:30 includes/templates/glass.php:30
|
138 |
+
#: includes/templates/launcher.php:38 includes/templates/offline.php:30
|
139 |
+
msgid "Font Color"
|
140 |
+
msgstr "අකුරු වර්ණය"
|
141 |
+
|
142 |
+
#: includes/templates/believe.php:33 includes/templates/glass.php:33
|
143 |
+
#: includes/templates/launcher.php:41 includes/templates/offline.php:33
|
144 |
+
msgid "This will be the font color"
|
145 |
+
msgstr "මෙය ඔබේ coming soon පිටුවේ ශීර්ශ වර්ණය වනු ඇත."
|
146 |
+
|
147 |
+
#: includes/templates/believe.php:37
|
148 |
+
msgid "Show Paper Plane"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: includes/templates/believe.php:39
|
152 |
+
msgid "Show/Hide Paper Plane"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: includes/templates/believe.php:43 includes/templates/glass.php:44
|
156 |
+
#: includes/templates/offline.php:44
|
157 |
+
msgid "Title Top"
|
158 |
+
msgstr "ඉහළ ශීර්ෂපාඨය"
|
159 |
+
|
160 |
+
#: includes/templates/believe.php:44 includes/templates/believe.php:45
|
161 |
+
msgid "Our Website is"
|
162 |
+
msgstr "අපේ වෙබ් අඩවිය"
|
163 |
+
|
164 |
+
#: includes/templates/believe.php:46 includes/templates/offline.php:47
|
165 |
+
msgid "Text above the main title"
|
166 |
+
msgstr "ප්රධාන ශීර්ෂයට ඉහළින් ඇති පෙළ"
|
167 |
+
|
168 |
+
#: includes/templates/believe.php:50
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Main title"
|
171 |
+
msgstr "පිටු ශීර්ෂය"
|
172 |
+
|
173 |
+
#: includes/templates/believe.php:51 includes/templates/believe.php:52
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Coming Soon"
|
176 |
+
msgstr "CS Coming Soon"
|
177 |
+
|
178 |
+
#: includes/templates/believe.php:53
|
179 |
+
msgid "The bold title"
|
180 |
+
msgstr "තදකුරු ශීර්ෂය"
|
181 |
+
|
182 |
+
#: includes/templates/believe.php:57 includes/templates/believe.php:59
|
183 |
+
#: includes/templates/glass.php:51 includes/templates/glass.php:53
|
184 |
+
#: includes/templates/launcher.php:59 includes/templates/launcher.php:61
|
185 |
+
#: includes/templates/offline.php:51 includes/templates/offline.php:53
|
186 |
+
msgid "Paragraph Text"
|
187 |
+
msgstr "ඡේද පෙළ"
|
188 |
+
|
189 |
+
#: includes/templates/believe.php:58
|
190 |
+
msgid "Meanwhile feel free to interact with our social networks"
|
191 |
+
msgstr "ඒ අතරතුර අපේ සමාජජාලයන්හි සැරිසරන්න."
|
192 |
+
|
193 |
+
#: includes/templates/believe.php:60 includes/templates/launcher.php:62
|
194 |
+
msgid "This will be the paragraph text"
|
195 |
+
msgstr "මෙය ඡේද පෙළවේ."
|
196 |
+
|
197 |
+
#: includes/templates/glass.php:37 includes/templates/offline.php:37
|
198 |
+
msgid "Link Color"
|
199 |
+
msgstr "සබැඳුම් වර්ණය"
|
200 |
+
|
201 |
+
#: includes/templates/glass.php:40 includes/templates/offline.php:40
|
202 |
+
#, fuzzy
|
203 |
+
msgid "This will be the hover color"
|
204 |
+
msgstr "මෙය ඔබේ coming soon පිටුවේ ශීර්ෂය වනු ඇත."
|
205 |
+
|
206 |
+
#: includes/templates/glass.php:45
|
207 |
+
msgid "Under Maintenance"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: includes/templates/glass.php:46
|
211 |
+
msgid "Header Text"
|
212 |
+
msgstr "ශීර්ෂ පෙළ"
|
213 |
+
|
214 |
+
#: includes/templates/glass.php:47
|
215 |
+
msgid "This will be the main title"
|
216 |
+
msgstr "මෙය ශීර්ෂයේ ඇති පෙළ වනු ඇත."
|
217 |
+
|
218 |
+
#: includes/templates/glass.php:52
|
219 |
+
msgid "sorry for the inconvenience <br> we will come with a new experience."
|
220 |
+
msgstr "සිදුවූ අපහසුතාවයට කනගාටුයි <br> අප නව මුහුණුවරකින් පැමිණෙන්නෙමු."
|
221 |
+
|
222 |
+
#: includes/templates/glass.php:54 includes/templates/offline.php:54
|
223 |
+
msgid "This will be the paragraph text, you can use html tags here."
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: includes/templates/glass.php:58
|
227 |
+
msgid "Show Subscribe Form"
|
228 |
+
msgstr "දායකත්ව පෝරමය පෙන්වන්න"
|
229 |
+
|
230 |
+
#: includes/templates/glass.php:60
|
231 |
+
msgid "Show/Hide Email Subscribe Form"
|
232 |
+
msgstr "ඊතැපැල් දායකත්ව අයදුම්පත පෙන්වන්න/සඟවන්න "
|
233 |
+
|
234 |
+
#: includes/templates/glass/glass.php:58 includes/templates/offline.php:68
|
235 |
+
#, fuzzy
|
236 |
+
msgid "Your email address"
|
237 |
+
msgstr "ඊතැපැල් ලිපිනය"
|
238 |
+
|
239 |
+
#: includes/templates/launcher.php:10
|
240 |
+
msgid "Launch Date"
|
241 |
+
msgstr "නිකුතු දිනය"
|
242 |
+
|
243 |
+
#: includes/templates/launcher.php:13
|
244 |
+
msgid "Add the date when you are going to launch the site"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: includes/templates/launcher.php:17
|
248 |
+
msgid "Launch Time"
|
249 |
+
msgstr "නිකුතු වේලාව"
|
250 |
+
|
251 |
+
#: includes/templates/launcher.php:20
|
252 |
+
msgid "Note: Enter time in hh:mm:ss format."
|
253 |
+
msgstr "සටහන: කාලය පැය:මිනිත්තු:තත්පර (hh:mm:ss) ආකාරයෙන් ඇතුලත් කරන්න."
|
254 |
+
|
255 |
+
#: includes/templates/launcher.php:45
|
256 |
+
msgid "Title Top Text"
|
257 |
+
msgstr "ඉහළ ශීර්ෂ පෙළ"
|
258 |
+
|
259 |
+
#: includes/templates/launcher.php:46
|
260 |
+
msgid "Almost Ready"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: includes/templates/launcher.php:47
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Bold Title"
|
266 |
+
msgstr "පිටු ශීර්ෂය"
|
267 |
+
|
268 |
+
#: includes/templates/launcher.php:48
|
269 |
+
msgid "This will be the bold title"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: includes/templates/launcher.php:52
|
273 |
+
msgid "Subtitle Text"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: includes/templates/launcher.php:53
|
277 |
+
msgid "Website will launch in"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: includes/templates/launcher.php:54
|
281 |
+
msgid "Subtitle"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: includes/templates/launcher.php:55
|
285 |
+
msgid "Text below the title"
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: includes/templates/launcher.php:60
|
289 |
+
msgid ""
|
290 |
+
"This website is currently unavailable due to maintenance. Please visit again later. If "
|
291 |
+
"you have any inquiries forward to the site admin. Please subscribe with our Newsletter."
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: includes/templates/launcher.php:67
|
295 |
+
msgid "Button Font Color"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: includes/templates/launcher.php:70
|
299 |
+
#, fuzzy
|
300 |
+
msgid "This will be the font color the button"
|
301 |
+
msgstr "මෙය ඔබේ coming soon පිටුවේ ශීර්ෂය වනු ඇත."
|
302 |
+
|
303 |
+
#: includes/templates/launcher.php:74
|
304 |
+
msgid "Button Background Color"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: includes/templates/launcher.php:77
|
308 |
+
msgid "This will be the background color the button"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: includes/templates/launcher/launcher.php:74
|
312 |
+
msgid "Enter your email..."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: includes/templates/offline.php:45 includes/templates/offline.php:46
|
316 |
+
msgid "Website is offline"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: includes/templates/offline.php:52
|
320 |
+
msgid "sorry for the inconvenience <br> we will come with new experience."
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: includes/templates/offline.php:58
|
324 |
+
msgid "Contact text"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: includes/templates/offline.php:59 includes/templates/offline.php:60
|
328 |
+
msgid "contact site admin:"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: includes/templates/offline.php:61
|
332 |
+
msgid "Contact information label"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: includes/templates/offline.php:65
|
336 |
+
msgid "Contact email"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: includes/views/admin-dashboard.php:9
|
340 |
+
msgid "Settings saved."
|
341 |
+
msgstr "වෙනස්කම් සුරැකිණි."
|
342 |
+
|
343 |
+
#: includes/views/admin-dashboard.php:16
|
344 |
+
msgid "General"
|
345 |
+
msgstr "ප්රධාන"
|
346 |
+
|
347 |
+
#: includes/views/admin-dashboard.php:17 includes/views/admin-dashboard.php:29
|
348 |
+
msgid "Template Options"
|
349 |
+
msgstr "තේමා සැකසුම්"
|
350 |
+
|
351 |
+
#: includes/views/admin-dashboard.php:18 includes/views/admin-dashboard.php:32
|
352 |
+
#, fuzzy
|
353 |
+
msgid "Common Options"
|
354 |
+
msgstr "සැකසුම්"
|
355 |
+
|
356 |
+
#: includes/views/admin-dashboard.php:19
|
357 |
+
msgid "Integrations"
|
358 |
+
msgstr "සේවා"
|
359 |
+
|
360 |
+
#: includes/views/admin-dashboard.php:20
|
361 |
+
msgid "Help"
|
362 |
+
msgstr "උදව්"
|
363 |
+
|
364 |
+
#: includes/views/admin-dashboard.php:26
|
365 |
+
msgid "General Options"
|
366 |
+
msgstr "ප්රධාන සැකසුම්"
|
367 |
+
|
368 |
+
#: includes/views/admin-dashboard.php:38
|
369 |
+
msgid "Manage Integrations"
|
370 |
+
msgstr "සේවා කළමනාකරණය"
|
371 |
+
|
372 |
+
#: includes/views/admin-subscribers.php:7
|
373 |
+
msgid "List of subscribers you've got through the Coming Soon page."
|
374 |
+
msgstr "අඩවිය හරහා ඊමේල් දායකත්වය ලබාගත් අයගේ ලැයිස්තුව."
|
375 |
+
|
376 |
+
#: includes/views/admin-subscribers.php:13
|
377 |
+
msgid "Bulk Actions"
|
378 |
+
msgstr "බහුපෙළ ක්රියා"
|
379 |
+
|
380 |
+
#: includes/views/admin-subscribers.php:14
|
381 |
+
msgid "Delete"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: includes/views/admin-subscribers.php:16
|
385 |
+
msgid "Apply"
|
386 |
+
msgstr "යොදන්න"
|
387 |
+
|
388 |
+
#: includes/views/admin-subscribers.php:19
|
389 |
+
msgid "EXPORT CSV"
|
390 |
+
msgstr "CSV නිර්යාතනය"
|
391 |
+
|
392 |
+
#: includes/views/admin-subscribers.php:20
|
393 |
+
msgid "EXPORT BCC"
|
394 |
+
msgstr "BCC නිර්යාතනය"
|
395 |
+
|
396 |
+
#: includes/views/admin-subscribers.php:30 includes/views/admin-subscribers.php:50
|
397 |
+
msgid "Name"
|
398 |
+
msgstr "නම"
|
399 |
+
|
400 |
+
#: includes/views/admin-subscribers.php:31 includes/views/admin-subscribers.php:51
|
401 |
+
msgid "Email Address"
|
402 |
+
msgstr "ඊතැපැල් ලිපිනය"
|
403 |
+
|
404 |
+
#: includes/views/admin-subscribers.php:40
|
405 |
+
msgid "UNKNOWN"
|
406 |
+
msgstr "නොදන්නා"
|
407 |
+
|
408 |
+
#: includes/views/admin-subscribers.php:42
|
409 |
+
msgid "Remove"
|
410 |
+
msgstr "ඉවත් කරන්න"
|
411 |
+
|
412 |
+
#: includes/views/admin-templates.php:15
|
413 |
+
msgid "Customize"
|
414 |
+
msgstr "අභිරුචිකරණය"
|
415 |
+
|
416 |
+
#: includes/views/admin-templates.php:20
|
417 |
+
msgid "Activate"
|
418 |
+
msgstr "සබල කරන්න"
|
419 |
+
|
420 |
+
#: includes/views/admin-templates.php:25
|
421 |
+
msgid "Uninstall"
|
422 |
+
msgstr "අස්ථාපනය"
|
423 |
+
|
424 |
+
#: includes/views/admin-templates.php:36
|
425 |
+
msgid "A new template activated!"
|
426 |
+
msgstr "නව තේමාවක් සබල විණි!"
|
427 |
+
|
428 |
+
#: includes/views/admin-templates.php:36
|
429 |
+
msgid "Customize it"
|
430 |
+
msgstr "අභිරුචි කරන්න"
|
431 |
+
|
432 |
+
#: includes/views/temp-common-options.php:14 includes/views/temp-common-options.php:20
|
433 |
+
#, fuzzy
|
434 |
+
msgid "Subscribe Button Text"
|
435 |
+
msgstr "දායකත්වයන් සුරැකිය යුත්තේ"
|
436 |
+
|
437 |
+
#: includes/views/temp-common-options.php:24
|
438 |
+
msgid "Thank you message"
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: includes/views/temp-common-options.php:30
|
442 |
+
msgid "Thank you message after a successful subscription."
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: includes/views/temp-common-options.php:34
|
446 |
+
msgid "Invalid Email Error"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: includes/views/temp-common-options.php:39
|
450 |
+
msgid "Error message for invalid email addresses."
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: includes/views/temp-common-options.php:43
|
454 |
+
msgid "Email Already Exists Error"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: includes/views/temp-common-options.php:49
|
458 |
+
msgid "Message to display if the user has already subscribed."
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: includes/views/temp-common-options.php:70
|
462 |
+
msgid "Enter the "
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#: includes/views/temp-common-options.php:83
|
466 |
+
msgid "Receive email address"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
#: includes/views/temp-common-options.php:90
|
470 |
+
msgid "Receive contact form submits on this email."
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: includes/views/temp-general-options.php:16
|
474 |
+
#: includes/views/temp-integration-options.php:11
|
475 |
+
msgid "Enable / Disable"
|
476 |
+
msgstr "සබල / අබල"
|
477 |
+
|
478 |
+
#: includes/views/temp-general-options.php:20
|
479 |
+
msgid "Enable Coming Soon or Site Offline"
|
480 |
+
msgstr "Coming Soon හෝ Site Offline සබල කරන්න"
|
481 |
+
|
482 |
+
#: includes/views/temp-general-options.php:25
|
483 |
+
msgid "Skip Page For"
|
484 |
+
msgstr "මොවුන්ට පිටුව මගහරින්න"
|
485 |
+
|
486 |
+
#: includes/views/temp-general-options.php:31
|
487 |
+
msgid "Administrators"
|
488 |
+
msgstr "පරිපාලකවරු"
|
489 |
+
|
490 |
+
#: includes/views/temp-general-options.php:33
|
491 |
+
msgid "Editors"
|
492 |
+
msgstr "සංස්කාරකවරු"
|
493 |
+
|
494 |
+
#: includes/views/temp-general-options.php:37
|
495 |
+
msgid "Select user roles to skip maintenance mode page."
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: includes/views/temp-general-options.php:43
|
499 |
+
msgid "Enable 503 Status"
|
500 |
+
msgstr ""
|
501 |
+
|
502 |
+
#: includes/views/temp-general-options.php:47
|
503 |
+
msgid "Enable 503 header response"
|
504 |
+
msgstr ""
|
505 |
+
|
506 |
+
#: includes/views/temp-general-options.php:48
|
507 |
+
msgid ""
|
508 |
+
"Enable status 503 header response in the page to notify search engines that your site is "
|
509 |
+
"down for maintenance."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: includes/views/temp-general-options.php:54 includes/views/temp-general-options.php:57
|
513 |
+
msgid "Page Title"
|
514 |
+
msgstr "පිටු ශීර්ෂය"
|
515 |
+
|
516 |
+
#: includes/views/temp-general-options.php:58
|
517 |
+
msgid "This will be the title of the coming soon page."
|
518 |
+
msgstr "මෙය ඔබේ coming soon පිටුවේ ශීර්ෂය වනු ඇත."
|
519 |
+
|
520 |
+
#: includes/views/temp-general-options.php:63
|
521 |
+
msgid "Favicon"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: includes/views/temp-general-options.php:68
|
525 |
+
msgid "Upload"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: includes/views/temp-general-options.php:69
|
529 |
+
msgid ""
|
530 |
+
"Recommended size is 16x16 or 32x32. Use only ICO or PNG file.<br>May not be working if "
|
531 |
+
"your theme or any other plugin is setting a favicon."
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: includes/views/temp-general-options.php:75
|
535 |
+
msgid "Custom CSS"
|
536 |
+
msgstr "අභිමත CSS"
|
537 |
+
|
538 |
+
#: includes/views/temp-general-options.php:78
|
539 |
+
msgid "Use custom css to customize front end templates."
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: includes/views/temp-general-options.php:83
|
543 |
+
msgid "Powered by IgniteUp"
|
544 |
+
msgstr "ප්ලගිනයට සහාය"
|
545 |
+
|
546 |
+
#: includes/views/temp-general-options.php:86
|
547 |
+
msgid "Show \"Powered by IgniteUp\" in the page"
|
548 |
+
msgstr "පිටුවේ \"Powered by IgniteUp\" ලෙස පෙන්වන්න"
|
549 |
+
|
550 |
+
#: includes/views/temp-general-options.php:92
|
551 |
+
#: includes/views/temp-integration-options.php:126
|
552 |
+
msgid "Save Changes"
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: includes/views/temp-help.php:2
|
556 |
+
#, fuzzy
|
557 |
+
msgid "Welcome to IgniteUp"
|
558 |
+
msgstr "ප්ලගිනයට සහාය"
|
559 |
+
|
560 |
+
#: includes/views/temp-help.php:3
|
561 |
+
msgid "Now you can install additional templates from the store."
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: includes/views/temp-help.php:7
|
565 |
+
msgid "What's New?"
|
566 |
+
msgstr ""
|
567 |
+
|
568 |
+
#: includes/views/temp-help.php:10
|
569 |
+
msgid "NEW!"
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: includes/views/temp-help.php:55
|
573 |
+
#, fuzzy
|
574 |
+
msgid "Loving IgniteUp?"
|
575 |
+
msgstr "IgniteUp"
|
576 |
+
|
577 |
+
#: includes/views/temp-help.php:56
|
578 |
+
msgid "Thank you for using IgniteUp in your WordPress installation."
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: includes/views/temp-help.php:57
|
582 |
+
msgid ""
|
583 |
+
"Do you mind taking a minute to support us by adding a review? Your feedback is very "
|
584 |
+
"important to us."
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: includes/views/temp-help.php:58
|
588 |
+
msgid "Add a Review on WordPress"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: includes/views/temp-help.php:62
|
592 |
+
msgid "Need Help?"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: includes/views/temp-help.php:63
|
596 |
+
msgid ""
|
597 |
+
"We have an acting fast support for you. Post your question in WordPress support forums "
|
598 |
+
"for IgniteUp"
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: includes/views/temp-help.php:64
|
602 |
+
msgid "Visit Support Forum"
|
603 |
+
msgstr ""
|
604 |
+
|
605 |
+
#: includes/views/temp-help.php:65
|
606 |
+
#, php-format
|
607 |
+
msgid ""
|
608 |
+
"If you need to email us a support request please use our %s support email%s. Got any "
|
609 |
+
"suggestions or feedback? Write us via our general <a href=\"mailto:info@ceylonsystems.com"
|
610 |
+
"\">email address</a>."
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: includes/views/temp-help.php:69
|
614 |
+
msgid "Watch Tutorial"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: includes/views/temp-help.php:77
|
618 |
+
msgid "Need more templates?"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: includes/views/temp-help.php:78
|
622 |
+
msgid ""
|
623 |
+
"We have more templates for you with improved features like adding YouTube video "
|
624 |
+
"background, contact forms and location maps."
|
625 |
+
msgstr ""
|
626 |
+
|
627 |
+
#: includes/views/temp-help.php:86
|
628 |
+
msgid "Get more templates"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: includes/views/temp-help.php:90
|
632 |
+
#, fuzzy
|
633 |
+
msgid "About IgniteUp"
|
634 |
+
msgstr "IgniteUp"
|
635 |
+
|
636 |
+
#: includes/views/temp-help.php:91
|
637 |
+
#, php-format
|
638 |
+
msgid ""
|
639 |
+
"IgniteUp is an in-house product from Ceylon Systems. Want to know more about us? %sVisit "
|
640 |
+
"our website%s."
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: includes/views/temp-help.php:94
|
644 |
+
msgid ""
|
645 |
+
"If you appreciate our effort, please make a donation with PayPal. In this way we can "
|
646 |
+
"serve you better and IgniteUp will improve. Thank you in advance!"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: includes/views/temp-help.php:95
|
650 |
+
msgid "Donate with PayPal"
|
651 |
+
msgstr "PayPal සමග පරිත්යාගයක් කරන්න"
|
652 |
+
|
653 |
+
#: includes/views/temp-integration-options.php:20
|
654 |
+
msgid "Enable External Mailinglist Integration"
|
655 |
+
msgstr "බාහිර ලැයිස්තු ඉ-ලිපි සේවා සක්රීය කරන්න"
|
656 |
+
|
657 |
+
#: includes/views/temp-integration-options.php:22
|
658 |
+
msgid ""
|
659 |
+
"Tick this if you need to send your subscribers into one of the following Mailing list "
|
660 |
+
"providers."
|
661 |
+
msgstr ""
|
662 |
+
"ඔබේ දායකත්වය ලැබූවන් ලැයිස්තු ඉ-ලිපි (Mailing list) සේවා සපයන්නන් වෙත එක් කිරීමට මෙහි හරි ලකුණ යොදන්න."
|
663 |
+
|
664 |
+
#: includes/views/temp-integration-options.php:28
|
665 |
+
msgid "Save subscribers to"
|
666 |
+
msgstr "දායකත්වයන් සුරැකිය යුත්තේ"
|
667 |
+
|
668 |
+
#: includes/views/temp-integration-options.php:40
|
669 |
+
msgid ""
|
670 |
+
"Choose the default provider to save your subscribers. IgniteUp will always save to the "
|
671 |
+
"local database."
|
672 |
+
msgstr ""
|
673 |
+
"ඔබේ දායකත්වය දරන්නන් සුරැකීම සඳහා මූලික සේවා සපයන්නා තෝරන්න. IgniteUp හැමවිටම මේවා ස්ථානීය දත්තපාදකයට "
|
674 |
+
"ද සුරකිනු ඇත."
|
675 |
+
|
676 |
+
#: includes/views/temp-integration-options.php:46
|
677 |
+
msgid ""
|
678 |
+
"If you need to use Mailchimp integration, provide an API key. So we can get you the "
|
679 |
+
"mailing lists that you have in your Mailchimp account to select."
|
680 |
+
msgstr ""
|
681 |
+
"ඔබට Mailchimp සේවා අවශ්ය නම්, API යතුරක් ලබා දෙන්න. එවිට අපට ඔබේ Mailchimp ගිණුමේ ඇති ඉ-ලිපි ලැයිස්තුව "
|
682 |
+
"තෝරාගැනීම සඳහා අවකාශ සැලසිය හැකියි."
|
683 |
+
|
684 |
+
#: includes/views/temp-integration-options.php:50
|
685 |
+
msgid "Mailchimp API Key"
|
686 |
+
msgstr "Mailchimp API යතුර"
|
687 |
+
|
688 |
+
#: includes/views/temp-integration-options.php:58
|
689 |
+
#, php-format
|
690 |
+
msgid "Need help finding your API key? %sRead this article%s."
|
691 |
+
msgstr "API යතුර සොයාගැනුමට උපකාර අවශ්යද? %sමේ ලිපි කියවන්න%s."
|
692 |
+
|
693 |
+
#: includes/views/temp-integration-options.php:65
|
694 |
+
#: includes/views/temp-integration-options.php:100
|
695 |
+
msgid "Select the list"
|
696 |
+
msgstr "ලැයිස්තුව තෝරන්න"
|
697 |
+
|
698 |
+
#: includes/views/temp-integration-options.php:75
|
699 |
+
#, fuzzy
|
700 |
+
msgid "Select a list.."
|
701 |
+
msgstr "ලැයිස්තුව තෝරන්න"
|
702 |
+
|
703 |
+
#: includes/views/temp-integration-options.php:80
|
704 |
+
msgid "Select the Mailchimp list you want your subscribers to be added."
|
705 |
+
msgstr "ඔබේ දායකත්වය දැරූවන් එක් කළ යුතු Mailchip ලැයිස්තුව තෝරන්න"
|
706 |
+
|
707 |
+
#: includes/views/temp-integration-options.php:82
|
708 |
+
msgid "There are no lists in your Mailchimp account."
|
709 |
+
msgstr "ඔබේ Mailchimp ගිණුමේ කිසිදු ලැයිස්තුවක් නොමැත."
|
710 |
+
|
711 |
+
#: includes/views/temp-integration-options.php:84
|
712 |
+
#, fuzzy
|
713 |
+
msgid "Your API key seems to be invalid!"
|
714 |
+
msgstr "ඔබේ API යතුර වැරදියි!"
|
715 |
+
|
716 |
+
#: includes/views/temp-integration-options.php:96
|
717 |
+
msgid ""
|
718 |
+
"If you need to use Mailpoet integration, make sure you have Mailpoet plugin installed."
|
719 |
+
msgstr "ඔබට Mailpoet සේවාව අවශ්ය නම් කරුණාකර Mailpoet ප්ලගිනය ස්ථාපනය කරන්න."
|
720 |
+
|
721 |
+
#: includes/views/temp-integration-options.php:116
|
722 |
+
msgid "Install Mailpoet plugin to use the service"
|
723 |
+
msgstr "මෙම සේවාව භාවිතා කිරීමට Mailpoet ප්ලගිනය ස්ථාපනය කරන්න."
|
724 |
+
|
725 |
+
#: includes/views/temp-template-options.php:17
|
726 |
+
msgid "Something is wrong with your template"
|
727 |
+
msgstr "ඔබේ තේමාවේ කිසියම් වරදක් වෙයි."
|
728 |
+
|
729 |
+
#: includes/views/temp-template-options.php:120
|
730 |
+
msgid "No options defined for the active template!"
|
731 |
+
msgstr "සබල කළ තේමාව සඳහා කිසිදු සැකසුම් නැත!"
|
732 |
+
|
733 |
+
#: includes/views/temp-template-options.php:131
|
734 |
+
msgid "Settings Saved Successfully"
|
735 |
+
msgstr "වෙනස්කම් සුරැකිණි."
|
736 |
+
|
737 |
+
#~ msgid "About IgniteUp and Support Information"
|
738 |
+
#~ msgstr "IgniteUp සහ සහාය විස්තර පිළිබඳව"
|
739 |
+
|
740 |
+
#~ msgid "Move to Trash"
|
741 |
+
#~ msgstr "ඉවතලන්න"
|
742 |
+
|
743 |
+
#~ msgid ""
|
744 |
+
#~ "Need help finding your API key? <a href=\"http://kb.mailchimp.com/accounts/management/"
|
745 |
+
#~ "about-api-keys\" target=\"_blank\">Read this article</a>."
|
746 |
+
#~ msgstr ""
|
747 |
+
#~ "API යතුර සෙවීමට උපකාර අවශ්ය ද? <a href=\"http://kb.mailchimp.com/accounts/management/"
|
748 |
+
#~ "about-api-keys\" target=\"_blank\">මේ ලිපිය කියවන්න</a>."
|
localization/{default.po → igniteup.pot}
RENAMED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: IgniteUp\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: Thambaru Wijesekara <thambaru@gmail.com>\n"
|
7 |
"Language-Team: CeylonSystems <info@ceylonsystems.com>\n"
|
8 |
"Language: en\n"
|
@@ -12,74 +12,101 @@ msgstr ""
|
|
12 |
"X-Generator: Poedit 1.7.3\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ../\n"
|
|
|
15 |
"X-Poedit-SearchPath-0: includes\n"
|
16 |
|
17 |
-
#: includes/class-admin-options.php:
|
18 |
msgid "Subscribe"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: includes/class-admin-options.php:
|
22 |
-
|
23 |
-
msgid "%sThank you!%s You are subscribed"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: includes/class-admin-options.php:
|
27 |
-
|
28 |
-
msgid "%sInvalid Email!%s Please try again"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: includes/class-admin-options.php:
|
32 |
-
|
33 |
-
msgid "%sEmail already exists!%s Please try again"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: includes/class-admin-options.php:
|
37 |
msgid "DAYS"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: includes/class-admin-options.php:
|
41 |
msgid "HOURS"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: includes/class-admin-options.php:
|
45 |
msgid "MINUTES"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: includes/class-admin-options.php:
|
49 |
msgid "SECONDS"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: includes/class-admin-options.php:
|
53 |
msgid "SECS"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: includes/class-admin-options.php:
|
57 |
msgid "MINS"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: includes/class-coming-soon-creator.php:
|
61 |
msgid "IgniteUp"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: includes/class-coming-soon-creator.php:
|
65 |
#: includes/views/admin-templates.php:34
|
66 |
msgid "Templates"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: includes/class-coming-soon-creator.php:
|
70 |
#: includes/views/admin-subscribers.php:6
|
71 |
-
#: includes/views/temp-general-options.php:
|
72 |
msgid "Subscribers"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: includes/class-coming-soon-creator.php:
|
76 |
msgid "Options"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: includes/class-coming-soon-creator.php:
|
80 |
msgid "IgniteUp: Enabled"
|
81 |
msgstr ""
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
#: includes/templates/believe.php:10 includes/templates/glass.php:10
|
84 |
#: includes/templates/offline.php:10
|
85 |
msgid "Logo (Transparent)"
|
@@ -87,7 +114,7 @@ msgstr ""
|
|
87 |
|
88 |
#: includes/templates/believe.php:12 includes/templates/glass.php:12
|
89 |
#: includes/templates/offline.php:12
|
90 |
-
msgid "Recommended size: 250px x 90px"
|
91 |
msgstr ""
|
92 |
|
93 |
#: includes/templates/believe.php:16 includes/templates/glass.php:16
|
@@ -120,66 +147,54 @@ msgstr ""
|
|
120 |
msgid "This will be the font color"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: includes/templates/believe.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
#: includes/templates/offline.php:44
|
125 |
msgid "Title Top"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/templates/believe.php:
|
129 |
msgid "Our Website is"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: includes/templates/believe.php:
|
133 |
msgid "Text above the main title"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/templates/believe.php:
|
137 |
msgid "Main title"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/templates/believe.php:
|
141 |
msgid "Coming Soon"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: includes/templates/believe.php:
|
145 |
msgid "The bold title"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: includes/templates/believe.php:
|
149 |
#: includes/templates/glass.php:51 includes/templates/glass.php:53
|
150 |
#: includes/templates/launcher.php:59 includes/templates/launcher.php:61
|
151 |
#: includes/templates/offline.php:51 includes/templates/offline.php:53
|
152 |
msgid "Paragraph Text"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: includes/templates/believe.php:
|
156 |
msgid "Meanwhile feel free to interact with our social networks"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: includes/templates/believe.php:
|
160 |
msgid "This will be the paragraph text"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: includes/templates/believe.php:61 includes/templates/glass.php:67
|
164 |
-
#: includes/templates/launcher.php:84
|
165 |
-
msgid "Enter the Twitter URL here"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: includes/templates/believe.php:68 includes/templates/glass.php:74
|
169 |
-
#: includes/templates/launcher.php:91
|
170 |
-
msgid "Enter the Facebook URL here"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: includes/templates/believe.php:75 includes/templates/glass.php:81
|
174 |
-
#: includes/templates/launcher.php:98
|
175 |
-
msgid "Enter the Pinterest URL here"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: includes/templates/believe.php:82 includes/templates/glass.php:88
|
179 |
-
#: includes/templates/launcher.php:105
|
180 |
-
msgid "Enter the Google+ URL here"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
#: includes/templates/glass.php:37 includes/templates/offline.php:37
|
184 |
msgid "Link Color"
|
185 |
msgstr ""
|
@@ -216,26 +231,6 @@ msgstr ""
|
|
216 |
msgid "Show/Hide Email Subscribe Form"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: includes/templates/glass.php:95 includes/templates/launcher.php:112
|
220 |
-
msgid "Enter the Youtube URL here"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: includes/templates/glass.php:102 includes/templates/launcher.php:119
|
224 |
-
msgid "Enter the Evernote URL here"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: includes/templates/glass.php:109 includes/templates/launcher.php:126
|
228 |
-
msgid "Enter the Tumblr URL here"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: includes/templates/glass.php:116 includes/templates/launcher.php:133
|
232 |
-
msgid "Enter the Behance URL here"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: includes/templates/glass.php:123 includes/templates/launcher.php:140
|
236 |
-
msgid "Enter the Linkedin URL here"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
#: includes/templates/glass/glass.php:58 includes/templates/offline.php:68
|
240 |
msgid "Your email address"
|
241 |
msgstr ""
|
@@ -413,6 +408,10 @@ msgstr ""
|
|
413 |
msgid "Remove"
|
414 |
msgstr ""
|
415 |
|
|
|
|
|
|
|
|
|
416 |
#: includes/views/admin-templates.php:15
|
417 |
msgid "Customize"
|
418 |
msgstr ""
|
@@ -425,6 +424,10 @@ msgstr ""
|
|
425 |
msgid "Uninstall"
|
426 |
msgstr ""
|
427 |
|
|
|
|
|
|
|
|
|
428 |
#: includes/views/admin-templates.php:36
|
429 |
msgid "A new template activated!"
|
430 |
msgstr ""
|
@@ -433,124 +436,154 @@ msgstr ""
|
|
433 |
msgid "Customize it"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: includes/views/
|
437 |
-
|
438 |
-
msgid "Subscribe Button Text"
|
439 |
msgstr ""
|
440 |
|
|
|
|
|
|
|
|
|
|
|
441 |
#: includes/views/temp-common-options.php:20
|
|
|
|
|
|
|
|
|
442 |
msgid "Thank you message"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: includes/views/temp-common-options.php:
|
446 |
msgid "Thank you message after a successful subscription."
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: includes/views/temp-common-options.php:
|
450 |
msgid "Invalid Email Error"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: includes/views/temp-common-options.php:
|
454 |
msgid "Error message for invalid email addresses."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: includes/views/temp-common-options.php:
|
458 |
msgid "Email Already Exists Error"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: includes/views/temp-common-options.php:
|
462 |
msgid "Message to display if the user has already subscribed."
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: includes/views/temp-
|
466 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
msgid "Enable / Disable"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: includes/views/temp-general-options.php:
|
471 |
msgid "Enable Coming Soon or Site Offline"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: includes/views/temp-general-options.php:
|
475 |
msgid "Skip Page For"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: includes/views/temp-general-options.php:
|
479 |
msgid "Administrators"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: includes/views/temp-general-options.php:
|
483 |
msgid "Editors"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/views/temp-general-options.php:
|
487 |
msgid "Select user roles to skip maintenance mode page."
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/views/temp-general-options.php:
|
491 |
msgid "Enable 503 Status"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: includes/views/temp-general-options.php:
|
495 |
msgid "Enable 503 header response"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: includes/views/temp-general-options.php:
|
499 |
msgid ""
|
500 |
"Enable status 503 header response in the page to notify search engines that "
|
501 |
"your site is down for maintenance."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: includes/views/temp-general-options.php:
|
505 |
-
#: includes/views/temp-general-options.php:
|
506 |
msgid "Page Title"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: includes/views/temp-general-options.php:
|
510 |
msgid "This will be the title of the coming soon page."
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: includes/views/temp-general-options.php:
|
514 |
msgid "Favicon"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: includes/views/temp-general-options.php:
|
518 |
msgid "Upload"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: includes/views/temp-general-options.php:
|
522 |
msgid ""
|
523 |
"Recommended size is 16x16 or 32x32. Use only ICO or PNG file.<br>May not be "
|
524 |
"working if your theme or any other plugin is setting a favicon."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: includes/views/temp-general-options.php:
|
528 |
msgid "Custom CSS"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: includes/views/temp-general-options.php:
|
532 |
msgid "Use custom css to customize front end templates."
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: includes/views/temp-general-options.php:
|
536 |
msgid "Powered by IgniteUp"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: includes/views/temp-general-options.php:
|
540 |
msgid "Show \"Powered by IgniteUp\" in the page"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: includes/views/temp-general-options.php:91
|
544 |
-
#: includes/views/temp-integration-options.php:124
|
545 |
-
msgid "Save Changes"
|
546 |
-
msgstr ""
|
547 |
-
|
548 |
#: includes/views/temp-help.php:2
|
549 |
msgid "Welcome to IgniteUp"
|
550 |
msgstr ""
|
551 |
|
552 |
#: includes/views/temp-help.php:3
|
553 |
-
msgid "
|
554 |
msgstr ""
|
555 |
|
556 |
#: includes/views/temp-help.php:7
|
@@ -561,39 +594,43 @@ msgstr ""
|
|
561 |
msgid "NEW!"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/views/temp-help.php:
|
|
|
|
|
|
|
|
|
565 |
msgid "Loving IgniteUp?"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: includes/views/temp-help.php:
|
569 |
msgid "Thank you for using IgniteUp in your WordPress installation."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: includes/views/temp-help.php:
|
573 |
msgid ""
|
574 |
"Do you mind taking a minute to support us by adding a review? Your feedback "
|
575 |
"is very important to us."
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: includes/views/temp-help.php:
|
579 |
msgid "Add a Review on WordPress"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: includes/views/temp-help.php:
|
583 |
msgid "Need Help?"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: includes/views/temp-help.php:
|
587 |
msgid ""
|
588 |
"We have an acting fast support for you. Post your question in WordPress "
|
589 |
"support forums for IgniteUp"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: includes/views/temp-help.php:
|
593 |
msgid "Visit Support Forum"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: includes/views/temp-help.php:
|
597 |
#, php-format
|
598 |
msgid ""
|
599 |
"If you need to email us a support request please use our %s support email%s. "
|
@@ -601,119 +638,119 @@ msgid ""
|
|
601 |
"info@ceylonsystems.com\">email address</a>."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: includes/views/temp-help.php:
|
605 |
msgid "Watch Tutorial"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/views/temp-help.php:
|
609 |
msgid "Need more templates?"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: includes/views/temp-help.php:
|
613 |
msgid ""
|
614 |
-
"We have more templates for you with improved features like adding
|
615 |
-
"video
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: includes/views/temp-help.php:
|
619 |
msgid "Get more templates"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: includes/views/temp-help.php:
|
623 |
msgid "About IgniteUp"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: includes/views/temp-help.php:
|
627 |
#, php-format
|
628 |
msgid ""
|
629 |
"IgniteUp is an in-house product from Ceylon Systems. Want to know more about "
|
630 |
"us? %sVisit our website%s."
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: includes/views/temp-help.php:
|
634 |
msgid ""
|
635 |
"If you appreciate our effort, please make a donation with PayPal. In this "
|
636 |
"way we can serve you better and IgniteUp will improve. Thank you in advance!"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: includes/views/temp-help.php:
|
640 |
msgid "Donate with PayPal"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: includes/views/temp-integration-options.php:
|
644 |
msgid "Enable External Mailinglist Integration"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: includes/views/temp-integration-options.php:
|
648 |
msgid ""
|
649 |
"Tick this if you need to send your subscribers into one of the following "
|
650 |
"Mailing list providers."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: includes/views/temp-integration-options.php:
|
654 |
msgid "Save subscribers to"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: includes/views/temp-integration-options.php:
|
658 |
msgid ""
|
659 |
"Choose the default provider to save your subscribers. IgniteUp will always "
|
660 |
"save to the local database."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: includes/views/temp-integration-options.php:
|
664 |
msgid ""
|
665 |
"If you need to use Mailchimp integration, provide an API key. So we can get "
|
666 |
"you the mailing lists that you have in your Mailchimp account to select."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: includes/views/temp-integration-options.php:
|
670 |
msgid "Mailchimp API Key"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: includes/views/temp-integration-options.php:
|
674 |
#, php-format
|
675 |
msgid "Need help finding your API key? %sRead this article%s."
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: includes/views/temp-integration-options.php:
|
679 |
-
#: includes/views/temp-integration-options.php:
|
680 |
msgid "Select the list"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: includes/views/temp-integration-options.php:
|
684 |
msgid "Select a list.."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: includes/views/temp-integration-options.php:
|
688 |
msgid "Select the Mailchimp list you want your subscribers to be added."
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: includes/views/temp-integration-options.php:
|
692 |
msgid "There are no lists in your Mailchimp account."
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: includes/views/temp-integration-options.php:
|
696 |
msgid "Your API key seems to be invalid!"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: includes/views/temp-integration-options.php:
|
700 |
msgid ""
|
701 |
"If you need to use Mailpoet integration, make sure you have Mailpoet plugin "
|
702 |
"installed."
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: includes/views/temp-integration-options.php:
|
706 |
msgid "Install Mailpoet plugin to use the service"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: includes/views/temp-template-options.php:
|
710 |
msgid "Something is wrong with your template"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: includes/views/temp-template-options.php:
|
714 |
msgid "No options defined for the active template!"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: includes/views/temp-template-options.php:
|
718 |
msgid "Settings Saved Successfully"
|
719 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: IgniteUp\n"
|
4 |
+
"POT-Creation-Date: 2015-12-08 17:17+0530\n"
|
5 |
+
"PO-Revision-Date: 2015-12-08 17:32+0530\n"
|
6 |
"Last-Translator: Thambaru Wijesekara <thambaru@gmail.com>\n"
|
7 |
"Language-Team: CeylonSystems <info@ceylonsystems.com>\n"
|
8 |
"Language: en\n"
|
12 |
"X-Generator: Poedit 1.7.3\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ../\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SearchPath-0: includes\n"
|
17 |
|
18 |
+
#: includes/class-admin-options.php:104
|
19 |
msgid "Subscribe"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: includes/class-admin-options.php:105
|
23 |
+
msgid "<strong>Thank you!</strong> You are subscribed"
|
|
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: includes/class-admin-options.php:106
|
27 |
+
msgid "<strong>Invalid Email!</strong> Please try again"
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/class-admin-options.php:107
|
31 |
+
msgid "<strong>Email already exists!</strong> Please try again"
|
|
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: includes/class-admin-options.php:108
|
35 |
msgid "DAYS"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/class-admin-options.php:109
|
39 |
msgid "HOURS"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/class-admin-options.php:110
|
43 |
msgid "MINUTES"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/class-admin-options.php:111
|
47 |
msgid "SECONDS"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class-admin-options.php:112
|
51 |
msgid "SECS"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/class-admin-options.php:113
|
55 |
msgid "MINS"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class-coming-soon-creator.php:68
|
59 |
msgid "IgniteUp"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/class-coming-soon-creator.php:69
|
63 |
#: includes/views/admin-templates.php:34
|
64 |
msgid "Templates"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/class-coming-soon-creator.php:70
|
68 |
#: includes/views/admin-subscribers.php:6
|
69 |
+
#: includes/views/temp-general-options.php:35
|
70 |
msgid "Subscribers"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: includes/class-coming-soon-creator.php:71
|
74 |
msgid "Options"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: includes/class-coming-soon-creator.php:247
|
78 |
msgid "IgniteUp: Enabled"
|
79 |
msgstr ""
|
80 |
|
81 |
+
# [Sender Name] Sent you a Message via [Blog Name] Contact Form
|
82 |
+
#: includes/class-coming-soon-creator.php:283
|
83 |
+
#, php-format
|
84 |
+
msgid "%1$s Sent you a Message via %2$s Contact Form"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: includes/class-coming-soon-creator.php:286
|
88 |
+
msgid "This message was sent to you via IgniteUp Contact Form"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: includes/class-coming-soon-creator.php:287
|
92 |
+
msgid "Name:"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: includes/class-coming-soon-creator.php:288
|
96 |
+
msgid "Email:"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: includes/class-coming-soon-creator.php:289
|
100 |
+
msgid "You can reply the sender directly by replying to this email."
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: includes/class-coming-soon-creator.php:432
|
104 |
+
#, php-format
|
105 |
+
msgid ""
|
106 |
+
"There're themes not supporting current IgniteUp version (%1$s). To fix <a "
|
107 |
+
"href=\"%2$s\">Update IgniteUp</a> now!"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
#: includes/templates/believe.php:10 includes/templates/glass.php:10
|
111 |
#: includes/templates/offline.php:10
|
112 |
msgid "Logo (Transparent)"
|
114 |
|
115 |
#: includes/templates/believe.php:12 includes/templates/glass.php:12
|
116 |
#: includes/templates/offline.php:12
|
117 |
+
msgid "Recommended size: 250px x 90px - (Keep it empty to hide logo)"
|
118 |
msgstr ""
|
119 |
|
120 |
#: includes/templates/believe.php:16 includes/templates/glass.php:16
|
147 |
msgid "This will be the font color"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/templates/believe.php:37
|
151 |
+
msgid "Show Paper Plane"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: includes/templates/believe.php:39
|
155 |
+
msgid "Show/Hide Paper Plane"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: includes/templates/believe.php:43 includes/templates/glass.php:44
|
159 |
#: includes/templates/offline.php:44
|
160 |
msgid "Title Top"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: includes/templates/believe.php:44 includes/templates/believe.php:45
|
164 |
msgid "Our Website is"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: includes/templates/believe.php:46 includes/templates/offline.php:47
|
168 |
msgid "Text above the main title"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/templates/believe.php:50
|
172 |
msgid "Main title"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/templates/believe.php:51 includes/templates/believe.php:52
|
176 |
msgid "Coming Soon"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: includes/templates/believe.php:53
|
180 |
msgid "The bold title"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: includes/templates/believe.php:57 includes/templates/believe.php:59
|
184 |
#: includes/templates/glass.php:51 includes/templates/glass.php:53
|
185 |
#: includes/templates/launcher.php:59 includes/templates/launcher.php:61
|
186 |
#: includes/templates/offline.php:51 includes/templates/offline.php:53
|
187 |
msgid "Paragraph Text"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: includes/templates/believe.php:58
|
191 |
msgid "Meanwhile feel free to interact with our social networks"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/templates/believe.php:60 includes/templates/launcher.php:62
|
195 |
msgid "This will be the paragraph text"
|
196 |
msgstr ""
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
#: includes/templates/glass.php:37 includes/templates/offline.php:37
|
199 |
msgid "Link Color"
|
200 |
msgstr ""
|
231 |
msgid "Show/Hide Email Subscribe Form"
|
232 |
msgstr ""
|
233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
#: includes/templates/glass/glass.php:58 includes/templates/offline.php:68
|
235 |
msgid "Your email address"
|
236 |
msgstr ""
|
408 |
msgid "Remove"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/views/admin-templates.php:9
|
412 |
+
msgid "Active"
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
#: includes/views/admin-templates.php:15
|
416 |
msgid "Customize"
|
417 |
msgstr ""
|
424 |
msgid "Uninstall"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/views/admin-templates.php:34
|
428 |
+
msgid "Add new"
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
#: includes/views/admin-templates.php:36
|
432 |
msgid "A new template activated!"
|
433 |
msgstr ""
|
436 |
msgid "Customize it"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: includes/views/admin-templates.php:52
|
440 |
+
msgid "Get More Templates"
|
|
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: includes/views/temp-common-options.php:10
|
444 |
+
msgid "Subscribe Area"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: includes/views/temp-common-options.php:14
|
448 |
#: includes/views/temp-common-options.php:20
|
449 |
+
msgid "Subscribe Button Text"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: includes/views/temp-common-options.php:24
|
453 |
msgid "Thank you message"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: includes/views/temp-common-options.php:30
|
457 |
msgid "Thank you message after a successful subscription."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: includes/views/temp-common-options.php:34
|
461 |
msgid "Invalid Email Error"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/views/temp-common-options.php:39
|
465 |
msgid "Error message for invalid email addresses."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: includes/views/temp-common-options.php:43
|
469 |
msgid "Email Already Exists Error"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/views/temp-common-options.php:49
|
473 |
msgid "Message to display if the user has already subscribed."
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: includes/views/temp-common-options.php:55
|
477 |
+
msgid "Social Icons"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: includes/views/temp-common-options.php:70
|
481 |
+
#, php-format
|
482 |
+
msgid "Enter your %s URL here."
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: includes/views/temp-common-options.php:79
|
486 |
+
msgid "Contact Form"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: includes/views/temp-common-options.php:83
|
490 |
+
msgid "Receive email address"
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: includes/views/temp-common-options.php:90
|
494 |
+
msgid "Receive contact form submits on this email."
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: includes/views/temp-common-options.php:97
|
498 |
+
#: includes/views/temp-general-options.php:92
|
499 |
+
#: includes/views/temp-integration-options.php:126
|
500 |
+
msgid "Save Changes"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: includes/views/temp-general-options.php:16
|
504 |
+
#: includes/views/temp-integration-options.php:11
|
505 |
msgid "Enable / Disable"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: includes/views/temp-general-options.php:20
|
509 |
msgid "Enable Coming Soon or Site Offline"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: includes/views/temp-general-options.php:25
|
513 |
msgid "Skip Page For"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: includes/views/temp-general-options.php:31
|
517 |
msgid "Administrators"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: includes/views/temp-general-options.php:33
|
521 |
msgid "Editors"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: includes/views/temp-general-options.php:37
|
525 |
msgid "Select user roles to skip maintenance mode page."
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: includes/views/temp-general-options.php:43
|
529 |
msgid "Enable 503 Status"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: includes/views/temp-general-options.php:47
|
533 |
msgid "Enable 503 header response"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: includes/views/temp-general-options.php:48
|
537 |
msgid ""
|
538 |
"Enable status 503 header response in the page to notify search engines that "
|
539 |
"your site is down for maintenance."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: includes/views/temp-general-options.php:54
|
543 |
+
#: includes/views/temp-general-options.php:57
|
544 |
msgid "Page Title"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: includes/views/temp-general-options.php:58
|
548 |
msgid "This will be the title of the coming soon page."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: includes/views/temp-general-options.php:63
|
552 |
msgid "Favicon"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: includes/views/temp-general-options.php:68
|
556 |
msgid "Upload"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: includes/views/temp-general-options.php:69
|
560 |
msgid ""
|
561 |
"Recommended size is 16x16 or 32x32. Use only ICO or PNG file.<br>May not be "
|
562 |
"working if your theme or any other plugin is setting a favicon."
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: includes/views/temp-general-options.php:75
|
566 |
msgid "Custom CSS"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: includes/views/temp-general-options.php:78
|
570 |
msgid "Use custom css to customize front end templates."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: includes/views/temp-general-options.php:83
|
574 |
msgid "Powered by IgniteUp"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: includes/views/temp-general-options.php:86
|
578 |
msgid "Show \"Powered by IgniteUp\" in the page"
|
579 |
msgstr ""
|
580 |
|
|
|
|
|
|
|
|
|
|
|
581 |
#: includes/views/temp-help.php:2
|
582 |
msgid "Welcome to IgniteUp"
|
583 |
msgstr ""
|
584 |
|
585 |
#: includes/views/temp-help.php:3
|
586 |
+
msgid "Even more improved to serve you better."
|
587 |
msgstr ""
|
588 |
|
589 |
#: includes/views/temp-help.php:7
|
594 |
msgid "NEW!"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: includes/views/temp-help.php:10
|
598 |
+
msgid "Read more >>"
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: includes/views/temp-help.php:55
|
602 |
msgid "Loving IgniteUp?"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: includes/views/temp-help.php:56
|
606 |
msgid "Thank you for using IgniteUp in your WordPress installation."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: includes/views/temp-help.php:57
|
610 |
msgid ""
|
611 |
"Do you mind taking a minute to support us by adding a review? Your feedback "
|
612 |
"is very important to us."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: includes/views/temp-help.php:58
|
616 |
msgid "Add a Review on WordPress"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: includes/views/temp-help.php:62
|
620 |
msgid "Need Help?"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: includes/views/temp-help.php:63
|
624 |
msgid ""
|
625 |
"We have an acting fast support for you. Post your question in WordPress "
|
626 |
"support forums for IgniteUp"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: includes/views/temp-help.php:64
|
630 |
msgid "Visit Support Forum"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: includes/views/temp-help.php:65
|
634 |
#, php-format
|
635 |
msgid ""
|
636 |
"If you need to email us a support request please use our %s support email%s. "
|
638 |
"info@ceylonsystems.com\">email address</a>."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: includes/views/temp-help.php:69
|
642 |
msgid "Watch Tutorial"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: includes/views/temp-help.php:77
|
646 |
msgid "Need more templates?"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: includes/views/temp-help.php:78
|
650 |
msgid ""
|
651 |
+
"We have more templates for you with improved features like adding YouTube "
|
652 |
+
"video background, contact forms and location maps."
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: includes/views/temp-help.php:86
|
656 |
msgid "Get more templates"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: includes/views/temp-help.php:90
|
660 |
msgid "About IgniteUp"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: includes/views/temp-help.php:91
|
664 |
#, php-format
|
665 |
msgid ""
|
666 |
"IgniteUp is an in-house product from Ceylon Systems. Want to know more about "
|
667 |
"us? %sVisit our website%s."
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: includes/views/temp-help.php:94
|
671 |
msgid ""
|
672 |
"If you appreciate our effort, please make a donation with PayPal. In this "
|
673 |
"way we can serve you better and IgniteUp will improve. Thank you in advance!"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: includes/views/temp-help.php:95
|
677 |
msgid "Donate with PayPal"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: includes/views/temp-integration-options.php:20
|
681 |
msgid "Enable External Mailinglist Integration"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: includes/views/temp-integration-options.php:22
|
685 |
msgid ""
|
686 |
"Tick this if you need to send your subscribers into one of the following "
|
687 |
"Mailing list providers."
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: includes/views/temp-integration-options.php:28
|
691 |
msgid "Save subscribers to"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: includes/views/temp-integration-options.php:40
|
695 |
msgid ""
|
696 |
"Choose the default provider to save your subscribers. IgniteUp will always "
|
697 |
"save to the local database."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: includes/views/temp-integration-options.php:46
|
701 |
msgid ""
|
702 |
"If you need to use Mailchimp integration, provide an API key. So we can get "
|
703 |
"you the mailing lists that you have in your Mailchimp account to select."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: includes/views/temp-integration-options.php:50
|
707 |
msgid "Mailchimp API Key"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: includes/views/temp-integration-options.php:58
|
711 |
#, php-format
|
712 |
msgid "Need help finding your API key? %sRead this article%s."
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: includes/views/temp-integration-options.php:65
|
716 |
+
#: includes/views/temp-integration-options.php:100
|
717 |
msgid "Select the list"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: includes/views/temp-integration-options.php:75
|
721 |
msgid "Select a list.."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: includes/views/temp-integration-options.php:80
|
725 |
msgid "Select the Mailchimp list you want your subscribers to be added."
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: includes/views/temp-integration-options.php:82
|
729 |
msgid "There are no lists in your Mailchimp account."
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: includes/views/temp-integration-options.php:84
|
733 |
msgid "Your API key seems to be invalid!"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: includes/views/temp-integration-options.php:96
|
737 |
msgid ""
|
738 |
"If you need to use Mailpoet integration, make sure you have Mailpoet plugin "
|
739 |
"installed."
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: includes/views/temp-integration-options.php:116
|
743 |
msgid "Install Mailpoet plugin to use the service"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: includes/views/temp-template-options.php:17
|
747 |
msgid "Something is wrong with your template"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: includes/views/temp-template-options.php:120
|
751 |
msgid "No options defined for the active template!"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: includes/views/temp-template-options.php:131
|
755 |
msgid "Settings Saved Successfully"
|
756 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== IgniteUp - Coming Soon and Maintenance Mode ===
|
2 |
Contributors: ceylonsystems
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, subscribe, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, igniter
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -20,6 +20,7 @@ Create decent pages to let users know the site is in Coming Soon, Maintenance Mo
|
|
20 |
* [Live Demo 2 »](http://demos.getigniteup.com/believe-demo/)
|
21 |
* [Live Demo 3 »](http://demos.getigniteup.com/offline-demo/)
|
22 |
* [Live Demo 4 »](http://demos.getigniteup.com/launcher-demo/)
|
|
|
23 |
* [Live Demo Glass (PREMIUM) »](https://getigniteup.com/glass-pro-demo/)
|
24 |
* [Live Demo Cool (PREMIUM) »](http://demos.getigniteup.com/cool-demo/)
|
25 |
* [Live Demo Round (PREMIUM) »](http://demos.getigniteup.com/round-demo/)
|
@@ -27,15 +28,17 @@ Create decent pages to let users know the site is in Coming Soon, Maintenance Mo
|
|
27 |
|
28 |
= Features =
|
29 |
|
30 |
-
*
|
31 |
-
* More
|
32 |
-
* Supporting Almost Every WordPress
|
33 |
-
* 100% Mobile Responsive
|
34 |
-
* Powered by Twitter Bootstrap
|
35 |
* Fully Customizable Templates
|
36 |
* Email Subscription Forms
|
37 |
-
*
|
38 |
-
*
|
|
|
|
|
|
|
39 |
* Mailchimp and Mailpoet Integration
|
40 |
* Export Email Subscriber List as a CSV or BCC Text
|
41 |
* Translation Ready
|
@@ -45,10 +48,6 @@ Don't use it if you have any other URL except `/wp-admin` for your login page.
|
|
45 |
|
46 |
[youtube https://www.youtube.com/watch?v=59KSFWCF0Rw&list=PL1W6Z2r2qAK1_VtjZkk32rU5I0AUl6xZc]
|
47 |
|
48 |
-
= Included Languages =
|
49 |
-
|
50 |
-
* Sinhala (si_LK)
|
51 |
-
|
52 |
== Installation ==
|
53 |
|
54 |
= Automatic Installation =
|
@@ -113,12 +112,25 @@ You can post your question / suggestion in the [IgniteUp forums](https://wordpre
|
|
113 |
|
114 |
1. Believe Template on Default Options
|
115 |
2. Launcher Template on Default Options
|
116 |
-
3.
|
117 |
-
4.
|
118 |
-
5.
|
|
|
|
|
|
|
119 |
|
120 |
== Changelog ==
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
= 3.0 =
|
123 |
* Added external template support
|
124 |
* Added feature to set a 503 status response. This will be enabled by default
|
1 |
=== IgniteUp - Coming Soon and Maintenance Mode ===
|
2 |
Contributors: ceylonsystems
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X9AFALLGD43AE
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, subscribe, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, igniter
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 3.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
20 |
* [Live Demo 2 »](http://demos.getigniteup.com/believe-demo/)
|
21 |
* [Live Demo 3 »](http://demos.getigniteup.com/offline-demo/)
|
22 |
* [Live Demo 4 »](http://demos.getigniteup.com/launcher-demo/)
|
23 |
+
* [Live Demo Compact (PREMIUM) »](http://demos.getigniteup.com/compact-image/)
|
24 |
* [Live Demo Glass (PREMIUM) »](https://getigniteup.com/glass-pro-demo/)
|
25 |
* [Live Demo Cool (PREMIUM) »](http://demos.getigniteup.com/cool-demo/)
|
26 |
* [Live Demo Round (PREMIUM) »](http://demos.getigniteup.com/round-demo/)
|
28 |
|
29 |
= Features =
|
30 |
|
31 |
+
* Create your Coming Soon or Maintenance Mode Page within a Minute
|
32 |
+
* More Than Seven Templates to Choose From
|
33 |
+
* Supporting Almost Every WordPress Theme
|
34 |
+
* 100% Mobile Responsive, Powered by Twitter Bootstrap
|
|
|
35 |
* Fully Customizable Templates
|
36 |
* Email Subscription Forms
|
37 |
+
* Contact Form Support (AVAILABLE IN COMPACT TEMPLATE)
|
38 |
+
* Display the Business Location Map (AVAILABLE IN COMPACT TEMPLATE)
|
39 |
+
* Features or Services Section (AVAILABLE IN COMPACT TEMPLATE)
|
40 |
+
* YouTube Video for Desktop Page Backgrounds (ONLY ON PREMIUM TEMPLATES)
|
41 |
+
* Snow Snow / Particleground Animation Effects (ONLY ON PREMIUM TEMPLATES)
|
42 |
* Mailchimp and Mailpoet Integration
|
43 |
* Export Email Subscriber List as a CSV or BCC Text
|
44 |
* Translation Ready
|
48 |
|
49 |
[youtube https://www.youtube.com/watch?v=59KSFWCF0Rw&list=PL1W6Z2r2qAK1_VtjZkk32rU5I0AUl6xZc]
|
50 |
|
|
|
|
|
|
|
|
|
51 |
== Installation ==
|
52 |
|
53 |
= Automatic Installation =
|
112 |
|
113 |
1. Believe Template on Default Options
|
114 |
2. Launcher Template on Default Options
|
115 |
+
3. Compact Premium Template on Default Options
|
116 |
+
4. Compact Premium Template Features Section
|
117 |
+
5. Compact Premium Template Contact Form Section
|
118 |
+
6. Offline Template on Default Options
|
119 |
+
7. Glass Template on Default Options
|
120 |
+
8. Believe Template Modified with Background Image
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 3.1 =
|
125 |
+
* Used jQuery accordions to organize option page fields
|
126 |
+
* Added more features to support external templates
|
127 |
+
* Moved social media link options to Common Options page
|
128 |
+
* Used Bootstrap Switch to replace option checkboxes
|
129 |
+
* Improved social icons of Believe template
|
130 |
+
* Added feature to define minimum IgniteUp version required for external templates
|
131 |
+
* Improved translation support. You can [contribute here](https://translate.wordpress.org/projects/wp-plugins/igniteup), with your language
|
132 |
+
* Updated Font Awesome library to the latest.
|
133 |
+
|
134 |
= 3.0 =
|
135 |
* Added external template support
|
136 |
* Added feature to set a 503 status response. This will be enabled by default
|