Easy Coming Soon - Version 0.92

Version Description

Download this release

Release Info

Developer a.ankit
Plugin Icon 128x128 Easy Coming Soon
Version 0.92
Comparing to
See all releases

Code changes from version 0.91 to 0.92

coming-soon-plugin.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name:Easy Coming Soon
4
  Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
5
- Version: 0.91
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
@@ -35,16 +35,18 @@
35
  function coming_soon_plugin_js_css()
36
  {
37
  // enqueue script for coming soon plugin
 
38
  wp_enqueue_script( 'theme-preview' );
39
  wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
40
  wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
41
  wp_enqueue_script('media-uploads',plugins_url('/js/media-upload-script.js',__FILE__),array('media-upload','thickbox','jquery'));
42
 
 
43
 
44
 
45
 
46
  wp_enqueue_style('dashboard');
47
- //wp_enqueue_style('ecs-admin-style', plugins_url('/css/ecs-admin-style.css',__FILE__));
48
 
49
  //enqueue css for coming soon plugin
50
  wp_enqueue_style('spa_flexslider', plugins_url('/css/theme-admin.css',__FILE__));
@@ -56,6 +58,7 @@
56
 
57
  }
58
 
 
59
  function load_custom_wp_admin_style() {
60
  wp_register_style( 'custom_wp_admin_css', plugins_url('/css/ecs-admin-style.css',__FILE__), false, '1.0.0' );
61
  wp_enqueue_style( 'custom_wp_admin_css' );
@@ -91,7 +94,7 @@ function my_custom_menu()
91
  */
92
  function construction()
93
  { ?>
94
-
95
  <!-- div "wrap" is start to get all setting page in warpper -->
96
  <div class="wrap" id="framework_wrap">
97
 
@@ -102,9 +105,9 @@ function my_custom_menu()
102
  <div class="icon32" id="icon-options-general" style="background-position:-369px -7px;">
103
  </div>
104
  <!-- coming soon plugin headline -->
105
- <h2 style="margin"><?php _e('Coming Soon Plugin');?></h2>
106
 
107
- <div style="float:right;margin-top:-6%;margin-right:2%"><span style="margin-bottom:-10px;text-shadow: 1px 1px 0 #fff;font-size:16px;">&nbsp;&nbsp;Design By</span><br><a href="http://www.webriti.com/" target="_new"><img src="<?php echo plugins_url('/images/png.png',__FILE__); ?>"/></a></div>
108
 
109
  </div>
110
  <div class="one-third">
@@ -116,17 +119,19 @@ function my_custom_menu()
116
  <!-- div options_tabs is start to add tab list in left side of warpper -->
117
  <div id="options_tabs" class="ui-tabs ">
118
  <ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
119
- <li class="active" role="tab" tabindex="0" aria-controls="option_general_default" aria-labelledby="ui-id-1" aria-selected="true"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1"><img src="<?php echo plugins_url('images/general.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('General');?></a><span></span>
120
  </li>
121
 
122
  <li role="tab" tabindex="-1" aria-controls="option_demo_header" aria-labelledby="ui-id-2" aria-selected="true">
123
- <a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2"><img src="<?php echo plugins_url('images/design.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Design');?></a><span></span>
124
  </li>
125
- <li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-5" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-5"><img src="<?php echo plugins_url('images/message.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Notification');?></a><span></span>
126
  </li>
127
 
128
  <li><a href="<?php echo home_url(); ?>?my_preview=true&TB_iframe=true&width=500&height=532" title="<?php _e('Live Preview Window') ?>" class="ui-tabs-anchor thickbox-preview" ><img src="<?php echo plugins_url('images/icon_on.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Live Preview');?> </a>
129
  </li>
 
 
130
  <div id="nav-shadow"></div>
131
  </ul>
132
 
@@ -137,7 +142,8 @@ function my_custom_menu()
137
  <?php include('design-settings.php');?>
138
  <!-- tab-3 to add notification settings on right side of coming soon plugin wrappers-->
139
  <?php include('notification-settings.php');?>
140
-
 
141
  <br class="clear">
142
  </div><!-- end div of option_tabs -->
143
  </div><!-- end div of content -->
@@ -146,10 +152,10 @@ function my_custom_menu()
146
 
147
  <div class="one-fourth" style="margin-top:-50px;">
148
 
149
- <div id="dashboard_recent_drafts" class="postbox " style="float:right;width:20%;margin-right:1.7%;margin-top:0%;position:fixed;right:0px;">
150
  <div class="handlediv" title="Click to toggle">
151
  <br>
152
- </div>
153
  <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
154
  <span><img src="<?php echo plugins_url('images/star.png',__FILE__)?>" />&nbsp; Show us some Love</span>
155
  </h3>
2
  /*
3
  Plugin Name:Easy Coming Soon
4
  Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
5
+ Version: 0.92
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
35
  function coming_soon_plugin_js_css()
36
  {
37
  // enqueue script for coming soon plugin
38
+
39
  wp_enqueue_script( 'theme-preview' );
40
  wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
41
  wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
42
  wp_enqueue_script('media-uploads',plugins_url('/js/media-upload-script.js',__FILE__),array('media-upload','thickbox','jquery'));
43
 
44
+
45
 
46
 
47
 
48
  wp_enqueue_style('dashboard');
49
+
50
 
51
  //enqueue css for coming soon plugin
52
  wp_enqueue_style('spa_flexslider', plugins_url('/css/theme-admin.css',__FILE__));
58
 
59
  }
60
 
61
+
62
  function load_custom_wp_admin_style() {
63
  wp_register_style( 'custom_wp_admin_css', plugins_url('/css/ecs-admin-style.css',__FILE__), false, '1.0.0' );
64
  wp_enqueue_style( 'custom_wp_admin_css' );
94
  */
95
  function construction()
96
  { ?>
97
+
98
  <!-- div "wrap" is start to get all setting page in warpper -->
99
  <div class="wrap" id="framework_wrap">
100
 
105
  <div class="icon32" id="icon-options-general" style="background-position:-369px -7px;">
106
  </div>
107
  <!-- coming soon plugin headline -->
108
+ <h3 style="font-size:18px"><?php _e('Coming Soon Plugin');?></h3>
109
 
110
+ <div style="float:right;margin-top: -8%;line-height: 1.5;margin-right: 3%;"><span style="margin-bottom:-10px;text-shadow: 1px 1px 0 #fff;font-size:16px;">&nbsp;&nbsp;Design By</span><br><a href="http://www.webriti.com/" target="_new"><img src="<?php echo plugins_url('/images/png.png',__FILE__); ?>"/></a></div>
111
 
112
  </div>
113
  <div class="one-third">
119
  <!-- div options_tabs is start to add tab list in left side of warpper -->
120
  <div id="options_tabs" class="ui-tabs ">
121
  <ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
122
+ <li class="active" role="tab" tabindex="0" aria-controls="option_general_default" aria-labelledby="ui-id-1" aria-selected="true"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1"><img src="<?php echo plugins_url('images/general.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('General');?></a>
123
  </li>
124
 
125
  <li role="tab" tabindex="-1" aria-controls="option_demo_header" aria-labelledby="ui-id-2" aria-selected="true">
126
+ <a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2"><img src="<?php echo plugins_url('images/design.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Design');?></a>
127
  </li>
128
+ <li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-5" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-5"><img src="<?php echo plugins_url('images/message.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Notification');?></a>
129
  </li>
130
 
131
  <li><a href="<?php echo home_url(); ?>?my_preview=true&TB_iframe=true&width=500&height=532" title="<?php _e('Live Preview Window') ?>" class="ui-tabs-anchor thickbox-preview" ><img src="<?php echo plugins_url('images/icon_on.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Live Preview');?> </a>
132
  </li>
133
+ <li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-6" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-6"><strong><?php _e('Get Premium Version');?></strong></a>
134
+ </li>
135
  <div id="nav-shadow"></div>
136
  </ul>
137
 
142
  <?php include('design-settings.php');?>
143
  <!-- tab-3 to add notification settings on right side of coming soon plugin wrappers-->
144
  <?php include('notification-settings.php');?>
145
+ <!-- tab-5 pro Feature-->
146
+ <?php include('pro.php');?>
147
  <br class="clear">
148
  </div><!-- end div of option_tabs -->
149
  </div><!-- end div of content -->
152
 
153
  <div class="one-fourth" style="margin-top:-50px;">
154
 
155
+ <div id="dashboard_recent_drafts" class="postbox" style="float:right;width:20%;margin-right:1.7%;margin-top:0%;position:fixed;right:0px;">
156
  <div class="handlediv" title="Click to toggle">
157
  <br>
158
+ </div>
159
  <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
160
  <span><img src="<?php echo plugins_url('images/star.png',__FILE__)?>" />&nbsp; Show us some Love</span>
161
  </h3>
css/cs-bootstrap.css ADDED
@@ -0,0 +1,1341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Developed for diplaying the Comparison Table - Deepesh */
2
+
3
+ .modal-backdrop {
4
+ position: fixed;
5
+ top: 0;
6
+ right: 0;
7
+ bottom: 0;
8
+ left: 0;
9
+ z-index: 1040;
10
+ background-color: #000000;
11
+ }
12
+
13
+ .modal-backdrop.fade {
14
+ opacity: 0;
15
+ }
16
+
17
+ .modal-backdrop,
18
+ .modal-backdrop.fade.in {
19
+ opacity: 0.7;
20
+ filter: alpha(opacity=80);
21
+ }
22
+
23
+ .modal {
24
+ position: fixed;
25
+ top: 4%;
26
+ left: 50%;
27
+ z-index: 1050;
28
+ width: 860px;
29
+
30
+ margin-left: -450px;
31
+ background-color: #ffffff;
32
+
33
+ }
34
+
35
+ .modal.fade {
36
+ top: -25%;
37
+ -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
38
+ -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
39
+ -o-transition: opacity 0.3s linear, top 0.3s ease-out;
40
+ transition: opacity 0.3s linear, top 0.3s ease-out;
41
+ }
42
+
43
+ .modal.fade.in {
44
+ top: 10%;
45
+ }
46
+
47
+ .modal-header {
48
+ padding: 9px 15px;
49
+ border-bottom: 1px solid #eee;
50
+ }
51
+
52
+ .modal-header .close {
53
+ margin-top: 2px;
54
+ }
55
+
56
+ .modal-header h3 {
57
+ margin: 0;
58
+ line-height: 30px;
59
+ }
60
+
61
+ .modal-body {
62
+ position: relative;
63
+ max-height: 400px;
64
+ padding: 15px;
65
+
66
+ }
67
+
68
+ .modal-form {
69
+ margin-bottom: 0;
70
+ }
71
+
72
+ .modal-footer {
73
+ padding: 14px 15px 15px;
74
+ margin-bottom: 0;
75
+ text-align: right;
76
+ background-color: #f5f5f5;
77
+ border-top: 1px solid #ddd;
78
+ -webkit-border-radius: 0 0 6px 6px;
79
+ -moz-border-radius: 0 0 6px 6px;
80
+ border-radius: 0 0 6px 6px;
81
+ *zoom: 1;
82
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
83
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
84
+ box-shadow: inset 0 1px 0 #ffffff;
85
+ }
86
+
87
+ .modal-footer:before,
88
+ .modal-footer:after {
89
+ display: table;
90
+ line-height: 0;
91
+ content: "";
92
+ }
93
+
94
+ .modal-footer:after {
95
+ clear: both;
96
+ }
97
+
98
+ .modal-footer .btn + .btn {
99
+ margin-bottom: 0;
100
+ margin-left: 5px;
101
+ }
102
+
103
+ .modal-footer .btn-group .btn + .btn {
104
+ margin-left: -1px;
105
+ }
106
+
107
+ .modal-footer .btn-block + .btn-block {
108
+ margin-left: 0;
109
+ }
110
+
111
+
112
+
113
+ table {
114
+ max-width: 100%;
115
+ background-color: transparent;
116
+ border-collapse: collapse;
117
+ border-spacing: 0;
118
+ }
119
+
120
+ .table {
121
+ width: 100%;
122
+ margin-bottom: 20px;
123
+ }
124
+
125
+ .table th,
126
+ .table td {
127
+ padding: 8px;
128
+ line-height: 20px;
129
+ text-align: left;
130
+ vertical-align: middle;
131
+ border-top: 1px solid #dddddd;
132
+ }
133
+
134
+ .table th {
135
+ font-weight: bold;
136
+ }
137
+
138
+ .table thead th {
139
+ vertical-align: bottom;
140
+ }
141
+
142
+ .table caption + thead tr:first-child th,
143
+ .table caption + thead tr:first-child td,
144
+ .table colgroup + thead tr:first-child th,
145
+ .table colgroup + thead tr:first-child td,
146
+ .table thead:first-child tr:first-child th,
147
+ .table thead:first-child tr:first-child td {
148
+ border-top: 0;
149
+ }
150
+
151
+ .table tbody + tbody {
152
+ border-top: 2px solid #dddddd;
153
+ }
154
+
155
+ .table .table {
156
+ background-color: #ffffff;
157
+ }
158
+
159
+ .table-condensed th,
160
+ .table-condensed td {
161
+ padding: 4px 5px;
162
+ }
163
+
164
+ .table-bordered {
165
+ border: 1px solid #dddddd;
166
+ border-collapse: separate;
167
+ *border-collapse: collapse;
168
+ border-left: 0;
169
+ -webkit-border-radius: 4px;
170
+ -moz-border-radius: 4px;
171
+ border-radius: 4px;
172
+ }
173
+
174
+ .table-bordered th,
175
+ .table-bordered td {
176
+ border-left: 1px solid #dddddd;
177
+ }
178
+
179
+ .table-bordered caption + thead tr:first-child th,
180
+ .table-bordered caption + tbody tr:first-child th,
181
+ .table-bordered caption + tbody tr:first-child td,
182
+ .table-bordered colgroup + thead tr:first-child th,
183
+ .table-bordered colgroup + tbody tr:first-child th,
184
+ .table-bordered colgroup + tbody tr:first-child td,
185
+ .table-bordered thead:first-child tr:first-child th,
186
+ .table-bordered tbody:first-child tr:first-child th,
187
+ .table-bordered tbody:first-child tr:first-child td {
188
+ border-top: 0;
189
+ }
190
+
191
+ .table-bordered thead:first-child tr:first-child > th:first-child,
192
+ .table-bordered tbody:first-child tr:first-child > td:first-child,
193
+ .table-bordered tbody:first-child tr:first-child > th:first-child {
194
+ -webkit-border-top-left-radius: 4px;
195
+ border-top-left-radius: 4px;
196
+ -moz-border-radius-topleft: 4px;
197
+ }
198
+
199
+ .table-bordered thead:first-child tr:first-child > th:last-child,
200
+ .table-bordered tbody:first-child tr:first-child > td:last-child,
201
+ .table-bordered tbody:first-child tr:first-child > th:last-child {
202
+ -webkit-border-top-right-radius: 4px;
203
+ border-top-right-radius: 4px;
204
+ -moz-border-radius-topright: 4px;
205
+ }
206
+
207
+ .table-bordered thead:last-child tr:last-child > th:first-child,
208
+ .table-bordered tbody:last-child tr:last-child > td:first-child,
209
+ .table-bordered tbody:last-child tr:last-child > th:first-child,
210
+ .table-bordered tfoot:last-child tr:last-child > td:first-child,
211
+ .table-bordered tfoot:last-child tr:last-child > th:first-child {
212
+ -webkit-border-bottom-left-radius: 4px;
213
+ border-bottom-left-radius: 4px;
214
+ -moz-border-radius-bottomleft: 4px;
215
+ }
216
+
217
+ .table-bordered thead:last-child tr:last-child > th:last-child,
218
+ .table-bordered tbody:last-child tr:last-child > td:last-child,
219
+ .table-bordered tbody:last-child tr:last-child > th:last-child,
220
+ .table-bordered tfoot:last-child tr:last-child > td:last-child,
221
+ .table-bordered tfoot:last-child tr:last-child > th:last-child {
222
+ -webkit-border-bottom-right-radius: 4px;
223
+ border-bottom-right-radius: 4px;
224
+ -moz-border-radius-bottomright: 4px;
225
+ }
226
+
227
+ .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
228
+ -webkit-border-bottom-left-radius: 0;
229
+ border-bottom-left-radius: 0;
230
+ -moz-border-radius-bottomleft: 0;
231
+ }
232
+
233
+ .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
234
+ -webkit-border-bottom-right-radius: 0;
235
+ border-bottom-right-radius: 0;
236
+ -moz-border-radius-bottomright: 0;
237
+ }
238
+
239
+ .table-bordered caption + thead tr:first-child th:first-child,
240
+ .table-bordered caption + tbody tr:first-child td:first-child,
241
+ .table-bordered colgroup + thead tr:first-child th:first-child,
242
+ .table-bordered colgroup + tbody tr:first-child td:first-child {
243
+ -webkit-border-top-left-radius: 4px;
244
+ border-top-left-radius: 4px;
245
+ -moz-border-radius-topleft: 4px;
246
+ }
247
+
248
+ .table-bordered caption + thead tr:first-child th:last-child,
249
+ .table-bordered caption + tbody tr:first-child td:last-child,
250
+ .table-bordered colgroup + thead tr:first-child th:last-child,
251
+ .table-bordered colgroup + tbody tr:first-child td:last-child {
252
+ -webkit-border-top-right-radius: 4px;
253
+ border-top-right-radius: 4px;
254
+ -moz-border-radius-topright: 4px;
255
+ }
256
+
257
+ .table-striped tbody > tr:nth-child(odd) > td,
258
+ .table-striped tbody > tr:nth-child(odd) > th {
259
+ background-color: #f9f9f9;
260
+ }
261
+
262
+ .table-hover tbody tr:hover > td,
263
+ .table-hover tbody tr:hover > th {
264
+ background-color: #f5f5f5;
265
+ }
266
+
267
+ table td[class*="span"],
268
+ table th[class*="span"],
269
+ .row-fluid table td[class*="span"],
270
+ .row-fluid table th[class*="span"] {
271
+ display: table-cell;
272
+ float: none;
273
+ margin-left: 0;
274
+ }
275
+
276
+ .table td.span1,
277
+ .table th.span1 {
278
+ float: none;
279
+ width: 44px;
280
+ margin-left: 0;
281
+ }
282
+
283
+ .table td.span2,
284
+ .table th.span2 {
285
+ float: none;
286
+ width: 124px;
287
+ margin-left: 0;
288
+ }
289
+
290
+ .table td.span3,
291
+ .table th.span3 {
292
+ float: none;
293
+ width: 204px;
294
+ margin-left: 0;
295
+ }
296
+
297
+ .table td.span4,
298
+ .table th.span4 {
299
+ float: none;
300
+ width: 284px;
301
+ margin-left: 0;
302
+ }
303
+
304
+ .table td.span5,
305
+ .table th.span5 {
306
+ float: none;
307
+ width: 364px;
308
+ margin-left: 0;
309
+ }
310
+
311
+ .table td.span6,
312
+ .table th.span6 {
313
+ float: none;
314
+ width: 444px;
315
+ margin-left: 0;
316
+ }
317
+
318
+ .table td.span7,
319
+ .table th.span7 {
320
+ float: none;
321
+ width: 524px;
322
+ margin-left: 0;
323
+ }
324
+
325
+ .table td.span8,
326
+ .table th.span8 {
327
+ float: none;
328
+ width: 604px;
329
+ margin-left: 0;
330
+ }
331
+
332
+ .table td.span9,
333
+ .table th.span9 {
334
+ float: none;
335
+ width: 684px;
336
+ margin-left: 0;
337
+ }
338
+
339
+ .table td.span10,
340
+ .table th.span10 {
341
+ float: none;
342
+ width: 764px;
343
+ margin-left: 0;
344
+ }
345
+
346
+ .table td.span11,
347
+ .table th.span11 {
348
+ float: none;
349
+ width: 844px;
350
+ margin-left: 0;
351
+ }
352
+
353
+ .table td.span12,
354
+ .table th.span12 {
355
+ float: none;
356
+ width: 924px;
357
+ margin-left: 0;
358
+ }
359
+
360
+ .table tbody tr.success > td {
361
+ background-color: #dff0d8;
362
+ }
363
+
364
+ .table tbody tr.error > td {
365
+ background-color: #f2dede;
366
+ }
367
+
368
+ .table tbody tr.warning > td {
369
+ background-color: #fcf8e3;
370
+ }
371
+
372
+ .table tbody tr.info > td {
373
+ background-color: #d9edf7;
374
+ }
375
+
376
+ .table-hover tbody tr.success:hover > td {
377
+ background-color: #d0e9c6;
378
+ }
379
+
380
+ .table-hover tbody tr.error:hover > td {
381
+ background-color: #ebcccc;
382
+ }
383
+
384
+ .table-hover tbody tr.warning:hover > td {
385
+ background-color: #faf2cc;
386
+ }
387
+
388
+ .table-hover tbody tr.info:hover > td {
389
+ background-color: #c4e3f3;
390
+ }
391
+
392
+ .pull-right {
393
+ float: right;
394
+ }
395
+
396
+ .pull-left {
397
+ float: left;
398
+ }
399
+
400
+ .hide {
401
+ display: none;
402
+ }
403
+
404
+ .show {
405
+ display: block;
406
+ }
407
+
408
+ .invisible {
409
+ visibility: hidden;
410
+ }
411
+
412
+ .affix {
413
+ position: fixed;
414
+ }
415
+ .close {
416
+ float: right;
417
+ font-size: 20px;
418
+ font-weight: bold;
419
+ line-height: 20px;
420
+ color: #000000;
421
+ text-shadow: 0 1px 0 #ffffff;
422
+ opacity: 0.9;
423
+ filter: alpha(opacity=20);
424
+ }
425
+
426
+ .close:hover,
427
+ .close:focus {
428
+ color: #000000;
429
+ text-decoration: none;
430
+ cursor: pointer;
431
+ opacity: 0.4;
432
+ filter: alpha(opacity=40);
433
+ }
434
+
435
+ button.close {
436
+ padding: 0;
437
+ cursor: pointer;
438
+ background: transparent;
439
+ border: 0;
440
+ -webkit-appearance: none;
441
+ }
442
+
443
+ .btn {
444
+ display: inline-block;
445
+ *display: inline;
446
+ padding: 4px 12px;
447
+ margin-bottom: 0;
448
+ *margin-left: .3em;
449
+ font-size: 14px;
450
+
451
+ color: #333333;
452
+ text-align: center;
453
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
454
+ vertical-align: middle;
455
+ cursor: pointer;
456
+ background-color: #f5f5f5;
457
+ *background-color: #e6e6e6;
458
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
459
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
460
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
461
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
462
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
463
+ background-repeat: repeat-x;
464
+ border: 1px solid #cccccc;
465
+ *border: 0;
466
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
467
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
468
+ border-bottom-color: #b3b3b3;
469
+ -webkit-border-radius: 4px;
470
+ -moz-border-radius: 4px;
471
+ border-radius: 4px;
472
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
473
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
474
+ *zoom: 1;
475
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
476
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
477
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
478
+ }
479
+
480
+ .btn:hover,
481
+ .btn:focus,
482
+ .btn:active,
483
+ .btn.active,
484
+ .btn.disabled,
485
+ .btn[disabled] {
486
+ color: #333333;
487
+ background-color: #e6e6e6;
488
+ *background-color: #d9d9d9;
489
+ }
490
+
491
+ .btn:active,
492
+ .btn.active {
493
+ background-color: #cccccc \9;
494
+ }
495
+
496
+ .btn:first-child {
497
+ *margin-left: 0;
498
+ }
499
+
500
+ .btn:hover,
501
+ .btn:focus {
502
+ color: #333333;
503
+ text-decoration: none;
504
+ background-position: 0 -15px;
505
+ -webkit-transition: background-position 0.1s linear;
506
+ -moz-transition: background-position 0.1s linear;
507
+ -o-transition: background-position 0.1s linear;
508
+ transition: background-position 0.1s linear;
509
+ }
510
+
511
+ .btn:focus {
512
+ outline: thin dotted #333;
513
+ outline: 5px auto -webkit-focus-ring-color;
514
+ outline-offset: -2px;
515
+ }
516
+
517
+ .btn.active,
518
+ .btn:active {
519
+ background-image: none;
520
+ outline: 0;
521
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
522
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
523
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
524
+ }
525
+
526
+ .btn.disabled,
527
+ .btn[disabled] {
528
+ cursor: default;
529
+ background-image: none;
530
+ opacity: 0.65;
531
+ filter: alpha(opacity=65);
532
+ -webkit-box-shadow: none;
533
+ -moz-box-shadow: none;
534
+ box-shadow: none;
535
+ }
536
+
537
+ .btn-large {
538
+ padding: 11px 19px;
539
+ font-size: 17.5px;
540
+ -webkit-border-radius: 6px;
541
+ -moz-border-radius: 6px;
542
+ border-radius: 6px;
543
+ }
544
+
545
+
546
+
547
+ .btn-small {
548
+ padding: 2px 10px;
549
+ font-size: 11.9px;
550
+ -webkit-border-radius: 3px;
551
+ -moz-border-radius: 3px;
552
+ border-radius: 3px;
553
+ }
554
+
555
+
556
+
557
+ .btn-mini {
558
+ padding: 0 6px;
559
+ font-size: 10.5px;
560
+ -webkit-border-radius: 3px;
561
+ -moz-border-radius: 3px;
562
+ border-radius: 3px;
563
+ }
564
+
565
+ .btn-block {
566
+ display: block;
567
+ width: 100%;
568
+ padding-right: 0;
569
+ padding-left: 0;
570
+ -webkit-box-sizing: border-box;
571
+ -moz-box-sizing: border-box;
572
+ box-sizing: border-box;
573
+ }
574
+
575
+ .btn-block + .btn-block {
576
+ margin-top: 5px;
577
+ }
578
+
579
+ input[type="submit"].btn-block,
580
+ input[type="reset"].btn-block,
581
+ input[type="button"].btn-block {
582
+ width: 100%;
583
+ }
584
+
585
+ .btn-primary.active,
586
+ .btn-warning.active,
587
+ .btn-danger.active,
588
+ .btn-success.active,
589
+ .btn-info.active,
590
+ .btn-inverse.active {
591
+ color: rgba(255, 255, 255, 0.75);
592
+ }
593
+
594
+ .btn-primary {
595
+ color: #ffffff;
596
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
597
+ background-color: #006dcc;
598
+ *background-color: #0044cc;
599
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
600
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
601
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
602
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
603
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
604
+ background-repeat: repeat-x;
605
+ border-color: #0044cc #0044cc #002a80;
606
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
607
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
608
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
609
+ }
610
+
611
+ .btn-primary:hover,
612
+ .btn-primary:focus,
613
+ .btn-primary:active,
614
+ .btn-primary.active,
615
+ .btn-primary.disabled,
616
+ .btn-primary[disabled] {
617
+ color: #ffffff;
618
+ background-color: #0044cc;
619
+ *background-color: #003bb3;
620
+ }
621
+
622
+ .btn-primary:active,
623
+ .btn-primary.active {
624
+ background-color: #003399 \9;
625
+ }
626
+
627
+ .btn-warning {
628
+ color: #ffffff;
629
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
630
+ background-color: #faa732;
631
+ *background-color: #f89406;
632
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
633
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
634
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
635
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
636
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
637
+ background-repeat: repeat-x;
638
+ border-color: #f89406 #f89406 #ad6704;
639
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
640
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
641
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
642
+ }
643
+
644
+ .btn-warning:hover,
645
+ .btn-warning:focus,
646
+ .btn-warning:active,
647
+ .btn-warning.active,
648
+ .btn-warning.disabled,
649
+ .btn-warning[disabled] {
650
+ color: #ffffff;
651
+ background-color: #f89406;
652
+ *background-color: #df8505;
653
+ }
654
+
655
+ .btn-warning:active,
656
+ .btn-warning.active {
657
+ background-color: #c67605 \9;
658
+ }
659
+
660
+ .btn-danger {
661
+ color: #ffffff;
662
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
663
+ background-color: #da4f49;
664
+ *background-color: #bd362f;
665
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
666
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
667
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
668
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
669
+ background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
670
+ background-repeat: repeat-x;
671
+ border-color: #bd362f #bd362f #802420;
672
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
673
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
674
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
675
+ }
676
+
677
+ .btn-danger:hover,
678
+ .btn-danger:focus,
679
+ .btn-danger:active,
680
+ .btn-danger.active,
681
+ .btn-danger.disabled,
682
+ .btn-danger[disabled] {
683
+ color: #ffffff;
684
+ background-color: #bd362f;
685
+ *background-color: #a9302a;
686
+ }
687
+
688
+ .btn-danger:active,
689
+ .btn-danger.active {
690
+ background-color: #942a25 \9;
691
+ }
692
+
693
+ .btn-success {
694
+ color: #ffffff;
695
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
696
+ background-color: #5bb75b;
697
+ *background-color: #51a351;
698
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
699
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
700
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
701
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
702
+ background-image: linear-gradient(to bottom, #62c462, #51a351);
703
+ background-repeat: repeat-x;
704
+ border-color: #51a351 #51a351 #387038;
705
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
706
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
707
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
708
+ }
709
+
710
+ .btn-success:hover,
711
+ .btn-success:focus,
712
+ .btn-success:active,
713
+ .btn-success.active,
714
+ .btn-success.disabled,
715
+ .btn-success[disabled] {
716
+ color: #ffffff;
717
+ background-color: #51a351;
718
+ *background-color: #499249;
719
+ }
720
+
721
+ .btn-success:active,
722
+ .btn-success.active {
723
+ background-color: #408140 \9;
724
+ }
725
+
726
+ .btn-info {
727
+ color: #ffffff;
728
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
729
+ background-color: #49afcd;
730
+ *background-color: #2f96b4;
731
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
732
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
733
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
734
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
735
+ background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
736
+ background-repeat: repeat-x;
737
+ border-color: #2f96b4 #2f96b4 #1f6377;
738
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
739
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
740
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
741
+ }
742
+
743
+ .btn-info:hover,
744
+ .btn-info:focus,
745
+ .btn-info:active,
746
+ .btn-info.active,
747
+ .btn-info.disabled,
748
+ .btn-info[disabled] {
749
+ color: #ffffff;
750
+ background-color: #2f96b4;
751
+ *background-color: #2a85a0;
752
+ }
753
+
754
+ .btn-info:active,
755
+ .btn-info.active {
756
+ background-color: #24748c \9;
757
+ }
758
+
759
+ .btn-inverse {
760
+ color: #ffffff;
761
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
762
+ background-color: #363636;
763
+ *background-color: #222222;
764
+ background-image: -moz-linear-gradient(top, #444444, #222222);
765
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
766
+ background-image: -webkit-linear-gradient(top, #444444, #222222);
767
+ background-image: -o-linear-gradient(top, #444444, #222222);
768
+ background-image: linear-gradient(to bottom, #444444, #222222);
769
+ background-repeat: repeat-x;
770
+ border-color: #222222 #222222 #000000;
771
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
772
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
773
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
774
+ }
775
+
776
+ .btn-inverse:hover,
777
+ .btn-inverse:focus,
778
+ .btn-inverse:active,
779
+ .btn-inverse.active,
780
+ .btn-inverse.disabled,
781
+ .btn-inverse[disabled] {
782
+ color: #ffffff;
783
+ background-color: #222222;
784
+ *background-color: #151515;
785
+ }
786
+
787
+ .btn-inverse:active,
788
+ .btn-inverse.active {
789
+ background-color: #080808 \9;
790
+ }
791
+
792
+ button.btn,
793
+ input[type="submit"].btn {
794
+ *padding-top: 3px;
795
+ *padding-bottom: 3px;
796
+ }
797
+
798
+ button.btn::-moz-focus-inner,
799
+ input[type="submit"].btn::-moz-focus-inner {
800
+ padding: 0;
801
+ border: 0;
802
+ }
803
+
804
+ button.btn.btn-large,
805
+ input[type="submit"].btn.btn-large {
806
+ *padding-top: 7px;
807
+ *padding-bottom: 7px;
808
+ }
809
+
810
+ button.btn.btn-small,
811
+ input[type="submit"].btn.btn-small {
812
+ *padding-top: 3px;
813
+ *padding-bottom: 3px;
814
+ }
815
+
816
+ button.btn.btn-mini,
817
+ input[type="submit"].btn.btn-mini {
818
+ *padding-top: 1px;
819
+ *padding-bottom: 1px;
820
+ }
821
+
822
+ .btn-link,
823
+ .btn-link:active,
824
+ .btn-link[disabled] {
825
+ background-color: transparent;
826
+ background-image: none;
827
+ -webkit-box-shadow: none;
828
+ -moz-box-shadow: none;
829
+ box-shadow: none;
830
+ }
831
+
832
+ .btn-link {
833
+ color: #0088cc;
834
+ cursor: pointer;
835
+ border-color: transparent;
836
+ -webkit-border-radius: 0;
837
+ -moz-border-radius: 0;
838
+ border-radius: 0;
839
+ }
840
+
841
+ .btn-link:hover,
842
+ .btn-link:focus {
843
+ color: #005580;
844
+ text-decoration: underline;
845
+ background-color: transparent;
846
+ }
847
+
848
+ .btn-link[disabled]:hover,
849
+ .btn-link[disabled]:focus {
850
+ color: #333333;
851
+ text-decoration: none;
852
+ }
853
+
854
+ .btn-group {
855
+ position: relative;
856
+ display: inline-block;
857
+ *display: inline;
858
+ *margin-left: .3em;
859
+ font-size: 0;
860
+ white-space: nowrap;
861
+ vertical-align: middle;
862
+ *zoom: 1;
863
+ }
864
+
865
+ .btn-group:first-child {
866
+ *margin-left: 0;
867
+ }
868
+
869
+ .btn-group + .btn-group {
870
+ margin-left: 5px;
871
+ }
872
+
873
+ .btn-toolbar {
874
+ margin-top: 10px;
875
+ margin-bottom: 10px;
876
+ font-size: 0;
877
+ }
878
+
879
+ .btn-toolbar > .btn + .btn,
880
+ .btn-toolbar > .btn-group + .btn,
881
+ .btn-toolbar > .btn + .btn-group {
882
+ margin-left: 5px;
883
+ }
884
+
885
+ .btn-group > .btn {
886
+ position: relative;
887
+ -webkit-border-radius: 0;
888
+ -moz-border-radius: 0;
889
+ border-radius: 0;
890
+ }
891
+
892
+ .btn-group > .btn + .btn {
893
+ margin-left: -1px;
894
+ }
895
+
896
+ .btn-group > .btn,
897
+ .btn-group > .dropdown-menu,
898
+ .btn-group > .popover {
899
+ font-size: 14px;
900
+ }
901
+
902
+ .btn-group > .btn-mini {
903
+ font-size: 10.5px;
904
+ }
905
+
906
+ .btn-group > .btn-small {
907
+ font-size: 11.9px;
908
+ }
909
+
910
+ .btn-group > .btn-large {
911
+ font-size: 17.5px;
912
+ }
913
+
914
+ .btn-group > .btn:first-child {
915
+ margin-left: 0;
916
+ -webkit-border-bottom-left-radius: 4px;
917
+ border-bottom-left-radius: 4px;
918
+ -webkit-border-top-left-radius: 4px;
919
+ border-top-left-radius: 4px;
920
+ -moz-border-radius-bottomleft: 4px;
921
+ -moz-border-radius-topleft: 4px;
922
+ }
923
+
924
+ .btn-group > .btn:last-child,
925
+ .btn-group > .dropdown-toggle {
926
+ -webkit-border-top-right-radius: 4px;
927
+ border-top-right-radius: 4px;
928
+ -webkit-border-bottom-right-radius: 4px;
929
+ border-bottom-right-radius: 4px;
930
+ -moz-border-radius-topright: 4px;
931
+ -moz-border-radius-bottomright: 4px;
932
+ }
933
+
934
+ .btn-group > .btn.large:first-child {
935
+ margin-left: 0;
936
+ -webkit-border-bottom-left-radius: 6px;
937
+ border-bottom-left-radius: 6px;
938
+ -webkit-border-top-left-radius: 6px;
939
+ border-top-left-radius: 6px;
940
+ -moz-border-radius-bottomleft: 6px;
941
+ -moz-border-radius-topleft: 6px;
942
+ }
943
+
944
+ .btn-group > .btn.large:last-child,
945
+ .btn-group > .large.dropdown-toggle {
946
+ -webkit-border-top-right-radius: 6px;
947
+ border-top-right-radius: 6px;
948
+ -webkit-border-bottom-right-radius: 6px;
949
+ border-bottom-right-radius: 6px;
950
+ -moz-border-radius-topright: 6px;
951
+ -moz-border-radius-bottomright: 6px;
952
+ }
953
+
954
+ .btn-group > .btn:hover,
955
+ .btn-group > .btn:focus,
956
+ .btn-group > .btn:active,
957
+ .btn-group > .btn.active {
958
+ z-index: 2;
959
+ }
960
+
961
+ .btn-group .dropdown-toggle:active,
962
+ .btn-group.open .dropdown-toggle {
963
+ outline: 0;
964
+ }
965
+
966
+ .btn-group > .btn + .dropdown-toggle {
967
+ *padding-top: 5px;
968
+ padding-right: 8px;
969
+ *padding-bottom: 5px;
970
+ padding-left: 8px;
971
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
972
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
973
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
974
+ }
975
+
976
+ .btn-group > .btn-mini + .dropdown-toggle {
977
+ *padding-top: 2px;
978
+ padding-right: 5px;
979
+ *padding-bottom: 2px;
980
+ padding-left: 5px;
981
+ }
982
+
983
+ .btn-group > .btn-small + .dropdown-toggle {
984
+ *padding-top: 5px;
985
+ *padding-bottom: 4px;
986
+ }
987
+
988
+ .btn-group > .btn-large + .dropdown-toggle {
989
+ *padding-top: 7px;
990
+ padding-right: 12px;
991
+ *padding-bottom: 7px;
992
+ padding-left: 12px;
993
+ }
994
+
995
+ .btn-group.open .dropdown-toggle {
996
+ background-image: none;
997
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
998
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
999
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1000
+ }
1001
+
1002
+ .btn-group.open .btn.dropdown-toggle {
1003
+ background-color: #e6e6e6;
1004
+ }
1005
+
1006
+ .btn-group.open .btn-primary.dropdown-toggle {
1007
+ background-color: #0044cc;
1008
+ }
1009
+
1010
+ .btn-group.open .btn-warning.dropdown-toggle {
1011
+ background-color: #f89406;
1012
+ }
1013
+
1014
+ .btn-group.open .btn-danger.dropdown-toggle {
1015
+ background-color: #bd362f;
1016
+ }
1017
+
1018
+ .btn-group.open .btn-success.dropdown-toggle {
1019
+ background-color: #51a351;
1020
+ }
1021
+
1022
+ .btn-group.open .btn-info.dropdown-toggle {
1023
+ background-color: #2f96b4;
1024
+ }
1025
+
1026
+ .btn-group.open .btn-inverse.dropdown-toggle {
1027
+ background-color: #222222;
1028
+ }
1029
+
1030
+ .btn .caret {
1031
+ margin-top: 8px;
1032
+ margin-left: 0;
1033
+ }
1034
+
1035
+ .btn-large .caret {
1036
+ margin-top: 6px;
1037
+ }
1038
+
1039
+ .btn-large .caret {
1040
+ border-top-width: 5px;
1041
+ border-right-width: 5px;
1042
+ border-left-width: 5px;
1043
+ }
1044
+
1045
+ .btn-mini .caret,
1046
+ .btn-small .caret {
1047
+ margin-top: 8px;
1048
+ }
1049
+
1050
+ .dropup .btn-large .caret {
1051
+ border-bottom-width: 5px;
1052
+ }
1053
+
1054
+ .btn-primary .caret,
1055
+ .btn-warning .caret,
1056
+ .btn-danger .caret,
1057
+ .btn-info .caret,
1058
+ .btn-success .caret,
1059
+ .btn-inverse .caret {
1060
+ border-top-color: #ffffff;
1061
+ border-bottom-color: #ffffff;
1062
+ }
1063
+
1064
+ .btn-group-vertical {
1065
+ display: inline-block;
1066
+ *display: inline;
1067
+ /* IE7 inline-block hack */
1068
+
1069
+ *zoom: 1;
1070
+ }
1071
+
1072
+ .btn-group-vertical > .btn {
1073
+ display: block;
1074
+ float: none;
1075
+ max-width: 100%;
1076
+ -webkit-border-radius: 0;
1077
+ -moz-border-radius: 0;
1078
+ border-radius: 0;
1079
+ }
1080
+
1081
+ .btn-group-vertical > .btn + .btn {
1082
+ margin-top: -1px;
1083
+ margin-left: 0;
1084
+ }
1085
+
1086
+ .btn-group-vertical > .btn:first-child {
1087
+ -webkit-border-radius: 4px 4px 0 0;
1088
+ -moz-border-radius: 4px 4px 0 0;
1089
+ border-radius: 4px 4px 0 0;
1090
+ }
1091
+
1092
+ .btn-group-vertical > .btn:last-child {
1093
+ -webkit-border-radius: 0 0 4px 4px;
1094
+ -moz-border-radius: 0 0 4px 4px;
1095
+ border-radius: 0 0 4px 4px;
1096
+ }
1097
+
1098
+ .btn-group-vertical > .btn-large:first-child {
1099
+ -webkit-border-radius: 6px 6px 0 0;
1100
+ -moz-border-radius: 6px 6px 0 0;
1101
+ border-radius: 6px 6px 0 0;
1102
+ }
1103
+
1104
+ .btn-group-vertical > .btn-large:last-child {
1105
+ -webkit-border-radius: 0 0 6px 6px;
1106
+ -moz-border-radius: 0 0 6px 6px;
1107
+ border-radius: 0 0 6px 6px;
1108
+ }
1109
+
1110
+
1111
+
1112
+ .alert {
1113
+ padding: 8px 35px 8px 14px;
1114
+ margin-bottom: 20px;
1115
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1116
+ background-color: #fcf8e3;
1117
+ border: 1px solid #fbeed5;
1118
+ -webkit-border-radius: 4px;
1119
+ -moz-border-radius: 4px;
1120
+ border-radius: 4px;
1121
+ }
1122
+
1123
+ .alert,
1124
+ .alert h4 {
1125
+ color: #c09853;
1126
+ }
1127
+
1128
+ .alert h4 {
1129
+ margin: 0;
1130
+ }
1131
+
1132
+ .alert .close {
1133
+ position: relative;
1134
+ top: -2px;
1135
+ right: -21px;
1136
+ line-height: 20px;
1137
+ }
1138
+
1139
+ .alert-success {
1140
+ color: #468847;
1141
+ background-color: #dff0d8;
1142
+ border-color: #d6e9c6;
1143
+ }
1144
+
1145
+ .alert-success h4 {
1146
+ color: #468847;
1147
+ }
1148
+
1149
+ .alert-danger,
1150
+ .alert-error {
1151
+ color: #b94a48;
1152
+ background-color: #f2dede;
1153
+ border-color: #eed3d7;
1154
+ }
1155
+
1156
+ .alert-danger h4,
1157
+ .alert-error h4 {
1158
+ color: #b94a48;
1159
+ }
1160
+
1161
+ .alert-info {
1162
+ color: #3a87ad;
1163
+ background-color: #d9edf7;
1164
+ border-color: #bce8f1;
1165
+ }
1166
+
1167
+ .alert-info h4 {
1168
+ color: #3a87ad;
1169
+ }
1170
+
1171
+ .alert-block {
1172
+ padding-top: 14px;
1173
+ padding-bottom: 14px;
1174
+ }
1175
+
1176
+ .alert-block > p,
1177
+ .alert-block > ul {
1178
+ margin-bottom: 0;
1179
+ }
1180
+
1181
+ .alert-block p + p {
1182
+ margin-top: 5px;
1183
+ }
1184
+ .input-append,
1185
+ .input-prepend {
1186
+ display: inline-block;
1187
+ font-size: 0;
1188
+ margin-right: 16px;
1189
+ white-space: nowrap;
1190
+ vertical-align: middle;
1191
+ }
1192
+
1193
+ .input-append input,
1194
+ .input-prepend input,
1195
+ .input-append select,
1196
+ .input-prepend select,
1197
+ .input-append .uneditable-input,
1198
+ .input-prepend .uneditable-input,
1199
+ .input-append .dropdown-menu,
1200
+ .input-prepend .dropdown-menu,
1201
+ .input-append .popover,
1202
+ .input-prepend .popover {
1203
+ font-size: 14px;
1204
+ }
1205
+
1206
+ .input-append input,
1207
+ .input-prepend input,
1208
+ .input-append select,
1209
+ .input-prepend select,
1210
+ .input-append .uneditable-input,
1211
+ .input-prepend .uneditable-input {
1212
+ position: relative;
1213
+ margin-bottom: 0;
1214
+ *margin-left: 0;
1215
+ vertical-align: top;
1216
+ -webkit-border-radius: 0 4px 4px 0;
1217
+ -moz-border-radius: 0 4px 4px 0;
1218
+ border-radius: 0 4px 4px 0;
1219
+ }
1220
+
1221
+ .input-append input:focus,
1222
+ .input-prepend input:focus,
1223
+ .input-append select:focus,
1224
+ .input-prepend select:focus,
1225
+ .input-append .uneditable-input:focus,
1226
+ .input-prepend .uneditable-input:focus {
1227
+ z-index: 2;
1228
+ }
1229
+
1230
+ .input-append .add-on,
1231
+ .input-prepend .add-on {
1232
+ display: inline-block;
1233
+ width: auto;
1234
+ height: 16px;
1235
+ margin-top: 1px;
1236
+ min-width: 16px;
1237
+ padding: 5px 5px;
1238
+ font-size: 14px;
1239
+ font-weight: normal;
1240
+ line-height: 20px;
1241
+ text-align: center;
1242
+ text-shadow: 0 1px 0 #ffffff;
1243
+ background-color: #eeeeee;
1244
+ border: 1px solid #ccc;
1245
+ }
1246
+
1247
+ .input-append .add-on,
1248
+ .input-prepend .add-on,
1249
+ .input-append .btn,
1250
+ .input-prepend .btn,
1251
+ .input-append .btn-group > .dropdown-toggle,
1252
+ .input-prepend .btn-group > .dropdown-toggle {
1253
+ vertical-align: top;
1254
+ -webkit-border-radius: 0;
1255
+ -moz-border-radius: 0;
1256
+ border-radius: 0;
1257
+ }
1258
+
1259
+ .input-append .active,
1260
+ .input-prepend .active {
1261
+ background-color: #a9dba9;
1262
+ border-color: #46a546;
1263
+ }
1264
+
1265
+ .input-prepend .add-on,
1266
+ .input-prepend .btn {
1267
+ margin-right: -1px;
1268
+ }
1269
+
1270
+ .input-prepend .add-on:first-child,
1271
+ .input-prepend .btn:first-child {
1272
+ -webkit-border-radius: 4px 0 0 4px;
1273
+ -moz-border-radius: 4px 0 0 4px;
1274
+ border-radius: 4px 0 0 4px;
1275
+ }
1276
+
1277
+ .input-append input,
1278
+ .input-append select,
1279
+ .input-append .uneditable-input {
1280
+ -webkit-border-radius: 4px 0 0 4px;
1281
+ -moz-border-radius: 4px 0 0 4px;
1282
+ border-radius: 4px 0 0 4px;
1283
+ }
1284
+
1285
+ .input-append input + .btn-group .btn:last-child,
1286
+ .input-append select + .btn-group .btn:last-child,
1287
+ .input-append .uneditable-input + .btn-group .btn:last-child {
1288
+ -webkit-border-radius: 0 4px 4px 0;
1289
+ -moz-border-radius: 0 4px 4px 0;
1290
+ border-radius: 0 4px 4px 0;
1291
+ }
1292
+
1293
+ .input-append .add-on,
1294
+ .input-append .btn,
1295
+ .input-append .btn-group {
1296
+ margin-left: -1px;
1297
+ }
1298
+
1299
+ .input-append .add-on:last-child,
1300
+ .input-append .btn:last-child,
1301
+ .input-append .btn-group:last-child > .dropdown-toggle {
1302
+ -webkit-border-radius: 0 4px 4px 0;
1303
+ -moz-border-radius: 0 4px 4px 0;
1304
+ border-radius: 0 4px 4px 0;
1305
+ }
1306
+
1307
+ .input-prepend.input-append input,
1308
+ .input-prepend.input-append select,
1309
+ .input-prepend.input-append .uneditable-input {
1310
+ -webkit-border-radius: 0;
1311
+ -moz-border-radius: 0;
1312
+ border-radius: 0;
1313
+ }
1314
+
1315
+ .input-prepend.input-append input + .btn-group .btn,
1316
+ .input-prepend.input-append select + .btn-group .btn,
1317
+ .input-prepend.input-append .uneditable-input + .btn-group .btn {
1318
+ -webkit-border-radius: 0 4px 4px 0;
1319
+ -moz-border-radius: 0 4px 4px 0;
1320
+ border-radius: 0 4px 4px 0;
1321
+ }
1322
+
1323
+ .input-prepend.input-append .add-on:first-child,
1324
+ .input-prepend.input-append .btn:first-child {
1325
+ margin-right: -1px;
1326
+ -webkit-border-radius: 4px 0 0 4px;
1327
+ -moz-border-radius: 4px 0 0 4px;
1328
+ border-radius: 4px 0 0 4px;
1329
+ }
1330
+
1331
+ .input-prepend.input-append .add-on:last-child,
1332
+ .input-prepend.input-append .btn:last-child {
1333
+ margin-left: -1px;
1334
+ -webkit-border-radius: 0 4px 4px 0;
1335
+ -moz-border-radius: 0 4px 4px 0;
1336
+ border-radius: 0 4px 4px 0;
1337
+ }
1338
+
1339
+ .input-prepend.input-append .btn-group:first-child {
1340
+ margin-left: 0;
1341
+ }
css/style-classic.css CHANGED
@@ -1,6 +1,4 @@
1
- a strong {
2
- color: #1C6280 !important;
3
- }
4
  #framework_wrap #header {
5
  background: #436d92 url(../images/header_classic.png) repeat-x left top;
6
  border: 1px solid #1d507d;
1
+
 
 
2
  #framework_wrap #header {
3
  background: #436d92 url(../images/header_classic.png) repeat-x left top;
4
  border: 1px solid #1d507d;
css/style-option.css CHANGED
@@ -16,9 +16,7 @@
16
  min-width: 990px;
17
  }
18
 
19
- strong {
20
- color: #000;
21
- }
22
 
23
  .clear {
24
  clear: both;
@@ -45,13 +43,7 @@ a {
45
  text-decoration: none;
46
  }
47
 
48
- a strong {
49
- color: #21759B !important;
50
- }
51
 
52
- a:hover strong {
53
- color: #d54e21 !important;
54
- }
55
 
56
  #framework_wrap .error {
57
  display: none !important;
@@ -488,7 +480,7 @@ h3.text-title {
488
  }
489
 
490
  #framework_wrap #content p {
491
- font-size: 11px;
492
  color: #555;
493
  padding-bottom: 20px;
494
  margin: 0;
16
  min-width: 990px;
17
  }
18
 
19
+
 
 
20
 
21
  .clear {
22
  clear: both;
43
  text-decoration: none;
44
  }
45
 
 
 
 
46
 
 
 
 
47
 
48
  #framework_wrap .error {
49
  display: none !important;
480
  }
481
 
482
  #framework_wrap #content p {
483
+ font-size: 12px;
484
  color: #555;
485
  padding-bottom: 20px;
486
  margin: 0;
design-settings.php CHANGED
@@ -180,9 +180,11 @@
180
  <?php $value=get_option('soon_page_desgin_settings'); $font_family_post_title = $value['title_font_format']; ?>
181
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 0px; width: 180px;">
182
  <select name="font_family_post_title" class="select" id="font_family_post_title">
 
183
  <option value="roboto" <?php selected($font_family_post_title, 'roboto' ); ?>>roboto</option>
184
  <option value="Arial, sans-serif" <?php selected($font_family_post_title, 'Arial, sans-serif' ); ?>>Arial</option>
185
- <option value="Verdana, Geneva, sans-serif" <?php selected($font_family_post_title, 'Verdana, Geneva, sans-serif' ); ?>>Verdana</option><option value="Trebuchet MS, Tahoma, sans-serif" <?php selected($font_family_post_title, 'Trebuchet MS, Tahoma, sans-serif' ); ?>>Trebuchet</option><option value="Georgia, serif" <?php selected($font_family_post_title, 'Georgia, serif' ); ?>>Georgia</option><option value="Times New Roman, serif" <?php selected($font_family_post_title, 'Times New Roman, serif' ); ?>>Times New Roman</option><option value="Tahoma, Geneva, Verdana, sans-serif" <?php selected($font_family_post_title, 'Tahoma, Geneva, Verdana, sans-serif' ); ?>>Tahoma</option><option value="Palatino, Palatino Linotype, serif" <?php selected($font_family_post_title, 'Palatino, Palatino Linotype, serif' ); ?>>Palatino</option><option value="Helvetica Neue, Helvetica, sans-serif" <?php selected($font_family_post_title, 'Helvetica Neue, Helvetica, sans-serif' ); ?>>Helvetica*</option><option value="Calibri, Candara, Segoe, Optima, sans-serif" <?php selected($font_family_post_title, 'Calibri, Candara, Segoe, Optima, sans-serif' ); ?>>Calibri*</option><option value="Myriad Pro, Myriad, sans-serif" <?php selected($font_family_post_title, 'Myriad Pro, Myriad, sans-serif' ); ?>>Myriad Pro*</option><option value="Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif" <?php selected($font_family_post_title, 'Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif' ); ?>>Lucida</option><option value="Arial Black, sans-serif" <?php selected($font_family_post_title, 'Arial Black, sans-serif' ); ?>>Arial Black</option><option value="Gill Sans, Gill Sans MT, Calibri, sans-serif" <?php selected($font_family_post_title, 'Gill Sans, Gill Sans MT, Calibri, sans-serif' ); ?>>Gill Sans*</option><option value="Geneva, Tahoma, Verdana, sans-serif" <?php selected($font_family_post_title, 'Geneva, Tahoma, Verdana, sans-serif' ); ?>>Geneva*</option><option value="Impact, Charcoal, sans-serif" <?php selected($font_family_post_title, 'Impact, Charcoal, sans-serif' ); ?>>Impact</option><option value="Courier, Courier New, monospace" <?php selected($font_family_post_title, 'Courier, Courier New, monospace' ); ?>>Courier</option><option value="Abel" <?php selected($font_family_post_title, 'Abel' ); ?>>Abel</option><option value="Abril Fatface" <?php selected($font_family_post_title, 'Abril Fatface' ); ?>>Abril Fatface</option><option value="Aclonica" <?php selected($font_family_post_title, 'Aclonica' ); ?>>Aclonica</option><option value="Actor" <?php selected($font_family_post_title, 'Actor' ); ?>>Actor</option><option value="Adamina" <?php selected($font_family_post_title, 'Adamina' ); ?>>Adamina</option><option value="Aldrich" <?php selected($font_family_post_title, 'Aldrich' ); ?>>Aldrich</option><option value="Alice" <?php selected($font_family_post_title, 'Alice' ); ?>>Alice</option><option value="Alike" <?php selected($font_family_post_title, 'Alike' ); ?>>Alike</option><option value="Alike Angular" <?php selected($font_family_post_title, 'Alike Angular' ); ?>>Alike Angular</option><option value="Allan" <?php selected($font_family_post_title, 'Allan' ); ?>>Allan</option><option value="Allerta" <?php selected($font_family_post_title, 'Allerta' ); ?>>Allerta</option><option value="Allerta Stencil" <?php selected($font_family_post_title, 'Allerta Stencil' ); ?>>Allerta Stencil</option><option value="Amaranth" <?php selected($font_family_post_title, 'Amaranth' ); ?>>Amaranth</option><option value="Amatic SC" <?php selected($font_family_post_title, 'Amatic SC' ); ?>>Amatic SC</option><option value="Andada" <?php selected($font_family_post_title, 'Andada' ); ?>>Andada</option><option value="Andika" <?php selected($font_family_post_title, 'Andika' ); ?>>Andika</option><option value="Annie Use Your Telescope" <?php selected($font_family_post_title, 'Annie Use Your Telescope' ); ?>>Annie Use Your Telescope</option><option value="Anonymous Pro" <?php selected($font_family_post_title, 'Anonymous Pro' ); ?>>Anonymous Pro</option><option value="Antic" <?php selected($font_family_post_title, 'Antic' ); ?>>Antic</option><option value="Anton" <?php selected($font_family_post_title, 'Anton' ); ?>>Anton</option><option value="Architects Daughter" <?php selected($font_family_post_title, 'Architects Daughter' ); ?>>Architects Daughter</option><option value="Arimo" <?php selected($font_family_post_title, 'Arimo' ); ?>>Arimo</option><option value="Artifika" <?php selected($font_family_post_title, 'Artifika' ); ?>>Artifika</option><option value="Arvo" <?php selected($font_family_post_title, 'Arvo' ); ?>>Arvo</option><option value="Asset" <?php selected($font_family_post_title, 'Asset' ); ?>>Asset</option><option value="Astloch" <?php selected($font_family_post_title, 'Astloch' ); ?>>Astloch</option><option value="Atomic Age" <?php selected($font_family_post_title, 'Atomic Age' ); ?>>Atomic Age</option><option value="Aubrey" <?php selected($font_family_post_title, 'Aubrey' ); ?>>Aubrey</option><option value="Bangers" <?php selected($font_family_post_title, 'Bangers' ); ?>>Bangers</option><option value="Bentham" <?php selected($font_family_post_title, 'Bentham' ); ?>>Bentham</option><option value="Bevan" <?php selected($font_family_post_title, 'Bevan' ); ?>>Bevan</option><option value="Bigshot One" <?php selected($font_family_post_title, 'Bigshot One' ); ?>>Bigshot One</option><option value="Black Ops One" <?php selected($font_family_post_title, 'Black Ops One' ); ?>>Black Ops One</option><option value="Bowlby One" <?php selected($font_family_post_title, 'Bowlby One' ); ?>>Bowlby One</option><option value="Bowlby One SC" <?php selected($font_family_post_title, 'Bowlby One SC' ); ?>>Bowlby One SC</option><option value="Brawler" <?php selected($font_family_post_title, 'Brawler' ); ?>>Brawler</option><option value="Butcherman Caps" <?php selected($font_family_post_title, 'Butcherman Caps' ); ?>>Butcherman Caps</option><option value="Cabin" <?php selected($font_family_post_title, 'Cabin' ); ?>>Cabin</option><option value="Cabin Sketch" <?php selected($font_family_post_title, 'Cabin Sketch' ); ?>>Cabin Sketch</option><option value="Cabin Sketch" <?php selected($font_family_post_title, 'Cabin Sketch' ); ?>>Cabin Sketch</option><option value="Calligraffitti" <?php selected($font_family_post_title, 'Calligraffitti' ); ?>>Calligraffitti</option><option value="Candal" <?php selected($font_family_post_title, 'Candal' ); ?>>Candal</option><option value="Cantarell" <?php selected($font_family_post_title, 'Cantarell' ); ?>>Cantarell</option><option value="Cardo" <?php selected($font_family_post_title, 'Cardo' ); ?>>Cardo</option><option value="Carme" <?php selected($font_family_post_title, 'Carme' ); ?>>Carme</option><option value="Carter One" <?php selected($font_family_post_title, 'Carter One' ); ?>>Carter One</option><option value="Caudex" <?php selected($font_family_post_title, 'Caudex' ); ?>>Caudex</option><option value="Cedarville Cursive" <?php selected($font_family_post_title, 'Cedarville Cursive' ); ?>>Cedarville Cursive</option><option value="Changa One" <?php selected($font_family_post_title, 'Changa One' ); ?>>Changa One</option><option value="Cherry Cream Soda" <?php selected($font_family_post_title, 'Cherry Cream Soda' ); ?>>Cherry Cream Soda</option><option value="Chewy" <?php selected($font_family_post_title, 'Chewy' ); ?>>Chewy</option><option value="Chivo" <?php selected($font_family_post_title, 'Chivo' ); ?>>Chivo</option><option value="Coda" <?php selected($font_family_post_title, 'Coda' ); ?>>Coda</option><option value="Comfortaa" <?php selected($font_family_post_title, 'Comfortaa' ); ?>>Comfortaa</option><option value="Coming Soon" <?php selected($font_family_post_title, 'Coming Soon' ); ?>>Coming Soon</option><option value="Contrail One" <?php selected($font_family_post_title, 'Contrail One' ); ?>>Contrail One</option><option value="Copse" <?php selected($font_family_post_title, 'Copse' ); ?>>Copse</option><option value="Corben" <?php selected($font_family_post_title, 'Corben' ); ?>>Corben</option><option value="Corben" <?php selected($font_family_post_title, 'Corben' ); ?>>Corben</option><option value="Cousine" <?php selected($font_family_post_title, 'Cousine' ); ?>>Cousine</option><option value="Coustard" <?php selected($font_family_post_title, 'Coustard' ); ?>>Coustard</option><option value="Covered By Your Grace" <?php selected($font_family_post_title, 'Covered By Your Grace' ); ?>>Covered By Your Grace</option><option value="Crafty Girls" <?php selected($font_family_post_title, 'Crafty Girls' ); ?>>Crafty Girls</option><option value="Creepster Caps" <?php selected($font_family_post_title, 'Creepster Caps' ); ?>>Creepster Caps</option><option value="Crimson Text" <?php selected($font_family_post_title, 'Crimson Text' ); ?>>Crimson Text</option><option value="Crushed" <?php selected($font_family_post_title, 'Crushed' ); ?>>Crushed</option><option value="Cuprum" <?php selected($font_family_post_title, 'Cuprum' ); ?>>Cuprum</option><option value="Damion" <?php selected($font_family_post_title, 'Damion' ); ?>>Damion</option><option value="Dancing Script" <?php selected($font_family_post_title, 'Dancing Script' ); ?>>Dancing Script</option><option value="Dawning of a New Day" <?php selected($font_family_post_title, 'Dawning of a New Day' ); ?>>Dawning of a New Day</option><option value="Days One" <?php selected($font_family_post_title, 'Days One' ); ?>>Days One</option><option value="Delius" <?php selected($font_family_post_title, 'Delius' ); ?>>Delius</option><option value="Delius Swash Caps" <?php selected($font_family_post_title, 'Delius Swash Caps' ); ?>>Delius Swash Caps</option><option value="Delius Unicase" <?php selected($font_family_post_title, 'Delius Unicase' ); ?>>Delius Unicase</option><option value="Didact Gothic" <?php selected($font_family_post_title, 'Didact Gothic' ); ?>>Didact Gothic</option><option value="Dorsa" <?php selected($font_family_post_title, 'Dorsa' ); ?>>Dorsa</option><option value="Droid Sans" <?php selected($font_family_post_title, 'Droid Sans' ); ?>>Droid Sans</option><option value="Droid Sans Mono" <?php selected($font_family_post_title, 'Droid Sans Mono' ); ?>>Droid Sans Mono</option><option value="Droid Serif" <?php selected($font_family_post_title, 'Droid Serif' ); ?>>Droid Serif</option><option value="EB Garamond" <?php selected($font_family_post_title, 'EB Garamond' ); ?>>EB Garamond</option><option value="Eater Caps" <?php selected($font_family_post_title, 'Eater Caps' ); ?>>Eater Caps</option><option value="Expletus Sans" <?php selected($font_family_post_title, 'Expletus Sans' ); ?>>Expletus Sans</option><option value="Fanwood Text" <?php selected($font_family_post_title, 'Fanwood Text' ); ?>>Fanwood Text</option><option value="Federant" <?php selected($font_family_post_title, 'Federant' ); ?>>Federant</option><option value="Federo" <?php selected($font_family_post_title, 'Federo' ); ?>>Federo</option><option value="Fontdiner Swanky" <?php selected($font_family_post_title, 'Fontdiner Swanky' ); ?>>Fontdiner Swanky</option><option value="Forum" <?php selected($font_family_post_title, 'Forum' ); ?>>Forum</option><option value="Francois One" <?php selected($font_family_post_title, 'Francois One' ); ?>>Francois One</option><option value="Gentium Book Basic" <?php selected($font_family_post_title, 'Gentium Book Basic' ); ?>>Gentium Book Basic</option><option value="Geo" <?php selected($font_family_post_title, 'Geo' ); ?>>Geo</option><option value="Geostar" <?php selected($font_family_post_title, 'Geostar' ); ?>>Geostar</option><option value="Geostar Fill" <?php selected($font_family_post_title, 'Geostar Fill' ); ?>>Geostar Fill</option><option value="Give You Glory" <?php selected($font_family_post_title, 'Give You Glory' ); ?>>Give You Glory</option><option value="Gloria Hallelujah" <?php selected($font_family_post_title, 'Gloria Hallelujah' ); ?>>Gloria Hallelujah</option><option value="Goblin One" <?php selected($font_family_post_title, 'Goblin One' ); ?>>Goblin One</option><option value="Gochi Hand" <?php selected($font_family_post_title, 'Gochi Hand' ); ?>>Gochi Hand</option><option value="Goudy Bookletter 1911" <?php selected($font_family_post_title, 'Goudy Bookletter 1911' ); ?>>Goudy Bookletter 1911</option><option value="Gravitas One" <?php selected($font_family_post_title, 'Gravitas One' ); ?>>Gravitas One</option><option value="Gruppo" <?php selected($font_family_post_title, 'Gruppo' ); ?>>Gruppo</option><option value="Hammersmith One" <?php selected($font_family_post_title, 'Hammersmith One' ); ?>>Hammersmith One</option><option value="Holtwood One SC" <?php selected($font_family_post_title, 'Holtwood One SC' ); ?>>Holtwood One SC</option><option value="Homemade Apple" <?php selected($font_family_post_title, 'Homemade Apple' ); ?>>Homemade Apple</option><option value="IM Fell DW Pica" <?php selected($font_family_post_title, 'IM Fell DW Pica' ); ?>>IM Fell DW Pica</option><option value="IM Fell English" <?php selected($font_family_post_title, 'IM Fell English' ); ?>>IM Fell English</option><option value="IM Fell English SC" <?php selected($font_family_post_title, 'IM Fell English SC' ); ?>>IM Fell English SC</option><option value="Inconsolata" <?php selected($font_family_post_title, 'Inconsolata' ); ?>>Inconsolata</option><option value="Indie Flower" <?php selected($font_family_post_title, 'Indie Flower' ); ?>>Indie Flower</option><option value="Irish Grover" <?php selected($font_family_post_title, 'Irish Grover' ); ?>>Irish Grover</option><option value="Irish Growler" <?php selected($font_family_post_title, 'Irish Growler' ); ?>>Irish Growler</option><option value="Istok Web" <?php selected($font_family_post_title, 'Istok Web' ); ?>>Istok Web</option><option value="Jockey One" <?php selected($font_family_post_title, 'Jockey One' ); ?>>Jockey One</option><option value="Josefin Sans" <?php selected($font_family_post_title, 'Josefin Sans' ); ?>>Josefin Sans</option><option value="Josefin Slab" <?php selected($font_family_post_title, 'Josefin Slab' ); ?>>Josefin Slab</option><option value="Judson" <?php selected($font_family_post_title, 'Judson' ); ?>>Judson</option><option value="Julee" <?php selected($font_family_post_title, 'Julee' ); ?>>Julee</option><option value="Jura" <?php selected($font_family_post_title, 'Jura' ); ?>>Jura</option><option value="Just Another Hand" <?php selected($font_family_post_title, 'Just Another Hand' ); ?>>Just Another Hand</option><option value="Just Me Again Down Here" <?php selected($font_family_post_title, 'Just Me Again Down Here' ); ?>>Just Me Again Down Here</option><option value="Kameron" <?php selected($font_family_post_title, 'Kameron' ); ?>>Kameron</option><option value="Kelly Slab" <?php selected($font_family_post_title, 'Kelly Slab' ); ?>>Kelly Slab</option><option value="Kenia" <?php selected($font_family_post_title, 'Kenia' ); ?>>Kenia</option><option value="Kranky" <?php selected($font_family_post_title, 'Kranky' ); ?>>Kranky</option><option value="Kreon" <?php selected($font_family_post_title, 'Kreon' ); ?>>Kreon</option><option value="Kristi" <?php selected($font_family_post_title, 'Kristi' ); ?>>Kristi</option><option value="La Belle Aurore" <?php selected($font_family_post_title, 'La Belle Aurore' ); ?>>La Belle Aurore</option><option value="Lato" <?php selected($font_family_post_title, 'Lato' ); ?>>Lato</option><option value="League Script" <?php selected($font_family_post_title, 'League Script' ); ?>>League Script</option><option value="Leckerli One" <?php selected($font_family_post_title, 'Leckerli One' ); ?>>Leckerli One</option><option value="Lekton" <?php selected($font_family_post_title, 'Lekton' ); ?>>Lekton</option><option value="Limelight" <?php selected($font_family_post_title, 'Limelight' ); ?>>Limelight</option><option value="Linden Hill" <?php selected($font_family_post_title, 'Linden Hill' ); ?>>Linden Hill</option><option value="Lobster" <?php selected($font_family_post_title, 'Lobster' ); ?>>Lobster</option><option value="Lobster Two" <?php selected($font_family_post_title, 'Lobster Two' ); ?>>Lobster Two</option><option value="Lora" <?php selected($font_family_post_title, 'Lora' ); ?>>Lora</option><option value="Love Ya Like A Sister" <?php selected($font_family_post_title, 'Love Ya Like A Sister' ); ?>>Love Ya Like A Sister</option><option value="Loved by the King" <?php selected($font_family_post_title, 'Loved by the King' ); ?>>Loved by the King</option><option value="Luckiest Guy" <?php selected($font_family_post_title, 'Luckiest Guy' ); ?>>Luckiest Guy</option><option value="Maiden Orange" <?php selected($font_family_post_title, 'Maiden Orange' ); ?>>Maiden Orange</option>
 
186
  </select>
187
  </div>
188
 
@@ -227,9 +229,11 @@
227
  <?php $value=get_option('soon_page_desgin_settings'); $font_family_post_entry = $value['description_font_format']; ?>
228
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 0px; width: 180px;">
229
  <select name="font_family_post_description" class="select" id="font_family_post_description">
 
230
  <option value="roboto" <?php selected($font_family_post_entry, 'roboto' ); ?>>roboto</option>
231
  <option value="Arial, sans-serif" <?php selected($font_family_post_entry, 'Arial, sans-serif' ); ?>>Arial</option>
232
- <option value="Verdana, Geneva, sans-serif" <?php selected($font_family_post_entry, 'Verdana, Geneva, sans-serif' ); ?>>Verdana</option><option value="Trebuchet MS, Tahoma, sans-serif" <?php selected($font_family_post_entry, 'Trebuchet MS, Tahoma, sans-serif' ); ?>>Trebuchet</option><option value="Georgia, serif" <?php selected($font_family_post_entry, 'Georgia, serif' ); ?>>Georgia</option><option value="Times New Roman, serif" <?php selected($font_family_post_entry, 'Times New Roman, serif' ); ?>>Times New Roman</option><option value="Tahoma, Geneva, Verdana, sans-serif" <?php selected($font_family_post_entry, 'Tahoma, Geneva, Verdana, sans-serif' ); ?>>Tahoma</option><option value="Palatino, Palatino Linotype, serif" <?php selected($font_family_post_entry, 'Palatino, Palatino Linotype, serif' ); ?>>Palatino</option><option value="Helvetica Neue, Helvetica, sans-serif" <?php selected($font_family_post_entry, 'Helvetica Neue, Helvetica, sans-serif' ); ?>>Helvetica*</option><option value="Calibri, Candara, Segoe, Optima, sans-serif" <?php selected($font_family_post_entry, 'Calibri, Candara, Segoe, Optima, sans-serif' ); ?>>Calibri*</option><option value="Myriad Pro, Myriad, sans-serif" <?php selected($font_family_post_entry, 'Myriad Pro, Myriad, sans-serif' ); ?>>Myriad Pro*</option><option value="Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif" <?php selected($font_family_post_entry, 'Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif' ); ?>>Lucida</option><option value="Arial Black, sans-serif" <?php selected($font_family_post_entry, 'Arial Black, sans-serif' ); ?>>Arial Black</option><option value="Gill Sans, Gill Sans MT, Calibri, sans-serif" <?php selected($font_family_post_entry, 'Gill Sans, Gill Sans MT, Calibri, sans-serif' ); ?>>Gill Sans*</option><option value="Geneva, Tahoma, Verdana, sans-serif" <?php selected($font_family_post_entry, 'Geneva, Tahoma, Verdana, sans-serif' ); ?>>Geneva*</option><option value="Impact, Charcoal, sans-serif" <?php selected($font_family_post_entry, 'Impact, Charcoal, sans-serif' ); ?>>Impact</option><option value="Courier, Courier New, monospace" <?php selected($font_family_post_entry, 'Courier, Courier New, monospace' ); ?>>Courier</option><option value="Abel" <?php selected($font_family_post_entry, 'Abel' ); ?>>Abel</option><option value="Abril Fatface" <?php selected($font_family_post_entry, 'Abril Fatface' ); ?>>Abril Fatface</option><option value="Aclonica" <?php selected($font_family_post_entry, 'Aclonica' ); ?>>Aclonica</option><option value="Actor" <?php selected($font_family_post_entry, 'Actor' ); ?>>Actor</option><option value="Adamina" <?php selected($font_family_post_entry, 'Adamina' ); ?>>Adamina</option><option value="Aldrich" <?php selected($font_family_post_entry, 'Aldrich' ); ?>>Aldrich</option><option value="Alice" <?php selected($font_family_post_entry, 'Alice' ); ?>>Alice</option><option value="Alike" <?php selected($font_family_post_entry, 'Alike' ); ?>>Alike</option><option value="Alike Angular" <?php selected($font_family_post_entry, 'Alike Angular' ); ?>>Alike Angular</option><option value="Allan" <?php selected($font_family_post_entry, 'Allan' ); ?>>Allan</option><option value="Allerta" <?php selected($font_family_post_entry, 'Allerta' ); ?>>Allerta</option><option value="Allerta Stencil" <?php selected($font_family_post_entry, 'Allerta Stencil' ); ?>>Allerta Stencil</option><option value="Amaranth" <?php selected($font_family_post_entry, 'Amaranth' ); ?>>Amaranth</option><option value="Amatic SC" <?php selected($font_family_post_entry, 'Amatic SC' ); ?>>Amatic SC</option><option value="Andada" <?php selected($font_family_post_entry, 'Andada' ); ?>>Andada</option><option value="Andika" <?php selected($font_family_post_entry, 'Andika' ); ?>>Andika</option><option value="Annie Use Your Telescope" <?php selected($font_family_post_entry, 'Annie Use Your Telescope' ); ?>>Annie Use Your Telescope</option><option value="Anonymous Pro" <?php selected($font_family_post_entry, 'Anonymous Pro' ); ?>>Anonymous Pro</option><option value="Antic" <?php selected($font_family_post_entry, 'Antic' ); ?>>Antic</option><option value="Anton" <?php selected($font_family_post_entry, 'Anton' ); ?>>Anton</option><option value="Architects Daughter" <?php selected($font_family_post_entry, 'Architects Daughter' ); ?>>Architects Daughter</option><option value="Arimo" <?php selected($font_family_post_entry, 'Arimo' ); ?>>Arimo</option><option value="Artifika" <?php selected($font_family_post_entry, 'Artifika' ); ?>>Artifika</option><option value="Arvo" <?php selected($font_family_post_entry, 'Arvo' ); ?>>Arvo</option><option value="Asset" <?php selected($font_family_post_entry, 'Asset' ); ?>>Asset</option><option value="Astloch" <?php selected($font_family_post_entry, 'Astloch' ); ?>>Astloch</option><option value="Atomic Age" <?php selected($font_family_post_entry, 'Atomic Age' ); ?>>Atomic Age</option><option value="Aubrey" <?php selected($font_family_post_entry, 'Aubrey' ); ?>>Aubrey</option><option value="Bangers" <?php selected($font_family_post_entry, 'Bangers' ); ?>>Bangers</option><option value="Bentham" <?php selected($font_family_post_entry, 'Bentham' ); ?>>Bentham</option><option value="Bevan" <?php selected($font_family_post_entry, 'Bevan' ); ?>>Bevan</option><option value="Bigshot One" <?php selected($font_family_post_entry, 'Bigshot One' ); ?>>Bigshot One</option><option value="Black Ops One" <?php selected($font_family_post_entry, 'Black Ops One' ); ?>>Black Ops One</option><option value="Bowlby One" <?php selected($font_family_post_entry, 'Bowlby One' ); ?>>Bowlby One</option><option value="Bowlby One SC" <?php selected($font_family_post_entry, 'Bowlby One SC' ); ?>>Bowlby One SC</option><option value="Brawler" <?php selected($font_family_post_entry, 'Brawler' ); ?>>Brawler</option><option value="Butcherman Caps" <?php selected($font_family_post_entry, 'Butcherman Caps' ); ?>>Butcherman Caps</option><option value="Cabin" <?php selected($font_family_post_entry, 'Cabin' ); ?>>Cabin</option><option value="Cabin Sketch" <?php selected($font_family_post_entry, 'Cabin Sketch' ); ?>>Cabin Sketch</option><option value="Cabin Sketch" <?php selected($font_family_post_entry, 'Cabin Sketch' ); ?>>Cabin Sketch</option><option value="Calligraffitti" <?php selected($font_family_post_entry, 'Calligraffitti' ); ?>>Calligraffitti</option><option value="Candal" <?php selected($font_family_post_entry, 'Candal' ); ?>>Candal</option><option value="Cantarell" <?php selected($font_family_post_entry, 'Cantarell' ); ?>>Cantarell</option><option value="Cardo" <?php selected($font_family_post_entry, 'Cardo' ); ?>>Cardo</option><option value="Carme" <?php selected($font_family_post_entry, 'Carme' ); ?>>Carme</option><option value="Carter One" <?php selected($font_family_post_entry, 'Carter One' ); ?>>Carter One</option><option value="Caudex" <?php selected($font_family_post_entry, 'Caudex' ); ?>>Caudex</option><option value="Cedarville Cursive" <?php selected($font_family_post_entry, 'Cedarville Cursive' ); ?>>Cedarville Cursive</option><option value="Changa One" <?php selected($font_family_post_entry, 'Changa One' ); ?>>Changa One</option><option value="Cherry Cream Soda" <?php selected($font_family_post_entry, 'Cherry Cream Soda' ); ?>>Cherry Cream Soda</option><option value="Chewy" <?php selected($font_family_post_entry, 'Chewy' ); ?>>Chewy</option><option value="Chivo" <?php selected($font_family_post_entry, 'Chivo' ); ?>>Chivo</option><option value="Coda" <?php selected($font_family_post_entry, 'Coda' ); ?>>Coda</option><option value="Comfortaa" <?php selected($font_family_post_entry, 'Comfortaa' ); ?>>Comfortaa</option><option value="Coming Soon" <?php selected($font_family_post_entry, 'Coming Soon' ); ?>>Coming Soon</option><option value="Contrail One" <?php selected($font_family_post_entry, 'Contrail One' ); ?>>Contrail One</option><option value="Copse" <?php selected($font_family_post_entry, 'Copse' ); ?>>Copse</option><option value="Corben" <?php selected($font_family_post_entry, 'Corben' ); ?>>Corben</option><option value="Corben" <?php selected($font_family_post_entry, 'Corben' ); ?>>Corben</option><option value="Cousine" <?php selected($font_family_post_entry, 'Cousine' ); ?>>Cousine</option><option value="Coustard" <?php selected($font_family_post_entry, 'Coustard' ); ?>>Coustard</option><option value="Covered By Your Grace" <?php selected($font_family_post_entry, 'Covered By Your Grace' ); ?>>Covered By Your Grace</option><option value="Crafty Girls" <?php selected($font_family_post_entry, 'Crafty Girls' ); ?>>Crafty Girls</option><option value="Creepster Caps" <?php selected($font_family_post_entry, 'Creepster Caps' ); ?>>Creepster Caps</option><option value="Crimson Text" <?php selected($font_family_post_entry, 'Crimson Text' ); ?>>Crimson Text</option><option value="Crushed" <?php selected($font_family_post_entry, 'Crushed' ); ?>>Crushed</option><option value="Cuprum" <?php selected($font_family_post_entry, 'Cuprum' ); ?>>Cuprum</option><option value="Damion" <?php selected($font_family_post_entry, 'Damion' ); ?>>Damion</option><option value="Dancing Script" <?php selected($font_family_post_entry, 'Dancing Script' ); ?>>Dancing Script</option><option value="Dawning of a New Day" <?php selected($font_family_post_entry, 'Dawning of a New Day' ); ?>>Dawning of a New Day</option><option value="Days One" <?php selected($font_family_post_entry, 'Days One' ); ?>>Days One</option><option value="Delius" <?php selected($font_family_post_entry, 'Delius' ); ?>>Delius</option><option value="Delius Swash Caps" <?php selected($font_family_post_entry, 'Delius Swash Caps' ); ?>>Delius Swash Caps</option><option value="Delius Unicase" <?php selected($font_family_post_entry, 'Delius Unicase' ); ?>>Delius Unicase</option><option value="Didact Gothic" <?php selected($font_family_post_entry, 'Didact Gothic' ); ?>>Didact Gothic</option><option value="Dorsa" <?php selected($font_family_post_entry, 'Dorsa' ); ?>>Dorsa</option><option value="Droid Sans" <?php selected($font_family_post_entry, 'Droid Sans' ); ?>>Droid Sans</option><option value="Droid Sans Mono" <?php selected($font_family_post_entry, 'Droid Sans Mono' ); ?>>Droid Sans Mono</option><option value="Droid Serif" <?php selected($font_family_post_entry, 'Droid Serif' ); ?>>Droid Serif</option><option value="EB Garamond" <?php selected($font_family_post_entry, 'EB Garamond' ); ?>>EB Garamond</option><option value="Eater Caps" <?php selected($font_family_post_entry, 'Eater Caps' ); ?>>Eater Caps</option><option value="Expletus Sans" <?php selected($font_family_post_entry, 'Expletus Sans' ); ?>>Expletus Sans</option><option value="Fanwood Text" <?php selected($font_family_post_entry, 'Fanwood Text' ); ?>>Fanwood Text</option><option value="Federant" <?php selected($font_family_post_entry, 'Federant' ); ?>>Federant</option><option value="Federo" <?php selected($font_family_post_entry, 'Federo' ); ?>>Federo</option><option value="Fontdiner Swanky" <?php selected($font_family_post_entry, 'Fontdiner Swanky' ); ?>>Fontdiner Swanky</option><option value="Forum" <?php selected($font_family_post_entry, 'Forum' ); ?>>Forum</option><option value="Francois One" <?php selected($font_family_post_entry, 'Francois One' ); ?>>Francois One</option><option value="Gentium Book Basic" <?php selected($font_family_post_entry, 'Gentium Book Basic' ); ?>>Gentium Book Basic</option><option value="Geo" <?php selected($font_family_post_entry, 'Geo' ); ?>>Geo</option><option value="Geostar" <?php selected($font_family_post_entry, 'Geostar' ); ?>>Geostar</option><option value="Geostar Fill" <?php selected($font_family_post_entry, 'Geostar Fill' ); ?>>Geostar Fill</option><option value="Give You Glory" <?php selected($font_family_post_entry, 'Give You Glory' ); ?>>Give You Glory</option><option value="Gloria Hallelujah" <?php selected($font_family_post_entry, 'Gloria Hallelujah' ); ?>>Gloria Hallelujah</option><option value="Goblin One" <?php selected($font_family_post_entry, 'Goblin One' ); ?>>Goblin One</option><option value="Gochi Hand" <?php selected($font_family_post_entry, 'Gochi Hand' ); ?>>Gochi Hand</option><option value="Goudy Bookletter 1911" <?php selected($font_family_post_entry, 'Goudy Bookletter 1911' ); ?>>Goudy Bookletter 1911</option><option value="Gravitas One" <?php selected($font_family_post_entry, 'Gravitas One' ); ?>>Gravitas One</option><option value="Gruppo" <?php selected($font_family_post_entry, 'Gruppo' ); ?>>Gruppo</option><option value="Hammersmith One" <?php selected($font_family_post_entry, 'Hammersmith One' ); ?>>Hammersmith One</option><option value="Holtwood One SC" <?php selected($font_family_post_entry, 'Holtwood One SC' ); ?>>Holtwood One SC</option><option value="Homemade Apple" <?php selected($font_family_post_entry, 'Homemade Apple' ); ?>>Homemade Apple</option><option value="IM Fell DW Pica" <?php selected($font_family_post_entry, 'IM Fell DW Pica' ); ?>>IM Fell DW Pica</option><option value="IM Fell English" <?php selected($font_family_post_entry, 'IM Fell English' ); ?>>IM Fell English</option><option value="IM Fell English SC" <?php selected($font_family_post_entry, 'IM Fell English SC' ); ?>>IM Fell English SC</option><option value="Inconsolata" <?php selected($font_family_post_entry, 'Inconsolata' ); ?>>Inconsolata</option><option value="Indie Flower" <?php selected($font_family_post_entry, 'Indie Flower' ); ?>>Indie Flower</option><option value="Irish Grover" <?php selected($font_family_post_entry, 'Irish Grover' ); ?>>Irish Grover</option><option value="Irish Growler" <?php selected($font_family_post_entry, 'Irish Growler' ); ?>>Irish Growler</option><option value="Istok Web" <?php selected($font_family_post_entry, 'Istok Web' ); ?>>Istok Web</option><option value="Jockey One" <?php selected($font_family_post_entry, 'Jockey One' ); ?>>Jockey One</option><option value="Josefin Sans" <?php selected($font_family_post_entry, 'Josefin Sans' ); ?>>Josefin Sans</option><option value="Josefin Slab" <?php selected($font_family_post_entry, 'Josefin Slab' ); ?>>Josefin Slab</option><option value="Judson" <?php selected($font_family_post_entry, 'Judson' ); ?>>Judson</option><option value="Julee" <?php selected($font_family_post_entry, 'Julee' ); ?>>Julee</option><option value="Jura" <?php selected($font_family_post_entry, 'Jura' ); ?>>Jura</option><option value="Just Another Hand" <?php selected($font_family_post_entry, 'Just Another Hand' ); ?>>Just Another Hand</option><option value="Just Me Again Down Here" <?php selected($font_family_post_entry, 'Just Me Again Down Here' ); ?>>Just Me Again Down Here</option><option value="Kameron" <?php selected($font_family_post_entry, 'Kameron' ); ?>>Kameron</option><option value="Kelly Slab" <?php selected($font_family_post_entry, 'Kelly Slab' ); ?>>Kelly Slab</option><option value="Kenia" <?php selected($font_family_post_entry, 'Kenia' ); ?>>Kenia</option><option value="Kranky" <?php selected($font_family_post_entry, 'Kranky' ); ?>>Kranky</option><option value="Kreon" <?php selected($font_family_post_entry, 'Kreon' ); ?>>Kreon</option><option value="Kristi" <?php selected($font_family_post_entry, 'Kristi' ); ?>>Kristi</option><option value="La Belle Aurore" <?php selected($font_family_post_entry, 'La Belle Aurore' ); ?>>La Belle Aurore</option><option value="Lato" <?php selected($font_family_post_entry, 'Lato' ); ?>>Lato</option><option value="League Script" <?php selected($font_family_post_entry, 'League Script' ); ?>>League Script</option><option value="Leckerli One" <?php selected($font_family_post_entry, 'Leckerli One' ); ?>>Leckerli One</option><option value="Lekton" <?php selected($font_family_post_entry, 'Lekton' ); ?>>Lekton</option><option value="Limelight" <?php selected($font_family_post_entry, 'Limelight' ); ?>>Limelight</option><option value="Linden Hill" <?php selected($font_family_post_entry, 'Linden Hill' ); ?>>Linden Hill</option><option value="Lobster" <?php selected($font_family_post_entry, 'Lobster' ); ?>>Lobster</option><option value="Lobster Two" <?php selected($font_family_post_entry, 'Lobster Two' ); ?>>Lobster Two</option><option value="Lora" <?php selected($font_family_post_entry, 'Lora' ); ?>>Lora</option><option value="Love Ya Like A Sister" <?php selected($font_family_post_entry, 'Love Ya Like A Sister' ); ?>>Love Ya Like A Sister</option><option value="Loved by the King" <?php selected($font_family_post_entry, 'Loved by the King' ); ?>>Loved by the King</option><option value="Luckiest Guy" <?php selected($font_family_post_entry, 'Luckiest Guy' ); ?>>Luckiest Guy</option><option value="Maiden Orange" <?php selected($font_family_post_entry, 'Maiden Orange' ); ?>>Maiden Orange</option>
 
233
  </select>
234
  </div>
235
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 10px; width: 180px;">
180
  <?php $value=get_option('soon_page_desgin_settings'); $font_family_post_title = $value['title_font_format']; ?>
181
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 0px; width: 180px;">
182
  <select name="font_family_post_title" class="select" id="font_family_post_title">
183
+ <optgroup label="Select Fonts">
184
  <option value="roboto" <?php selected($font_family_post_title, 'roboto' ); ?>>roboto</option>
185
  <option value="Arial, sans-serif" <?php selected($font_family_post_title, 'Arial, sans-serif' ); ?>>Arial</option>
186
+ <option value="Verdana, Geneva, sans-serif" <?php selected($font_family_post_title, 'Verdana, Geneva, sans-serif' ); ?>>Verdana</option><option value="Trebuchet MS, Tahoma, sans-serif" <?php selected($font_family_post_title, 'Trebuchet MS, Tahoma, sans-serif' ); ?>>Trebuchet</option><option value="Georgia, serif" <?php selected($font_family_post_title, 'Georgia, serif' ); ?>>Georgia</option><option value="Times New Roman, serif" <?php selected($font_family_post_title, 'Times New Roman, serif' ); ?>>Times New Roman</option><option value="Tahoma, Geneva, Verdana, sans-serif" <?php selected($font_family_post_title, 'Tahoma, Geneva, Verdana, sans-serif' ); ?>>Tahoma</option><option value="Palatino, Palatino Linotype, serif" <?php selected($font_family_post_title, 'Palatino, Palatino Linotype, serif' ); ?>>Palatino</option><option value="Helvetica Neue, Helvetica, sans-serif" <?php selected($font_family_post_title, 'Helvetica Neue, Helvetica, sans-serif' ); ?>>Helvetica*</option><option value="Calibri, Candara, Segoe, Optima, sans-serif" <?php selected($font_family_post_title, 'Calibri, Candara, Segoe, Optima, sans-serif' ); ?>>Calibri*</option><option value="Myriad Pro, Myriad, sans-serif" <?php selected($font_family_post_title, 'Myriad Pro, Myriad, sans-serif' ); ?>>Myriad Pro*</option><option value="Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif" <?php selected($font_family_post_title, 'Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif' ); ?>>Lucida</option><option value="Arial Black, sans-serif" <?php selected($font_family_post_title, 'Arial Black, sans-serif' ); ?>>Arial Black</option><option value="Gill Sans, Gill Sans MT, Calibri, sans-serif" <?php selected($font_family_post_title, 'Gill Sans, Gill Sans MT, Calibri, sans-serif' ); ?>>Gill Sans*</option><option value="Geneva, Tahoma, Verdana, sans-serif" <?php selected($font_family_post_title, 'Geneva, Tahoma, Verdana, sans-serif' ); ?>>Geneva*</option><option value="Impact, Charcoal, sans-serif" <?php selected($font_family_post_title, 'Impact, Charcoal, sans-serif' ); ?>>Impact</option><option value="Courier, Courier New, monospace" <?php selected($font_family_post_title, 'Courier, Courier New, monospace' ); ?>>Courier</option><option value="Abel" <?php selected($font_family_post_title, 'Abel' ); ?>>Abel</option>
187
+ </optgroup>
188
  </select>
189
  </div>
190
 
229
  <?php $value=get_option('soon_page_desgin_settings'); $font_family_post_entry = $value['description_font_format']; ?>
230
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 0px; width: 180px;">
231
  <select name="font_family_post_description" class="select" id="font_family_post_description">
232
+ <optgroup label="Select Fonts">
233
  <option value="roboto" <?php selected($font_family_post_entry, 'roboto' ); ?>>roboto</option>
234
  <option value="Arial, sans-serif" <?php selected($font_family_post_entry, 'Arial, sans-serif' ); ?>>Arial</option>
235
+ <option value="Verdana, Geneva, sans-serif" <?php selected($font_family_post_entry, 'Verdana, Geneva, sans-serif' ); ?>>Verdana</option><option value="Trebuchet MS, Tahoma, sans-serif" <?php selected($font_family_post_entry, 'Trebuchet MS, Tahoma, sans-serif' ); ?>>Trebuchet</option><option value="Georgia, serif" <?php selected($font_family_post_entry, 'Georgia, serif' ); ?>>Georgia</option><option value="Times New Roman, serif" <?php selected($font_family_post_entry, 'Times New Roman, serif' ); ?>>Times New Roman</option><option value="Tahoma, Geneva, Verdana, sans-serif" <?php selected($font_family_post_entry, 'Tahoma, Geneva, Verdana, sans-serif' ); ?>>Tahoma</option><option value="Palatino, Palatino Linotype, serif" <?php selected($font_family_post_entry, 'Palatino, Palatino Linotype, serif' ); ?>>Palatino</option><option value="Helvetica Neue, Helvetica, sans-serif" <?php selected($font_family_post_entry, 'Helvetica Neue, Helvetica, sans-serif' ); ?>>Helvetica*</option><option value="Calibri, Candara, Segoe, Optima, sans-serif" <?php selected($font_family_post_entry, 'Calibri, Candara, Segoe, Optima, sans-serif' ); ?>>Calibri*</option><option value="Myriad Pro, Myriad, sans-serif" <?php selected($font_family_post_entry, 'Myriad Pro, Myriad, sans-serif' ); ?>>Myriad Pro*</option><option value="Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif" <?php selected($font_family_post_entry, 'Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif' ); ?>>Lucida</option><option value="Arial Black, sans-serif" <?php selected($font_family_post_entry, 'Arial Black, sans-serif' ); ?>>Arial Black</option><option value="Gill Sans, Gill Sans MT, Calibri, sans-serif" <?php selected($font_family_post_entry, 'Gill Sans, Gill Sans MT, Calibri, sans-serif' ); ?>>Gill Sans*</option><option value="Geneva, Tahoma, Verdana, sans-serif" <?php selected($font_family_post_entry, 'Geneva, Tahoma, Verdana, sans-serif' ); ?>>Geneva*</option><option value="Impact, Charcoal, sans-serif" <?php selected($font_family_post_entry, 'Impact, Charcoal, sans-serif' ); ?>>Impact</option><option value="Courier, Courier New, monospace" <?php selected($font_family_post_entry, 'Courier, Courier New, monospace' ); ?>>Courier</option><option value="Abel" <?php selected($font_family_post_entry, 'Abel' ); ?>>Abel</option>
236
+ </optgroup>
237
  </select>
238
  </div>
239
  <div class="select_wrapper background-attachment" style="margin: 0px 0px 0px 10px; width: 180px;">
images/cross.png ADDED
Binary file
images/icons1.png ADDED
Binary file
images/img/responsive page.png ADDED
Binary file
images/img/screenshot-10.png ADDED
Binary file
images/img/screenshot-18.png ADDED
Binary file
images/img/screenshot-2.png ADDED
Binary file
images/img/screenshot-22.png ADDED
Binary file
images/img/screenshot-23.png ADDED
Binary file
images/img/screenshot-24.png ADDED
Binary file
images/img/screenshot-26.png ADDED
Binary file
images/img/screenshot-9.png ADDED
Binary file
js/dw_tooltip_c.js DELETED
@@ -1,192 +0,0 @@
1
- /*
2
- This code is from Dynamic Web Coding at dyn-web.com
3
- Copyright 2003-2012 by Sharon Paine
4
- See Terms of Use at www.dyn-web.com/business/terms.php
5
- regarding conditions under which you may use this code.
6
- This notice must be retained in the code as is!
7
-
8
- Version date: Nov 2012
9
- All required code is in this file
10
- */
11
-
12
- /* Resources:
13
- focus/blur: http://www.quirksmode.org/blog/archives/2008/04/delegating_the.html
14
- dw_Util.getCurrentStyle: from jquery, dean edwards, see http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
15
- */
16
-
17
- var dw_Event={add:function(obj,etype,fp,cap){cap=cap||false;if(obj.addEventListener)obj.addEventListener(etype,fp,cap);else if(obj.attachEvent)obj.attachEvent("on"+etype,fp);},remove:function(obj,etype,fp,cap){cap=cap||false;if(obj.removeEventListener)obj.removeEventListener(etype,fp,cap);else if(obj.detachEvent)obj.detachEvent("on"+etype,fp);},DOMit:function(e){e=e?e:window.event;if(!e.target)e.target=e.srcElement;if(!e.preventDefault)e.preventDefault=function(){e.returnValue=false;return false;};if(!e.stopPropagation)e.stopPropagation=function(){e.cancelBubble=true;};return e;},getTarget:function(e){e=dw_Event.DOMit(e);var tgt=e.target;if(tgt.nodeType!=1)tgt=tgt.parentNode;return tgt;}}
18
-
19
- var dw_Viewport={getWinWidth:function(){this.width=0;if(window.innerWidth)this.width=window.innerWidth-18;else if(document.documentElement&&document.documentElement.clientWidth)this.width=document.documentElement.clientWidth;else if(document.body&&document.body.clientWidth)this.width=document.body.clientWidth;return this.width;},getWinHeight:function(){this.height=0;if(window.innerHeight)this.height=window.innerHeight-18;else if(document.documentElement&&document.documentElement.clientHeight)this.height=document.documentElement.clientHeight;else if(document.body&&document.body.clientHeight)this.height=document.body.clientHeight;return this.height;},getScrollX:function(){this.scrollX=0;if(typeof window.pageXOffset=="number")this.scrollX=window.pageXOffset;else if(document.documentElement&&document.documentElement.scrollLeft)this.scrollX=document.documentElement.scrollLeft;else if(document.body&&document.body.scrollLeft)this.scrollX=document.body.scrollLeft;else if(window.scrollX)this.scrollX=window.scrollX;return this.scrollX;},getScrollY:function(){this.scrollY=0;if(typeof window.pageYOffset=="number")this.scrollY=window.pageYOffset;else if(document.documentElement&&document.documentElement.scrollTop)this.scrollY=document.documentElement.scrollTop;else if(document.body&&document.body.scrollTop)this.scrollY=document.body.scrollTop;else if(window.scrollY)this.scrollY=window.scrollY;return this.scrollY;},getAll:function(){this.getWinWidth();this.getWinHeight();this.getScrollX();this.getScrollY();}};
20
-
21
- var dw_Util;if(!dw_Util)dw_Util={};dw_Util.getImage=function(src){var img=new Image();img.src=src;return img;};dw_Util.forBackCompatWidth=function(el){var val=0;var getStyle=dw_Util.getCurrentStyle;if(el.currentStyle&&!window.opera&&(document.compatMode==null||document.compatMode=="BackCompat")){var pl=parseInt(getStyle(el,'paddingLeft'));var pr=parseInt(getStyle(el,'paddingRight'));var bl=parseInt(getStyle(el,'borderLeftWidth'));var br=parseInt(getStyle(el,'borderRightWidth'));val=(!isNaN(pl)?pl:0)+(!isNaN(pr)?pr:0)+(!isNaN(bl)?bl:0)+(!isNaN(br)?br:0);}return val;};dw_Util.getCurrentStyle=function(el,prop){var val='';if(document.defaultView&&document.defaultView.getComputedStyle){val=document.defaultView.getComputedStyle(el,null)[prop];}else if(el.currentStyle){val=el.currentStyle[prop];if(!/^\d+(px)?$/i.test(val)&&/^\d/.test(val)){var style=el.style.left;var runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=val||0;val=el.style.pixelLeft+"px";el.style.left=style;el.runtimeStyle.left=runtimeStyle;}}return val;};dw_Util.writeStyleRule=function(rule,bScreenOnly){var media=(bScreenOnly!=false)?' media="screen">':'>';document.write('\n<style type="text/css"'+media+rule+'</style>');};dw_Util.mouseleave=function(e,oNode){e=dw_Event.DOMit(e);var toEl=e.relatedTarget?e.relatedTarget:e.toElement?e.toElement:null;if(oNode!=toEl&&!dw_Util.contained(toEl,oNode)){return true;}return false;};dw_Util.contained=function(oNode,oCont){if(!oNode)return null;while((oNode=oNode.parentNode))if(oNode==oCont)return true;return false;};dw_Util.getPageOffsets=function(el){var left=0,top=0;do{left+=el.offsetLeft;top+=el.offsetTop;}while((el=el.offsetParent));return{x:left,y:top};};dw_Util.isTouchDevice=function(){return 'ontouchend' in document;};dw_Util.makeClickable=function(sel,el){el=el||document;if(el.querySelectorAll){var list=el.querySelectorAll(sel);for(var i=0;list[i];i++){dw_Event.add(list[i],'click',function(){});}}};
22
-
23
- var dw_Tooltip={tip:null,timer:0,hoverTimer:0,active:false,actuator:null,resetFlag:false,restored:true,init:function(){var _this=dw_Tooltip,el;if(_this.hasSupport()){_this.setProps(true);if(dw_Util.isTouchDevice()){if(!_this.supportTouch){return;}_this.forTouch=true;}if(!(el=document.getElementById(_this.tipID))){el=document.createElement("div");el.id=_this.tipID;document.body.appendChild(el);}el.style.position='absolute';el.style.visibility='hidden';el.style.zIndex=10000;_this.tip=el;if(_this.forTouch||_this.activateOnClick){_this.showDelay=1;_this.hideDelay=1;}_this.setProps();_this.setPosition(0,0);_this.initHandlers();}},hasSupport:function(){var doc=document;if(doc.createElement&&doc.getElementsByTagName&&(doc.addEventListener||doc.attachEvent)){return true;}return false;},setProps:function(dflts){var _this=dw_Tooltip;var list=dflts?_this.getDefaultsList():_this.getPropsList();var prop,el;if(!_this.defaultProps)_this.defaultProps={};for(var i=0;el=list[i];i++){prop=el[0];_this[prop]=(typeof _this.defaultProps[prop]==el[1])?_this.defaultProps[prop]:el[2];}if(!dflts){_this.tip.className=_this.klass;_this.coordinateOptions();}},getDefaultsList:function(){return[['offX','number',12],['offY','number',12],['showDelay','number',100],['hideDelay','number',100],['hoverDelay','number',500],['tipID','string','tipDiv'],['actuatorClass','string','showTip'],['maxLoops','number',2],['supportTouch','boolean',false],['activateOnClick','boolean',false],['showCloseBox','boolean',false],['closeBoxImage','string',''],['activateOnFocus','boolean',true],['content_source','string','content_vars'],['on_activate','function',function(){}],['on_show','function',function(){}],['on_position','function',function(){}],['on_deactivate','function',function(){}],['on_hide','function',function(){}]];},getPropsList:function(){return[['klass','string',''],['followMouse','boolean',true],['sticky','boolean',false],['hoverable','boolean',false],['duration','number',0],['jumpAbove','boolean',true],['jumpLeft','boolean',true],['Left','boolean',false],['Above','boolean',false],['positionFn','function',this.positionRelEvent],['wrapFn','function',this.plainWrap]];},plainWrap:function(str){return str;},activate:function(e,tgt,msg,id){var _this=dw_Tooltip;if(!_this.tip)return;_this.clearTimer('timer');_this.clearTimer('hoverTimer');if(!_this.restored){_this.handleRestore();}_this.actuator=tgt;dw_Viewport.getAll();_this.getContent(e,tgt,msg,id);if(!_this.tip.innerHTML)return;_this.active=true;_this.on_activate();_this.positionFn(e,tgt);_this.adjust();_this.timer=setTimeout(_this.show,_this.showDelay);},getContent:function(e,tgt,msg,id){var _this=dw_Tooltip,vars,obj;if(id&&!msg){vars=_this.content_vars||{};obj=vars[id]?vars[id]:false;if(typeof obj=='string'){msg=obj;}else if(typeof obj=='object'){_this.checkForProps(obj);if(_this.content_source=='ajax'&&!obj['static']){_this.initAjaxRequest(id);}if(obj['content']){msg=obj['content'];}else if(obj['html_id']){var el=document.getElementById(obj['html_id']);if(el)msg=el.innerHTML;}else{msg=obj;}}}_this.restored=false;_this.handleOptions(e);_this.writeTip(msg);},writeTip:function(msg){msg=this.wrapFn(msg);this.tip.innerHTML=msg;},positionRelEvent:function(e,tgt){var _this=dw_Tooltip,pos;if(typeof e=='object'){if(e.type=='mouseover'||e.type=='mousemove'||e.type=='click'){_this.evX=_this.getMouseEventX(e);_this.evY=_this.getMouseEventY(e);if(e.type=='click'){pos=dw_Util.getPageOffsets(tgt);if((_this.evX>(pos.x+tgt.offsetWidth))||(_this.evX<pos.x)||(_this.evY>(pos.y+tgt.offsetHeight))||(_this.evY<pos.y)){_this.evX=pos.x;_this.evY=pos.y;_this.foc=true;}}}else{pos=dw_Util.getPageOffsets(tgt);_this.evX=pos.x;_this.evY=pos.y;_this.foc=true;}}var coords=_this.calcPosCoords(e,tgt);_this.setPosition(coords.x,coords.y);},calcPosCoords:function(e,tgt){var vp=dw_Viewport,_this=dw_Tooltip;var x=_this.evX,y=_this.evY;var maxX=_this.getMaxX(),maxY=_this.getMaxY();var xXd,yXd,dx,dy;var tx=x+_this.offX,ty=y+_this.offY;var altx=x-(_this.width+_this.offX);var alty=y-(_this.height+_this.offY);var spL=x-vp.scrollX>vp.width/2;var spA=y-vp.scrollY>vp.height/2;if(typeof e=='object'&&_this.foc){_this.focX=x+_this.offX+tgt.offsetWidth;if(_this.focX<=maxX){tx=_this.focX;}else{tx=_this.focX=maxX;}}else if(_this.focX){tx=_this.focX;}if(tx<=maxX&&!_this.Left){x=tx;}else if(altx>=vp.scrollX&&(_this.jumpLeft||_this.Left)){x=altx;}else if((_this.jumpLeft&&spL)||_this.Left){x=vp.scrollX;xXd='Left';}else{x=maxX;xXd='Right';}if(ty<=maxY&&!_this.Above){y=ty;}else if(alty>=vp.scrollY&&(_this.jumpAbove||_this.Above)){y=alty;}else if((_this.jumpAbove&&spA)||_this.Above){y=vp.scrollY;yXd='Above';}else{y=maxY;yXd='Below';}if(xXd&&yXd){dx=(xXd=='Left')?vp.scrollX-altx:tx-maxX;dy=(yXd=='Above')?vp.scrollY-alty:ty-maxY;if(dx<=dy){x=(xXd=='Left')?altx:tx;}else{y=(yXd=='Above')?alty:ty;}}return{x:x,y:y}},adjust:function(){var _this=dw_Tooltip;var imgs=_this.tip.getElementsByTagName('img');var img=imgs.length?imgs[imgs.length-1]:null;checkComplete();function checkComplete(){if(!_this.active)return;_this.positionFn();if(img&&!img.complete){setTimeout(checkComplete,50);}}},setPosition:function(x,y){this.tip.style.left=x+'px';this.tip.style.top=y+'px';this.on_position();},show:function(){var _this=dw_Tooltip;if(!_this.ttready)return;_this.tip.style.visibility='visible';_this.on_show();},deactivate:function(e){var _this=dw_Tooltip;if(!_this.tip||!_this.active||_this.sticky){return;}e=e?e:window.event;if(e.type&&e.type=='mouseout'&&!dw_Util.mouseleave(e,_this.actuator)){return;}_this.clearTimer('timer');_this.clearTimer('hoverTimer');if(_this.hoverable){_this.hoverTimer=setTimeout(_this.hide,_this.hoverDelay);return;}if(_this.duration){_this.timer=setTimeout(_this.hide,_this.duration);return;}_this.on_deactivate();_this.timer=setTimeout(_this.hide,_this.hideDelay);},hide:function(){var _this=dw_Tooltip;if(!_this.tip)return;_this.tip.style.visibility='hidden';_this.handleRestore();_this.on_hide();},handleOptions:function(e){var _this=dw_Tooltip;_this.coordinateOptions();if(_this.klass){_this.tip.className=_this.klass;}if(_this.hoverable){_this.tip.onmouseout=_this.tipOutCheck;_this.tip.onmouseover=function(){_this.clearTimer('hoverTimer');}}else if(_this.followMouse&&!(e.type=='focus'||e.type=='focusin')){dw_Event.add(document,'mousemove',_this.positionRelEvent,true);}else if(!(_this.forTouch||_this.activateOnClick)&&(_this.sticky||_this.duration)){dw_Event.add(document,"mouseup",_this.checkDocClick,true);}if(!_this.activateOnClick){dw_Event.add(_this.actuator,"click",_this.checkLinkClick);}},coordinateOptions:function(){var _this=dw_Tooltip;if(_this.forTouch||_this.activateOnClick||_this.sticky||_this.hoverable||_this.duration||_this.positionFn!=_this.positionRelEvent){_this.followMouse=false;}if(_this.forTouch||_this.activateOnClick||_this.sticky){_this.hoverable=false;_this.duration=0;}if(_this.hoverable){_this.duration=0;}if((_this.sticky||_this.forTouch||_this.activateOnClick)&&(_this.wrapFn==_this.plainWrap)){_this.wrapFn=_this.handleWrapOpts;}},handleRestore:function(){var _this=dw_Tooltip;if(_this.followMouse){dw_Event.remove(document,'mousemove',_this.positionRelEvent,true);}else if(!(_this.forTouch||_this.activateOnClick)&&(_this.sticky||_this.duration)){dw_Event.remove(document,"mouseup",_this.checkDocClick,true);}if(!_this.forTouch){_this.tip.onmouseover=_this.tip.onmouseout=function(){};}if(!_this.activateOnClick&&_this.actuator){dw_Event.remove(_this.actuator,"click",_this.checkLinkClick);}if(_this.resetFlag){_this.setProps();}_this.resetRequest();_this.tip.innerHTML='';_this.active=false;_this.actuator=null;_this.tip.style.width='';_this.focX=0;_this.foc=false;_this.restored=true;},getTipClass:function(cls){if(!cls){return '';}var c='',classes=cls.split(/\s+/);for(var i=0;classes[i];i++){if(classes[i]==this.actuatorClass&&classes[i+1]){c=classes[i+1];break;}}return c;},checkForProps:function(obj){var _this=dw_Tooltip,list=_this.getPropsList(),prop;for(var i=0;list[i];i++){prop=list[i][0];if(typeof obj[prop]!='undefined'){_this[prop]=obj[prop];_this.resetFlag=true;}}},tipOutCheck:function(e){var _this=dw_Tooltip,tip=this;if(dw_Util.mouseleave(e,tip)){_this.timer=setTimeout(_this.hide,_this.hideDelay);}},checkEscKey:function(e){e=e?e:window.event;if(e.keyCode==27)dw_Tooltip.hide();},checkDocClick:function(e){var _this=dw_Tooltip;if(!_this.active)return;var tgt=dw_Event.getTarget(e);var tip=document.getElementById(_this.tipID);if(tgt===_this.actuator||tgt===tip){return;}else if(dw_Util.contained(tgt,tip)){if(tgt.tagName&&tgt.tagName.toLowerCase()=="img")tgt=tgt.parentNode;if(tgt.tagName.toLowerCase()!="a"||tgt.href.indexOf("dw_Tooltip.hide")!=-1)return;}_this.timer=setTimeout(_this.hide,10);},checkLinkClick:function(e){var _this=dw_Tooltip,tgt=_this.actuator,cur_href,tgt_href,cur,pg,pt;if(!(tgt.nodeName.toLowerCase()=='a')&&!(tgt.nodeName.toLowerCase()=='area')){return;}tgt_href=tgt.href;if(!tgt_href||!(tgt_href.lastIndexOf('#')==tgt_href.length-1)){return;}cur_href=location.href;pt=cur_href.indexOf('#');cur=(pt!=-1)?cur_href.slice(0,pt):cur_href;pt=tgt_href.indexOf('#');pg=(pt!=-1)?tgt_href.slice(0,pt):tgt_href;if(cur==pg){e=dw_Event.DOMit(e);e.preventDefault();}},clearTimer:function(timer){if(dw_Tooltip[timer]){clearTimeout(dw_Tooltip[timer]);dw_Tooltip[timer]=0;}},initAjaxRequest:function(){},resetRequest:function(){},getWidth:function(){return this.width=this.tip.offsetWidth;},getHeight:function(){return this.height=this.tip.offsetHeight;},getMaxX:function(){return dw_Viewport.width+dw_Viewport.scrollX-this.getWidth()-1;},getMaxY:function(){return dw_Viewport.height+dw_Viewport.scrollY-this.getHeight()-1;},getMouseEventX:function(e){return e.pageX?e.pageX:e.clientX+dw_Viewport.scrollX;},getMouseEventY:function(e){return e.pageY?e.pageY:e.clientY+dw_Viewport.scrollY;},checkForActuator:function(e){var tgt=dw_Event.getTarget(e);if(!tgt){return;}var _this=dw_Tooltip,tipAct=null,ctr=0,msg='',id='',maxCnt=_this.maxLoops;do{if((tipAct=_this.getActuatorInfo(tgt))){msg=tipAct.msg;id=tipAct.id;switch(e.type){case 'mouseover':if(!_this.forTouch){if(window.attachEvent){dw_Event.remove(tgt,'mouseout',_this.deactivate);}dw_Event.add(tgt,'mouseout',_this.deactivate);}if(_this.forTouch&&_this.activateOnClick){dw_Event.add(tgt,'click',function(e){e.preventDefault();});}break;case 'click':if(_this.activateOnClick){e.preventDefault();}break;case 'focus':case 'focusin':if(_this.active&&tgt==_this.actuator){return;}if(window.addEventListener){dw_Event.add(tgt,'blur',_this.deactivate);}else if(window.attachEvent){dw_Event.add(tgt,'focusout',_this.deactivate);}break;}_this.activate(e,tgt,msg,id);break;}ctr++;}while(ctr<maxCnt&&(tgt=tgt.parentNode));},getActuatorInfo:function(tgt){var _this=dw_Tooltip,cls=_this.getTipClass(tgt.className);if(!cls)return '';var vars=_this.content_vars||{},msg='',id='',el;id=(vars&&vars[cls])?cls:'';if(!id&&_this.content_source=='class_id'&&(el=document.getElementById(cls))){msg=el.innerHTML;}if(id||msg){return{msg:msg,id:id}}return false;},initHandlers:function(){var _this=dw_Tooltip;if(_this.ready){return;}if(!_this.forTouch){if(_this.activateOnClick){dw_Event.add(document,'click',_this.checkForActuator,true);dw_Event.add(document,"mouseup",_this.checkDocClick,true);}else{dw_Event.add(document,'mouseover',_this.checkForActuator,true);}dw_Event.add(document,"keydown",_this.checkEscKey,true);if(!_this.activateOnClick&&_this.activateOnFocus){if(window.addEventListener){dw_Event.add(document,'focus',_this.checkForActuator,true);}else if(window.attachEvent){dw_Event.add(document,'focusin',_this.checkForActuator);}}}else{dw_Event.add(document,'mouseover',_this.checkForActuator,true);}_this.ready=true;}}
24
-
25
- var dw_Inf={};dw_Inf.fn=function(v){return eval(v)};dw_Inf.gw=dw_Inf.fn("\x77\x69\x6e\x64\x6f\x77\x2e\x6c\x6f\x63\x61\x74\x69\x6f\x6e");dw_Inf.ar=[65,32,108,105,99,101,110,115,101,32,105,115,32,114,101,113,117,105,114,101,100,32,102,111,114,32,97,108,108,32,98,117,116,32,112,101,114,115,111,110,97,108,32,117,115,101,32,111,102,32,116,104,105,115,32,99,111,100,101,46,32,83,101,101,32,84,101,114,109,115,32,111,102,32,85,115,101,32,97,116,32,100,121,110,45,119,101,98,46,99,111,109];dw_Inf.get=function(ar){var s="";var ln=ar.length;for(var i=0;i<ln;i++){s+=String.fromCharCode(ar[i]);}return s;};dw_Inf.mg=dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x65\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x61\x72\x29');dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x2e\x68\x6f\x73\x74\x6e\x61\x6d\x65\x2e\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73\x65\x28\x29\x3b');dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x32\x3d\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x2e\x68\x72\x65\x66\x2e\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73\x65\x28\x29\x3b');dw_Inf.x0=function(){dw_Inf.fn('\x69\x66\x28\x21\x28\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x3d\x27\x27\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x3d\x27\x31\x32\x37\x2e\x30\x2e\x30\x2e\x31\x27\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x2e\x69\x6e\x64\x65\x78\x4f\x66\x28\x27\x6c\x6f\x63\x61\x6c\x68\x6f\x73\x74\x27\x29\x21\x3d\x2d\x31\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x32\x2e\x69\x6e\x64\x65\x78\x4f\x66\x28\x27\x64\x79\x6e\x2d\x77\x65\x62\x2e\x63\x6f\x6d\x27\x29\x21\x3d\x2d\x31\x29\x29\x61\x6c\x65\x72\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x6d\x67\x29\x3b\x64\x77\x5f\x54\x6f\x6f\x6c\x74\x69\x70\x2e\x74\x74\x72\x65\x61\x64\x79\x3d\x74\x72\x75\x65\x3b');};dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x78\x30\x28\x29\x3b');
26
-
27
- /////////////////////////////////////////////////////////////////////
28
- // NOTE: means of adding tipContent style rule is available for xml (without document.write)
29
- // Used when the tooltip content is in HTML elements with tipContent class attached
30
- dw_Tooltip.writeStyleRule = function() {
31
- if ( dw_Tooltip.hasSupport() ) {
32
- dw_Util.writeStyleRule('.tipContent { display:none; }');
33
- }
34
- }
35
-
36
- /////////////////////////////////////////////////////////////////////
37
- // Positioning algorithms
38
- dw_Tooltip.posWinCenter = dw_Tooltip.positionWindowCenter = function() {
39
- var vp = dw_Viewport, _this = dw_Tooltip;
40
- var x = Math.round( (vp.width - _this.tip.offsetWidth)/2 ) + vp.scrollX;
41
- var y = Math.round( (vp.height - _this.tip.offsetHeight)/2 ) + vp.scrollY;
42
- _this.setPosition(x,y);
43
- }
44
-
45
- // new fn's to position relative to target location
46
- dw_Tooltip.posCenterAboveTgt = function() {
47
- var _this = dw_Tooltip;
48
- var tgt = _this.actuator;
49
- var pos = dw_Util.getPageOffsets( tgt );
50
- // center horizontally
51
- var x = pos.x + (tgt.offsetWidth/2 - _this.tip.offsetWidth/2);
52
- var y = pos.y - _this.tip.offsetHeight; // above
53
- _this.setPosition(x,y);
54
- }
55
-
56
- dw_Tooltip.posCenterBelowTgt = function() {
57
- var _this = dw_Tooltip;
58
- var tgt = _this.actuator;
59
- var pos = dw_Util.getPageOffsets( tgt );
60
- // center horizontally
61
- var x = pos.x + (tgt.offsetWidth/2 - _this.tip.offsetWidth/2);
62
- var y = pos.y + tgt.offsetHeight + _this.offY; // below
63
- _this.setPosition(x,y);
64
- }
65
-
66
- dw_Tooltip.posLeftTgt = function() {
67
- var _this = dw_Tooltip;
68
- var tgt = _this.actuator;
69
- var pos = dw_Util.getPageOffsets( tgt );
70
- var x = pos.x - (_this.tip.offsetWidth + _this.offX);
71
- var y = pos.y;
72
- _this.setPosition(x,y);
73
- }
74
-
75
- dw_Tooltip.posRightTgt = function() {
76
- var _this = dw_Tooltip;
77
- var tgt = _this.actuator;
78
- var pos = dw_Util.getPageOffsets( tgt );
79
- var x = pos.x + tgt.offsetWidth + _this.offX;
80
- var y = pos.y;
81
- _this.setPosition(x,y);
82
- }
83
-
84
- /////////////////////////////////////////////////////////////////////
85
- // formatting and display functions
86
-
87
- // for style sheet specs: div.topBar, span.closeBox, span.caption, div.XtipContent
88
- dw_Tooltip.wrapWithCloseBox = function(str, caption) {
89
- caption = caption || ''; //'&nbsp;';
90
- var img = this.closeBoxImage || '', css = '', box, msg;
91
- if ( img ) {
92
- dw_Util.getImage(img);
93
- } else { // styles for linked X
94
- css = ' style="text-decoration:none; font-weight:bold;"';
95
- }
96
- box = img? '<img style="border:none" src="' + img + '" alt="Close box" />': 'X';
97
- msg = '<div class="topBar"><span class="closeBox" style="position:absolute; top:0; right:0; text-align:right;"><a href="javascript: void dw_Tooltip.hide()"' + css + '>' + box + '</a></span><span class="caption">' + caption + '</span></div><div class="XtipContent">' + str + '</div>';
98
- return msg;
99
- }
100
-
101
- // close link at bottom
102
- dw_Tooltip.wrapWithCloseLink = function(str, caption) {
103
- if ( caption ) {
104
- str = '<div class="caption">' + caption + '</div>' + str;
105
- }
106
- str += '<div class="close" style="text-align:center; margin:4px 0;"><a href="javascript: void dw_Tooltip.hide()">Close</a></div>';
107
- return str;
108
- }
109
-
110
- // handles options for caption, width, closebox for wrap functions below
111
- // div.caption if no close box (not sticky, activateOnClick, forTouch)
112
- dw_Tooltip.handleWrapOpts = function(str, obj) {
113
- var _this = dw_Tooltip;
114
- var w = (obj && obj['w'])? obj['w']: '';
115
- var caption = (obj && obj['caption'])? obj['caption']: '';
116
- if ( _this.sticky || _this.activateOnClick || _this.forTouch ) {
117
- str = _this.showCloseBox? _this.wrapWithCloseBox(str, caption): _this.wrapWithCloseLink(str, caption);
118
- } else if ( caption ) {
119
- str = '<div class="caption">' + caption + '</div>' + str;
120
- }
121
- if ( w && _this.showCloseBox && (_this.sticky || _this.activateOnClick || _this.forTouch) ) {
122
- w += 8; // attempt to account for padding of inner wrapper
123
- }
124
- if ( w ) { _this.setTipWidth( w ); }
125
- return str;
126
- }
127
-
128
- /////////////////////////////////////////////////////////////////////
129
- // customizable wrap functions. Modify (at your own risk) or ask for
130
- // custom function(s) designed to suit your needs.
131
-
132
- // optional caption, optional width supported by all these wrapFn's
133
- // if js errors, check content_vars obj props
134
-
135
- // modified to include option for img or str props in obj
136
- dw_Tooltip.wrapToWidth = function(obj) {
137
- var _this = dw_Tooltip; var str = '';
138
- if ( obj['img'] ) {
139
- dw_Util.getImage( obj['img'] );
140
- str = '<img src="' + obj['img'] + '" alt="" />';
141
- } else {
142
- str = obj['str'];
143
- }
144
- return dw_Tooltip.handleWrapOpts(str, obj);
145
- }
146
-
147
- dw_Tooltip.wrapImageOverText = function(obj) {
148
- dw_Util.getImage( obj['img'] );
149
- var str = '<div class="img"><img src="' + obj['img'] + '" alt="" /></div><div class="txt">' + obj['txt'] + '</div>';
150
- return dw_Tooltip.handleWrapOpts(str, obj);
151
- }
152
-
153
- dw_Tooltip.wrapTextOverImage = function(obj) {
154
- dw_Util.getImage( obj['img'] );
155
- var str = '<div class="txt">' + obj['txt'] + '</div><div class="img"><img src="' + obj['img'] + '" alt="" /></div>';
156
- return dw_Tooltip.handleWrapOpts(str, obj);
157
- }
158
-
159
- // Image and text side by side
160
- // w is width to set tipDiv
161
- dw_Tooltip.wrapTextByImage = function(obj) {
162
- dw_Util.getImage( obj['img'] );
163
-
164
- // table with att's used to reduce support issues that other markup choices would entail!
165
- var str = '<table cellpadding="0" cellspacing="0" border="0"><tr>' +
166
- '<td><div class="txt">' + obj['txt'] + '</div></td>' +
167
- '<td><div class="img"><img src="' + obj['img'] + '" alt="" /></div>' +
168
- '</td></tr></table>';
169
-
170
- return dw_Tooltip.handleWrapOpts(str, obj);
171
- }
172
-
173
- // w, h in obj are applied to img width and height attributes
174
- // can be used to resize img
175
- dw_Tooltip.wrapImageToWidth = function(obj) {
176
- var _this = dw_Tooltip; dw_Util.getImage( obj['img'] );
177
- var str = '<img src="' + obj['img'] + '" width="' + obj['w'] + '" height="' + obj['h'] + '" alt="" />';
178
- return dw_Tooltip.handleWrapOpts(str, obj);
179
- }
180
-
181
- // end customizable wrap functions
182
- /////////////////////////////////////////////////////////////////////
183
-
184
- // several functions include option of setting width
185
- dw_Tooltip.setTipWidth = function(w) {
186
- w = parseInt(w) + dw_Util.forBackCompatWidth( this.tip ); // in case padding and border set on tipDiv
187
- this.tip.style.width = w + "px";
188
- }
189
-
190
- /////////////////////////////////////////////////////////////////////
191
- // Initialization: init tooltip and set up event delegation
192
- dw_Event.add( window, 'load', dw_Tooltip.init );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/spa-tab.js CHANGED
@@ -1,39 +1,56 @@
1
- jQuery(document).ready(function() {
2
- jQuery('#ui-id-1').click(function(){
3
- jQuery('#option_general').show();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- jQuery('#option_footer').hide();
6
- jQuery('#option_home').hide();
7
- jQuery('#option_typography').hide();
8
- });
9
- jQuery('#ui-id-2').click(function(){
10
- jQuery('#option_typography').show();
11
- jQuery('#option_general').hide();
12
 
13
- jQuery('#option_footer').hide();
14
- jQuery('#option_home').hide();
15
- });
16
- /* jQuery('#ui-id-3').click(function(){
17
- jQuery('#option_logo_header').show();
18
- jQuery('#option_general').hide();
19
- jQuery('#option_typography').hide();
20
- jQuery('#option_footer').hide();
21
- jQuery('#option_home').hide();
22
- }); */
23
- jQuery('#ui-id-4').click(function(){
24
- jQuery('#option_footer').hide();
25
- jQuery('#option_general').show();
26
- jQuery('#option_typography').hide();
27
 
28
- jQuery('#option_home').hide();
29
- });
30
- jQuery('#ui-id-5').click(function(){
31
- jQuery('#option_home').show();
32
- jQuery('#option_general').hide();
33
- jQuery('#option_typography').hide();
34
 
35
- jQuery('#option_footer').hide();
36
- });
37
  });
38
 
39
  // js to active the link of option pannel
1
+ jQuery(document).ready(function()
2
+ {
3
+ jQuery('#ui-id-1').click(function(){
4
+ jQuery('#option_general').show();
5
+
6
+ jQuery('#option_footer').hide();
7
+ jQuery('#option_home').hide();
8
+ jQuery('#option_typography').hide();
9
+ jQuery('#coming_soon_pro').hide();
10
+ });
11
+ jQuery('#ui-id-2').click(function(){
12
+ jQuery('#option_typography').show();
13
+ jQuery('#option_general').hide();
14
+
15
+ jQuery('#option_footer').hide();
16
+ jQuery('#option_home').hide();
17
+ jQuery('#coming_soon_pro').hide();
18
+ });
19
+ /* jQuery('#ui-id-3').click(function(){
20
+ jQuery('#option_logo_header').show();
21
+ jQuery('#option_general').hide();
22
+ jQuery('#option_typography').hide();
23
+ jQuery('#option_footer').hide();
24
+ jQuery('#option_home').hide();
25
+ }); */
26
+ jQuery('#ui-id-4').click(function(){
27
+ jQuery('#option_footer').hide();
28
+ jQuery('#option_general').show();
29
+ jQuery('#option_typography').hide();
30
+
31
+ jQuery('#option_home').hide();
32
+ jQuery('#coming_soon_pro').hide();
33
+ });
34
+ jQuery('#ui-id-5').click(function(){
35
+ jQuery('#option_home').show();
36
+ jQuery('#option_general').hide();
37
+ jQuery('#option_typography').hide();
38
+
39
+ jQuery('#option_footer').hide();
40
+ jQuery('#coming_soon_pro').hide();
41
 
42
+ });
43
+ jQuery('#ui-id-6').click(function(){
44
+ jQuery('#option_home').hide();
45
+ jQuery('#option_general').hide();
46
+ jQuery('#option_typography').hide();
 
 
47
 
48
+ jQuery('#option_footer').hide();
49
+ jQuery('#coming_soon_pro').show();
50
+ jQuery('#img-right').hide();
51
+ });
 
 
 
 
 
 
 
 
 
 
52
 
 
 
 
 
 
 
53
 
 
 
54
  });
55
 
56
  // js to active the link of option pannel
pro.php ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <?php wp_enqueue_style('cs-bootstrap',plugins_url('/css/cs-bootstrap.css',__FILE__));?>
3
+ <style>
4
+
5
+ /* =Tooltips style
6
+ ========================================================================*/
7
+
8
+ .icon1 {
9
+ display: inline-block;
10
+ width: 13px;
11
+ height: 13px;
12
+ position: relative;
13
+ padding: 0 0px 0 0;
14
+ vertical-align: middle;
15
+
16
+ background: url(<?php echo plugins_url('images/icons1.png',__FILE__) ?>) no-repeat;
17
+ }
18
+
19
+ .tooltip1 {
20
+ display: none;
21
+ width: 200px;
22
+ position: absolute;
23
+ padding: 10px;
24
+ margin: 4px 0 0 4px;
25
+ top: 0;
26
+ left: 16px;
27
+ border: 1px solid #76B6D7;
28
+ border-radius: 0 8px 8px 8px;
29
+ background: #bedffe;
30
+ font-size: 13px;
31
+ box-shadow: 0 1px 2px -1px #21759B;
32
+ z-index: 999;
33
+ }
34
+
35
+ /* Icons Sprite Position */
36
+
37
+ .help {
38
+ background-position: 0 0;
39
+ }
40
+
41
+ .warning {
42
+ background-position: -20px 0;
43
+ }
44
+
45
+ .error {
46
+ background-position: -40px 0;
47
+ }
48
+
49
+ /* Tooltip Colors */
50
+
51
+ .help .tooltip1 {
52
+ border-color: #76B6D7;
53
+ background-color: #bedffe;
54
+ box-shadow-color: #21759B;
55
+ }
56
+
57
+ .warning .tooltip1 {
58
+ border-color: #cca863;
59
+ background-color: #ffff70;
60
+ box-shadow-color: #ac8c4e;
61
+ }
62
+
63
+ .error .tooltip1 {
64
+ border-color: #b50d0d;
65
+ background-color: #e44d4e;
66
+ box-shadow-color: #810606;
67
+ }
68
+
69
+ .icon1:hover .tooltip1 {
70
+ display: block;
71
+ box-shadow: 0 10px 20px -1px rgba(0,0,0,0.5);
72
+
73
+
74
+ }
75
+ .screenshot{
76
+
77
+ max-height: 240px;
78
+ max-width: 240px;
79
+ padding: 5px;
80
+ margin-right:10px;
81
+ margin-top: 10px;
82
+ border: 1px solid #a4bbcd;
83
+ background: #a4bbcd;
84
+ -moz-border-radius: 3px;
85
+ -khtml-border-radius: 3px;
86
+ -webkit-border-radius: 3px;
87
+ border-radius: 3px;
88
+ }
89
+ .screenshot1{
90
+
91
+ max-height: 265px;
92
+ max-width: 500px;
93
+ padding: 5px;
94
+ margin-left:40px;
95
+ margin-top: 10px;
96
+ border: 1px solid #a4bbcd;
97
+ background: #a4bbcd;
98
+ -moz-border-radius: 3px;
99
+ -khtml-border-radius: 3px;
100
+ -webkit-border-radius: 3px;
101
+ border-radius: 3px;
102
+ }
103
+ </style>
104
+
105
+ <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="coming_soon_pro" aria-labelledby="ui-id-1" style="display: none;" >
106
+ <h3><img src="<?php echo plugins_url('/images/png.png',__FILE__); ?>" style="vertical-align: middle;margin-top:-10px"/>&nbsp;Coming Soon Pro Feature</h3>
107
+
108
+ <pre style="font-size:15px;font-family: 'Open Sans', sans-serif;">Hello friends,
109
+ Thanks a lot for using our plugin.
110
+ We are currently working on the premium version of the Easy Coming Soon Plugin.
111
+ <br>
112
+ The beta version of premium plugin is ready and we are currently looking for users to try out the beta version.
113
+ If you are interested then contact Here
114
+ Email Address-<p style="color: #3a87ad;display:inline;font-size:14px"><strong> themes@webriti.com</strong></p>
115
+ Pls use the Subject Line: "Easy Coming Soon Pro - Beta Version"
116
+
117
+ </pre>
118
+ <h3>Premium Version Features with Comparison Table</h3>
119
+ <table class="table table-hover table-bordered" style="font-size:15px;margin-bottom:0px;" >
120
+ <thead class="alert alert-info">
121
+ <tr>
122
+ <th></th>
123
+ <th style="text-align: center; font-size: 16px;">Features</th>
124
+ <th style="text-align: center; font-size: 16px;">Free</th>
125
+ <th style="text-align: center; font-size: 16px;">Premium</th>
126
+ </tr>
127
+ </thead>
128
+ <tbody>
129
+
130
+
131
+ <tr style="height:6px;">
132
+ <td><span class="icon1 help" style="float:right">
133
+ <span class="tooltip1"><?php _e('Plugin is work with any wordpress theme easily.');?></span></span></td>
134
+ <td><p style="font-size:14px"><strong>Works With Any Wordpress Theme</strong></p></td>
135
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
136
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
137
+ </tr>
138
+
139
+ <tr>
140
+ <td><span class="icon1 help" style="float:right">
141
+ <span class="tooltip1"><?php _e('Plugin template is compatible with all devices. It have completely resposive feature.');?></span></span></td>
142
+ <td><p style="font-size:14px"><b>Responsive Design</b></p></td>
143
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
144
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
145
+ </tr>
146
+
147
+ <tr>
148
+ <td><span class="icon1 help" style="float:right">
149
+ <span class="tooltip1"><?php _e('Defalut template is availale in both pro and free .');?></span></span></td>
150
+ <td><p style="font-size:14px"><b>Free Coming Soon Page Template</b></p></td>
151
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
152
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
153
+ </tr>
154
+ <tr>
155
+ <td><span class="icon1 help" style="float:right">
156
+ <span class="tooltip1"><?php _e('Easily customizable admin panel and very user friendly.');?></span></span></td>
157
+ <td><p style="font-size:14px"><b> User-friendly Setup</b> </p></td>
158
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
159
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
160
+ </tr>
161
+
162
+ <tr>
163
+ <td><span class="icon1 help" style="float:right">
164
+ <span class="tooltip1"><?php _e('Default fonts are availabel in both.');?></span></span></td>
165
+ <td><p style="font-size:14px"><b>Default fonts</b> </p></td>
166
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
167
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
168
+ </tr>
169
+
170
+
171
+ <tr>
172
+ <td><span class="icon1 help" style="float:right">
173
+ <span class="tooltip1"><?php _e('Buddy Press Supportive.','sis_spa');?></span></span></td>
174
+ <td><p style="font-size:14px"><b>BuddyPress Support</b></p></td>
175
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
176
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
177
+ </tr>
178
+
179
+
180
+ <tr>
181
+ <td><span class="icon1 help" style="float:right">
182
+ <span class="tooltip1"><?php _e('Visible only non loggeed user, if you are not login then you are not able to view regular site.');?></span></span></td>
183
+ <td><p style="font-size:14px"><b>Visible only non logged user</b></p></td>
184
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
185
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
186
+ </tr>
187
+
188
+
189
+ <tr>
190
+ <td><span class="icon1 help" style="float:right">
191
+ <span class="tooltip1"><?php _e('Easily collect user notify mail.');?></span></span></td>
192
+ <td><p style="font-size:14px"><b>Easily collect visitor emails</b> </p></td>
193
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
194
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
195
+ </tr>
196
+
197
+
198
+
199
+
200
+
201
+ <tr>
202
+ <td><span class="icon1 help" style="float:right">
203
+ <span class="tooltip1"><?php _e('Google Analytics supportive.');?></span></span></td>
204
+ <td><p style="font-size:14px"><b>Google Analytics Support</b></p></td>
205
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
206
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
207
+ </tr>
208
+
209
+ <tr>
210
+ <td><span class="icon1 help" style="float:right">
211
+ <span class="tooltip1"><?php _e('Get social support.','sis_spa');?></span></span></td>
212
+ <td><p style="font-size:14px"><b>Social Follow Icons</b></p></td>
213
+ <td style="text-align: center;"><p>Facebook, Twitter, Google+</p></td>
214
+ <td style="text-align: center;">Twitter, Facebook, Linkedin, Google+, Youtube, Email, Pinterest, Yahoo etc.</td>
215
+ </tr>
216
+
217
+ <tr>
218
+ <td><span class="icon1 help" style="float:right">
219
+ <span class="tooltip1"><?php _e('Google fonts api are integreted with coming soon.');?></span></span></td>
220
+ <td><p style="font-size:14px"><b>Google Fonts Support</b></p></td>
221
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
222
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
223
+ </tr>
224
+
225
+ <tr>
226
+ <td><span class="icon1 help" style="float:right">
227
+ <span class="tooltip1"><?php _e('Get our fast and friendly support.');?></span></span></td>
228
+ <td><p style="font-size:14px"><b>Multisite Support</b></p></td>
229
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
230
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
231
+ </tr>
232
+
233
+ <tr>
234
+ <td><span class="icon1 help" style="float:right">
235
+ <span class="tooltip1"><?php _e('Access coming soon page shortcodes.');?></span></span></td>
236
+ <td><p style="font-size:14px"><b>Shortcode Support</b></p></td>
237
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
238
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
239
+ </tr>
240
+
241
+ <tr>
242
+ <td><span class="icon1 help" style="float:right">
243
+ <span class="tooltip1"><?php _e('laguage Translation is available in premium.');?></span></span></td>
244
+ <td><p style="font-size:14px"><b>Language Translation Support</b></p></td>
245
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
246
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
247
+ </tr>
248
+
249
+ <tr>
250
+ <td><span class="icon1 help" style="float:right">
251
+ <span class="tooltip1"><?php _e('limit access with clients who want to view regular sites.');?></span></span></td>
252
+ <td><p style="font-size:14px"><b>Limit Access with Client View</b></p></td>
253
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
254
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
255
+ </tr>
256
+
257
+ <tr>
258
+ <td><span class="icon1 help" style="float:right">
259
+ <span class="tooltip1"><?php _e('Multiple page template is available for coming soon page.');?></span></span></td>
260
+ <td><p style="font-size:14px"><b>Multiple Page Templates</b></p></td>
261
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
262
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
263
+ </tr>
264
+
265
+ <tr>
266
+ <td><span class="icon1 help" style="float:right">
267
+ <span class="tooltip1"><?php _e('Add user whitelist who access the site after login.');?></span></span></td>
268
+ <td><p style="font-size:14px"><b>Add User Whitelist</b></p></td>
269
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
270
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
271
+ </tr>
272
+
273
+ <tr>
274
+ <td><span class="icon1 help" style="float:right">
275
+ <span class="tooltip1"><?php _e('Add ip access for user.');?></span></span></td>
276
+ <td><p style="font-size:14px"><b>Access By Ip</b></p></td>
277
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
278
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
279
+ </tr>
280
+
281
+ <tr>
282
+ <td><span class="icon1 help" style="float:right">
283
+ <span class="tooltip1"><?php _e('page landing mode is available that mean you will able to add coming soon template for single site page .');?></span></span></td>
284
+ <td><p style="font-size:14px"><b>Single Page View Access</b></p></td>
285
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
286
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
287
+ </tr>
288
+
289
+ <tr>
290
+ <td><span class="icon1 help" style="float:right">
291
+ <span class="tooltip1"><?php _e('Add fullscreen background slideshow.');?></span></span></td>
292
+ <td><p style="font-size:14px"><b>Background Image SlideShow</b></p></td>
293
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
294
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
295
+ </tr>
296
+
297
+ <tr>
298
+ <td><span class="icon1 help" style="float:right">
299
+ <span class="tooltip1"><?php _e('Add youtube video background.');?></span></span></td>
300
+ <td><p style="font-size:14px"><b>Youtube Video background</b></p></td>
301
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
302
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
303
+ </tr>
304
+
305
+ <tr>
306
+ <td><span class="icon1 help" style="float:right">
307
+ <span class="tooltip1"><?php _e('Mailchimp Integration for Email Marketing & Data Capture.');?></span></span></td>
308
+ <td><p style="font-size:14px"><b>Mailchimp Support</b></p></td>
309
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
310
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
311
+ </tr>
312
+
313
+
314
+ <tr>
315
+ <td><span class="icon1 help" style="float:right">
316
+ <span class="tooltip1"><?php _e('Aweber Integration for Email Marketing & Data Capture.');?></span></span></td>
317
+ <td><p style="font-size:14px"><b>Aweber Support</b></p></td>
318
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
319
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
320
+ </tr>
321
+
322
+
323
+ <tr>
324
+ <td><span class="icon1 help" style="float:right">
325
+ <span class="tooltip1"><?php _e('feedburner Integration for Email Marketing & Data Capture.');?></span></span></td>
326
+ <td><p style="font-size:14px"><b>Feedburner Support</b></p></td>
327
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
328
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
329
+ </tr>
330
+
331
+
332
+ <tr>
333
+ <td><span class="icon1 help" style="float:right">
334
+ <span class="tooltip1"><?php _e('Add countdown timer for coming soon page.');?></span></span></td>
335
+ <td><p style="font-size:14px"><b>Countdown Timer</b></p></td>
336
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
337
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
338
+ </tr>
339
+
340
+
341
+
342
+ <tr>
343
+ <td><span class="icon1 help" style="float:right">
344
+ <span class="tooltip1"><?php _e('progress bar enable');?></span></span></td>
345
+ <td><p style="font-size:14px"><b>Progress Bar</b></p></td>
346
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
347
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
348
+ </tr>
349
+
350
+ <tr>
351
+ <td><span class="icon1 help" style="float:right">
352
+ <span class="tooltip1"><?php _e('SEO supportive. Add meta title, description and favicon image. ');?></span></span></td>
353
+ <td><p style="font-size:14px"><b>Custom Faviceon, Meta Title and Description </b></p></td>
354
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
355
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
356
+ </tr>
357
+
358
+ <tr>
359
+ <td><span class="icon1 help" style="float:right">
360
+ <span class="tooltip1"><?php _e('Get multiple mode of coming soon like Maintanance mode,Landing mode etc.');?></span></span></td>
361
+ <td><p style="font-size:14px"><b>Enable Multiple Mode of Coming Soon</b></p></td>
362
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
363
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
364
+ </tr>
365
+ <tr>
366
+ <td><span class="icon1 help" style="float:right">
367
+ <span class="tooltip1"><?php _e('Company logo and credit image insertig option.','sis_spa');?></span></span></td>
368
+ <td><p style="font-size:14px"><b>Company Logo and Credit Links</b></p></td>
369
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
370
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
371
+ </tr>
372
+
373
+
374
+
375
+ </tbody>
376
+
377
+ </table>
378
+ <h3><center><strong>SCREENSHOTS</strong></center></h3>
379
+ <div>
380
+
381
+ <img src="<?php echo plugins_url('/images/img/screenshot-2.png',__FILE__); ?>" class="screenshot"/>
382
+ <img src="<?php echo plugins_url('/images/img/screenshot-10.png',__FILE__); ?>" class="screenshot"/>
383
+ <img src="<?php echo plugins_url('/images/img/screenshot-24.png',__FILE__); ?>" class="screenshot"/>
384
+ <img src="<?php echo plugins_url('/images/img/screenshot-22.png',__FILE__); ?>" class="screenshot"/>
385
+ <img src="<?php echo plugins_url('/images/img/screenshot-23.png',__FILE__); ?>" class="screenshot"/>
386
+ <img src="<?php echo plugins_url('/images/img/screenshot-26.png',__FILE__); ?>" class="screenshot"/>
387
+ <img src="<?php echo plugins_url('/images/img/screenshot-9.png',__FILE__); ?>" class="screenshot"/>
388
+ <img src="<?php echo plugins_url('/images/img/screenshot-18.png',__FILE__); ?>" class="screenshot"/>
389
+
390
+
391
+ </div>
392
+
393
+ <h3 >Responsive page Design</h3>
394
+
395
+ <img src="<?php echo plugins_url('/images/img/responsive page.png',__FILE__); ?>" class="screenshot1"/>
396
+ </div>
readme.txt CHANGED
@@ -54,17 +54,21 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
54
  == Screenshots ==
55
 
56
  1. Create Coming soon page like this
57
- 2. Coming soon page template view-2
58
- 3. Coming soon plugin general setting panel
59
- 4. Coming soon plugin Design panel
60
- 5. Coming soon Page live preview
 
61
 
62
  == Changelog ==
63
 
 
 
 
64
  =0.91=
65
  1. Plugin compatible with Wordpress 3.8
66
 
67
- =0.9=
68
  1. UI Interface updated.
69
  2. Minor changes in code
70
 
@@ -72,7 +76,6 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
72
  1. Fixed a few Typos
73
  2. Minor changes in code
74
 
75
-
76
  = 0.86 =
77
  1. Fixed a Typo
78
  2. Placeholder text for email subscription field is now editable
54
  == Screenshots ==
55
 
56
  1. Create Coming soon page like this
57
+ 2. Snap2
58
+ 3. Snap3
59
+ 4. Snap4
60
+ 5. General setting page
61
+ 6. Design setting page
62
 
63
  == Changelog ==
64
 
65
+ =0.92=
66
+ 1. Fixed a small bug with Font Selection
67
+
68
  =0.91=
69
  1. Plugin compatible with Wordpress 3.8
70
 
71
+ = 0.9 =
72
  1. UI Interface updated.
73
  2. Minor changes in code
74
 
76
  1. Fixed a few Typos
77
  2. Minor changes in code
78
 
 
79
  = 0.86 =
80
  1. Fixed a Typo
81
  2. Placeholder text for email subscription field is now editable
screenshot-3.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
screenshot-5.jpg ADDED
Binary file
screenshot-5.png DELETED
Binary file
screenshot-6.jpg ADDED
Binary file