Version Description
- Language folder added
- Persian added as first language
- For round icons before/after posts, the counts now correctly show the counts of the post page, not necessarily the page they are on
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.3.8 |
Comparing to | |
See all releases |
Code changes from version 2.3.7 to 2.3.8
- css/disable_sfsi.css +6 -6
- css/fonts/generator_config.txt +4 -4
- css/fonts/helvetica_0-demo.html +610 -610
- css/images/index.php +2 -2
- css/index.php +2 -2
- css/jquery-ui-1.10.4/images/index.php +2 -2
- css/jquery-ui-1.10.4/index.php +2 -2
- css/jquery-ui-1.10.4/jquery-ui-min.css +4 -4
- css/jquery-ui-1.10.4/jquery-ui.css +1195 -1195
- css/sfsi-admin-style.css +1050 -1050
- css/sfsi-style.css +3258 -3258
- helpers/linkedin-api/linkedin-api.php +134 -134
- helpers/sfsi_plus_OAuth.php +892 -892
- helpers/twitter-api/twitteroauth.php +241 -241
- images/Thumbs.db +0 -0
- images/icons_theme/badge/index.php +2 -2
- images/icons_theme/index.php +2 -2
- images/index.php +2 -2
- index.php +2 -2
- js/custom-admin.js +1905 -1905
- js/custom.js +319 -319
- js/custom.min.js +1 -1
- js/customValidate-min.js +88 -88
- js/index.php +2 -2
- js/shuffle/modernizr.custom.min.js +5 -5
- languages/ultimate-social-media-plus-fa_IR.mo +0 -0
- languages/ultimate-social-media-plus-fa_IR.po +1883 -0
- libs/controllers/index.php +2 -2
- libs/controllers/sfsi_buttons_controller.php +0 -884
css/disable_sfsi.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
@media (max-width: 767px)
|
2 |
-
{
|
3 |
-
#sfsi_plus_floater
|
4 |
-
{
|
5 |
-
display: none;
|
6 |
-
}
|
7 |
}
|
1 |
+
@media (max-width: 767px)
|
2 |
+
{
|
3 |
+
#sfsi_plus_floater
|
4 |
+
{
|
5 |
+
display: none;
|
6 |
+
}
|
7 |
}
|
css/fonts/generator_config.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Font Squirrel Font-face Generator Configuration File
|
2 |
-
# Upload this file to the generator to recreate the settings
|
3 |
-
# you used to create these fonts.
|
4 |
-
|
5 |
{"mode":"optimal","formats":["ttf","woff","eotz"],"tt_instructor":"default","fix_vertical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
|
1 |
+
# Font Squirrel Font-face Generator Configuration File
|
2 |
+
# Upload this file to the generator to recreate the settings
|
3 |
+
# you used to create these fonts.
|
4 |
+
|
5 |
{"mode":"optimal","formats":["ttf","woff","eotz"],"tt_instructor":"default","fix_vertical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
|
css/fonts/helvetica_0-demo.html
CHANGED
@@ -1,610 +1,610 @@
|
|
1 |
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2 |
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3 |
-
|
4 |
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5 |
-
<head>
|
6 |
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7 |
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
8 |
-
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
9 |
-
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
10 |
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
11 |
-
|
12 |
-
<style type="text/css">
|
13 |
-
body{
|
14 |
-
font-family: 'helveticaregular';
|
15 |
-
}
|
16 |
-
</style>
|
17 |
-
|
18 |
-
<title>Helvetica Regular Specimen</title>
|
19 |
-
|
20 |
-
|
21 |
-
<script type="text/javascript" charset="utf-8">
|
22 |
-
$(document).ready(function() {
|
23 |
-
$('#container').easyTabs({defaultContent:1});
|
24 |
-
});
|
25 |
-
</script>
|
26 |
-
</head>
|
27 |
-
|
28 |
-
<body>
|
29 |
-
<div id="container">
|
30 |
-
<div id="header">
|
31 |
-
Helvetica Regular </div>
|
32 |
-
<ul class="tabs">
|
33 |
-
<li><a href="#specimen">Specimen</a></li>
|
34 |
-
<li><a href="#layout">Sample Layout</a></li>
|
35 |
-
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
36 |
-
<li><a href="#installing">Installing Webfonts</a></li>
|
37 |
-
|
38 |
-
</ul>
|
39 |
-
|
40 |
-
<div id="main_content">
|
41 |
-
|
42 |
-
|
43 |
-
<div id="specimen">
|
44 |
-
|
45 |
-
<div class="section">
|
46 |
-
<div class="grid12 firstcol">
|
47 |
-
<div class="huge">AaBb</div>
|
48 |
-
</div>
|
49 |
-
</div>
|
50 |
-
|
51 |
-
<div class="section">
|
52 |
-
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
53 |
-
</div>
|
54 |
-
<div class="section">
|
55 |
-
<div class="grid12 firstcol">
|
56 |
-
<table class="sample_table">
|
57 |
-
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
58 |
-
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
59 |
-
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
60 |
-
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
61 |
-
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
62 |
-
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
63 |
-
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
64 |
-
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
65 |
-
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
66 |
-
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
67 |
-
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
68 |
-
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
69 |
-
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
70 |
-
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
71 |
-
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
72 |
-
</table>
|
73 |
-
|
74 |
-
</div>
|
75 |
-
|
76 |
-
</div>
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
<div class="section" id="bodycomparison">
|
81 |
-
|
82 |
-
|
83 |
-
<div id="xheight">
|
84 |
-
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
85 |
-
<div class="fontbody" style="z-index:1">
|
86 |
-
body<span>Helvetica Regular</span>
|
87 |
-
</div>
|
88 |
-
<div class="arialbody" style="z-index:1">
|
89 |
-
body<span>Arial</span>
|
90 |
-
</div>
|
91 |
-
<div class="verdanabody" style="z-index:1">
|
92 |
-
body<span>Verdana</span>
|
93 |
-
</div>
|
94 |
-
<div class="georgiabody" style="z-index:1">
|
95 |
-
body<span>Georgia</span>
|
96 |
-
</div>
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
</div>
|
101 |
-
|
102 |
-
|
103 |
-
<div class="section psample psample_row1" id="">
|
104 |
-
|
105 |
-
<div class="grid2 firstcol">
|
106 |
-
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
107 |
-
|
108 |
-
</div>
|
109 |
-
<div class="grid3">
|
110 |
-
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
111 |
-
|
112 |
-
</div>
|
113 |
-
<div class="grid3">
|
114 |
-
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
115 |
-
|
116 |
-
</div>
|
117 |
-
<div class="grid4">
|
118 |
-
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
119 |
-
|
120 |
-
</div>
|
121 |
-
<div class="white_blend"></div>
|
122 |
-
|
123 |
-
</div>
|
124 |
-
<div class="section psample psample_row2" id="">
|
125 |
-
<div class="grid3 firstcol">
|
126 |
-
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
127 |
-
|
128 |
-
</div>
|
129 |
-
<div class="grid4">
|
130 |
-
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
131 |
-
|
132 |
-
</div>
|
133 |
-
<div class="grid5">
|
134 |
-
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
135 |
-
|
136 |
-
</div>
|
137 |
-
|
138 |
-
<div class="white_blend"></div>
|
139 |
-
|
140 |
-
</div>
|
141 |
-
|
142 |
-
<div class="section psample psample_row3" id="">
|
143 |
-
<div class="grid5 firstcol">
|
144 |
-
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
145 |
-
</div>
|
146 |
-
<div class="grid7">
|
147 |
-
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
148 |
-
</div>
|
149 |
-
|
150 |
-
<div class="white_blend"></div>
|
151 |
-
|
152 |
-
</div>
|
153 |
-
|
154 |
-
<div class="section psample psample_row4" id="">
|
155 |
-
<div class="grid12 firstcol">
|
156 |
-
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
157 |
-
</div>
|
158 |
-
<div class="white_blend"></div>
|
159 |
-
|
160 |
-
</div>
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
<div class="section psample psample_row1 fullreverse">
|
165 |
-
<div class="grid2 firstcol">
|
166 |
-
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
167 |
-
|
168 |
-
</div>
|
169 |
-
<div class="grid3">
|
170 |
-
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
171 |
-
|
172 |
-
</div>
|
173 |
-
<div class="grid3">
|
174 |
-
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
175 |
-
|
176 |
-
</div>
|
177 |
-
<div class="grid4">
|
178 |
-
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
179 |
-
|
180 |
-
</div>
|
181 |
-
<div class="black_blend"></div>
|
182 |
-
|
183 |
-
</div>
|
184 |
-
|
185 |
-
<div class="section psample psample_row2 fullreverse">
|
186 |
-
<div class="grid3 firstcol">
|
187 |
-
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
188 |
-
|
189 |
-
</div>
|
190 |
-
<div class="grid4">
|
191 |
-
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
192 |
-
|
193 |
-
</div>
|
194 |
-
<div class="grid5">
|
195 |
-
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
196 |
-
|
197 |
-
</div>
|
198 |
-
<div class="black_blend"></div>
|
199 |
-
|
200 |
-
</div>
|
201 |
-
|
202 |
-
<div class="section psample fullreverse psample_row3" id="">
|
203 |
-
<div class="grid5 firstcol">
|
204 |
-
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
205 |
-
</div>
|
206 |
-
<div class="grid7">
|
207 |
-
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
208 |
-
</div>
|
209 |
-
|
210 |
-
<div class="black_blend"></div>
|
211 |
-
|
212 |
-
</div>
|
213 |
-
|
214 |
-
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
215 |
-
<div class="grid12 firstcol">
|
216 |
-
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
217 |
-
</div>
|
218 |
-
<div class="black_blend"></div>
|
219 |
-
|
220 |
-
</div>
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
</div>
|
226 |
-
|
227 |
-
<div id="layout">
|
228 |
-
|
229 |
-
<div class="section">
|
230 |
-
|
231 |
-
<div class="grid12 firstcol">
|
232 |
-
<h1>Lorem Ipsum Dolor</h1>
|
233 |
-
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
234 |
-
|
235 |
-
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
236 |
-
</div>
|
237 |
-
</div>
|
238 |
-
<div class="section">
|
239 |
-
<div class="grid8 firstcol">
|
240 |
-
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
241 |
-
|
242 |
-
|
243 |
-
<h3>Pellentesque ornare sem</h3>
|
244 |
-
|
245 |
-
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
246 |
-
|
247 |
-
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
248 |
-
|
249 |
-
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
250 |
-
|
251 |
-
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
252 |
-
|
253 |
-
<h3>Cras mattis consectetur</h3>
|
254 |
-
|
255 |
-
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
256 |
-
|
257 |
-
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
258 |
-
</div>
|
259 |
-
|
260 |
-
<div class="grid4 sidebar">
|
261 |
-
|
262 |
-
<div class="box reverse">
|
263 |
-
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
264 |
-
</div>
|
265 |
-
|
266 |
-
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
267 |
-
|
268 |
-
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
273 |
-
|
274 |
-
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
275 |
-
|
276 |
-
</div>
|
277 |
-
</div>
|
278 |
-
|
279 |
-
</div>
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
<div id="glyphs">
|
287 |
-
<div class="section">
|
288 |
-
<div class="grid12 firstcol">
|
289 |
-
|
290 |
-
<h1>Language Support</h1>
|
291 |
-
<p>The subset of Helvetica Regular in this kit supports the following languages:<br />
|
292 |
-
|
293 |
-
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
294 |
-
<h1>Glyph Chart</h1>
|
295 |
-
<p>The subset of Helvetica Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
296 |
-
<div id="glyph_chart">
|
297 |
-
|
298 |
-
<div><p>&#32;</p> </div>
|
299 |
-
<div><p>&#33;</p>!</div>
|
300 |
-
<div><p>&#34;</p>"</div>
|
301 |
-
<div><p>&#35;</p>#</div>
|
302 |
-
<div><p>&#36;</p>$</div>
|
303 |
-
<div><p>&#37;</p>%</div>
|
304 |
-
<div><p>&#38;</p>&</div>
|
305 |
-
<div><p>&#39;</p>'</div>
|
306 |
-
<div><p>&#40;</p>(</div>
|
307 |
-
<div><p>&#41;</p>)</div>
|
308 |
-
<div><p>&#42;</p>*</div>
|
309 |
-
<div><p>&#43;</p>+</div>
|
310 |
-
<div><p>&#44;</p>,</div>
|
311 |
-
<div><p>&#45;</p>-</div>
|
312 |
-
<div><p>&#46;</p>.</div>
|
313 |
-
<div><p>&#47;</p>/</div>
|
314 |
-
<div><p>&#48;</p>0</div>
|
315 |
-
<div><p>&#49;</p>1</div>
|
316 |
-
<div><p>&#50;</p>2</div>
|
317 |
-
<div><p>&#51;</p>3</div>
|
318 |
-
<div><p>&#52;</p>4</div>
|
319 |
-
<div><p>&#53;</p>5</div>
|
320 |
-
<div><p>&#54;</p>6</div>
|
321 |
-
<div><p>&#55;</p>7</div>
|
322 |
-
<div><p>&#56;</p>8</div>
|
323 |
-
<div><p>&#57;</p>9</div>
|
324 |
-
<div><p>&#58;</p>:</div>
|
325 |
-
<div><p>&#59;</p>;</div>
|
326 |
-
<div><p>&#60;</p><</div>
|
327 |
-
<div><p>&#61;</p>=</div>
|
328 |
-
<div><p>&#62;</p>></div>
|
329 |
-
<div><p>&#63;</p>?</div>
|
330 |
-
<div><p>&#64;</p>@</div>
|
331 |
-
<div><p>&#65;</p>A</div>
|
332 |
-
<div><p>&#66;</p>B</div>
|
333 |
-
<div><p>&#67;</p>C</div>
|
334 |
-
<div><p>&#68;</p>D</div>
|
335 |
-
<div><p>&#69;</p>E</div>
|
336 |
-
<div><p>&#70;</p>F</div>
|
337 |
-
<div><p>&#71;</p>G</div>
|
338 |
-
<div><p>&#72;</p>H</div>
|
339 |
-
<div><p>&#73;</p>I</div>
|
340 |
-
<div><p>&#74;</p>J</div>
|
341 |
-
<div><p>&#75;</p>K</div>
|
342 |
-
<div><p>&#76;</p>L</div>
|
343 |
-
<div><p>&#77;</p>M</div>
|
344 |
-
<div><p>&#78;</p>N</div>
|
345 |
-
<div><p>&#79;</p>O</div>
|
346 |
-
<div><p>&#80;</p>P</div>
|
347 |
-
<div><p>&#81;</p>Q</div>
|
348 |
-
<div><p>&#82;</p>R</div>
|
349 |
-
<div><p>&#83;</p>S</div>
|
350 |
-
<div><p>&#84;</p>T</div>
|
351 |
-
<div><p>&#85;</p>U</div>
|
352 |
-
<div><p>&#86;</p>V</div>
|
353 |
-
<div><p>&#87;</p>W</div>
|
354 |
-
<div><p>&#88;</p>X</div>
|
355 |
-
<div><p>&#89;</p>Y</div>
|
356 |
-
<div><p>&#90;</p>Z</div>
|
357 |
-
<div><p>&#91;</p>[</div>
|
358 |
-
<div><p>&#92;</p>\</div>
|
359 |
-
<div><p>&#93;</p>]</div>
|
360 |
-
<div><p>&#94;</p>^</div>
|
361 |
-
<div><p>&#95;</p>_</div>
|
362 |
-
<div><p>&#96;</p>`</div>
|
363 |
-
<div><p>&#97;</p>a</div>
|
364 |
-
<div><p>&#98;</p>b</div>
|
365 |
-
<div><p>&#99;</p>c</div>
|
366 |
-
<div><p>&#100;</p>d</div>
|
367 |
-
<div><p>&#101;</p>e</div>
|
368 |
-
<div><p>&#102;</p>f</div>
|
369 |
-
<div><p>&#103;</p>g</div>
|
370 |
-
<div><p>&#104;</p>h</div>
|
371 |
-
<div><p>&#105;</p>i</div>
|
372 |
-
<div><p>&#106;</p>j</div>
|
373 |
-
<div><p>&#107;</p>k</div>
|
374 |
-
<div><p>&#108;</p>l</div>
|
375 |
-
<div><p>&#109;</p>m</div>
|
376 |
-
<div><p>&#110;</p>n</div>
|
377 |
-
<div><p>&#111;</p>o</div>
|
378 |
-
<div><p>&#112;</p>p</div>
|
379 |
-
<div><p>&#113;</p>q</div>
|
380 |
-
<div><p>&#114;</p>r</div>
|
381 |
-
<div><p>&#115;</p>s</div>
|
382 |
-
<div><p>&#116;</p>t</div>
|
383 |
-
<div><p>&#117;</p>u</div>
|
384 |
-
<div><p>&#118;</p>v</div>
|
385 |
-
<div><p>&#119;</p>w</div>
|
386 |
-
<div><p>&#120;</p>x</div>
|
387 |
-
<div><p>&#121;</p>y</div>
|
388 |
-
<div><p>&#122;</p>z</div>
|
389 |
-
<div><p>&#123;</p>{</div>
|
390 |
-
<div><p>&#124;</p>|</div>
|
391 |
-
<div><p>&#125;</p>}</div>
|
392 |
-
<div><p>&#126;</p>~</div>
|
393 |
-
<div><p>&#160;</p> </div>
|
394 |
-
<div><p>&#161;</p>¡</div>
|
395 |
-
<div><p>&#162;</p>¢</div>
|
396 |
-
<div><p>&#163;</p>£</div>
|
397 |
-
<div><p>&#164;</p>¤</div>
|
398 |
-
<div><p>&#165;</p>¥</div>
|
399 |
-
<div><p>&#166;</p>¦</div>
|
400 |
-
<div><p>&#167;</p>§</div>
|
401 |
-
<div><p>&#168;</p>¨</div>
|
402 |
-
<div><p>&#169;</p>©</div>
|
403 |
-
<div><p>&#170;</p>ª</div>
|
404 |
-
<div><p>&#171;</p>«</div>
|
405 |
-
<div><p>&#172;</p>¬</div>
|
406 |
-
<div><p>&#173;</p>­</div>
|
407 |
-
<div><p>&#174;</p>®</div>
|
408 |
-
<div><p>&#175;</p>¯</div>
|
409 |
-
<div><p>&#176;</p>°</div>
|
410 |
-
<div><p>&#177;</p>±</div>
|
411 |
-
<div><p>&#178;</p>²</div>
|
412 |
-
<div><p>&#179;</p>³</div>
|
413 |
-
<div><p>&#180;</p>´</div>
|
414 |
-
<div><p>&#181;</p>µ</div>
|
415 |
-
<div><p>&#182;</p>¶</div>
|
416 |
-
<div><p>&#183;</p>·</div>
|
417 |
-
<div><p>&#184;</p>¸</div>
|
418 |
-
<div><p>&#185;</p>¹</div>
|
419 |
-
<div><p>&#186;</p>º</div>
|
420 |
-
<div><p>&#187;</p>»</div>
|
421 |
-
<div><p>&#188;</p>¼</div>
|
422 |
-
<div><p>&#189;</p>½</div>
|
423 |
-
<div><p>&#190;</p>¾</div>
|
424 |
-
<div><p>&#191;</p>¿</div>
|
425 |
-
<div><p>&#192;</p>À</div>
|
426 |
-
<div><p>&#193;</p>Á</div>
|
427 |
-
<div><p>&#194;</p>Â</div>
|
428 |
-
<div><p>&#195;</p>Ã</div>
|
429 |
-
<div><p>&#196;</p>Ä</div>
|
430 |
-
<div><p>&#197;</p>Å</div>
|
431 |
-
<div><p>&#198;</p>Æ</div>
|
432 |
-
<div><p>&#199;</p>Ç</div>
|
433 |
-
<div><p>&#200;</p>È</div>
|
434 |
-
<div><p>&#201;</p>É</div>
|
435 |
-
<div><p>&#202;</p>Ê</div>
|
436 |
-
<div><p>&#203;</p>Ë</div>
|
437 |
-
<div><p>&#204;</p>Ì</div>
|
438 |
-
<div><p>&#205;</p>Í</div>
|
439 |
-
<div><p>&#206;</p>Î</div>
|
440 |
-
<div><p>&#207;</p>Ï</div>
|
441 |
-
<div><p>&#208;</p>Ð</div>
|
442 |
-
<div><p>&#209;</p>Ñ</div>
|
443 |
-
<div><p>&#210;</p>Ò</div>
|
444 |
-
<div><p>&#211;</p>Ó</div>
|
445 |
-
<div><p>&#212;</p>Ô</div>
|
446 |
-
<div><p>&#213;</p>Õ</div>
|
447 |
-
<div><p>&#214;</p>Ö</div>
|
448 |
-
<div><p>&#215;</p>×</div>
|
449 |
-
<div><p>&#216;</p>Ø</div>
|
450 |
-
<div><p>&#217;</p>Ù</div>
|
451 |
-
<div><p>&#218;</p>Ú</div>
|
452 |
-
<div><p>&#219;</p>Û</div>
|
453 |
-
<div><p>&#220;</p>Ü</div>
|
454 |
-
<div><p>&#221;</p>Ý</div>
|
455 |
-
<div><p>&#222;</p>Þ</div>
|
456 |
-
<div><p>&#223;</p>ß</div>
|
457 |
-
<div><p>&#224;</p>à</div>
|
458 |
-
<div><p>&#225;</p>á</div>
|
459 |
-
<div><p>&#226;</p>â</div>
|
460 |
-
<div><p>&#227;</p>ã</div>
|
461 |
-
<div><p>&#228;</p>ä</div>
|
462 |
-
<div><p>&#229;</p>å</div>
|
463 |
-
<div><p>&#230;</p>æ</div>
|
464 |
-
<div><p>&#231;</p>ç</div>
|
465 |
-
<div><p>&#232;</p>è</div>
|
466 |
-
<div><p>&#233;</p>é</div>
|
467 |
-
<div><p>&#234;</p>ê</div>
|
468 |
-
<div><p>&#235;</p>ë</div>
|
469 |
-
<div><p>&#236;</p>ì</div>
|
470 |
-
<div><p>&#237;</p>í</div>
|
471 |
-
<div><p>&#238;</p>î</div>
|
472 |
-
<div><p>&#239;</p>ï</div>
|
473 |
-
<div><p>&#240;</p>ð</div>
|
474 |
-
<div><p>&#241;</p>ñ</div>
|
475 |
-
<div><p>&#242;</p>ò</div>
|
476 |
-
<div><p>&#243;</p>ó</div>
|
477 |
-
<div><p>&#244;</p>ô</div>
|
478 |
-
<div><p>&#245;</p>õ</div>
|
479 |
-
<div><p>&#246;</p>ö</div>
|
480 |
-
<div><p>&#247;</p>÷</div>
|
481 |
-
<div><p>&#248;</p>ø</div>
|
482 |
-
<div><p>&#249;</p>ù</div>
|
483 |
-
<div><p>&#250;</p>ú</div>
|
484 |
-
<div><p>&#251;</p>û</div>
|
485 |
-
<div><p>&#252;</p>ü</div>
|
486 |
-
<div><p>&#253;</p>ý</div>
|
487 |
-
<div><p>&#254;</p>þ</div>
|
488 |
-
<div><p>&#255;</p>ÿ</div>
|
489 |
-
<div><p>&#338;</p>Œ</div>
|
490 |
-
<div><p>&#339;</p>œ</div>
|
491 |
-
<div><p>&#376;</p>Ÿ</div>
|
492 |
-
<div><p>&#710;</p>ˆ</div>
|
493 |
-
<div><p>&#732;</p>˜</div>
|
494 |
-
<div><p>&#8192;</p> </div>
|
495 |
-
<div><p>&#8193;</p> </div>
|
496 |
-
<div><p>&#8194;</p> </div>
|
497 |
-
<div><p>&#8195;</p> </div>
|
498 |
-
<div><p>&#8196;</p> </div>
|
499 |
-
<div><p>&#8197;</p> </div>
|
500 |
-
<div><p>&#8198;</p> </div>
|
501 |
-
<div><p>&#8199;</p> </div>
|
502 |
-
<div><p>&#8200;</p> </div>
|
503 |
-
<div><p>&#8201;</p> </div>
|
504 |
-
<div><p>&#8202;</p> </div>
|
505 |
-
<div><p>&#8208;</p>‐</div>
|
506 |
-
<div><p>&#8209;</p>‑</div>
|
507 |
-
<div><p>&#8210;</p>‒</div>
|
508 |
-
<div><p>&#8211;</p>–</div>
|
509 |
-
<div><p>&#8212;</p>—</div>
|
510 |
-
<div><p>&#8216;</p>‘</div>
|
511 |
-
<div><p>&#8217;</p>’</div>
|
512 |
-
<div><p>&#8218;</p>‚</div>
|
513 |
-
<div><p>&#8220;</p>“</div>
|
514 |
-
<div><p>&#8221;</p>”</div>
|
515 |
-
<div><p>&#8222;</p>„</div>
|
516 |
-
<div><p>&#8226;</p>•</div>
|
517 |
-
<div><p>&#8230;</p>…</div>
|
518 |
-
<div><p>&#8239;</p> </div>
|
519 |
-
<div><p>&#8249;</p>‹</div>
|
520 |
-
<div><p>&#8250;</p>›</div>
|
521 |
-
<div><p>&#8287;</p> </div>
|
522 |
-
<div><p>&#8482;</p>™</div>
|
523 |
-
<div><p>&#9724;</p>◼</div>
|
524 |
-
<div><p>&#64257;</p>fi</div>
|
525 |
-
<div><p>&#64258;</p>fl</div>
|
526 |
-
</div>
|
527 |
-
</div>
|
528 |
-
|
529 |
-
|
530 |
-
</div>
|
531 |
-
</div>
|
532 |
-
|
533 |
-
|
534 |
-
<div id="specs">
|
535 |
-
|
536 |
-
</div>
|
537 |
-
|
538 |
-
<div id="installing">
|
539 |
-
<div class="section">
|
540 |
-
<div class="grid7 firstcol">
|
541 |
-
<h1>Installing Webfonts</h1>
|
542 |
-
|
543 |
-
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
544 |
-
|
545 |
-
<h2>1. Upload your webfonts</h2>
|
546 |
-
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
547 |
-
|
548 |
-
<h2>2. Include the webfont stylesheet</h2>
|
549 |
-
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
550 |
-
|
551 |
-
|
552 |
-
<code>
|
553 |
-
@font-face{
|
554 |
-
font-family: 'MyWebFont';
|
555 |
-
src: url('WebFont.eot');
|
556 |
-
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
557 |
-
url('WebFont.woff') format('woff'),
|
558 |
-
url('WebFont.ttf') format('truetype'),
|
559 |
-
url('WebFont.svg#webfont') format('svg');
|
560 |
-
}
|
561 |
-
</code>
|
562 |
-
|
563 |
-
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
564 |
-
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
565 |
-
|
566 |
-
<h2>3. Modify your own stylesheet</h2>
|
567 |
-
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
568 |
-
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
569 |
-
|
570 |
-
<h2>4. Test</h2>
|
571 |
-
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
572 |
-
</div>
|
573 |
-
|
574 |
-
<div class="grid5 sidebar">
|
575 |
-
<div class="box">
|
576 |
-
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
577 |
-
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
578 |
-
|
579 |
-
<h3>Fonts not showing in any browser</h3>
|
580 |
-
|
581 |
-
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
582 |
-
|
583 |
-
<h3>Fonts not loading in iPhone or iPad</h3>
|
584 |
-
|
585 |
-
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
586 |
-
|
587 |
-
<h3>Fonts not loading in Firefox</h3>
|
588 |
-
|
589 |
-
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
590 |
-
|
591 |
-
<h3>Fonts not loading in IE</h3>
|
592 |
-
|
593 |
-
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
594 |
-
|
595 |
-
<h3>Fonts not loading in IE9</h3>
|
596 |
-
|
597 |
-
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
598 |
-
</div>
|
599 |
-
</div>
|
600 |
-
</div>
|
601 |
-
|
602 |
-
</div>
|
603 |
-
|
604 |
-
</div>
|
605 |
-
<div id="footer">
|
606 |
-
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
607 |
-
</div>
|
608 |
-
</div>
|
609 |
-
</body>
|
610 |
-
</html>
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2 |
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3 |
+
|
4 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5 |
+
<head>
|
6 |
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7 |
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
8 |
+
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
9 |
+
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
10 |
+
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
11 |
+
|
12 |
+
<style type="text/css">
|
13 |
+
body{
|
14 |
+
font-family: 'helveticaregular';
|
15 |
+
}
|
16 |
+
</style>
|
17 |
+
|
18 |
+
<title>Helvetica Regular Specimen</title>
|
19 |
+
|
20 |
+
|
21 |
+
<script type="text/javascript" charset="utf-8">
|
22 |
+
$(document).ready(function() {
|
23 |
+
$('#container').easyTabs({defaultContent:1});
|
24 |
+
});
|
25 |
+
</script>
|
26 |
+
</head>
|
27 |
+
|
28 |
+
<body>
|
29 |
+
<div id="container">
|
30 |
+
<div id="header">
|
31 |
+
Helvetica Regular </div>
|
32 |
+
<ul class="tabs">
|
33 |
+
<li><a href="#specimen">Specimen</a></li>
|
34 |
+
<li><a href="#layout">Sample Layout</a></li>
|
35 |
+
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
36 |
+
<li><a href="#installing">Installing Webfonts</a></li>
|
37 |
+
|
38 |
+
</ul>
|
39 |
+
|
40 |
+
<div id="main_content">
|
41 |
+
|
42 |
+
|
43 |
+
<div id="specimen">
|
44 |
+
|
45 |
+
<div class="section">
|
46 |
+
<div class="grid12 firstcol">
|
47 |
+
<div class="huge">AaBb</div>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
|
51 |
+
<div class="section">
|
52 |
+
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
53 |
+
</div>
|
54 |
+
<div class="section">
|
55 |
+
<div class="grid12 firstcol">
|
56 |
+
<table class="sample_table">
|
57 |
+
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
58 |
+
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
59 |
+
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
60 |
+
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
61 |
+
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
62 |
+
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
63 |
+
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
64 |
+
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
65 |
+
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
66 |
+
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
67 |
+
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
68 |
+
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
69 |
+
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
70 |
+
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
71 |
+
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
72 |
+
</table>
|
73 |
+
|
74 |
+
</div>
|
75 |
+
|
76 |
+
</div>
|
77 |
+
|
78 |
+
|
79 |
+
|
80 |
+
<div class="section" id="bodycomparison">
|
81 |
+
|
82 |
+
|
83 |
+
<div id="xheight">
|
84 |
+
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
85 |
+
<div class="fontbody" style="z-index:1">
|
86 |
+
body<span>Helvetica Regular</span>
|
87 |
+
</div>
|
88 |
+
<div class="arialbody" style="z-index:1">
|
89 |
+
body<span>Arial</span>
|
90 |
+
</div>
|
91 |
+
<div class="verdanabody" style="z-index:1">
|
92 |
+
body<span>Verdana</span>
|
93 |
+
</div>
|
94 |
+
<div class="georgiabody" style="z-index:1">
|
95 |
+
body<span>Georgia</span>
|
96 |
+
</div>
|
97 |
+
|
98 |
+
|
99 |
+
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
<div class="section psample psample_row1" id="">
|
104 |
+
|
105 |
+
<div class="grid2 firstcol">
|
106 |
+
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
107 |
+
|
108 |
+
</div>
|
109 |
+
<div class="grid3">
|
110 |
+
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
111 |
+
|
112 |
+
</div>
|
113 |
+
<div class="grid3">
|
114 |
+
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
115 |
+
|
116 |
+
</div>
|
117 |
+
<div class="grid4">
|
118 |
+
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
119 |
+
|
120 |
+
</div>
|
121 |
+
<div class="white_blend"></div>
|
122 |
+
|
123 |
+
</div>
|
124 |
+
<div class="section psample psample_row2" id="">
|
125 |
+
<div class="grid3 firstcol">
|
126 |
+
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
127 |
+
|
128 |
+
</div>
|
129 |
+
<div class="grid4">
|
130 |
+
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
131 |
+
|
132 |
+
</div>
|
133 |
+
<div class="grid5">
|
134 |
+
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
135 |
+
|
136 |
+
</div>
|
137 |
+
|
138 |
+
<div class="white_blend"></div>
|
139 |
+
|
140 |
+
</div>
|
141 |
+
|
142 |
+
<div class="section psample psample_row3" id="">
|
143 |
+
<div class="grid5 firstcol">
|
144 |
+
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
145 |
+
</div>
|
146 |
+
<div class="grid7">
|
147 |
+
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
148 |
+
</div>
|
149 |
+
|
150 |
+
<div class="white_blend"></div>
|
151 |
+
|
152 |
+
</div>
|
153 |
+
|
154 |
+
<div class="section psample psample_row4" id="">
|
155 |
+
<div class="grid12 firstcol">
|
156 |
+
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
157 |
+
</div>
|
158 |
+
<div class="white_blend"></div>
|
159 |
+
|
160 |
+
</div>
|
161 |
+
|
162 |
+
|
163 |
+
|
164 |
+
<div class="section psample psample_row1 fullreverse">
|
165 |
+
<div class="grid2 firstcol">
|
166 |
+
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
167 |
+
|
168 |
+
</div>
|
169 |
+
<div class="grid3">
|
170 |
+
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
171 |
+
|
172 |
+
</div>
|
173 |
+
<div class="grid3">
|
174 |
+
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
175 |
+
|
176 |
+
</div>
|
177 |
+
<div class="grid4">
|
178 |
+
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
179 |
+
|
180 |
+
</div>
|
181 |
+
<div class="black_blend"></div>
|
182 |
+
|
183 |
+
</div>
|
184 |
+
|
185 |
+
<div class="section psample psample_row2 fullreverse">
|
186 |
+
<div class="grid3 firstcol">
|
187 |
+
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
188 |
+
|
189 |
+
</div>
|
190 |
+
<div class="grid4">
|
191 |
+
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
192 |
+
|
193 |
+
</div>
|
194 |
+
<div class="grid5">
|
195 |
+
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
196 |
+
|
197 |
+
</div>
|
198 |
+
<div class="black_blend"></div>
|
199 |
+
|
200 |
+
</div>
|
201 |
+
|
202 |
+
<div class="section psample fullreverse psample_row3" id="">
|
203 |
+
<div class="grid5 firstcol">
|
204 |
+
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
205 |
+
</div>
|
206 |
+
<div class="grid7">
|
207 |
+
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
208 |
+
</div>
|
209 |
+
|
210 |
+
<div class="black_blend"></div>
|
211 |
+
|
212 |
+
</div>
|
213 |
+
|
214 |
+
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
215 |
+
<div class="grid12 firstcol">
|
216 |
+
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
217 |
+
</div>
|
218 |
+
<div class="black_blend"></div>
|
219 |
+
|
220 |
+
</div>
|
221 |
+
|
222 |
+
|
223 |
+
|
224 |
+
|
225 |
+
</div>
|
226 |
+
|
227 |
+
<div id="layout">
|
228 |
+
|
229 |
+
<div class="section">
|
230 |
+
|
231 |
+
<div class="grid12 firstcol">
|
232 |
+
<h1>Lorem Ipsum Dolor</h1>
|
233 |
+
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
234 |
+
|
235 |
+
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
236 |
+
</div>
|
237 |
+
</div>
|
238 |
+
<div class="section">
|
239 |
+
<div class="grid8 firstcol">
|
240 |
+
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
241 |
+
|
242 |
+
|
243 |
+
<h3>Pellentesque ornare sem</h3>
|
244 |
+
|
245 |
+
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
246 |
+
|
247 |
+
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
248 |
+
|
249 |
+
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
250 |
+
|
251 |
+
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
252 |
+
|
253 |
+
<h3>Cras mattis consectetur</h3>
|
254 |
+
|
255 |
+
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
256 |
+
|
257 |
+
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
258 |
+
</div>
|
259 |
+
|
260 |
+
<div class="grid4 sidebar">
|
261 |
+
|
262 |
+
<div class="box reverse">
|
263 |
+
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
264 |
+
</div>
|
265 |
+
|
266 |
+
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
267 |
+
|
268 |
+
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
269 |
+
|
270 |
+
|
271 |
+
|
272 |
+
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
273 |
+
|
274 |
+
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
275 |
+
|
276 |
+
</div>
|
277 |
+
</div>
|
278 |
+
|
279 |
+
</div>
|
280 |
+
|
281 |
+
|
282 |
+
|
283 |
+
|
284 |
+
|
285 |
+
|
286 |
+
<div id="glyphs">
|
287 |
+
<div class="section">
|
288 |
+
<div class="grid12 firstcol">
|
289 |
+
|
290 |
+
<h1>Language Support</h1>
|
291 |
+
<p>The subset of Helvetica Regular in this kit supports the following languages:<br />
|
292 |
+
|
293 |
+
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
294 |
+
<h1>Glyph Chart</h1>
|
295 |
+
<p>The subset of Helvetica Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
296 |
+
<div id="glyph_chart">
|
297 |
+
|
298 |
+
<div><p>&#32;</p> </div>
|
299 |
+
<div><p>&#33;</p>!</div>
|
300 |
+
<div><p>&#34;</p>"</div>
|
301 |
+
<div><p>&#35;</p>#</div>
|
302 |
+
<div><p>&#36;</p>$</div>
|
303 |
+
<div><p>&#37;</p>%</div>
|
304 |
+
<div><p>&#38;</p>&</div>
|
305 |
+
<div><p>&#39;</p>'</div>
|
306 |
+
<div><p>&#40;</p>(</div>
|
307 |
+
<div><p>&#41;</p>)</div>
|
308 |
+
<div><p>&#42;</p>*</div>
|
309 |
+
<div><p>&#43;</p>+</div>
|
310 |
+
<div><p>&#44;</p>,</div>
|
311 |
+
<div><p>&#45;</p>-</div>
|
312 |
+
<div><p>&#46;</p>.</div>
|
313 |
+
<div><p>&#47;</p>/</div>
|
314 |
+
<div><p>&#48;</p>0</div>
|
315 |
+
<div><p>&#49;</p>1</div>
|
316 |
+
<div><p>&#50;</p>2</div>
|
317 |
+
<div><p>&#51;</p>3</div>
|
318 |
+
<div><p>&#52;</p>4</div>
|
319 |
+
<div><p>&#53;</p>5</div>
|
320 |
+
<div><p>&#54;</p>6</div>
|
321 |
+
<div><p>&#55;</p>7</div>
|
322 |
+
<div><p>&#56;</p>8</div>
|
323 |
+
<div><p>&#57;</p>9</div>
|
324 |
+
<div><p>&#58;</p>:</div>
|
325 |
+
<div><p>&#59;</p>;</div>
|
326 |
+
<div><p>&#60;</p><</div>
|
327 |
+
<div><p>&#61;</p>=</div>
|
328 |
+
<div><p>&#62;</p>></div>
|
329 |
+
<div><p>&#63;</p>?</div>
|
330 |
+
<div><p>&#64;</p>@</div>
|
331 |
+
<div><p>&#65;</p>A</div>
|
332 |
+
<div><p>&#66;</p>B</div>
|
333 |
+
<div><p>&#67;</p>C</div>
|
334 |
+
<div><p>&#68;</p>D</div>
|
335 |
+
<div><p>&#69;</p>E</div>
|
336 |
+
<div><p>&#70;</p>F</div>
|
337 |
+
<div><p>&#71;</p>G</div>
|
338 |
+
<div><p>&#72;</p>H</div>
|
339 |
+
<div><p>&#73;</p>I</div>
|
340 |
+
<div><p>&#74;</p>J</div>
|
341 |
+
<div><p>&#75;</p>K</div>
|
342 |
+
<div><p>&#76;</p>L</div>
|
343 |
+
<div><p>&#77;</p>M</div>
|
344 |
+
<div><p>&#78;</p>N</div>
|
345 |
+
<div><p>&#79;</p>O</div>
|
346 |
+
<div><p>&#80;</p>P</div>
|
347 |
+
<div><p>&#81;</p>Q</div>
|
348 |
+
<div><p>&#82;</p>R</div>
|
349 |
+
<div><p>&#83;</p>S</div>
|
350 |
+
<div><p>&#84;</p>T</div>
|
351 |
+
<div><p>&#85;</p>U</div>
|
352 |
+
<div><p>&#86;</p>V</div>
|
353 |
+
<div><p>&#87;</p>W</div>
|
354 |
+
<div><p>&#88;</p>X</div>
|
355 |
+
<div><p>&#89;</p>Y</div>
|
356 |
+
<div><p>&#90;</p>Z</div>
|
357 |
+
<div><p>&#91;</p>[</div>
|
358 |
+
<div><p>&#92;</p>\</div>
|
359 |
+
<div><p>&#93;</p>]</div>
|
360 |
+
<div><p>&#94;</p>^</div>
|
361 |
+
<div><p>&#95;</p>_</div>
|
362 |
+
<div><p>&#96;</p>`</div>
|
363 |
+
<div><p>&#97;</p>a</div>
|
364 |
+
<div><p>&#98;</p>b</div>
|
365 |
+
<div><p>&#99;</p>c</div>
|
366 |
+
<div><p>&#100;</p>d</div>
|
367 |
+
<div><p>&#101;</p>e</div>
|
368 |
+
<div><p>&#102;</p>f</div>
|
369 |
+
<div><p>&#103;</p>g</div>
|
370 |
+
<div><p>&#104;</p>h</div>
|
371 |
+
<div><p>&#105;</p>i</div>
|
372 |
+
<div><p>&#106;</p>j</div>
|
373 |
+
<div><p>&#107;</p>k</div>
|
374 |
+
<div><p>&#108;</p>l</div>
|
375 |
+
<div><p>&#109;</p>m</div>
|
376 |
+
<div><p>&#110;</p>n</div>
|
377 |
+
<div><p>&#111;</p>o</div>
|
378 |
+
<div><p>&#112;</p>p</div>
|
379 |
+
<div><p>&#113;</p>q</div>
|
380 |
+
<div><p>&#114;</p>r</div>
|
381 |
+
<div><p>&#115;</p>s</div>
|
382 |
+
<div><p>&#116;</p>t</div>
|
383 |
+
<div><p>&#117;</p>u</div>
|
384 |
+
<div><p>&#118;</p>v</div>
|
385 |
+
<div><p>&#119;</p>w</div>
|
386 |
+
<div><p>&#120;</p>x</div>
|
387 |
+
<div><p>&#121;</p>y</div>
|
388 |
+
<div><p>&#122;</p>z</div>
|
389 |
+
<div><p>&#123;</p>{</div>
|
390 |
+
<div><p>&#124;</p>|</div>
|
391 |
+
<div><p>&#125;</p>}</div>
|
392 |
+
<div><p>&#126;</p>~</div>
|
393 |
+
<div><p>&#160;</p> </div>
|
394 |
+
<div><p>&#161;</p>¡</div>
|
395 |
+
<div><p>&#162;</p>¢</div>
|
396 |
+
<div><p>&#163;</p>£</div>
|
397 |
+
<div><p>&#164;</p>¤</div>
|
398 |
+
<div><p>&#165;</p>¥</div>
|
399 |
+
<div><p>&#166;</p>¦</div>
|
400 |
+
<div><p>&#167;</p>§</div>
|
401 |
+
<div><p>&#168;</p>¨</div>
|
402 |
+
<div><p>&#169;</p>©</div>
|
403 |
+
<div><p>&#170;</p>ª</div>
|
404 |
+
<div><p>&#171;</p>«</div>
|
405 |
+
<div><p>&#172;</p>¬</div>
|
406 |
+
<div><p>&#173;</p>­</div>
|
407 |
+
<div><p>&#174;</p>®</div>
|
408 |
+
<div><p>&#175;</p>¯</div>
|
409 |
+
<div><p>&#176;</p>°</div>
|
410 |
+
<div><p>&#177;</p>±</div>
|
411 |
+
<div><p>&#178;</p>²</div>
|
412 |
+
<div><p>&#179;</p>³</div>
|
413 |
+
<div><p>&#180;</p>´</div>
|
414 |
+
<div><p>&#181;</p>µ</div>
|
415 |
+
<div><p>&#182;</p>¶</div>
|
416 |
+
<div><p>&#183;</p>·</div>
|
417 |
+
<div><p>&#184;</p>¸</div>
|
418 |
+
<div><p>&#185;</p>¹</div>
|
419 |
+
<div><p>&#186;</p>º</div>
|
420 |
+
<div><p>&#187;</p>»</div>
|
421 |
+
<div><p>&#188;</p>¼</div>
|
422 |
+
<div><p>&#189;</p>½</div>
|
423 |
+
<div><p>&#190;</p>¾</div>
|
424 |
+
<div><p>&#191;</p>¿</div>
|
425 |
+
<div><p>&#192;</p>À</div>
|
426 |
+
<div><p>&#193;</p>Á</div>
|
427 |
+
<div><p>&#194;</p>Â</div>
|
428 |
+
<div><p>&#195;</p>Ã</div>
|
429 |
+
<div><p>&#196;</p>Ä</div>
|
430 |
+
<div><p>&#197;</p>Å</div>
|
431 |
+
<div><p>&#198;</p>Æ</div>
|
432 |
+
<div><p>&#199;</p>Ç</div>
|
433 |
+
<div><p>&#200;</p>È</div>
|
434 |
+
<div><p>&#201;</p>É</div>
|
435 |
+
<div><p>&#202;</p>Ê</div>
|
436 |
+
<div><p>&#203;</p>Ë</div>
|
437 |
+
<div><p>&#204;</p>Ì</div>
|
438 |
+
<div><p>&#205;</p>Í</div>
|
439 |
+
<div><p>&#206;</p>Î</div>
|
440 |
+
<div><p>&#207;</p>Ï</div>
|
441 |
+
<div><p>&#208;</p>Ð</div>
|
442 |
+
<div><p>&#209;</p>Ñ</div>
|
443 |
+
<div><p>&#210;</p>Ò</div>
|
444 |
+
<div><p>&#211;</p>Ó</div>
|
445 |
+
<div><p>&#212;</p>Ô</div>
|
446 |
+
<div><p>&#213;</p>Õ</div>
|
447 |
+
<div><p>&#214;</p>Ö</div>
|
448 |
+
<div><p>&#215;</p>×</div>
|
449 |
+
<div><p>&#216;</p>Ø</div>
|
450 |
+
<div><p>&#217;</p>Ù</div>
|
451 |
+
<div><p>&#218;</p>Ú</div>
|
452 |
+
<div><p>&#219;</p>Û</div>
|
453 |
+
<div><p>&#220;</p>Ü</div>
|
454 |
+
<div><p>&#221;</p>Ý</div>
|
455 |
+
<div><p>&#222;</p>Þ</div>
|
456 |
+
<div><p>&#223;</p>ß</div>
|
457 |
+
<div><p>&#224;</p>à</div>
|
458 |
+
<div><p>&#225;</p>á</div>
|
459 |
+
<div><p>&#226;</p>â</div>
|
460 |
+
<div><p>&#227;</p>ã</div>
|
461 |
+
<div><p>&#228;</p>ä</div>
|
462 |
+
<div><p>&#229;</p>å</div>
|
463 |
+
<div><p>&#230;</p>æ</div>
|
464 |
+
<div><p>&#231;</p>ç</div>
|
465 |
+
<div><p>&#232;</p>è</div>
|
466 |
+
<div><p>&#233;</p>é</div>
|
467 |
+
<div><p>&#234;</p>ê</div>
|
468 |
+
<div><p>&#235;</p>ë</div>
|
469 |
+
<div><p>&#236;</p>ì</div>
|
470 |
+
<div><p>&#237;</p>í</div>
|
471 |
+
<div><p>&#238;</p>î</div>
|
472 |
+
<div><p>&#239;</p>ï</div>
|
473 |
+
<div><p>&#240;</p>ð</div>
|
474 |
+
<div><p>&#241;</p>ñ</div>
|
475 |
+
<div><p>&#242;</p>ò</div>
|
476 |
+
<div><p>&#243;</p>ó</div>
|
477 |
+
<div><p>&#244;</p>ô</div>
|
478 |
+
<div><p>&#245;</p>õ</div>
|
479 |
+
<div><p>&#246;</p>ö</div>
|
480 |
+
<div><p>&#247;</p>÷</div>
|
481 |
+
<div><p>&#248;</p>ø</div>
|
482 |
+
<div><p>&#249;</p>ù</div>
|
483 |
+
<div><p>&#250;</p>ú</div>
|
484 |
+
<div><p>&#251;</p>û</div>
|
485 |
+
<div><p>&#252;</p>ü</div>
|
486 |
+
<div><p>&#253;</p>ý</div>
|
487 |
+
<div><p>&#254;</p>þ</div>
|
488 |
+
<div><p>&#255;</p>ÿ</div>
|
489 |
+
<div><p>&#338;</p>Œ</div>
|
490 |
+
<div><p>&#339;</p>œ</div>
|
491 |
+
<div><p>&#376;</p>Ÿ</div>
|
492 |
+
<div><p>&#710;</p>ˆ</div>
|
493 |
+
<div><p>&#732;</p>˜</div>
|
494 |
+
<div><p>&#8192;</p> </div>
|
495 |
+
<div><p>&#8193;</p> </div>
|
496 |
+
<div><p>&#8194;</p> </div>
|
497 |
+
<div><p>&#8195;</p> </div>
|
498 |
+
<div><p>&#8196;</p> </div>
|
499 |
+
<div><p>&#8197;</p> </div>
|
500 |
+
<div><p>&#8198;</p> </div>
|
501 |
+
<div><p>&#8199;</p> </div>
|
502 |
+
<div><p>&#8200;</p> </div>
|
503 |
+
<div><p>&#8201;</p> </div>
|
504 |
+
<div><p>&#8202;</p> </div>
|
505 |
+
<div><p>&#8208;</p>‐</div>
|
506 |
+
<div><p>&#8209;</p>‑</div>
|
507 |
+
<div><p>&#8210;</p>‒</div>
|
508 |
+
<div><p>&#8211;</p>–</div>
|
509 |
+
<div><p>&#8212;</p>—</div>
|
510 |
+
<div><p>&#8216;</p>‘</div>
|
511 |
+
<div><p>&#8217;</p>’</div>
|
512 |
+
<div><p>&#8218;</p>‚</div>
|
513 |
+
<div><p>&#8220;</p>“</div>
|
514 |
+
<div><p>&#8221;</p>”</div>
|
515 |
+
<div><p>&#8222;</p>„</div>
|
516 |
+
<div><p>&#8226;</p>•</div>
|
517 |
+
<div><p>&#8230;</p>…</div>
|
518 |
+
<div><p>&#8239;</p> </div>
|
519 |
+
<div><p>&#8249;</p>‹</div>
|
520 |
+
<div><p>&#8250;</p>›</div>
|
521 |
+
<div><p>&#8287;</p> </div>
|
522 |
+
<div><p>&#8482;</p>™</div>
|
523 |
+
<div><p>&#9724;</p>◼</div>
|
524 |
+
<div><p>&#64257;</p>fi</div>
|
525 |
+
<div><p>&#64258;</p>fl</div>
|
526 |
+
</div>
|
527 |
+
</div>
|
528 |
+
|
529 |
+
|
530 |
+
</div>
|
531 |
+
</div>
|
532 |
+
|
533 |
+
|
534 |
+
<div id="specs">
|
535 |
+
|
536 |
+
</div>
|
537 |
+
|
538 |
+
<div id="installing">
|
539 |
+
<div class="section">
|
540 |
+
<div class="grid7 firstcol">
|
541 |
+
<h1>Installing Webfonts</h1>
|
542 |
+
|
543 |
+
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
544 |
+
|
545 |
+
<h2>1. Upload your webfonts</h2>
|
546 |
+
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
547 |
+
|
548 |
+
<h2>2. Include the webfont stylesheet</h2>
|
549 |
+
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
550 |
+
|
551 |
+
|
552 |
+
<code>
|
553 |
+
@font-face{
|
554 |
+
font-family: 'MyWebFont';
|
555 |
+
src: url('WebFont.eot');
|
556 |
+
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
557 |
+
url('WebFont.woff') format('woff'),
|
558 |
+
url('WebFont.ttf') format('truetype'),
|
559 |
+
url('WebFont.svg#webfont') format('svg');
|
560 |
+
}
|
561 |
+
</code>
|
562 |
+
|
563 |
+
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
564 |
+
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
565 |
+
|
566 |
+
<h2>3. Modify your own stylesheet</h2>
|
567 |
+
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
568 |
+
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
569 |
+
|
570 |
+
<h2>4. Test</h2>
|
571 |
+
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
572 |
+
</div>
|
573 |
+
|
574 |
+
<div class="grid5 sidebar">
|
575 |
+
<div class="box">
|
576 |
+
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
577 |
+
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
578 |
+
|
579 |
+
<h3>Fonts not showing in any browser</h3>
|
580 |
+
|
581 |
+
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
582 |
+
|
583 |
+
<h3>Fonts not loading in iPhone or iPad</h3>
|
584 |
+
|
585 |
+
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
586 |
+
|
587 |
+
<h3>Fonts not loading in Firefox</h3>
|
588 |
+
|
589 |
+
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
590 |
+
|
591 |
+
<h3>Fonts not loading in IE</h3>
|
592 |
+
|
593 |
+
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
594 |
+
|
595 |
+
<h3>Fonts not loading in IE9</h3>
|
596 |
+
|
597 |
+
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
598 |
+
</div>
|
599 |
+
</div>
|
600 |
+
</div>
|
601 |
+
|
602 |
+
</div>
|
603 |
+
|
604 |
+
</div>
|
605 |
+
<div id="footer">
|
606 |
+
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
607 |
+
</div>
|
608 |
+
</div>
|
609 |
+
</body>
|
610 |
+
</html>
|
css/images/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
css/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
css/jquery-ui-1.10.4/images/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
css/jquery-ui-1.10.4/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
css/jquery-ui-1.10.4/jquery-ui-min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
/*! jQuery UI - v1.10.4 - 2014-01-17
|
2 |
-
* http://jqueryui.com
|
3 |
-
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
4 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
5 |
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */@font-face{font-family:helveticaregular;src:url(../fonts/helvetica_0-webfont.eot);src:url(../fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/helvetica_0-webfont.woff) format('woff'),url(../fonts/helvetica_0-webfont.ttf) format('truetype'),url(../fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');font-weight:400;font-style:normal}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:10px;padding:.6em .5em;min-height:0;font-size:20px;font-weight:400}.ui-accordion .ui-accordion-icons{padding-left:62px;padding-right:40px}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;display:none}.ui-accordion .ui-accordion-content{padding:1.6em 2em 1.4em;border-top:0}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 22px .2em .4em;vertical-align:middle}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:helveticaregular;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:helveticaregular;font-size:17px}.ui-widget-content{background:#fff;color:#414951}.ui-widget-content a{color:#222}.ui-widget-header{background:#fff;color:#222}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:#fff url(../images/arrow.png) right top no-repeat;font-weight:400;color:#414951}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background:#d22b30 url(../images/arrow.png) right -50px no-repeat;font-weight:400;color:#eee}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{background:#d22b30 url(../images/arrow.png) right -105px no-repeat;font-weight:400;color:#eee}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:0}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:0}#accordion h3 span,#accordion1 h3 span{position:absolute;left:0;top:0;width:50px;height:49px;background:#31373d;line-height:50px;text-align:center;font-family:helveticaregular;font-size:20px;color:#FFF}#accordion h3.ui-state-active span,#accordion h3:hover span,#accordion1 h3.ui-state-active span,#accordion1 h3:hover span{background:#b8262a;color:#eee}
|
1 |
+
/*! jQuery UI - v1.10.4 - 2014-01-17
|
2 |
+
* http://jqueryui.com
|
3 |
+
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
4 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
5 |
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */@font-face{font-family:helveticaregular;src:url(../fonts/helvetica_0-webfont.eot);src:url(../fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/helvetica_0-webfont.woff) format('woff'),url(../fonts/helvetica_0-webfont.ttf) format('truetype'),url(../fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');font-weight:400;font-style:normal}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:10px;padding:.6em .5em;min-height:0;font-size:20px;font-weight:400}.ui-accordion .ui-accordion-icons{padding-left:62px;padding-right:40px}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;display:none}.ui-accordion .ui-accordion-content{padding:1.6em 2em 1.4em;border-top:0}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 22px .2em .4em;vertical-align:middle}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:helveticaregular;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:helveticaregular;font-size:17px}.ui-widget-content{background:#fff;color:#414951}.ui-widget-content a{color:#222}.ui-widget-header{background:#fff;color:#222}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:#fff url(../images/arrow.png) right top no-repeat;font-weight:400;color:#414951}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background:#d22b30 url(../images/arrow.png) right -50px no-repeat;font-weight:400;color:#eee}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{background:#d22b30 url(../images/arrow.png) right -105px no-repeat;font-weight:400;color:#eee}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:0}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:0}#accordion h3 span,#accordion1 h3 span{position:absolute;left:0;top:0;width:50px;height:49px;background:#31373d;line-height:50px;text-align:center;font-family:helveticaregular;font-size:20px;color:#FFF}#accordion h3.ui-state-active span,#accordion h3:hover span,#accordion1 h3.ui-state-active span,#accordion1 h3:hover span{background:#b8262a;color:#eee}
|
css/jquery-ui-1.10.4/jquery-ui.css
CHANGED
@@ -1,1195 +1,1195 @@
|
|
1 |
-
|
2 |
-
/*! jQuery UI - v1.10.4 - 2014-01-17
|
3 |
-
* http://jqueryui.com
|
4 |
-
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
5 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
6 |
-
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
7 |
-
|
8 |
-
/* Layout helpers
|
9 |
-
----------------------------------*/
|
10 |
-
|
11 |
-
@font-face {
|
12 |
-
font-family: 'helveticaregular';
|
13 |
-
src: url('../fonts/helvetica_0-webfont.eot');
|
14 |
-
src: url('../fonts/helvetica_0-webfont.eot?#iefix') format('embedded-opentype'),
|
15 |
-
url('../fonts/helvetica_0-webfont.woff') format('woff'),
|
16 |
-
url('../fonts/helvetica_0-webfont.ttf') format('truetype'),
|
17 |
-
url('../fonts/helvetica_0-webfont.svg#helveticaregular') format('svg');
|
18 |
-
font-weight: normal;
|
19 |
-
font-style: normal;
|
20 |
-
|
21 |
-
}
|
22 |
-
|
23 |
-
|
24 |
-
.ui-helper-hidden {
|
25 |
-
display: none;
|
26 |
-
}
|
27 |
-
.ui-helper-hidden-accessible {
|
28 |
-
border: 0;
|
29 |
-
clip: rect(0 0 0 0);
|
30 |
-
height: 1px;
|
31 |
-
margin: -1px;
|
32 |
-
overflow: hidden;
|
33 |
-
padding: 0;
|
34 |
-
position: absolute;
|
35 |
-
width: 1px;
|
36 |
-
}
|
37 |
-
.ui-helper-reset {
|
38 |
-
margin: 0;
|
39 |
-
padding: 0;
|
40 |
-
border: 0;
|
41 |
-
outline: 0;
|
42 |
-
line-height: 1.3;
|
43 |
-
text-decoration: none;
|
44 |
-
font-size: 100%;
|
45 |
-
list-style: none;
|
46 |
-
}
|
47 |
-
.ui-helper-clearfix:before,
|
48 |
-
.ui-helper-clearfix:after {
|
49 |
-
content: "";
|
50 |
-
display: table;
|
51 |
-
border-collapse: collapse;
|
52 |
-
}
|
53 |
-
.ui-helper-clearfix:after {
|
54 |
-
clear: both;
|
55 |
-
}
|
56 |
-
.ui-helper-clearfix {
|
57 |
-
min-height: 0; /* support: IE7 */
|
58 |
-
}
|
59 |
-
.ui-helper-zfix {
|
60 |
-
width: 100%;
|
61 |
-
height: 100%;
|
62 |
-
top: 0;
|
63 |
-
left: 0;
|
64 |
-
position: absolute;
|
65 |
-
opacity: 0;
|
66 |
-
filter:Alpha(Opacity=0);
|
67 |
-
}
|
68 |
-
|
69 |
-
.ui-front {
|
70 |
-
z-index: 100;
|
71 |
-
}
|
72 |
-
|
73 |
-
|
74 |
-
/* Interaction Cues
|
75 |
-
----------------------------------*/
|
76 |
-
.ui-state-disabled {
|
77 |
-
cursor: default !important;
|
78 |
-
}
|
79 |
-
|
80 |
-
|
81 |
-
/* Icons
|
82 |
-
----------------------------------*/
|
83 |
-
|
84 |
-
/* states and images */
|
85 |
-
.ui-icon {
|
86 |
-
display: block;
|
87 |
-
text-indent: -99999px;
|
88 |
-
overflow: hidden;
|
89 |
-
background-repeat: no-repeat;
|
90 |
-
}
|
91 |
-
|
92 |
-
|
93 |
-
/* Misc visuals
|
94 |
-
----------------------------------*/
|
95 |
-
|
96 |
-
/* Overlays */
|
97 |
-
.ui-widget-overlay {
|
98 |
-
position: fixed;
|
99 |
-
top: 0;
|
100 |
-
left: 0;
|
101 |
-
width: 100%;
|
102 |
-
height: 100%;
|
103 |
-
}
|
104 |
-
.ui-accordion .ui-accordion-header {
|
105 |
-
display: block;
|
106 |
-
cursor: pointer;
|
107 |
-
position: relative;
|
108 |
-
margin-top: 10px;
|
109 |
-
padding: .6em .5em;
|
110 |
-
min-height: 0; /* support: IE7 */
|
111 |
-
font-size:20px;
|
112 |
-
font-weight:normal;
|
113 |
-
}
|
114 |
-
.ui-accordion .ui-accordion-icons {
|
115 |
-
padding-left: 62px;
|
116 |
-
padding-right: 40px;
|
117 |
-
}
|
118 |
-
.ui-accordion .ui-accordion-noicons {
|
119 |
-
padding-left: .7em;
|
120 |
-
}
|
121 |
-
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
122 |
-
padding-left: 2.2em;
|
123 |
-
}
|
124 |
-
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
125 |
-
position: absolute;
|
126 |
-
left: .5em;
|
127 |
-
top: 50%;
|
128 |
-
margin-top: -8px;
|
129 |
-
display:none;
|
130 |
-
}
|
131 |
-
.ui-accordion .ui-accordion-content {
|
132 |
-
padding:1.6em 2em 1.4em 2em;
|
133 |
-
border-top: 0;
|
134 |
-
}
|
135 |
-
.ui-autocomplete {
|
136 |
-
position: absolute;
|
137 |
-
top: 0;
|
138 |
-
left: 0;
|
139 |
-
cursor: default;
|
140 |
-
}
|
141 |
-
.ui-button {
|
142 |
-
display: inline-block;
|
143 |
-
position: relative;
|
144 |
-
padding: 0;
|
145 |
-
line-height: normal;
|
146 |
-
margin-right: .1em;
|
147 |
-
cursor: pointer;
|
148 |
-
vertical-align: middle;
|
149 |
-
text-align: center;
|
150 |
-
overflow: visible; /* removes extra width in IE */
|
151 |
-
}
|
152 |
-
.ui-button,
|
153 |
-
.ui-button:link,
|
154 |
-
.ui-button:visited,
|
155 |
-
.ui-button:hover,
|
156 |
-
.ui-button:active {
|
157 |
-
text-decoration: none;
|
158 |
-
}
|
159 |
-
/* to make room for the icon, a width needs to be set here */
|
160 |
-
.ui-button-icon-only {
|
161 |
-
width: 2.2em;
|
162 |
-
}
|
163 |
-
/* button elements seem to need a little more width */
|
164 |
-
button.ui-button-icon-only {
|
165 |
-
width: 2.4em;
|
166 |
-
}
|
167 |
-
.ui-button-icons-only {
|
168 |
-
width: 3.4em;
|
169 |
-
}
|
170 |
-
button.ui-button-icons-only {
|
171 |
-
width: 3.7em;
|
172 |
-
}
|
173 |
-
|
174 |
-
/* button text element */
|
175 |
-
.ui-button .ui-button-text {
|
176 |
-
display: block;
|
177 |
-
line-height: normal;
|
178 |
-
}
|
179 |
-
.ui-button-text-only .ui-button-text {
|
180 |
-
padding: .4em 1em;
|
181 |
-
}
|
182 |
-
.ui-button-icon-only .ui-button-text,
|
183 |
-
.ui-button-icons-only .ui-button-text {
|
184 |
-
padding: .4em;
|
185 |
-
text-indent: -9999999px;
|
186 |
-
}
|
187 |
-
.ui-button-text-icon-primary .ui-button-text,
|
188 |
-
.ui-button-text-icons .ui-button-text {
|
189 |
-
padding: .4em 1em .4em 2.1em;
|
190 |
-
}
|
191 |
-
.ui-button-text-icon-secondary .ui-button-text,
|
192 |
-
.ui-button-text-icons .ui-button-text {
|
193 |
-
padding: .4em 2.1em .4em 1em;
|
194 |
-
}
|
195 |
-
.ui-button-text-icons .ui-button-text {
|
196 |
-
padding-left: 2.1em;
|
197 |
-
padding-right: 2.1em;
|
198 |
-
}
|
199 |
-
/* no icon support for input elements, provide padding by default */
|
200 |
-
input.ui-button {
|
201 |
-
padding: .4em 1em;
|
202 |
-
}
|
203 |
-
|
204 |
-
/* button icon element(s) */
|
205 |
-
.ui-button-icon-only .ui-icon,
|
206 |
-
.ui-button-text-icon-primary .ui-icon,
|
207 |
-
.ui-button-text-icon-secondary .ui-icon,
|
208 |
-
.ui-button-text-icons .ui-icon,
|
209 |
-
.ui-button-icons-only .ui-icon {
|
210 |
-
position: absolute;
|
211 |
-
top: 50%;
|
212 |
-
margin-top: -8px;
|
213 |
-
}
|
214 |
-
.ui-button-icon-only .ui-icon {
|
215 |
-
left: 50%;
|
216 |
-
margin-left: -8px;
|
217 |
-
}
|
218 |
-
.ui-button-text-icon-primary .ui-button-icon-primary,
|
219 |
-
.ui-button-text-icons .ui-button-icon-primary,
|
220 |
-
.ui-button-icons-only .ui-button-icon-primary {
|
221 |
-
left: .5em;
|
222 |
-
}
|
223 |
-
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
224 |
-
.ui-button-text-icons .ui-button-icon-secondary,
|
225 |
-
.ui-button-icons-only .ui-button-icon-secondary {
|
226 |
-
right: .5em;
|
227 |
-
}
|
228 |
-
|
229 |
-
/* button sets */
|
230 |
-
.ui-buttonset {
|
231 |
-
margin-right: 7px;
|
232 |
-
}
|
233 |
-
.ui-buttonset .ui-button {
|
234 |
-
margin-left: 0;
|
235 |
-
margin-right: -.3em;
|
236 |
-
}
|
237 |
-
|
238 |
-
/* workarounds */
|
239 |
-
/* reset extra padding in Firefox, see h5bp.com/l */
|
240 |
-
input.ui-button::-moz-focus-inner,
|
241 |
-
button.ui-button::-moz-focus-inner {
|
242 |
-
border: 0;
|
243 |
-
padding: 0;
|
244 |
-
}
|
245 |
-
.ui-datepicker {
|
246 |
-
width: 17em;
|
247 |
-
padding: .2em .2em 0;
|
248 |
-
display: none;
|
249 |
-
}
|
250 |
-
.ui-datepicker .ui-datepicker-header {
|
251 |
-
position: relative;
|
252 |
-
padding: .2em 0;
|
253 |
-
}
|
254 |
-
.ui-datepicker .ui-datepicker-prev,
|
255 |
-
.ui-datepicker .ui-datepicker-next {
|
256 |
-
position: absolute;
|
257 |
-
top: 2px;
|
258 |
-
width: 1.8em;
|
259 |
-
height: 1.8em;
|
260 |
-
}
|
261 |
-
.ui-datepicker .ui-datepicker-prev-hover,
|
262 |
-
.ui-datepicker .ui-datepicker-next-hover {
|
263 |
-
top: 1px;
|
264 |
-
}
|
265 |
-
.ui-datepicker .ui-datepicker-prev {
|
266 |
-
left: 2px;
|
267 |
-
}
|
268 |
-
.ui-datepicker .ui-datepicker-next {
|
269 |
-
right: 2px;
|
270 |
-
}
|
271 |
-
.ui-datepicker .ui-datepicker-prev-hover {
|
272 |
-
left: 1px;
|
273 |
-
}
|
274 |
-
.ui-datepicker .ui-datepicker-next-hover {
|
275 |
-
right: 1px;
|
276 |
-
}
|
277 |
-
.ui-datepicker .ui-datepicker-prev span,
|
278 |
-
.ui-datepicker .ui-datepicker-next span {
|
279 |
-
display: block;
|
280 |
-
position: absolute;
|
281 |
-
left: 50%;
|
282 |
-
margin-left: -8px;
|
283 |
-
top: 50%;
|
284 |
-
margin-top: -8px;
|
285 |
-
}
|
286 |
-
.ui-datepicker .ui-datepicker-title {
|
287 |
-
margin: 0 2.3em;
|
288 |
-
line-height: 1.8em;
|
289 |
-
text-align: center;
|
290 |
-
}
|
291 |
-
.ui-datepicker .ui-datepicker-title select {
|
292 |
-
font-size: 1em;
|
293 |
-
margin: 1px 0;
|
294 |
-
}
|
295 |
-
.ui-datepicker select.ui-datepicker-month,
|
296 |
-
.ui-datepicker select.ui-datepicker-year {
|
297 |
-
width: 49%;
|
298 |
-
}
|
299 |
-
.ui-datepicker table {
|
300 |
-
width: 100%;
|
301 |
-
font-size: .9em;
|
302 |
-
border-collapse: collapse;
|
303 |
-
margin: 0 0 .4em;
|
304 |
-
}
|
305 |
-
.ui-datepicker th {
|
306 |
-
padding: .7em .3em;
|
307 |
-
text-align: center;
|
308 |
-
font-weight: bold;
|
309 |
-
border: 0;
|
310 |
-
}
|
311 |
-
.ui-datepicker td {
|
312 |
-
border: 0;
|
313 |
-
padding: 1px;
|
314 |
-
}
|
315 |
-
.ui-datepicker td span,
|
316 |
-
.ui-datepicker td a {
|
317 |
-
display: block;
|
318 |
-
padding: .2em;
|
319 |
-
text-align: right;
|
320 |
-
text-decoration: none;
|
321 |
-
}
|
322 |
-
.ui-datepicker .ui-datepicker-buttonpane {
|
323 |
-
background-image: none;
|
324 |
-
margin: .7em 0 0 0;
|
325 |
-
padding: 0 .2em;
|
326 |
-
border-left: 0;
|
327 |
-
border-right: 0;
|
328 |
-
border-bottom: 0;
|
329 |
-
}
|
330 |
-
.ui-datepicker .ui-datepicker-buttonpane button {
|
331 |
-
float: right;
|
332 |
-
margin: .5em .2em .4em;
|
333 |
-
cursor: pointer;
|
334 |
-
padding: .2em .6em .3em .6em;
|
335 |
-
width: auto;
|
336 |
-
overflow: visible;
|
337 |
-
}
|
338 |
-
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
339 |
-
float: left;
|
340 |
-
}
|
341 |
-
|
342 |
-
/* with multiple calendars */
|
343 |
-
.ui-datepicker.ui-datepicker-multi {
|
344 |
-
width: auto;
|
345 |
-
}
|
346 |
-
.ui-datepicker-multi .ui-datepicker-group {
|
347 |
-
float: left;
|
348 |
-
}
|
349 |
-
.ui-datepicker-multi .ui-datepicker-group table {
|
350 |
-
width: 95%;
|
351 |
-
margin: 0 auto .4em;
|
352 |
-
}
|
353 |
-
.ui-datepicker-multi-2 .ui-datepicker-group {
|
354 |
-
width: 50%;
|
355 |
-
}
|
356 |
-
.ui-datepicker-multi-3 .ui-datepicker-group {
|
357 |
-
width: 33.3%;
|
358 |
-
}
|
359 |
-
.ui-datepicker-multi-4 .ui-datepicker-group {
|
360 |
-
width: 25%;
|
361 |
-
}
|
362 |
-
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
363 |
-
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
364 |
-
border-left-width: 0;
|
365 |
-
}
|
366 |
-
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
367 |
-
clear: left;
|
368 |
-
}
|
369 |
-
.ui-datepicker-row-break {
|
370 |
-
clear: both;
|
371 |
-
width: 100%;
|
372 |
-
font-size: 0;
|
373 |
-
}
|
374 |
-
|
375 |
-
/* RTL support */
|
376 |
-
.ui-datepicker-rtl {
|
377 |
-
direction: rtl;
|
378 |
-
}
|
379 |
-
.ui-datepicker-rtl .ui-datepicker-prev {
|
380 |
-
right: 2px;
|
381 |
-
left: auto;
|
382 |
-
}
|
383 |
-
.ui-datepicker-rtl .ui-datepicker-next {
|
384 |
-
left: 2px;
|
385 |
-
right: auto;
|
386 |
-
}
|
387 |
-
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
388 |
-
right: 1px;
|
389 |
-
left: auto;
|
390 |
-
}
|
391 |
-
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
392 |
-
left: 1px;
|
393 |
-
right: auto;
|
394 |
-
}
|
395 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
396 |
-
clear: right;
|
397 |
-
}
|
398 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
399 |
-
float: left;
|
400 |
-
}
|
401 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
402 |
-
.ui-datepicker-rtl .ui-datepicker-group {
|
403 |
-
float: right;
|
404 |
-
}
|
405 |
-
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
406 |
-
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
407 |
-
border-right-width: 0;
|
408 |
-
border-left-width: 1px;
|
409 |
-
}
|
410 |
-
.ui-dialog {
|
411 |
-
overflow: hidden;
|
412 |
-
position: absolute;
|
413 |
-
top: 0;
|
414 |
-
left: 0;
|
415 |
-
padding: .2em;
|
416 |
-
outline: 0;
|
417 |
-
}
|
418 |
-
.ui-dialog .ui-dialog-titlebar {
|
419 |
-
padding: .4em 1em;
|
420 |
-
position: relative;
|
421 |
-
}
|
422 |
-
.ui-dialog .ui-dialog-title {
|
423 |
-
float: left;
|
424 |
-
margin: .1em 0;
|
425 |
-
white-space: nowrap;
|
426 |
-
width: 90%;
|
427 |
-
overflow: hidden;
|
428 |
-
text-overflow: ellipsis;
|
429 |
-
}
|
430 |
-
.ui-dialog .ui-dialog-titlebar-close {
|
431 |
-
position: absolute;
|
432 |
-
right: .3em;
|
433 |
-
top: 50%;
|
434 |
-
width: 20px;
|
435 |
-
margin: -10px 0 0 0;
|
436 |
-
padding: 1px;
|
437 |
-
height: 20px;
|
438 |
-
}
|
439 |
-
.ui-dialog .ui-dialog-content {
|
440 |
-
position: relative;
|
441 |
-
border: 0;
|
442 |
-
padding: .5em 1em;
|
443 |
-
background: none;
|
444 |
-
overflow: auto;
|
445 |
-
}
|
446 |
-
.ui-dialog .ui-dialog-buttonpane {
|
447 |
-
text-align: left;
|
448 |
-
border-width: 1px 0 0 0;
|
449 |
-
background-image: none;
|
450 |
-
margin-top: .5em;
|
451 |
-
padding: .3em 1em .5em .4em;
|
452 |
-
}
|
453 |
-
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
454 |
-
float: right;
|
455 |
-
}
|
456 |
-
.ui-dialog .ui-dialog-buttonpane button {
|
457 |
-
margin: .5em .4em .5em 0;
|
458 |
-
cursor: pointer;
|
459 |
-
}
|
460 |
-
.ui-dialog .ui-resizable-se {
|
461 |
-
width: 12px;
|
462 |
-
height: 12px;
|
463 |
-
right: -5px;
|
464 |
-
bottom: -5px;
|
465 |
-
background-position: 16px 16px;
|
466 |
-
}
|
467 |
-
.ui-draggable .ui-dialog-titlebar {
|
468 |
-
cursor: move;
|
469 |
-
}
|
470 |
-
.ui-menu {
|
471 |
-
list-style: none;
|
472 |
-
padding: 2px;
|
473 |
-
margin: 0;
|
474 |
-
display: block;
|
475 |
-
outline: none;
|
476 |
-
}
|
477 |
-
.ui-menu .ui-menu {
|
478 |
-
margin-top: -3px;
|
479 |
-
position: absolute;
|
480 |
-
}
|
481 |
-
.ui-menu .ui-menu-item {
|
482 |
-
margin: 0;
|
483 |
-
padding: 0;
|
484 |
-
width: 100%;
|
485 |
-
/* support: IE10, see #8844 */
|
486 |
-
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
487 |
-
}
|
488 |
-
.ui-menu .ui-menu-divider {
|
489 |
-
margin: 5px -2px 5px -2px;
|
490 |
-
height: 0;
|
491 |
-
font-size: 0;
|
492 |
-
line-height: 0;
|
493 |
-
border-width: 1px 0 0 0;
|
494 |
-
}
|
495 |
-
.ui-menu .ui-menu-item a {
|
496 |
-
text-decoration: none;
|
497 |
-
display: block;
|
498 |
-
padding: 2px .4em;
|
499 |
-
line-height: 1.5;
|
500 |
-
min-height: 0; /* support: IE7 */
|
501 |
-
font-weight: normal;
|
502 |
-
}
|
503 |
-
.ui-menu .ui-menu-item a.ui-state-focus,
|
504 |
-
.ui-menu .ui-menu-item a.ui-state-active {
|
505 |
-
font-weight: normal;
|
506 |
-
margin: -1px;
|
507 |
-
}
|
508 |
-
|
509 |
-
.ui-menu .ui-state-disabled {
|
510 |
-
font-weight: normal;
|
511 |
-
margin: .4em 0 .2em;
|
512 |
-
line-height: 1.5;
|
513 |
-
}
|
514 |
-
.ui-menu .ui-state-disabled a {
|
515 |
-
cursor: default;
|
516 |
-
}
|
517 |
-
|
518 |
-
/* icon support */
|
519 |
-
.ui-menu-icons {
|
520 |
-
position: relative;
|
521 |
-
}
|
522 |
-
.ui-menu-icons .ui-menu-item a {
|
523 |
-
position: relative;
|
524 |
-
padding-left: 2em;
|
525 |
-
}
|
526 |
-
|
527 |
-
/* left-aligned */
|
528 |
-
.ui-menu .ui-icon {
|
529 |
-
position: absolute;
|
530 |
-
top: .2em;
|
531 |
-
left: .2em;
|
532 |
-
}
|
533 |
-
|
534 |
-
/* right-aligned */
|
535 |
-
.ui-menu .ui-menu-icon {
|
536 |
-
position: static;
|
537 |
-
float: right;
|
538 |
-
}
|
539 |
-
.ui-progressbar {
|
540 |
-
height: 2em;
|
541 |
-
text-align: left;
|
542 |
-
overflow: hidden;
|
543 |
-
}
|
544 |
-
.ui-progressbar .ui-progressbar-value {
|
545 |
-
margin: -1px;
|
546 |
-
height: 100%;
|
547 |
-
}
|
548 |
-
.ui-progressbar .ui-progressbar-overlay {
|
549 |
-
background: url("images/animated-overlay.gif");
|
550 |
-
height: 100%;
|
551 |
-
filter: alpha(opacity=25);
|
552 |
-
opacity: 0.25;
|
553 |
-
}
|
554 |
-
.ui-progressbar-indeterminate .ui-progressbar-value {
|
555 |
-
background-image: none;
|
556 |
-
}
|
557 |
-
.ui-resizable {
|
558 |
-
position: relative;
|
559 |
-
}
|
560 |
-
.ui-resizable-handle {
|
561 |
-
position: absolute;
|
562 |
-
font-size: 0.1px;
|
563 |
-
display: block;
|
564 |
-
}
|
565 |
-
.ui-resizable-disabled .ui-resizable-handle,
|
566 |
-
.ui-resizable-autohide .ui-resizable-handle {
|
567 |
-
display: none;
|
568 |
-
}
|
569 |
-
.ui-resizable-n {
|
570 |
-
cursor: n-resize;
|
571 |
-
height: 7px;
|
572 |
-
width: 100%;
|
573 |
-
top: -5px;
|
574 |
-
left: 0;
|
575 |
-
}
|
576 |
-
.ui-resizable-s {
|
577 |
-
cursor: s-resize;
|
578 |
-
height: 7px;
|
579 |
-
width: 100%;
|
580 |
-
bottom: -5px;
|
581 |
-
left: 0;
|
582 |
-
}
|
583 |
-
.ui-resizable-e {
|
584 |
-
cursor: e-resize;
|
585 |
-
width: 7px;
|
586 |
-
right: -5px;
|
587 |
-
top: 0;
|
588 |
-
height: 100%;
|
589 |
-
}
|
590 |
-
.ui-resizable-w {
|
591 |
-
cursor: w-resize;
|
592 |
-
width: 7px;
|
593 |
-
left: -5px;
|
594 |
-
top: 0;
|
595 |
-
height: 100%;
|
596 |
-
}
|
597 |
-
.ui-resizable-se {
|
598 |
-
cursor: se-resize;
|
599 |
-
width: 12px;
|
600 |
-
height: 12px;
|
601 |
-
right: 1px;
|
602 |
-
bottom: 1px;
|
603 |
-
}
|
604 |
-
.ui-resizable-sw {
|
605 |
-
cursor: sw-resize;
|
606 |
-
width: 9px;
|
607 |
-
height: 9px;
|
608 |
-
left: -5px;
|
609 |
-
bottom: -5px;
|
610 |
-
}
|
611 |
-
.ui-resizable-nw {
|
612 |
-
cursor: nw-resize;
|
613 |
-
width: 9px;
|
614 |
-
height: 9px;
|
615 |
-
left: -5px;
|
616 |
-
top: -5px;
|
617 |
-
}
|
618 |
-
.ui-resizable-ne {
|
619 |
-
cursor: ne-resize;
|
620 |
-
width: 9px;
|
621 |
-
height: 9px;
|
622 |
-
right: -5px;
|
623 |
-
top: -5px;
|
624 |
-
}
|
625 |
-
.ui-selectable-helper {
|
626 |
-
position: absolute;
|
627 |
-
z-index: 100;
|
628 |
-
border: 1px dotted black;
|
629 |
-
}
|
630 |
-
.ui-slider {
|
631 |
-
position: relative;
|
632 |
-
text-align: left;
|
633 |
-
}
|
634 |
-
.ui-slider .ui-slider-handle {
|
635 |
-
position: absolute;
|
636 |
-
z-index: 2;
|
637 |
-
width: 1.2em;
|
638 |
-
height: 1.2em;
|
639 |
-
cursor: default;
|
640 |
-
}
|
641 |
-
.ui-slider .ui-slider-range {
|
642 |
-
position: absolute;
|
643 |
-
z-index: 1;
|
644 |
-
font-size: .7em;
|
645 |
-
display: block;
|
646 |
-
border: 0;
|
647 |
-
background-position: 0 0;
|
648 |
-
}
|
649 |
-
|
650 |
-
/* For IE8 - See #6727 */
|
651 |
-
.ui-slider.ui-state-disabled .ui-slider-handle,
|
652 |
-
.ui-slider.ui-state-disabled .ui-slider-range {
|
653 |
-
filter: inherit;
|
654 |
-
}
|
655 |
-
|
656 |
-
.ui-slider-horizontal {
|
657 |
-
height: .8em;
|
658 |
-
}
|
659 |
-
.ui-slider-horizontal .ui-slider-handle {
|
660 |
-
top: -.3em;
|
661 |
-
margin-left: -.6em;
|
662 |
-
}
|
663 |
-
.ui-slider-horizontal .ui-slider-range {
|
664 |
-
top: 0;
|
665 |
-
height: 100%;
|
666 |
-
}
|
667 |
-
.ui-slider-horizontal .ui-slider-range-min {
|
668 |
-
left: 0;
|
669 |
-
}
|
670 |
-
.ui-slider-horizontal .ui-slider-range-max {
|
671 |
-
right: 0;
|
672 |
-
}
|
673 |
-
|
674 |
-
.ui-slider-vertical {
|
675 |
-
width: .8em;
|
676 |
-
height: 100px;
|
677 |
-
}
|
678 |
-
.ui-slider-vertical .ui-slider-handle {
|
679 |
-
left: -.3em;
|
680 |
-
margin-left: 0;
|
681 |
-
margin-bottom: -.6em;
|
682 |
-
}
|
683 |
-
.ui-slider-vertical .ui-slider-range {
|
684 |
-
left: 0;
|
685 |
-
width: 100%;
|
686 |
-
}
|
687 |
-
.ui-slider-vertical .ui-slider-range-min {
|
688 |
-
bottom: 0;
|
689 |
-
}
|
690 |
-
.ui-slider-vertical .ui-slider-range-max {
|
691 |
-
top: 0;
|
692 |
-
}
|
693 |
-
.ui-spinner {
|
694 |
-
position: relative;
|
695 |
-
display: inline-block;
|
696 |
-
overflow: hidden;
|
697 |
-
padding: 0;
|
698 |
-
vertical-align: middle;
|
699 |
-
}
|
700 |
-
.ui-spinner-input {
|
701 |
-
border: none;
|
702 |
-
background: none;
|
703 |
-
color: inherit;
|
704 |
-
padding: 0;
|
705 |
-
margin: .2em 0;
|
706 |
-
vertical-align: middle;
|
707 |
-
margin-left: .4em;
|
708 |
-
margin-right: 22px;
|
709 |
-
}
|
710 |
-
.ui-spinner-button {
|
711 |
-
width: 16px;
|
712 |
-
height: 50%;
|
713 |
-
font-size: .5em;
|
714 |
-
padding: 0;
|
715 |
-
margin: 0;
|
716 |
-
text-align: center;
|
717 |
-
position: absolute;
|
718 |
-
cursor: default;
|
719 |
-
display: block;
|
720 |
-
overflow: hidden;
|
721 |
-
right: 0;
|
722 |
-
}
|
723 |
-
/* more specificity required here to override default borders */
|
724 |
-
.ui-spinner a.ui-spinner-button {
|
725 |
-
border-top: none;
|
726 |
-
border-bottom: none;
|
727 |
-
border-right: none;
|
728 |
-
}
|
729 |
-
/* vertically center icon */
|
730 |
-
.ui-spinner .ui-icon {
|
731 |
-
position: absolute;
|
732 |
-
margin-top: -8px;
|
733 |
-
top: 50%;
|
734 |
-
left: 0;
|
735 |
-
}
|
736 |
-
.ui-spinner-up {
|
737 |
-
top: 0;
|
738 |
-
}
|
739 |
-
.ui-spinner-down {
|
740 |
-
bottom: 0;
|
741 |
-
}
|
742 |
-
|
743 |
-
/* TR overrides */
|
744 |
-
.ui-spinner .ui-icon-triangle-1-s {
|
745 |
-
/* need to fix icons sprite */
|
746 |
-
background-position: -65px -16px;
|
747 |
-
}
|
748 |
-
.ui-tabs {
|
749 |
-
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
750 |
-
padding: .2em;
|
751 |
-
}
|
752 |
-
.ui-tabs .ui-tabs-nav {
|
753 |
-
margin: 0;
|
754 |
-
padding: .2em .2em 0;
|
755 |
-
}
|
756 |
-
.ui-tabs .ui-tabs-nav li {
|
757 |
-
list-style: none;
|
758 |
-
float: left;
|
759 |
-
position: relative;
|
760 |
-
top: 0;
|
761 |
-
margin: 1px .2em 0 0;
|
762 |
-
border-bottom-width: 0;
|
763 |
-
padding: 0;
|
764 |
-
white-space: nowrap;
|
765 |
-
}
|
766 |
-
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
767 |
-
float: left;
|
768 |
-
padding: .5em 1em;
|
769 |
-
text-decoration: none;
|
770 |
-
}
|
771 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
772 |
-
margin-bottom: -1px;
|
773 |
-
padding-bottom: 1px;
|
774 |
-
}
|
775 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
776 |
-
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
777 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
778 |
-
cursor: text;
|
779 |
-
}
|
780 |
-
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
781 |
-
cursor: pointer;
|
782 |
-
}
|
783 |
-
.ui-tabs .ui-tabs-panel {
|
784 |
-
display: block;
|
785 |
-
border-width: 0;
|
786 |
-
padding: 1em 1.4em;
|
787 |
-
background: none;
|
788 |
-
}
|
789 |
-
.ui-tooltip {
|
790 |
-
padding: 8px;
|
791 |
-
position: absolute;
|
792 |
-
z-index: 9999;
|
793 |
-
max-width: 300px;
|
794 |
-
-webkit-box-shadow: 0 0 5px #aaa;
|
795 |
-
box-shadow: 0 0 5px #aaa;
|
796 |
-
}
|
797 |
-
body .ui-tooltip {
|
798 |
-
border-width: 2px;
|
799 |
-
}
|
800 |
-
|
801 |
-
/* Component containers
|
802 |
-
----------------------------------*/
|
803 |
-
.ui-widget {
|
804 |
-
font-family: 'helveticaregular';
|
805 |
-
font-size: 1.1em;
|
806 |
-
}
|
807 |
-
.ui-widget .ui-widget {
|
808 |
-
font-size: 1em;
|
809 |
-
}
|
810 |
-
.ui-widget input,
|
811 |
-
.ui-widget select,
|
812 |
-
.ui-widget textarea,
|
813 |
-
.ui-widget button {
|
814 |
-
font-family: 'helveticaregular';
|
815 |
-
font-size:17px;
|
816 |
-
}
|
817 |
-
.ui-widget-content {
|
818 |
-
background: #ffffff;
|
819 |
-
color: #414951;
|
820 |
-
}
|
821 |
-
.ui-widget-content a {
|
822 |
-
color: #222222;
|
823 |
-
}
|
824 |
-
.ui-widget-header {
|
825 |
-
background: #fff;
|
826 |
-
color: #222222;
|
827 |
-
}
|
828 |
-
.ui-widget-header a {
|
829 |
-
color: #222222;
|
830 |
-
}
|
831 |
-
|
832 |
-
/* Interaction states
|
833 |
-
----------------------------------*/
|
834 |
-
.ui-state-default,
|
835 |
-
.ui-widget-content .ui-state-default,
|
836 |
-
.ui-widget-header .ui-state-default {
|
837 |
-
background: #fff url(../images/arrow.png) right top no-repeat;
|
838 |
-
font-weight: normal;
|
839 |
-
color: #414951;
|
840 |
-
}
|
841 |
-
.ui-state-default a,
|
842 |
-
.ui-state-default a:link,
|
843 |
-
.ui-state-default a:visited {
|
844 |
-
color: #555555;
|
845 |
-
text-decoration: none;
|
846 |
-
}
|
847 |
-
.ui-state-hover,
|
848 |
-
.ui-widget-content .ui-state-hover,
|
849 |
-
.ui-widget-header .ui-state-hover,
|
850 |
-
/*.ui-state-focus, */
|
851 |
-
.ui-widget-content .ui-state-focus,
|
852 |
-
.ui-widget-header .ui-state-focus {
|
853 |
-
background: #d22b30 url(../images/arrow.png) right -50px no-repeat;
|
854 |
-
font-weight: normal;
|
855 |
-
color: #eee;
|
856 |
-
}
|
857 |
-
.ui-state-hover a,
|
858 |
-
.ui-state-hover a:hover,
|
859 |
-
.ui-state-hover a:link,
|
860 |
-
.ui-state-hover a:visited,
|
861 |
-
.ui-state-focus a,
|
862 |
-
.ui-state-focus a:hover,
|
863 |
-
.ui-state-focus a:link,
|
864 |
-
.ui-state-focus a:visited {
|
865 |
-
color: #212121;
|
866 |
-
text-decoration: none;
|
867 |
-
}
|
868 |
-
/*.ui-state-active,
|
869 |
-
.ui-widget-content .ui-state-active,
|
870 |
-
.ui-widget-header .ui-state-active {
|
871 |
-
background: #d22b30 url(../images/arrow.png) right -50px no-repeat;
|
872 |
-
font-weight: normal;
|
873 |
-
color: #fff;
|
874 |
-
}*/
|
875 |
-
|
876 |
-
|
877 |
-
.ui-state-active,
|
878 |
-
.ui-widget-content .ui-state-active,
|
879 |
-
.ui-widget-header .ui-state-active {
|
880 |
-
background: #d22b30 url(../images/arrow.png) right -105px no-repeat;
|
881 |
-
font-weight: normal;
|
882 |
-
color:#eeeeee;
|
883 |
-
}
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
.ui-state-active a,
|
888 |
-
.ui-state-active a:link,
|
889 |
-
.ui-state-active a:visited {
|
890 |
-
color: #212121;
|
891 |
-
text-decoration: none;
|
892 |
-
}
|
893 |
-
|
894 |
-
/* Interaction Cues
|
895 |
-
----------------------------------*/
|
896 |
-
.ui-state-highlight,
|
897 |
-
.ui-widget-content .ui-state-highlight,
|
898 |
-
.ui-widget-header .ui-state-highlight {
|
899 |
-
border: 1px solid #fcefa1;
|
900 |
-
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
901 |
-
color: #363636;
|
902 |
-
}
|
903 |
-
.ui-state-highlight a,
|
904 |
-
.ui-widget-content .ui-state-highlight a,
|
905 |
-
.ui-widget-header .ui-state-highlight a {
|
906 |
-
color: #363636;
|
907 |
-
}
|
908 |
-
.ui-state-error,
|
909 |
-
.ui-widget-content .ui-state-error,
|
910 |
-
.ui-widget-header .ui-state-error {
|
911 |
-
border: 1px solid #cd0a0a;
|
912 |
-
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
913 |
-
color: #cd0a0a;
|
914 |
-
}
|
915 |
-
.ui-state-error a,
|
916 |
-
.ui-widget-content .ui-state-error a,
|
917 |
-
.ui-widget-header .ui-state-error a {
|
918 |
-
color: #cd0a0a;
|
919 |
-
}
|
920 |
-
.ui-state-error-text,
|
921 |
-
.ui-widget-content .ui-state-error-text,
|
922 |
-
.ui-widget-header .ui-state-error-text {
|
923 |
-
color: #cd0a0a;
|
924 |
-
}
|
925 |
-
.ui-priority-primary,
|
926 |
-
.ui-widget-content .ui-priority-primary,
|
927 |
-
.ui-widget-header .ui-priority-primary {
|
928 |
-
font-weight: bold;
|
929 |
-
}
|
930 |
-
.ui-priority-secondary,
|
931 |
-
.ui-widget-content .ui-priority-secondary,
|
932 |
-
.ui-widget-header .ui-priority-secondary {
|
933 |
-
opacity: .7;
|
934 |
-
filter:Alpha(Opacity=70);
|
935 |
-
font-weight: normal;
|
936 |
-
}
|
937 |
-
.ui-state-disabled,
|
938 |
-
.ui-widget-content .ui-state-disabled,
|
939 |
-
.ui-widget-header .ui-state-disabled {
|
940 |
-
opacity: .35;
|
941 |
-
filter:Alpha(Opacity=35);
|
942 |
-
background-image: none;
|
943 |
-
}
|
944 |
-
.ui-state-disabled .ui-icon {
|
945 |
-
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
946 |
-
}
|
947 |
-
|
948 |
-
/* Icons
|
949 |
-
----------------------------------*/
|
950 |
-
|
951 |
-
/* states and images */
|
952 |
-
.ui-icon {
|
953 |
-
width: 16px;
|
954 |
-
height: 16px;
|
955 |
-
}
|
956 |
-
.ui-icon,
|
957 |
-
.ui-widget-content .ui-icon {
|
958 |
-
background-image: url(images/ui-icons_222222_256x240.png);
|
959 |
-
}
|
960 |
-
.ui-widget-header .ui-icon {
|
961 |
-
background-image: url(images/ui-icons_222222_256x240.png);
|
962 |
-
}
|
963 |
-
.ui-state-default .ui-icon {
|
964 |
-
background-image: url(images/ui-icons_888888_256x240.png);
|
965 |
-
}
|
966 |
-
.ui-state-hover .ui-icon,
|
967 |
-
.ui-state-focus .ui-icon {
|
968 |
-
background-image: url(images/ui-icons_454545_256x240.png);
|
969 |
-
}
|
970 |
-
.ui-state-active .ui-icon {
|
971 |
-
background-image: url(images/ui-icons_454545_256x240.png);
|
972 |
-
}
|
973 |
-
.ui-state-highlight .ui-icon {
|
974 |
-
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
975 |
-
}
|
976 |
-
.ui-state-error .ui-icon,
|
977 |
-
.ui-state-error-text .ui-icon {
|
978 |
-
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
979 |
-
}
|
980 |
-
|
981 |
-
/* positioning */
|
982 |
-
.ui-icon-blank { background-position: 16px 16px; }
|
983 |
-
.ui-icon-carat-1-n { background-position: 0 0; }
|
984 |
-
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
985 |
-
.ui-icon-carat-1-e { background-position: -32px 0; }
|
986 |
-
.ui-icon-carat-1-se { background-position: -48px 0; }
|
987 |
-
.ui-icon-carat-1-s { background-position: -64px 0; }
|
988 |
-
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
989 |
-
.ui-icon-carat-1-w { background-position: -96px 0; }
|
990 |
-
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
991 |
-
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
992 |
-
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
993 |
-
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
994 |
-
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
995 |
-
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
996 |
-
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
997 |
-
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
998 |
-
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
999 |
-
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
1000 |
-
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
1001 |
-
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
1002 |
-
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
1003 |
-
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
1004 |
-
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
1005 |
-
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
1006 |
-
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
1007 |
-
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
1008 |
-
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
1009 |
-
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
1010 |
-
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
1011 |
-
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
1012 |
-
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
1013 |
-
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
1014 |
-
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
1015 |
-
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
1016 |
-
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
1017 |
-
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
1018 |
-
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
1019 |
-
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
1020 |
-
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
1021 |
-
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
1022 |
-
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
1023 |
-
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
1024 |
-
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
1025 |
-
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
1026 |
-
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
1027 |
-
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
1028 |
-
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
1029 |
-
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
1030 |
-
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
1031 |
-
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
1032 |
-
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
1033 |
-
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
1034 |
-
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
1035 |
-
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
1036 |
-
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
1037 |
-
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
1038 |
-
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
1039 |
-
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
1040 |
-
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
1041 |
-
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
1042 |
-
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
1043 |
-
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
1044 |
-
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
1045 |
-
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
1046 |
-
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
1047 |
-
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
1048 |
-
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
1049 |
-
.ui-icon-extlink { background-position: -32px -80px; }
|
1050 |
-
.ui-icon-newwin { background-position: -48px -80px; }
|
1051 |
-
.ui-icon-refresh { background-position: -64px -80px; }
|
1052 |
-
.ui-icon-shuffle { background-position: -80px -80px; }
|
1053 |
-
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
1054 |
-
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
1055 |
-
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
1056 |
-
.ui-icon-folder-open { background-position: -16px -96px; }
|
1057 |
-
.ui-icon-document { background-position: -32px -96px; }
|
1058 |
-
.ui-icon-document-b { background-position: -48px -96px; }
|
1059 |
-
.ui-icon-note { background-position: -64px -96px; }
|
1060 |
-
.ui-icon-mail-closed { background-position: -80px -96px; }
|
1061 |
-
.ui-icon-mail-open { background-position: -96px -96px; }
|
1062 |
-
.ui-icon-suitcase { background-position: -112px -96px; }
|
1063 |
-
.ui-icon-comment { background-position: -128px -96px; }
|
1064 |
-
.ui-icon-person { background-position: -144px -96px; }
|
1065 |
-
.ui-icon-print { background-position: -160px -96px; }
|
1066 |
-
.ui-icon-trash { background-position: -176px -96px; }
|
1067 |
-
.ui-icon-locked { background-position: -192px -96px; }
|
1068 |
-
.ui-icon-unlocked { background-position: -208px -96px; }
|
1069 |
-
.ui-icon-bookmark { background-position: -224px -96px; }
|
1070 |
-
.ui-icon-tag { background-position: -240px -96px; }
|
1071 |
-
.ui-icon-home { background-position: 0 -112px; }
|
1072 |
-
.ui-icon-flag { background-position: -16px -112px; }
|
1073 |
-
.ui-icon-calendar { background-position: -32px -112px; }
|
1074 |
-
.ui-icon-cart { background-position: -48px -112px; }
|
1075 |
-
.ui-icon-pencil { background-position: -64px -112px; }
|
1076 |
-
.ui-icon-clock { background-position: -80px -112px; }
|
1077 |
-
.ui-icon-disk { background-position: -96px -112px; }
|
1078 |
-
.ui-icon-calculator { background-position: -112px -112px; }
|
1079 |
-
.ui-icon-zoomin { background-position: -128px -112px; }
|
1080 |
-
.ui-icon-zoomout { background-position: -144px -112px; }
|
1081 |
-
.ui-icon-search { background-position: -160px -112px; }
|
1082 |
-
.ui-icon-wrench { background-position: -176px -112px; }
|
1083 |
-
.ui-icon-gear { background-position: -192px -112px; }
|
1084 |
-
.ui-icon-heart { background-position: -208px -112px; }
|
1085 |
-
.ui-icon-star { background-position: -224px -112px; }
|
1086 |
-
.ui-icon-link { background-position: -240px -112px; }
|
1087 |
-
.ui-icon-cancel { background-position: 0 -128px; }
|
1088 |
-
.ui-icon-plus { background-position: -16px -128px; }
|
1089 |
-
.ui-icon-plusthick { background-position: -32px -128px; }
|
1090 |
-
.ui-icon-minus { background-position: -48px -128px; }
|
1091 |
-
.ui-icon-minusthick { background-position: -64px -128px; }
|
1092 |
-
.ui-icon-close { background-position: -80px -128px; }
|
1093 |
-
.ui-icon-closethick { background-position: -96px -128px; }
|
1094 |
-
.ui-icon-key { background-position: -112px -128px; }
|
1095 |
-
.ui-icon-lightbulb { background-position: -128px -128px; }
|
1096 |
-
.ui-icon-scissors { background-position: -144px -128px; }
|
1097 |
-
.ui-icon-clipboard { background-position: -160px -128px; }
|
1098 |
-
.ui-icon-copy { background-position: -176px -128px; }
|
1099 |
-
.ui-icon-contact { background-position: -192px -128px; }
|
1100 |
-
.ui-icon-image { background-position: -208px -128px; }
|
1101 |
-
.ui-icon-video { background-position: -224px -128px; }
|
1102 |
-
.ui-icon-script { background-position: -240px -128px; }
|
1103 |
-
.ui-icon-alert { background-position: 0 -144px; }
|
1104 |
-
.ui-icon-info { background-position: -16px -144px; }
|
1105 |
-
.ui-icon-notice { background-position: -32px -144px; }
|
1106 |
-
.ui-icon-help { background-position: -48px -144px; }
|
1107 |
-
.ui-icon-check { background-position: -64px -144px; }
|
1108 |
-
.ui-icon-bullet { background-position: -80px -144px; }
|
1109 |
-
.ui-icon-radio-on { background-position: -96px -144px; }
|
1110 |
-
.ui-icon-radio-off { background-position: -112px -144px; }
|
1111 |
-
.ui-icon-pin-w { background-position: -128px -144px; }
|
1112 |
-
.ui-icon-pin-s { background-position: -144px -144px; }
|
1113 |
-
.ui-icon-play { background-position: 0 -160px; }
|
1114 |
-
.ui-icon-pause { background-position: -16px -160px; }
|
1115 |
-
.ui-icon-seek-next { background-position: -32px -160px; }
|
1116 |
-
.ui-icon-seek-prev { background-position: -48px -160px; }
|
1117 |
-
.ui-icon-seek-end { background-position: -64px -160px; }
|
1118 |
-
.ui-icon-seek-start { background-position: -80px -160px; }
|
1119 |
-
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
1120 |
-
.ui-icon-seek-first { background-position: -80px -160px; }
|
1121 |
-
.ui-icon-stop { background-position: -96px -160px; }
|
1122 |
-
.ui-icon-eject { background-position: -112px -160px; }
|
1123 |
-
.ui-icon-volume-off { background-position: -128px -160px; }
|
1124 |
-
.ui-icon-volume-on { background-position: -144px -160px; }
|
1125 |
-
.ui-icon-power { background-position: 0 -176px; }
|
1126 |
-
.ui-icon-signal-diag { background-position: -16px -176px; }
|
1127 |
-
.ui-icon-signal { background-position: -32px -176px; }
|
1128 |
-
.ui-icon-battery-0 { background-position: -48px -176px; }
|
1129 |
-
.ui-icon-battery-1 { background-position: -64px -176px; }
|
1130 |
-
.ui-icon-battery-2 { background-position: -80px -176px; }
|
1131 |
-
.ui-icon-battery-3 { background-position: -96px -176px; }
|
1132 |
-
.ui-icon-circle-plus { background-position: 0 -192px; }
|
1133 |
-
.ui-icon-circle-minus { background-position: -16px -192px; }
|
1134 |
-
.ui-icon-circle-close { background-position: -32px -192px; }
|
1135 |
-
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
1136 |
-
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
1137 |
-
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
1138 |
-
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
1139 |
-
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
1140 |
-
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
1141 |
-
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
1142 |
-
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
1143 |
-
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
1144 |
-
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
1145 |
-
.ui-icon-circle-check { background-position: -208px -192px; }
|
1146 |
-
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
1147 |
-
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
1148 |
-
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
1149 |
-
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
1150 |
-
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
1151 |
-
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
1152 |
-
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
1153 |
-
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
1154 |
-
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
1155 |
-
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
1156 |
-
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
1157 |
-
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
1158 |
-
|
1159 |
-
|
1160 |
-
/* Misc visuals
|
1161 |
-
----------------------------------*/
|
1162 |
-
|
1163 |
-
/* Corner radius */
|
1164 |
-
.ui-corner-all,
|
1165 |
-
.ui-corner-top,
|
1166 |
-
.ui-corner-left,
|
1167 |
-
.ui-corner-tl {
|
1168 |
-
border-top-left-radius: 0px;
|
1169 |
-
}
|
1170 |
-
.ui-corner-all,
|
1171 |
-
.ui-corner-top,
|
1172 |
-
.ui-corner-right,
|
1173 |
-
.ui-corner-tr {
|
1174 |
-
border-top-right-radius: 0px;
|
1175 |
-
}
|
1176 |
-
.ui-corner-all,
|
1177 |
-
.ui-corner-bottom,
|
1178 |
-
.ui-corner-left,
|
1179 |
-
.ui-corner-bl {
|
1180 |
-
border-bottom-left-radius: 0px;
|
1181 |
-
}
|
1182 |
-
.ui-corner-all,
|
1183 |
-
.ui-corner-bottom,
|
1184 |
-
.ui-corner-right,
|
1185 |
-
.ui-corner-br {
|
1186 |
-
border-bottom-right-radius: 0px;
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
#accordion h3 span,#accordion1 h3 span{ position: absolute; left:0px; top:0px; width:50px; height:49px; background:#31373d; line-height:50px; text-align: center; font-family: 'helveticaregular'; font-size:20px; color:#FFF;}
|
1193 |
-
|
1194 |
-
#accordion h3:hover span, #accordion1 h3:hover span{ background:#b8262a; color:#eee;}
|
1195 |
-
#accordion h3.ui-state-active span, #accordion1 h3.ui-state-active span{ background:#b8262a; color:#eee;}
|
1 |
+
|
2 |
+
/*! jQuery UI - v1.10.4 - 2014-01-17
|
3 |
+
* http://jqueryui.com
|
4 |
+
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
5 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
6 |
+
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
7 |
+
|
8 |
+
/* Layout helpers
|
9 |
+
----------------------------------*/
|
10 |
+
|
11 |
+
@font-face {
|
12 |
+
font-family: 'helveticaregular';
|
13 |
+
src: url('../fonts/helvetica_0-webfont.eot');
|
14 |
+
src: url('../fonts/helvetica_0-webfont.eot?#iefix') format('embedded-opentype'),
|
15 |
+
url('../fonts/helvetica_0-webfont.woff') format('woff'),
|
16 |
+
url('../fonts/helvetica_0-webfont.ttf') format('truetype'),
|
17 |
+
url('../fonts/helvetica_0-webfont.svg#helveticaregular') format('svg');
|
18 |
+
font-weight: normal;
|
19 |
+
font-style: normal;
|
20 |
+
|
21 |
+
}
|
22 |
+
|
23 |
+
|
24 |
+
.ui-helper-hidden {
|
25 |
+
display: none;
|
26 |
+
}
|
27 |
+
.ui-helper-hidden-accessible {
|
28 |
+
border: 0;
|
29 |
+
clip: rect(0 0 0 0);
|
30 |
+
height: 1px;
|
31 |
+
margin: -1px;
|
32 |
+
overflow: hidden;
|
33 |
+
padding: 0;
|
34 |
+
position: absolute;
|
35 |
+
width: 1px;
|
36 |
+
}
|
37 |
+
.ui-helper-reset {
|
38 |
+
margin: 0;
|
39 |
+
padding: 0;
|
40 |
+
border: 0;
|
41 |
+
outline: 0;
|
42 |
+
line-height: 1.3;
|
43 |
+
text-decoration: none;
|
44 |
+
font-size: 100%;
|
45 |
+
list-style: none;
|
46 |
+
}
|
47 |
+
.ui-helper-clearfix:before,
|
48 |
+
.ui-helper-clearfix:after {
|
49 |
+
content: "";
|
50 |
+
display: table;
|
51 |
+
border-collapse: collapse;
|
52 |
+
}
|
53 |
+
.ui-helper-clearfix:after {
|
54 |
+
clear: both;
|
55 |
+
}
|
56 |
+
.ui-helper-clearfix {
|
57 |
+
min-height: 0; /* support: IE7 */
|
58 |
+
}
|
59 |
+
.ui-helper-zfix {
|
60 |
+
width: 100%;
|
61 |
+
height: 100%;
|
62 |
+
top: 0;
|
63 |
+
left: 0;
|
64 |
+
position: absolute;
|
65 |
+
opacity: 0;
|
66 |
+
filter:Alpha(Opacity=0);
|
67 |
+
}
|
68 |
+
|
69 |
+
.ui-front {
|
70 |
+
z-index: 100;
|
71 |
+
}
|
72 |
+
|
73 |
+
|
74 |
+
/* Interaction Cues
|
75 |
+
----------------------------------*/
|
76 |
+
.ui-state-disabled {
|
77 |
+
cursor: default !important;
|
78 |
+
}
|
79 |
+
|
80 |
+
|
81 |
+
/* Icons
|
82 |
+
----------------------------------*/
|
83 |
+
|
84 |
+
/* states and images */
|
85 |
+
.ui-icon {
|
86 |
+
display: block;
|
87 |
+
text-indent: -99999px;
|
88 |
+
overflow: hidden;
|
89 |
+
background-repeat: no-repeat;
|
90 |
+
}
|
91 |
+
|
92 |
+
|
93 |
+
/* Misc visuals
|
94 |
+
----------------------------------*/
|
95 |
+
|
96 |
+
/* Overlays */
|
97 |
+
.ui-widget-overlay {
|
98 |
+
position: fixed;
|
99 |
+
top: 0;
|
100 |
+
left: 0;
|
101 |
+
width: 100%;
|
102 |
+
height: 100%;
|
103 |
+
}
|
104 |
+
.ui-accordion .ui-accordion-header {
|
105 |
+
display: block;
|
106 |
+
cursor: pointer;
|
107 |
+
position: relative;
|
108 |
+
margin-top: 10px;
|
109 |
+
padding: .6em .5em;
|
110 |
+
min-height: 0; /* support: IE7 */
|
111 |
+
font-size:20px;
|
112 |
+
font-weight:normal;
|
113 |
+
}
|
114 |
+
.ui-accordion .ui-accordion-icons {
|
115 |
+
padding-left: 62px;
|
116 |
+
padding-right: 40px;
|
117 |
+
}
|
118 |
+
.ui-accordion .ui-accordion-noicons {
|
119 |
+
padding-left: .7em;
|
120 |
+
}
|
121 |
+
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
122 |
+
padding-left: 2.2em;
|
123 |
+
}
|
124 |
+
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
125 |
+
position: absolute;
|
126 |
+
left: .5em;
|
127 |
+
top: 50%;
|
128 |
+
margin-top: -8px;
|
129 |
+
display:none;
|
130 |
+
}
|
131 |
+
.ui-accordion .ui-accordion-content {
|
132 |
+
padding:1.6em 2em 1.4em 2em;
|
133 |
+
border-top: 0;
|
134 |
+
}
|
135 |
+
.ui-autocomplete {
|
136 |
+
position: absolute;
|
137 |
+
top: 0;
|
138 |
+
left: 0;
|
139 |
+
cursor: default;
|
140 |
+
}
|
141 |
+
.ui-button {
|
142 |
+
display: inline-block;
|
143 |
+
position: relative;
|
144 |
+
padding: 0;
|
145 |
+
line-height: normal;
|
146 |
+
margin-right: .1em;
|
147 |
+
cursor: pointer;
|
148 |
+
vertical-align: middle;
|
149 |
+
text-align: center;
|
150 |
+
overflow: visible; /* removes extra width in IE */
|
151 |
+
}
|
152 |
+
.ui-button,
|
153 |
+
.ui-button:link,
|
154 |
+
.ui-button:visited,
|
155 |
+
.ui-button:hover,
|
156 |
+
.ui-button:active {
|
157 |
+
text-decoration: none;
|
158 |
+
}
|
159 |
+
/* to make room for the icon, a width needs to be set here */
|
160 |
+
.ui-button-icon-only {
|
161 |
+
width: 2.2em;
|
162 |
+
}
|
163 |
+
/* button elements seem to need a little more width */
|
164 |
+
button.ui-button-icon-only {
|
165 |
+
width: 2.4em;
|
166 |
+
}
|
167 |
+
.ui-button-icons-only {
|
168 |
+
width: 3.4em;
|
169 |
+
}
|
170 |
+
button.ui-button-icons-only {
|
171 |
+
width: 3.7em;
|
172 |
+
}
|
173 |
+
|
174 |
+
/* button text element */
|
175 |
+
.ui-button .ui-button-text {
|
176 |
+
display: block;
|
177 |
+
line-height: normal;
|
178 |
+
}
|
179 |
+
.ui-button-text-only .ui-button-text {
|
180 |
+
padding: .4em 1em;
|
181 |
+
}
|
182 |
+
.ui-button-icon-only .ui-button-text,
|
183 |
+
.ui-button-icons-only .ui-button-text {
|
184 |
+
padding: .4em;
|
185 |
+
text-indent: -9999999px;
|
186 |
+
}
|
187 |
+
.ui-button-text-icon-primary .ui-button-text,
|
188 |
+
.ui-button-text-icons .ui-button-text {
|
189 |
+
padding: .4em 1em .4em 2.1em;
|
190 |
+
}
|
191 |
+
.ui-button-text-icon-secondary .ui-button-text,
|
192 |
+
.ui-button-text-icons .ui-button-text {
|
193 |
+
padding: .4em 2.1em .4em 1em;
|
194 |
+
}
|
195 |
+
.ui-button-text-icons .ui-button-text {
|
196 |
+
padding-left: 2.1em;
|
197 |
+
padding-right: 2.1em;
|
198 |
+
}
|
199 |
+
/* no icon support for input elements, provide padding by default */
|
200 |
+
input.ui-button {
|
201 |
+
padding: .4em 1em;
|
202 |
+
}
|
203 |
+
|
204 |
+
/* button icon element(s) */
|
205 |
+
.ui-button-icon-only .ui-icon,
|
206 |
+
.ui-button-text-icon-primary .ui-icon,
|
207 |
+
.ui-button-text-icon-secondary .ui-icon,
|
208 |
+
.ui-button-text-icons .ui-icon,
|
209 |
+
.ui-button-icons-only .ui-icon {
|
210 |
+
position: absolute;
|
211 |
+
top: 50%;
|
212 |
+
margin-top: -8px;
|
213 |
+
}
|
214 |
+
.ui-button-icon-only .ui-icon {
|
215 |
+
left: 50%;
|
216 |
+
margin-left: -8px;
|
217 |
+
}
|
218 |
+
.ui-button-text-icon-primary .ui-button-icon-primary,
|
219 |
+
.ui-button-text-icons .ui-button-icon-primary,
|
220 |
+
.ui-button-icons-only .ui-button-icon-primary {
|
221 |
+
left: .5em;
|
222 |
+
}
|
223 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
224 |
+
.ui-button-text-icons .ui-button-icon-secondary,
|
225 |
+
.ui-button-icons-only .ui-button-icon-secondary {
|
226 |
+
right: .5em;
|
227 |
+
}
|
228 |
+
|
229 |
+
/* button sets */
|
230 |
+
.ui-buttonset {
|
231 |
+
margin-right: 7px;
|
232 |
+
}
|
233 |
+
.ui-buttonset .ui-button {
|
234 |
+
margin-left: 0;
|
235 |
+
margin-right: -.3em;
|
236 |
+
}
|
237 |
+
|
238 |
+
/* workarounds */
|
239 |
+
/* reset extra padding in Firefox, see h5bp.com/l */
|
240 |
+
input.ui-button::-moz-focus-inner,
|
241 |
+
button.ui-button::-moz-focus-inner {
|
242 |
+
border: 0;
|
243 |
+
padding: 0;
|
244 |
+
}
|
245 |
+
.ui-datepicker {
|
246 |
+
width: 17em;
|
247 |
+
padding: .2em .2em 0;
|
248 |
+
display: none;
|
249 |
+
}
|
250 |
+
.ui-datepicker .ui-datepicker-header {
|
251 |
+
position: relative;
|
252 |
+
padding: .2em 0;
|
253 |
+
}
|
254 |
+
.ui-datepicker .ui-datepicker-prev,
|
255 |
+
.ui-datepicker .ui-datepicker-next {
|
256 |
+
position: absolute;
|
257 |
+
top: 2px;
|
258 |
+
width: 1.8em;
|
259 |
+
height: 1.8em;
|
260 |
+
}
|
261 |
+
.ui-datepicker .ui-datepicker-prev-hover,
|
262 |
+
.ui-datepicker .ui-datepicker-next-hover {
|
263 |
+
top: 1px;
|
264 |
+
}
|
265 |
+
.ui-datepicker .ui-datepicker-prev {
|
266 |
+
left: 2px;
|
267 |
+
}
|
268 |
+
.ui-datepicker .ui-datepicker-next {
|
269 |
+
right: 2px;
|
270 |
+
}
|
271 |
+
.ui-datepicker .ui-datepicker-prev-hover {
|
272 |
+
left: 1px;
|
273 |
+
}
|
274 |
+
.ui-datepicker .ui-datepicker-next-hover {
|
275 |
+
right: 1px;
|
276 |
+
}
|
277 |
+
.ui-datepicker .ui-datepicker-prev span,
|
278 |
+
.ui-datepicker .ui-datepicker-next span {
|
279 |
+
display: block;
|
280 |
+
position: absolute;
|
281 |
+
left: 50%;
|
282 |
+
margin-left: -8px;
|
283 |
+
top: 50%;
|
284 |
+
margin-top: -8px;
|
285 |
+
}
|
286 |
+
.ui-datepicker .ui-datepicker-title {
|
287 |
+
margin: 0 2.3em;
|
288 |
+
line-height: 1.8em;
|
289 |
+
text-align: center;
|
290 |
+
}
|
291 |
+
.ui-datepicker .ui-datepicker-title select {
|
292 |
+
font-size: 1em;
|
293 |
+
margin: 1px 0;
|
294 |
+
}
|
295 |
+
.ui-datepicker select.ui-datepicker-month,
|
296 |
+
.ui-datepicker select.ui-datepicker-year {
|
297 |
+
width: 49%;
|
298 |
+
}
|
299 |
+
.ui-datepicker table {
|
300 |
+
width: 100%;
|
301 |
+
font-size: .9em;
|
302 |
+
border-collapse: collapse;
|
303 |
+
margin: 0 0 .4em;
|
304 |
+
}
|
305 |
+
.ui-datepicker th {
|
306 |
+
padding: .7em .3em;
|
307 |
+
text-align: center;
|
308 |
+
font-weight: bold;
|
309 |
+
border: 0;
|
310 |
+
}
|
311 |
+
.ui-datepicker td {
|
312 |
+
border: 0;
|
313 |
+
padding: 1px;
|
314 |
+
}
|
315 |
+
.ui-datepicker td span,
|
316 |
+
.ui-datepicker td a {
|
317 |
+
display: block;
|
318 |
+
padding: .2em;
|
319 |
+
text-align: right;
|
320 |
+
text-decoration: none;
|
321 |
+
}
|
322 |
+
.ui-datepicker .ui-datepicker-buttonpane {
|
323 |
+
background-image: none;
|
324 |
+
margin: .7em 0 0 0;
|
325 |
+
padding: 0 .2em;
|
326 |
+
border-left: 0;
|
327 |
+
border-right: 0;
|
328 |
+
border-bottom: 0;
|
329 |
+
}
|
330 |
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
331 |
+
float: right;
|
332 |
+
margin: .5em .2em .4em;
|
333 |
+
cursor: pointer;
|
334 |
+
padding: .2em .6em .3em .6em;
|
335 |
+
width: auto;
|
336 |
+
overflow: visible;
|
337 |
+
}
|
338 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
339 |
+
float: left;
|
340 |
+
}
|
341 |
+
|
342 |
+
/* with multiple calendars */
|
343 |
+
.ui-datepicker.ui-datepicker-multi {
|
344 |
+
width: auto;
|
345 |
+
}
|
346 |
+
.ui-datepicker-multi .ui-datepicker-group {
|
347 |
+
float: left;
|
348 |
+
}
|
349 |
+
.ui-datepicker-multi .ui-datepicker-group table {
|
350 |
+
width: 95%;
|
351 |
+
margin: 0 auto .4em;
|
352 |
+
}
|
353 |
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
354 |
+
width: 50%;
|
355 |
+
}
|
356 |
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
357 |
+
width: 33.3%;
|
358 |
+
}
|
359 |
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
360 |
+
width: 25%;
|
361 |
+
}
|
362 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
363 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
364 |
+
border-left-width: 0;
|
365 |
+
}
|
366 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
367 |
+
clear: left;
|
368 |
+
}
|
369 |
+
.ui-datepicker-row-break {
|
370 |
+
clear: both;
|
371 |
+
width: 100%;
|
372 |
+
font-size: 0;
|
373 |
+
}
|
374 |
+
|
375 |
+
/* RTL support */
|
376 |
+
.ui-datepicker-rtl {
|
377 |
+
direction: rtl;
|
378 |
+
}
|
379 |
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
380 |
+
right: 2px;
|
381 |
+
left: auto;
|
382 |
+
}
|
383 |
+
.ui-datepicker-rtl .ui-datepicker-next {
|
384 |
+
left: 2px;
|
385 |
+
right: auto;
|
386 |
+
}
|
387 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
388 |
+
right: 1px;
|
389 |
+
left: auto;
|
390 |
+
}
|
391 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
392 |
+
left: 1px;
|
393 |
+
right: auto;
|
394 |
+
}
|
395 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
396 |
+
clear: right;
|
397 |
+
}
|
398 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
399 |
+
float: left;
|
400 |
+
}
|
401 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
402 |
+
.ui-datepicker-rtl .ui-datepicker-group {
|
403 |
+
float: right;
|
404 |
+
}
|
405 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
406 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
407 |
+
border-right-width: 0;
|
408 |
+
border-left-width: 1px;
|
409 |
+
}
|
410 |
+
.ui-dialog {
|
411 |
+
overflow: hidden;
|
412 |
+
position: absolute;
|
413 |
+
top: 0;
|
414 |
+
left: 0;
|
415 |
+
padding: .2em;
|
416 |
+
outline: 0;
|
417 |
+
}
|
418 |
+
.ui-dialog .ui-dialog-titlebar {
|
419 |
+
padding: .4em 1em;
|
420 |
+
position: relative;
|
421 |
+
}
|
422 |
+
.ui-dialog .ui-dialog-title {
|
423 |
+
float: left;
|
424 |
+
margin: .1em 0;
|
425 |
+
white-space: nowrap;
|
426 |
+
width: 90%;
|
427 |
+
overflow: hidden;
|
428 |
+
text-overflow: ellipsis;
|
429 |
+
}
|
430 |
+
.ui-dialog .ui-dialog-titlebar-close {
|
431 |
+
position: absolute;
|
432 |
+
right: .3em;
|
433 |
+
top: 50%;
|
434 |
+
width: 20px;
|
435 |
+
margin: -10px 0 0 0;
|
436 |
+
padding: 1px;
|
437 |
+
height: 20px;
|
438 |
+
}
|
439 |
+
.ui-dialog .ui-dialog-content {
|
440 |
+
position: relative;
|
441 |
+
border: 0;
|
442 |
+
padding: .5em 1em;
|
443 |
+
background: none;
|
444 |
+
overflow: auto;
|
445 |
+
}
|
446 |
+
.ui-dialog .ui-dialog-buttonpane {
|
447 |
+
text-align: left;
|
448 |
+
border-width: 1px 0 0 0;
|
449 |
+
background-image: none;
|
450 |
+
margin-top: .5em;
|
451 |
+
padding: .3em 1em .5em .4em;
|
452 |
+
}
|
453 |
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
454 |
+
float: right;
|
455 |
+
}
|
456 |
+
.ui-dialog .ui-dialog-buttonpane button {
|
457 |
+
margin: .5em .4em .5em 0;
|
458 |
+
cursor: pointer;
|
459 |
+
}
|
460 |
+
.ui-dialog .ui-resizable-se {
|
461 |
+
width: 12px;
|
462 |
+
height: 12px;
|
463 |
+
right: -5px;
|
464 |
+
bottom: -5px;
|
465 |
+
background-position: 16px 16px;
|
466 |
+
}
|
467 |
+
.ui-draggable .ui-dialog-titlebar {
|
468 |
+
cursor: move;
|
469 |
+
}
|
470 |
+
.ui-menu {
|
471 |
+
list-style: none;
|
472 |
+
padding: 2px;
|
473 |
+
margin: 0;
|
474 |
+
display: block;
|
475 |
+
outline: none;
|
476 |
+
}
|
477 |
+
.ui-menu .ui-menu {
|
478 |
+
margin-top: -3px;
|
479 |
+
position: absolute;
|
480 |
+
}
|
481 |
+
.ui-menu .ui-menu-item {
|
482 |
+
margin: 0;
|
483 |
+
padding: 0;
|
484 |
+
width: 100%;
|
485 |
+
/* support: IE10, see #8844 */
|
486 |
+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
487 |
+
}
|
488 |
+
.ui-menu .ui-menu-divider {
|
489 |
+
margin: 5px -2px 5px -2px;
|
490 |
+
height: 0;
|
491 |
+
font-size: 0;
|
492 |
+
line-height: 0;
|
493 |
+
border-width: 1px 0 0 0;
|
494 |
+
}
|
495 |
+
.ui-menu .ui-menu-item a {
|
496 |
+
text-decoration: none;
|
497 |
+
display: block;
|
498 |
+
padding: 2px .4em;
|
499 |
+
line-height: 1.5;
|
500 |
+
min-height: 0; /* support: IE7 */
|
501 |
+
font-weight: normal;
|
502 |
+
}
|
503 |
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
504 |
+
.ui-menu .ui-menu-item a.ui-state-active {
|
505 |
+
font-weight: normal;
|
506 |
+
margin: -1px;
|
507 |
+
}
|
508 |
+
|
509 |
+
.ui-menu .ui-state-disabled {
|
510 |
+
font-weight: normal;
|
511 |
+
margin: .4em 0 .2em;
|
512 |
+
line-height: 1.5;
|
513 |
+
}
|
514 |
+
.ui-menu .ui-state-disabled a {
|
515 |
+
cursor: default;
|
516 |
+
}
|
517 |
+
|
518 |
+
/* icon support */
|
519 |
+
.ui-menu-icons {
|
520 |
+
position: relative;
|
521 |
+
}
|
522 |
+
.ui-menu-icons .ui-menu-item a {
|
523 |
+
position: relative;
|
524 |
+
padding-left: 2em;
|
525 |
+
}
|
526 |
+
|
527 |
+
/* left-aligned */
|
528 |
+
.ui-menu .ui-icon {
|
529 |
+
position: absolute;
|
530 |
+
top: .2em;
|
531 |
+
left: .2em;
|
532 |
+
}
|
533 |
+
|
534 |
+
/* right-aligned */
|
535 |
+
.ui-menu .ui-menu-icon {
|
536 |
+
position: static;
|
537 |
+
float: right;
|
538 |
+
}
|
539 |
+
.ui-progressbar {
|
540 |
+
height: 2em;
|
541 |
+
text-align: left;
|
542 |
+
overflow: hidden;
|
543 |
+
}
|
544 |
+
.ui-progressbar .ui-progressbar-value {
|
545 |
+
margin: -1px;
|
546 |
+
height: 100%;
|
547 |
+
}
|
548 |
+
.ui-progressbar .ui-progressbar-overlay {
|
549 |
+
background: url("images/animated-overlay.gif");
|
550 |
+
height: 100%;
|
551 |
+
filter: alpha(opacity=25);
|
552 |
+
opacity: 0.25;
|
553 |
+
}
|
554 |
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
555 |
+
background-image: none;
|
556 |
+
}
|
557 |
+
.ui-resizable {
|
558 |
+
position: relative;
|
559 |
+
}
|
560 |
+
.ui-resizable-handle {
|
561 |
+
position: absolute;
|
562 |
+
font-size: 0.1px;
|
563 |
+
display: block;
|
564 |
+
}
|
565 |
+
.ui-resizable-disabled .ui-resizable-handle,
|
566 |
+
.ui-resizable-autohide .ui-resizable-handle {
|
567 |
+
display: none;
|
568 |
+
}
|
569 |
+
.ui-resizable-n {
|
570 |
+
cursor: n-resize;
|
571 |
+
height: 7px;
|
572 |
+
width: 100%;
|
573 |
+
top: -5px;
|
574 |
+
left: 0;
|
575 |
+
}
|
576 |
+
.ui-resizable-s {
|
577 |
+
cursor: s-resize;
|
578 |
+
height: 7px;
|
579 |
+
width: 100%;
|
580 |
+
bottom: -5px;
|
581 |
+
left: 0;
|
582 |
+
}
|
583 |
+
.ui-resizable-e {
|
584 |
+
cursor: e-resize;
|
585 |
+
width: 7px;
|
586 |
+
right: -5px;
|
587 |
+
top: 0;
|
588 |
+
height: 100%;
|
589 |
+
}
|
590 |
+
.ui-resizable-w {
|
591 |
+
cursor: w-resize;
|
592 |
+
width: 7px;
|
593 |
+
left: -5px;
|
594 |
+
top: 0;
|
595 |
+
height: 100%;
|
596 |
+
}
|
597 |
+
.ui-resizable-se {
|
598 |
+
cursor: se-resize;
|
599 |
+
width: 12px;
|
600 |
+
height: 12px;
|
601 |
+
right: 1px;
|
602 |
+
bottom: 1px;
|
603 |
+
}
|
604 |
+
.ui-resizable-sw {
|
605 |
+
cursor: sw-resize;
|
606 |
+
width: 9px;
|
607 |
+
height: 9px;
|
608 |
+
left: -5px;
|
609 |
+
bottom: -5px;
|
610 |
+
}
|
611 |
+
.ui-resizable-nw {
|
612 |
+
cursor: nw-resize;
|
613 |
+
width: 9px;
|
614 |
+
height: 9px;
|
615 |
+
left: -5px;
|
616 |
+
top: -5px;
|
617 |
+
}
|
618 |
+
.ui-resizable-ne {
|
619 |
+
cursor: ne-resize;
|
620 |
+
width: 9px;
|
621 |
+
height: 9px;
|
622 |
+
right: -5px;
|
623 |
+
top: -5px;
|
624 |
+
}
|
625 |
+
.ui-selectable-helper {
|
626 |
+
position: absolute;
|
627 |
+
z-index: 100;
|
628 |
+
border: 1px dotted black;
|
629 |
+
}
|
630 |
+
.ui-slider {
|
631 |
+
position: relative;
|
632 |
+
text-align: left;
|
633 |
+
}
|
634 |
+
.ui-slider .ui-slider-handle {
|
635 |
+
position: absolute;
|
636 |
+
z-index: 2;
|
637 |
+
width: 1.2em;
|
638 |
+
height: 1.2em;
|
639 |
+
cursor: default;
|
640 |
+
}
|
641 |
+
.ui-slider .ui-slider-range {
|
642 |
+
position: absolute;
|
643 |
+
z-index: 1;
|
644 |
+
font-size: .7em;
|
645 |
+
display: block;
|
646 |
+
border: 0;
|
647 |
+
background-position: 0 0;
|
648 |
+
}
|
649 |
+
|
650 |
+
/* For IE8 - See #6727 */
|
651 |
+
.ui-slider.ui-state-disabled .ui-slider-handle,
|
652 |
+
.ui-slider.ui-state-disabled .ui-slider-range {
|
653 |
+
filter: inherit;
|
654 |
+
}
|
655 |
+
|
656 |
+
.ui-slider-horizontal {
|
657 |
+
height: .8em;
|
658 |
+
}
|
659 |
+
.ui-slider-horizontal .ui-slider-handle {
|
660 |
+
top: -.3em;
|
661 |
+
margin-left: -.6em;
|
662 |
+
}
|
663 |
+
.ui-slider-horizontal .ui-slider-range {
|
664 |
+
top: 0;
|
665 |
+
height: 100%;
|
666 |
+
}
|
667 |
+
.ui-slider-horizontal .ui-slider-range-min {
|
668 |
+
left: 0;
|
669 |
+
}
|
670 |
+
.ui-slider-horizontal .ui-slider-range-max {
|
671 |
+
right: 0;
|
672 |
+
}
|
673 |
+
|
674 |
+
.ui-slider-vertical {
|
675 |
+
width: .8em;
|
676 |
+
height: 100px;
|
677 |
+
}
|
678 |
+
.ui-slider-vertical .ui-slider-handle {
|
679 |
+
left: -.3em;
|
680 |
+
margin-left: 0;
|
681 |
+
margin-bottom: -.6em;
|
682 |
+
}
|
683 |
+
.ui-slider-vertical .ui-slider-range {
|
684 |
+
left: 0;
|
685 |
+
width: 100%;
|
686 |
+
}
|
687 |
+
.ui-slider-vertical .ui-slider-range-min {
|
688 |
+
bottom: 0;
|
689 |
+
}
|
690 |
+
.ui-slider-vertical .ui-slider-range-max {
|
691 |
+
top: 0;
|
692 |
+
}
|
693 |
+
.ui-spinner {
|
694 |
+
position: relative;
|
695 |
+
display: inline-block;
|
696 |
+
overflow: hidden;
|
697 |
+
padding: 0;
|
698 |
+
vertical-align: middle;
|
699 |
+
}
|
700 |
+
.ui-spinner-input {
|
701 |
+
border: none;
|
702 |
+
background: none;
|
703 |
+
color: inherit;
|
704 |
+
padding: 0;
|
705 |
+
margin: .2em 0;
|
706 |
+
vertical-align: middle;
|
707 |
+
margin-left: .4em;
|
708 |
+
margin-right: 22px;
|
709 |
+
}
|
710 |
+
.ui-spinner-button {
|
711 |
+
width: 16px;
|
712 |
+
height: 50%;
|
713 |
+
font-size: .5em;
|
714 |
+
padding: 0;
|
715 |
+
margin: 0;
|
716 |
+
text-align: center;
|
717 |
+
position: absolute;
|
718 |
+
cursor: default;
|
719 |
+
display: block;
|
720 |
+
overflow: hidden;
|
721 |
+
right: 0;
|
722 |
+
}
|
723 |
+
/* more specificity required here to override default borders */
|
724 |
+
.ui-spinner a.ui-spinner-button {
|
725 |
+
border-top: none;
|
726 |
+
border-bottom: none;
|
727 |
+
border-right: none;
|
728 |
+
}
|
729 |
+
/* vertically center icon */
|
730 |
+
.ui-spinner .ui-icon {
|
731 |
+
position: absolute;
|
732 |
+
margin-top: -8px;
|
733 |
+
top: 50%;
|
734 |
+
left: 0;
|
735 |
+
}
|
736 |
+
.ui-spinner-up {
|
737 |
+
top: 0;
|
738 |
+
}
|
739 |
+
.ui-spinner-down {
|
740 |
+
bottom: 0;
|
741 |
+
}
|
742 |
+
|
743 |
+
/* TR overrides */
|
744 |
+
.ui-spinner .ui-icon-triangle-1-s {
|
745 |
+
/* need to fix icons sprite */
|
746 |
+
background-position: -65px -16px;
|
747 |
+
}
|
748 |
+
.ui-tabs {
|
749 |
+
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
750 |
+
padding: .2em;
|
751 |
+
}
|
752 |
+
.ui-tabs .ui-tabs-nav {
|
753 |
+
margin: 0;
|
754 |
+
padding: .2em .2em 0;
|
755 |
+
}
|
756 |
+
.ui-tabs .ui-tabs-nav li {
|
757 |
+
list-style: none;
|
758 |
+
float: left;
|
759 |
+
position: relative;
|
760 |
+
top: 0;
|
761 |
+
margin: 1px .2em 0 0;
|
762 |
+
border-bottom-width: 0;
|
763 |
+
padding: 0;
|
764 |
+
white-space: nowrap;
|
765 |
+
}
|
766 |
+
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
767 |
+
float: left;
|
768 |
+
padding: .5em 1em;
|
769 |
+
text-decoration: none;
|
770 |
+
}
|
771 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
772 |
+
margin-bottom: -1px;
|
773 |
+
padding-bottom: 1px;
|
774 |
+
}
|
775 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
776 |
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
777 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
778 |
+
cursor: text;
|
779 |
+
}
|
780 |
+
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
781 |
+
cursor: pointer;
|
782 |
+
}
|
783 |
+
.ui-tabs .ui-tabs-panel {
|
784 |
+
display: block;
|
785 |
+
border-width: 0;
|
786 |
+
padding: 1em 1.4em;
|
787 |
+
background: none;
|
788 |
+
}
|
789 |
+
.ui-tooltip {
|
790 |
+
padding: 8px;
|
791 |
+
position: absolute;
|
792 |
+
z-index: 9999;
|
793 |
+
max-width: 300px;
|
794 |
+
-webkit-box-shadow: 0 0 5px #aaa;
|
795 |
+
box-shadow: 0 0 5px #aaa;
|
796 |
+
}
|
797 |
+
body .ui-tooltip {
|
798 |
+
border-width: 2px;
|
799 |
+
}
|
800 |
+
|
801 |
+
/* Component containers
|
802 |
+
----------------------------------*/
|
803 |
+
.ui-widget {
|
804 |
+
font-family: 'helveticaregular';
|
805 |
+
font-size: 1.1em;
|
806 |
+
}
|
807 |
+
.ui-widget .ui-widget {
|
808 |
+
font-size: 1em;
|
809 |
+
}
|
810 |
+
.ui-widget input,
|
811 |
+
.ui-widget select,
|
812 |
+
.ui-widget textarea,
|
813 |
+
.ui-widget button {
|
814 |
+
font-family: 'helveticaregular';
|
815 |
+
font-size:17px;
|
816 |
+
}
|
817 |
+
.ui-widget-content {
|
818 |
+
background: #ffffff;
|
819 |
+
color: #414951;
|
820 |
+
}
|
821 |
+
.ui-widget-content a {
|
822 |
+
color: #222222;
|
823 |
+
}
|
824 |
+
.ui-widget-header {
|
825 |
+
background: #fff;
|
826 |
+
color: #222222;
|
827 |
+
}
|
828 |
+
.ui-widget-header a {
|
829 |
+
color: #222222;
|
830 |
+
}
|
831 |
+
|
832 |
+
/* Interaction states
|
833 |
+
----------------------------------*/
|
834 |
+
.ui-state-default,
|
835 |
+
.ui-widget-content .ui-state-default,
|
836 |
+
.ui-widget-header .ui-state-default {
|
837 |
+
background: #fff url(../images/arrow.png) right top no-repeat;
|
838 |
+
font-weight: normal;
|
839 |
+
color: #414951;
|
840 |
+
}
|
841 |
+
.ui-state-default a,
|
842 |
+
.ui-state-default a:link,
|
843 |
+
.ui-state-default a:visited {
|
844 |
+
color: #555555;
|
845 |
+
text-decoration: none;
|
846 |
+
}
|
847 |
+
.ui-state-hover,
|
848 |
+
.ui-widget-content .ui-state-hover,
|
849 |
+
.ui-widget-header .ui-state-hover,
|
850 |
+
/*.ui-state-focus, */
|
851 |
+
.ui-widget-content .ui-state-focus,
|
852 |
+
.ui-widget-header .ui-state-focus {
|
853 |
+
background: #d22b30 url(../images/arrow.png) right -50px no-repeat;
|
854 |
+
font-weight: normal;
|
855 |
+
color: #eee;
|
856 |
+
}
|
857 |
+
.ui-state-hover a,
|
858 |
+
.ui-state-hover a:hover,
|
859 |
+
.ui-state-hover a:link,
|
860 |
+
.ui-state-hover a:visited,
|
861 |
+
.ui-state-focus a,
|
862 |
+
.ui-state-focus a:hover,
|
863 |
+
.ui-state-focus a:link,
|
864 |
+
.ui-state-focus a:visited {
|
865 |
+
color: #212121;
|
866 |
+
text-decoration: none;
|
867 |
+
}
|
868 |
+
/*.ui-state-active,
|
869 |
+
.ui-widget-content .ui-state-active,
|
870 |
+
.ui-widget-header .ui-state-active {
|
871 |
+
background: #d22b30 url(../images/arrow.png) right -50px no-repeat;
|
872 |
+
font-weight: normal;
|
873 |
+
color: #fff;
|
874 |
+
}*/
|
875 |
+
|
876 |
+
|
877 |
+
.ui-state-active,
|
878 |
+
.ui-widget-content .ui-state-active,
|
879 |
+
.ui-widget-header .ui-state-active {
|
880 |
+
background: #d22b30 url(../images/arrow.png) right -105px no-repeat;
|
881 |
+
font-weight: normal;
|
882 |
+
color:#eeeeee;
|
883 |
+
}
|
884 |
+
|
885 |
+
|
886 |
+
|
887 |
+
.ui-state-active a,
|
888 |
+
.ui-state-active a:link,
|
889 |
+
.ui-state-active a:visited {
|
890 |
+
color: #212121;
|
891 |
+
text-decoration: none;
|
892 |
+
}
|
893 |
+
|
894 |
+
/* Interaction Cues
|
895 |
+
----------------------------------*/
|
896 |
+
.ui-state-highlight,
|
897 |
+
.ui-widget-content .ui-state-highlight,
|
898 |
+
.ui-widget-header .ui-state-highlight {
|
899 |
+
border: 1px solid #fcefa1;
|
900 |
+
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
901 |
+
color: #363636;
|
902 |
+
}
|
903 |
+
.ui-state-highlight a,
|
904 |
+
.ui-widget-content .ui-state-highlight a,
|
905 |
+
.ui-widget-header .ui-state-highlight a {
|
906 |
+
color: #363636;
|
907 |
+
}
|
908 |
+
.ui-state-error,
|
909 |
+
.ui-widget-content .ui-state-error,
|
910 |
+
.ui-widget-header .ui-state-error {
|
911 |
+
border: 1px solid #cd0a0a;
|
912 |
+
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
913 |
+
color: #cd0a0a;
|
914 |
+
}
|
915 |
+
.ui-state-error a,
|
916 |
+
.ui-widget-content .ui-state-error a,
|
917 |
+
.ui-widget-header .ui-state-error a {
|
918 |
+
color: #cd0a0a;
|
919 |
+
}
|
920 |
+
.ui-state-error-text,
|
921 |
+
.ui-widget-content .ui-state-error-text,
|
922 |
+
.ui-widget-header .ui-state-error-text {
|
923 |
+
color: #cd0a0a;
|
924 |
+
}
|
925 |
+
.ui-priority-primary,
|
926 |
+
.ui-widget-content .ui-priority-primary,
|
927 |
+
.ui-widget-header .ui-priority-primary {
|
928 |
+
font-weight: bold;
|
929 |
+
}
|
930 |
+
.ui-priority-secondary,
|
931 |
+
.ui-widget-content .ui-priority-secondary,
|
932 |
+
.ui-widget-header .ui-priority-secondary {
|
933 |
+
opacity: .7;
|
934 |
+
filter:Alpha(Opacity=70);
|
935 |
+
font-weight: normal;
|
936 |
+
}
|
937 |
+
.ui-state-disabled,
|
938 |
+
.ui-widget-content .ui-state-disabled,
|
939 |
+
.ui-widget-header .ui-state-disabled {
|
940 |
+
opacity: .35;
|
941 |
+
filter:Alpha(Opacity=35);
|
942 |
+
background-image: none;
|
943 |
+
}
|
944 |
+
.ui-state-disabled .ui-icon {
|
945 |
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
946 |
+
}
|
947 |
+
|
948 |
+
/* Icons
|
949 |
+
----------------------------------*/
|
950 |
+
|
951 |
+
/* states and images */
|
952 |
+
.ui-icon {
|
953 |
+
width: 16px;
|
954 |
+
height: 16px;
|
955 |
+
}
|
956 |
+
.ui-icon,
|
957 |
+
.ui-widget-content .ui-icon {
|
958 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
959 |
+
}
|
960 |
+
.ui-widget-header .ui-icon {
|
961 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
962 |
+
}
|
963 |
+
.ui-state-default .ui-icon {
|
964 |
+
background-image: url(images/ui-icons_888888_256x240.png);
|
965 |
+
}
|
966 |
+
.ui-state-hover .ui-icon,
|
967 |
+
.ui-state-focus .ui-icon {
|
968 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
969 |
+
}
|
970 |
+
.ui-state-active .ui-icon {
|
971 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
972 |
+
}
|
973 |
+
.ui-state-highlight .ui-icon {
|
974 |
+
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
975 |
+
}
|
976 |
+
.ui-state-error .ui-icon,
|
977 |
+
.ui-state-error-text .ui-icon {
|
978 |
+
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
979 |
+
}
|
980 |
+
|
981 |
+
/* positioning */
|
982 |
+
.ui-icon-blank { background-position: 16px 16px; }
|
983 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
984 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
985 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
986 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
987 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
988 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
989 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
990 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
991 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
992 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
993 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
994 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
995 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
996 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
997 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
998 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
999 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
1000 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
1001 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
1002 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
1003 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
1004 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
1005 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
1006 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
1007 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
1008 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
1009 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
1010 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
1011 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
1012 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
1013 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
1014 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
1015 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
1016 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
1017 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
1018 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
1019 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
1020 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
1021 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
1022 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
1023 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
1024 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
1025 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
1026 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
1027 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
1028 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
1029 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
1030 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
1031 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
1032 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
1033 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
1034 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
1035 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
1036 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
1037 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
1038 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
1039 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
1040 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
1041 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
1042 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
1043 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
1044 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
1045 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
1046 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
1047 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
1048 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
1049 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
1050 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
1051 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
1052 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
1053 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
1054 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
1055 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
1056 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
1057 |
+
.ui-icon-document { background-position: -32px -96px; }
|
1058 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
1059 |
+
.ui-icon-note { background-position: -64px -96px; }
|
1060 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
1061 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
1062 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
1063 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
1064 |
+
.ui-icon-person { background-position: -144px -96px; }
|
1065 |
+
.ui-icon-print { background-position: -160px -96px; }
|
1066 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
1067 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
1068 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
1069 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
1070 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
1071 |
+
.ui-icon-home { background-position: 0 -112px; }
|
1072 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
1073 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
1074 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
1075 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
1076 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
1077 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
1078 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
1079 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
1080 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
1081 |
+
.ui-icon-search { background-position: -160px -112px; }
|
1082 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
1083 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
1084 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
1085 |
+
.ui-icon-star { background-position: -224px -112px; }
|
1086 |
+
.ui-icon-link { background-position: -240px -112px; }
|
1087 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
1088 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
1089 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
1090 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
1091 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
1092 |
+
.ui-icon-close { background-position: -80px -128px; }
|
1093 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
1094 |
+
.ui-icon-key { background-position: -112px -128px; }
|
1095 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
1096 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
1097 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
1098 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
1099 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
1100 |
+
.ui-icon-image { background-position: -208px -128px; }
|
1101 |
+
.ui-icon-video { background-position: -224px -128px; }
|
1102 |
+
.ui-icon-script { background-position: -240px -128px; }
|
1103 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
1104 |
+
.ui-icon-info { background-position: -16px -144px; }
|
1105 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
1106 |
+
.ui-icon-help { background-position: -48px -144px; }
|
1107 |
+
.ui-icon-check { background-position: -64px -144px; }
|
1108 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
1109 |
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
1110 |
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
1111 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
1112 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
1113 |
+
.ui-icon-play { background-position: 0 -160px; }
|
1114 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
1115 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
1116 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
1117 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
1118 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
1119 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
1120 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
1121 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
1122 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
1123 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
1124 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
1125 |
+
.ui-icon-power { background-position: 0 -176px; }
|
1126 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
1127 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
1128 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
1129 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
1130 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
1131 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
1132 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
1133 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
1134 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
1135 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
1136 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
1137 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
1138 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
1139 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
1140 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
1141 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
1142 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
1143 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
1144 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
1145 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
1146 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
1147 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
1148 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
1149 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
1150 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
1151 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
1152 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
1153 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
1154 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
1155 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
1156 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
1157 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
1158 |
+
|
1159 |
+
|
1160 |
+
/* Misc visuals
|
1161 |
+
----------------------------------*/
|
1162 |
+
|
1163 |
+
/* Corner radius */
|
1164 |
+
.ui-corner-all,
|
1165 |
+
.ui-corner-top,
|
1166 |
+
.ui-corner-left,
|
1167 |
+
.ui-corner-tl {
|
1168 |
+
border-top-left-radius: 0px;
|
1169 |
+
}
|
1170 |
+
.ui-corner-all,
|
1171 |
+
.ui-corner-top,
|
1172 |
+
.ui-corner-right,
|
1173 |
+
.ui-corner-tr {
|
1174 |
+
border-top-right-radius: 0px;
|
1175 |
+
}
|
1176 |
+
.ui-corner-all,
|
1177 |
+
.ui-corner-bottom,
|
1178 |
+
.ui-corner-left,
|
1179 |
+
.ui-corner-bl {
|
1180 |
+
border-bottom-left-radius: 0px;
|
1181 |
+
}
|
1182 |
+
.ui-corner-all,
|
1183 |
+
.ui-corner-bottom,
|
1184 |
+
.ui-corner-right,
|
1185 |
+
.ui-corner-br {
|
1186 |
+
border-bottom-right-radius: 0px;
|
1187 |
+
}
|
1188 |
+
|
1189 |
+
|
1190 |
+
|
1191 |
+
|
1192 |
+
#accordion h3 span,#accordion1 h3 span{ position: absolute; left:0px; top:0px; width:50px; height:49px; background:#31373d; line-height:50px; text-align: center; font-family: 'helveticaregular'; font-size:20px; color:#FFF;}
|
1193 |
+
|
1194 |
+
#accordion h3:hover span, #accordion1 h3:hover span{ background:#b8262a; color:#eee;}
|
1195 |
+
#accordion h3.ui-state-active span, #accordion1 h3.ui-state-active span{ background:#b8262a; color:#eee;}
|
css/sfsi-admin-style.css
CHANGED
@@ -1,1050 +1,1050 @@
|
|
1 |
-
@charset "utf-8";
|
2 |
-
@font-face {
|
3 |
-
font-family: helveticabold;
|
4 |
-
src: url(fonts/helvetica_bold_0-webfont.eot);
|
5 |
-
src: url(fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_bold_0-webfont.woff) format('woff'), url(fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
|
6 |
-
font-weight: 400;
|
7 |
-
font-style: normal;
|
8 |
-
}
|
9 |
-
@font-face {
|
10 |
-
font-family: helveticaregular;
|
11 |
-
src: url(fonts/helvetica_0-webfont.eot);
|
12 |
-
src: url(fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_0-webfont.woff) format('woff'), url(fonts/helvetica_0-webfont.ttf) format('truetype'), url(fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
|
13 |
-
font-weight: 400;
|
14 |
-
font-style: normal;
|
15 |
-
}
|
16 |
-
@font-face {
|
17 |
-
font-family: helveticaneue-light;
|
18 |
-
src: url(fonts/helveticaneue-light.eot);
|
19 |
-
src: url(fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
|
20 |
-
url(fonts/helveticaneue-light.woff) format('woff'),
|
21 |
-
url(fonts/helveticaneue-light.ttf) format('truetype'),
|
22 |
-
url(fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
|
23 |
-
font-weight: 400;
|
24 |
-
font-style: normal;
|
25 |
-
}
|
26 |
-
body {
|
27 |
-
margin: 0;
|
28 |
-
padding: 0;
|
29 |
-
}
|
30 |
-
/*Tab 1*/
|
31 |
-
.tab1 ul.plus_icn_listing li .custom, .tab1 ul.plus_icn_listing li .sfsicls_email, .tab1 ul.plus_icn_listing li .sfsicls_facebook, .tab1 ul.plus_icn_listing li .sfsicls_ggle_pls, .tab1 ul.plus_icn_listing li .sfsicls_instagram, .tab1 ul.plus_icn_listing li .sfsicls_houzz, .tab1 ul.plus_icn_listing li .sfsicls_linkdin, .tab1 ul.plus_icn_listing li .sfsicls_pinterest, .tab1 ul.plus_icn_listing li .sfsicls_rs_s, .tab1 ul.plus_icn_listing li .sfsicls_share, .tab1 ul.plus_icn_listing li .sfsicls_twt, .tab1 ul.plus_icn_listing li .sfsicls_utube {
|
32 |
-
background: url(../images/tab_1_icn_list.png) no-repeat;
|
33 |
-
float: left;
|
34 |
-
padding: 0 0 0 59px;
|
35 |
-
margin: 0 0 0 17px;
|
36 |
-
height: 52px;
|
37 |
-
line-height: 51px;
|
38 |
-
font-family: helveticaregular;
|
39 |
-
font-size: 22px;
|
40 |
-
}
|
41 |
-
.tab1 ul.plus_icn_listing li .sfsicls_rs_s {
|
42 |
-
background-position: 0 0;
|
43 |
-
color: #f7941d;
|
44 |
-
}
|
45 |
-
.tab1 ul.plus_icn_listing li .sfsicls_email {
|
46 |
-
background-position: 0 -73px;
|
47 |
-
color: #d1c800;
|
48 |
-
}
|
49 |
-
.tab1 ul.plus_icn_listing li .sfsicls_facebook {
|
50 |
-
background-position: 0 -145px;
|
51 |
-
color: #004088;
|
52 |
-
}
|
53 |
-
.tab1 ul.plus_icn_listing li .sfsicls_twt {
|
54 |
-
background-position: 0 -221px;
|
55 |
-
color: #00abe3;
|
56 |
-
}
|
57 |
-
.tab1 ul.plus_icn_listing li .sfsicls_ggle_pls {
|
58 |
-
background-position: 0 -295px;
|
59 |
-
color: #444749;
|
60 |
-
}
|
61 |
-
.tab1 ul.plus_icn_listing li .sfsicls_share {
|
62 |
-
background-position: 0 -372px;
|
63 |
-
color: #ef4746;
|
64 |
-
}
|
65 |
-
.tab1 ul.plus_icn_listing li .sfsicls_utube {
|
66 |
-
background-position: 0 -448px;
|
67 |
-
color: #f07963;
|
68 |
-
}
|
69 |
-
.tab1 ul.plus_icn_listing li .sfsicls_linkdin {
|
70 |
-
background-position: 0 -548px;
|
71 |
-
color: #1e88c9;
|
72 |
-
}
|
73 |
-
.tab1 ul.plus_icn_listing li .sfsicls_pinterest {
|
74 |
-
background-position: 0 -623px;
|
75 |
-
color: #f15f5d;
|
76 |
-
}
|
77 |
-
.tab1 ul.plus_icn_listing li .sfsicls_instagram {
|
78 |
-
background-position: 0 -781px;
|
79 |
-
color: #369;
|
80 |
-
}
|
81 |
-
.tab1 ul.plus_icn_listing li .sfsicls_houzz {
|
82 |
-
background-position: 0 -939px;
|
83 |
-
color: #369;
|
84 |
-
}
|
85 |
-
.tab1 ul.plus_icn_listing li .custom {
|
86 |
-
background-position: 0 -702px;
|
87 |
-
color: #5a6570;
|
88 |
-
}
|
89 |
-
.tab1 ul.plus_icn_listing li .sfsiplus_right_info {
|
90 |
-
width: 70%;
|
91 |
-
float: right;
|
92 |
-
font-family: helveticaregular;
|
93 |
-
margin-right: 13px;
|
94 |
-
}
|
95 |
-
ul.plus_icn_listing li .sfsiplus_right_info a {
|
96 |
-
text-decoration: underline;
|
97 |
-
color: #a4a9ad;
|
98 |
-
font-size: 16px;
|
99 |
-
}
|
100 |
-
ul.sfsiplus_icn_listing8 li .sfsiplus_right_info a {
|
101 |
-
text-decoration: underline;
|
102 |
-
color: #a4a9ad;
|
103 |
-
font-size: 16px;
|
104 |
-
}
|
105 |
-
.tab1 .tab_2_sav {
|
106 |
-
padding-top: 30px;
|
107 |
-
}
|
108 |
-
/*Tab 2*/
|
109 |
-
.tab2 .row h2.sfsicls_email, .tab2 .row h2.sfsicls_facebook, .tab2 .row h2.sfsicls_ggle_pls, .tab2 .row h2.sfsicls_instagram, .tab2 .row h2.sfsicls_houzz, .tab2 .row h2.sfsicls_linkdin, .tab2 .row h2.sfsicls_pinterest, .tab2 .row h2.sfsicls_rs_s, .tab2 .row h2.sfsicls_share, .tab2 .row h2.sfsicls_twt, .tab2 .row h2.sfsicls_utube {
|
110 |
-
background: url(../images/tab_1_icn_list.png) no-repeat;
|
111 |
-
padding: 0 0 0 70px;
|
112 |
-
margin: 15px 0 7px 21px;
|
113 |
-
height: 52px;
|
114 |
-
line-height: 51px;
|
115 |
-
font-family: helveticaregular;
|
116 |
-
font-size: 22px;
|
117 |
-
}
|
118 |
-
.tab2 .row h2.sfsicls_rs_s {
|
119 |
-
background-position: 0 0;
|
120 |
-
color: #f7941d;
|
121 |
-
}
|
122 |
-
.tab2 .row h2.sfsicls_email {
|
123 |
-
background-position: 0 -71px;
|
124 |
-
color: #d1c800;
|
125 |
-
}
|
126 |
-
.tab2 .row h2.sfsicls_facebook {
|
127 |
-
background-position: 0 -145px;
|
128 |
-
color: #004088;
|
129 |
-
}
|
130 |
-
.tab2 .row h2.sfsicls_twt {
|
131 |
-
background-position: 0 -221px;
|
132 |
-
color: #00abe3;
|
133 |
-
}
|
134 |
-
.tab2 .row h2.sfsicls_ggle_pls {
|
135 |
-
background-position: 0 -295px;
|
136 |
-
color: #444749;
|
137 |
-
}
|
138 |
-
.tab2 .row h2.sfsicls_share {
|
139 |
-
background-position: 0 -372px;
|
140 |
-
color: #ef4746;
|
141 |
-
}
|
142 |
-
.tab2 .row h2.sfsicls_utube {
|
143 |
-
background-position: 0 -448px;
|
144 |
-
color: #f07963;
|
145 |
-
}
|
146 |
-
.tab2 .row h2.sfsicls_linkdin {
|
147 |
-
background-position: 0 -548px;
|
148 |
-
color: #1e88c9;
|
149 |
-
}
|
150 |
-
.tab2 .row h2.sfsicls_pinterest {
|
151 |
-
background-position: 0 -623px;
|
152 |
-
color: #f15f5d;
|
153 |
-
}
|
154 |
-
.tab2 .row h2.sfsicls_instagram {
|
155 |
-
background-position: 0 -781px;
|
156 |
-
color: #369;
|
157 |
-
}
|
158 |
-
.tab2 .row h2.sfsicls_houzz {
|
159 |
-
background-position: 0 -939px;
|
160 |
-
color: #369;
|
161 |
-
}
|
162 |
-
.tab2 .inr_cont {
|
163 |
-
margin: 0 0 12px 94px;
|
164 |
-
}
|
165 |
-
ul.tab_2_email_sec .sf_arow {
|
166 |
-
width: 52px;
|
167 |
-
height: 52px;
|
168 |
-
float: left;
|
169 |
-
background: url(../images/sf_arow_icn.png) no-repeat;
|
170 |
-
margin: 0 0px 0 6px;
|
171 |
-
}
|
172 |
-
ul.tab_2_email_sec .email_icn {
|
173 |
-
background: url(../images/tab_1_icn_list.png) 0 -71px no-repeat;
|
174 |
-
width: 52px;
|
175 |
-
height: 52px;
|
176 |
-
float: left;
|
177 |
-
margin: 0 0 0 5px;
|
178 |
-
}
|
179 |
-
ul.tab_2_email_sec .subscribe_icn {
|
180 |
-
background: url(../images/tab_1_icn_list.png) 0 -860px no-repeat;
|
181 |
-
width: 52px;
|
182 |
-
height: 52px;
|
183 |
-
float: left;
|
184 |
-
margin: 0 0 0 5px;
|
185 |
-
}
|
186 |
-
ul.tab_2_email_sec li .radio {
|
187 |
-
float: left;
|
188 |
-
margin: 8px 0 0;
|
189 |
-
}
|
190 |
-
.row ul.tab_2_email_sec li label {
|
191 |
-
margin: 13px 0 0 7px;
|
192 |
-
font-size: 16px;
|
193 |
-
float: left;
|
194 |
-
width: 160px;
|
195 |
-
}
|
196 |
-
.row ul.tab_2_email_sec li label span
|
197 |
-
{
|
198 |
-
font-size: 15px;
|
199 |
-
color: #808080;
|
200 |
-
width: 100%;
|
201 |
-
float: left;
|
202 |
-
}
|
203 |
-
/*Tab 3*/
|
204 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_1, .sfsiplus_icns_tab_3 .sfsiplus_row_10_10, .sfsiplus_icns_tab_3 .sfsiplus_row_10_11, .sfsiplus_icns_tab_3 .sfsiplus_row_10_2, .sfsiplus_icns_tab_3 .sfsiplus_row_10_3, .sfsiplus_icns_tab_3 .sfsiplus_row_10_4, .sfsiplus_icns_tab_3 .sfsiplus_row_10_5, .sfsiplus_icns_tab_3 .sfsiplus_row_10_6, .sfsiplus_icns_tab_3 .sfsiplus_row_10_7, .sfsiplus_icns_tab_3 .sfsiplus_row_10_8, .sfsiplus_icns_tab_3 .sfsiplus_row_10_9, .sfsiplus_icns_tab_3 .sfsiplus_row_11_1, .sfsiplus_icns_tab_3 .sfsiplus_row_11_10, .sfsiplus_icns_tab_3 .sfsiplus_row_11_11, .sfsiplus_icns_tab_3 .sfsiplus_row_11_2, .sfsiplus_icns_tab_3 .sfsiplus_row_11_3, .sfsiplus_icns_tab_3 .sfsiplus_row_11_4, .sfsiplus_icns_tab_3 .sfsiplus_row_11_5, .sfsiplus_icns_tab_3 .sfsiplus_row_11_6, .sfsiplus_icns_tab_3 .sfsiplus_row_11_7, .sfsiplus_icns_tab_3 .sfsiplus_row_11_8, .sfsiplus_icns_tab_3 .sfsiplus_row_11_9, .sfsiplus_icns_tab_3 .sfsiplus_row_12_1, .sfsiplus_icns_tab_3 .sfsiplus_row_12_10, .sfsiplus_icns_tab_3 .sfsiplus_row_12_11, .sfsiplus_icns_tab_3 .sfsiplus_row_12_2, .sfsiplus_icns_tab_3 .sfsiplus_row_12_3, .sfsiplus_icns_tab_3 .sfsiplus_row_12_4, .sfsiplus_icns_tab_3 .sfsiplus_row_12_5, .sfsiplus_icns_tab_3 .sfsiplus_row_12_6, .sfsiplus_icns_tab_3 .sfsiplus_row_12_7, .sfsiplus_icns_tab_3 .sfsiplus_row_12_8, .sfsiplus_icns_tab_3 .sfsiplus_row_12_9, .sfsiplus_icns_tab_3 .sfsiplus_row_13_1, .sfsiplus_icns_tab_3 .sfsiplus_row_13_10, .sfsiplus_icns_tab_3 .sfsiplus_row_13_11, .sfsiplus_icns_tab_3 .sfsiplus_row_13_2, .sfsiplus_icns_tab_3 .sfsiplus_row_13_3, .sfsiplus_icns_tab_3 .sfsiplus_row_13_4, .sfsiplus_icns_tab_3 .sfsiplus_row_13_5, .sfsiplus_icns_tab_3 .sfsiplus_row_13_6, .sfsiplus_icns_tab_3 .sfsiplus_row_13_7, .sfsiplus_icns_tab_3 .sfsiplus_row_13_8, .sfsiplus_icns_tab_3 .sfsiplus_row_13_9, .sfsiplus_icns_tab_3 .sfsiplus_row_14_1, .sfsiplus_icns_tab_3 .sfsiplus_row_14_10, .sfsiplus_icns_tab_3 .sfsiplus_row_14_11, .sfsiplus_icns_tab_3 .sfsiplus_row_14_2, .sfsiplus_icns_tab_3 .sfsiplus_row_14_3, .sfsiplus_icns_tab_3 .sfsiplus_row_14_4, .sfsiplus_icns_tab_3 .sfsiplus_row_14_5, .sfsiplus_icns_tab_3 .sfsiplus_row_14_6, .sfsiplus_icns_tab_3 .sfsiplus_row_14_7, .sfsiplus_icns_tab_3 .sfsiplus_row_14_8, .sfsiplus_icns_tab_3 .sfsiplus_row_14_9, .sfsiplus_icns_tab_3 .sfsiplus_row_15_1, .sfsiplus_icns_tab_3 .sfsiplus_row_15_10, .sfsiplus_icns_tab_3 .sfsiplus_row_15_11, .sfsiplus_icns_tab_3 .sfsiplus_row_15_2, .sfsiplus_icns_tab_3 .sfsiplus_row_15_3, .sfsiplus_icns_tab_3 .sfsiplus_row_15_4, .sfsiplus_icns_tab_3 .sfsiplus_row_15_5, .sfsiplus_icns_tab_3 .sfsiplus_row_15_6, .sfsiplus_icns_tab_3 .sfsiplus_row_15_7, .sfsiplus_icns_tab_3 .sfsiplus_row_15_8, .sfsiplus_icns_tab_3 .sfsiplus_row_15_9, .sfsiplus_icns_tab_3 .sfsiplus_row_16_1, .sfsiplus_icns_tab_3 .sfsiplus_row_16_10, .sfsiplus_icns_tab_3 .sfsiplus_row_16_11, .sfsiplus_icns_tab_3 .sfsiplus_row_16_2, .sfsiplus_icns_tab_3 .sfsiplus_row_16_3, .sfsiplus_icns_tab_3 .sfsiplus_row_16_4, .sfsiplus_icns_tab_3 .sfsiplus_row_16_5, .sfsiplus_icns_tab_3 .sfsiplus_row_16_6, .sfsiplus_icns_tab_3 .sfsiplus_row_16_7, .sfsiplus_icns_tab_3 .sfsiplus_row_16_8, .sfsiplus_icns_tab_3 .sfsiplus_row_16_9, .sfsiplus_icns_tab_3 .sfsiplus_row_1_1, .sfsiplus_icns_tab_3 .sfsiplus_row_1_10, .sfsiplus_icns_tab_3 .sfsiplus_row_1_11, .sfsiplus_icns_tab_3 .sfsiplus_row_1_2, .sfsiplus_icns_tab_3 .sfsiplus_row_1_3, .sfsiplus_icns_tab_3 .sfsiplus_row_1_4, .sfsiplus_icns_tab_3 .sfsiplus_row_1_5, .sfsiplus_icns_tab_3 .sfsiplus_row_1_6, .sfsiplus_icns_tab_3 .sfsiplus_row_1_7, .sfsiplus_icns_tab_3 .sfsiplus_row_1_8, .sfsiplus_icns_tab_3 .sfsiplus_row_1_9, .sfsiplus_icns_tab_3 .sfsiplus_row_2_1, .sfsiplus_icns_tab_3 .sfsiplus_row_2_10, .sfsiplus_icns_tab_3 .sfsiplus_row_2_11, .sfsiplus_icns_tab_3 .sfsiplus_row_2_2, .sfsiplus_icns_tab_3 .sfsiplus_row_2_3, .sfsiplus_icns_tab_3 .sfsiplus_row_2_4, .sfsiplus_icns_tab_3 .sfsiplus_row_2_5, .sfsiplus_icns_tab_3 .sfsiplus_row_2_6, .sfsiplus_icns_tab_3 .sfsiplus_row_2_7, .sfsiplus_icns_tab_3 .sfsiplus_row_2_8, .sfsiplus_icns_tab_3 .sfsiplus_row_2_9, .sfsiplus_icns_tab_3 .sfsiplus_row_3_1, .sfsiplus_icns_tab_3 .sfsiplus_row_3_10, .sfsiplus_icns_tab_3 .sfsiplus_row_3_11, .sfsiplus_icns_tab_3 .sfsiplus_row_3_2, .sfsiplus_icns_tab_3 .sfsiplus_row_3_3, .sfsiplus_icns_tab_3 .sfsiplus_row_3_4, .sfsiplus_icns_tab_3 .sfsiplus_row_3_5, .sfsiplus_icns_tab_3 .sfsiplus_row_3_6, .sfsiplus_icns_tab_3 .sfsiplus_row_3_7, .sfsiplus_icns_tab_3 .sfsiplus_row_3_8, .sfsiplus_icns_tab_3 .sfsiplus_row_3_9, .sfsiplus_icns_tab_3 .sfsiplus_row_4_1, .sfsiplus_icns_tab_3 .sfsiplus_row_4_10, .sfsiplus_icns_tab_3 .sfsiplus_row_4_11, .sfsiplus_icns_tab_3 .sfsiplus_row_4_2, .sfsiplus_icns_tab_3 .sfsiplus_row_4_3, .sfsiplus_icns_tab_3 .sfsiplus_row_4_4, .sfsiplus_icns_tab_3 .sfsiplus_row_4_5, .sfsiplus_icns_tab_3 .sfsiplus_row_4_6, .sfsiplus_icns_tab_3 .sfsiplus_row_4_7, .sfsiplus_icns_tab_3 .sfsiplus_row_4_8, .sfsiplus_icns_tab_3 .sfsiplus_row_4_9, .sfsiplus_icns_tab_3 .sfsiplus_row_5_1, .sfsiplus_icns_tab_3 .sfsiplus_row_5_10, .sfsiplus_icns_tab_3 .sfsiplus_row_5_11, .sfsiplus_icns_tab_3 .sfsiplus_row_5_2, .sfsiplus_icns_tab_3 .sfsiplus_row_5_3, .sfsiplus_icns_tab_3 .sfsiplus_row_5_4, .sfsiplus_icns_tab_3 .sfsiplus_row_5_5, .sfsiplus_icns_tab_3 .sfsiplus_row_5_6, .sfsiplus_icns_tab_3 .sfsiplus_row_5_7, .sfsiplus_icns_tab_3 .sfsiplus_row_5_8, .sfsiplus_icns_tab_3 .sfsiplus_row_5_9, .sfsiplus_icns_tab_3 .sfsiplus_row_6_1, .sfsiplus_icns_tab_3 .sfsiplus_row_6_10, .sfsiplus_icns_tab_3 .sfsiplus_row_6_11, .sfsiplus_icns_tab_3 .sfsiplus_row_6_2, .sfsiplus_icns_tab_3 .sfsiplus_row_6_3, .sfsiplus_icns_tab_3 .sfsiplus_row_6_4, .sfsiplus_icns_tab_3 .sfsiplus_row_6_5, .sfsiplus_icns_tab_3 .sfsiplus_row_6_6, .sfsiplus_icns_tab_3 .sfsiplus_row_6_7, .sfsiplus_icns_tab_3 .sfsiplus_row_6_8, .sfsiplus_icns_tab_3 .sfsiplus_row_6_9, .sfsiplus_icns_tab_3 .sfsiplus_row_7_1, .sfsiplus_icns_tab_3 .sfsiplus_row_7_10, .sfsiplus_icns_tab_3 .sfsiplus_row_7_11, .sfsiplus_icns_tab_3 .sfsiplus_row_7_2, .sfsiplus_icns_tab_3 .sfsiplus_row_7_3, .sfsiplus_icns_tab_3 .sfsiplus_row_7_4, .sfsiplus_icns_tab_3 .sfsiplus_row_7_5, .sfsiplus_icns_tab_3 .sfsiplus_row_7_6, .sfsiplus_icns_tab_3 .sfsiplus_row_7_7, .sfsiplus_icns_tab_3 .sfsiplus_row_7_8, .sfsiplus_icns_tab_3 .sfsiplus_row_7_9, .sfsiplus_icns_tab_3 .sfsiplus_row_8_1, .sfsiplus_icns_tab_3 .sfsiplus_row_8_10, .sfsiplus_icns_tab_3 .sfsiplus_row_8_11, .sfsiplus_icns_tab_3 .sfsiplus_row_8_2, .sfsiplus_icns_tab_3 .sfsiplus_row_8_3, .sfsiplus_icns_tab_3 .sfsiplus_row_8_4, .sfsiplus_icns_tab_3 .sfsiplus_row_8_5, .sfsiplus_icns_tab_3 .sfsiplus_row_8_6, .sfsiplus_icns_tab_3 .sfsiplus_row_8_7, .sfsiplus_icns_tab_3 .sfsiplus_row_8_8, .sfsiplus_icns_tab_3 .sfsiplus_row_8_9, .sfsiplus_icns_tab_3 .sfsiplus_row_9_1, .sfsiplus_icns_tab_3 .sfsiplus_row_9_10, .sfsiplus_icns_tab_3 .sfsiplus_row_9_11, .sfsiplus_icns_tab_3 .sfsiplus_row_9_2, .sfsiplus_icns_tab_3 .sfsiplus_row_9_3, .sfsiplus_icns_tab_3 .sfsiplus_row_9_4, .sfsiplus_icns_tab_3 .sfsiplus_row_9_5, .sfsiplus_icns_tab_3 .sfsiplus_row_9_6, .sfsiplus_icns_tab_3 .sfsiplus_row_9_7, .sfsiplus_icns_tab_3 .sfsiplus_row_9_8, .sfsiplus_icns_tab_3 .sfsiplus_row_9_9, .sfsiplus_icns_tab_3 .sfsiplus_row_17_1, .sfsiplus_icns_tab_3 .sfsiplus_row_17_2, .sfsiplus_icns_tab_3 .sfsiplus_row_17_3, .sfsiplus_icns_tab_3 .sfsiplus_row_17_4, .sfsiplus_icns_tab_3 .sfsiplus_row_17_5, .sfsiplus_icns_tab_3 .sfsiplus_row_17_6, .sfsiplus_icns_tab_3 .sfsiplus_row_17_7, .sfsiplus_icns_tab_3 .sfsiplus_row_17_8, .sfsiplus_icns_tab_3 .sfsiplus_row_17_9, .sfsiplus_icns_tab_3 .sfsiplus_row_17_10, .sfsiplus_icns_tab_3 .sfsiplus_row_17_11 {
|
205 |
-
background: url(../images/tab_3_icns.png) no-repeat;
|
206 |
-
width: 53px;
|
207 |
-
height: 52px;
|
208 |
-
float: left;
|
209 |
-
margin: 0 4px 0 0;
|
210 |
-
}
|
211 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_1 {
|
212 |
-
background-position: -1px 0;
|
213 |
-
}
|
214 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_2 {
|
215 |
-
background-position: -60px 0;
|
216 |
-
}
|
217 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_3 {
|
218 |
-
background-position: -118px 0;
|
219 |
-
}
|
220 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_4 {
|
221 |
-
background-position: -176px 0;
|
222 |
-
}
|
223 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_5 {
|
224 |
-
background-position: -235px 0;
|
225 |
-
}
|
226 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_6 {
|
227 |
-
background-position: -293px 0;
|
228 |
-
}
|
229 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_7 {
|
230 |
-
background-position: -350px 0;
|
231 |
-
}
|
232 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_8 {
|
233 |
-
background-position: -409px 0;
|
234 |
-
}
|
235 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_9 {
|
236 |
-
background-position: -467px 0;
|
237 |
-
}
|
238 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_10 {
|
239 |
-
background-position: -526px 0;
|
240 |
-
}
|
241 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_1_11 {
|
242 |
-
background-position: -711px 0;
|
243 |
-
}
|
244 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_1 {
|
245 |
-
background-position: 0 -74px;
|
246 |
-
}
|
247 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_2 {
|
248 |
-
background-position: -60px -74px;
|
249 |
-
}
|
250 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_3 {
|
251 |
-
background-position: -118px -74px;
|
252 |
-
}
|
253 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_4 {
|
254 |
-
background-position: -176px -74px;
|
255 |
-
}
|
256 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_5 {
|
257 |
-
background-position: -235px -74px;
|
258 |
-
}
|
259 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_6 {
|
260 |
-
background-position: -293px -74px;
|
261 |
-
}
|
262 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_7 {
|
263 |
-
background-position: -350px -74px;
|
264 |
-
}
|
265 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_8 {
|
266 |
-
background-position: -409px -74px;
|
267 |
-
}
|
268 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_9 {
|
269 |
-
background-position: -467px -74px;
|
270 |
-
}
|
271 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_10 {
|
272 |
-
background-position: -526px -74px;
|
273 |
-
}
|
274 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_2_11 {
|
275 |
-
background-position: -711px -74px;
|
276 |
-
}
|
277 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_1 {
|
278 |
-
background-position: 0 -146px;
|
279 |
-
}
|
280 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_2 {
|
281 |
-
background-position: -60px -146px;
|
282 |
-
}
|
283 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_3 {
|
284 |
-
background-position: -118px -146px;
|
285 |
-
}
|
286 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_4 {
|
287 |
-
background-position: -176px -146px;
|
288 |
-
}
|
289 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_5 {
|
290 |
-
background-position: -235px -146px;
|
291 |
-
}
|
292 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_6 {
|
293 |
-
background-position: -293px -146px;
|
294 |
-
}
|
295 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_7 {
|
296 |
-
background-position: -350px -146px;
|
297 |
-
}
|
298 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_8 {
|
299 |
-
background-position: -409px -146px;
|
300 |
-
}
|
301 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_9 {
|
302 |
-
background-position: -467px -146px;
|
303 |
-
}
|
304 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_10 {
|
305 |
-
background-position: -526px -146px;
|
306 |
-
}
|
307 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_3_11 {
|
308 |
-
background-position: -711px -147px;
|
309 |
-
}
|
310 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_1 {
|
311 |
-
background-position: 0 -222px;
|
312 |
-
}
|
313 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_2 {
|
314 |
-
background-position: -60px -222px;
|
315 |
-
}
|
316 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_3 {
|
317 |
-
background-position: -118px -222px;
|
318 |
-
}
|
319 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_4 {
|
320 |
-
background-position: -176px -222px;
|
321 |
-
}
|
322 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_5 {
|
323 |
-
background-position: -235px -222px;
|
324 |
-
}
|
325 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_6 {
|
326 |
-
background-position: -293px -222px;
|
327 |
-
}
|
328 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_7 {
|
329 |
-
background-position: -350px -222px;
|
330 |
-
}
|
331 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_8 {
|
332 |
-
background-position: -409px -222px;
|
333 |
-
}
|
334 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_9 {
|
335 |
-
background-position: -467px -222px;
|
336 |
-
}
|
337 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_10 {
|
338 |
-
background-position: -526px -222px;
|
339 |
-
}
|
340 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_4_11 {
|
341 |
-
background-position: -711px -222px;
|
342 |
-
}
|
343 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_1 {
|
344 |
-
background-position: 0 -296px;
|
345 |
-
}
|
346 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_2 {
|
347 |
-
background-position: -60px -296px;
|
348 |
-
}
|
349 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_3 {
|
350 |
-
background-position: -118px -296px;
|
351 |
-
}
|
352 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_4 {
|
353 |
-
background-position: -176px -296px;
|
354 |
-
}
|
355 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_5 {
|
356 |
-
background-position: -235px -296px;
|
357 |
-
}
|
358 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_6 {
|
359 |
-
background-position: -293px -296px;
|
360 |
-
}
|
361 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_7 {
|
362 |
-
background-position: -350px -296px;
|
363 |
-
}
|
364 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_8 {
|
365 |
-
background-position: -409px -296px;
|
366 |
-
}
|
367 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_9 {
|
368 |
-
background-position: -467px -296px;
|
369 |
-
}
|
370 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_10 {
|
371 |
-
background-position: -526px -296px;
|
372 |
-
}
|
373 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_5_11 {
|
374 |
-
background-position: -711px -296px;
|
375 |
-
}
|
376 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_1 {
|
377 |
-
background-position: 0 -370px;
|
378 |
-
}
|
379 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_2 {
|
380 |
-
background-position: -60px -370px;
|
381 |
-
}
|
382 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_3 {
|
383 |
-
background-position: -118px -370px;
|
384 |
-
}
|
385 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_4 {
|
386 |
-
background-position: -176px -370px;
|
387 |
-
}
|
388 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_5 {
|
389 |
-
background-position: -235px -370px;
|
390 |
-
}
|
391 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_6 {
|
392 |
-
background-position: -293px -370px;
|
393 |
-
}
|
394 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_7 {
|
395 |
-
background-position: -350px -370px;
|
396 |
-
}
|
397 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_8 {
|
398 |
-
background-position: -409px -370px;
|
399 |
-
}
|
400 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_9 {
|
401 |
-
background-position: -468px -370px;
|
402 |
-
}
|
403 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_10 {
|
404 |
-
background-position: -526px -370px;
|
405 |
-
}
|
406 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_6_11 {
|
407 |
-
background-position: -711px -370px;
|
408 |
-
}
|
409 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_1 {
|
410 |
-
background-position: 0 -444px;
|
411 |
-
}
|
412 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_2 {
|
413 |
-
background-position: -60px -444px;
|
414 |
-
}
|
415 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_3 {
|
416 |
-
background-position: -118px -444px;
|
417 |
-
}
|
418 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_4 {
|
419 |
-
background-position: -176px -444px;
|
420 |
-
}
|
421 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_5 {
|
422 |
-
background-position: -235px -444px;
|
423 |
-
}
|
424 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_6 {
|
425 |
-
background-position: -293px -444px;
|
426 |
-
}
|
427 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_7 {
|
428 |
-
background-position: -350px -444px;
|
429 |
-
}
|
430 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_8 {
|
431 |
-
background-position: -409px -444px;
|
432 |
-
}
|
433 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_9 {
|
434 |
-
background-position: -466px -444px;
|
435 |
-
}
|
436 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_10 {
|
437 |
-
background-position: -526px -444px;
|
438 |
-
}
|
439 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_7_11 {
|
440 |
-
background-position: -711px -444px;
|
441 |
-
}
|
442 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_1 {
|
443 |
-
background-position: 0 -518px;
|
444 |
-
}
|
445 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_2 {
|
446 |
-
background-position: -60px -518px;
|
447 |
-
}
|
448 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_3 {
|
449 |
-
background-position: -118px -518px;
|
450 |
-
}
|
451 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_4 {
|
452 |
-
background-position: -176px -518px;
|
453 |
-
}
|
454 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_5 {
|
455 |
-
background-position: -235px -518px;
|
456 |
-
}
|
457 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_6 {
|
458 |
-
background-position: -293px -518px;
|
459 |
-
}
|
460 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_7 {
|
461 |
-
background-position: -350px -518px;
|
462 |
-
}
|
463 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_8 {
|
464 |
-
background-position: -409px -518px;
|
465 |
-
}
|
466 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_9 {
|
467 |
-
background-position: -467px -518px;
|
468 |
-
}
|
469 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_10 {
|
470 |
-
background-position: -526px -518px;
|
471 |
-
}
|
472 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_8_11 {
|
473 |
-
background-position: -711px -518px;
|
474 |
-
}
|
475 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_1 {
|
476 |
-
background-position: 0 -592px;
|
477 |
-
}
|
478 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_2 {
|
479 |
-
background-position: -60px -592px;
|
480 |
-
}
|
481 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_3 {
|
482 |
-
background-position: -118px -592px;
|
483 |
-
}
|
484 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_4 {
|
485 |
-
background-position: -176px -592px;
|
486 |
-
}
|
487 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_5 {
|
488 |
-
background-position: -235px -592px;
|
489 |
-
}
|
490 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_6 {
|
491 |
-
background-position: -293px -592px;
|
492 |
-
}
|
493 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_7 {
|
494 |
-
background-position: -350px -592px;
|
495 |
-
}
|
496 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_8 {
|
497 |
-
background-position: -409px -592px;
|
498 |
-
}
|
499 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_9 {
|
500 |
-
background-position: -467px -592px;
|
501 |
-
}
|
502 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_10 {
|
503 |
-
background-position: -526px -592px;
|
504 |
-
}
|
505 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_9_11 {
|
506 |
-
background-position: -711px -592px;
|
507 |
-
}
|
508 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_1 {
|
509 |
-
background-position: 0 -666px;
|
510 |
-
}
|
511 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_2 {
|
512 |
-
background-position: -60px -666px;
|
513 |
-
}
|
514 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_3 {
|
515 |
-
background-position: -118px -666px;
|
516 |
-
}
|
517 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_4 {
|
518 |
-
background-position: -176px -666px;
|
519 |
-
}
|
520 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_5 {
|
521 |
-
background-position: -235px -666px;
|
522 |
-
}
|
523 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_6 {
|
524 |
-
background-position: -293px -666px;
|
525 |
-
}
|
526 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_7 {
|
527 |
-
background-position: -350px -666px;
|
528 |
-
}
|
529 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_8 {
|
530 |
-
background-position: -409px -666px;
|
531 |
-
}
|
532 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_9 {
|
533 |
-
background-position: -467px -666px;
|
534 |
-
}
|
535 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_10 {
|
536 |
-
background-position: -526px -666px;
|
537 |
-
}
|
538 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_10_11 {
|
539 |
-
background-position: -711px -666px;
|
540 |
-
}
|
541 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_1 {
|
542 |
-
background-position: 0 -740px;
|
543 |
-
}
|
544 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_2 {
|
545 |
-
background-position: -60px -740px;
|
546 |
-
}
|
547 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_3 {
|
548 |
-
background-position: -118px -740px;
|
549 |
-
}
|
550 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_4 {
|
551 |
-
background-position: -176px -740px;
|
552 |
-
}
|
553 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_5 {
|
554 |
-
background-position: -235px -740px;
|
555 |
-
}
|
556 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_6 {
|
557 |
-
background-position: -293px -740px;
|
558 |
-
}
|
559 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_7 {
|
560 |
-
background-position: -350px -740px;
|
561 |
-
}
|
562 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_8 {
|
563 |
-
background-position: -409px -740px;
|
564 |
-
}
|
565 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_9 {
|
566 |
-
background-position: -467px -740px;
|
567 |
-
}
|
568 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_10 {
|
569 |
-
background-position: -526px -740px;
|
570 |
-
}
|
571 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_11_11 {
|
572 |
-
background-position: -711px -740px;
|
573 |
-
}
|
574 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_1 {
|
575 |
-
background-position: 0 -814px;
|
576 |
-
}
|
577 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_2 {
|
578 |
-
background-position: -60px -814px;
|
579 |
-
}
|
580 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_3 {
|
581 |
-
background-position: -118px -814px;
|
582 |
-
}
|
583 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_4 {
|
584 |
-
background-position: -176px -814px;
|
585 |
-
}
|
586 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_5 {
|
587 |
-
background-position: -235px -814px;
|
588 |
-
}
|
589 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_6 {
|
590 |
-
background-position: -293px -814px;
|
591 |
-
}
|
592 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_7 {
|
593 |
-
background-position: -350px -814px;
|
594 |
-
}
|
595 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_8 {
|
596 |
-
background-position: -409px -814px;
|
597 |
-
}
|
598 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_9 {
|
599 |
-
background-position: -467px -814px;
|
600 |
-
}
|
601 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_10 {
|
602 |
-
background-position: -526px -814px;
|
603 |
-
}
|
604 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_12_11 {
|
605 |
-
background-position: -711px -814px;
|
606 |
-
}
|
607 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_1 {
|
608 |
-
background-position: 0 -888px;
|
609 |
-
}
|
610 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_2 {
|
611 |
-
background-position: -60px -888px;
|
612 |
-
}
|
613 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_3 {
|
614 |
-
background-position: -118px -888px;
|
615 |
-
}
|
616 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_4 {
|
617 |
-
background-position: -176px -888px;
|
618 |
-
}
|
619 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_5 {
|
620 |
-
background-position: -235px -888px;
|
621 |
-
}
|
622 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_6 {
|
623 |
-
background-position: -293px -888px;
|
624 |
-
}
|
625 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_7 {
|
626 |
-
background-position: -350px -888px;
|
627 |
-
}
|
628 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_8 {
|
629 |
-
background-position: -409px -888px;
|
630 |
-
}
|
631 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_9 {
|
632 |
-
background-position: -467px -888px;
|
633 |
-
}
|
634 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_10 {
|
635 |
-
background-position: -526px -888px;
|
636 |
-
}
|
637 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_13_11 {
|
638 |
-
background-position: -711px -888px;
|
639 |
-
}
|
640 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_1 {
|
641 |
-
background-position: 0 -962px;
|
642 |
-
}
|
643 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_2 {
|
644 |
-
background-position: -60px -962px;
|
645 |
-
}
|
646 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_3 {
|
647 |
-
background-position: -118px -962px;
|
648 |
-
}
|
649 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_4 {
|
650 |
-
background-position: -176px -962px;
|
651 |
-
}
|
652 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_5 {
|
653 |
-
background-position: -235px -962px;
|
654 |
-
}
|
655 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_6 {
|
656 |
-
background-position: -293px -962px;
|
657 |
-
}
|
658 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_7 {
|
659 |
-
background-position: -350px -962px;
|
660 |
-
}
|
661 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_8 {
|
662 |
-
background-position: -409px -962px;
|
663 |
-
}
|
664 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_9 {
|
665 |
-
background-position: -467px -962px;
|
666 |
-
}
|
667 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_10 {
|
668 |
-
background-position: -526px -962px;
|
669 |
-
}
|
670 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_14_11 {
|
671 |
-
background-position: -711px -962px;
|
672 |
-
}
|
673 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_1 {
|
674 |
-
background-position: 0 -1036px;
|
675 |
-
}
|
676 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_2 {
|
677 |
-
background-position: -60px -1036px;
|
678 |
-
}
|
679 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_3 {
|
680 |
-
background-position: -118px -1036px;
|
681 |
-
}
|
682 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_4 {
|
683 |
-
background-position: -176px -1036px;
|
684 |
-
}
|
685 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_5 {
|
686 |
-
background-position: -235px -1036px;
|
687 |
-
}
|
688 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_6 {
|
689 |
-
background-position: -293px -1036px;
|
690 |
-
}
|
691 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_7 {
|
692 |
-
background-position: -350px -1036px;
|
693 |
-
}
|
694 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_8 {
|
695 |
-
background-position: -409px -1036px;
|
696 |
-
}
|
697 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_9 {
|
698 |
-
background-position: -467px -1036px;
|
699 |
-
}
|
700 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_10 {
|
701 |
-
background-position: -526px -1036px;
|
702 |
-
}
|
703 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_15_11 {
|
704 |
-
background-position: -711px -1036px;
|
705 |
-
}
|
706 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_1 {
|
707 |
-
background-position: 0 -1109px;
|
708 |
-
}
|
709 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_2 {
|
710 |
-
background-position: -60px -1109px;
|
711 |
-
}
|
712 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_3 {
|
713 |
-
background-position: -118px -1109px;
|
714 |
-
}
|
715 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_4 {
|
716 |
-
background-position: -176px -1109px;
|
717 |
-
}
|
718 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_5 {
|
719 |
-
background-position: -235px -1109px;
|
720 |
-
}
|
721 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_6 {
|
722 |
-
background-position: -293px -1109px;
|
723 |
-
}
|
724 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_7 {
|
725 |
-
background-position: -350px -1109px;
|
726 |
-
}
|
727 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_8 {
|
728 |
-
background-position: -409px -1109px;
|
729 |
-
}
|
730 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_9 {
|
731 |
-
background-position: -467px -1109px;
|
732 |
-
}
|
733 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_10 {
|
734 |
-
background-position: -526px -1109px;
|
735 |
-
}
|
736 |
-
.sfsiplus_icns_tab_3 .sfsiplus_row_16_11 {
|
737 |
-
background-position: -711px -1109px;
|
738 |
-
}
|
739 |
-
/*Admin menu*/
|
740 |
-
ul#adminmenu li.toplevel_page_sfsi-plus-options div.wp-menu-image {
|
741 |
-
display: none;
|
742 |
-
}
|
743 |
-
#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options {
|
744 |
-
padding: 0 0 0 38px;
|
745 |
-
font-family: helveticabold;
|
746 |
-
}
|
747 |
-
ul#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options {
|
748 |
-
color: #e12522;
|
749 |
-
transition: 0s;
|
750 |
-
background: url(images/left_log_icn.png) 6px 15px no-repeat #000;
|
751 |
-
background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;
|
752 |
-
color: #fafafa;
|
753 |
-
}
|
754 |
-
ul#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options:hover {
|
755 |
-
background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;
|
756 |
-
color: #fafafa;
|
757 |
-
}
|
758 |
-
ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.toplevel_page_sfsi-plus-options a.current:hover {
|
759 |
-
background: url(images/left_log_icn.png) 6px 15px no-repeat #000000;
|
760 |
-
/*background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;*/
|
761 |
-
color: #e12522;
|
762 |
-
}
|
763 |
-
/*tab 9 css*/
|
764 |
-
.tab9 .sfsi_plus_tab8_container
|
765 |
-
{
|
766 |
-
width: 100%; float: left;
|
767 |
-
}
|
768 |
-
.tab9 .sfsi_plus_tab8_subcontainer {
|
769 |
-
float: left;
|
770 |
-
padding: 20px 0;
|
771 |
-
width: 100%;
|
772 |
-
}
|
773 |
-
.tab9 h3.sfsi_plus_section_title {
|
774 |
-
font-weight: bold;
|
775 |
-
}
|
776 |
-
.tab9 .like_pop_box {
|
777 |
-
width: 100%;
|
778 |
-
margin: 35px auto auto;
|
779 |
-
position: relative;
|
780 |
-
text-align: center;
|
781 |
-
}
|
782 |
-
.tab9 .like_pop_box h2 {
|
783 |
-
font-family: helveticabold;
|
784 |
-
text-align: center;
|
785 |
-
color: #414951;
|
786 |
-
font-size: 26px;
|
787 |
-
}
|
788 |
-
.tab9 .sfsi_plus_subscribe_Popinner {
|
789 |
-
display: inline-block;
|
790 |
-
padding: 18px 20px;
|
791 |
-
-webkit-box-shadow: 0 0 5px #ccc;
|
792 |
-
border: 1px solid #ededed;
|
793 |
-
background: #FFF;
|
794 |
-
position: relative;
|
795 |
-
}
|
796 |
-
.tab9 .sfsi_plus_subscribe_Popinner .form-overlay {
|
797 |
-
height: 100%;
|
798 |
-
left: 0;
|
799 |
-
position: absolute;
|
800 |
-
top: 0;
|
801 |
-
width: 100%;
|
802 |
-
}
|
803 |
-
.tab9 .like_pop_box .sfsi_plus_subscribe_Popinner {
|
804 |
-
box-shadow: 0 0 5px #ccc;
|
805 |
-
}
|
806 |
-
.tab9 .like_pop_box .sfsi_plus_subscribe_Popinner h5 {
|
807 |
-
margin: 0 0 10px;
|
808 |
-
padding: 0;
|
809 |
-
color: #414951;
|
810 |
-
font-size: 22px;
|
811 |
-
text-align: center;
|
812 |
-
}
|
813 |
-
.tab9 .sfsi_plus_subscribe_Popinner h5 {
|
814 |
-
margin: 0 0 10px;
|
815 |
-
padding: 0;
|
816 |
-
color: #414951;
|
817 |
-
font-size: 18px;
|
818 |
-
text-align: center;
|
819 |
-
}
|
820 |
-
.tab9 .sfsi_plus_subscription_form_field {
|
821 |
-
float: left;
|
822 |
-
margin: 5px 0;
|
823 |
-
width: 100%;
|
824 |
-
}
|
825 |
-
.tab9 .sfsi_plus_subscription_form_field input {
|
826 |
-
padding: 10px 0px;
|
827 |
-
text-align: center;
|
828 |
-
width: 100%;
|
829 |
-
}
|
830 |
-
.tab9 .sfsi_plus_tab8_subcontainer label.sfsi_plus_label_text {
|
831 |
-
float: left;
|
832 |
-
margin: 10px 0;
|
833 |
-
width: 100%;
|
834 |
-
}
|
835 |
-
.tab9 ul.sfsi_plus_form_info {
|
836 |
-
list-style: none !important;
|
837 |
-
margin-left: 32px;
|
838 |
-
}
|
839 |
-
.tab9 ul.sfsi_plus_form_info li {
|
840 |
-
margin: 3px 0;
|
841 |
-
}
|
842 |
-
.tab9 .sfsi_plus_subscription_html {
|
843 |
-
background-color: #e5e5e5;
|
844 |
-
float: left;
|
845 |
-
margin: 12px 0 0 30px;
|
846 |
-
width: 90%;
|
847 |
-
}
|
848 |
-
.tab9 .sfsi_plus_seprater
|
849 |
-
{
|
850 |
-
border-bottom: 1px solid #ccc;
|
851 |
-
}
|
852 |
-
.tab9 .sfsi_plus_tab8_subcontainer h5.sfsi_plus_section_subtitle {
|
853 |
-
float: left;
|
854 |
-
font-size: 18px;
|
855 |
-
margin: 5px 0;
|
856 |
-
width: 100%;
|
857 |
-
}
|
858 |
-
.tab9 .sfsi_plus_left_container {
|
859 |
-
margin-top: 30px;
|
860 |
-
text-align: center;
|
861 |
-
width: 24%;
|
862 |
-
display: inline-block;
|
863 |
-
}
|
864 |
-
.tab9 .sfsi_plus_right_container {
|
865 |
-
display: inline-block;
|
866 |
-
margin-top: 30px;
|
867 |
-
padding: 0 20px;
|
868 |
-
vertical-align: top;
|
869 |
-
width: 72%;
|
870 |
-
}
|
871 |
-
.tab9 .row_tab {
|
872 |
-
display: inline-block;
|
873 |
-
margin-bottom: 30px;
|
874 |
-
width: 100%;
|
875 |
-
}
|
876 |
-
.tab9 .row_tab label {
|
877 |
-
color: #5a6570;
|
878 |
-
font-size: 16px;
|
879 |
-
}
|
880 |
-
.tab9 .row_tab div.sfsi_plus_field{
|
881 |
-
display: inline-block;
|
882 |
-
vertical-align: middle;
|
883 |
-
width: auto;
|
884 |
-
margin-right: 25px;
|
885 |
-
}
|
886 |
-
.tab9 .color_box {
|
887 |
-
width: 40px;
|
888 |
-
height: 34px;
|
889 |
-
border: 3px solid #fff;
|
890 |
-
box-shadow: 1px 2px 2px #ccc;
|
891 |
-
float: right;
|
892 |
-
position: relative;
|
893 |
-
margin-left: 13px;
|
894 |
-
}
|
895 |
-
.tab9 .color_box1 {
|
896 |
-
width: 100%;
|
897 |
-
height: 34px;
|
898 |
-
background: #5a6570;
|
899 |
-
box-shadow: 1px -2px 15px -2px #d3d3d3 inset;
|
900 |
-
}
|
901 |
-
.tab9 .corner {
|
902 |
-
width: 10px;
|
903 |
-
height: 10px;
|
904 |
-
background: #fff;
|
905 |
-
position: absolute;
|
906 |
-
right: 0;
|
907 |
-
bottom: 0;
|
908 |
-
}
|
909 |
-
.tab9 .sfsi_plus_right_container label {
|
910 |
-
color: #5a6570;
|
911 |
-
font-size: 18px;
|
912 |
-
}
|
913 |
-
.tab9 label.sfsi_plus_heding {
|
914 |
-
display: inline-block;
|
915 |
-
font-weight: bold;
|
916 |
-
padding-top: 10px;
|
917 |
-
width: 303px;
|
918 |
-
}
|
919 |
-
.tab9 .border_shadow {
|
920 |
-
display: inline-block;
|
921 |
-
vertical-align: top;
|
922 |
-
}
|
923 |
-
.tab9 .border_shadow li {
|
924 |
-
display: inline-block;
|
925 |
-
vertical-align: top;
|
926 |
-
padding-right: 20px;
|
927 |
-
}
|
928 |
-
.tab9 .border_shadow li span {
|
929 |
-
vertical-align: middle;
|
930 |
-
}
|
931 |
-
.tab9 .border_shadow .radio{
|
932 |
-
margin-right:5px;
|
933 |
-
}
|
934 |
-
.tab9 .sfsi_plus_field .rec-inp {
|
935 |
-
background: #e5e5e5 none repeat scroll 0 0;
|
936 |
-
height: 44px;
|
937 |
-
text-align: center;
|
938 |
-
width: 54px;
|
939 |
-
}
|
940 |
-
.tab9 .pix {
|
941 |
-
color: #5a6570;
|
942 |
-
font-size: 18px;
|
943 |
-
padding-left: 10px;
|
944 |
-
vertical-align: middle;
|
945 |
-
}
|
946 |
-
.tab9 .sfsi_plus_heding.autowidth {
|
947 |
-
width: auto;
|
948 |
-
margin-right: 15px;
|
949 |
-
}
|
950 |
-
.tab9 .sfsi_plus_heding.fixwidth {
|
951 |
-
width: 80px;
|
952 |
-
}
|
953 |
-
.tab9 .small {
|
954 |
-
background-color: #e5e5e5;
|
955 |
-
height: 44px;
|
956 |
-
width: 200px;
|
957 |
-
}
|
958 |
-
.tab9 .small.new-inp {
|
959 |
-
background-color: #e5e5e5;
|
960 |
-
height: 44px;
|
961 |
-
width: 277px;
|
962 |
-
}
|
963 |
-
.tab9 .small.color-code {
|
964 |
-
width: 138px !important;
|
965 |
-
}
|
966 |
-
.tab9 .select-same {
|
967 |
-
border: 1px solid #d6d6d6;
|
968 |
-
height: 47px !important;
|
969 |
-
width: 171px;
|
970 |
-
appearance:none;
|
971 |
-
-moz-appearance:none;
|
972 |
-
-webkit-appearance:none;
|
973 |
-
background-image: url(images/select-arrow.png);
|
974 |
-
background-repeat:no-repeat;
|
975 |
-
background-position:right 15px center;
|
976 |
-
}
|
977 |
-
.tab9 .sfsi_plus_same_width {
|
978 |
-
display: inline-block;
|
979 |
-
width: 100px !important;
|
980 |
-
}
|
981 |
-
.sfsi_plus_subscribe_Popinner .sfsi_plus_highlight {
|
982 |
-
border: 3px solid red !important;
|
983 |
-
}
|
984 |
-
.sfsi_plus_subscription_html xmp {
|
985 |
-
display: block;
|
986 |
-
padding: 0 10px;
|
987 |
-
white-space: pre-line;
|
988 |
-
word-wrap: break-word;
|
989 |
-
}
|
990 |
-
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li {
|
991 |
-
float: left;
|
992 |
-
width: 300px !important;
|
993 |
-
max-width: 300px !important;
|
994 |
-
min-width: 300px !important;
|
995 |
-
}
|
996 |
-
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec label {
|
997 |
-
font-size: 17px;
|
998 |
-
padding-right: 20px;
|
999 |
-
width: 65px !important;
|
1000 |
-
display: inline-block;
|
1001 |
-
}
|
1002 |
-
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li input {
|
1003 |
-
background-color: #dedede;
|
1004 |
-
border: medium none;
|
1005 |
-
box-shadow: none;
|
1006 |
-
padding: 14px 8px;
|
1007 |
-
width: 80px;
|
1008 |
-
}
|
1009 |
-
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li ins {
|
1010 |
-
font-size: 17px;
|
1011 |
-
font-weight: 400;
|
1012 |
-
margin-left: 15px;
|
1013 |
-
text-decoration: none;
|
1014 |
-
}
|
1015 |
-
@media (max-width:1160px) {
|
1016 |
-
.sfsi_plus_subscription_html xmp {
|
1017 |
-
display: block;
|
1018 |
-
padding: 0 10px;
|
1019 |
-
white-space: pre-line;
|
1020 |
-
word-wrap: break-word;
|
1021 |
-
}
|
1022 |
-
}
|
1023 |
-
@media (max-width:1350px) {
|
1024 |
-
.tab9 .sfsi_plus_left_container {
|
1025 |
-
width: 100% !important;
|
1026 |
-
}
|
1027 |
-
.tab9 .sfsi_plus_right_container {
|
1028 |
-
width: 100%;
|
1029 |
-
}
|
1030 |
-
.tab9 .border_shadow {
|
1031 |
-
margin-top: 10px;
|
1032 |
-
}
|
1033 |
-
.tab9 .row_tab div.sfsi_plus_field {
|
1034 |
-
margin-bottom: 10px;
|
1035 |
-
}
|
1036 |
-
}
|
1037 |
-
@media (max-width:770px) {
|
1038 |
-
#sfsi_plus_form_heading_fontstyle {
|
1039 |
-
margin-left: 19px !important;
|
1040 |
-
margin-top: 10px !important;
|
1041 |
-
}
|
1042 |
-
}
|
1043 |
-
/*poonam Style*/
|
1044 |
-
.follows-btn{float:left;width:25%;}
|
1045 |
-
.preview-btn{float:left;width:10%;}
|
1046 |
-
.social-img-link{float:left;width:15%;}
|
1047 |
-
.social-img-link img{vertical-align:middle;}
|
1048 |
-
.language-field{float:left;width:24%;}
|
1049 |
-
.language-field select{width:100%;}
|
1050 |
-
.icons_size{clear:both;}
|
1 |
+
@charset "utf-8";
|
2 |
+
@font-face {
|
3 |
+
font-family: helveticabold;
|
4 |
+
src: url(fonts/helvetica_bold_0-webfont.eot);
|
5 |
+
src: url(fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_bold_0-webfont.woff) format('woff'), url(fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
|
6 |
+
font-weight: 400;
|
7 |
+
font-style: normal;
|
8 |
+
}
|
9 |
+
@font-face {
|
10 |
+
font-family: helveticaregular;
|
11 |
+
src: url(fonts/helvetica_0-webfont.eot);
|
12 |
+
src: url(fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_0-webfont.woff) format('woff'), url(fonts/helvetica_0-webfont.ttf) format('truetype'), url(fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
|
13 |
+
font-weight: 400;
|
14 |
+
font-style: normal;
|
15 |
+
}
|
16 |
+
@font-face {
|
17 |
+
font-family: helveticaneue-light;
|
18 |
+
src: url(fonts/helveticaneue-light.eot);
|
19 |
+
src: url(fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
|
20 |
+
url(fonts/helveticaneue-light.woff) format('woff'),
|
21 |
+
url(fonts/helveticaneue-light.ttf) format('truetype'),
|
22 |
+
url(fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
|
23 |
+
font-weight: 400;
|
24 |
+
font-style: normal;
|
25 |
+
}
|
26 |
+
body {
|
27 |
+
margin: 0;
|
28 |
+
padding: 0;
|
29 |
+
}
|
30 |
+
/*Tab 1*/
|
31 |
+
.tab1 ul.plus_icn_listing li .custom, .tab1 ul.plus_icn_listing li .sfsicls_email, .tab1 ul.plus_icn_listing li .sfsicls_facebook, .tab1 ul.plus_icn_listing li .sfsicls_ggle_pls, .tab1 ul.plus_icn_listing li .sfsicls_instagram, .tab1 ul.plus_icn_listing li .sfsicls_houzz, .tab1 ul.plus_icn_listing li .sfsicls_linkdin, .tab1 ul.plus_icn_listing li .sfsicls_pinterest, .tab1 ul.plus_icn_listing li .sfsicls_rs_s, .tab1 ul.plus_icn_listing li .sfsicls_share, .tab1 ul.plus_icn_listing li .sfsicls_twt, .tab1 ul.plus_icn_listing li .sfsicls_utube {
|
32 |
+
background: url(../images/tab_1_icn_list.png) no-repeat;
|
33 |
+
float: left;
|
34 |
+
padding: 0 0 0 59px;
|
35 |
+
margin: 0 0 0 17px;
|
36 |
+
height: 52px;
|
37 |
+
line-height: 51px;
|
38 |
+
font-family: helveticaregular;
|
39 |
+
font-size: 22px;
|
40 |
+
}
|
41 |
+
.tab1 ul.plus_icn_listing li .sfsicls_rs_s {
|
42 |
+
background-position: 0 0;
|
43 |
+
color: #f7941d;
|
44 |
+
}
|
45 |
+
.tab1 ul.plus_icn_listing li .sfsicls_email {
|
46 |
+
background-position: 0 -73px;
|
47 |
+
color: #d1c800;
|
48 |
+
}
|
49 |
+
.tab1 ul.plus_icn_listing li .sfsicls_facebook {
|
50 |
+
background-position: 0 -145px;
|
51 |
+
color: #004088;
|
52 |
+
}
|
53 |
+
.tab1 ul.plus_icn_listing li .sfsicls_twt {
|
54 |
+
background-position: 0 -221px;
|
55 |
+
color: #00abe3;
|
56 |
+
}
|
57 |
+
.tab1 ul.plus_icn_listing li .sfsicls_ggle_pls {
|
58 |
+
background-position: 0 -295px;
|
59 |
+
color: #444749;
|
60 |
+
}
|
61 |
+
.tab1 ul.plus_icn_listing li .sfsicls_share {
|
62 |
+
background-position: 0 -372px;
|
63 |
+
color: #ef4746;
|
64 |
+
}
|
65 |
+
.tab1 ul.plus_icn_listing li .sfsicls_utube {
|
66 |
+
background-position: 0 -448px;
|
67 |
+
color: #f07963;
|
68 |
+
}
|
69 |
+
.tab1 ul.plus_icn_listing li .sfsicls_linkdin {
|
70 |
+
background-position: 0 -548px;
|
71 |
+
color: #1e88c9;
|
72 |
+
}
|
73 |
+
.tab1 ul.plus_icn_listing li .sfsicls_pinterest {
|
74 |
+
background-position: 0 -623px;
|
75 |
+
color: #f15f5d;
|
76 |
+
}
|
77 |
+
.tab1 ul.plus_icn_listing li .sfsicls_instagram {
|
78 |
+
background-position: 0 -781px;
|
79 |
+
color: #369;
|
80 |
+
}
|
81 |
+
.tab1 ul.plus_icn_listing li .sfsicls_houzz {
|
82 |
+
background-position: 0 -939px;
|
83 |
+
color: #369;
|
84 |
+
}
|
85 |
+
.tab1 ul.plus_icn_listing li .custom {
|
86 |
+
background-position: 0 -702px;
|
87 |
+
color: #5a6570;
|
88 |
+
}
|
89 |
+
.tab1 ul.plus_icn_listing li .sfsiplus_right_info {
|
90 |
+
width: 70%;
|
91 |
+
float: right;
|
92 |
+
font-family: helveticaregular;
|
93 |
+
margin-right: 13px;
|
94 |
+
}
|
95 |
+
ul.plus_icn_listing li .sfsiplus_right_info a {
|
96 |
+
text-decoration: underline;
|
97 |
+
color: #a4a9ad;
|
98 |
+
font-size: 16px;
|
99 |
+
}
|
100 |
+
ul.sfsiplus_icn_listing8 li .sfsiplus_right_info a {
|
101 |
+
text-decoration: underline;
|
102 |
+
color: #a4a9ad;
|
103 |
+
font-size: 16px;
|
104 |
+
}
|
105 |
+
.tab1 .tab_2_sav {
|
106 |
+
padding-top: 30px;
|
107 |
+
}
|
108 |
+
/*Tab 2*/
|
109 |
+
.tab2 .row h2.sfsicls_email, .tab2 .row h2.sfsicls_facebook, .tab2 .row h2.sfsicls_ggle_pls, .tab2 .row h2.sfsicls_instagram, .tab2 .row h2.sfsicls_houzz, .tab2 .row h2.sfsicls_linkdin, .tab2 .row h2.sfsicls_pinterest, .tab2 .row h2.sfsicls_rs_s, .tab2 .row h2.sfsicls_share, .tab2 .row h2.sfsicls_twt, .tab2 .row h2.sfsicls_utube {
|
110 |
+
background: url(../images/tab_1_icn_list.png) no-repeat;
|
111 |
+
padding: 0 0 0 70px;
|
112 |
+
margin: 15px 0 7px 21px;
|
113 |
+
height: 52px;
|
114 |
+
line-height: 51px;
|
115 |
+
font-family: helveticaregular;
|
116 |
+
font-size: 22px;
|
117 |
+
}
|
118 |
+
.tab2 .row h2.sfsicls_rs_s {
|
119 |
+
background-position: 0 0;
|
120 |
+
color: #f7941d;
|
121 |
+
}
|
122 |
+
.tab2 .row h2.sfsicls_email {
|
123 |
+
background-position: 0 -71px;
|
124 |
+
color: #d1c800;
|
125 |
+
}
|
126 |
+
.tab2 .row h2.sfsicls_facebook {
|
127 |
+
background-position: 0 -145px;
|
128 |
+
color: #004088;
|
129 |
+
}
|
130 |
+
.tab2 .row h2.sfsicls_twt {
|
131 |
+
background-position: 0 -221px;
|
132 |
+
color: #00abe3;
|
133 |
+
}
|
134 |
+
.tab2 .row h2.sfsicls_ggle_pls {
|
135 |
+
background-position: 0 -295px;
|
136 |
+
color: #444749;
|
137 |
+
}
|
138 |
+
.tab2 .row h2.sfsicls_share {
|
139 |
+
background-position: 0 -372px;
|
140 |
+
color: #ef4746;
|
141 |
+
}
|
142 |
+
.tab2 .row h2.sfsicls_utube {
|
143 |
+
background-position: 0 -448px;
|
144 |
+
color: #f07963;
|
145 |
+
}
|
146 |
+
.tab2 .row h2.sfsicls_linkdin {
|
147 |
+
background-position: 0 -548px;
|
148 |
+
color: #1e88c9;
|
149 |
+
}
|
150 |
+
.tab2 .row h2.sfsicls_pinterest {
|
151 |
+
background-position: 0 -623px;
|
152 |
+
color: #f15f5d;
|
153 |
+
}
|
154 |
+
.tab2 .row h2.sfsicls_instagram {
|
155 |
+
background-position: 0 -781px;
|
156 |
+
color: #369;
|
157 |
+
}
|
158 |
+
.tab2 .row h2.sfsicls_houzz {
|
159 |
+
background-position: 0 -939px;
|
160 |
+
color: #369;
|
161 |
+
}
|
162 |
+
.tab2 .inr_cont {
|
163 |
+
margin: 0 0 12px 94px;
|
164 |
+
}
|
165 |
+
ul.tab_2_email_sec .sf_arow {
|
166 |
+
width: 52px;
|
167 |
+
height: 52px;
|
168 |
+
float: left;
|
169 |
+
background: url(../images/sf_arow_icn.png) no-repeat;
|
170 |
+
margin: 0 0px 0 6px;
|
171 |
+
}
|
172 |
+
ul.tab_2_email_sec .email_icn {
|
173 |
+
background: url(../images/tab_1_icn_list.png) 0 -71px no-repeat;
|
174 |
+
width: 52px;
|
175 |
+
height: 52px;
|
176 |
+
float: left;
|
177 |
+
margin: 0 0 0 5px;
|
178 |
+
}
|
179 |
+
ul.tab_2_email_sec .subscribe_icn {
|
180 |
+
background: url(../images/tab_1_icn_list.png) 0 -860px no-repeat;
|
181 |
+
width: 52px;
|
182 |
+
height: 52px;
|
183 |
+
float: left;
|
184 |
+
margin: 0 0 0 5px;
|
185 |
+
}
|
186 |
+
ul.tab_2_email_sec li .radio {
|
187 |
+
float: left;
|
188 |
+
margin: 8px 0 0;
|
189 |
+
}
|
190 |
+
.row ul.tab_2_email_sec li label {
|
191 |
+
margin: 13px 0 0 7px;
|
192 |
+
font-size: 16px;
|
193 |
+
float: left;
|
194 |
+
width: 160px;
|
195 |
+
}
|
196 |
+
.row ul.tab_2_email_sec li label span
|
197 |
+
{
|
198 |
+
font-size: 15px;
|
199 |
+
color: #808080;
|
200 |
+
width: 100%;
|
201 |
+
float: left;
|
202 |
+
}
|
203 |
+
/*Tab 3*/
|
204 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_1, .sfsiplus_icns_tab_3 .sfsiplus_row_10_10, .sfsiplus_icns_tab_3 .sfsiplus_row_10_11, .sfsiplus_icns_tab_3 .sfsiplus_row_10_2, .sfsiplus_icns_tab_3 .sfsiplus_row_10_3, .sfsiplus_icns_tab_3 .sfsiplus_row_10_4, .sfsiplus_icns_tab_3 .sfsiplus_row_10_5, .sfsiplus_icns_tab_3 .sfsiplus_row_10_6, .sfsiplus_icns_tab_3 .sfsiplus_row_10_7, .sfsiplus_icns_tab_3 .sfsiplus_row_10_8, .sfsiplus_icns_tab_3 .sfsiplus_row_10_9, .sfsiplus_icns_tab_3 .sfsiplus_row_11_1, .sfsiplus_icns_tab_3 .sfsiplus_row_11_10, .sfsiplus_icns_tab_3 .sfsiplus_row_11_11, .sfsiplus_icns_tab_3 .sfsiplus_row_11_2, .sfsiplus_icns_tab_3 .sfsiplus_row_11_3, .sfsiplus_icns_tab_3 .sfsiplus_row_11_4, .sfsiplus_icns_tab_3 .sfsiplus_row_11_5, .sfsiplus_icns_tab_3 .sfsiplus_row_11_6, .sfsiplus_icns_tab_3 .sfsiplus_row_11_7, .sfsiplus_icns_tab_3 .sfsiplus_row_11_8, .sfsiplus_icns_tab_3 .sfsiplus_row_11_9, .sfsiplus_icns_tab_3 .sfsiplus_row_12_1, .sfsiplus_icns_tab_3 .sfsiplus_row_12_10, .sfsiplus_icns_tab_3 .sfsiplus_row_12_11, .sfsiplus_icns_tab_3 .sfsiplus_row_12_2, .sfsiplus_icns_tab_3 .sfsiplus_row_12_3, .sfsiplus_icns_tab_3 .sfsiplus_row_12_4, .sfsiplus_icns_tab_3 .sfsiplus_row_12_5, .sfsiplus_icns_tab_3 .sfsiplus_row_12_6, .sfsiplus_icns_tab_3 .sfsiplus_row_12_7, .sfsiplus_icns_tab_3 .sfsiplus_row_12_8, .sfsiplus_icns_tab_3 .sfsiplus_row_12_9, .sfsiplus_icns_tab_3 .sfsiplus_row_13_1, .sfsiplus_icns_tab_3 .sfsiplus_row_13_10, .sfsiplus_icns_tab_3 .sfsiplus_row_13_11, .sfsiplus_icns_tab_3 .sfsiplus_row_13_2, .sfsiplus_icns_tab_3 .sfsiplus_row_13_3, .sfsiplus_icns_tab_3 .sfsiplus_row_13_4, .sfsiplus_icns_tab_3 .sfsiplus_row_13_5, .sfsiplus_icns_tab_3 .sfsiplus_row_13_6, .sfsiplus_icns_tab_3 .sfsiplus_row_13_7, .sfsiplus_icns_tab_3 .sfsiplus_row_13_8, .sfsiplus_icns_tab_3 .sfsiplus_row_13_9, .sfsiplus_icns_tab_3 .sfsiplus_row_14_1, .sfsiplus_icns_tab_3 .sfsiplus_row_14_10, .sfsiplus_icns_tab_3 .sfsiplus_row_14_11, .sfsiplus_icns_tab_3 .sfsiplus_row_14_2, .sfsiplus_icns_tab_3 .sfsiplus_row_14_3, .sfsiplus_icns_tab_3 .sfsiplus_row_14_4, .sfsiplus_icns_tab_3 .sfsiplus_row_14_5, .sfsiplus_icns_tab_3 .sfsiplus_row_14_6, .sfsiplus_icns_tab_3 .sfsiplus_row_14_7, .sfsiplus_icns_tab_3 .sfsiplus_row_14_8, .sfsiplus_icns_tab_3 .sfsiplus_row_14_9, .sfsiplus_icns_tab_3 .sfsiplus_row_15_1, .sfsiplus_icns_tab_3 .sfsiplus_row_15_10, .sfsiplus_icns_tab_3 .sfsiplus_row_15_11, .sfsiplus_icns_tab_3 .sfsiplus_row_15_2, .sfsiplus_icns_tab_3 .sfsiplus_row_15_3, .sfsiplus_icns_tab_3 .sfsiplus_row_15_4, .sfsiplus_icns_tab_3 .sfsiplus_row_15_5, .sfsiplus_icns_tab_3 .sfsiplus_row_15_6, .sfsiplus_icns_tab_3 .sfsiplus_row_15_7, .sfsiplus_icns_tab_3 .sfsiplus_row_15_8, .sfsiplus_icns_tab_3 .sfsiplus_row_15_9, .sfsiplus_icns_tab_3 .sfsiplus_row_16_1, .sfsiplus_icns_tab_3 .sfsiplus_row_16_10, .sfsiplus_icns_tab_3 .sfsiplus_row_16_11, .sfsiplus_icns_tab_3 .sfsiplus_row_16_2, .sfsiplus_icns_tab_3 .sfsiplus_row_16_3, .sfsiplus_icns_tab_3 .sfsiplus_row_16_4, .sfsiplus_icns_tab_3 .sfsiplus_row_16_5, .sfsiplus_icns_tab_3 .sfsiplus_row_16_6, .sfsiplus_icns_tab_3 .sfsiplus_row_16_7, .sfsiplus_icns_tab_3 .sfsiplus_row_16_8, .sfsiplus_icns_tab_3 .sfsiplus_row_16_9, .sfsiplus_icns_tab_3 .sfsiplus_row_1_1, .sfsiplus_icns_tab_3 .sfsiplus_row_1_10, .sfsiplus_icns_tab_3 .sfsiplus_row_1_11, .sfsiplus_icns_tab_3 .sfsiplus_row_1_2, .sfsiplus_icns_tab_3 .sfsiplus_row_1_3, .sfsiplus_icns_tab_3 .sfsiplus_row_1_4, .sfsiplus_icns_tab_3 .sfsiplus_row_1_5, .sfsiplus_icns_tab_3 .sfsiplus_row_1_6, .sfsiplus_icns_tab_3 .sfsiplus_row_1_7, .sfsiplus_icns_tab_3 .sfsiplus_row_1_8, .sfsiplus_icns_tab_3 .sfsiplus_row_1_9, .sfsiplus_icns_tab_3 .sfsiplus_row_2_1, .sfsiplus_icns_tab_3 .sfsiplus_row_2_10, .sfsiplus_icns_tab_3 .sfsiplus_row_2_11, .sfsiplus_icns_tab_3 .sfsiplus_row_2_2, .sfsiplus_icns_tab_3 .sfsiplus_row_2_3, .sfsiplus_icns_tab_3 .sfsiplus_row_2_4, .sfsiplus_icns_tab_3 .sfsiplus_row_2_5, .sfsiplus_icns_tab_3 .sfsiplus_row_2_6, .sfsiplus_icns_tab_3 .sfsiplus_row_2_7, .sfsiplus_icns_tab_3 .sfsiplus_row_2_8, .sfsiplus_icns_tab_3 .sfsiplus_row_2_9, .sfsiplus_icns_tab_3 .sfsiplus_row_3_1, .sfsiplus_icns_tab_3 .sfsiplus_row_3_10, .sfsiplus_icns_tab_3 .sfsiplus_row_3_11, .sfsiplus_icns_tab_3 .sfsiplus_row_3_2, .sfsiplus_icns_tab_3 .sfsiplus_row_3_3, .sfsiplus_icns_tab_3 .sfsiplus_row_3_4, .sfsiplus_icns_tab_3 .sfsiplus_row_3_5, .sfsiplus_icns_tab_3 .sfsiplus_row_3_6, .sfsiplus_icns_tab_3 .sfsiplus_row_3_7, .sfsiplus_icns_tab_3 .sfsiplus_row_3_8, .sfsiplus_icns_tab_3 .sfsiplus_row_3_9, .sfsiplus_icns_tab_3 .sfsiplus_row_4_1, .sfsiplus_icns_tab_3 .sfsiplus_row_4_10, .sfsiplus_icns_tab_3 .sfsiplus_row_4_11, .sfsiplus_icns_tab_3 .sfsiplus_row_4_2, .sfsiplus_icns_tab_3 .sfsiplus_row_4_3, .sfsiplus_icns_tab_3 .sfsiplus_row_4_4, .sfsiplus_icns_tab_3 .sfsiplus_row_4_5, .sfsiplus_icns_tab_3 .sfsiplus_row_4_6, .sfsiplus_icns_tab_3 .sfsiplus_row_4_7, .sfsiplus_icns_tab_3 .sfsiplus_row_4_8, .sfsiplus_icns_tab_3 .sfsiplus_row_4_9, .sfsiplus_icns_tab_3 .sfsiplus_row_5_1, .sfsiplus_icns_tab_3 .sfsiplus_row_5_10, .sfsiplus_icns_tab_3 .sfsiplus_row_5_11, .sfsiplus_icns_tab_3 .sfsiplus_row_5_2, .sfsiplus_icns_tab_3 .sfsiplus_row_5_3, .sfsiplus_icns_tab_3 .sfsiplus_row_5_4, .sfsiplus_icns_tab_3 .sfsiplus_row_5_5, .sfsiplus_icns_tab_3 .sfsiplus_row_5_6, .sfsiplus_icns_tab_3 .sfsiplus_row_5_7, .sfsiplus_icns_tab_3 .sfsiplus_row_5_8, .sfsiplus_icns_tab_3 .sfsiplus_row_5_9, .sfsiplus_icns_tab_3 .sfsiplus_row_6_1, .sfsiplus_icns_tab_3 .sfsiplus_row_6_10, .sfsiplus_icns_tab_3 .sfsiplus_row_6_11, .sfsiplus_icns_tab_3 .sfsiplus_row_6_2, .sfsiplus_icns_tab_3 .sfsiplus_row_6_3, .sfsiplus_icns_tab_3 .sfsiplus_row_6_4, .sfsiplus_icns_tab_3 .sfsiplus_row_6_5, .sfsiplus_icns_tab_3 .sfsiplus_row_6_6, .sfsiplus_icns_tab_3 .sfsiplus_row_6_7, .sfsiplus_icns_tab_3 .sfsiplus_row_6_8, .sfsiplus_icns_tab_3 .sfsiplus_row_6_9, .sfsiplus_icns_tab_3 .sfsiplus_row_7_1, .sfsiplus_icns_tab_3 .sfsiplus_row_7_10, .sfsiplus_icns_tab_3 .sfsiplus_row_7_11, .sfsiplus_icns_tab_3 .sfsiplus_row_7_2, .sfsiplus_icns_tab_3 .sfsiplus_row_7_3, .sfsiplus_icns_tab_3 .sfsiplus_row_7_4, .sfsiplus_icns_tab_3 .sfsiplus_row_7_5, .sfsiplus_icns_tab_3 .sfsiplus_row_7_6, .sfsiplus_icns_tab_3 .sfsiplus_row_7_7, .sfsiplus_icns_tab_3 .sfsiplus_row_7_8, .sfsiplus_icns_tab_3 .sfsiplus_row_7_9, .sfsiplus_icns_tab_3 .sfsiplus_row_8_1, .sfsiplus_icns_tab_3 .sfsiplus_row_8_10, .sfsiplus_icns_tab_3 .sfsiplus_row_8_11, .sfsiplus_icns_tab_3 .sfsiplus_row_8_2, .sfsiplus_icns_tab_3 .sfsiplus_row_8_3, .sfsiplus_icns_tab_3 .sfsiplus_row_8_4, .sfsiplus_icns_tab_3 .sfsiplus_row_8_5, .sfsiplus_icns_tab_3 .sfsiplus_row_8_6, .sfsiplus_icns_tab_3 .sfsiplus_row_8_7, .sfsiplus_icns_tab_3 .sfsiplus_row_8_8, .sfsiplus_icns_tab_3 .sfsiplus_row_8_9, .sfsiplus_icns_tab_3 .sfsiplus_row_9_1, .sfsiplus_icns_tab_3 .sfsiplus_row_9_10, .sfsiplus_icns_tab_3 .sfsiplus_row_9_11, .sfsiplus_icns_tab_3 .sfsiplus_row_9_2, .sfsiplus_icns_tab_3 .sfsiplus_row_9_3, .sfsiplus_icns_tab_3 .sfsiplus_row_9_4, .sfsiplus_icns_tab_3 .sfsiplus_row_9_5, .sfsiplus_icns_tab_3 .sfsiplus_row_9_6, .sfsiplus_icns_tab_3 .sfsiplus_row_9_7, .sfsiplus_icns_tab_3 .sfsiplus_row_9_8, .sfsiplus_icns_tab_3 .sfsiplus_row_9_9, .sfsiplus_icns_tab_3 .sfsiplus_row_17_1, .sfsiplus_icns_tab_3 .sfsiplus_row_17_2, .sfsiplus_icns_tab_3 .sfsiplus_row_17_3, .sfsiplus_icns_tab_3 .sfsiplus_row_17_4, .sfsiplus_icns_tab_3 .sfsiplus_row_17_5, .sfsiplus_icns_tab_3 .sfsiplus_row_17_6, .sfsiplus_icns_tab_3 .sfsiplus_row_17_7, .sfsiplus_icns_tab_3 .sfsiplus_row_17_8, .sfsiplus_icns_tab_3 .sfsiplus_row_17_9, .sfsiplus_icns_tab_3 .sfsiplus_row_17_10, .sfsiplus_icns_tab_3 .sfsiplus_row_17_11 {
|
205 |
+
background: url(../images/tab_3_icns.png) no-repeat;
|
206 |
+
width: 53px;
|
207 |
+
height: 52px;
|
208 |
+
float: left;
|
209 |
+
margin: 0 4px 0 0;
|
210 |
+
}
|
211 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_1 {
|
212 |
+
background-position: -1px 0;
|
213 |
+
}
|
214 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_2 {
|
215 |
+
background-position: -60px 0;
|
216 |
+
}
|
217 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_3 {
|
218 |
+
background-position: -118px 0;
|
219 |
+
}
|
220 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_4 {
|
221 |
+
background-position: -176px 0;
|
222 |
+
}
|
223 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_5 {
|
224 |
+
background-position: -235px 0;
|
225 |
+
}
|
226 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_6 {
|
227 |
+
background-position: -293px 0;
|
228 |
+
}
|
229 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_7 {
|
230 |
+
background-position: -350px 0;
|
231 |
+
}
|
232 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_8 {
|
233 |
+
background-position: -409px 0;
|
234 |
+
}
|
235 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_9 {
|
236 |
+
background-position: -467px 0;
|
237 |
+
}
|
238 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_10 {
|
239 |
+
background-position: -526px 0;
|
240 |
+
}
|
241 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_1_11 {
|
242 |
+
background-position: -711px 0;
|
243 |
+
}
|
244 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_1 {
|
245 |
+
background-position: 0 -74px;
|
246 |
+
}
|
247 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_2 {
|
248 |
+
background-position: -60px -74px;
|
249 |
+
}
|
250 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_3 {
|
251 |
+
background-position: -118px -74px;
|
252 |
+
}
|
253 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_4 {
|
254 |
+
background-position: -176px -74px;
|
255 |
+
}
|
256 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_5 {
|
257 |
+
background-position: -235px -74px;
|
258 |
+
}
|
259 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_6 {
|
260 |
+
background-position: -293px -74px;
|
261 |
+
}
|
262 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_7 {
|
263 |
+
background-position: -350px -74px;
|
264 |
+
}
|
265 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_8 {
|
266 |
+
background-position: -409px -74px;
|
267 |
+
}
|
268 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_9 {
|
269 |
+
background-position: -467px -74px;
|
270 |
+
}
|
271 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_10 {
|
272 |
+
background-position: -526px -74px;
|
273 |
+
}
|
274 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_2_11 {
|
275 |
+
background-position: -711px -74px;
|
276 |
+
}
|
277 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_1 {
|
278 |
+
background-position: 0 -146px;
|
279 |
+
}
|
280 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_2 {
|
281 |
+
background-position: -60px -146px;
|
282 |
+
}
|
283 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_3 {
|
284 |
+
background-position: -118px -146px;
|
285 |
+
}
|
286 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_4 {
|
287 |
+
background-position: -176px -146px;
|
288 |
+
}
|
289 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_5 {
|
290 |
+
background-position: -235px -146px;
|
291 |
+
}
|
292 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_6 {
|
293 |
+
background-position: -293px -146px;
|
294 |
+
}
|
295 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_7 {
|
296 |
+
background-position: -350px -146px;
|
297 |
+
}
|
298 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_8 {
|
299 |
+
background-position: -409px -146px;
|
300 |
+
}
|
301 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_9 {
|
302 |
+
background-position: -467px -146px;
|
303 |
+
}
|
304 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_10 {
|
305 |
+
background-position: -526px -146px;
|
306 |
+
}
|
307 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_3_11 {
|
308 |
+
background-position: -711px -147px;
|
309 |
+
}
|
310 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_1 {
|
311 |
+
background-position: 0 -222px;
|
312 |
+
}
|
313 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_2 {
|
314 |
+
background-position: -60px -222px;
|
315 |
+
}
|
316 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_3 {
|
317 |
+
background-position: -118px -222px;
|
318 |
+
}
|
319 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_4 {
|
320 |
+
background-position: -176px -222px;
|
321 |
+
}
|
322 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_5 {
|
323 |
+
background-position: -235px -222px;
|
324 |
+
}
|
325 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_6 {
|
326 |
+
background-position: -293px -222px;
|
327 |
+
}
|
328 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_7 {
|
329 |
+
background-position: -350px -222px;
|
330 |
+
}
|
331 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_8 {
|
332 |
+
background-position: -409px -222px;
|
333 |
+
}
|
334 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_9 {
|
335 |
+
background-position: -467px -222px;
|
336 |
+
}
|
337 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_10 {
|
338 |
+
background-position: -526px -222px;
|
339 |
+
}
|
340 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_4_11 {
|
341 |
+
background-position: -711px -222px;
|
342 |
+
}
|
343 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_1 {
|
344 |
+
background-position: 0 -296px;
|
345 |
+
}
|
346 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_2 {
|
347 |
+
background-position: -60px -296px;
|
348 |
+
}
|
349 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_3 {
|
350 |
+
background-position: -118px -296px;
|
351 |
+
}
|
352 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_4 {
|
353 |
+
background-position: -176px -296px;
|
354 |
+
}
|
355 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_5 {
|
356 |
+
background-position: -235px -296px;
|
357 |
+
}
|
358 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_6 {
|
359 |
+
background-position: -293px -296px;
|
360 |
+
}
|
361 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_7 {
|
362 |
+
background-position: -350px -296px;
|
363 |
+
}
|
364 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_8 {
|
365 |
+
background-position: -409px -296px;
|
366 |
+
}
|
367 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_9 {
|
368 |
+
background-position: -467px -296px;
|
369 |
+
}
|
370 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_10 {
|
371 |
+
background-position: -526px -296px;
|
372 |
+
}
|
373 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_5_11 {
|
374 |
+
background-position: -711px -296px;
|
375 |
+
}
|
376 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_1 {
|
377 |
+
background-position: 0 -370px;
|
378 |
+
}
|
379 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_2 {
|
380 |
+
background-position: -60px -370px;
|
381 |
+
}
|
382 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_3 {
|
383 |
+
background-position: -118px -370px;
|
384 |
+
}
|
385 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_4 {
|
386 |
+
background-position: -176px -370px;
|
387 |
+
}
|
388 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_5 {
|
389 |
+
background-position: -235px -370px;
|
390 |
+
}
|
391 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_6 {
|
392 |
+
background-position: -293px -370px;
|
393 |
+
}
|
394 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_7 {
|
395 |
+
background-position: -350px -370px;
|
396 |
+
}
|
397 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_8 {
|
398 |
+
background-position: -409px -370px;
|
399 |
+
}
|
400 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_9 {
|
401 |
+
background-position: -468px -370px;
|
402 |
+
}
|
403 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_10 {
|
404 |
+
background-position: -526px -370px;
|
405 |
+
}
|
406 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_6_11 {
|
407 |
+
background-position: -711px -370px;
|
408 |
+
}
|
409 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_1 {
|
410 |
+
background-position: 0 -444px;
|
411 |
+
}
|
412 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_2 {
|
413 |
+
background-position: -60px -444px;
|
414 |
+
}
|
415 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_3 {
|
416 |
+
background-position: -118px -444px;
|
417 |
+
}
|
418 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_4 {
|
419 |
+
background-position: -176px -444px;
|
420 |
+
}
|
421 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_5 {
|
422 |
+
background-position: -235px -444px;
|
423 |
+
}
|
424 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_6 {
|
425 |
+
background-position: -293px -444px;
|
426 |
+
}
|
427 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_7 {
|
428 |
+
background-position: -350px -444px;
|
429 |
+
}
|
430 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_8 {
|
431 |
+
background-position: -409px -444px;
|
432 |
+
}
|
433 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_9 {
|
434 |
+
background-position: -466px -444px;
|
435 |
+
}
|
436 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_10 {
|
437 |
+
background-position: -526px -444px;
|
438 |
+
}
|
439 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_7_11 {
|
440 |
+
background-position: -711px -444px;
|
441 |
+
}
|
442 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_1 {
|
443 |
+
background-position: 0 -518px;
|
444 |
+
}
|
445 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_2 {
|
446 |
+
background-position: -60px -518px;
|
447 |
+
}
|
448 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_3 {
|
449 |
+
background-position: -118px -518px;
|
450 |
+
}
|
451 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_4 {
|
452 |
+
background-position: -176px -518px;
|
453 |
+
}
|
454 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_5 {
|
455 |
+
background-position: -235px -518px;
|
456 |
+
}
|
457 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_6 {
|
458 |
+
background-position: -293px -518px;
|
459 |
+
}
|
460 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_7 {
|
461 |
+
background-position: -350px -518px;
|
462 |
+
}
|
463 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_8 {
|
464 |
+
background-position: -409px -518px;
|
465 |
+
}
|
466 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_9 {
|
467 |
+
background-position: -467px -518px;
|
468 |
+
}
|
469 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_10 {
|
470 |
+
background-position: -526px -518px;
|
471 |
+
}
|
472 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_8_11 {
|
473 |
+
background-position: -711px -518px;
|
474 |
+
}
|
475 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_1 {
|
476 |
+
background-position: 0 -592px;
|
477 |
+
}
|
478 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_2 {
|
479 |
+
background-position: -60px -592px;
|
480 |
+
}
|
481 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_3 {
|
482 |
+
background-position: -118px -592px;
|
483 |
+
}
|
484 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_4 {
|
485 |
+
background-position: -176px -592px;
|
486 |
+
}
|
487 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_5 {
|
488 |
+
background-position: -235px -592px;
|
489 |
+
}
|
490 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_6 {
|
491 |
+
background-position: -293px -592px;
|
492 |
+
}
|
493 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_7 {
|
494 |
+
background-position: -350px -592px;
|
495 |
+
}
|
496 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_8 {
|
497 |
+
background-position: -409px -592px;
|
498 |
+
}
|
499 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_9 {
|
500 |
+
background-position: -467px -592px;
|
501 |
+
}
|
502 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_10 {
|
503 |
+
background-position: -526px -592px;
|
504 |
+
}
|
505 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_9_11 {
|
506 |
+
background-position: -711px -592px;
|
507 |
+
}
|
508 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_1 {
|
509 |
+
background-position: 0 -666px;
|
510 |
+
}
|
511 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_2 {
|
512 |
+
background-position: -60px -666px;
|
513 |
+
}
|
514 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_3 {
|
515 |
+
background-position: -118px -666px;
|
516 |
+
}
|
517 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_4 {
|
518 |
+
background-position: -176px -666px;
|
519 |
+
}
|
520 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_5 {
|
521 |
+
background-position: -235px -666px;
|
522 |
+
}
|
523 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_6 {
|
524 |
+
background-position: -293px -666px;
|
525 |
+
}
|
526 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_7 {
|
527 |
+
background-position: -350px -666px;
|
528 |
+
}
|
529 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_8 {
|
530 |
+
background-position: -409px -666px;
|
531 |
+
}
|
532 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_9 {
|
533 |
+
background-position: -467px -666px;
|
534 |
+
}
|
535 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_10 {
|
536 |
+
background-position: -526px -666px;
|
537 |
+
}
|
538 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_10_11 {
|
539 |
+
background-position: -711px -666px;
|
540 |
+
}
|
541 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_1 {
|
542 |
+
background-position: 0 -740px;
|
543 |
+
}
|
544 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_2 {
|
545 |
+
background-position: -60px -740px;
|
546 |
+
}
|
547 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_3 {
|
548 |
+
background-position: -118px -740px;
|
549 |
+
}
|
550 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_4 {
|
551 |
+
background-position: -176px -740px;
|
552 |
+
}
|
553 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_5 {
|
554 |
+
background-position: -235px -740px;
|
555 |
+
}
|
556 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_6 {
|
557 |
+
background-position: -293px -740px;
|
558 |
+
}
|
559 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_7 {
|
560 |
+
background-position: -350px -740px;
|
561 |
+
}
|
562 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_8 {
|
563 |
+
background-position: -409px -740px;
|
564 |
+
}
|
565 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_9 {
|
566 |
+
background-position: -467px -740px;
|
567 |
+
}
|
568 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_10 {
|
569 |
+
background-position: -526px -740px;
|
570 |
+
}
|
571 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_11_11 {
|
572 |
+
background-position: -711px -740px;
|
573 |
+
}
|
574 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_1 {
|
575 |
+
background-position: 0 -814px;
|
576 |
+
}
|
577 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_2 {
|
578 |
+
background-position: -60px -814px;
|
579 |
+
}
|
580 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_3 {
|
581 |
+
background-position: -118px -814px;
|
582 |
+
}
|
583 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_4 {
|
584 |
+
background-position: -176px -814px;
|
585 |
+
}
|
586 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_5 {
|
587 |
+
background-position: -235px -814px;
|
588 |
+
}
|
589 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_6 {
|
590 |
+
background-position: -293px -814px;
|
591 |
+
}
|
592 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_7 {
|
593 |
+
background-position: -350px -814px;
|
594 |
+
}
|
595 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_8 {
|
596 |
+
background-position: -409px -814px;
|
597 |
+
}
|
598 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_9 {
|
599 |
+
background-position: -467px -814px;
|
600 |
+
}
|
601 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_10 {
|
602 |
+
background-position: -526px -814px;
|
603 |
+
}
|
604 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_12_11 {
|
605 |
+
background-position: -711px -814px;
|
606 |
+
}
|
607 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_1 {
|
608 |
+
background-position: 0 -888px;
|
609 |
+
}
|
610 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_2 {
|
611 |
+
background-position: -60px -888px;
|
612 |
+
}
|
613 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_3 {
|
614 |
+
background-position: -118px -888px;
|
615 |
+
}
|
616 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_4 {
|
617 |
+
background-position: -176px -888px;
|
618 |
+
}
|
619 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_5 {
|
620 |
+
background-position: -235px -888px;
|
621 |
+
}
|
622 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_6 {
|
623 |
+
background-position: -293px -888px;
|
624 |
+
}
|
625 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_7 {
|
626 |
+
background-position: -350px -888px;
|
627 |
+
}
|
628 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_8 {
|
629 |
+
background-position: -409px -888px;
|
630 |
+
}
|
631 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_9 {
|
632 |
+
background-position: -467px -888px;
|
633 |
+
}
|
634 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_10 {
|
635 |
+
background-position: -526px -888px;
|
636 |
+
}
|
637 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_13_11 {
|
638 |
+
background-position: -711px -888px;
|
639 |
+
}
|
640 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_1 {
|
641 |
+
background-position: 0 -962px;
|
642 |
+
}
|
643 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_2 {
|
644 |
+
background-position: -60px -962px;
|
645 |
+
}
|
646 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_3 {
|
647 |
+
background-position: -118px -962px;
|
648 |
+
}
|
649 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_4 {
|
650 |
+
background-position: -176px -962px;
|
651 |
+
}
|
652 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_5 {
|
653 |
+
background-position: -235px -962px;
|
654 |
+
}
|
655 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_6 {
|
656 |
+
background-position: -293px -962px;
|
657 |
+
}
|
658 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_7 {
|
659 |
+
background-position: -350px -962px;
|
660 |
+
}
|
661 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_8 {
|
662 |
+
background-position: -409px -962px;
|
663 |
+
}
|
664 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_9 {
|
665 |
+
background-position: -467px -962px;
|
666 |
+
}
|
667 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_10 {
|
668 |
+
background-position: -526px -962px;
|
669 |
+
}
|
670 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_14_11 {
|
671 |
+
background-position: -711px -962px;
|
672 |
+
}
|
673 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_1 {
|
674 |
+
background-position: 0 -1036px;
|
675 |
+
}
|
676 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_2 {
|
677 |
+
background-position: -60px -1036px;
|
678 |
+
}
|
679 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_3 {
|
680 |
+
background-position: -118px -1036px;
|
681 |
+
}
|
682 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_4 {
|
683 |
+
background-position: -176px -1036px;
|
684 |
+
}
|
685 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_5 {
|
686 |
+
background-position: -235px -1036px;
|
687 |
+
}
|
688 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_6 {
|
689 |
+
background-position: -293px -1036px;
|
690 |
+
}
|
691 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_7 {
|
692 |
+
background-position: -350px -1036px;
|
693 |
+
}
|
694 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_8 {
|
695 |
+
background-position: -409px -1036px;
|
696 |
+
}
|
697 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_9 {
|
698 |
+
background-position: -467px -1036px;
|
699 |
+
}
|
700 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_10 {
|
701 |
+
background-position: -526px -1036px;
|
702 |
+
}
|
703 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_15_11 {
|
704 |
+
background-position: -711px -1036px;
|
705 |
+
}
|
706 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_1 {
|
707 |
+
background-position: 0 -1109px;
|
708 |
+
}
|
709 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_2 {
|
710 |
+
background-position: -60px -1109px;
|
711 |
+
}
|
712 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_3 {
|
713 |
+
background-position: -118px -1109px;
|
714 |
+
}
|
715 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_4 {
|
716 |
+
background-position: -176px -1109px;
|
717 |
+
}
|
718 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_5 {
|
719 |
+
background-position: -235px -1109px;
|
720 |
+
}
|
721 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_6 {
|
722 |
+
background-position: -293px -1109px;
|
723 |
+
}
|
724 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_7 {
|
725 |
+
background-position: -350px -1109px;
|
726 |
+
}
|
727 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_8 {
|
728 |
+
background-position: -409px -1109px;
|
729 |
+
}
|
730 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_9 {
|
731 |
+
background-position: -467px -1109px;
|
732 |
+
}
|
733 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_10 {
|
734 |
+
background-position: -526px -1109px;
|
735 |
+
}
|
736 |
+
.sfsiplus_icns_tab_3 .sfsiplus_row_16_11 {
|
737 |
+
background-position: -711px -1109px;
|
738 |
+
}
|
739 |
+
/*Admin menu*/
|
740 |
+
ul#adminmenu li.toplevel_page_sfsi-plus-options div.wp-menu-image {
|
741 |
+
display: none;
|
742 |
+
}
|
743 |
+
#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options {
|
744 |
+
padding: 0 0 0 38px;
|
745 |
+
font-family: helveticabold;
|
746 |
+
}
|
747 |
+
ul#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options {
|
748 |
+
color: #e12522;
|
749 |
+
transition: 0s;
|
750 |
+
background: url(images/left_log_icn.png) 6px 15px no-repeat #000;
|
751 |
+
background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;
|
752 |
+
color: #fafafa;
|
753 |
+
}
|
754 |
+
ul#adminmenu li.toplevel_page_sfsi-plus-options a.toplevel_page_sfsi-plus-options:hover {
|
755 |
+
background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;
|
756 |
+
color: #fafafa;
|
757 |
+
}
|
758 |
+
ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.toplevel_page_sfsi-plus-options a.current:hover {
|
759 |
+
background: url(images/left_log_icn.png) 6px 15px no-repeat #000000;
|
760 |
+
/*background: url(images/left_log_icn.png) 6px -43px no-repeat #444444;*/
|
761 |
+
color: #e12522;
|
762 |
+
}
|
763 |
+
/*tab 9 css*/
|
764 |
+
.tab9 .sfsi_plus_tab8_container
|
765 |
+
{
|
766 |
+
width: 100%; float: left;
|
767 |
+
}
|
768 |
+
.tab9 .sfsi_plus_tab8_subcontainer {
|
769 |
+
float: left;
|
770 |
+
padding: 20px 0;
|
771 |
+
width: 100%;
|
772 |
+
}
|
773 |
+
.tab9 h3.sfsi_plus_section_title {
|
774 |
+
font-weight: bold;
|
775 |
+
}
|
776 |
+
.tab9 .like_pop_box {
|
777 |
+
width: 100%;
|
778 |
+
margin: 35px auto auto;
|
779 |
+
position: relative;
|
780 |
+
text-align: center;
|
781 |
+
}
|
782 |
+
.tab9 .like_pop_box h2 {
|
783 |
+
font-family: helveticabold;
|
784 |
+
text-align: center;
|
785 |
+
color: #414951;
|
786 |
+
font-size: 26px;
|
787 |
+
}
|
788 |
+
.tab9 .sfsi_plus_subscribe_Popinner {
|
789 |
+
display: inline-block;
|
790 |
+
padding: 18px 20px;
|
791 |
+
-webkit-box-shadow: 0 0 5px #ccc;
|
792 |
+
border: 1px solid #ededed;
|
793 |
+
background: #FFF;
|
794 |
+
position: relative;
|
795 |
+
}
|
796 |
+
.tab9 .sfsi_plus_subscribe_Popinner .form-overlay {
|
797 |
+
height: 100%;
|
798 |
+
left: 0;
|
799 |
+
position: absolute;
|
800 |
+
top: 0;
|
801 |
+
width: 100%;
|
802 |
+
}
|
803 |
+
.tab9 .like_pop_box .sfsi_plus_subscribe_Popinner {
|
804 |
+
box-shadow: 0 0 5px #ccc;
|
805 |
+
}
|
806 |
+
.tab9 .like_pop_box .sfsi_plus_subscribe_Popinner h5 {
|
807 |
+
margin: 0 0 10px;
|
808 |
+
padding: 0;
|
809 |
+
color: #414951;
|
810 |
+
font-size: 22px;
|
811 |
+
text-align: center;
|
812 |
+
}
|
813 |
+
.tab9 .sfsi_plus_subscribe_Popinner h5 {
|
814 |
+
margin: 0 0 10px;
|
815 |
+
padding: 0;
|
816 |
+
color: #414951;
|
817 |
+
font-size: 18px;
|
818 |
+
text-align: center;
|
819 |
+
}
|
820 |
+
.tab9 .sfsi_plus_subscription_form_field {
|
821 |
+
float: left;
|
822 |
+
margin: 5px 0;
|
823 |
+
width: 100%;
|
824 |
+
}
|
825 |
+
.tab9 .sfsi_plus_subscription_form_field input {
|
826 |
+
padding: 10px 0px;
|
827 |
+
text-align: center;
|
828 |
+
width: 100%;
|
829 |
+
}
|
830 |
+
.tab9 .sfsi_plus_tab8_subcontainer label.sfsi_plus_label_text {
|
831 |
+
float: left;
|
832 |
+
margin: 10px 0;
|
833 |
+
width: 100%;
|
834 |
+
}
|
835 |
+
.tab9 ul.sfsi_plus_form_info {
|
836 |
+
list-style: none !important;
|
837 |
+
margin-left: 32px;
|
838 |
+
}
|
839 |
+
.tab9 ul.sfsi_plus_form_info li {
|
840 |
+
margin: 3px 0;
|
841 |
+
}
|
842 |
+
.tab9 .sfsi_plus_subscription_html {
|
843 |
+
background-color: #e5e5e5;
|
844 |
+
float: left;
|
845 |
+
margin: 12px 0 0 30px;
|
846 |
+
width: 90%;
|
847 |
+
}
|
848 |
+
.tab9 .sfsi_plus_seprater
|
849 |
+
{
|
850 |
+
border-bottom: 1px solid #ccc;
|
851 |
+
}
|
852 |
+
.tab9 .sfsi_plus_tab8_subcontainer h5.sfsi_plus_section_subtitle {
|
853 |
+
float: left;
|
854 |
+
font-size: 18px;
|
855 |
+
margin: 5px 0;
|
856 |
+
width: 100%;
|
857 |
+
}
|
858 |
+
.tab9 .sfsi_plus_left_container {
|
859 |
+
margin-top: 30px;
|
860 |
+
text-align: center;
|
861 |
+
width: 24%;
|
862 |
+
display: inline-block;
|
863 |
+
}
|
864 |
+
.tab9 .sfsi_plus_right_container {
|
865 |
+
display: inline-block;
|
866 |
+
margin-top: 30px;
|
867 |
+
padding: 0 20px;
|
868 |
+
vertical-align: top;
|
869 |
+
width: 72%;
|
870 |
+
}
|
871 |
+
.tab9 .row_tab {
|
872 |
+
display: inline-block;
|
873 |
+
margin-bottom: 30px;
|
874 |
+
width: 100%;
|
875 |
+
}
|
876 |
+
.tab9 .row_tab label {
|
877 |
+
color: #5a6570;
|
878 |
+
font-size: 16px;
|
879 |
+
}
|
880 |
+
.tab9 .row_tab div.sfsi_plus_field{
|
881 |
+
display: inline-block;
|
882 |
+
vertical-align: middle;
|
883 |
+
width: auto;
|
884 |
+
margin-right: 25px;
|
885 |
+
}
|
886 |
+
.tab9 .color_box {
|
887 |
+
width: 40px;
|
888 |
+
height: 34px;
|
889 |
+
border: 3px solid #fff;
|
890 |
+
box-shadow: 1px 2px 2px #ccc;
|
891 |
+
float: right;
|
892 |
+
position: relative;
|
893 |
+
margin-left: 13px;
|
894 |
+
}
|
895 |
+
.tab9 .color_box1 {
|
896 |
+
width: 100%;
|
897 |
+
height: 34px;
|
898 |
+
background: #5a6570;
|
899 |
+
box-shadow: 1px -2px 15px -2px #d3d3d3 inset;
|
900 |
+
}
|
901 |
+
.tab9 .corner {
|
902 |
+
width: 10px;
|
903 |
+
height: 10px;
|
904 |
+
background: #fff;
|
905 |
+
position: absolute;
|
906 |
+
right: 0;
|
907 |
+
bottom: 0;
|
908 |
+
}
|
909 |
+
.tab9 .sfsi_plus_right_container label {
|
910 |
+
color: #5a6570;
|
911 |
+
font-size: 18px;
|
912 |
+
}
|
913 |
+
.tab9 label.sfsi_plus_heding {
|
914 |
+
display: inline-block;
|
915 |
+
font-weight: bold;
|
916 |
+
padding-top: 10px;
|
917 |
+
width: 303px;
|
918 |
+
}
|
919 |
+
.tab9 .border_shadow {
|
920 |
+
display: inline-block;
|
921 |
+
vertical-align: top;
|
922 |
+
}
|
923 |
+
.tab9 .border_shadow li {
|
924 |
+
display: inline-block;
|
925 |
+
vertical-align: top;
|
926 |
+
padding-right: 20px;
|
927 |
+
}
|
928 |
+
.tab9 .border_shadow li span {
|
929 |
+
vertical-align: middle;
|
930 |
+
}
|
931 |
+
.tab9 .border_shadow .radio{
|
932 |
+
margin-right:5px;
|
933 |
+
}
|
934 |
+
.tab9 .sfsi_plus_field .rec-inp {
|
935 |
+
background: #e5e5e5 none repeat scroll 0 0;
|
936 |
+
height: 44px;
|
937 |
+
text-align: center;
|
938 |
+
width: 54px;
|
939 |
+
}
|
940 |
+
.tab9 .pix {
|
941 |
+
color: #5a6570;
|
942 |
+
font-size: 18px;
|
943 |
+
padding-left: 10px;
|
944 |
+
vertical-align: middle;
|
945 |
+
}
|
946 |
+
.tab9 .sfsi_plus_heding.autowidth {
|
947 |
+
width: auto;
|
948 |
+
margin-right: 15px;
|
949 |
+
}
|
950 |
+
.tab9 .sfsi_plus_heding.fixwidth {
|
951 |
+
width: 80px;
|
952 |
+
}
|
953 |
+
.tab9 .small {
|
954 |
+
background-color: #e5e5e5;
|
955 |
+
height: 44px;
|
956 |
+
width: 200px;
|
957 |
+
}
|
958 |
+
.tab9 .small.new-inp {
|
959 |
+
background-color: #e5e5e5;
|
960 |
+
height: 44px;
|
961 |
+
width: 277px;
|
962 |
+
}
|
963 |
+
.tab9 .small.color-code {
|
964 |
+
width: 138px !important;
|
965 |
+
}
|
966 |
+
.tab9 .select-same {
|
967 |
+
border: 1px solid #d6d6d6;
|
968 |
+
height: 47px !important;
|
969 |
+
width: 171px;
|
970 |
+
appearance:none;
|
971 |
+
-moz-appearance:none;
|
972 |
+
-webkit-appearance:none;
|
973 |
+
background-image: url(images/select-arrow.png);
|
974 |
+
background-repeat:no-repeat;
|
975 |
+
background-position:right 15px center;
|
976 |
+
}
|
977 |
+
.tab9 .sfsi_plus_same_width {
|
978 |
+
display: inline-block;
|
979 |
+
width: 100px !important;
|
980 |
+
}
|
981 |
+
.sfsi_plus_subscribe_Popinner .sfsi_plus_highlight {
|
982 |
+
border: 3px solid red !important;
|
983 |
+
}
|
984 |
+
.sfsi_plus_subscription_html xmp {
|
985 |
+
display: block;
|
986 |
+
padding: 0 10px;
|
987 |
+
white-space: pre-line;
|
988 |
+
word-wrap: break-word;
|
989 |
+
}
|
990 |
+
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li {
|
991 |
+
float: left;
|
992 |
+
width: 300px !important;
|
993 |
+
max-width: 300px !important;
|
994 |
+
min-width: 300px !important;
|
995 |
+
}
|
996 |
+
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec label {
|
997 |
+
font-size: 17px;
|
998 |
+
padding-right: 20px;
|
999 |
+
width: 65px !important;
|
1000 |
+
display: inline-block;
|
1001 |
+
}
|
1002 |
+
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li input {
|
1003 |
+
background-color: #dedede;
|
1004 |
+
border: medium none;
|
1005 |
+
box-shadow: none;
|
1006 |
+
padding: 14px 8px;
|
1007 |
+
width: 80px;
|
1008 |
+
}
|
1009 |
+
.sfsiplus_right_info ul.sfsi_plus_floaticon_margin_sec li ins {
|
1010 |
+
font-size: 17px;
|
1011 |
+
font-weight: 400;
|
1012 |
+
margin-left: 15px;
|
1013 |
+
text-decoration: none;
|
1014 |
+
}
|
1015 |
+
@media (max-width:1160px) {
|
1016 |
+
.sfsi_plus_subscription_html xmp {
|
1017 |
+
display: block;
|
1018 |
+
padding: 0 10px;
|
1019 |
+
white-space: pre-line;
|
1020 |
+
word-wrap: break-word;
|
1021 |
+
}
|
1022 |
+
}
|
1023 |
+
@media (max-width:1350px) {
|
1024 |
+
.tab9 .sfsi_plus_left_container {
|
1025 |
+
width: 100% !important;
|
1026 |
+
}
|
1027 |
+
.tab9 .sfsi_plus_right_container {
|
1028 |
+
width: 100%;
|
1029 |
+
}
|
1030 |
+
.tab9 .border_shadow {
|
1031 |
+
margin-top: 10px;
|
1032 |
+
}
|
1033 |
+
.tab9 .row_tab div.sfsi_plus_field {
|
1034 |
+
margin-bottom: 10px;
|
1035 |
+
}
|
1036 |
+
}
|
1037 |
+
@media (max-width:770px) {
|
1038 |
+
#sfsi_plus_form_heading_fontstyle {
|
1039 |
+
margin-left: 19px !important;
|
1040 |
+
margin-top: 10px !important;
|
1041 |
+
}
|
1042 |
+
}
|
1043 |
+
/*poonam Style*/
|
1044 |
+
.follows-btn{float:left;width:25%;}
|
1045 |
+
.preview-btn{float:left;width:10%;}
|
1046 |
+
.social-img-link{float:left;width:15%;}
|
1047 |
+
.social-img-link img{vertical-align:middle;}
|
1048 |
+
.language-field{float:left;width:24%;}
|
1049 |
+
.language-field select{width:100%;}
|
1050 |
+
.icons_size{clear:both;}
|
css/sfsi-style.css
CHANGED
@@ -1,3258 +1,3258 @@
|
|
1 |
-
@charset "utf-8";
|
2 |
-
@font-face {
|
3 |
-
font-family: helveticabold;
|
4 |
-
src: url(fonts/helvetica_bold_0-webfont.eot);
|
5 |
-
src: url(fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_bold_0-webfont.woff) format('woff'), url(fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
|
6 |
-
font-weight: 400;
|
7 |
-
font-style: normal;
|
8 |
-
}
|
9 |
-
@font-face {
|
10 |
-
font-family: helveticaregular;
|
11 |
-
src: url(fonts/helvetica_0-webfont.eot);
|
12 |
-
src: url(fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_0-webfont.woff) format('woff'), url(fonts/helvetica_0-webfont.ttf) format('truetype'), url(fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
|
13 |
-
font-weight: 400;
|
14 |
-
font-style: normal;
|
15 |
-
}
|
16 |
-
|
17 |
-
@font-face {
|
18 |
-
font-family: helveticaneue-light;
|
19 |
-
src: url(fonts/helveticaneue-light.eot);
|
20 |
-
src: url(fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
|
21 |
-
url(fonts/helveticaneue-light.woff) format('woff'),
|
22 |
-
url(fonts/helveticaneue-light.ttf) format('truetype'),
|
23 |
-
url(fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
|
24 |
-
font-weight: 400;
|
25 |
-
font-style: normal;
|
26 |
-
}
|
27 |
-
body {
|
28 |
-
margin: 0;
|
29 |
-
padding: 0;
|
30 |
-
}
|
31 |
-
.clear {
|
32 |
-
clear: both;
|
33 |
-
}
|
34 |
-
.space {
|
35 |
-
clear: both;
|
36 |
-
padding: 30px 0 0;
|
37 |
-
width: 100%;
|
38 |
-
float: left;
|
39 |
-
}
|
40 |
-
.sfsi_mainContainer {
|
41 |
-
font-family: helveticaregular;
|
42 |
-
}
|
43 |
-
.sfsi_mainContainer h1, .sfsi_mainContainer h2, .sfsi_mainContainer h3, .sfsi_mainContainer h4, .sfsi_mainContainer h5, .sfsi_mainContainer h6, .sfsi_mainContainer li, .sfsi_mainContainer p, .sfsi_mainContainer ul {
|
44 |
-
margin: 0;
|
45 |
-
padding: 0;
|
46 |
-
font-weight: 400;
|
47 |
-
}
|
48 |
-
.sfsi_mainContainer img {
|
49 |
-
border: 0;
|
50 |
-
}
|
51 |
-
.main_contant p, .ui-accordion .ui-accordion-header {
|
52 |
-
font-family: 'helveticaneue-light';
|
53 |
-
}
|
54 |
-
.sfsi_mainContainer input, .sfsi_mainContainer select {
|
55 |
-
outline: 0;
|
56 |
-
}
|
57 |
-
.wapper {
|
58 |
-
padding: 48px 106px 40px 20px;
|
59 |
-
display: block;
|
60 |
-
background: #f1f1f1;
|
61 |
-
}
|
62 |
-
.main_contant {
|
63 |
-
margin: 0;
|
64 |
-
padding: 0;
|
65 |
-
}
|
66 |
-
.main_contant h1 {
|
67 |
-
padding: 0;
|
68 |
-
color: #1a1d20;
|
69 |
-
font-family: helveticabold;
|
70 |
-
font-size: 28px;
|
71 |
-
}
|
72 |
-
.main_contant p {
|
73 |
-
padding: 0;
|
74 |
-
color: #414951;
|
75 |
-
font-size: 17px;
|
76 |
-
line-height: 26px;
|
77 |
-
}
|
78 |
-
.main_contant p span {
|
79 |
-
text-decoration: underline;
|
80 |
-
font-family: helveticabold;
|
81 |
-
}
|
82 |
-
.like_txt {
|
83 |
-
margin: 30px 0 0;
|
84 |
-
padding: 0;
|
85 |
-
color: #12a252;
|
86 |
-
font-family: helveticaregular;
|
87 |
-
font-size: 20px;
|
88 |
-
line-height: 20px;
|
89 |
-
text-align: center;
|
90 |
-
}
|
91 |
-
.like_txt a {
|
92 |
-
color: #12a252;
|
93 |
-
}
|
94 |
-
#accordion p, #accordion1 p {
|
95 |
-
color: #5a6570;
|
96 |
-
text-align: left;
|
97 |
-
font-family: 'helveticaneue-light';
|
98 |
-
font-size: 17px;
|
99 |
-
line-height: 26px;
|
100 |
-
padding-top: 19px;
|
101 |
-
}
|
102 |
-
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .cstmdisplaysharingtxt { float: left; }
|
103 |
-
#accordion p:first-child, #accordion1 p:first-child {
|
104 |
-
padding-top: 0;
|
105 |
-
}
|
106 |
-
#accordion h4, #accordion1 h4 {
|
107 |
-
margin: 0;
|
108 |
-
padding: 30px 0 0;
|
109 |
-
color: #414951;
|
110 |
-
font-size: 20px;
|
111 |
-
line-height: 22px;
|
112 |
-
font-family: helveticaregular;
|
113 |
-
}
|
114 |
-
#accordion h4:first-child, #accordion1 h4:first-child {
|
115 |
-
padding-top: 0;
|
116 |
-
}
|
117 |
-
|
118 |
-
#accordion .tab8 h4:first-child, #accordion1 h4:first-child { margin-left: 0 !important}
|
119 |
-
|
120 |
-
.tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7 {
|
121 |
-
color: #5a6570;
|
122 |
-
text-align: left;
|
123 |
-
font-family: helveticaregular;
|
124 |
-
font-size: 18px;
|
125 |
-
line-height: 26px;
|
126 |
-
}
|
127 |
-
.tab4 ul.like_icon {
|
128 |
-
margin: 0;
|
129 |
-
padding: 20px 0 0;
|
130 |
-
list-style: none;
|
131 |
-
text-align: center;
|
132 |
-
}
|
133 |
-
.tab4 ul.like_icon li {
|
134 |
-
margin: 0;
|
135 |
-
padding: 0;
|
136 |
-
list-style: none;
|
137 |
-
display: inline-block;
|
138 |
-
}
|
139 |
-
.tab4 ul.like_icon li span {
|
140 |
-
margin: 0;
|
141 |
-
width: 54px;
|
142 |
-
display: block;
|
143 |
-
background: url(../images/count_bg.png) no-repeat;
|
144 |
-
height: 24px;
|
145 |
-
overflow: hidden;
|
146 |
-
padding: 10px 2px 2px;
|
147 |
-
font-size: 17px;
|
148 |
-
text-align: center;
|
149 |
-
line-height: 24px;
|
150 |
-
color: #5a6570;
|
151 |
-
}
|
152 |
-
.tab4 ul.like_icon li a {
|
153 |
-
color: #5a6570;
|
154 |
-
text-decoration: none;
|
155 |
-
}
|
156 |
-
.tab4 ul.enough_waffling {
|
157 |
-
margin: 0;
|
158 |
-
padding: 25px 0 27px;
|
159 |
-
list-style: none;
|
160 |
-
text-align: center;
|
161 |
-
}
|
162 |
-
.tab4 ul.enough_waffling li {
|
163 |
-
margin: 0 22px;
|
164 |
-
padding: 0;
|
165 |
-
list-style: none;
|
166 |
-
display: inline-block;
|
167 |
-
}
|
168 |
-
.tab4 ul.enough_waffling li span {
|
169 |
-
float: left;
|
170 |
-
}
|
171 |
-
.tab4 ul.enough_waffling li label {
|
172 |
-
margin: 0 0 0 20px;
|
173 |
-
float: left;
|
174 |
-
font-family: helveticaregular;
|
175 |
-
font-size: 18px;
|
176 |
-
font-weight: 400;
|
177 |
-
text-align: center;
|
178 |
-
line-height: 38px;
|
179 |
-
color: #5a6570;
|
180 |
-
}
|
181 |
-
.sfsi_mainContainer .checkbox {
|
182 |
-
width: 31px;
|
183 |
-
height: 31px;
|
184 |
-
background: url(../images/check_bg.jpg) no-repeat;
|
185 |
-
display: inherit;
|
186 |
-
}
|
187 |
-
.tab8 .social_icon_like1 li span.checkbox {
|
188 |
-
width: 31px;
|
189 |
-
height: 31px;
|
190 |
-
background: url(../images/check_bg.jpg) no-repeat;
|
191 |
-
display: inherit;
|
192 |
-
}
|
193 |
-
.tab8 .social_icon_like1 li a
|
194 |
-
{
|
195 |
-
float: left;
|
196 |
-
}
|
197 |
-
.sfsi_mainContainer .radio {
|
198 |
-
width: 40px;
|
199 |
-
height: 40px;
|
200 |
-
background: url(../images/radio_bg.png) no-repeat;
|
201 |
-
display: inherit;
|
202 |
-
}
|
203 |
-
.sfsi_mainContainer .select {
|
204 |
-
width: 127px;
|
205 |
-
height: 47px;
|
206 |
-
font-size: 17px;
|
207 |
-
background: url(../images/select_bg.jpg) no-repeat;
|
208 |
-
display: block;
|
209 |
-
padding-left: 16px;
|
210 |
-
line-height: 49px;
|
211 |
-
}
|
212 |
-
.sfsi_mainContainer .line {
|
213 |
-
background: #eaebee;
|
214 |
-
height: 1px;
|
215 |
-
font-size: 0;
|
216 |
-
margin: 15px 0 0;
|
217 |
-
clear: both;
|
218 |
-
width: 100%;
|
219 |
-
float: left;
|
220 |
-
}
|
221 |
-
.sfsiplus_specify_counts {
|
222 |
-
display: block;
|
223 |
-
margin-top: 15px;
|
224 |
-
padding-top: 15px;
|
225 |
-
clear: both;
|
226 |
-
width: 100%;
|
227 |
-
float: left;
|
228 |
-
border-top: 1px solid #eaebee;
|
229 |
-
}
|
230 |
-
.sfsiplus_specify_counts .radio_section {
|
231 |
-
width: 30px;
|
232 |
-
float: left;
|
233 |
-
margin: 12px 10px 0 0;
|
234 |
-
}
|
235 |
-
.sfsiplus_specify_counts .social_icon_like {
|
236 |
-
width: 54px;
|
237 |
-
float: left;
|
238 |
-
margin: 0 15px 0 0;
|
239 |
-
}
|
240 |
-
.sfsiplus_specify_counts .social_icon_like ul {
|
241 |
-
margin: 0;
|
242 |
-
padding: 0 !important;
|
243 |
-
list-style: none;
|
244 |
-
text-align: center;
|
245 |
-
}
|
246 |
-
.sfsiplus_specify_counts .social_icon_like li {
|
247 |
-
margin: 0;
|
248 |
-
padding: 0;
|
249 |
-
list-style: none;
|
250 |
-
display: inline-block;
|
251 |
-
}
|
252 |
-
.sfsiplus_specify_counts .social_icon_like li span {
|
253 |
-
margin: 0;
|
254 |
-
width: 54px;
|
255 |
-
display: block;
|
256 |
-
background: url(../images/count_bg.jpg) no-repeat;
|
257 |
-
height: 24px;
|
258 |
-
overflow: hidden;
|
259 |
-
padding: 10px 2px 2px;
|
260 |
-
font-family: helveticaregular;
|
261 |
-
font-size: 16px;
|
262 |
-
text-align: center;
|
263 |
-
line-height: 24px;
|
264 |
-
color: #5a6570;
|
265 |
-
}
|
266 |
-
.sfsiplus_specify_counts .social_icon_like li a {
|
267 |
-
color: #5a6570;
|
268 |
-
text-decoration: none;
|
269 |
-
}
|
270 |
-
.sfsiplus_specify_counts .listing {
|
271 |
-
width: 88%;
|
272 |
-
margin-top: -5px;
|
273 |
-
display: inherit;
|
274 |
-
float: left;
|
275 |
-
}
|
276 |
-
.sfsiplus_specify_counts .listing ul {
|
277 |
-
margin: 0;
|
278 |
-
padding: 0;
|
279 |
-
list-style: none;
|
280 |
-
text-align: left;
|
281 |
-
}
|
282 |
-
.sfsiplus_specify_counts .listing li {
|
283 |
-
margin: 15px 0 0;
|
284 |
-
padding: 0;
|
285 |
-
list-style: none;
|
286 |
-
clear: both;
|
287 |
-
line-height: 39px;
|
288 |
-
font-size: 17px;
|
289 |
-
}
|
290 |
-
.sfsiplus_specify_counts .listing li span {
|
291 |
-
float: left;
|
292 |
-
margin-right: 20px;
|
293 |
-
}
|
294 |
-
.sfsiplus_specify_counts .listing li .input {
|
295 |
-
background: #e5e5e5;
|
296 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
297 |
-
border: 0;
|
298 |
-
padding: 10px;
|
299 |
-
margin-left: 25px;
|
300 |
-
}
|
301 |
-
.sfsiplus_specify_counts .listing li .input_facebook {
|
302 |
-
width: 288px;
|
303 |
-
background: #e5e5e5;
|
304 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
305 |
-
border: 0;
|
306 |
-
padding: 10px;
|
307 |
-
margin-left: 16px;
|
308 |
-
}
|
309 |
-
.save_button {
|
310 |
-
width: 450px;
|
311 |
-
padding-top: 30px;
|
312 |
-
clear: both;
|
313 |
-
margin: auto;
|
314 |
-
}
|
315 |
-
.save_button a {
|
316 |
-
background: #12a252;
|
317 |
-
text-align: center;
|
318 |
-
font-size: 23px;
|
319 |
-
color: #FFF!important;
|
320 |
-
display: block;
|
321 |
-
padding: 11px 0;
|
322 |
-
text-decoration: none;
|
323 |
-
}
|
324 |
-
.save_button a:hover { background:#079345 }
|
325 |
-
|
326 |
-
.tab5 ul.plus_share_icon_order {
|
327 |
-
margin: 0;
|
328 |
-
padding: 0;
|
329 |
-
list-style: none;
|
330 |
-
text-align: left;
|
331 |
-
}
|
332 |
-
.tab5 ul.plus_share_icon_order li {
|
333 |
-
margin: 22px 6px 0 0;
|
334 |
-
padding: 0;
|
335 |
-
list-style: none;
|
336 |
-
float: left;
|
337 |
-
line-height: 37px;
|
338 |
-
}
|
339 |
-
.tab5 ul.plus_share_icon_order li:last-child {
|
340 |
-
margin: 22px 0 0 3px;
|
341 |
-
}
|
342 |
-
.tab5 .row {
|
343 |
-
border-top: 1px solid #eaebee;
|
344 |
-
margin-top: 25px;
|
345 |
-
padding-top: 15px;
|
346 |
-
clear: both;
|
347 |
-
display: block;
|
348 |
-
width: 100%;
|
349 |
-
float: left;
|
350 |
-
font-family: helveticaregular;
|
351 |
-
line-height: 42px;
|
352 |
-
}
|
353 |
-
.tab5 .icons_size {
|
354 |
-
position: relative;
|
355 |
-
}
|
356 |
-
.tab5 .icons_size span {
|
357 |
-
margin-right: 18px;
|
358 |
-
display: block;
|
359 |
-
float: left;
|
360 |
-
font-size: 18px;
|
361 |
-
font-weight: 400;
|
362 |
-
line-height: 46px;
|
363 |
-
}
|
364 |
-
.tab5 .icons_size span.last {
|
365 |
-
margin-left: 55px;
|
366 |
-
}
|
367 |
-
.tab5 .icons_size input {
|
368 |
-
width: 73px;
|
369 |
-
background: #e5e5e5;
|
370 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
371 |
-
border: 0;
|
372 |
-
padding: 13px 13px 12px;
|
373 |
-
margin-right: 18px;
|
374 |
-
float: left;
|
375 |
-
display: block;
|
376 |
-
}
|
377 |
-
.tab5 .icons_size select.styled {
|
378 |
-
position: absolute;
|
379 |
-
left: 0;
|
380 |
-
width: 135px;
|
381 |
-
height: 46px;
|
382 |
-
line-height: 46px;
|
383 |
-
}
|
384 |
-
.tab5 .icons_size .field {
|
385 |
-
position: relative;
|
386 |
-
float: left;
|
387 |
-
display: block;
|
388 |
-
margin-right: 20px;
|
389 |
-
}
|
390 |
-
.tab5 .icons_size ins {
|
391 |
-
margin-right: 25px;
|
392 |
-
float: left;
|
393 |
-
font-size: 17px;
|
394 |
-
font-weight: 400;
|
395 |
-
text-decoration: none;
|
396 |
-
}
|
397 |
-
.tab5 .icons_size ins.leave_empty {
|
398 |
-
line-height: 23px;
|
399 |
-
}
|
400 |
-
.tab5 .icons_size {
|
401 |
-
padding-top: 15px;
|
402 |
-
}
|
403 |
-
.tab5 ul.enough_waffling {
|
404 |
-
margin: -5px 0 0;
|
405 |
-
padding: 0;
|
406 |
-
list-style: none;
|
407 |
-
text-align: center;
|
408 |
-
}
|
409 |
-
.tab5 .new_wind .sfsiplus_row_onl ul.enough_waffling {
|
410 |
-
margin: 20px 0 0 0;
|
411 |
-
padding: 0;
|
412 |
-
list-style: none;
|
413 |
-
height: 38px;
|
414 |
-
text-align: left;
|
415 |
-
}
|
416 |
-
.tab5 ul.enough_waffling li {
|
417 |
-
margin: 0 22px;
|
418 |
-
padding: 0;
|
419 |
-
list-style: none;
|
420 |
-
display: inline-block;
|
421 |
-
}
|
422 |
-
.tab5 ul.enough_waffling li span {
|
423 |
-
float: left;
|
424 |
-
}
|
425 |
-
.tab5 ul.enough_waffling li label {
|
426 |
-
margin: 0 0 0 20px;
|
427 |
-
float: left;
|
428 |
-
font-family: helveticaregular;
|
429 |
-
font-size: 18px;
|
430 |
-
font-weight: 400;
|
431 |
-
text-align: center;
|
432 |
-
line-height: 38px;
|
433 |
-
color: #5a6570;
|
434 |
-
}
|
435 |
-
.sticking p {
|
436 |
-
float: left;
|
437 |
-
font-size: 18px!important;
|
438 |
-
}
|
439 |
-
.sticking p.list {
|
440 |
-
width: 168px;
|
441 |
-
}
|
442 |
-
.sticking p.link {
|
443 |
-
margin: 3px 0 0 12px;
|
444 |
-
padding: 0!important;
|
445 |
-
float: left;
|
446 |
-
}
|
447 |
-
.sticking .float {
|
448 |
-
margin-left: 188px;
|
449 |
-
margin-top: 3px;
|
450 |
-
float: left;
|
451 |
-
font-size: 17px;
|
452 |
-
}
|
453 |
-
.sticking ul {
|
454 |
-
margin: 0;
|
455 |
-
padding: 30px 0 0;
|
456 |
-
list-style: none;
|
457 |
-
float: left;
|
458 |
-
}
|
459 |
-
.sticking a {
|
460 |
-
color: #a4a9ad;
|
461 |
-
text-decoration: none;
|
462 |
-
}
|
463 |
-
.sticking .field {
|
464 |
-
position: relative;
|
465 |
-
float: left;
|
466 |
-
display: block;
|
467 |
-
margin-left: 20px;
|
468 |
-
}
|
469 |
-
.sticking .field .select {
|
470 |
-
width: 206px;
|
471 |
-
height: 47px;
|
472 |
-
background: url(../images/select_bg1.jpg) no-repeat;
|
473 |
-
display: block;
|
474 |
-
padding-left: 10px;
|
475 |
-
}
|
476 |
-
.sticking .field select.styled {
|
477 |
-
position: absolute;
|
478 |
-
left: 0;
|
479 |
-
top: 0;
|
480 |
-
width: 211px;
|
481 |
-
line-height: 46px;
|
482 |
-
height: 46px;
|
483 |
-
}
|
484 |
-
.mouseover_field {
|
485 |
-
width: 455px;
|
486 |
-
float: left;
|
487 |
-
font-size: 18px;
|
488 |
-
margin-top: 10px;
|
489 |
-
}
|
490 |
-
.mouseover_field label {
|
491 |
-
width: 125px;
|
492 |
-
float: left;
|
493 |
-
}
|
494 |
-
.mouseover_field input {
|
495 |
-
width: 256px;
|
496 |
-
float: left;
|
497 |
-
background: #e5e5e5;
|
498 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
499 |
-
border: 0;
|
500 |
-
padding: 10px;
|
501 |
-
}
|
502 |
-
.tab6 .social_icon_like1 {
|
503 |
-
width: 100%;
|
504 |
-
float: left;
|
505 |
-
margin: 0;
|
506 |
-
padding: 35px 0 0;
|
507 |
-
text-align: center;
|
508 |
-
}
|
509 |
-
.tab6 .social_icon_like1 ul {
|
510 |
-
margin: 0;
|
511 |
-
padding: 0;
|
512 |
-
list-style: none;
|
513 |
-
text-align: center;
|
514 |
-
}
|
515 |
-
.tab6 .social_icon_like1 li {
|
516 |
-
margin: 0 20px;
|
517 |
-
padding: 0;
|
518 |
-
width: auto;
|
519 |
-
list-style: none;
|
520 |
-
display: inline-block;
|
521 |
-
}
|
522 |
-
.tab6 .social_icon_like1 li span, .tab8 .social_icon_like1 li span {
|
523 |
-
margin: 0;
|
524 |
-
width: 44px;
|
525 |
-
display: block;
|
526 |
-
background: url(../images/count_bg1.png) no-repeat;
|
527 |
-
height: 22px;
|
528 |
-
overflow: hidden;
|
529 |
-
padding: 2px 2px 2px 10px;
|
530 |
-
font-family: helveticaregular;
|
531 |
-
font-size: 15px;
|
532 |
-
text-align: center;
|
533 |
-
line-height: 20px;
|
534 |
-
color: #5a6570;
|
535 |
-
float: left;
|
536 |
-
}
|
537 |
-
.tab6 .social_icon_like1 li img {
|
538 |
-
float: left;
|
539 |
-
margin-right: 5px;
|
540 |
-
display: block;
|
541 |
-
}
|
542 |
-
.tab6 .social_icon_like1 li a {
|
543 |
-
color: #5a6570;
|
544 |
-
text-decoration: none;
|
545 |
-
display: block;
|
546 |
-
}
|
547 |
-
.tab6 ul.usually {
|
548 |
-
margin: 28px 0 6px 60px;
|
549 |
-
padding: 0;
|
550 |
-
list-style: none;
|
551 |
-
}
|
552 |
-
.tab6 ul.usually li {
|
553 |
-
margin: 0;
|
554 |
-
padding: 0;
|
555 |
-
width: auto;
|
556 |
-
list-style: none;
|
557 |
-
text-align: left;
|
558 |
-
font-size: 17px;
|
559 |
-
}
|
560 |
-
.tab6 ul.enough_waffling {
|
561 |
-
margin: 25px 0 0;
|
562 |
-
padding: 0;
|
563 |
-
list-style: none;
|
564 |
-
text-align: center;
|
565 |
-
}
|
566 |
-
.tab6 ul.enough_waffling li {
|
567 |
-
margin: 0 22px;
|
568 |
-
padding: 0;
|
569 |
-
list-style: none;
|
570 |
-
display: inline-block;
|
571 |
-
}
|
572 |
-
.tab6 ul.enough_waffling li span {
|
573 |
-
float: left;
|
574 |
-
}
|
575 |
-
.tab6 ul.enough_waffling li label {
|
576 |
-
margin: 0 0 0 20px;
|
577 |
-
float: left;
|
578 |
-
font-family: helveticaregular;
|
579 |
-
font-size: 18px;
|
580 |
-
font-weight: 400;
|
581 |
-
text-align: center;
|
582 |
-
line-height: 38px;
|
583 |
-
color: #5a6570;
|
584 |
-
}
|
585 |
-
.tab6 .row {
|
586 |
-
border-top: 1px solid #eaebee;
|
587 |
-
margin-top: 25px;
|
588 |
-
padding-top: 15px;
|
589 |
-
clear: both;
|
590 |
-
display: block;
|
591 |
-
width: 100%;
|
592 |
-
float: left;
|
593 |
-
font-family: helveticaregular;
|
594 |
-
line-height: 42px;
|
595 |
-
}
|
596 |
-
.tab6 .options {
|
597 |
-
margin-top: 25px;
|
598 |
-
clear: both;
|
599 |
-
width: 100%;
|
600 |
-
float: left;
|
601 |
-
}
|
602 |
-
.tab6 .options label {
|
603 |
-
width: 345px;
|
604 |
-
float: left;
|
605 |
-
font-size: 18px;
|
606 |
-
font-family: helveticaregular;
|
607 |
-
color: #5a6570;
|
608 |
-
line-height: 46px;
|
609 |
-
}
|
610 |
-
.tab6 .options label.first {
|
611 |
-
font-family: helveticaregular;
|
612 |
-
font-size: 18px;
|
613 |
-
}
|
614 |
-
.tab6 .options input {
|
615 |
-
width: 308px;
|
616 |
-
float: left;
|
617 |
-
background: #e5e5e5;
|
618 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
619 |
-
border: 0;
|
620 |
-
padding: 10px;
|
621 |
-
}
|
622 |
-
.tab6 .options .field {
|
623 |
-
width: 223px;
|
624 |
-
float: left;
|
625 |
-
position: relative;
|
626 |
-
}
|
627 |
-
.tab6 .options .field .select {
|
628 |
-
width: 207px;
|
629 |
-
background: url(../images/select_bg1.jpg) no-repeat;
|
630 |
-
display: block;
|
631 |
-
padding-left: 17px;
|
632 |
-
font-family: helveticaregular;
|
633 |
-
}
|
634 |
-
.tab6 .options .field select.styled {
|
635 |
-
position: absolute;
|
636 |
-
left: 0;
|
637 |
-
top: 0;
|
638 |
-
width: 213px;
|
639 |
-
line-height: 46px;
|
640 |
-
height: 46px;
|
641 |
-
}
|
642 |
-
.tab7 h3 {
|
643 |
-
margin: 14px 0 6px;
|
644 |
-
padding: 0;
|
645 |
-
color: #a7a9ac;
|
646 |
-
font-family: helveticaregular;
|
647 |
-
font-size: 20px;
|
648 |
-
text-align: left;
|
649 |
-
}
|
650 |
-
.tab7 .close {
|
651 |
-
position: absolute;
|
652 |
-
right: 18px;
|
653 |
-
top: 18px;
|
654 |
-
}
|
655 |
-
.tab7 .text_options {
|
656 |
-
width: 400px;
|
657 |
-
float: left;
|
658 |
-
}
|
659 |
-
.tab7 .text_options.layout {
|
660 |
-
margin-left: 35px;
|
661 |
-
}
|
662 |
-
.tab7 .sfsiplus_row_tab {
|
663 |
-
margin-top: 10px;
|
664 |
-
width: 100%;
|
665 |
-
float: left;
|
666 |
-
}
|
667 |
-
.tab7 .text_options label {
|
668 |
-
width: 121px;
|
669 |
-
float: left;
|
670 |
-
line-height: 46px;
|
671 |
-
font-size: 18px;
|
672 |
-
}
|
673 |
-
.tab7 .text_options.layout label {
|
674 |
-
line-height: 20px;
|
675 |
-
font-size: 18px;
|
676 |
-
}
|
677 |
-
.tab7 .text_options.layout label.border {
|
678 |
-
line-height: 46px;
|
679 |
-
}
|
680 |
-
.tab7 .text_options input {
|
681 |
-
width: 274px;
|
682 |
-
float: left;
|
683 |
-
background: #e5e5e5;
|
684 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
685 |
-
border: 0;
|
686 |
-
padding: 13px 10px;
|
687 |
-
font-size: 17px;
|
688 |
-
color: #5a6570;
|
689 |
-
}
|
690 |
-
.tab7 .text_options input.small {
|
691 |
-
width: 138px;
|
692 |
-
}
|
693 |
-
.tab7 .text_options .field {
|
694 |
-
width: 223px;
|
695 |
-
float: left;
|
696 |
-
position: relative;
|
697 |
-
}
|
698 |
-
.tab7 .text_options .field .select {
|
699 |
-
width: 183px;
|
700 |
-
padding-right: 21px;
|
701 |
-
height: 47px;
|
702 |
-
background: url(../images/select_bg1.jpg) no-repeat;
|
703 |
-
display: block;
|
704 |
-
padding-left: 10px;
|
705 |
-
line-height: 46px;
|
706 |
-
font-size: 17px;
|
707 |
-
color: #414951;
|
708 |
-
}
|
709 |
-
.tab7 .text_options .field select.styled {
|
710 |
-
position: absolute;
|
711 |
-
left: 0;
|
712 |
-
top: 0;
|
713 |
-
width: 213px;
|
714 |
-
line-height: 46px;
|
715 |
-
height: 46px;
|
716 |
-
}
|
717 |
-
.tab7 .color_box {
|
718 |
-
width: 40px;
|
719 |
-
height: 34px;
|
720 |
-
border: 3px solid #fff;
|
721 |
-
box-shadow: 1px 2px 2px #ccc;
|
722 |
-
float: left;
|
723 |
-
position: relative;
|
724 |
-
margin-left: 13px;
|
725 |
-
}
|
726 |
-
.tab7 .color_box1 {
|
727 |
-
width: 100%;
|
728 |
-
height: 34px;
|
729 |
-
background: #5a6570;
|
730 |
-
box-shadow: 1px -2px 15px -2px #d3d3d3 inset;
|
731 |
-
}
|
732 |
-
.tab7 .corner {
|
733 |
-
width: 10px;
|
734 |
-
height: 10px;
|
735 |
-
background: #fff;
|
736 |
-
position: absolute;
|
737 |
-
right: 0;
|
738 |
-
bottom: 0;
|
739 |
-
}
|
740 |
-
.tab7 ul.border_shadow {
|
741 |
-
margin: 0;
|
742 |
-
padding: 5px 0 0;
|
743 |
-
list-style: none;
|
744 |
-
float: left;
|
745 |
-
width: 257px;
|
746 |
-
}
|
747 |
-
.tab7 ul.border_shadow li {
|
748 |
-
margin: 0;
|
749 |
-
padding: 0 0 0 40px;
|
750 |
-
list-style: none;
|
751 |
-
float: left;
|
752 |
-
}
|
753 |
-
.tab7 ul.border_shadow li:first-child {
|
754 |
-
padding: 0;
|
755 |
-
}
|
756 |
-
.tab7 ul.border_shadow li span {
|
757 |
-
float: left;
|
758 |
-
}
|
759 |
-
.tab7 ul.border_shadow li label {
|
760 |
-
float: left;
|
761 |
-
width: auto;
|
762 |
-
font-family: helveticaregular;
|
763 |
-
font-size: 18px;
|
764 |
-
font-weight: 400;
|
765 |
-
text-align: center;
|
766 |
-
line-height: 40px!important;
|
767 |
-
color: #5a6570;
|
768 |
-
padding: 0 0 0 20px;
|
769 |
-
}
|
770 |
-
.tab7 .row {
|
771 |
-
border-top: 1px solid #eaebee;
|
772 |
-
margin-top: 25px;
|
773 |
-
padding-top: 15px;
|
774 |
-
clear: both;
|
775 |
-
display: block;
|
776 |
-
width: 100%;
|
777 |
-
float: left;
|
778 |
-
font-family: helveticaregular;
|
779 |
-
line-height: 42px;
|
780 |
-
}
|
781 |
-
.tab7 .pop_up_show {
|
782 |
-
width: 100%;
|
783 |
-
float: left;
|
784 |
-
margin-top: 20px;
|
785 |
-
}
|
786 |
-
.tab7 .pop_up_show span {
|
787 |
-
float: left;
|
788 |
-
}
|
789 |
-
.tab7 .pop_up_show label {
|
790 |
-
float: left;
|
791 |
-
width: auto;
|
792 |
-
font-size: 18px;
|
793 |
-
font-weight: 400;
|
794 |
-
text-align: center;
|
795 |
-
line-height: 38px!important;
|
796 |
-
color: #5a6570;
|
797 |
-
padding: 0 0 0 20px;
|
798 |
-
}
|
799 |
-
.tab7 .pop_up_show input.add {
|
800 |
-
width: 257px;
|
801 |
-
float: left;
|
802 |
-
background: #e5e5e5;
|
803 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
804 |
-
border: 0;
|
805 |
-
padding: 10px;
|
806 |
-
margin-left: 40px;
|
807 |
-
}
|
808 |
-
.tab7 .pop_up_show input.seconds {
|
809 |
-
width: 60px;
|
810 |
-
background: #e5e5e5;
|
811 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
812 |
-
border: 0;
|
813 |
-
padding: 10px;
|
814 |
-
margin: 0 7px;
|
815 |
-
}
|
816 |
-
.tab7 .pop_up_show a {
|
817 |
-
text-decoration: underline;
|
818 |
-
color: #a4a9ad;
|
819 |
-
font-size: 16px;
|
820 |
-
margin-left: 20px;
|
821 |
-
}
|
822 |
-
.tab7 .pop_up_show .field {
|
823 |
-
width: 135px;
|
824 |
-
float: left;
|
825 |
-
position: relative;
|
826 |
-
margin-left: 20px;
|
827 |
-
font-size: 17px;
|
828 |
-
font-family: helveticaregular;
|
829 |
-
}
|
830 |
-
.tab7 .pop_up_show .field .select {
|
831 |
-
width: 127px;
|
832 |
-
height: 48px;
|
833 |
-
background: url(../images/select_bg.jpg) no-repeat;
|
834 |
-
display: block;
|
835 |
-
padding-left: 10px;
|
836 |
-
line-height: 46px;
|
837 |
-
font-size: 16px;
|
838 |
-
color: #5a6570;
|
839 |
-
}
|
840 |
-
.tab7 .pop_up_show .field select.styled {
|
841 |
-
position: absolute;
|
842 |
-
left: 0;
|
843 |
-
top: 0;
|
844 |
-
width: 135px;
|
845 |
-
line-height: 46px;
|
846 |
-
height: 46px;
|
847 |
-
}
|
848 |
-
.pop_up_box {
|
849 |
-
width: 474px;
|
850 |
-
background: #FFF;
|
851 |
-
box-shadow: 0 0 5px 3px #d8d8d8;
|
852 |
-
margin: 200px auto;
|
853 |
-
padding: 20px 25px 60px;
|
854 |
-
font-family: helveticaregular;
|
855 |
-
color: #5a6570;
|
856 |
-
min-height: 250px;
|
857 |
-
position: relative;
|
858 |
-
}
|
859 |
-
.pop_up_box h4, .pop_up_box_ex h4 {
|
860 |
-
font-size: 20px;
|
861 |
-
color: #5a6570;
|
862 |
-
text-align: center;
|
863 |
-
margin: 0;
|
864 |
-
padding: 0;
|
865 |
-
line-height: 22px;
|
866 |
-
}
|
867 |
-
.pop_up_box p, .pop_up_box_ex p {
|
868 |
-
font-size: 17px;
|
869 |
-
line-height: 28px;
|
870 |
-
color: #5a6570;
|
871 |
-
text-align: left;
|
872 |
-
margin: 0;
|
873 |
-
padding: 25px 0 0;
|
874 |
-
font-family: helveticaregular;
|
875 |
-
}
|
876 |
-
.sfsi_popupcntnr {
|
877 |
-
float: left;
|
878 |
-
width: 100%}
|
879 |
-
.sfsi_popupcntnr>h3 {
|
880 |
-
color: #000;
|
881 |
-
float: left;
|
882 |
-
font-weight: 700;
|
883 |
-
margin-bottom: 5px;
|
884 |
-
width: 100%}
|
885 |
-
ul.flwstep {
|
886 |
-
float: left;
|
887 |
-
width: 100%}
|
888 |
-
ul.flwstep>li {
|
889 |
-
color: #000;
|
890 |
-
font-size: 16px;
|
891 |
-
margin: 5px;
|
892 |
-
}
|
893 |
-
.upldbtn {
|
894 |
-
float: left;
|
895 |
-
text-align: center;
|
896 |
-
width: 100%}
|
897 |
-
.upload_butt {
|
898 |
-
background-color: #12a252;
|
899 |
-
border: none;
|
900 |
-
color: #fff;
|
901 |
-
font-weight: 700;
|
902 |
-
margin-top: 10px;
|
903 |
-
padding: 5px 45px;
|
904 |
-
width: auto;
|
905 |
-
cursor: pointer;
|
906 |
-
}
|
907 |
-
.pop_up_box .button {
|
908 |
-
background: #12a252;
|
909 |
-
font-size: 22px;
|
910 |
-
line-height: 24px;
|
911 |
-
color: #5a6570;
|
912 |
-
text-align: center;
|
913 |
-
min-height: 80px;
|
914 |
-
margin-top: 32px;
|
915 |
-
box-shadow: none;
|
916 |
-
word-wrap: break-word;
|
917 |
-
white-space: normal;
|
918 |
-
}
|
919 |
-
.pop_up_box .button:hover {
|
920 |
-
box-shadow: none!important;
|
921 |
-
}
|
922 |
-
.pop_up_box .button a.activate {
|
923 |
-
padding: 0px 0;
|
924 |
-
}
|
925 |
-
.pop_up_box a, .pop_up_box_ex a {
|
926 |
-
color: #a4a9ad;
|
927 |
-
font-size: 20px;
|
928 |
-
text-decoration: none;
|
929 |
-
text-align: center;
|
930 |
-
display: inline-block;
|
931 |
-
margin-top: 20px;
|
932 |
-
width: 100%;
|
933 |
-
}
|
934 |
-
.pop_up_box .upload {
|
935 |
-
width: 100%;
|
936 |
-
float: left;
|
937 |
-
text-align: left;
|
938 |
-
margin-top: 15px;
|
939 |
-
height: 46px;
|
940 |
-
}
|
941 |
-
.pop_up_box .upload label {
|
942 |
-
width: 135px;
|
943 |
-
float: left;
|
944 |
-
line-height: 45px;
|
945 |
-
font-size: 18px;
|
946 |
-
font-family: helveticaregular;
|
947 |
-
text-align: left;
|
948 |
-
}
|
949 |
-
.pop_up_box .upload input[type=text] {
|
950 |
-
width: 248px;
|
951 |
-
float: left;
|
952 |
-
background: #e5e5e5;
|
953 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
954 |
-
border: 0;
|
955 |
-
padding: 0 10px;
|
956 |
-
font-size: 16px;
|
957 |
-
height: 44px;
|
958 |
-
text-align: left;
|
959 |
-
color: #5a6570;
|
960 |
-
font-family: helveticaregular;
|
961 |
-
}
|
962 |
-
.pop_up_box .upload input.upload_butt {
|
963 |
-
width: 100px;
|
964 |
-
background: #12a252;
|
965 |
-
box-shadow: 0 0 0;
|
966 |
-
border: 0;
|
967 |
-
text-align: center;
|
968 |
-
font-size: 18px;
|
969 |
-
color: #fff;
|
970 |
-
font-family: helveticaregular;
|
971 |
-
height: 45px;
|
972 |
-
right: 32px;
|
973 |
-
top: 71px;
|
974 |
-
position: absolute;
|
975 |
-
}
|
976 |
-
.pop_up_box .upload a {
|
977 |
-
color: #12a252;
|
978 |
-
font-size: 18px;
|
979 |
-
text-decoration: underline;
|
980 |
-
font-family: helveticaregular;
|
981 |
-
margin: 0 0 16px 140px;
|
982 |
-
}
|
983 |
-
.pop_up_box a:hover, .pop_up_box_ex a:hover {
|
984 |
-
color: #a4a9ad;
|
985 |
-
}
|
986 |
-
.tab1 ul.plus_icn_listing {
|
987 |
-
list-style: none;
|
988 |
-
overflow: hidden;
|
989 |
-
border-top: #e7e8eb solid 1px;
|
990 |
-
margin: 35px 0 0;
|
991 |
-
}
|
992 |
-
.tab1 ul.plus_icn_listing li {
|
993 |
-
border-bottom: #eaebed solid 1px;
|
994 |
-
padding: 11px 0 11px 8px;
|
995 |
-
float: left;
|
996 |
-
width: 100%}
|
997 |
-
ul.plus_icn_listing li .tb_4_ck {
|
998 |
-
float: left;
|
999 |
-
margin: 10px 0 0;
|
1000 |
-
}
|
1001 |
-
ul.sfsiplus_icn_listing8 li .tb_4_ck {
|
1002 |
-
float: left;
|
1003 |
-
margin: 10px 0 0;
|
1004 |
-
}
|
1005 |
-
.tab8 .cstmdsplyulwpr .radio_section.tb_4_ck
|
1006 |
-
{
|
1007 |
-
margin-right: 10px !important;
|
1008 |
-
}
|
1009 |
-
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplsub{margin-top: 3px;}
|
1010 |
-
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspllke{margin-top: 3px;}
|
1011 |
-
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplggpls{margin-top: 3px;}
|
1012 |
-
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspltwtr{margin-top: 4px;}
|
1013 |
-
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplshr{margin-top: 3px;}
|
1014 |
-
.tab2 {
|
1015 |
-
overflow: hidden;
|
1016 |
-
}
|
1017 |
-
.tab2 .rss_url_row {
|
1018 |
-
width: 100%;
|
1019 |
-
float: left;
|
1020 |
-
margin: 0 0 10px;
|
1021 |
-
}
|
1022 |
-
.tab2 .rss_url_row h4 {
|
1023 |
-
float: left;
|
1024 |
-
line-height: 43px!important;
|
1025 |
-
}
|
1026 |
-
.tab2 .inr_cont input.add, .tab2 .inr_cont textarea.add_txt, .tab2 .rss_url_row input.add {
|
1027 |
-
width: 363px;
|
1028 |
-
float: left;
|
1029 |
-
background: #e5e5e5;
|
1030 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
1031 |
-
border: 0;
|
1032 |
-
padding: 12px 10px 11px;
|
1033 |
-
margin-left: 10px;
|
1034 |
-
}
|
1035 |
-
.tab2 .rss_url_row a.rit_link {
|
1036 |
-
float: left;
|
1037 |
-
margin: 10px 0 0 16px;
|
1038 |
-
font-size: 17px;
|
1039 |
-
}
|
1040 |
-
.tab2 .row {
|
1041 |
-
float: left;
|
1042 |
-
border-top: 2px solid #f2f3f4;
|
1043 |
-
clear: both;
|
1044 |
-
padding: 0 0 15px;
|
1045 |
-
width: 100%}
|
1046 |
-
.tab2 .row .tab_2_email_sec {
|
1047 |
-
list-style: none;
|
1048 |
-
margin: 17px 0 0;
|
1049 |
-
overflow: hidden;
|
1050 |
-
}
|
1051 |
-
.row ul.tab_2_email_sec li {
|
1052 |
-
float: left;
|
1053 |
-
margin-right: 10px;
|
1054 |
-
width: 32%;
|
1055 |
-
}
|
1056 |
-
.sfsiplusicnsdvwrp
|
1057 |
-
{
|
1058 |
-
width: 110px;
|
1059 |
-
float: left;
|
1060 |
-
}
|
1061 |
-
.row ul.tab_2_email_sec:first-child {
|
1062 |
-
margin-right: 2%
|
1063 |
-
}
|
1064 |
-
.inr_cont .fb_url {
|
1065 |
-
clear: both;
|
1066 |
-
}
|
1067 |
-
.inr_cont .fb_url .checkbox, .inr_cont .fb_url input.add, .inr_cont .fb_url label, .inr_cont .fb_url lable {
|
1068 |
-
float: left;
|
1069 |
-
}
|
1070 |
-
.inr_cont .fb_url input.add {
|
1071 |
-
margin-left: 19px;
|
1072 |
-
}
|
1073 |
-
.inr_cont .fb_url .checkbox {
|
1074 |
-
margin: 6px 0 0;
|
1075 |
-
}
|
1076 |
-
.inr_cont .fb_url label {
|
1077 |
-
line-height: 41px;
|
1078 |
-
margin: 0 0 0 15px;
|
1079 |
-
font-size: 18px;
|
1080 |
-
}
|
1081 |
-
.inr_cont textarea.add_txt {
|
1082 |
-
resize: none;
|
1083 |
-
margin: 0 0 0 19px!important;
|
1084 |
-
height: 60px;
|
1085 |
-
}
|
1086 |
-
.tab2 .inr_cont textarea.add_txt {
|
1087 |
-
width: 382px!important;
|
1088 |
-
height: 90px;
|
1089 |
-
overflow: hidden;
|
1090 |
-
}
|
1091 |
-
.tab2 .inr_cont input.add {
|
1092 |
-
width: 417px;
|
1093 |
-
}
|
1094 |
-
.red_txt, .tab2 .red_txt {
|
1095 |
-
color: #ef4745!important;
|
1096 |
-
text-align: center!important;
|
1097 |
-
padding-top: 5px!important;
|
1098 |
-
}
|
1099 |
-
.green_txt {
|
1100 |
-
color: #12A252!important;
|
1101 |
-
text-align: center!important;
|
1102 |
-
padding-top: 5px!important;
|
1103 |
-
}
|
1104 |
-
.red_txt {
|
1105 |
-
color: #f80000!important;
|
1106 |
-
text-align: center!important;
|
1107 |
-
padding-top: 5px!important;
|
1108 |
-
}
|
1109 |
-
.linked_tab_2 .fb_url label {
|
1110 |
-
width: 32%}
|
1111 |
-
.twt_tab_2 label {
|
1112 |
-
width: 18%}
|
1113 |
-
.bdr_top {
|
1114 |
-
border-top: none!important;
|
1115 |
-
}
|
1116 |
-
.linked_tab_2 .fb_url input.link_dbl {
|
1117 |
-
margin-bottom: 6px;
|
1118 |
-
}
|
1119 |
-
.tab3 {
|
1120 |
-
overflow: hidden;
|
1121 |
-
}
|
1122 |
-
.tab3 .row {
|
1123 |
-
padding: 15px 0;
|
1124 |
-
clear: both;
|
1125 |
-
overflow: hidden;
|
1126 |
-
}
|
1127 |
-
.tab3 .row.sfsiplusmousetxt
|
1128 |
-
{
|
1129 |
-
border: medium none;
|
1130 |
-
}
|
1131 |
-
.tab3 ul.tab_3_list {
|
1132 |
-
overflow: hidden;
|
1133 |
-
margin: 4px 0 11px;
|
1134 |
-
}
|
1135 |
-
.tab8 .sfsiplus_toglepstpgspn {
|
1136 |
-
font-weight: bold;
|
1137 |
-
}
|
1138 |
-
ul.tab_3_list li {
|
1139 |
-
background: url(../images/tab_3_list_bg.jpg) 13px 7px no-repeat;
|
1140 |
-
padding: 0 0 0 30px;
|
1141 |
-
color: #778088;
|
1142 |
-
font-family: helveticaregular;
|
1143 |
-
font-size: 17px;
|
1144 |
-
margin-bottom: 4px;
|
1145 |
-
}
|
1146 |
-
.tab5 ul.tab_3_list li
|
1147 |
-
{
|
1148 |
-
background: url(../images/tab_3_list_bg.jpg) 13px 18px no-repeat;
|
1149 |
-
}
|
1150 |
-
.tab3 .row h3 {
|
1151 |
-
margin: 0 0 20px;
|
1152 |
-
color: #414951;
|
1153 |
-
font-family: helveticabold;
|
1154 |
-
font-size: 20px;
|
1155 |
-
}
|
1156 |
-
ul.sfsiplus_tab_3_icns {
|
1157 |
-
list-style: none;
|
1158 |
-
margin: 34px 0 0;
|
1159 |
-
overflow: hidden;
|
1160 |
-
}
|
1161 |
-
ul.sfsiplus_tab_3_icns li {
|
1162 |
-
width: 100%;
|
1163 |
-
margin: 0 0 21px;
|
1164 |
-
float: left;
|
1165 |
-
}
|
1166 |
-
ul.sfsiplus_tab_3_icns label {
|
1167 |
-
float: left;
|
1168 |
-
line-height: 42px;
|
1169 |
-
color: #69737C;
|
1170 |
-
font-size: 18px;
|
1171 |
-
font-family: helveticaregular;
|
1172 |
-
min-width: 120px;
|
1173 |
-
}
|
1174 |
-
ul.sfsiplus_tab_3_icns li .sfsiplus_icns_tab_3, ul.sfsiplus_tab_3_icns li .radio {
|
1175 |
-
float: left;
|
1176 |
-
}
|
1177 |
-
.tab3 .sub_row {
|
1178 |
-
float: left;
|
1179 |
-
margin: 35px 0 0 4%;
|
1180 |
-
width: 90%}
|
1181 |
-
.tab3 .sub_row h4 {
|
1182 |
-
color: #a4a9ad!important;
|
1183 |
-
}
|
1184 |
-
.tab3 .sub_row label {
|
1185 |
-
float: left;
|
1186 |
-
margin: 0 20px;
|
1187 |
-
line-height: 36px;
|
1188 |
-
font-size: 18px;
|
1189 |
-
}
|
1190 |
-
.tab3 .sub_row p {
|
1191 |
-
padding-top: 18px!important;
|
1192 |
-
clear: both;
|
1193 |
-
overflow: hidden;
|
1194 |
-
}
|
1195 |
-
.sub_row .sub_sub_box p {
|
1196 |
-
padding-top: 18px!important;
|
1197 |
-
}
|
1198 |
-
.tab3 .sub_row .checkbox {
|
1199 |
-
float: left;
|
1200 |
-
margin-top: 4px;
|
1201 |
-
}
|
1202 |
-
.tab3 .sub_row .sub_sub_box {
|
1203 |
-
width: 80%;
|
1204 |
-
margin: 7px 0 15px 10%;
|
1205 |
-
float: left;
|
1206 |
-
}
|
1207 |
-
.tab3 .sub_row input.smal_inpt {
|
1208 |
-
width: 73px;
|
1209 |
-
background: #e5e5e5;
|
1210 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
1211 |
-
border: 0;
|
1212 |
-
padding: 10px;
|
1213 |
-
float: left;
|
1214 |
-
}
|
1215 |
-
.tab3 .sub_row .drop_lst {
|
1216 |
-
border: 1px solid #d6d6d6;
|
1217 |
-
font-size: 16px;
|
1218 |
-
color: #5a6570;
|
1219 |
-
width: 120px;
|
1220 |
-
}
|
1221 |
-
.tab3 .first_row, .tab3 .first_row p, .tab3 .first_row p .radio, .tab3 .first_row p label {
|
1222 |
-
float: left;
|
1223 |
-
}
|
1224 |
-
.tab3 .first_row {
|
1225 |
-
width: 90%;
|
1226 |
-
float: left;
|
1227 |
-
}
|
1228 |
-
.tab3 .first_row p {
|
1229 |
-
padding: 0!important;
|
1230 |
-
}
|
1231 |
-
.tab3 .first_row p label {
|
1232 |
-
line-height: 44px;
|
1233 |
-
margin: 0 10px;
|
1234 |
-
}
|
1235 |
-
.tab3 .first_row p:last-child {
|
1236 |
-
margin-left: 27%}
|
1237 |
-
.tab3 .tab_1_sav {
|
1238 |
-
padding-top: 20px!important;
|
1239 |
-
margin: 10px auto 20px;
|
1240 |
-
}
|
1241 |
-
.suc_msg {
|
1242 |
-
background: #12A252;
|
1243 |
-
color: #FFF;
|
1244 |
-
display: none;
|
1245 |
-
font-size: 23px;
|
1246 |
-
padding: 10px;
|
1247 |
-
text-align: left;
|
1248 |
-
text-decoration: none;
|
1249 |
-
}
|
1250 |
-
.error_msg {
|
1251 |
-
background: #D22B30;
|
1252 |
-
color: #FFF;
|
1253 |
-
display: none;
|
1254 |
-
font-size: 23px;
|
1255 |
-
padding: 10px;
|
1256 |
-
text-align: left;
|
1257 |
-
text-decoration: none;
|
1258 |
-
}
|
1259 |
-
.fileUPInput {
|
1260 |
-
cursor: pointer;
|
1261 |
-
position: relative;
|
1262 |
-
top: -43px;
|
1263 |
-
right: 0;
|
1264 |
-
z-index: 99;
|
1265 |
-
height: 42px;
|
1266 |
-
font-size: 5px;
|
1267 |
-
opacity: 0;
|
1268 |
-
-moz-opacity: 0;
|
1269 |
-
filter: alpha(opacity=0);
|
1270 |
-
width: 100%}
|
1271 |
-
.inputWrapper {
|
1272 |
-
height: 20px;
|
1273 |
-
width: 50px;
|
1274 |
-
overflow: hidden;
|
1275 |
-
position: relative;
|
1276 |
-
cursor: pointer;
|
1277 |
-
}
|
1278 |
-
.sfsiplus_custom-txt {
|
1279 |
-
background: none!important;
|
1280 |
-
padding-left: 2px!important;
|
1281 |
-
}
|
1282 |
-
.plus_custom-img {
|
1283 |
-
float: left;
|
1284 |
-
margin-left: 20px;
|
1285 |
-
}
|
1286 |
-
.loader-img {
|
1287 |
-
float: left;
|
1288 |
-
margin-left: -70px;
|
1289 |
-
display: none;
|
1290 |
-
}
|
1291 |
-
.pop-overlay {
|
1292 |
-
position: fixed;
|
1293 |
-
top: 0;
|
1294 |
-
left: 0;
|
1295 |
-
width: 100%;
|
1296 |
-
height: 100%;
|
1297 |
-
backgound-color: #d3d3d3;
|
1298 |
-
z-index: 10;
|
1299 |
-
padding: 20px;
|
1300 |
-
display: none;
|
1301 |
-
}
|
1302 |
-
.fb-overlay {
|
1303 |
-
position: fixed;
|
1304 |
-
top: 0;
|
1305 |
-
left: 0;
|
1306 |
-
width: 100%;
|
1307 |
-
height: 100%;
|
1308 |
-
backgound-color: #d3d3d3;
|
1309 |
-
z-index: -1000;
|
1310 |
-
padding: 20px;
|
1311 |
-
opacity: 0;
|
1312 |
-
display: block;
|
1313 |
-
}
|
1314 |
-
.inputError {
|
1315 |
-
border: 1px solid #f80000!important;
|
1316 |
-
}
|
1317 |
-
.sfsicloseBtn {
|
1318 |
-
position: absolute;
|
1319 |
-
top: 0;
|
1320 |
-
right: 0;
|
1321 |
-
cursor: pointer;
|
1322 |
-
}
|
1323 |
-
.top_arow {
|
1324 |
-
background: url(../images/top_aro.png) no-repeat;
|
1325 |
-
position: absolute;
|
1326 |
-
top: -29px;
|
1327 |
-
left: 38%;
|
1328 |
-
width: 33px;
|
1329 |
-
height: 29px;
|
1330 |
-
backgoround-color: #fff;
|
1331 |
-
}
|
1332 |
-
.sfsi_plus_tool_tip_2 .top_arow .sfsi_plus_inside, .top_arow .sfsi_plus_inside {
|
1333 |
-
float: left;
|
1334 |
-
}
|
1335 |
-
.sfsi_plus_tool_tip_2 .tool_tip>img, .tool_tip>img {
|
1336 |
-
display: inline-block;
|
1337 |
-
margin-right: 4px;
|
1338 |
-
float: left;
|
1339 |
-
}
|
1340 |
-
.sfsiplus_norm_row {
|
1341 |
-
float: left;
|
1342 |
-
min-width: 25px;
|
1343 |
-
}
|
1344 |
-
.sfsiplus_norm_row a {
|
1345 |
-
border: none;
|
1346 |
-
display: inline-block;
|
1347 |
-
position: relative;
|
1348 |
-
}
|
1349 |
-
.sfsi_plus_widget
|
1350 |
-
{
|
1351 |
-
min-height: 55px;
|
1352 |
-
}
|
1353 |
-
.sfsi_plus_tool_tip_2 a {
|
1354 |
-
min-height: 0!important;
|
1355 |
-
}
|
1356 |
-
.sfsi_plus_widget a img {
|
1357 |
-
box-shadow: none!important;
|
1358 |
-
outline: 0;
|
1359 |
-
}
|
1360 |
-
.sfsi_plus_wicons {
|
1361 |
-
display: inline-block;
|
1362 |
-
color: #000;
|
1363 |
-
}
|
1364 |
-
.sel-active {
|
1365 |
-
background-color: #f7941d;
|
1366 |
-
}
|
1367 |
-
.sfsi_plus_outr_div .close {
|
1368 |
-
position: absolute;
|
1369 |
-
right: 18px;
|
1370 |
-
top: 18px;
|
1371 |
-
}
|
1372 |
-
.sfsi_plus_outr_div h2 {
|
1373 |
-
color: #778088;
|
1374 |
-
font-family: helveticaregular;
|
1375 |
-
font-size: 26px;
|
1376 |
-
margin: 0 0 9px;
|
1377 |
-
padding: 0;
|
1378 |
-
text-align: center;
|
1379 |
-
font-weight: 400;
|
1380 |
-
}
|
1381 |
-
.sfsi_plus_outr_div ul li a {
|
1382 |
-
color: #5A6570;
|
1383 |
-
text-decoration: none;
|
1384 |
-
}
|
1385 |
-
.sfsi_plus_outr_div ul li {
|
1386 |
-
display: inline-block;
|
1387 |
-
list-style: none;
|
1388 |
-
margin: 0;
|
1389 |
-
padding: 0;
|
1390 |
-
float: none;
|
1391 |
-
}
|
1392 |
-
.expanded-area {
|
1393 |
-
display: none;
|
1394 |
-
}
|
1395 |
-
.sfsi_plus_wicons a {
|
1396 |
-
-webkit-transition: all .2s ease-in-out;
|
1397 |
-
-moz-transition: all .2s ease-in-out;
|
1398 |
-
-o-transition: all .2s ease-in-out;
|
1399 |
-
-ms-transition: all .2s ease-in-out;
|
1400 |
-
}
|
1401 |
-
.scale, .scale-div {
|
1402 |
-
-webkit-transform: scale(1.1);
|
1403 |
-
-moz-transform: scale(1.1);
|
1404 |
-
-o-transform: scale(1.1);
|
1405 |
-
transform: scale(1.1);
|
1406 |
-
}
|
1407 |
-
.sfsi_plus_Sicons {
|
1408 |
-
float: left;
|
1409 |
-
}
|
1410 |
-
.sfsi_pop_up .button a:hover {
|
1411 |
-
color: #fff;
|
1412 |
-
}
|
1413 |
-
.sfsi_pop_up .button:hover {
|
1414 |
-
background: #12a252;
|
1415 |
-
color: #fff;
|
1416 |
-
border: none;
|
1417 |
-
}
|
1418 |
-
ul.plus_icn_listing li .sfsiplus_right_info a {
|
1419 |
-
outline: 0;
|
1420 |
-
font-family: helveticaregular;
|
1421 |
-
}
|
1422 |
-
ul.sfsiplus_icn_listing8 li .sfsiplus_right_info a {
|
1423 |
-
outline: 0;
|
1424 |
-
font-family: helveticaregular;
|
1425 |
-
}
|
1426 |
-
.upload_pop_up .upload_butt {
|
1427 |
-
line-height: 27px;
|
1428 |
-
margin-left: 6px;
|
1429 |
-
}
|
1430 |
-
.sfsi_pop_up .addthis_toolbox {
|
1431 |
-
width: 80px;
|
1432 |
-
margin: 40px auto 0;
|
1433 |
-
}
|
1434 |
-
a.addthis_button_compact {
|
1435 |
-
margin-top: 0;
|
1436 |
-
width: auto;
|
1437 |
-
}
|
1438 |
-
.drop_lsts {
|
1439 |
-
left: 220px;
|
1440 |
-
position: relative;
|
1441 |
-
top: -40px;
|
1442 |
-
}
|
1443 |
-
.drop_lsts .styled {
|
1444 |
-
top: -42px;
|
1445 |
-
width: 127px;
|
1446 |
-
height: 33px;
|
1447 |
-
}
|
1448 |
-
.drop_lsts span {
|
1449 |
-
line-height: 50px;
|
1450 |
-
}
|
1451 |
-
.drag_drp {
|
1452 |
-
left: 11px;
|
1453 |
-
position: relative;
|
1454 |
-
top: 38px;
|
1455 |
-
font-size: 17px;
|
1456 |
-
}
|
1457 |
-
.listing ul li label {
|
1458 |
-
width: 224px;
|
1459 |
-
float: left;
|
1460 |
-
}
|
1461 |
-
.sfsiplus_row_onl {
|
1462 |
-
width: 100%;
|
1463 |
-
float: left;
|
1464 |
-
}
|
1465 |
-
#sfsi_plus_Show_popupOn_PageIDs option.sel-active {
|
1466 |
-
background: #f7941d;
|
1467 |
-
}
|
1468 |
-
.sfsi_plus_inside div iframe {
|
1469 |
-
float: left;
|
1470 |
-
margin: 0;
|
1471 |
-
}
|
1472 |
-
.sfsi_plus_inside div #___plus_0, .sfsi_plus_inside div #___plusone_0 {
|
1473 |
-
height: 27px;
|
1474 |
-
}
|
1475 |
-
.sfsi_plus_outr_div li {
|
1476 |
-
float: left;
|
1477 |
-
}
|
1478 |
-
.sfsi_plus_tool_tip_2 .sfsi_plus_inside div {
|
1479 |
-
min-height: 0;
|
1480 |
-
}
|
1481 |
-
#___plus_1>iframe {
|
1482 |
-
height: 30px;
|
1483 |
-
}
|
1484 |
-
.main_contant h1 {
|
1485 |
-
margin: 0 0 19px;
|
1486 |
-
}
|
1487 |
-
.main_contant p {
|
1488 |
-
margin: 0 0 26px;
|
1489 |
-
}
|
1490 |
-
.main_contant p>a {
|
1491 |
-
color: #1a1d20;
|
1492 |
-
text-decoration: underline;
|
1493 |
-
}
|
1494 |
-
.tab1 .gary_bg {
|
1495 |
-
background: #f1f1f1;
|
1496 |
-
}
|
1497 |
-
#accordion {
|
1498 |
-
margin-top: 4px;
|
1499 |
-
}
|
1500 |
-
.main_contant p>a, .tab1 p span {
|
1501 |
-
font-family: helveticabold;
|
1502 |
-
}
|
1503 |
-
.wapper .ui-accordion-header-active {
|
1504 |
-
margin-top: 20px!important;
|
1505 |
-
}
|
1506 |
-
.wapper .tab2 {
|
1507 |
-
padding: 20px 33px 12px 34px!important;
|
1508 |
-
}
|
1509 |
-
.wapper .tab2 p {
|
1510 |
-
margin-bottom: 6px;
|
1511 |
-
}
|
1512 |
-
.tab2 .twt_tab_2 label {
|
1513 |
-
width: 175px;
|
1514 |
-
}
|
1515 |
-
.tab2 .twt_fld {
|
1516 |
-
margin: 16px 0 23px;
|
1517 |
-
float: left;
|
1518 |
-
}
|
1519 |
-
.tab2 .twt_fld_2 {
|
1520 |
-
margin: 0 0 12px;
|
1521 |
-
float: left;
|
1522 |
-
}
|
1523 |
-
.tab2 .google_in {
|
1524 |
-
margin: 0 0 8px 94px;
|
1525 |
-
float: left;
|
1526 |
-
}
|
1527 |
-
.tab2 .google_in p.radio_section {
|
1528 |
-
padding-top: 8px!important;
|
1529 |
-
}
|
1530 |
-
.tab2 .google_in .fb_url input.add {
|
1531 |
-
width: 417px!important;
|
1532 |
-
}
|
1533 |
-
.tab2 .utube_inn {
|
1534 |
-
padding-bottom: 2px;
|
1535 |
-
float: left;
|
1536 |
-
}
|
1537 |
-
.tab2 .utube_inn label {
|
1538 |
-
max-width: 90%}
|
1539 |
-
.tab2 .utube_inn label span {
|
1540 |
-
font-family: helveticabold;
|
1541 |
-
}
|
1542 |
-
.tab2 .inr_cont p>a {
|
1543 |
-
font-family: helveticabold;
|
1544 |
-
color: #778088;
|
1545 |
-
text-decoration: none;
|
1546 |
-
}
|
1547 |
-
.sfsiplus_pinterest_section .inr_cont .pint_url {
|
1548 |
-
float: left;
|
1549 |
-
padding-top: 6px;
|
1550 |
-
clear: both;
|
1551 |
-
}
|
1552 |
-
.sfsiplus_pinterest_section .inr_cont .add {
|
1553 |
-
width: 417px!important;
|
1554 |
-
}
|
1555 |
-
.sfsiplus_linkedin_section .link_1, .sfsiplus_linkedin_section .link_2, .sfsiplus_linkedin_section .link_3, .sfsiplus_linkedin_section .link_4 {
|
1556 |
-
float: left;
|
1557 |
-
width: 100%}
|
1558 |
-
.sfsiplus_linkedin_section .link_1 input.add, .sfsiplus_linkedin_section .link_2 input.add, .sfsiplus_linkedin_section .link_3 input.add, .sfsiplus_linkedin_section .link_4 input.add {
|
1559 |
-
width: 417px;
|
1560 |
-
}
|
1561 |
-
.sfsiplus_linkedin_section .link_1 {
|
1562 |
-
margin-bottom: 7px;
|
1563 |
-
}
|
1564 |
-
.sfsiplus_linkedin_section .link_2 {
|
1565 |
-
margin-bottom: 12px;
|
1566 |
-
}
|
1567 |
-
.sfsiplus_linkedin_section .link_3, .sfsiplus_linkedin_section .link_4 {
|
1568 |
-
margin-bottom: 13px;
|
1569 |
-
}
|
1570 |
-
.tab2 .sfsiplus_linkedin_section .link_4 {
|
1571 |
-
margin-bottom: 0;
|
1572 |
-
}
|
1573 |
-
ul.tab_3_list li span {
|
1574 |
-
font-family: helveticabold;
|
1575 |
-
}
|
1576 |
-
.tab3 .Shuffle_auto {
|
1577 |
-
float: left;
|
1578 |
-
width: 80%;
|
1579 |
-
position: relative;
|
1580 |
-
top: -93px;
|
1581 |
-
}
|
1582 |
-
#accordion .tab4 h4, #accordion1 .tab4 h4 {
|
1583 |
-
|
1584 |
-
color: #414951;
|
1585 |
-
font-size: 20px;
|
1586 |
-
}
|
1587 |
-
.sfsiplus_specify_counts .listing li .input {
|
1588 |
-
width: 73px;
|
1589 |
-
}
|
1590 |
-
.sfsiplus_fbpgidwpr{width: 160px; float: left; font-weight: bold; font-size: 17px; color: #000000;}
|
1591 |
-
.sfsiplus_fbpgiddesc{font-weight: normal; width: 100%; font-size: 14px; color: #888888;padding: 4px 0 0 60px; }
|
1592 |
-
.sfsiplus_fbpgiddesc code
|
1593 |
-
{
|
1594 |
-
background: none repeat scroll 0 0 transparent;
|
1595 |
-
padding-right: 0px;
|
1596 |
-
padding-left: 0px;
|
1597 |
-
|
1598 |
-
}
|
1599 |
-
.sfsiplus_specify_counts .listing li .input.mypginpt {
|
1600 |
-
width: 288px;
|
1601 |
-
}
|
1602 |
-
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
|
1603 |
-
padding-top: 0!important;
|
1604 |
-
margin-bottom: 10px!important;
|
1605 |
-
}
|
1606 |
-
.tab3 .sub_row {
|
1607 |
-
margin-top: 10px!important;
|
1608 |
-
}
|
1609 |
-
.tab4 {
|
1610 |
-
padding-top: 35px!important;
|
1611 |
-
}
|
1612 |
-
.tab4 .save_button {
|
1613 |
-
padding-top: 46px;
|
1614 |
-
}
|
1615 |
-
.tab5 {
|
1616 |
-
padding-top: 31px!important;
|
1617 |
-
}
|
1618 |
-
.tab6, .tab7 {
|
1619 |
-
padding-top: 28px!important;
|
1620 |
-
}
|
1621 |
-
.tab5 .sfsiplus_row_onl {
|
1622 |
-
margin-top: 15px;
|
1623 |
-
}
|
1624 |
-
.tab5 .sticking .link>a {
|
1625 |
-
color: #a4a9ad;
|
1626 |
-
text-decoration: underline;
|
1627 |
-
}
|
1628 |
-
.tab5 .mouse_txt h4 {
|
1629 |
-
margin-bottom: 8px!important;
|
1630 |
-
}
|
1631 |
-
.tab5 .save_button {
|
1632 |
-
padding-top: 54px;
|
1633 |
-
}
|
1634 |
-
.tab7 .like_pop_box h2 {
|
1635 |
-
font-family: helveticabold;
|
1636 |
-
text-align: center;
|
1637 |
-
color: #414951;
|
1638 |
-
font-size: 26px;
|
1639 |
-
}
|
1640 |
-
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label:hover {
|
1641 |
-
text-decoration: none!important;
|
1642 |
-
}
|
1643 |
-
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label.expanded-area {
|
1644 |
-
clear: both;
|
1645 |
-
float: left;
|
1646 |
-
margin-top: 14px;
|
1647 |
-
}
|
1648 |
-
.tab7 .space {
|
1649 |
-
margin-top: 14px;
|
1650 |
-
}
|
1651 |
-
.tab7 .pop_up_show label {
|
1652 |
-
font-family: helveticaregular!important;
|
1653 |
-
}
|
1654 |
-
.tab7 .save_button {
|
1655 |
-
padding-top: 78px;
|
1656 |
-
}
|
1657 |
-
.like_txt a {
|
1658 |
-
text-decoration: none;
|
1659 |
-
font-family: helveticaregular;
|
1660 |
-
}
|
1661 |
-
.bdr_btm_non {
|
1662 |
-
border-bottom: none!important;
|
1663 |
-
}
|
1664 |
-
.tab1 .tab_1_sav {
|
1665 |
-
padding-top: 13px;
|
1666 |
-
}
|
1667 |
-
#accordion .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp, #accordion1 .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp {
|
1668 |
-
padding-top: 7px;
|
1669 |
-
}
|
1670 |
-
.tab2 .sfsiplus_custom_section {
|
1671 |
-
width: 100%}
|
1672 |
-
.tab7 {
|
1673 |
-
padding-bottom: 40px!important;
|
1674 |
-
}
|
1675 |
-
.tab8 .save_button {
|
1676 |
-
padding-top: 0px;
|
1677 |
-
}
|
1678 |
-
.tab10 .save_button a {
|
1679 |
-
padding: 16px 0;
|
1680 |
-
}
|
1681 |
-
.tab2 .sfsiplus_twitter_section .twt_fld input.add, .tab2 .sfsiplus_twitter_section .twt_fld_2 textarea.add_txt {
|
1682 |
-
width: 464px!important;
|
1683 |
-
}
|
1684 |
-
.tab2 .utube_inn .fb_url label span {
|
1685 |
-
font-family: helveticaregular;
|
1686 |
-
}
|
1687 |
-
.tab1 label, .tab2 label, .tab3 label, .tab4 label, .tab5 label, .tab6 label, .tab7 label, .tab8 label, .tab9 label {
|
1688 |
-
cursor: default!important;
|
1689 |
-
}
|
1690 |
-
.tab5 .new_wind h4 {
|
1691 |
-
margin-bottom: 11px!important;
|
1692 |
-
}
|
1693 |
-
.pop_up_box .fb_2 span {
|
1694 |
-
height: 28px!important;
|
1695 |
-
}
|
1696 |
-
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a {
|
1697 |
-
margin-top: 0;
|
1698 |
-
}
|
1699 |
-
.tab6 .social_icon_like1 ul li span {
|
1700 |
-
margin-top: -1px;
|
1701 |
-
}
|
1702 |
-
#sfpluspageLoad {
|
1703 |
-
background: url(../images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
|
1704 |
-
height: 100%;
|
1705 |
-
left: 160px;
|
1706 |
-
opacity: 1;
|
1707 |
-
position: fixed;
|
1708 |
-
top: 0;
|
1709 |
-
width: 89%;
|
1710 |
-
z-index: 9999;
|
1711 |
-
}
|
1712 |
-
.sfsi_plus_tool_tip_2, .tool_tip {
|
1713 |
-
background: #FFF;
|
1714 |
-
border: 1px solid #e7e7e7;
|
1715 |
-
box-shadow: #e7e7e7 0 0 2px 1px;
|
1716 |
-
display: block;
|
1717 |
-
float: left;
|
1718 |
-
margin: 0 0 0 -52px;
|
1719 |
-
/*padding: 5px 14px 5px 14px;*/
|
1720 |
-
position: absolute;
|
1721 |
-
z-index: 10000;
|
1722 |
-
border-bottom: #e5e5e5 solid 4px;
|
1723 |
-
width: 100px;
|
1724 |
-
}
|
1725 |
-
.sfsi_plus_tool_tip_2 {
|
1726 |
-
display: inline-table;
|
1727 |
-
}
|
1728 |
-
.sfsiplus_inerCnt, .sfsiplus_inerCnt:hover, .sfsiplus_inerCnt>a, .sfsiplus_inerCnt>a:hover, .widget-area .widget a {
|
1729 |
-
outline: 0;
|
1730 |
-
}
|
1731 |
-
.sfsi_plus_tool_tip_2_inr {
|
1732 |
-
bottom: 90%;
|
1733 |
-
left: 20%;
|
1734 |
-
opacity: 0;
|
1735 |
-
}
|
1736 |
-
.sfsi_plus_tool_tip_2 .bot_arow {
|
1737 |
-
background: url(../images/bot_tip_icn.png) no-repeat;
|
1738 |
-
position: absolute;
|
1739 |
-
bottom: -21px;
|
1740 |
-
left: 50%;
|
1741 |
-
width: 15px;
|
1742 |
-
height: 21px;
|
1743 |
-
margin-left: -10px;
|
1744 |
-
}
|
1745 |
-
.sfsi_plus_tool_tip_2 .top_big_arow {
|
1746 |
-
position: absolute;
|
1747 |
-
-webkit-transform: rotate(180deg);
|
1748 |
-
-moz-transform: rotate(180deg);
|
1749 |
-
-ms-transform: rotate(180deg);
|
1750 |
-
-o-transform: rotate(180deg);
|
1751 |
-
transform: rotate(180deg);
|
1752 |
-
top: -21px;
|
1753 |
-
left: 46%;
|
1754 |
-
width: 15px;
|
1755 |
-
height: 21px;
|
1756 |
-
margin-right: -5px;
|
1757 |
-
}
|
1758 |
-
.sfsi_plus_tool_tip_2_inr .gpls_visit>a, .sfsi_plus_tool_tip_2_inr .prints_visit_1 a, .sfsi_plus_tool_tip_2_inr .utub_visit>a {
|
1759 |
-
margin-top: 0;
|
1760 |
-
}
|
1761 |
-
.sfsi_plus_tool_tip_2_inr .linkin_1 a, .sfsi_plus_tool_tip_2_inr .linkin_2 a, .sfsi_plus_tool_tip_2_inr .linkin_3 a, .sfsi_plus_tool_tip_2_inr .linkin_4 a, .sfsi_plus_tool_tip_2_inr .prints_visit a {
|
1762 |
-
margin: 0;
|
1763 |
-
}
|
1764 |
-
.sfsiTlleftBig {
|
1765 |
-
bottom: 121%;
|
1766 |
-
left: 22%;
|
1767 |
-
margin-left: -54%}
|
1768 |
-
.sfsi_plus_Tlleft {
|
1769 |
-
bottom: 100%;
|
1770 |
-
left: 50%;
|
1771 |
-
margin-left: -66px !important;
|
1772 |
-
margin-bottom: 2px;
|
1773 |
-
}
|
1774 |
-
.sfsi_plc_btm {
|
1775 |
-
bottom: auto;
|
1776 |
-
top: 100%;
|
1777 |
-
left: 50%;
|
1778 |
-
margin-left: -63px;
|
1779 |
-
margin-top: 8px;
|
1780 |
-
margin-bottom: auto;
|
1781 |
-
}
|
1782 |
-
.sfsiplus_inerCnt {
|
1783 |
-
position: relative;
|
1784 |
-
z-index: inherit!important;
|
1785 |
-
float: left;
|
1786 |
-
width: 100%;
|
1787 |
-
float: left;
|
1788 |
-
}
|
1789 |
-
.sfsi_plus_wicons {
|
1790 |
-
margin-bottom: 30px;
|
1791 |
-
position: relative;
|
1792 |
-
padding-top: 5px;
|
1793 |
-
}
|
1794 |
-
.sfsiplus_norm_row .bot_no {
|
1795 |
-
position: absolute;
|
1796 |
-
padding: 1px 0;
|
1797 |
-
font-size: 12px!important;
|
1798 |
-
text-align: center;
|
1799 |
-
line-height: 12px!important;
|
1800 |
-
background: #fff;
|
1801 |
-
border-radius: 5px;
|
1802 |
-
left: 50%;
|
1803 |
-
margin-left: -20px;
|
1804 |
-
z-index: 9;
|
1805 |
-
border: 1px solid #333;
|
1806 |
-
top: 100%;
|
1807 |
-
white-space: pre;
|
1808 |
-
-webkit-box-sizing: border-box;
|
1809 |
-
-moz-box-sizing: border-box;
|
1810 |
-
box-sizing: border-box;
|
1811 |
-
margin-top: 10px;
|
1812 |
-
width: 40px;
|
1813 |
-
}
|
1814 |
-
.sfsiplus_norm_row .bot_no:before {
|
1815 |
-
content: url(images/count_top_arow.png);
|
1816 |
-
position: absolute;
|
1817 |
-
height: 9px;
|
1818 |
-
margin-left: -7.5px;
|
1819 |
-
top: -10px;
|
1820 |
-
left: 50%;
|
1821 |
-
width: 15px;
|
1822 |
-
}
|
1823 |
-
/*.sf_subscrbe .bot_no:before
|
1824 |
-
{
|
1825 |
-
content: url(images/count_left_arow.png);
|
1826 |
-
height: 9px;
|
1827 |
-
left: 0;
|
1828 |
-
margin-left: -12px;
|
1829 |
-
position: absolute;
|
1830 |
-
top: 0px;
|
1831 |
-
width: 15px;
|
1832 |
-
}*/
|
1833 |
-
.sf_subscrbe .bot_no
|
1834 |
-
{
|
1835 |
-
background: rgba(0, 0, 0, 0) url(images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
|
1836 |
-
font-size: 12px !important;
|
1837 |
-
left: 67px;
|
1838 |
-
line-height: 17px !important;
|
1839 |
-
margin-left: 0px;
|
1840 |
-
/* margin-top: 9px;*/
|
1841 |
-
padding: 1px 0;
|
1842 |
-
/*position: absolute;*/
|
1843 |
-
text-align: center;
|
1844 |
-
/*top: -8px;*/
|
1845 |
-
white-space: pre;
|
1846 |
-
width: 33px;
|
1847 |
-
height: 19px;
|
1848 |
-
z-index: 9;
|
1849 |
-
display:inline-block;
|
1850 |
-
}
|
1851 |
-
.bot_no.sfsiSmBtn {
|
1852 |
-
font-size: 10px;
|
1853 |
-
margin-top: 4px;
|
1854 |
-
}
|
1855 |
-
.bot_no.sfsiSmBtn:before {
|
1856 |
-
margin-left: -8px;
|
1857 |
-
top: -9px;
|
1858 |
-
}
|
1859 |
-
.sfsiplus_norm_row .cbtn_vsmall {
|
1860 |
-
font-size: 9px;
|
1861 |
-
left: -28%;
|
1862 |
-
top: 4px;
|
1863 |
-
}
|
1864 |
-
.sfsiplus_norm_row .cbtn_vsmall:before {
|
1865 |
-
left: 31%;
|
1866 |
-
top: -9px;
|
1867 |
-
margin-left: -31%}
|
1868 |
-
h2.optional {
|
1869 |
-
font-family: helveticaregular;
|
1870 |
-
font-size: 25px;
|
1871 |
-
margin: 14px 0 19px;
|
1872 |
-
color: #5a6570;
|
1873 |
-
}
|
1874 |
-
.utube_tool_bdr .utub_visit {
|
1875 |
-
margin: 9px 0 0;
|
1876 |
-
height: 24px;
|
1877 |
-
display: inline-block;
|
1878 |
-
float: none;
|
1879 |
-
}
|
1880 |
-
.utube_tool_bdr .utub_2 {
|
1881 |
-
margin: 9px 0 0;
|
1882 |
-
height: 24px;
|
1883 |
-
width: 86px;
|
1884 |
-
display: inline-block;
|
1885 |
-
float: none;
|
1886 |
-
}
|
1887 |
-
.sfsi_plus_printst_tool_bdr {
|
1888 |
-
width: 79px;
|
1889 |
-
}
|
1890 |
-
.sfsi_plus_printst_tool_bdr .prints_visit {
|
1891 |
-
margin: 0 0 10px -22px;
|
1892 |
-
}
|
1893 |
-
.sfsi_plus_printst_tool_bdr .prints_visit_1 {
|
1894 |
-
margin: 0 0 0 -53px;
|
1895 |
-
}
|
1896 |
-
.sfsi_plus_fb_tool_bdr {
|
1897 |
-
width: 68px;
|
1898 |
-
height: auto;
|
1899 |
-
}
|
1900 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside {
|
1901 |
-
text-align: center;
|
1902 |
-
width: 100%;
|
1903 |
-
float: left;
|
1904 |
-
overflow: hidden;
|
1905 |
-
}
|
1906 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1 {
|
1907 |
-
margin: 2px 0 2px 0;
|
1908 |
-
height: 28px;
|
1909 |
-
display: inline-block;
|
1910 |
-
float: none;
|
1911 |
-
/* width: 62px;s*/
|
1912 |
-
}
|
1913 |
-
.sfsi_plus_inside img
|
1914 |
-
{
|
1915 |
-
vertical-align:sub !important;
|
1916 |
-
}
|
1917 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon2
|
1918 |
-
{
|
1919 |
-
margin: 2px 0 2px 0 ;
|
1920 |
-
height: 20px;
|
1921 |
-
/* width: 49px;*/
|
1922 |
-
display:block;
|
1923 |
-
overflow: hidden;
|
1924 |
-
}
|
1925 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon3 {
|
1926 |
-
margin: 2px 0 2px 0;
|
1927 |
-
height: 20px;
|
1928 |
-
/* width: 62px;*/
|
1929 |
-
display:inline-block;
|
1930 |
-
float: none;
|
1931 |
-
}
|
1932 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_1, .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_2, .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_3 {
|
1933 |
-
margin: 9px 0 0;
|
1934 |
-
height: 25px;
|
1935 |
-
}
|
1936 |
-
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside {
|
1937 |
-
text-align: center;
|
1938 |
-
float: left;
|
1939 |
-
width: 100%}
|
1940 |
-
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1{
|
1941 |
-
margin: 2px 0;
|
1942 |
-
height: 24px;
|
1943 |
-
display: inline-block;
|
1944 |
-
float: none;
|
1945 |
-
/*width: 73px;*/
|
1946 |
-
}
|
1947 |
-
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2 {
|
1948 |
-
margin: 2px 0;
|
1949 |
-
height: 20px;
|
1950 |
-
display:inline-block;
|
1951 |
-
float: none;
|
1952 |
-
/*max-width: 73px;*/
|
1953 |
-
width: 100%;
|
1954 |
-
}
|
1955 |
-
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit_1 {
|
1956 |
-
margin: 9px 0 0;
|
1957 |
-
height: 20px;
|
1958 |
-
float: none;
|
1959 |
-
display: inline-block;
|
1960 |
-
}
|
1961 |
-
.sfsi_plus_printst_tool_bdr {
|
1962 |
-
/* margin-left: -59px;*/
|
1963 |
-
}
|
1964 |
-
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4>a>img, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2>a>img, .utube_tool_bdr .sfsi_plus_inside .icon1>a>img {
|
1965 |
-
padding-top: 0;
|
1966 |
-
}
|
1967 |
-
.sfsi_plus_gpls_tool_bdr {
|
1968 |
-
width: 76px;
|
1969 |
-
}
|
1970 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img {
|
1971 |
-
padding-top: 0;
|
1972 |
-
}
|
1973 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside {
|
1974 |
-
text-align: center;
|
1975 |
-
width: 100%;
|
1976 |
-
float: left;
|
1977 |
-
}
|
1978 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1 {
|
1979 |
-
margin: 2px 0;
|
1980 |
-
display: inline-block;
|
1981 |
-
float: none;
|
1982 |
-
height: 29px;
|
1983 |
-
/*width: 76px;*/
|
1984 |
-
}
|
1985 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon2 {
|
1986 |
-
margin: 2px 0 2px 0;
|
1987 |
-
display:inline-block;
|
1988 |
-
float: none;
|
1989 |
-
height: 24px;
|
1990 |
-
width:100%;
|
1991 |
-
/* width: 38px;*/
|
1992 |
-
}
|
1993 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon3 {
|
1994 |
-
margin: 2px 0 2px 0;
|
1995 |
-
display:block;
|
1996 |
-
float: none;
|
1997 |
-
height: 24px;
|
1998 |
-
/* width: 76px;
|
1999 |
-
*/}
|
2000 |
-
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gpls_visit, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_2, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_3 {
|
2001 |
-
margin: 9px 0 0;
|
2002 |
-
height: 29px;
|
2003 |
-
}
|
2004 |
-
.sfsi_plus_fb_tool_bdr, .sfsi_plus_gpls_tool_bdr, .sfsi_plus_linkedin_tool_bdr, .sfsi_plus_printst_tool_bdr, .sfsi_plus_twt_tool_bdr {
|
2005 |
-
bottom: 100%;
|
2006 |
-
left: 50%;
|
2007 |
-
margin-bottom: 2px;
|
2008 |
-
}
|
2009 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside {
|
2010 |
-
text-align: center;
|
2011 |
-
width: 100%;
|
2012 |
-
float: left;
|
2013 |
-
}
|
2014 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 {
|
2015 |
-
margin: 2px 0!important;
|
2016 |
-
display: inline-block;
|
2017 |
-
float: none;
|
2018 |
-
vertical-align: middle;
|
2019 |
-
overflow: hidden;
|
2020 |
-
/*width: 100%;*/
|
2021 |
-
}
|
2022 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a {
|
2023 |
-
display: inline-block;
|
2024 |
-
vertical-align: middle;
|
2025 |
-
/*width: 100%;*/
|
2026 |
-
width:auto;
|
2027 |
-
}
|
2028 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{
|
2029 |
-
float: left;
|
2030 |
-
}
|
2031 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1 {
|
2032 |
-
margin: 2px 24px 2px !important;
|
2033 |
-
display: inline-block;
|
2034 |
-
float: none;
|
2035 |
-
/*width: 61px;*/
|
2036 |
-
overflow: hidden;
|
2037 |
-
height: 20px;
|
2038 |
-
}
|
2039 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1 iframe {
|
2040 |
-
/* width: 61px!important;*/
|
2041 |
-
}
|
2042 |
-
.sfsi_plus_tool_tip_2, .sfsi_plus_fb_tool_bdr, .sfsi_plus_twt_tool_bdr, .sfsi_plus_linkedin_tool_bdr, .sfsi_plus_printst_tool_bdr, .sfsi_plus_gpls_tool_bdr, .sfsi_plus_Tlleft {width:140px !important; padding:6px 0;}
|
2043 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon2 {
|
2044 |
-
margin: 0px 0!important;
|
2045 |
-
display:inline-block;
|
2046 |
-
float: none;
|
2047 |
-
height: 20px;
|
2048 |
-
/* width: 58px;s*/
|
2049 |
-
}
|
2050 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 {
|
2051 |
-
margin: 9px 0 0;
|
2052 |
-
display: inline-block;
|
2053 |
-
float: none;
|
2054 |
-
width: 58px;
|
2055 |
-
height: 20px;
|
2056 |
-
overflow: hidden;
|
2057 |
-
}
|
2058 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 iframe {
|
2059 |
-
width: 100%!important;
|
2060 |
-
}
|
2061 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_2 {
|
2062 |
-
margin: 9px 0 0;
|
2063 |
-
height: 20px;
|
2064 |
-
display: inline-block;
|
2065 |
-
float: none;
|
2066 |
-
width: 58px;
|
2067 |
-
}
|
2068 |
-
.utube_tool_bdr .sfsi_plus_inside {
|
2069 |
-
text-align: center;
|
2070 |
-
width: 100%;
|
2071 |
-
float: left;
|
2072 |
-
}
|
2073 |
-
.sfsi_plus_inside > div {}
|
2074 |
-
.utube_tool_bdr .sfsi_plus_inside .icon1{
|
2075 |
-
margin: 2px 0 2px;
|
2076 |
-
height: 24px;
|
2077 |
-
display: inline-block;
|
2078 |
-
float: none;
|
2079 |
-
width: 87px;
|
2080 |
-
}
|
2081 |
-
.utube_tool_bdr .sfsi_plus_inside .icon2 {
|
2082 |
-
margin: 2px 0 2;
|
2083 |
-
height: 24px;
|
2084 |
-
display:inline-block;
|
2085 |
-
float: none;
|
2086 |
-
min-width: 100px;
|
2087 |
-
width: auto;
|
2088 |
-
}
|
2089 |
-
.utube_tool_bdr {
|
2090 |
-
width: 93px;
|
2091 |
-
bottom: 100%;
|
2092 |
-
left: 50%;
|
2093 |
-
margin-bottom: 2px;
|
2094 |
-
}
|
2095 |
-
.sfsi_plus_linkedin_tool_bdr {
|
2096 |
-
width: 66px;
|
2097 |
-
}
|
2098 |
-
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside {
|
2099 |
-
text-align: center;
|
2100 |
-
float: left;
|
2101 |
-
width: 100%}
|
2102 |
-
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1{
|
2103 |
-
margin: 2px 0;
|
2104 |
-
display: inline-block;
|
2105 |
-
float: none;
|
2106 |
-
height: 23px;
|
2107 |
-
width: 100%;
|
2108 |
-
}
|
2109 |
-
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2{
|
2110 |
-
margin: 2px 0;
|
2111 |
-
display:inline-block;
|
2112 |
-
float: none;
|
2113 |
-
height: 23px;
|
2114 |
-
width: 100%;
|
2115 |
-
}
|
2116 |
-
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon3 {
|
2117 |
-
margin: 2px 0;
|
2118 |
-
display:inline-block;
|
2119 |
-
float: none;
|
2120 |
-
height: 23px;
|
2121 |
-
width: 100%;
|
2122 |
-
}
|
2123 |
-
|
2124 |
-
|
2125 |
-
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4 {
|
2126 |
-
margin: 2px 0;
|
2127 |
-
display: inline-block;
|
2128 |
-
float: none;
|
2129 |
-
height: 28px;
|
2130 |
-
width: 66px;
|
2131 |
-
}
|
2132 |
-
.sfsi_plus_FrntInner .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1{ margin: 2px 0;}
|
2133 |
-
.sfsi_plus_widget .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4,
|
2134 |
-
.sfsi_plus_widget .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1,
|
2135 |
-
.sfsi_plus_widget .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1 { height: auto}
|
2136 |
-
|
2137 |
-
.sfsi_plus_linkedin_tool_bdr .linkin_1, .sfsi_plus_linkedin_tool_bdr .linkin_2, .sfsi_plus_linkedin_tool_bdr .linkin_3, .sfsi_plus_linkedin_tool_bdr .linkin_4 {
|
2138 |
-
margin: 9px 0 0!important;
|
2139 |
-
height: 20px;
|
2140 |
-
display: inline-block;
|
2141 |
-
float: none;
|
2142 |
-
overflow: hidden;
|
2143 |
-
}
|
2144 |
-
.sfsi_plus_twt_tool_bdr {
|
2145 |
-
width: 62px;
|
2146 |
-
height: auto;
|
2147 |
-
}
|
2148 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe {
|
2149 |
-
margin: 0px auto!important;
|
2150 |
-
float: left !important;
|
2151 |
-
width: 100%}
|
2152 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe #widget {
|
2153 |
-
text-align: center;
|
2154 |
-
}
|
2155 |
-
.sfsi_pop_up .button {
|
2156 |
-
border: none;
|
2157 |
-
padding: 0;
|
2158 |
-
}
|
2159 |
-
.pop_up_box .button a {
|
2160 |
-
color: #fff;
|
2161 |
-
line-height: normal;
|
2162 |
-
font-size: 22px;
|
2163 |
-
text-decoration: none;
|
2164 |
-
text-align: center;
|
2165 |
-
width: 482px;
|
2166 |
-
height: 80px;
|
2167 |
-
margin: 0;
|
2168 |
-
display: table-cell;
|
2169 |
-
vertical-align: middle;
|
2170 |
-
font-family: helveticabold;
|
2171 |
-
padding: 0 10px;
|
2172 |
-
}
|
2173 |
-
.tab3 ul.sfsiplus_tab_3_icns li .radio {
|
2174 |
-
margin-top: 7px;
|
2175 |
-
}
|
2176 |
-
.tab3 ul.sfsiplus_tab_3_icns li label { line-height: 50px!important; margin-left: 20px;}
|
2177 |
-
.sfsi_mainContainer input[type=email], .sfsi_mainContainer input[type=number], .sfsi_mainContainer input[type=password], .sfsi_mainContainer input[type=search], .sfsi_mainContainer input[type=tel], .sfsi_mainContainer input[type=text], .sfsi_mainContainer input[type=url], .sfsi_mainContainer select, .sfsi_mainContainer textarea {
|
2178 |
-
color: #5a6570!important;
|
2179 |
-
}
|
2180 |
-
.adminTooltip {
|
2181 |
-
left: 142px;
|
2182 |
-
position: absolute;
|
2183 |
-
}
|
2184 |
-
.adPopWidth {
|
2185 |
-
min-height: 100px!important;
|
2186 |
-
}
|
2187 |
-
.main_contant p>a.lit_txt, .tab4 p>a {
|
2188 |
-
font-family: helveticaregular;
|
2189 |
-
color: #414951;
|
2190 |
-
}
|
2191 |
-
.tab1 ul.plus_icn_listing li .sfsiplus_custom-txt {
|
2192 |
-
margin-left: 5px;
|
2193 |
-
}
|
2194 |
-
.tab1 ul.plus_icn_listing li .custom-img {
|
2195 |
-
margin-left: 18px;
|
2196 |
-
}
|
2197 |
-
.sfsiplus_linkedin_section .link_4>label.anthr_labl {
|
2198 |
-
height: 94px;
|
2199 |
-
}
|
2200 |
-
.tab3 .tab_3_sav {
|
2201 |
-
padding-top: 0;
|
2202 |
-
margin: -69px auto 20px;
|
2203 |
-
position: relative;
|
2204 |
-
z-index: 9;
|
2205 |
-
}
|
2206 |
-
.mediam_txt {
|
2207 |
-
font-family: helveticabold;
|
2208 |
-
}
|
2209 |
-
.sfsiCtxt {
|
2210 |
-
line-height: 51px;
|
2211 |
-
font-family: helveticaregular;
|
2212 |
-
font-size: 22px;
|
2213 |
-
float: left;
|
2214 |
-
padding-left: 19px;
|
2215 |
-
color: #5a6570;
|
2216 |
-
}
|
2217 |
-
.customstep2-img {
|
2218 |
-
width: 51px;
|
2219 |
-
float: left;
|
2220 |
-
}
|
2221 |
-
.tab2 .row h2.custom {
|
2222 |
-
margin: 15px 0 7px 21px;
|
2223 |
-
height: 52px;
|
2224 |
-
line-height: 51px;
|
2225 |
-
font-family: helveticaregular;
|
2226 |
-
font-size: 22px;
|
2227 |
-
}
|
2228 |
-
.plus_custom-links p.cus_link label {
|
2229 |
-
margin-left: 0;
|
2230 |
-
}
|
2231 |
-
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a>img:hover {
|
2232 |
-
opacity: .9;
|
2233 |
-
}
|
2234 |
-
.tab2 .rss_url_row .sfrsTxt {
|
2235 |
-
font-size: 17px;
|
2236 |
-
line-height: 41px;
|
2237 |
-
margin: 0 0 0 4px;
|
2238 |
-
font-family: helveticaregular;
|
2239 |
-
}
|
2240 |
-
.tab2 .rss_url_row .sfrsTxt>strong {
|
2241 |
-
font-family: helveticaregular;
|
2242 |
-
}
|
2243 |
-
.tab2 .utube_inn p.extra_pp {
|
2244 |
-
float: left;
|
2245 |
-
width: 100%;
|
2246 |
-
margin: 0 0 0 48px;
|
2247 |
-
}
|
2248 |
-
.tab2 .utube_inn p.extra_pp label {
|
2249 |
-
float: left;
|
2250 |
-
line-height: 41px;
|
2251 |
-
margin-right: 8px;
|
2252 |
-
}
|
2253 |
-
.sfsi_inside .icon2 .fb_iframe_widget span {
|
2254 |
-
/* width: 500px!important; sunil*/
|
2255 |
-
}
|
2256 |
-
@media (max-width:767px) {
|
2257 |
-
.icon2 .fb_iframe_widget span {
|
2258 |
-
width: auto;
|
2259 |
-
}
|
2260 |
-
.sfsi_plus_outr_div
|
2261 |
-
{
|
2262 |
-
top: 10%
|
2263 |
-
}
|
2264 |
-
.sfsi_plus_outr_div h2
|
2265 |
-
{
|
2266 |
-
font-size: 22px!important;
|
2267 |
-
line-height: 28px;
|
2268 |
-
}
|
2269 |
-
.sfsi_plus_wicons {
|
2270 |
-
padding-top: 0;
|
2271 |
-
}
|
2272 |
-
}
|
2273 |
-
.sfsiplus_specify_counts .listing li .high_prb {
|
2274 |
-
height: 41px;
|
2275 |
-
}
|
2276 |
-
.sfsi_plus_Sicons {
|
2277 |
-
position: relative;
|
2278 |
-
}
|
2279 |
-
.sfsi_plus_Sicons .sf_subscrbe{ margin: 2px 3px 0 0; line-height: 0px;}
|
2280 |
-
.sfsi_plus_Sicons .sf_fb{ margin: 0 4px 0 5px; line-height: 0px;}
|
2281 |
-
.sfsi_plus_Sicons .sf_google{ margin: 0 5px 0 5px; line-height: 0px;}
|
2282 |
-
.sfsi_plus_Sicons .sf_twiter{ margin: 1px 7px 0 4px; line-height: 0px;}
|
2283 |
-
.sfsi_plus_Sicons .sf_addthis{ margin: 2px 7px 0 2px; line-height: 0px;}
|
2284 |
-
|
2285 |
-
.sfsi_plus_Sicons.left .sf_subscrbe{ margin: 2px 8px 0 0;}
|
2286 |
-
.sfsi_plus_Sicons.left .sf_fb{ margin: 0 8px 0 0;}
|
2287 |
-
.sfsi_plus_Sicons.left .sf_google{ margin: 0 8px 0 0;}
|
2288 |
-
.sfsi_plus_Sicons.left .sf_twiter{ margin: 1px 8px 0 0;}
|
2289 |
-
.sfsi_plus_Sicons.left .sf_addthis{ margin: 2px 7px 0 0;}
|
2290 |
-
|
2291 |
-
.sfsi_plus_Sicons.right .sf_subscrbe{ margin: 2px 0 0; }
|
2292 |
-
.sfsi_plus_Sicons.right .sf_fb{ margin: 0 0 0 7px; }
|
2293 |
-
.sfsi_plus_Sicons.right .sf_google{ margin: 0 0 0 8px; }
|
2294 |
-
.sfsi_plus_Sicons.right .sf_twiter{ margin: 1px 0 0 8px; }
|
2295 |
-
.sfsi_plus_Sicons.right .sf_addthis{ margin: 2px 0 0 8px; }
|
2296 |
-
|
2297 |
-
.sfsi_plus_Sicons .sf_subscrbe, .sfsi_plus_Sicons .sf_twiter
|
2298 |
-
{
|
2299 |
-
position: relative;
|
2300 |
-
width: 75px;
|
2301 |
-
}
|
2302 |
-
.sfsi_plus_Sicons .sf_twiter iframe
|
2303 |
-
{
|
2304 |
-
margin: 0px;
|
2305 |
-
height: 20px !important;
|
2306 |
-
overflow: visible !important;
|
2307 |
-
}
|
2308 |
-
.sfsi_plus_Sicons .sf_twiter iframe #widget
|
2309 |
-
{
|
2310 |
-
overflow: visible !important;
|
2311 |
-
|
2312 |
-
}
|
2313 |
-
.sfsi_plus_Sicons .sf_subscrbe a
|
2314 |
-
{
|
2315 |
-
width: auto;
|
2316 |
-
float: left;
|
2317 |
-
border: medium none;
|
2318 |
-
padding-top: 0px;
|
2319 |
-
}
|
2320 |
-
.sfsi_plus_Sicons .sf_subscrbe a:focus
|
2321 |
-
{
|
2322 |
-
outline: medium none;
|
2323 |
-
}
|
2324 |
-
.sfsi_plus_Sicons .sf_subscrbe a img
|
2325 |
-
{
|
2326 |
-
float: left;
|
2327 |
-
}
|
2328 |
-
.sfsi_plus_Sicons .sf_fb {
|
2329 |
-
position: relative;
|
2330 |
-
width: 75px;
|
2331 |
-
}
|
2332 |
-
.sfsi_plus_Sicons .fb_iframe_widget {
|
2333 |
-
float: none;
|
2334 |
-
width: auto;
|
2335 |
-
vertical-align: middle;
|
2336 |
-
margin: 2px 0 0;
|
2337 |
-
}
|
2338 |
-
/*absolute commented as for standard icon it was giving issue while icon was to be aligned centerd.*/
|
2339 |
-
.sfsi_plus_Sicons .sf_fb .fb_iframe_widget>span {
|
2340 |
-
position: relative;
|
2341 |
-
/*width: 450px!important;*/
|
2342 |
-
float: left;
|
2343 |
-
}
|
2344 |
-
.sfsi_plus_Sicons .sf_addthis, .sfsi_plus_Sicons .sf_google {
|
2345 |
-
position: relative;
|
2346 |
-
}
|
2347 |
-
.sf_google > div
|
2348 |
-
{
|
2349 |
-
width: 70px !important;
|
2350 |
-
}
|
2351 |
-
.sf_google iframe
|
2352 |
-
{
|
2353 |
-
width: 100% !important;
|
2354 |
-
}
|
2355 |
-
.sfsi_plus_Sicons .sf_google>div
|
2356 |
-
{
|
2357 |
-
float: left !important;
|
2358 |
-
margin-top: 1px !important;
|
2359 |
-
}
|
2360 |
-
.wrapper .sfsi_plus_Sicons .sf_addthis {
|
2361 |
-
margin: 7px 0 0 4px!important;
|
2362 |
-
}
|
2363 |
-
.tab2 .utube_inn label {
|
2364 |
-
font-size: 18px;
|
2365 |
-
}
|
2366 |
-
.sfsi_plc_btm {
|
2367 |
-
padding: 5px 14px 9px;
|
2368 |
-
}
|
2369 |
-
.tab7 .field {
|
2370 |
-
margin-top: 7px;
|
2371 |
-
}
|
2372 |
-
.sfsi_plus_outr_div ul li .cmcls img {
|
2373 |
-
margin-top: 0!important;
|
2374 |
-
}
|
2375 |
-
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt {
|
2376 |
-
float: left;
|
2377 |
-
}
|
2378 |
-
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no {
|
2379 |
-
position: absolute;
|
2380 |
-
padding: 1px 0;
|
2381 |
-
font-size: 12px!important;
|
2382 |
-
line-height: 12px!important;
|
2383 |
-
text-align: center;
|
2384 |
-
background: #fff;
|
2385 |
-
border-radius: 5px;
|
2386 |
-
display: block;
|
2387 |
-
left: 50%;
|
2388 |
-
margin-left: -20px;
|
2389 |
-
border: 1px solid #333;
|
2390 |
-
white-space: pre;
|
2391 |
-
-webkit-box-sizing: border-box;
|
2392 |
-
-moz-box-sizing: border-box;
|
2393 |
-
box-sizing: border-box;
|
2394 |
-
margin-top: 6px;
|
2395 |
-
width: 40px;
|
2396 |
-
word-break: break-all;
|
2397 |
-
word-wrap: break-word;
|
2398 |
-
}
|
2399 |
-
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no:before {
|
2400 |
-
content: url(images/count_top_arow.png);
|
2401 |
-
position: absolute;
|
2402 |
-
height: 9px;
|
2403 |
-
margin-left: -7.5px;
|
2404 |
-
top: -10px;
|
2405 |
-
left: 50%;
|
2406 |
-
width: 15px;
|
2407 |
-
}
|
2408 |
-
.sfsi_plus_outr_div {
|
2409 |
-
position: fixed;
|
2410 |
-
width: 100%;
|
2411 |
-
float: none;
|
2412 |
-
left: 50%;
|
2413 |
-
top: 20%;
|
2414 |
-
margin-left: -50%;
|
2415 |
-
opacity: 0;
|
2416 |
-
z-index: -1;
|
2417 |
-
display: block;
|
2418 |
-
text-align: center;
|
2419 |
-
}
|
2420 |
-
.sfsi_plus_outr_div .sfsi_plus_FrntInner {
|
2421 |
-
display: inline-block;
|
2422 |
-
padding: 15px 17px 27px 18px;
|
2423 |
-
background: #FFF;
|
2424 |
-
border: 1px solid #EDEDED;
|
2425 |
-
box-shadow: 0 0 5px #CCC;
|
2426 |
-
margin: 20px;
|
2427 |
-
position: relative;
|
2428 |
-
}
|
2429 |
-
.sfsi_plus_FrntInner .sfsiclpupwpr
|
2430 |
-
{
|
2431 |
-
position: absolute;
|
2432 |
-
right: -10px;
|
2433 |
-
top: -10px;
|
2434 |
-
width: 25px;
|
2435 |
-
cursor: pointer;
|
2436 |
-
}
|
2437 |
-
.sfsi_plus_FrntInner .sfsiclpupwpr img
|
2438 |
-
{
|
2439 |
-
width: auto;
|
2440 |
-
float: left;
|
2441 |
-
border: medium none;
|
2442 |
-
}
|
2443 |
-
.tab7 .like_pop_box {
|
2444 |
-
width: 100%;
|
2445 |
-
margin: 35px auto auto;
|
2446 |
-
position: relative;
|
2447 |
-
text-align: center;
|
2448 |
-
}
|
2449 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner {
|
2450 |
-
display: inline-block;
|
2451 |
-
padding: 18px 20px;
|
2452 |
-
box-shadow: 0 0 5px #ccc;
|
2453 |
-
-webkit-box-shadow: 0 0 5px #ccc;
|
2454 |
-
border: 1px solid #ededed;
|
2455 |
-
background: #FFF;
|
2456 |
-
}
|
2457 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner h2 {
|
2458 |
-
margin: 0 0 23px;
|
2459 |
-
padding: 0;
|
2460 |
-
color: #414951;
|
2461 |
-
font-family: helveticabold;
|
2462 |
-
font-size: 26px;
|
2463 |
-
text-align: center;
|
2464 |
-
}
|
2465 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner ul {
|
2466 |
-
margin: 0;
|
2467 |
-
padding: 0;
|
2468 |
-
list-style: none;
|
2469 |
-
text-align: center;
|
2470 |
-
}
|
2471 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner ul li {
|
2472 |
-
margin: 0;
|
2473 |
-
padding: 0;
|
2474 |
-
list-style: none;
|
2475 |
-
display: inline-block;
|
2476 |
-
}
|
2477 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner ul li span {
|
2478 |
-
margin: 0;
|
2479 |
-
width: 54px;
|
2480 |
-
display: block;
|
2481 |
-
background: url(../images/count_bg.png) no-repeat;
|
2482 |
-
height: 24px;
|
2483 |
-
overflow: hidden;
|
2484 |
-
padding: 10px 2px 2px;
|
2485 |
-
font-family: helveticaregular;
|
2486 |
-
font-size: 16px;
|
2487 |
-
text-align: center;
|
2488 |
-
line-height: 24px;
|
2489 |
-
color: #5a6570;
|
2490 |
-
}
|
2491 |
-
.tab7 .like_pop_box .sfsi_plus_Popinner ul li a {
|
2492 |
-
color: #5a6570;
|
2493 |
-
text-decoration: none;
|
2494 |
-
}
|
2495 |
-
.sfsi_plus_outr_div .sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2496 |
-
margin-bottom: 0;
|
2497 |
-
}
|
2498 |
-
.sfsi_plus_outr_div ul {
|
2499 |
-
list-style: none;
|
2500 |
-
margin: 0 0 24px;
|
2501 |
-
padding: 0;
|
2502 |
-
text-align: center;
|
2503 |
-
}
|
2504 |
-
a.sfsiColbtn {
|
2505 |
-
color: #5a6570!important;
|
2506 |
-
float: right;
|
2507 |
-
font-size: 14px;
|
2508 |
-
margin: -35px -30px 0 0;
|
2509 |
-
position: relative;
|
2510 |
-
right: 0;
|
2511 |
-
font-family: helveticaregular;
|
2512 |
-
width: 100px;
|
2513 |
-
text-decoration: none;
|
2514 |
-
}
|
2515 |
-
.tab3 a.sfsiColbtn {
|
2516 |
-
margin-top: -55px;
|
2517 |
-
}
|
2518 |
-
.sfsi_plus_FrntInner ul li:first-of-type .sfsi_plus_wicons {
|
2519 |
-
margin-left: 0!important;
|
2520 |
-
}
|
2521 |
-
ul.sfsiplus_tab_3_icns li .trans_bg {
|
2522 |
-
background: #000;
|
2523 |
-
padding-left: 3px;
|
2524 |
-
}
|
2525 |
-
.tab2 .sfsiplus_instagram_section {
|
2526 |
-
padding-bottom: 20px;
|
2527 |
-
}
|
2528 |
-
h1.abt_titl {
|
2529 |
-
text-align: center;
|
2530 |
-
margin: 19% 0 0;
|
2531 |
-
}
|
2532 |
-
.sfcm.sfsi_wicon { padding: 0; width: 100% !important; border: medium none !important; height: auto !important;}
|
2533 |
-
.fb_iframe_widget span {
|
2534 |
-
vertical-align: top!important;
|
2535 |
-
}
|
2536 |
-
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul {
|
2537 |
-
margin: 0 0 0 3px;
|
2538 |
-
}
|
2539 |
-
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul li {
|
2540 |
-
margin: 0 3px 0 0;
|
2541 |
-
}
|
2542 |
-
@-moz-document url-prefix() {
|
2543 |
-
.sfcm.sfsi_wicon {
|
2544 |
-
margin: -1px;
|
2545 |
-
padding: 0;
|
2546 |
-
}
|
2547 |
-
}@media (min-width:320px) and (max-width:480px) {
|
2548 |
-
.sfsi_plus_tool_tip_2, .tool_tip {
|
2549 |
-
padding: 5px 14px 0;
|
2550 |
-
}
|
2551 |
-
.sfsi_plus_inside:last-child {
|
2552 |
-
margin-bottom: 18px;
|
2553 |
-
clear: both;
|
2554 |
-
}
|
2555 |
-
.sfsi_plus_outr_div {
|
2556 |
-
top: 10%}
|
2557 |
-
.sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2558 |
-
width: 31px!important;
|
2559 |
-
height: 31px!important;
|
2560 |
-
}
|
2561 |
-
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
|
2562 |
-
width: 100%}
|
2563 |
-
}
|
2564 |
-
@media (max-width:320px) {
|
2565 |
-
.sfsi_plus_tool_tip_2, .tool_tip {
|
2566 |
-
padding: 5px 14px 0;
|
2567 |
-
}
|
2568 |
-
.sfsi_plus_inside:last-child {
|
2569 |
-
margin-bottom: 18px;
|
2570 |
-
clear: both;
|
2571 |
-
}
|
2572 |
-
.sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2573 |
-
width: 31px!important;
|
2574 |
-
height: 31px!important;
|
2575 |
-
}
|
2576 |
-
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
|
2577 |
-
width: 100%}
|
2578 |
-
}
|
2579 |
-
ul.SFSI_lsngfrm {
|
2580 |
-
float: left;
|
2581 |
-
width: 61%}
|
2582 |
-
ul.SFSI_instructions {
|
2583 |
-
float: left;
|
2584 |
-
width: 39%}
|
2585 |
-
ul.SFSI_instructions li {
|
2586 |
-
font-size: 12px!important;
|
2587 |
-
line-height: 25px!important;
|
2588 |
-
margin: 0!important;
|
2589 |
-
padding: 0 0 0 15px!important;
|
2590 |
-
width: 100%}
|
2591 |
-
|
2592 |
-
/*{Monad}*/
|
2593 |
-
/*Upload Skins css*/
|
2594 |
-
.cstmskin_popup
|
2595 |
-
{
|
2596 |
-
width: 500px;
|
2597 |
-
background: #FFF;
|
2598 |
-
box-shadow: 0 0 5px 3px #d8d8d8;
|
2599 |
-
margin: 40px 0px auto;
|
2600 |
-
padding: 20px 25px 20px;
|
2601 |
-
font-family: helveticaregular;
|
2602 |
-
color: #5a6570;
|
2603 |
-
height: auto;
|
2604 |
-
float: left;
|
2605 |
-
position: relative;
|
2606 |
-
left: 35%;
|
2607 |
-
}
|
2608 |
-
.cstomskins_wrpr {
|
2609 |
-
float: left;
|
2610 |
-
width: 100%;
|
2611 |
-
}
|
2612 |
-
.custskinmsg {
|
2613 |
-
float: left;
|
2614 |
-
font-size: 15px;
|
2615 |
-
margin-top: 10px;
|
2616 |
-
width: 100%;
|
2617 |
-
}
|
2618 |
-
.custskinmsg > ul {
|
2619 |
-
color: #000;
|
2620 |
-
float: left;
|
2621 |
-
margin-top: 8px;
|
2622 |
-
width: 100%;
|
2623 |
-
}
|
2624 |
-
ul.cstmskin_iconlist {
|
2625 |
-
float: left;
|
2626 |
-
margin-top: 10px;
|
2627 |
-
width: 100%;
|
2628 |
-
}
|
2629 |
-
.cstmskin_iconlist > li {
|
2630 |
-
float: left;
|
2631 |
-
margin: 3px 0;
|
2632 |
-
width: 100%;
|
2633 |
-
}
|
2634 |
-
.cstm_icnname {
|
2635 |
-
float: left;
|
2636 |
-
width: 30%;
|
2637 |
-
}
|
2638 |
-
.cstmskins_btn > img {
|
2639 |
-
float: left;
|
2640 |
-
margin-right: 25px;
|
2641 |
-
}
|
2642 |
-
.cstmskin_btn
|
2643 |
-
{
|
2644 |
-
width: auto;
|
2645 |
-
float: left;
|
2646 |
-
padding: 3px 20px;
|
2647 |
-
color: #fff;
|
2648 |
-
background-color:#12a252;
|
2649 |
-
text-decoration: none;
|
2650 |
-
margin: 0 10px;
|
2651 |
-
}
|
2652 |
-
.cstmskins_sbmt
|
2653 |
-
{
|
2654 |
-
width: 100%;
|
2655 |
-
float: left;
|
2656 |
-
text-align: center;
|
2657 |
-
margin-top: 15px;
|
2658 |
-
}
|
2659 |
-
.done_btn
|
2660 |
-
{
|
2661 |
-
width: auto;
|
2662 |
-
padding: 3px 80px;
|
2663 |
-
color: #fff;
|
2664 |
-
background-color:#12a252;
|
2665 |
-
text-decoration: none;
|
2666 |
-
font-size: 18px;
|
2667 |
-
}
|
2668 |
-
.cstmskin_btn:hover, .done_btn:hover, .cstmskin_btn:focus, .done_btn:focus
|
2669 |
-
{
|
2670 |
-
color: #fff;
|
2671 |
-
}
|
2672 |
-
.skswrpr, .dlt_btn
|
2673 |
-
{
|
2674 |
-
display: none;
|
2675 |
-
}
|
2676 |
-
.cstmutbewpr
|
2677 |
-
{
|
2678 |
-
width: 100%;
|
2679 |
-
float: left;
|
2680 |
-
margin-top: 10px;
|
2681 |
-
}
|
2682 |
-
.cstmutbewpr ul.enough_waffling li
|
2683 |
-
{
|
2684 |
-
width: auto;
|
2685 |
-
float: left;
|
2686 |
-
margin-right: 20px;
|
2687 |
-
}
|
2688 |
-
.cstmutbewpr ul.enough_waffling li span
|
2689 |
-
{
|
2690 |
-
float: left;
|
2691 |
-
}
|
2692 |
-
.cstmutbewpr ul.enough_waffling li label
|
2693 |
-
{
|
2694 |
-
width: auto;
|
2695 |
-
float: left;
|
2696 |
-
margin-top: 10px;
|
2697 |
-
margin-left: 10px;
|
2698 |
-
}
|
2699 |
-
.cstmutbewpr .cstmutbtxtwpr
|
2700 |
-
{
|
2701 |
-
width: 100%;
|
2702 |
-
float: left;
|
2703 |
-
padding-top: 10px;
|
2704 |
-
}
|
2705 |
-
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr
|
2706 |
-
{
|
2707 |
-
width: 100%;
|
2708 |
-
float: left;
|
2709 |
-
display: none;
|
2710 |
-
}
|
2711 |
-
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p
|
2712 |
-
{
|
2713 |
-
margin-left: 0px;
|
2714 |
-
}
|
2715 |
-
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr
|
2716 |
-
{
|
2717 |
-
width: 100%;
|
2718 |
-
float: left;
|
2719 |
-
display: none;
|
2720 |
-
}
|
2721 |
-
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label
|
2722 |
-
{
|
2723 |
-
width: 120px;
|
2724 |
-
}
|
2725 |
-
.sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a, .sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a.sficn
|
2726 |
-
{
|
2727 |
-
padding: 0px;
|
2728 |
-
margin: 0px;
|
2729 |
-
width: 100%;
|
2730 |
-
/*float: left;*/
|
2731 |
-
border: medium none;
|
2732 |
-
}
|
2733 |
-
.sfsi_socialwpr
|
2734 |
-
{
|
2735 |
-
width: auto;
|
2736 |
-
float: left;
|
2737 |
-
}
|
2738 |
-
.sfsi_socialwpr .sf_fb
|
2739 |
-
{
|
2740 |
-
float:left;
|
2741 |
-
margin:5px 5px 5px 5px;
|
2742 |
-
min-height: 20px;
|
2743 |
-
}
|
2744 |
-
.sfsi_socialwpr .sf_google
|
2745 |
-
{
|
2746 |
-
float:left;
|
2747 |
-
margin:5px 5px 5px 5px;
|
2748 |
-
max-width:62px;
|
2749 |
-
min-width:35px;
|
2750 |
-
min-height: 20px;
|
2751 |
-
}
|
2752 |
-
.sfsi_socialwpr .sf_addthis
|
2753 |
-
{
|
2754 |
-
float:left;
|
2755 |
-
margin:5px 5px 5px 5px;
|
2756 |
-
min-height: 20px;
|
2757 |
-
}
|
2758 |
-
.sfsipyplfrm
|
2759 |
-
{
|
2760 |
-
float: left;
|
2761 |
-
margin-top: 10px;
|
2762 |
-
width: 100%;
|
2763 |
-
}
|
2764 |
-
.sfsipyplfrm input[type="submit"]
|
2765 |
-
{
|
2766 |
-
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
2767 |
-
border: medium none;
|
2768 |
-
color: #0074a2;
|
2769 |
-
cursor: pointer;
|
2770 |
-
font-weight: normal;
|
2771 |
-
margin: 0;
|
2772 |
-
padding: 5px 10px;
|
2773 |
-
text-decoration: underline;
|
2774 |
-
}
|
2775 |
-
.sfsipyplfrm input[type="submit"]:hover
|
2776 |
-
{
|
2777 |
-
color: #2ea2cc
|
2778 |
-
}
|
2779 |
-
.pop_up_box_ex {
|
2780 |
-
background: none repeat scroll 0 0 #fff;
|
2781 |
-
box-shadow: 0 0 5px 3px #d8d8d8;
|
2782 |
-
color: #5a6570;
|
2783 |
-
font-family: helveticaregular;
|
2784 |
-
margin: 200px auto;
|
2785 |
-
min-height: 150px;
|
2786 |
-
padding: 20px 25px 0px;
|
2787 |
-
position: relative;
|
2788 |
-
width: 290px;
|
2789 |
-
}
|
2790 |
-
.pop_up_box_ex {
|
2791 |
-
color: #5a6570;
|
2792 |
-
font-family: helveticaregular;
|
2793 |
-
}
|
2794 |
-
|
2795 |
-
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info {
|
2796 |
-
font-family: helveticaregular;
|
2797 |
-
width: 94.7%;
|
2798 |
-
float: left;
|
2799 |
-
}
|
2800 |
-
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info p label.ckckslctn
|
2801 |
-
{
|
2802 |
-
display: none;
|
2803 |
-
}
|
2804 |
-
|
2805 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr > li {
|
2806 |
-
width:100% !important;
|
2807 |
-
max-width:100% !important;
|
2808 |
-
border-left: 45px solid transparent;
|
2809 |
-
-webkit-box-sizing: border-box;
|
2810 |
-
-moz-box-sizing: border-box;;
|
2811 |
-
-ms-box-sizing: border-box;
|
2812 |
-
-o-box-sizing: border-box;
|
2813 |
-
box-sizing: border-box;
|
2814 |
-
}
|
2815 |
-
|
2816 |
-
.tab8 .icons_size > input {
|
2817 |
-
background:none repeat scroll 0 0 #e5e5e5;
|
2818 |
-
width:80px;
|
2819 |
-
float:left;
|
2820 |
-
padding:10px 0;
|
2821 |
-
text-align:center;
|
2822 |
-
}
|
2823 |
-
.tab8 .icons_size > ins { margin-left:19px; }
|
2824 |
-
.tab8 .icons_size > span.last { width: auto !important; clear: left }
|
2825 |
-
.tab8 .radio_section.tb_4_ck { margin: 0 20px 0 0 !important; }
|
2826 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row,
|
2827 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr p,
|
2828 |
-
.tab8 .options {
|
2829 |
-
float: none;
|
2830 |
-
width: 100%;
|
2831 |
-
border-left: 60px solid transparent;
|
2832 |
-
-webkit-box-sizing: border-box;
|
2833 |
-
-moz-box-sizing: border-box;
|
2834 |
-
-o-box-sizing: border-box;
|
2835 |
-
-ms-box-sizing: border-box;
|
2836 |
-
box-sizing: border-box;
|
2837 |
-
}
|
2838 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr label { width: auto; }
|
2839 |
-
|
2840 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 ul { margin-left: 15px}
|
2841 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 li { width: auto; max-width: auto; min-width: auto; margin: 0 50px 0 0 }
|
2842 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .usually > li { width:85% !important; max-width: 100% !important; margin-left: 70px; font-family: 'helveticaneue-light'; padding-bottom: 5px}
|
2843 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .options > label { width:356px !important; margin:0; width: auto; margin-bottom: 0; margin-top: 0px; }
|
2844 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options .first.chcklbl { float: left !important; width: 335px !important; }
|
2845 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options .chckwpr { width:400px; float:right; }
|
2846 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options {
|
2847 |
-
width:90%;
|
2848 |
-
margin:0;
|
2849 |
-
font-family: 'helveticaneue-light';
|
2850 |
-
float: left;
|
2851 |
-
margin-bottom: 10px;
|
2852 |
-
max-width: 895px;
|
2853 |
-
border-left: none;
|
2854 |
-
}
|
2855 |
-
.sfsiplus_toggleonlystndrshrng { margin-bottom: 30px !important}
|
2856 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options.shareicontextfld { margin: 15px 0; }
|
2857 |
-
.tab8 .sfsiplus_tab_3_icns.flthmonpg .radio { margin-top:55px !important; }
|
2858 |
-
.tab8 .radiodisplaysection { float: left;}
|
2859 |
-
|
2860 |
-
|
2861 |
-
|
2862 |
-
/*palak css end*/
|
2863 |
-
/*modify by palak*/
|
2864 |
-
.tab8 ul.sfsiplus_icn_listing8 li {
|
2865 |
-
float: left;
|
2866 |
-
padding: 11px 0 40px 8px;
|
2867 |
-
width: 100%;
|
2868 |
-
max-width: 1000px;
|
2869 |
-
margin: 0
|
2870 |
-
}
|
2871 |
-
.sfsiplusplacethemanulywpr { max-width: 98% !important}
|
2872 |
-
|
2873 |
-
/*modify by palak*/
|
2874 |
-
/*modify by palak*/
|
2875 |
-
.tab8 ul.sfsiplus_icn_listing8 {
|
2876 |
-
list-style: outside none none;
|
2877 |
-
margin: 5px 0 0;
|
2878 |
-
overflow: hidden;
|
2879 |
-
}
|
2880 |
-
/*modify by palak*/
|
2881 |
-
.sfsiplus_right_info label.sfsiplus_sub-subtitle
|
2882 |
-
{
|
2883 |
-
font-size: 16px !important;
|
2884 |
-
font-weight: normal;
|
2885 |
-
}
|
2886 |
-
ul.plus_icn_listing li .sfsiplus_right_info label.sfsiplus_sub-subtitle a
|
2887 |
-
{
|
2888 |
-
font-size: 13px;
|
2889 |
-
}
|
2890 |
-
.tab8 ul.sfsiplus_tab_3_icns li .radio {
|
2891 |
-
margin-top: 7px;
|
2892 |
-
}
|
2893 |
-
|
2894 |
-
.tab8 ul.sfsiplus_tab_3_icns li label {
|
2895 |
-
line-height: 50px !important;
|
2896 |
-
}
|
2897 |
-
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns li {
|
2898 |
-
width: 50%;
|
2899 |
-
max-width: 450px;
|
2900 |
-
min-width: 420px;
|
2901 |
-
padding-left: 0;
|
2902 |
-
padding-bottom: 15px
|
2903 |
-
}
|
2904 |
-
|
2905 |
-
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(1),
|
2906 |
-
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(2) { width: 50% !important}
|
2907 |
-
.space.disblfltonmbl p.list { width: 100%; margin-bottom: 28px}
|
2908 |
-
|
2909 |
-
|
2910 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p { display: table}
|
2911 |
-
|
2912 |
-
/*modify by palak*/
|
2913 |
-
.tab8 .row
|
2914 |
-
{
|
2915 |
-
clear: both;
|
2916 |
-
display: block;
|
2917 |
-
float: left;
|
2918 |
-
font-family: helveticaregular;
|
2919 |
-
line-height: 42px;
|
2920 |
-
margin-top: 25px;
|
2921 |
-
padding-top: 15px;
|
2922 |
-
width: 100%;
|
2923 |
-
}
|
2924 |
-
/*modify by palak*/
|
2925 |
-
.tab8 .icons_size { margin-top: -12px; }
|
2926 |
-
.tab8 .icons_size { position: relative; font-family: 'helveticaneue-light'; width: 538px; float: right }
|
2927 |
-
.tab8 .icons_size span {
|
2928 |
-
display: block;
|
2929 |
-
float: left;
|
2930 |
-
font-size: 20px;
|
2931 |
-
font-weight: 400;
|
2932 |
-
line-height: 42px;
|
2933 |
-
margin-right: 18px;
|
2934 |
-
}
|
2935 |
-
|
2936 |
-
.tab8.icons_size span.last
|
2937 |
-
{
|
2938 |
-
margin-left: 55px;
|
2939 |
-
}
|
2940 |
-
.tab8 .icons_size ins
|
2941 |
-
{
|
2942 |
-
float: left;
|
2943 |
-
font-size: 17px;
|
2944 |
-
font-weight: 400;
|
2945 |
-
margin-right: 25px;
|
2946 |
-
text-decoration: none;
|
2947 |
-
margin-bottom: 20px;
|
2948 |
-
}
|
2949 |
-
.tab8 .social_icon_like1 {
|
2950 |
-
float: left;
|
2951 |
-
margin: 0;
|
2952 |
-
padding: 30px 0 0;
|
2953 |
-
text-align: center;
|
2954 |
-
width: 100%;
|
2955 |
-
}
|
2956 |
-
.tab8 .social_icon_like1 ul {
|
2957 |
-
list-style: outside none none;
|
2958 |
-
margin: 0;
|
2959 |
-
padding: 0;
|
2960 |
-
text-align: center;
|
2961 |
-
}
|
2962 |
-
.tab8 .social_icon_like1 li {
|
2963 |
-
display: inline-block;
|
2964 |
-
list-style: outside none none;
|
2965 |
-
margin: 0 0 0 45px !important;
|
2966 |
-
padding: 0;
|
2967 |
-
width: auto !important;
|
2968 |
-
min-width: 100px !important;
|
2969 |
-
}
|
2970 |
-
.tab8 .social_icon_like1 li a {
|
2971 |
-
color: #5a6570;
|
2972 |
-
display: block;
|
2973 |
-
text-decoration: none;
|
2974 |
-
}
|
2975 |
-
.tab8 .social_icon_like1 li img {
|
2976 |
-
display: block;
|
2977 |
-
float: left;
|
2978 |
-
margin-right: 5px;
|
2979 |
-
}
|
2980 |
-
.tab8 ul.usually {
|
2981 |
-
list-style: outside none none;
|
2982 |
-
margin: 28px 0 15px 60px;
|
2983 |
-
padding: 0;
|
2984 |
-
float: left
|
2985 |
-
}
|
2986 |
-
.tab8 ul.usually li {
|
2987 |
-
font-size: 17px;
|
2988 |
-
list-style: outside none none;
|
2989 |
-
margin: 0;
|
2990 |
-
padding: 0;
|
2991 |
-
text-align: left;
|
2992 |
-
width: auto;
|
2993 |
-
}
|
2994 |
-
.tab8 ul.enough_waffling {
|
2995 |
-
list-style: outside none none;
|
2996 |
-
margin: 25px 0 0;
|
2997 |
-
padding: 0;
|
2998 |
-
text-align: center;
|
2999 |
-
}
|
3000 |
-
.tab8 ul.enough_waffling li {
|
3001 |
-
display: inline-block;
|
3002 |
-
list-style: outside none none;
|
3003 |
-
margin: 0 22px;
|
3004 |
-
padding: 0;
|
3005 |
-
}
|
3006 |
-
.tab8 ul.enough_waffling li span {
|
3007 |
-
float: left;
|
3008 |
-
}
|
3009 |
-
.tab8 ul.enough_waffling li label {
|
3010 |
-
color: #5a6570;
|
3011 |
-
float: left;
|
3012 |
-
font-family: helveticaregular;
|
3013 |
-
font-size: 18px;
|
3014 |
-
font-weight: 400;
|
3015 |
-
line-height: 38px;
|
3016 |
-
margin: 0 0 0 20px;
|
3017 |
-
text-align: center;
|
3018 |
-
}
|
3019 |
-
/*modify by palak*/
|
3020 |
-
.tab8 .row {
|
3021 |
-
clear: both;
|
3022 |
-
display: block;
|
3023 |
-
float: left;
|
3024 |
-
font-family: helveticaregular;
|
3025 |
-
line-height: 42px;
|
3026 |
-
margin-top: 0px;
|
3027 |
-
padding-top: 10px;
|
3028 |
-
width: 100%;
|
3029 |
-
}
|
3030 |
-
/*modify by palak*/
|
3031 |
-
.tab8 .options {
|
3032 |
-
clear: both;
|
3033 |
-
float: left;
|
3034 |
-
margin-top: 25px;
|
3035 |
-
width: auto;
|
3036 |
-
float: none;
|
3037 |
-
}
|
3038 |
-
.tab8 .options label.first {
|
3039 |
-
font-family: 'helveticaneue-light';
|
3040 |
-
font-size: 18px;
|
3041 |
-
}
|
3042 |
-
.tab8 .options label {
|
3043 |
-
color: #5a6570;
|
3044 |
-
float: left;
|
3045 |
-
font-family: 'helveticaneue-light';
|
3046 |
-
font-size: 18px;
|
3047 |
-
line-height: 46px;
|
3048 |
-
width: 345px;
|
3049 |
-
}
|
3050 |
-
.tab8 .options input {
|
3051 |
-
background: none repeat scroll 0 0 #e5e5e5;
|
3052 |
-
border: 0 none;
|
3053 |
-
box-shadow: 2px 2px 3px #dcdcdc inset;
|
3054 |
-
float: left;
|
3055 |
-
padding: 10px;
|
3056 |
-
width: 308px;
|
3057 |
-
}
|
3058 |
-
.tab8 .options .field {
|
3059 |
-
float: left;
|
3060 |
-
position: relative;
|
3061 |
-
width: 223px;
|
3062 |
-
}
|
3063 |
-
.tab8 .options .field .select {
|
3064 |
-
background: url(../images/select_bg1.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
3065 |
-
display: block;
|
3066 |
-
font-family: helveticaregular;
|
3067 |
-
padding-left: 17px;
|
3068 |
-
width: 207px;
|
3069 |
-
}
|
3070 |
-
.tab8 .options .field select.styled {
|
3071 |
-
height: 46px;
|
3072 |
-
left: 0;
|
3073 |
-
line-height: 46px;
|
3074 |
-
position: absolute;
|
3075 |
-
top: 0;
|
3076 |
-
width: 213px;
|
3077 |
-
}
|
3078 |
-
.tab8 .options .field select.styled {
|
3079 |
-
line-height: 46px;
|
3080 |
-
}
|
3081 |
-
.tab8 ul.sfsiplus_icn_listing8 li .snglchckcntr .sfsiplus_right_info {
|
3082 |
-
float: left;
|
3083 |
-
margin-right: 0;
|
3084 |
-
text-align: left;
|
3085 |
-
width: auto;
|
3086 |
-
font-family: 'helveticaneue-light';
|
3087 |
-
font-size: 18px;
|
3088 |
-
line-height: 30px;
|
3089 |
-
}
|
3090 |
-
.chckwpr .snglchckcntr:first-child { float:left; }
|
3091 |
-
.chckwpr .snglchckcntr:last-child { float:left; margin-left: 110px; }
|
3092 |
-
.chckwpr
|
3093 |
-
{
|
3094 |
-
width:100%;
|
3095 |
-
float:left;
|
3096 |
-
}
|
3097 |
-
.cstmutbchnlidwpr .utbe_instruction,.cstmutbchnlnmewpr .utbe_instruction, .lnkdin_instruction {
|
3098 |
-
float: left;
|
3099 |
-
line-height: 22px;
|
3100 |
-
margin-top: 10px;
|
3101 |
-
width: 100%;
|
3102 |
-
}
|
3103 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p
|
3104 |
-
{
|
3105 |
-
font-size: 20px;
|
3106 |
-
}
|
3107 |
-
#accordion .tab8 ul.sfsiplus_tab_3_icns { margin-top: 25px; }
|
3108 |
-
#accordion .tab8 ul.sfsiplus_tab_3_icns.flthmonpg { margin-left: 45px}
|
3109 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisplaysharingtxt { padding-top: 5px; display: inline;}
|
3110 |
-
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .labelhdng4,
|
3111 |
-
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4.labelhdng4 { color: #555; font-size: 20px; margin-left: 20px; font-family: 'helveticaregular'}
|
3112 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section { border-left: 105px solid transparent; float: left; padding-top: 0}
|
3113 |
-
.sfsiplus_toggleonlystndrshrng { margin-bottom: 0 !important}
|
3114 |
-
.radiodisplaysection { float: left}
|
3115 |
-
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section>.labelhdng4 { margin-bottom: 20px !important}
|
3116 |
-
.sfsiplus_shwthmbfraftr { margin-top: 5px !important}
|
3117 |
-
label.sfsiplus_toglpstpgsbttl { float: left; margin-top: 5px !important}
|
3118 |
-
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4 {
|
3119 |
-
font-family: 'helveticaneue-light';
|
3120 |
-
font-weight: normal;
|
3121 |
-
font-size: 18px;
|
3122 |
-
color: #69737c;
|
3123 |
-
float: left
|
3124 |
-
}
|
3125 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options .seconds.chcklbl { float: right; width: 400px !important; }
|
3126 |
-
.sfsibeforpstwpr
|
3127 |
-
{
|
3128 |
-
width: 100%;
|
3129 |
-
float: left;
|
3130 |
-
line-height: 18px;
|
3131 |
-
margin: 5px 0;
|
3132 |
-
}
|
3133 |
-
.sfsiaftrpstwpr
|
3134 |
-
{
|
3135 |
-
width: 100%;
|
3136 |
-
float: left;
|
3137 |
-
line-height: 18px;
|
3138 |
-
margin: 5px 0;
|
3139 |
-
}
|
3140 |
-
.sfsibeforpstwpr .sfsi_plus_Sicons span
|
3141 |
-
{
|
3142 |
-
font-size: 20px;
|
3143 |
-
}
|
3144 |
-
.sfsiaftrpstwpr .sfsi_plus_Sicons span
|
3145 |
-
{
|
3146 |
-
font-size: 20px;
|
3147 |
-
}
|
3148 |
-
.sfsibeforpstwpr .sfsi_plus_Sicons
|
3149 |
-
{
|
3150 |
-
|
3151 |
-
}
|
3152 |
-
.sfsiaftrpstwpr .sfsi_plus_Sicons
|
3153 |
-
{
|
3154 |
-
|
3155 |
-
}
|
3156 |
-
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr
|
3157 |
-
{
|
3158 |
-
width: auto;
|
3159 |
-
float: left;
|
3160 |
-
}
|
3161 |
-
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr
|
3162 |
-
{
|
3163 |
-
width: auto;
|
3164 |
-
float: left;
|
3165 |
-
}
|
3166 |
-
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons
|
3167 |
-
{
|
3168 |
-
float: left;
|
3169 |
-
}
|
3170 |
-
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons
|
3171 |
-
{
|
3172 |
-
float: left;
|
3173 |
-
}
|
3174 |
-
.sfsi_flicnsoptn3
|
3175 |
-
{
|
3176 |
-
color: #69737c;
|
3177 |
-
float: left;
|
3178 |
-
font-size: 20px;
|
3179 |
-
margin: 62px 5px 0 20px;
|
3180 |
-
font-family: 'helveticaneue-light';
|
3181 |
-
|
3182 |
-
width: 120px;
|
3183 |
-
}
|
3184 |
-
|
3185 |
-
.sfsi_ckckslctnlbl
|
3186 |
-
{
|
3187 |
-
font-weight: bold;
|
3188 |
-
}
|
3189 |
-
.sfsibeforpstwpr iframe{max-width: none; vertical-align: middle;}
|
3190 |
-
.sfsiaftrpstwpr iframe{max-width: none; vertical-align: middle;}
|
3191 |
-
.sfwp_fivestar_ul li { display: inline-block; padding-right: 20px; }
|
3192 |
-
.fb_iframe_widget iframe
|
3193 |
-
{
|
3194 |
-
max-width: none;
|
3195 |
-
}
|
3196 |
-
.sfsi_mainContainer p.bldtxtmsg{float: left; font-size: 15px; font-weight: bold
|
3197 |
-
.
|
3198 |
-
.sfsiplus_icn_listing8 li > div{width: auto; float: left;}
|
3199 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
|
3200 |
-
{
|
3201 |
-
padding-bottom: 30px;
|
3202 |
-
float: left;
|
3203 |
-
}
|
3204 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
|
3205 |
-
{
|
3206 |
-
background: medium none;
|
3207 |
-
}
|
3208 |
-
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng code
|
3209 |
-
{
|
3210 |
-
background: none repeat scroll 0 0 transparent;
|
3211 |
-
padding-left: 0px;
|
3212 |
-
padding-right: 0px;
|
3213 |
-
}
|
3214 |
-
.options.sfsipluspstvwpr {
|
3215 |
-
margin-left: 17% !important;
|
3216 |
-
margin-left: 0% !important;
|
3217 |
-
}
|
3218 |
-
.tab8 .row.sfsiplus_PostsSettings_section .options.sfsipluspstvwpr .first.chcklbl
|
3219 |
-
{
|
3220 |
-
width: 180px !important;
|
3221 |
-
}
|
3222 |
-
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr {
|
3223 |
-
overflow: visible;
|
3224 |
-
}
|
3225 |
-
/*.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1{margin: 2px 35px 2px !important;clear:both;}*/
|
3226 |
-
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{margin: 2px 12px 2px !important;clear:both;text-align:center;float:none;}
|
3227 |
-
.cstmicon1{text-align:center;}
|
3228 |
-
.sfsi_plus_Sicons img, #sfsiplusid_facebook img, #sfsiplusid_google img, #sfsiplusid_twitter img { height: 20px;}
|
3229 |
-
|
3230 |
-
.sfsi_plus_wicons a.sficn, .sfsi_plus_wicons .sfsi_plus_inside a, .sfsi_plus_Sicons div a
|
3231 |
-
{
|
3232 |
-
box-shadow: none;
|
3233 |
-
border: none;
|
3234 |
-
}
|
3235 |
-
|
3236 |
-
.sfsi_plus_Sicons .sf_pinit
|
3237 |
-
{
|
3238 |
-
margin-right: 4px;
|
3239 |
-
}
|
3240 |
-
.sfsi_plus_Sicons .sf_pinit > span
|
3241 |
-
{
|
3242 |
-
height: 22px !important;
|
3243 |
-
vertical-align: middle;
|
3244 |
-
}
|
3245 |
-
.sfsi_plus_Sicons .sf_pinit > span
|
3246 |
-
{
|
3247 |
-
height: 22px !important;
|
3248 |
-
vertical-align: middle;
|
3249 |
-
}
|
3250 |
-
.sfsi_plus_Sicons .sf_pinit > span > span
|
3251 |
-
{
|
3252 |
-
display: inline-block;
|
3253 |
-
width: 47px !important;
|
3254 |
-
position: relative !important;
|
3255 |
-
margin-left: 40px;
|
3256 |
-
vertical-align: top;
|
3257 |
-
right: 0 !important;
|
3258 |
-
}
|
1 |
+
@charset "utf-8";
|
2 |
+
@font-face {
|
3 |
+
font-family: helveticabold;
|
4 |
+
src: url(fonts/helvetica_bold_0-webfont.eot);
|
5 |
+
src: url(fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_bold_0-webfont.woff) format('woff'), url(fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
|
6 |
+
font-weight: 400;
|
7 |
+
font-style: normal;
|
8 |
+
}
|
9 |
+
@font-face {
|
10 |
+
font-family: helveticaregular;
|
11 |
+
src: url(fonts/helvetica_0-webfont.eot);
|
12 |
+
src: url(fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/helvetica_0-webfont.woff) format('woff'), url(fonts/helvetica_0-webfont.ttf) format('truetype'), url(fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
|
13 |
+
font-weight: 400;
|
14 |
+
font-style: normal;
|
15 |
+
}
|
16 |
+
|
17 |
+
@font-face {
|
18 |
+
font-family: helveticaneue-light;
|
19 |
+
src: url(fonts/helveticaneue-light.eot);
|
20 |
+
src: url(fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
|
21 |
+
url(fonts/helveticaneue-light.woff) format('woff'),
|
22 |
+
url(fonts/helveticaneue-light.ttf) format('truetype'),
|
23 |
+
url(fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
|
24 |
+
font-weight: 400;
|
25 |
+
font-style: normal;
|
26 |
+
}
|
27 |
+
body {
|
28 |
+
margin: 0;
|
29 |
+
padding: 0;
|
30 |
+
}
|
31 |
+
.clear {
|
32 |
+
clear: both;
|
33 |
+
}
|
34 |
+
.space {
|
35 |
+
clear: both;
|
36 |
+
padding: 30px 0 0;
|
37 |
+
width: 100%;
|
38 |
+
float: left;
|
39 |
+
}
|
40 |
+
.sfsi_mainContainer {
|
41 |
+
font-family: helveticaregular;
|
42 |
+
}
|
43 |
+
.sfsi_mainContainer h1, .sfsi_mainContainer h2, .sfsi_mainContainer h3, .sfsi_mainContainer h4, .sfsi_mainContainer h5, .sfsi_mainContainer h6, .sfsi_mainContainer li, .sfsi_mainContainer p, .sfsi_mainContainer ul {
|
44 |
+
margin: 0;
|
45 |
+
padding: 0;
|
46 |
+
font-weight: 400;
|
47 |
+
}
|
48 |
+
.sfsi_mainContainer img {
|
49 |
+
border: 0;
|
50 |
+
}
|
51 |
+
.main_contant p, .ui-accordion .ui-accordion-header {
|
52 |
+
font-family: 'helveticaneue-light';
|
53 |
+
}
|
54 |
+
.sfsi_mainContainer input, .sfsi_mainContainer select {
|
55 |
+
outline: 0;
|
56 |
+
}
|
57 |
+
.wapper {
|
58 |
+
padding: 48px 106px 40px 20px;
|
59 |
+
display: block;
|
60 |
+
background: #f1f1f1;
|
61 |
+
}
|
62 |
+
.main_contant {
|
63 |
+
margin: 0;
|
64 |
+
padding: 0;
|
65 |
+
}
|
66 |
+
.main_contant h1 {
|
67 |
+
padding: 0;
|
68 |
+
color: #1a1d20;
|
69 |
+
font-family: helveticabold;
|
70 |
+
font-size: 28px;
|
71 |
+
}
|
72 |
+
.main_contant p {
|
73 |
+
padding: 0;
|
74 |
+
color: #414951;
|
75 |
+
font-size: 17px;
|
76 |
+
line-height: 26px;
|
77 |
+
}
|
78 |
+
.main_contant p span {
|
79 |
+
text-decoration: underline;
|
80 |
+
font-family: helveticabold;
|
81 |
+
}
|
82 |
+
.like_txt {
|
83 |
+
margin: 30px 0 0;
|
84 |
+
padding: 0;
|
85 |
+
color: #12a252;
|
86 |
+
font-family: helveticaregular;
|
87 |
+
font-size: 20px;
|
88 |
+
line-height: 20px;
|
89 |
+
text-align: center;
|
90 |
+
}
|
91 |
+
.like_txt a {
|
92 |
+
color: #12a252;
|
93 |
+
}
|
94 |
+
#accordion p, #accordion1 p {
|
95 |
+
color: #5a6570;
|
96 |
+
text-align: left;
|
97 |
+
font-family: 'helveticaneue-light';
|
98 |
+
font-size: 17px;
|
99 |
+
line-height: 26px;
|
100 |
+
padding-top: 19px;
|
101 |
+
}
|
102 |
+
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .cstmdisplaysharingtxt { float: left; }
|
103 |
+
#accordion p:first-child, #accordion1 p:first-child {
|
104 |
+
padding-top: 0;
|
105 |
+
}
|
106 |
+
#accordion h4, #accordion1 h4 {
|
107 |
+
margin: 0;
|
108 |
+
padding: 30px 0 0;
|
109 |
+
color: #414951;
|
110 |
+
font-size: 20px;
|
111 |
+
line-height: 22px;
|
112 |
+
font-family: helveticaregular;
|
113 |
+
}
|
114 |
+
#accordion h4:first-child, #accordion1 h4:first-child {
|
115 |
+
padding-top: 0;
|
116 |
+
}
|
117 |
+
|
118 |
+
#accordion .tab8 h4:first-child, #accordion1 h4:first-child { margin-left: 0 !important}
|
119 |
+
|
120 |
+
.tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7 {
|
121 |
+
color: #5a6570;
|
122 |
+
text-align: left;
|
123 |
+
font-family: helveticaregular;
|
124 |
+
font-size: 18px;
|
125 |
+
line-height: 26px;
|
126 |
+
}
|
127 |
+
.tab4 ul.like_icon {
|
128 |
+
margin: 0;
|
129 |
+
padding: 20px 0 0;
|
130 |
+
list-style: none;
|
131 |
+
text-align: center;
|
132 |
+
}
|
133 |
+
.tab4 ul.like_icon li {
|
134 |
+
margin: 0;
|
135 |
+
padding: 0;
|
136 |
+
list-style: none;
|
137 |
+
display: inline-block;
|
138 |
+
}
|
139 |
+
.tab4 ul.like_icon li span {
|
140 |
+
margin: 0;
|
141 |
+
width: 54px;
|
142 |
+
display: block;
|
143 |
+
background: url(../images/count_bg.png) no-repeat;
|
144 |
+
height: 24px;
|
145 |
+
overflow: hidden;
|
146 |
+
padding: 10px 2px 2px;
|
147 |
+
font-size: 17px;
|
148 |
+
text-align: center;
|
149 |
+
line-height: 24px;
|
150 |
+
color: #5a6570;
|
151 |
+
}
|
152 |
+
.tab4 ul.like_icon li a {
|
153 |
+
color: #5a6570;
|
154 |
+
text-decoration: none;
|
155 |
+
}
|
156 |
+
.tab4 ul.enough_waffling {
|
157 |
+
margin: 0;
|
158 |
+
padding: 25px 0 27px;
|
159 |
+
list-style: none;
|
160 |
+
text-align: center;
|
161 |
+
}
|
162 |
+
.tab4 ul.enough_waffling li {
|
163 |
+
margin: 0 22px;
|
164 |
+
padding: 0;
|
165 |
+
list-style: none;
|
166 |
+
display: inline-block;
|
167 |
+
}
|
168 |
+
.tab4 ul.enough_waffling li span {
|
169 |
+
float: left;
|
170 |
+
}
|
171 |
+
.tab4 ul.enough_waffling li label {
|
172 |
+
margin: 0 0 0 20px;
|
173 |
+
float: left;
|
174 |
+
font-family: helveticaregular;
|
175 |
+
font-size: 18px;
|
176 |
+
font-weight: 400;
|
177 |
+
text-align: center;
|
178 |
+
line-height: 38px;
|
179 |
+
color: #5a6570;
|
180 |
+
}
|
181 |
+
.sfsi_mainContainer .checkbox {
|
182 |
+
width: 31px;
|
183 |
+
height: 31px;
|
184 |
+
background: url(../images/check_bg.jpg) no-repeat;
|
185 |
+
display: inherit;
|
186 |
+
}
|
187 |
+
.tab8 .social_icon_like1 li span.checkbox {
|
188 |
+
width: 31px;
|
189 |
+
height: 31px;
|
190 |
+
background: url(../images/check_bg.jpg) no-repeat;
|
191 |
+
display: inherit;
|
192 |
+
}
|
193 |
+
.tab8 .social_icon_like1 li a
|
194 |
+
{
|
195 |
+
float: left;
|
196 |
+
}
|
197 |
+
.sfsi_mainContainer .radio {
|
198 |
+
width: 40px;
|
199 |
+
height: 40px;
|
200 |
+
background: url(../images/radio_bg.png) no-repeat;
|
201 |
+
display: inherit;
|
202 |
+
}
|
203 |
+
.sfsi_mainContainer .select {
|
204 |
+
width: 127px;
|
205 |
+
height: 47px;
|
206 |
+
font-size: 17px;
|
207 |
+
background: url(../images/select_bg.jpg) no-repeat;
|
208 |
+
display: block;
|
209 |
+
padding-left: 16px;
|
210 |
+
line-height: 49px;
|
211 |
+
}
|
212 |
+
.sfsi_mainContainer .line {
|
213 |
+
background: #eaebee;
|
214 |
+
height: 1px;
|
215 |
+
font-size: 0;
|
216 |
+
margin: 15px 0 0;
|
217 |
+
clear: both;
|
218 |
+
width: 100%;
|
219 |
+
float: left;
|
220 |
+
}
|
221 |
+
.sfsiplus_specify_counts {
|
222 |
+
display: block;
|
223 |
+
margin-top: 15px;
|
224 |
+
padding-top: 15px;
|
225 |
+
clear: both;
|
226 |
+
width: 100%;
|
227 |
+
float: left;
|
228 |
+
border-top: 1px solid #eaebee;
|
229 |
+
}
|
230 |
+
.sfsiplus_specify_counts .radio_section {
|
231 |
+
width: 30px;
|
232 |
+
float: left;
|
233 |
+
margin: 12px 10px 0 0;
|
234 |
+
}
|
235 |
+
.sfsiplus_specify_counts .social_icon_like {
|
236 |
+
width: 54px;
|
237 |
+
float: left;
|
238 |
+
margin: 0 15px 0 0;
|
239 |
+
}
|
240 |
+
.sfsiplus_specify_counts .social_icon_like ul {
|
241 |
+
margin: 0;
|
242 |
+
padding: 0 !important;
|
243 |
+
list-style: none;
|
244 |
+
text-align: center;
|
245 |
+
}
|
246 |
+
.sfsiplus_specify_counts .social_icon_like li {
|
247 |
+
margin: 0;
|
248 |
+
padding: 0;
|
249 |
+
list-style: none;
|
250 |
+
display: inline-block;
|
251 |
+
}
|
252 |
+
.sfsiplus_specify_counts .social_icon_like li span {
|
253 |
+
margin: 0;
|
254 |
+
width: 54px;
|
255 |
+
display: block;
|
256 |
+
background: url(../images/count_bg.jpg) no-repeat;
|
257 |
+
height: 24px;
|
258 |
+
overflow: hidden;
|
259 |
+
padding: 10px 2px 2px;
|
260 |
+
font-family: helveticaregular;
|
261 |
+
font-size: 16px;
|
262 |
+
text-align: center;
|
263 |
+
line-height: 24px;
|
264 |
+
color: #5a6570;
|
265 |
+
}
|
266 |
+
.sfsiplus_specify_counts .social_icon_like li a {
|
267 |
+
color: #5a6570;
|
268 |
+
text-decoration: none;
|
269 |
+
}
|
270 |
+
.sfsiplus_specify_counts .listing {
|
271 |
+
width: 88%;
|
272 |
+
margin-top: -5px;
|
273 |
+
display: inherit;
|
274 |
+
float: left;
|
275 |
+
}
|
276 |
+
.sfsiplus_specify_counts .listing ul {
|
277 |
+
margin: 0;
|
278 |
+
padding: 0;
|
279 |
+
list-style: none;
|
280 |
+
text-align: left;
|
281 |
+
}
|
282 |
+
.sfsiplus_specify_counts .listing li {
|
283 |
+
margin: 15px 0 0;
|
284 |
+
padding: 0;
|
285 |
+
list-style: none;
|
286 |
+
clear: both;
|
287 |
+
line-height: 39px;
|
288 |
+
font-size: 17px;
|
289 |
+
}
|
290 |
+
.sfsiplus_specify_counts .listing li span {
|
291 |
+
float: left;
|
292 |
+
margin-right: 20px;
|
293 |
+
}
|
294 |
+
.sfsiplus_specify_counts .listing li .input {
|
295 |
+
background: #e5e5e5;
|
296 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
297 |
+
border: 0;
|
298 |
+
padding: 10px;
|
299 |
+
margin-left: 25px;
|
300 |
+
}
|
301 |
+
.sfsiplus_specify_counts .listing li .input_facebook {
|
302 |
+
width: 288px;
|
303 |
+
background: #e5e5e5;
|
304 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
305 |
+
border: 0;
|
306 |
+
padding: 10px;
|
307 |
+
margin-left: 16px;
|
308 |
+
}
|
309 |
+
.save_button {
|
310 |
+
width: 450px;
|
311 |
+
padding-top: 30px;
|
312 |
+
clear: both;
|
313 |
+
margin: auto;
|
314 |
+
}
|
315 |
+
.save_button a {
|
316 |
+
background: #12a252;
|
317 |
+
text-align: center;
|
318 |
+
font-size: 23px;
|
319 |
+
color: #FFF!important;
|
320 |
+
display: block;
|
321 |
+
padding: 11px 0;
|
322 |
+
text-decoration: none;
|
323 |
+
}
|
324 |
+
.save_button a:hover { background:#079345 }
|
325 |
+
|
326 |
+
.tab5 ul.plus_share_icon_order {
|
327 |
+
margin: 0;
|
328 |
+
padding: 0;
|
329 |
+
list-style: none;
|
330 |
+
text-align: left;
|
331 |
+
}
|
332 |
+
.tab5 ul.plus_share_icon_order li {
|
333 |
+
margin: 22px 6px 0 0;
|
334 |
+
padding: 0;
|
335 |
+
list-style: none;
|
336 |
+
float: left;
|
337 |
+
line-height: 37px;
|
338 |
+
}
|
339 |
+
.tab5 ul.plus_share_icon_order li:last-child {
|
340 |
+
margin: 22px 0 0 3px;
|
341 |
+
}
|
342 |
+
.tab5 .row {
|
343 |
+
border-top: 1px solid #eaebee;
|
344 |
+
margin-top: 25px;
|
345 |
+
padding-top: 15px;
|
346 |
+
clear: both;
|
347 |
+
display: block;
|
348 |
+
width: 100%;
|
349 |
+
float: left;
|
350 |
+
font-family: helveticaregular;
|
351 |
+
line-height: 42px;
|
352 |
+
}
|
353 |
+
.tab5 .icons_size {
|
354 |
+
position: relative;
|
355 |
+
}
|
356 |
+
.tab5 .icons_size span {
|
357 |
+
margin-right: 18px;
|
358 |
+
display: block;
|
359 |
+
float: left;
|
360 |
+
font-size: 18px;
|
361 |
+
font-weight: 400;
|
362 |
+
line-height: 46px;
|
363 |
+
}
|
364 |
+
.tab5 .icons_size span.last {
|
365 |
+
margin-left: 55px;
|
366 |
+
}
|
367 |
+
.tab5 .icons_size input {
|
368 |
+
width: 73px;
|
369 |
+
background: #e5e5e5;
|
370 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
371 |
+
border: 0;
|
372 |
+
padding: 13px 13px 12px;
|
373 |
+
margin-right: 18px;
|
374 |
+
float: left;
|
375 |
+
display: block;
|
376 |
+
}
|
377 |
+
.tab5 .icons_size select.styled {
|
378 |
+
position: absolute;
|
379 |
+
left: 0;
|
380 |
+
width: 135px;
|
381 |
+
height: 46px;
|
382 |
+
line-height: 46px;
|
383 |
+
}
|
384 |
+
.tab5 .icons_size .field {
|
385 |
+
position: relative;
|
386 |
+
float: left;
|
387 |
+
display: block;
|
388 |
+
margin-right: 20px;
|
389 |
+
}
|
390 |
+
.tab5 .icons_size ins {
|
391 |
+
margin-right: 25px;
|
392 |
+
float: left;
|
393 |
+
font-size: 17px;
|
394 |
+
font-weight: 400;
|
395 |
+
text-decoration: none;
|
396 |
+
}
|
397 |
+
.tab5 .icons_size ins.leave_empty {
|
398 |
+
line-height: 23px;
|
399 |
+
}
|
400 |
+
.tab5 .icons_size {
|
401 |
+
padding-top: 15px;
|
402 |
+
}
|
403 |
+
.tab5 ul.enough_waffling {
|
404 |
+
margin: -5px 0 0;
|
405 |
+
padding: 0;
|
406 |
+
list-style: none;
|
407 |
+
text-align: center;
|
408 |
+
}
|
409 |
+
.tab5 .new_wind .sfsiplus_row_onl ul.enough_waffling {
|
410 |
+
margin: 20px 0 0 0;
|
411 |
+
padding: 0;
|
412 |
+
list-style: none;
|
413 |
+
height: 38px;
|
414 |
+
text-align: left;
|
415 |
+
}
|
416 |
+
.tab5 ul.enough_waffling li {
|
417 |
+
margin: 0 22px;
|
418 |
+
padding: 0;
|
419 |
+
list-style: none;
|
420 |
+
display: inline-block;
|
421 |
+
}
|
422 |
+
.tab5 ul.enough_waffling li span {
|
423 |
+
float: left;
|
424 |
+
}
|
425 |
+
.tab5 ul.enough_waffling li label {
|
426 |
+
margin: 0 0 0 20px;
|
427 |
+
float: left;
|
428 |
+
font-family: helveticaregular;
|
429 |
+
font-size: 18px;
|
430 |
+
font-weight: 400;
|
431 |
+
text-align: center;
|
432 |
+
line-height: 38px;
|
433 |
+
color: #5a6570;
|
434 |
+
}
|
435 |
+
.sticking p {
|
436 |
+
float: left;
|
437 |
+
font-size: 18px!important;
|
438 |
+
}
|
439 |
+
.sticking p.list {
|
440 |
+
width: 168px;
|
441 |
+
}
|
442 |
+
.sticking p.link {
|
443 |
+
margin: 3px 0 0 12px;
|
444 |
+
padding: 0!important;
|
445 |
+
float: left;
|
446 |
+
}
|
447 |
+
.sticking .float {
|
448 |
+
margin-left: 188px;
|
449 |
+
margin-top: 3px;
|
450 |
+
float: left;
|
451 |
+
font-size: 17px;
|
452 |
+
}
|
453 |
+
.sticking ul {
|
454 |
+
margin: 0;
|
455 |
+
padding: 30px 0 0;
|
456 |
+
list-style: none;
|
457 |
+
float: left;
|
458 |
+
}
|
459 |
+
.sticking a {
|
460 |
+
color: #a4a9ad;
|
461 |
+
text-decoration: none;
|
462 |
+
}
|
463 |
+
.sticking .field {
|
464 |
+
position: relative;
|
465 |
+
float: left;
|
466 |
+
display: block;
|
467 |
+
margin-left: 20px;
|
468 |
+
}
|
469 |
+
.sticking .field .select {
|
470 |
+
width: 206px;
|
471 |
+
height: 47px;
|
472 |
+
background: url(../images/select_bg1.jpg) no-repeat;
|
473 |
+
display: block;
|
474 |
+
padding-left: 10px;
|
475 |
+
}
|
476 |
+
.sticking .field select.styled {
|
477 |
+
position: absolute;
|
478 |
+
left: 0;
|
479 |
+
top: 0;
|
480 |
+
width: 211px;
|
481 |
+
line-height: 46px;
|
482 |
+
height: 46px;
|
483 |
+
}
|
484 |
+
.mouseover_field {
|
485 |
+
width: 455px;
|
486 |
+
float: left;
|
487 |
+
font-size: 18px;
|
488 |
+
margin-top: 10px;
|
489 |
+
}
|
490 |
+
.mouseover_field label {
|
491 |
+
width: 125px;
|
492 |
+
float: left;
|
493 |
+
}
|
494 |
+
.mouseover_field input {
|
495 |
+
width: 256px;
|
496 |
+
float: left;
|
497 |
+
background: #e5e5e5;
|
498 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
499 |
+
border: 0;
|
500 |
+
padding: 10px;
|
501 |
+
}
|
502 |
+
.tab6 .social_icon_like1 {
|
503 |
+
width: 100%;
|
504 |
+
float: left;
|
505 |
+
margin: 0;
|
506 |
+
padding: 35px 0 0;
|
507 |
+
text-align: center;
|
508 |
+
}
|
509 |
+
.tab6 .social_icon_like1 ul {
|
510 |
+
margin: 0;
|
511 |
+
padding: 0;
|
512 |
+
list-style: none;
|
513 |
+
text-align: center;
|
514 |
+
}
|
515 |
+
.tab6 .social_icon_like1 li {
|
516 |
+
margin: 0 20px;
|
517 |
+
padding: 0;
|
518 |
+
width: auto;
|
519 |
+
list-style: none;
|
520 |
+
display: inline-block;
|
521 |
+
}
|
522 |
+
.tab6 .social_icon_like1 li span, .tab8 .social_icon_like1 li span {
|
523 |
+
margin: 0;
|
524 |
+
width: 44px;
|
525 |
+
display: block;
|
526 |
+
background: url(../images/count_bg1.png) no-repeat;
|
527 |
+
height: 22px;
|
528 |
+
overflow: hidden;
|
529 |
+
padding: 2px 2px 2px 10px;
|
530 |
+
font-family: helveticaregular;
|
531 |
+
font-size: 15px;
|
532 |
+
text-align: center;
|
533 |
+
line-height: 20px;
|
534 |
+
color: #5a6570;
|
535 |
+
float: left;
|
536 |
+
}
|
537 |
+
.tab6 .social_icon_like1 li img {
|
538 |
+
float: left;
|
539 |
+
margin-right: 5px;
|
540 |
+
display: block;
|
541 |
+
}
|
542 |
+
.tab6 .social_icon_like1 li a {
|
543 |
+
color: #5a6570;
|
544 |
+
text-decoration: none;
|
545 |
+
display: block;
|
546 |
+
}
|
547 |
+
.tab6 ul.usually {
|
548 |
+
margin: 28px 0 6px 60px;
|
549 |
+
padding: 0;
|
550 |
+
list-style: none;
|
551 |
+
}
|
552 |
+
.tab6 ul.usually li {
|
553 |
+
margin: 0;
|
554 |
+
padding: 0;
|
555 |
+
width: auto;
|
556 |
+
list-style: none;
|
557 |
+
text-align: left;
|
558 |
+
font-size: 17px;
|
559 |
+
}
|
560 |
+
.tab6 ul.enough_waffling {
|
561 |
+
margin: 25px 0 0;
|
562 |
+
padding: 0;
|
563 |
+
list-style: none;
|
564 |
+
text-align: center;
|
565 |
+
}
|
566 |
+
.tab6 ul.enough_waffling li {
|
567 |
+
margin: 0 22px;
|
568 |
+
padding: 0;
|
569 |
+
list-style: none;
|
570 |
+
display: inline-block;
|
571 |
+
}
|
572 |
+
.tab6 ul.enough_waffling li span {
|
573 |
+
float: left;
|
574 |
+
}
|
575 |
+
.tab6 ul.enough_waffling li label {
|
576 |
+
margin: 0 0 0 20px;
|
577 |
+
float: left;
|
578 |
+
font-family: helveticaregular;
|
579 |
+
font-size: 18px;
|
580 |
+
font-weight: 400;
|
581 |
+
text-align: center;
|
582 |
+
line-height: 38px;
|
583 |
+
color: #5a6570;
|
584 |
+
}
|
585 |
+
.tab6 .row {
|
586 |
+
border-top: 1px solid #eaebee;
|
587 |
+
margin-top: 25px;
|
588 |
+
padding-top: 15px;
|
589 |
+
clear: both;
|
590 |
+
display: block;
|
591 |
+
width: 100%;
|
592 |
+
float: left;
|
593 |
+
font-family: helveticaregular;
|
594 |
+
line-height: 42px;
|
595 |
+
}
|
596 |
+
.tab6 .options {
|
597 |
+
margin-top: 25px;
|
598 |
+
clear: both;
|
599 |
+
width: 100%;
|
600 |
+
float: left;
|
601 |
+
}
|
602 |
+
.tab6 .options label {
|
603 |
+
width: 345px;
|
604 |
+
float: left;
|
605 |
+
font-size: 18px;
|
606 |
+
font-family: helveticaregular;
|
607 |
+
color: #5a6570;
|
608 |
+
line-height: 46px;
|
609 |
+
}
|
610 |
+
.tab6 .options label.first {
|
611 |
+
font-family: helveticaregular;
|
612 |
+
font-size: 18px;
|
613 |
+
}
|
614 |
+
.tab6 .options input {
|
615 |
+
width: 308px;
|
616 |
+
float: left;
|
617 |
+
background: #e5e5e5;
|
618 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
619 |
+
border: 0;
|
620 |
+
padding: 10px;
|
621 |
+
}
|
622 |
+
.tab6 .options .field {
|
623 |
+
width: 223px;
|
624 |
+
float: left;
|
625 |
+
position: relative;
|
626 |
+
}
|
627 |
+
.tab6 .options .field .select {
|
628 |
+
width: 207px;
|
629 |
+
background: url(../images/select_bg1.jpg) no-repeat;
|
630 |
+
display: block;
|
631 |
+
padding-left: 17px;
|
632 |
+
font-family: helveticaregular;
|
633 |
+
}
|
634 |
+
.tab6 .options .field select.styled {
|
635 |
+
position: absolute;
|
636 |
+
left: 0;
|
637 |
+
top: 0;
|
638 |
+
width: 213px;
|
639 |
+
line-height: 46px;
|
640 |
+
height: 46px;
|
641 |
+
}
|
642 |
+
.tab7 h3 {
|
643 |
+
margin: 14px 0 6px;
|
644 |
+
padding: 0;
|
645 |
+
color: #a7a9ac;
|
646 |
+
font-family: helveticaregular;
|
647 |
+
font-size: 20px;
|
648 |
+
text-align: left;
|
649 |
+
}
|
650 |
+
.tab7 .close {
|
651 |
+
position: absolute;
|
652 |
+
right: 18px;
|
653 |
+
top: 18px;
|
654 |
+
}
|
655 |
+
.tab7 .text_options {
|
656 |
+
width: 400px;
|
657 |
+
float: left;
|
658 |
+
}
|
659 |
+
.tab7 .text_options.layout {
|
660 |
+
margin-left: 35px;
|
661 |
+
}
|
662 |
+
.tab7 .sfsiplus_row_tab {
|
663 |
+
margin-top: 10px;
|
664 |
+
width: 100%;
|
665 |
+
float: left;
|
666 |
+
}
|
667 |
+
.tab7 .text_options label {
|
668 |
+
width: 121px;
|
669 |
+
float: left;
|
670 |
+
line-height: 46px;
|
671 |
+
font-size: 18px;
|
672 |
+
}
|
673 |
+
.tab7 .text_options.layout label {
|
674 |
+
line-height: 20px;
|
675 |
+
font-size: 18px;
|
676 |
+
}
|
677 |
+
.tab7 .text_options.layout label.border {
|
678 |
+
line-height: 46px;
|
679 |
+
}
|
680 |
+
.tab7 .text_options input {
|
681 |
+
width: 274px;
|
682 |
+
float: left;
|
683 |
+
background: #e5e5e5;
|
684 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
685 |
+
border: 0;
|
686 |
+
padding: 13px 10px;
|
687 |
+
font-size: 17px;
|
688 |
+
color: #5a6570;
|
689 |
+
}
|
690 |
+
.tab7 .text_options input.small {
|
691 |
+
width: 138px;
|
692 |
+
}
|
693 |
+
.tab7 .text_options .field {
|
694 |
+
width: 223px;
|
695 |
+
float: left;
|
696 |
+
position: relative;
|
697 |
+
}
|
698 |
+
.tab7 .text_options .field .select {
|
699 |
+
width: 183px;
|
700 |
+
padding-right: 21px;
|
701 |
+
height: 47px;
|
702 |
+
background: url(../images/select_bg1.jpg) no-repeat;
|
703 |
+
display: block;
|
704 |
+
padding-left: 10px;
|
705 |
+
line-height: 46px;
|
706 |
+
font-size: 17px;
|
707 |
+
color: #414951;
|
708 |
+
}
|
709 |
+
.tab7 .text_options .field select.styled {
|
710 |
+
position: absolute;
|
711 |
+
left: 0;
|
712 |
+
top: 0;
|
713 |
+
width: 213px;
|
714 |
+
line-height: 46px;
|
715 |
+
height: 46px;
|
716 |
+
}
|
717 |
+
.tab7 .color_box {
|
718 |
+
width: 40px;
|
719 |
+
height: 34px;
|
720 |
+
border: 3px solid #fff;
|
721 |
+
box-shadow: 1px 2px 2px #ccc;
|
722 |
+
float: left;
|
723 |
+
position: relative;
|
724 |
+
margin-left: 13px;
|
725 |
+
}
|
726 |
+
.tab7 .color_box1 {
|
727 |
+
width: 100%;
|
728 |
+
height: 34px;
|
729 |
+
background: #5a6570;
|
730 |
+
box-shadow: 1px -2px 15px -2px #d3d3d3 inset;
|
731 |
+
}
|
732 |
+
.tab7 .corner {
|
733 |
+
width: 10px;
|
734 |
+
height: 10px;
|
735 |
+
background: #fff;
|
736 |
+
position: absolute;
|
737 |
+
right: 0;
|
738 |
+
bottom: 0;
|
739 |
+
}
|
740 |
+
.tab7 ul.border_shadow {
|
741 |
+
margin: 0;
|
742 |
+
padding: 5px 0 0;
|
743 |
+
list-style: none;
|
744 |
+
float: left;
|
745 |
+
width: 257px;
|
746 |
+
}
|
747 |
+
.tab7 ul.border_shadow li {
|
748 |
+
margin: 0;
|
749 |
+
padding: 0 0 0 40px;
|
750 |
+
list-style: none;
|
751 |
+
float: left;
|
752 |
+
}
|
753 |
+
.tab7 ul.border_shadow li:first-child {
|
754 |
+
padding: 0;
|
755 |
+
}
|
756 |
+
.tab7 ul.border_shadow li span {
|
757 |
+
float: left;
|
758 |
+
}
|
759 |
+
.tab7 ul.border_shadow li label {
|
760 |
+
float: left;
|
761 |
+
width: auto;
|
762 |
+
font-family: helveticaregular;
|
763 |
+
font-size: 18px;
|
764 |
+
font-weight: 400;
|
765 |
+
text-align: center;
|
766 |
+
line-height: 40px!important;
|
767 |
+
color: #5a6570;
|
768 |
+
padding: 0 0 0 20px;
|
769 |
+
}
|
770 |
+
.tab7 .row {
|
771 |
+
border-top: 1px solid #eaebee;
|
772 |
+
margin-top: 25px;
|
773 |
+
padding-top: 15px;
|
774 |
+
clear: both;
|
775 |
+
display: block;
|
776 |
+
width: 100%;
|
777 |
+
float: left;
|
778 |
+
font-family: helveticaregular;
|
779 |
+
line-height: 42px;
|
780 |
+
}
|
781 |
+
.tab7 .pop_up_show {
|
782 |
+
width: 100%;
|
783 |
+
float: left;
|
784 |
+
margin-top: 20px;
|
785 |
+
}
|
786 |
+
.tab7 .pop_up_show span {
|
787 |
+
float: left;
|
788 |
+
}
|
789 |
+
.tab7 .pop_up_show label {
|
790 |
+
float: left;
|
791 |
+
width: auto;
|
792 |
+
font-size: 18px;
|
793 |
+
font-weight: 400;
|
794 |
+
text-align: center;
|
795 |
+
line-height: 38px!important;
|
796 |
+
color: #5a6570;
|
797 |
+
padding: 0 0 0 20px;
|
798 |
+
}
|
799 |
+
.tab7 .pop_up_show input.add {
|
800 |
+
width: 257px;
|
801 |
+
float: left;
|
802 |
+
background: #e5e5e5;
|
803 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
804 |
+
border: 0;
|
805 |
+
padding: 10px;
|
806 |
+
margin-left: 40px;
|
807 |
+
}
|
808 |
+
.tab7 .pop_up_show input.seconds {
|
809 |
+
width: 60px;
|
810 |
+
background: #e5e5e5;
|
811 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
812 |
+
border: 0;
|
813 |
+
padding: 10px;
|
814 |
+
margin: 0 7px;
|
815 |
+
}
|
816 |
+
.tab7 .pop_up_show a {
|
817 |
+
text-decoration: underline;
|
818 |
+
color: #a4a9ad;
|
819 |
+
font-size: 16px;
|
820 |
+
margin-left: 20px;
|
821 |
+
}
|
822 |
+
.tab7 .pop_up_show .field {
|
823 |
+
width: 135px;
|
824 |
+
float: left;
|
825 |
+
position: relative;
|
826 |
+
margin-left: 20px;
|
827 |
+
font-size: 17px;
|
828 |
+
font-family: helveticaregular;
|
829 |
+
}
|
830 |
+
.tab7 .pop_up_show .field .select {
|
831 |
+
width: 127px;
|
832 |
+
height: 48px;
|
833 |
+
background: url(../images/select_bg.jpg) no-repeat;
|
834 |
+
display: block;
|
835 |
+
padding-left: 10px;
|
836 |
+
line-height: 46px;
|
837 |
+
font-size: 16px;
|
838 |
+
color: #5a6570;
|
839 |
+
}
|
840 |
+
.tab7 .pop_up_show .field select.styled {
|
841 |
+
position: absolute;
|
842 |
+
left: 0;
|
843 |
+
top: 0;
|
844 |
+
width: 135px;
|
845 |
+
line-height: 46px;
|
846 |
+
height: 46px;
|
847 |
+
}
|
848 |
+
.pop_up_box {
|
849 |
+
width: 474px;
|
850 |
+
background: #FFF;
|
851 |
+
box-shadow: 0 0 5px 3px #d8d8d8;
|
852 |
+
margin: 200px auto;
|
853 |
+
padding: 20px 25px 60px;
|
854 |
+
font-family: helveticaregular;
|
855 |
+
color: #5a6570;
|
856 |
+
min-height: 250px;
|
857 |
+
position: relative;
|
858 |
+
}
|
859 |
+
.pop_up_box h4, .pop_up_box_ex h4 {
|
860 |
+
font-size: 20px;
|
861 |
+
color: #5a6570;
|
862 |
+
text-align: center;
|
863 |
+
margin: 0;
|
864 |
+
padding: 0;
|
865 |
+
line-height: 22px;
|
866 |
+
}
|
867 |
+
.pop_up_box p, .pop_up_box_ex p {
|
868 |
+
font-size: 17px;
|
869 |
+
line-height: 28px;
|
870 |
+
color: #5a6570;
|
871 |
+
text-align: left;
|
872 |
+
margin: 0;
|
873 |
+
padding: 25px 0 0;
|
874 |
+
font-family: helveticaregular;
|
875 |
+
}
|
876 |
+
.sfsi_popupcntnr {
|
877 |
+
float: left;
|
878 |
+
width: 100%}
|
879 |
+
.sfsi_popupcntnr>h3 {
|
880 |
+
color: #000;
|
881 |
+
float: left;
|
882 |
+
font-weight: 700;
|
883 |
+
margin-bottom: 5px;
|
884 |
+
width: 100%}
|
885 |
+
ul.flwstep {
|
886 |
+
float: left;
|
887 |
+
width: 100%}
|
888 |
+
ul.flwstep>li {
|
889 |
+
color: #000;
|
890 |
+
font-size: 16px;
|
891 |
+
margin: 5px;
|
892 |
+
}
|
893 |
+
.upldbtn {
|
894 |
+
float: left;
|
895 |
+
text-align: center;
|
896 |
+
width: 100%}
|
897 |
+
.upload_butt {
|
898 |
+
background-color: #12a252;
|
899 |
+
border: none;
|
900 |
+
color: #fff;
|
901 |
+
font-weight: 700;
|
902 |
+
margin-top: 10px;
|
903 |
+
padding: 5px 45px;
|
904 |
+
width: auto;
|
905 |
+
cursor: pointer;
|
906 |
+
}
|
907 |
+
.pop_up_box .button {
|
908 |
+
background: #12a252;
|
909 |
+
font-size: 22px;
|
910 |
+
line-height: 24px;
|
911 |
+
color: #5a6570;
|
912 |
+
text-align: center;
|
913 |
+
min-height: 80px;
|
914 |
+
margin-top: 32px;
|
915 |
+
box-shadow: none;
|
916 |
+
word-wrap: break-word;
|
917 |
+
white-space: normal;
|
918 |
+
}
|
919 |
+
.pop_up_box .button:hover {
|
920 |
+
box-shadow: none!important;
|
921 |
+
}
|
922 |
+
.pop_up_box .button a.activate {
|
923 |
+
padding: 0px 0;
|
924 |
+
}
|
925 |
+
.pop_up_box a, .pop_up_box_ex a {
|
926 |
+
color: #a4a9ad;
|
927 |
+
font-size: 20px;
|
928 |
+
text-decoration: none;
|
929 |
+
text-align: center;
|
930 |
+
display: inline-block;
|
931 |
+
margin-top: 20px;
|
932 |
+
width: 100%;
|
933 |
+
}
|
934 |
+
.pop_up_box .upload {
|
935 |
+
width: 100%;
|
936 |
+
float: left;
|
937 |
+
text-align: left;
|
938 |
+
margin-top: 15px;
|
939 |
+
height: 46px;
|
940 |
+
}
|
941 |
+
.pop_up_box .upload label {
|
942 |
+
width: 135px;
|
943 |
+
float: left;
|
944 |
+
line-height: 45px;
|
945 |
+
font-size: 18px;
|
946 |
+
font-family: helveticaregular;
|
947 |
+
text-align: left;
|
948 |
+
}
|
949 |
+
.pop_up_box .upload input[type=text] {
|
950 |
+
width: 248px;
|
951 |
+
float: left;
|
952 |
+
background: #e5e5e5;
|
953 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
954 |
+
border: 0;
|
955 |
+
padding: 0 10px;
|
956 |
+
font-size: 16px;
|
957 |
+
height: 44px;
|
958 |
+
text-align: left;
|
959 |
+
color: #5a6570;
|
960 |
+
font-family: helveticaregular;
|
961 |
+
}
|
962 |
+
.pop_up_box .upload input.upload_butt {
|
963 |
+
width: 100px;
|
964 |
+
background: #12a252;
|
965 |
+
box-shadow: 0 0 0;
|
966 |
+
border: 0;
|
967 |
+
text-align: center;
|
968 |
+
font-size: 18px;
|
969 |
+
color: #fff;
|
970 |
+
font-family: helveticaregular;
|
971 |
+
height: 45px;
|
972 |
+
right: 32px;
|
973 |
+
top: 71px;
|
974 |
+
position: absolute;
|
975 |
+
}
|
976 |
+
.pop_up_box .upload a {
|
977 |
+
color: #12a252;
|
978 |
+
font-size: 18px;
|
979 |
+
text-decoration: underline;
|
980 |
+
font-family: helveticaregular;
|
981 |
+
margin: 0 0 16px 140px;
|
982 |
+
}
|
983 |
+
.pop_up_box a:hover, .pop_up_box_ex a:hover {
|
984 |
+
color: #a4a9ad;
|
985 |
+
}
|
986 |
+
.tab1 ul.plus_icn_listing {
|
987 |
+
list-style: none;
|
988 |
+
overflow: hidden;
|
989 |
+
border-top: #e7e8eb solid 1px;
|
990 |
+
margin: 35px 0 0;
|
991 |
+
}
|
992 |
+
.tab1 ul.plus_icn_listing li {
|
993 |
+
border-bottom: #eaebed solid 1px;
|
994 |
+
padding: 11px 0 11px 8px;
|
995 |
+
float: left;
|
996 |
+
width: 100%}
|
997 |
+
ul.plus_icn_listing li .tb_4_ck {
|
998 |
+
float: left;
|
999 |
+
margin: 10px 0 0;
|
1000 |
+
}
|
1001 |
+
ul.sfsiplus_icn_listing8 li .tb_4_ck {
|
1002 |
+
float: left;
|
1003 |
+
margin: 10px 0 0;
|
1004 |
+
}
|
1005 |
+
.tab8 .cstmdsplyulwpr .radio_section.tb_4_ck
|
1006 |
+
{
|
1007 |
+
margin-right: 10px !important;
|
1008 |
+
}
|
1009 |
+
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplsub{margin-top: 3px;}
|
1010 |
+
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspllke{margin-top: 3px;}
|
1011 |
+
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplggpls{margin-top: 3px;}
|
1012 |
+
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspltwtr{margin-top: 4px;}
|
1013 |
+
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplshr{margin-top: 3px;}
|
1014 |
+
.tab2 {
|
1015 |
+
overflow: hidden;
|
1016 |
+
}
|
1017 |
+
.tab2 .rss_url_row {
|
1018 |
+
width: 100%;
|
1019 |
+
float: left;
|
1020 |
+
margin: 0 0 10px;
|
1021 |
+
}
|
1022 |
+
.tab2 .rss_url_row h4 {
|
1023 |
+
float: left;
|
1024 |
+
line-height: 43px!important;
|
1025 |
+
}
|
1026 |
+
.tab2 .inr_cont input.add, .tab2 .inr_cont textarea.add_txt, .tab2 .rss_url_row input.add {
|
1027 |
+
width: 363px;
|
1028 |
+
float: left;
|
1029 |
+
background: #e5e5e5;
|
1030 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
1031 |
+
border: 0;
|
1032 |
+
padding: 12px 10px 11px;
|
1033 |
+
margin-left: 10px;
|
1034 |
+
}
|
1035 |
+
.tab2 .rss_url_row a.rit_link {
|
1036 |
+
float: left;
|
1037 |
+
margin: 10px 0 0 16px;
|
1038 |
+
font-size: 17px;
|
1039 |
+
}
|
1040 |
+
.tab2 .row {
|
1041 |
+
float: left;
|
1042 |
+
border-top: 2px solid #f2f3f4;
|
1043 |
+
clear: both;
|
1044 |
+
padding: 0 0 15px;
|
1045 |
+
width: 100%}
|
1046 |
+
.tab2 .row .tab_2_email_sec {
|
1047 |
+
list-style: none;
|
1048 |
+
margin: 17px 0 0;
|
1049 |
+
overflow: hidden;
|
1050 |
+
}
|
1051 |
+
.row ul.tab_2_email_sec li {
|
1052 |
+
float: left;
|
1053 |
+
margin-right: 10px;
|
1054 |
+
width: 32%;
|
1055 |
+
}
|
1056 |
+
.sfsiplusicnsdvwrp
|
1057 |
+
{
|
1058 |
+
width: 110px;
|
1059 |
+
float: left;
|
1060 |
+
}
|
1061 |
+
.row ul.tab_2_email_sec:first-child {
|
1062 |
+
margin-right: 2%
|
1063 |
+
}
|
1064 |
+
.inr_cont .fb_url {
|
1065 |
+
clear: both;
|
1066 |
+
}
|
1067 |
+
.inr_cont .fb_url .checkbox, .inr_cont .fb_url input.add, .inr_cont .fb_url label, .inr_cont .fb_url lable {
|
1068 |
+
float: left;
|
1069 |
+
}
|
1070 |
+
.inr_cont .fb_url input.add {
|
1071 |
+
margin-left: 19px;
|
1072 |
+
}
|
1073 |
+
.inr_cont .fb_url .checkbox {
|
1074 |
+
margin: 6px 0 0;
|
1075 |
+
}
|
1076 |
+
.inr_cont .fb_url label {
|
1077 |
+
line-height: 41px;
|
1078 |
+
margin: 0 0 0 15px;
|
1079 |
+
font-size: 18px;
|
1080 |
+
}
|
1081 |
+
.inr_cont textarea.add_txt {
|
1082 |
+
resize: none;
|
1083 |
+
margin: 0 0 0 19px!important;
|
1084 |
+
height: 60px;
|
1085 |
+
}
|
1086 |
+
.tab2 .inr_cont textarea.add_txt {
|
1087 |
+
width: 382px!important;
|
1088 |
+
height: 90px;
|
1089 |
+
overflow: hidden;
|
1090 |
+
}
|
1091 |
+
.tab2 .inr_cont input.add {
|
1092 |
+
width: 417px;
|
1093 |
+
}
|
1094 |
+
.red_txt, .tab2 .red_txt {
|
1095 |
+
color: #ef4745!important;
|
1096 |
+
text-align: center!important;
|
1097 |
+
padding-top: 5px!important;
|
1098 |
+
}
|
1099 |
+
.green_txt {
|
1100 |
+
color: #12A252!important;
|
1101 |
+
text-align: center!important;
|
1102 |
+
padding-top: 5px!important;
|
1103 |
+
}
|
1104 |
+
.red_txt {
|
1105 |
+
color: #f80000!important;
|
1106 |
+
text-align: center!important;
|
1107 |
+
padding-top: 5px!important;
|
1108 |
+
}
|
1109 |
+
.linked_tab_2 .fb_url label {
|
1110 |
+
width: 32%}
|
1111 |
+
.twt_tab_2 label {
|
1112 |
+
width: 18%}
|
1113 |
+
.bdr_top {
|
1114 |
+
border-top: none!important;
|
1115 |
+
}
|
1116 |
+
.linked_tab_2 .fb_url input.link_dbl {
|
1117 |
+
margin-bottom: 6px;
|
1118 |
+
}
|
1119 |
+
.tab3 {
|
1120 |
+
overflow: hidden;
|
1121 |
+
}
|
1122 |
+
.tab3 .row {
|
1123 |
+
padding: 15px 0;
|
1124 |
+
clear: both;
|
1125 |
+
overflow: hidden;
|
1126 |
+
}
|
1127 |
+
.tab3 .row.sfsiplusmousetxt
|
1128 |
+
{
|
1129 |
+
border: medium none;
|
1130 |
+
}
|
1131 |
+
.tab3 ul.tab_3_list {
|
1132 |
+
overflow: hidden;
|
1133 |
+
margin: 4px 0 11px;
|
1134 |
+
}
|
1135 |
+
.tab8 .sfsiplus_toglepstpgspn {
|
1136 |
+
font-weight: bold;
|
1137 |
+
}
|
1138 |
+
ul.tab_3_list li {
|
1139 |
+
background: url(../images/tab_3_list_bg.jpg) 13px 7px no-repeat;
|
1140 |
+
padding: 0 0 0 30px;
|
1141 |
+
color: #778088;
|
1142 |
+
font-family: helveticaregular;
|
1143 |
+
font-size: 17px;
|
1144 |
+
margin-bottom: 4px;
|
1145 |
+
}
|
1146 |
+
.tab5 ul.tab_3_list li
|
1147 |
+
{
|
1148 |
+
background: url(../images/tab_3_list_bg.jpg) 13px 18px no-repeat;
|
1149 |
+
}
|
1150 |
+
.tab3 .row h3 {
|
1151 |
+
margin: 0 0 20px;
|
1152 |
+
color: #414951;
|
1153 |
+
font-family: helveticabold;
|
1154 |
+
font-size: 20px;
|
1155 |
+
}
|
1156 |
+
ul.sfsiplus_tab_3_icns {
|
1157 |
+
list-style: none;
|
1158 |
+
margin: 34px 0 0;
|
1159 |
+
overflow: hidden;
|
1160 |
+
}
|
1161 |
+
ul.sfsiplus_tab_3_icns li {
|
1162 |
+
width: 100%;
|
1163 |
+
margin: 0 0 21px;
|
1164 |
+
float: left;
|
1165 |
+
}
|
1166 |
+
ul.sfsiplus_tab_3_icns label {
|
1167 |
+
float: left;
|
1168 |
+
line-height: 42px;
|
1169 |
+
color: #69737C;
|
1170 |
+
font-size: 18px;
|
1171 |
+
font-family: helveticaregular;
|
1172 |
+
min-width: 120px;
|
1173 |
+
}
|
1174 |
+
ul.sfsiplus_tab_3_icns li .sfsiplus_icns_tab_3, ul.sfsiplus_tab_3_icns li .radio {
|
1175 |
+
float: left;
|
1176 |
+
}
|
1177 |
+
.tab3 .sub_row {
|
1178 |
+
float: left;
|
1179 |
+
margin: 35px 0 0 4%;
|
1180 |
+
width: 90%}
|
1181 |
+
.tab3 .sub_row h4 {
|
1182 |
+
color: #a4a9ad!important;
|
1183 |
+
}
|
1184 |
+
.tab3 .sub_row label {
|
1185 |
+
float: left;
|
1186 |
+
margin: 0 20px;
|
1187 |
+
line-height: 36px;
|
1188 |
+
font-size: 18px;
|
1189 |
+
}
|
1190 |
+
.tab3 .sub_row p {
|
1191 |
+
padding-top: 18px!important;
|
1192 |
+
clear: both;
|
1193 |
+
overflow: hidden;
|
1194 |
+
}
|
1195 |
+
.sub_row .sub_sub_box p {
|
1196 |
+
padding-top: 18px!important;
|
1197 |
+
}
|
1198 |
+
.tab3 .sub_row .checkbox {
|
1199 |
+
float: left;
|
1200 |
+
margin-top: 4px;
|
1201 |
+
}
|
1202 |
+
.tab3 .sub_row .sub_sub_box {
|
1203 |
+
width: 80%;
|
1204 |
+
margin: 7px 0 15px 10%;
|
1205 |
+
float: left;
|
1206 |
+
}
|
1207 |
+
.tab3 .sub_row input.smal_inpt {
|
1208 |
+
width: 73px;
|
1209 |
+
background: #e5e5e5;
|
1210 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
1211 |
+
border: 0;
|
1212 |
+
padding: 10px;
|
1213 |
+
float: left;
|
1214 |
+
}
|
1215 |
+
.tab3 .sub_row .drop_lst {
|
1216 |
+
border: 1px solid #d6d6d6;
|
1217 |
+
font-size: 16px;
|
1218 |
+
color: #5a6570;
|
1219 |
+
width: 120px;
|
1220 |
+
}
|
1221 |
+
.tab3 .first_row, .tab3 .first_row p, .tab3 .first_row p .radio, .tab3 .first_row p label {
|
1222 |
+
float: left;
|
1223 |
+
}
|
1224 |
+
.tab3 .first_row {
|
1225 |
+
width: 90%;
|
1226 |
+
float: left;
|
1227 |
+
}
|
1228 |
+
.tab3 .first_row p {
|
1229 |
+
padding: 0!important;
|
1230 |
+
}
|
1231 |
+
.tab3 .first_row p label {
|
1232 |
+
line-height: 44px;
|
1233 |
+
margin: 0 10px;
|
1234 |
+
}
|
1235 |
+
.tab3 .first_row p:last-child {
|
1236 |
+
margin-left: 27%}
|
1237 |
+
.tab3 .tab_1_sav {
|
1238 |
+
padding-top: 20px!important;
|
1239 |
+
margin: 10px auto 20px;
|
1240 |
+
}
|
1241 |
+
.suc_msg {
|
1242 |
+
background: #12A252;
|
1243 |
+
color: #FFF;
|
1244 |
+
display: none;
|
1245 |
+
font-size: 23px;
|
1246 |
+
padding: 10px;
|
1247 |
+
text-align: left;
|
1248 |
+
text-decoration: none;
|
1249 |
+
}
|
1250 |
+
.error_msg {
|
1251 |
+
background: #D22B30;
|
1252 |
+
color: #FFF;
|
1253 |
+
display: none;
|
1254 |
+
font-size: 23px;
|
1255 |
+
padding: 10px;
|
1256 |
+
text-align: left;
|
1257 |
+
text-decoration: none;
|
1258 |
+
}
|
1259 |
+
.fileUPInput {
|
1260 |
+
cursor: pointer;
|
1261 |
+
position: relative;
|
1262 |
+
top: -43px;
|
1263 |
+
right: 0;
|
1264 |
+
z-index: 99;
|
1265 |
+
height: 42px;
|
1266 |
+
font-size: 5px;
|
1267 |
+
opacity: 0;
|
1268 |
+
-moz-opacity: 0;
|
1269 |
+
filter: alpha(opacity=0);
|
1270 |
+
width: 100%}
|
1271 |
+
.inputWrapper {
|
1272 |
+
height: 20px;
|
1273 |
+
width: 50px;
|
1274 |
+
overflow: hidden;
|
1275 |
+
position: relative;
|
1276 |
+
cursor: pointer;
|
1277 |
+
}
|
1278 |
+
.sfsiplus_custom-txt {
|
1279 |
+
background: none!important;
|
1280 |
+
padding-left: 2px!important;
|
1281 |
+
}
|
1282 |
+
.plus_custom-img {
|
1283 |
+
float: left;
|
1284 |
+
margin-left: 20px;
|
1285 |
+
}
|
1286 |
+
.loader-img {
|
1287 |
+
float: left;
|
1288 |
+
margin-left: -70px;
|
1289 |
+
display: none;
|
1290 |
+
}
|
1291 |
+
.pop-overlay {
|
1292 |
+
position: fixed;
|
1293 |
+
top: 0;
|
1294 |
+
left: 0;
|
1295 |
+
width: 100%;
|
1296 |
+
height: 100%;
|
1297 |
+
backgound-color: #d3d3d3;
|
1298 |
+
z-index: 10;
|
1299 |
+
padding: 20px;
|
1300 |
+
display: none;
|
1301 |
+
}
|
1302 |
+
.fb-overlay {
|
1303 |
+
position: fixed;
|
1304 |
+
top: 0;
|
1305 |
+
left: 0;
|
1306 |
+
width: 100%;
|
1307 |
+
height: 100%;
|
1308 |
+
backgound-color: #d3d3d3;
|
1309 |
+
z-index: -1000;
|
1310 |
+
padding: 20px;
|
1311 |
+
opacity: 0;
|
1312 |
+
display: block;
|
1313 |
+
}
|
1314 |
+
.inputError {
|
1315 |
+
border: 1px solid #f80000!important;
|
1316 |
+
}
|
1317 |
+
.sfsicloseBtn {
|
1318 |
+
position: absolute;
|
1319 |
+
top: 0;
|
1320 |
+
right: 0;
|
1321 |
+
cursor: pointer;
|
1322 |
+
}
|
1323 |
+
.top_arow {
|
1324 |
+
background: url(../images/top_aro.png) no-repeat;
|
1325 |
+
position: absolute;
|
1326 |
+
top: -29px;
|
1327 |
+
left: 38%;
|
1328 |
+
width: 33px;
|
1329 |
+
height: 29px;
|
1330 |
+
backgoround-color: #fff;
|
1331 |
+
}
|
1332 |
+
.sfsi_plus_tool_tip_2 .top_arow .sfsi_plus_inside, .top_arow .sfsi_plus_inside {
|
1333 |
+
float: left;
|
1334 |
+
}
|
1335 |
+
.sfsi_plus_tool_tip_2 .tool_tip>img, .tool_tip>img {
|
1336 |
+
display: inline-block;
|
1337 |
+
margin-right: 4px;
|
1338 |
+
float: left;
|
1339 |
+
}
|
1340 |
+
.sfsiplus_norm_row {
|
1341 |
+
float: left;
|
1342 |
+
min-width: 25px;
|
1343 |
+
}
|
1344 |
+
.sfsiplus_norm_row a {
|
1345 |
+
border: none;
|
1346 |
+
display: inline-block;
|
1347 |
+
position: relative;
|
1348 |
+
}
|
1349 |
+
.sfsi_plus_widget
|
1350 |
+
{
|
1351 |
+
min-height: 55px;
|
1352 |
+
}
|
1353 |
+
.sfsi_plus_tool_tip_2 a {
|
1354 |
+
min-height: 0!important;
|
1355 |
+
}
|
1356 |
+
.sfsi_plus_widget a img {
|
1357 |
+
box-shadow: none!important;
|
1358 |
+
outline: 0;
|
1359 |
+
}
|
1360 |
+
.sfsi_plus_wicons {
|
1361 |
+
display: inline-block;
|
1362 |
+
color: #000;
|
1363 |
+
}
|
1364 |
+
.sel-active {
|
1365 |
+
background-color: #f7941d;
|
1366 |
+
}
|
1367 |
+
.sfsi_plus_outr_div .close {
|
1368 |
+
position: absolute;
|
1369 |
+
right: 18px;
|
1370 |
+
top: 18px;
|
1371 |
+
}
|
1372 |
+
.sfsi_plus_outr_div h2 {
|
1373 |
+
color: #778088;
|
1374 |
+
font-family: helveticaregular;
|
1375 |
+
font-size: 26px;
|
1376 |
+
margin: 0 0 9px;
|
1377 |
+
padding: 0;
|
1378 |
+
text-align: center;
|
1379 |
+
font-weight: 400;
|
1380 |
+
}
|
1381 |
+
.sfsi_plus_outr_div ul li a {
|
1382 |
+
color: #5A6570;
|
1383 |
+
text-decoration: none;
|
1384 |
+
}
|
1385 |
+
.sfsi_plus_outr_div ul li {
|
1386 |
+
display: inline-block;
|
1387 |
+
list-style: none;
|
1388 |
+
margin: 0;
|
1389 |
+
padding: 0;
|
1390 |
+
float: none;
|
1391 |
+
}
|
1392 |
+
.expanded-area {
|
1393 |
+
display: none;
|
1394 |
+
}
|
1395 |
+
.sfsi_plus_wicons a {
|
1396 |
+
-webkit-transition: all .2s ease-in-out;
|
1397 |
+
-moz-transition: all .2s ease-in-out;
|
1398 |
+
-o-transition: all .2s ease-in-out;
|
1399 |
+
-ms-transition: all .2s ease-in-out;
|
1400 |
+
}
|
1401 |
+
.scale, .scale-div {
|
1402 |
+
-webkit-transform: scale(1.1);
|
1403 |
+
-moz-transform: scale(1.1);
|
1404 |
+
-o-transform: scale(1.1);
|
1405 |
+
transform: scale(1.1);
|
1406 |
+
}
|
1407 |
+
.sfsi_plus_Sicons {
|
1408 |
+
float: left;
|
1409 |
+
}
|
1410 |
+
.sfsi_pop_up .button a:hover {
|
1411 |
+
color: #fff;
|
1412 |
+
}
|
1413 |
+
.sfsi_pop_up .button:hover {
|
1414 |
+
background: #12a252;
|
1415 |
+
color: #fff;
|
1416 |
+
border: none;
|
1417 |
+
}
|
1418 |
+
ul.plus_icn_listing li .sfsiplus_right_info a {
|
1419 |
+
outline: 0;
|
1420 |
+
font-family: helveticaregular;
|
1421 |
+
}
|
1422 |
+
ul.sfsiplus_icn_listing8 li .sfsiplus_right_info a {
|
1423 |
+
outline: 0;
|
1424 |
+
font-family: helveticaregular;
|
1425 |
+
}
|
1426 |
+
.upload_pop_up .upload_butt {
|
1427 |
+
line-height: 27px;
|
1428 |
+
margin-left: 6px;
|
1429 |
+
}
|
1430 |
+
.sfsi_pop_up .addthis_toolbox {
|
1431 |
+
width: 80px;
|
1432 |
+
margin: 40px auto 0;
|
1433 |
+
}
|
1434 |
+
a.addthis_button_compact {
|
1435 |
+
margin-top: 0;
|
1436 |
+
width: auto;
|
1437 |
+
}
|
1438 |
+
.drop_lsts {
|
1439 |
+
left: 220px;
|
1440 |
+
position: relative;
|
1441 |
+
top: -40px;
|
1442 |
+
}
|
1443 |
+
.drop_lsts .styled {
|
1444 |
+
top: -42px;
|
1445 |
+
width: 127px;
|
1446 |
+
height: 33px;
|
1447 |
+
}
|
1448 |
+
.drop_lsts span {
|
1449 |
+
line-height: 50px;
|
1450 |
+
}
|
1451 |
+
.drag_drp {
|
1452 |
+
left: 11px;
|
1453 |
+
position: relative;
|
1454 |
+
top: 38px;
|
1455 |
+
font-size: 17px;
|
1456 |
+
}
|
1457 |
+
.listing ul li label {
|
1458 |
+
width: 224px;
|
1459 |
+
float: left;
|
1460 |
+
}
|
1461 |
+
.sfsiplus_row_onl {
|
1462 |
+
width: 100%;
|
1463 |
+
float: left;
|
1464 |
+
}
|
1465 |
+
#sfsi_plus_Show_popupOn_PageIDs option.sel-active {
|
1466 |
+
background: #f7941d;
|
1467 |
+
}
|
1468 |
+
.sfsi_plus_inside div iframe {
|
1469 |
+
float: left;
|
1470 |
+
margin: 0;
|
1471 |
+
}
|
1472 |
+
.sfsi_plus_inside div #___plus_0, .sfsi_plus_inside div #___plusone_0 {
|
1473 |
+
height: 27px;
|
1474 |
+
}
|
1475 |
+
.sfsi_plus_outr_div li {
|
1476 |
+
float: left;
|
1477 |
+
}
|
1478 |
+
.sfsi_plus_tool_tip_2 .sfsi_plus_inside div {
|
1479 |
+
min-height: 0;
|
1480 |
+
}
|
1481 |
+
#___plus_1>iframe {
|
1482 |
+
height: 30px;
|
1483 |
+
}
|
1484 |
+
.main_contant h1 {
|
1485 |
+
margin: 0 0 19px;
|
1486 |
+
}
|
1487 |
+
.main_contant p {
|
1488 |
+
margin: 0 0 26px;
|
1489 |
+
}
|
1490 |
+
.main_contant p>a {
|
1491 |
+
color: #1a1d20;
|
1492 |
+
text-decoration: underline;
|
1493 |
+
}
|
1494 |
+
.tab1 .gary_bg {
|
1495 |
+
background: #f1f1f1;
|
1496 |
+
}
|
1497 |
+
#accordion {
|
1498 |
+
margin-top: 4px;
|
1499 |
+
}
|
1500 |
+
.main_contant p>a, .tab1 p span {
|
1501 |
+
font-family: helveticabold;
|
1502 |
+
}
|
1503 |
+
.wapper .ui-accordion-header-active {
|
1504 |
+
margin-top: 20px!important;
|
1505 |
+
}
|
1506 |
+
.wapper .tab2 {
|
1507 |
+
padding: 20px 33px 12px 34px!important;
|
1508 |
+
}
|
1509 |
+
.wapper .tab2 p {
|
1510 |
+
margin-bottom: 6px;
|
1511 |
+
}
|
1512 |
+
.tab2 .twt_tab_2 label {
|
1513 |
+
width: 175px;
|
1514 |
+
}
|
1515 |
+
.tab2 .twt_fld {
|
1516 |
+
margin: 16px 0 23px;
|
1517 |
+
float: left;
|
1518 |
+
}
|
1519 |
+
.tab2 .twt_fld_2 {
|
1520 |
+
margin: 0 0 12px;
|
1521 |
+
float: left;
|
1522 |
+
}
|
1523 |
+
.tab2 .google_in {
|
1524 |
+
margin: 0 0 8px 94px;
|
1525 |
+
float: left;
|
1526 |
+
}
|
1527 |
+
.tab2 .google_in p.radio_section {
|
1528 |
+
padding-top: 8px!important;
|
1529 |
+
}
|
1530 |
+
.tab2 .google_in .fb_url input.add {
|
1531 |
+
width: 417px!important;
|
1532 |
+
}
|
1533 |
+
.tab2 .utube_inn {
|
1534 |
+
padding-bottom: 2px;
|
1535 |
+
float: left;
|
1536 |
+
}
|
1537 |
+
.tab2 .utube_inn label {
|
1538 |
+
max-width: 90%}
|
1539 |
+
.tab2 .utube_inn label span {
|
1540 |
+
font-family: helveticabold;
|
1541 |
+
}
|
1542 |
+
.tab2 .inr_cont p>a {
|
1543 |
+
font-family: helveticabold;
|
1544 |
+
color: #778088;
|
1545 |
+
text-decoration: none;
|
1546 |
+
}
|
1547 |
+
.sfsiplus_pinterest_section .inr_cont .pint_url {
|
1548 |
+
float: left;
|
1549 |
+
padding-top: 6px;
|
1550 |
+
clear: both;
|
1551 |
+
}
|
1552 |
+
.sfsiplus_pinterest_section .inr_cont .add {
|
1553 |
+
width: 417px!important;
|
1554 |
+
}
|
1555 |
+
.sfsiplus_linkedin_section .link_1, .sfsiplus_linkedin_section .link_2, .sfsiplus_linkedin_section .link_3, .sfsiplus_linkedin_section .link_4 {
|
1556 |
+
float: left;
|
1557 |
+
width: 100%}
|
1558 |
+
.sfsiplus_linkedin_section .link_1 input.add, .sfsiplus_linkedin_section .link_2 input.add, .sfsiplus_linkedin_section .link_3 input.add, .sfsiplus_linkedin_section .link_4 input.add {
|
1559 |
+
width: 417px;
|
1560 |
+
}
|
1561 |
+
.sfsiplus_linkedin_section .link_1 {
|
1562 |
+
margin-bottom: 7px;
|
1563 |
+
}
|
1564 |
+
.sfsiplus_linkedin_section .link_2 {
|
1565 |
+
margin-bottom: 12px;
|
1566 |
+
}
|
1567 |
+
.sfsiplus_linkedin_section .link_3, .sfsiplus_linkedin_section .link_4 {
|
1568 |
+
margin-bottom: 13px;
|
1569 |
+
}
|
1570 |
+
.tab2 .sfsiplus_linkedin_section .link_4 {
|
1571 |
+
margin-bottom: 0;
|
1572 |
+
}
|
1573 |
+
ul.tab_3_list li span {
|
1574 |
+
font-family: helveticabold;
|
1575 |
+
}
|
1576 |
+
.tab3 .Shuffle_auto {
|
1577 |
+
float: left;
|
1578 |
+
width: 80%;
|
1579 |
+
position: relative;
|
1580 |
+
top: -93px;
|
1581 |
+
}
|
1582 |
+
#accordion .tab4 h4, #accordion1 .tab4 h4 {
|
1583 |
+
|
1584 |
+
color: #414951;
|
1585 |
+
font-size: 20px;
|
1586 |
+
}
|
1587 |
+
.sfsiplus_specify_counts .listing li .input {
|
1588 |
+
width: 73px;
|
1589 |
+
}
|
1590 |
+
.sfsiplus_fbpgidwpr{width: 160px; float: left; font-weight: bold; font-size: 17px; color: #000000;}
|
1591 |
+
.sfsiplus_fbpgiddesc{font-weight: normal; width: 100%; font-size: 14px; color: #888888;padding: 4px 0 0 60px; }
|
1592 |
+
.sfsiplus_fbpgiddesc code
|
1593 |
+
{
|
1594 |
+
background: none repeat scroll 0 0 transparent;
|
1595 |
+
padding-right: 0px;
|
1596 |
+
padding-left: 0px;
|
1597 |
+
|
1598 |
+
}
|
1599 |
+
.sfsiplus_specify_counts .listing li .input.mypginpt {
|
1600 |
+
width: 288px;
|
1601 |
+
}
|
1602 |
+
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
|
1603 |
+
padding-top: 0!important;
|
1604 |
+
margin-bottom: 10px!important;
|
1605 |
+
}
|
1606 |
+
.tab3 .sub_row {
|
1607 |
+
margin-top: 10px!important;
|
1608 |
+
}
|
1609 |
+
.tab4 {
|
1610 |
+
padding-top: 35px!important;
|
1611 |
+
}
|
1612 |
+
.tab4 .save_button {
|
1613 |
+
padding-top: 46px;
|
1614 |
+
}
|
1615 |
+
.tab5 {
|
1616 |
+
padding-top: 31px!important;
|
1617 |
+
}
|
1618 |
+
.tab6, .tab7 {
|
1619 |
+
padding-top: 28px!important;
|
1620 |
+
}
|
1621 |
+
.tab5 .sfsiplus_row_onl {
|
1622 |
+
margin-top: 15px;
|
1623 |
+
}
|
1624 |
+
.tab5 .sticking .link>a {
|
1625 |
+
color: #a4a9ad;
|
1626 |
+
text-decoration: underline;
|
1627 |
+
}
|
1628 |
+
.tab5 .mouse_txt h4 {
|
1629 |
+
margin-bottom: 8px!important;
|
1630 |
+
}
|
1631 |
+
.tab5 .save_button {
|
1632 |
+
padding-top: 54px;
|
1633 |
+
}
|
1634 |
+
.tab7 .like_pop_box h2 {
|
1635 |
+
font-family: helveticabold;
|
1636 |
+
text-align: center;
|
1637 |
+
color: #414951;
|
1638 |
+
font-size: 26px;
|
1639 |
+
}
|
1640 |
+
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label:hover {
|
1641 |
+
text-decoration: none!important;
|
1642 |
+
}
|
1643 |
+
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label.expanded-area {
|
1644 |
+
clear: both;
|
1645 |
+
float: left;
|
1646 |
+
margin-top: 14px;
|
1647 |
+
}
|
1648 |
+
.tab7 .space {
|
1649 |
+
margin-top: 14px;
|
1650 |
+
}
|
1651 |
+
.tab7 .pop_up_show label {
|
1652 |
+
font-family: helveticaregular!important;
|
1653 |
+
}
|
1654 |
+
.tab7 .save_button {
|
1655 |
+
padding-top: 78px;
|
1656 |
+
}
|
1657 |
+
.like_txt a {
|
1658 |
+
text-decoration: none;
|
1659 |
+
font-family: helveticaregular;
|
1660 |
+
}
|
1661 |
+
.bdr_btm_non {
|
1662 |
+
border-bottom: none!important;
|
1663 |
+
}
|
1664 |
+
.tab1 .tab_1_sav {
|
1665 |
+
padding-top: 13px;
|
1666 |
+
}
|
1667 |
+
#accordion .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp, #accordion1 .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp {
|
1668 |
+
padding-top: 7px;
|
1669 |
+
}
|
1670 |
+
.tab2 .sfsiplus_custom_section {
|
1671 |
+
width: 100%}
|
1672 |
+
.tab7 {
|
1673 |
+
padding-bottom: 40px!important;
|
1674 |
+
}
|
1675 |
+
.tab8 .save_button {
|
1676 |
+
padding-top: 0px;
|
1677 |
+
}
|
1678 |
+
.tab10 .save_button a {
|
1679 |
+
padding: 16px 0;
|
1680 |
+
}
|
1681 |
+
.tab2 .sfsiplus_twitter_section .twt_fld input.add, .tab2 .sfsiplus_twitter_section .twt_fld_2 textarea.add_txt {
|
1682 |
+
width: 464px!important;
|
1683 |
+
}
|
1684 |
+
.tab2 .utube_inn .fb_url label span {
|
1685 |
+
font-family: helveticaregular;
|
1686 |
+
}
|
1687 |
+
.tab1 label, .tab2 label, .tab3 label, .tab4 label, .tab5 label, .tab6 label, .tab7 label, .tab8 label, .tab9 label {
|
1688 |
+
cursor: default!important;
|
1689 |
+
}
|
1690 |
+
.tab5 .new_wind h4 {
|
1691 |
+
margin-bottom: 11px!important;
|
1692 |
+
}
|
1693 |
+
.pop_up_box .fb_2 span {
|
1694 |
+
height: 28px!important;
|
1695 |
+
}
|
1696 |
+
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a {
|
1697 |
+
margin-top: 0;
|
1698 |
+
}
|
1699 |
+
.tab6 .social_icon_like1 ul li span {
|
1700 |
+
margin-top: -1px;
|
1701 |
+
}
|
1702 |
+
#sfpluspageLoad {
|
1703 |
+
background: url(../images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
|
1704 |
+
height: 100%;
|
1705 |
+
left: 160px;
|
1706 |
+
opacity: 1;
|
1707 |
+
position: fixed;
|
1708 |
+
top: 0;
|
1709 |
+
width: 89%;
|
1710 |
+
z-index: 9999;
|
1711 |
+
}
|
1712 |
+
.sfsi_plus_tool_tip_2, .tool_tip {
|
1713 |
+
background: #FFF;
|
1714 |
+
border: 1px solid #e7e7e7;
|
1715 |
+
box-shadow: #e7e7e7 0 0 2px 1px;
|
1716 |
+
display: block;
|
1717 |
+
float: left;
|
1718 |
+
margin: 0 0 0 -52px;
|
1719 |
+
/*padding: 5px 14px 5px 14px;*/
|
1720 |
+
position: absolute;
|
1721 |
+
z-index: 10000;
|
1722 |
+
border-bottom: #e5e5e5 solid 4px;
|
1723 |
+
width: 100px;
|
1724 |
+
}
|
1725 |
+
.sfsi_plus_tool_tip_2 {
|
1726 |
+
display: inline-table;
|
1727 |
+
}
|
1728 |
+
.sfsiplus_inerCnt, .sfsiplus_inerCnt:hover, .sfsiplus_inerCnt>a, .sfsiplus_inerCnt>a:hover, .widget-area .widget a {
|
1729 |
+
outline: 0;
|
1730 |
+
}
|
1731 |
+
.sfsi_plus_tool_tip_2_inr {
|
1732 |
+
bottom: 90%;
|
1733 |
+
left: 20%;
|
1734 |
+
opacity: 0;
|
1735 |
+
}
|
1736 |
+
.sfsi_plus_tool_tip_2 .bot_arow {
|
1737 |
+
background: url(../images/bot_tip_icn.png) no-repeat;
|
1738 |
+
position: absolute;
|
1739 |
+
bottom: -21px;
|
1740 |
+
left: 50%;
|
1741 |
+
width: 15px;
|
1742 |
+
height: 21px;
|
1743 |
+
margin-left: -10px;
|
1744 |
+
}
|
1745 |
+
.sfsi_plus_tool_tip_2 .top_big_arow {
|
1746 |
+
position: absolute;
|
1747 |
+
-webkit-transform: rotate(180deg);
|
1748 |
+
-moz-transform: rotate(180deg);
|
1749 |
+
-ms-transform: rotate(180deg);
|
1750 |
+
-o-transform: rotate(180deg);
|
1751 |
+
transform: rotate(180deg);
|
1752 |
+
top: -21px;
|
1753 |
+
left: 46%;
|
1754 |
+
width: 15px;
|
1755 |
+
height: 21px;
|
1756 |
+
margin-right: -5px;
|
1757 |
+
}
|
1758 |
+
.sfsi_plus_tool_tip_2_inr .gpls_visit>a, .sfsi_plus_tool_tip_2_inr .prints_visit_1 a, .sfsi_plus_tool_tip_2_inr .utub_visit>a {
|
1759 |
+
margin-top: 0;
|
1760 |
+
}
|
1761 |
+
.sfsi_plus_tool_tip_2_inr .linkin_1 a, .sfsi_plus_tool_tip_2_inr .linkin_2 a, .sfsi_plus_tool_tip_2_inr .linkin_3 a, .sfsi_plus_tool_tip_2_inr .linkin_4 a, .sfsi_plus_tool_tip_2_inr .prints_visit a {
|
1762 |
+
margin: 0;
|
1763 |
+
}
|
1764 |
+
.sfsiTlleftBig {
|
1765 |
+
bottom: 121%;
|
1766 |
+
left: 22%;
|
1767 |
+
margin-left: -54%}
|
1768 |
+
.sfsi_plus_Tlleft {
|
1769 |
+
bottom: 100%;
|
1770 |
+
left: 50%;
|
1771 |
+
margin-left: -66px !important;
|
1772 |
+
margin-bottom: 2px;
|
1773 |
+
}
|
1774 |
+
.sfsi_plc_btm {
|
1775 |
+
bottom: auto;
|
1776 |
+
top: 100%;
|
1777 |
+
left: 50%;
|
1778 |
+
margin-left: -63px;
|
1779 |
+
margin-top: 8px;
|
1780 |
+
margin-bottom: auto;
|
1781 |
+
}
|
1782 |
+
.sfsiplus_inerCnt {
|
1783 |
+
position: relative;
|
1784 |
+
z-index: inherit!important;
|
1785 |
+
float: left;
|
1786 |
+
width: 100%;
|
1787 |
+
float: left;
|
1788 |
+
}
|
1789 |
+
.sfsi_plus_wicons {
|
1790 |
+
margin-bottom: 30px;
|
1791 |
+
position: relative;
|
1792 |
+
padding-top: 5px;
|
1793 |
+
}
|
1794 |
+
.sfsiplus_norm_row .bot_no {
|
1795 |
+
position: absolute;
|
1796 |
+
padding: 1px 0;
|
1797 |
+
font-size: 12px!important;
|
1798 |
+
text-align: center;
|
1799 |
+
line-height: 12px!important;
|
1800 |
+
background: #fff;
|
1801 |
+
border-radius: 5px;
|
1802 |
+
left: 50%;
|
1803 |
+
margin-left: -20px;
|
1804 |
+
z-index: 9;
|
1805 |
+
border: 1px solid #333;
|
1806 |
+
top: 100%;
|
1807 |
+
white-space: pre;
|
1808 |
+
-webkit-box-sizing: border-box;
|
1809 |
+
-moz-box-sizing: border-box;
|
1810 |
+
box-sizing: border-box;
|
1811 |
+
margin-top: 10px;
|
1812 |
+
width: 40px;
|
1813 |
+
}
|
1814 |
+
.sfsiplus_norm_row .bot_no:before {
|
1815 |
+
content: url(images/count_top_arow.png);
|
1816 |
+
position: absolute;
|
1817 |
+
height: 9px;
|
1818 |
+
margin-left: -7.5px;
|
1819 |
+
top: -10px;
|
1820 |
+
left: 50%;
|
1821 |
+
width: 15px;
|
1822 |
+
}
|
1823 |
+
/*.sf_subscrbe .bot_no:before
|
1824 |
+
{
|
1825 |
+
content: url(images/count_left_arow.png);
|
1826 |
+
height: 9px;
|
1827 |
+
left: 0;
|
1828 |
+
margin-left: -12px;
|
1829 |
+
position: absolute;
|
1830 |
+
top: 0px;
|
1831 |
+
width: 15px;
|
1832 |
+
}*/
|
1833 |
+
.sf_subscrbe .bot_no
|
1834 |
+
{
|
1835 |
+
background: rgba(0, 0, 0, 0) url(images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
|
1836 |
+
font-size: 12px !important;
|
1837 |
+
left: 67px;
|
1838 |
+
line-height: 17px !important;
|
1839 |
+
margin-left: 0px;
|
1840 |
+
/* margin-top: 9px;*/
|
1841 |
+
padding: 1px 0;
|
1842 |
+
/*position: absolute;*/
|
1843 |
+
text-align: center;
|
1844 |
+
/*top: -8px;*/
|
1845 |
+
white-space: pre;
|
1846 |
+
width: 33px;
|
1847 |
+
height: 19px;
|
1848 |
+
z-index: 9;
|
1849 |
+
display:inline-block;
|
1850 |
+
}
|
1851 |
+
.bot_no.sfsiSmBtn {
|
1852 |
+
font-size: 10px;
|
1853 |
+
margin-top: 4px;
|
1854 |
+
}
|
1855 |
+
.bot_no.sfsiSmBtn:before {
|
1856 |
+
margin-left: -8px;
|
1857 |
+
top: -9px;
|
1858 |
+
}
|
1859 |
+
.sfsiplus_norm_row .cbtn_vsmall {
|
1860 |
+
font-size: 9px;
|
1861 |
+
left: -28%;
|
1862 |
+
top: 4px;
|
1863 |
+
}
|
1864 |
+
.sfsiplus_norm_row .cbtn_vsmall:before {
|
1865 |
+
left: 31%;
|
1866 |
+
top: -9px;
|
1867 |
+
margin-left: -31%}
|
1868 |
+
h2.optional {
|
1869 |
+
font-family: helveticaregular;
|
1870 |
+
font-size: 25px;
|
1871 |
+
margin: 14px 0 19px;
|
1872 |
+
color: #5a6570;
|
1873 |
+
}
|
1874 |
+
.utube_tool_bdr .utub_visit {
|
1875 |
+
margin: 9px 0 0;
|
1876 |
+
height: 24px;
|
1877 |
+
display: inline-block;
|
1878 |
+
float: none;
|
1879 |
+
}
|
1880 |
+
.utube_tool_bdr .utub_2 {
|
1881 |
+
margin: 9px 0 0;
|
1882 |
+
height: 24px;
|
1883 |
+
width: 86px;
|
1884 |
+
display: inline-block;
|
1885 |
+
float: none;
|
1886 |
+
}
|
1887 |
+
.sfsi_plus_printst_tool_bdr {
|
1888 |
+
width: 79px;
|
1889 |
+
}
|
1890 |
+
.sfsi_plus_printst_tool_bdr .prints_visit {
|
1891 |
+
margin: 0 0 10px -22px;
|
1892 |
+
}
|
1893 |
+
.sfsi_plus_printst_tool_bdr .prints_visit_1 {
|
1894 |
+
margin: 0 0 0 -53px;
|
1895 |
+
}
|
1896 |
+
.sfsi_plus_fb_tool_bdr {
|
1897 |
+
width: 68px;
|
1898 |
+
height: auto;
|
1899 |
+
}
|
1900 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside {
|
1901 |
+
text-align: center;
|
1902 |
+
width: 100%;
|
1903 |
+
float: left;
|
1904 |
+
overflow: hidden;
|
1905 |
+
}
|
1906 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1 {
|
1907 |
+
margin: 2px 0 2px 0;
|
1908 |
+
height: 28px;
|
1909 |
+
display: inline-block;
|
1910 |
+
float: none;
|
1911 |
+
/* width: 62px;s*/
|
1912 |
+
}
|
1913 |
+
.sfsi_plus_inside img
|
1914 |
+
{
|
1915 |
+
vertical-align:sub !important;
|
1916 |
+
}
|
1917 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon2
|
1918 |
+
{
|
1919 |
+
margin: 2px 0 2px 0 ;
|
1920 |
+
height: 20px;
|
1921 |
+
/* width: 49px;*/
|
1922 |
+
display:block;
|
1923 |
+
overflow: hidden;
|
1924 |
+
}
|
1925 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon3 {
|
1926 |
+
margin: 2px 0 2px 0;
|
1927 |
+
height: 20px;
|
1928 |
+
/* width: 62px;*/
|
1929 |
+
display:inline-block;
|
1930 |
+
float: none;
|
1931 |
+
}
|
1932 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_1, .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_2, .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_3 {
|
1933 |
+
margin: 9px 0 0;
|
1934 |
+
height: 25px;
|
1935 |
+
}
|
1936 |
+
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside {
|
1937 |
+
text-align: center;
|
1938 |
+
float: left;
|
1939 |
+
width: 100%}
|
1940 |
+
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1{
|
1941 |
+
margin: 2px 0;
|
1942 |
+
height: 24px;
|
1943 |
+
display: inline-block;
|
1944 |
+
float: none;
|
1945 |
+
/*width: 73px;*/
|
1946 |
+
}
|
1947 |
+
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2 {
|
1948 |
+
margin: 2px 0;
|
1949 |
+
height: 20px;
|
1950 |
+
display:inline-block;
|
1951 |
+
float: none;
|
1952 |
+
/*max-width: 73px;*/
|
1953 |
+
width: 100%;
|
1954 |
+
}
|
1955 |
+
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit_1 {
|
1956 |
+
margin: 9px 0 0;
|
1957 |
+
height: 20px;
|
1958 |
+
float: none;
|
1959 |
+
display: inline-block;
|
1960 |
+
}
|
1961 |
+
.sfsi_plus_printst_tool_bdr {
|
1962 |
+
/* margin-left: -59px;*/
|
1963 |
+
}
|
1964 |
+
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4>a>img, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1>a>img, .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2>a>img, .utube_tool_bdr .sfsi_plus_inside .icon1>a>img {
|
1965 |
+
padding-top: 0;
|
1966 |
+
}
|
1967 |
+
.sfsi_plus_gpls_tool_bdr {
|
1968 |
+
width: 76px;
|
1969 |
+
}
|
1970 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img {
|
1971 |
+
padding-top: 0;
|
1972 |
+
}
|
1973 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside {
|
1974 |
+
text-align: center;
|
1975 |
+
width: 100%;
|
1976 |
+
float: left;
|
1977 |
+
}
|
1978 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1 {
|
1979 |
+
margin: 2px 0;
|
1980 |
+
display: inline-block;
|
1981 |
+
float: none;
|
1982 |
+
height: 29px;
|
1983 |
+
/*width: 76px;*/
|
1984 |
+
}
|
1985 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon2 {
|
1986 |
+
margin: 2px 0 2px 0;
|
1987 |
+
display:inline-block;
|
1988 |
+
float: none;
|
1989 |
+
height: 24px;
|
1990 |
+
width:100%;
|
1991 |
+
/* width: 38px;*/
|
1992 |
+
}
|
1993 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon3 {
|
1994 |
+
margin: 2px 0 2px 0;
|
1995 |
+
display:block;
|
1996 |
+
float: none;
|
1997 |
+
height: 24px;
|
1998 |
+
/* width: 76px;
|
1999 |
+
*/}
|
2000 |
+
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gpls_visit, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_2, .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_3 {
|
2001 |
+
margin: 9px 0 0;
|
2002 |
+
height: 29px;
|
2003 |
+
}
|
2004 |
+
.sfsi_plus_fb_tool_bdr, .sfsi_plus_gpls_tool_bdr, .sfsi_plus_linkedin_tool_bdr, .sfsi_plus_printst_tool_bdr, .sfsi_plus_twt_tool_bdr {
|
2005 |
+
bottom: 100%;
|
2006 |
+
left: 50%;
|
2007 |
+
margin-bottom: 2px;
|
2008 |
+
}
|
2009 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside {
|
2010 |
+
text-align: center;
|
2011 |
+
width: 100%;
|
2012 |
+
float: left;
|
2013 |
+
}
|
2014 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 {
|
2015 |
+
margin: 2px 0!important;
|
2016 |
+
display: inline-block;
|
2017 |
+
float: none;
|
2018 |
+
vertical-align: middle;
|
2019 |
+
overflow: hidden;
|
2020 |
+
/*width: 100%;*/
|
2021 |
+
}
|
2022 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a {
|
2023 |
+
display: inline-block;
|
2024 |
+
vertical-align: middle;
|
2025 |
+
/*width: 100%;*/
|
2026 |
+
width:auto;
|
2027 |
+
}
|
2028 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{
|
2029 |
+
float: left;
|
2030 |
+
}
|
2031 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1 {
|
2032 |
+
margin: 2px 24px 2px !important;
|
2033 |
+
display: inline-block;
|
2034 |
+
float: none;
|
2035 |
+
/*width: 61px;*/
|
2036 |
+
overflow: hidden;
|
2037 |
+
height: 20px;
|
2038 |
+
}
|
2039 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1 iframe {
|
2040 |
+
/* width: 61px!important;*/
|
2041 |
+
}
|
2042 |
+
.sfsi_plus_tool_tip_2, .sfsi_plus_fb_tool_bdr, .sfsi_plus_twt_tool_bdr, .sfsi_plus_linkedin_tool_bdr, .sfsi_plus_printst_tool_bdr, .sfsi_plus_gpls_tool_bdr, .sfsi_plus_Tlleft {width:140px !important; padding:6px 0;}
|
2043 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon2 {
|
2044 |
+
margin: 0px 0!important;
|
2045 |
+
display:inline-block;
|
2046 |
+
float: none;
|
2047 |
+
height: 20px;
|
2048 |
+
/* width: 58px;s*/
|
2049 |
+
}
|
2050 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 {
|
2051 |
+
margin: 9px 0 0;
|
2052 |
+
display: inline-block;
|
2053 |
+
float: none;
|
2054 |
+
width: 58px;
|
2055 |
+
height: 20px;
|
2056 |
+
overflow: hidden;
|
2057 |
+
}
|
2058 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 iframe {
|
2059 |
+
width: 100%!important;
|
2060 |
+
}
|
2061 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_2 {
|
2062 |
+
margin: 9px 0 0;
|
2063 |
+
height: 20px;
|
2064 |
+
display: inline-block;
|
2065 |
+
float: none;
|
2066 |
+
width: 58px;
|
2067 |
+
}
|
2068 |
+
.utube_tool_bdr .sfsi_plus_inside {
|
2069 |
+
text-align: center;
|
2070 |
+
width: 100%;
|
2071 |
+
float: left;
|
2072 |
+
}
|
2073 |
+
.sfsi_plus_inside > div {}
|
2074 |
+
.utube_tool_bdr .sfsi_plus_inside .icon1{
|
2075 |
+
margin: 2px 0 2px;
|
2076 |
+
height: 24px;
|
2077 |
+
display: inline-block;
|
2078 |
+
float: none;
|
2079 |
+
width: 87px;
|
2080 |
+
}
|
2081 |
+
.utube_tool_bdr .sfsi_plus_inside .icon2 {
|
2082 |
+
margin: 2px 0 2;
|
2083 |
+
height: 24px;
|
2084 |
+
display:inline-block;
|
2085 |
+
float: none;
|
2086 |
+
min-width: 100px;
|
2087 |
+
width: auto;
|
2088 |
+
}
|
2089 |
+
.utube_tool_bdr {
|
2090 |
+
width: 93px;
|
2091 |
+
bottom: 100%;
|
2092 |
+
left: 50%;
|
2093 |
+
margin-bottom: 2px;
|
2094 |
+
}
|
2095 |
+
.sfsi_plus_linkedin_tool_bdr {
|
2096 |
+
width: 66px;
|
2097 |
+
}
|
2098 |
+
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside {
|
2099 |
+
text-align: center;
|
2100 |
+
float: left;
|
2101 |
+
width: 100%}
|
2102 |
+
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1{
|
2103 |
+
margin: 2px 0;
|
2104 |
+
display: inline-block;
|
2105 |
+
float: none;
|
2106 |
+
height: 23px;
|
2107 |
+
width: 100%;
|
2108 |
+
}
|
2109 |
+
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2{
|
2110 |
+
margin: 2px 0;
|
2111 |
+
display:inline-block;
|
2112 |
+
float: none;
|
2113 |
+
height: 23px;
|
2114 |
+
width: 100%;
|
2115 |
+
}
|
2116 |
+
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon3 {
|
2117 |
+
margin: 2px 0;
|
2118 |
+
display:inline-block;
|
2119 |
+
float: none;
|
2120 |
+
height: 23px;
|
2121 |
+
width: 100%;
|
2122 |
+
}
|
2123 |
+
|
2124 |
+
|
2125 |
+
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4 {
|
2126 |
+
margin: 2px 0;
|
2127 |
+
display: inline-block;
|
2128 |
+
float: none;
|
2129 |
+
height: 28px;
|
2130 |
+
width: 66px;
|
2131 |
+
}
|
2132 |
+
.sfsi_plus_FrntInner .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1{ margin: 2px 0;}
|
2133 |
+
.sfsi_plus_widget .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4,
|
2134 |
+
.sfsi_plus_widget .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1,
|
2135 |
+
.sfsi_plus_widget .sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1 { height: auto}
|
2136 |
+
|
2137 |
+
.sfsi_plus_linkedin_tool_bdr .linkin_1, .sfsi_plus_linkedin_tool_bdr .linkin_2, .sfsi_plus_linkedin_tool_bdr .linkin_3, .sfsi_plus_linkedin_tool_bdr .linkin_4 {
|
2138 |
+
margin: 9px 0 0!important;
|
2139 |
+
height: 20px;
|
2140 |
+
display: inline-block;
|
2141 |
+
float: none;
|
2142 |
+
overflow: hidden;
|
2143 |
+
}
|
2144 |
+
.sfsi_plus_twt_tool_bdr {
|
2145 |
+
width: 62px;
|
2146 |
+
height: auto;
|
2147 |
+
}
|
2148 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe {
|
2149 |
+
margin: 0px auto!important;
|
2150 |
+
float: left !important;
|
2151 |
+
width: 100%}
|
2152 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe #widget {
|
2153 |
+
text-align: center;
|
2154 |
+
}
|
2155 |
+
.sfsi_pop_up .button {
|
2156 |
+
border: none;
|
2157 |
+
padding: 0;
|
2158 |
+
}
|
2159 |
+
.pop_up_box .button a {
|
2160 |
+
color: #fff;
|
2161 |
+
line-height: normal;
|
2162 |
+
font-size: 22px;
|
2163 |
+
text-decoration: none;
|
2164 |
+
text-align: center;
|
2165 |
+
width: 482px;
|
2166 |
+
height: 80px;
|
2167 |
+
margin: 0;
|
2168 |
+
display: table-cell;
|
2169 |
+
vertical-align: middle;
|
2170 |
+
font-family: helveticabold;
|
2171 |
+
padding: 0 10px;
|
2172 |
+
}
|
2173 |
+
.tab3 ul.sfsiplus_tab_3_icns li .radio {
|
2174 |
+
margin-top: 7px;
|
2175 |
+
}
|
2176 |
+
.tab3 ul.sfsiplus_tab_3_icns li label { line-height: 50px!important; margin-left: 20px;}
|
2177 |
+
.sfsi_mainContainer input[type=email], .sfsi_mainContainer input[type=number], .sfsi_mainContainer input[type=password], .sfsi_mainContainer input[type=search], .sfsi_mainContainer input[type=tel], .sfsi_mainContainer input[type=text], .sfsi_mainContainer input[type=url], .sfsi_mainContainer select, .sfsi_mainContainer textarea {
|
2178 |
+
color: #5a6570!important;
|
2179 |
+
}
|
2180 |
+
.adminTooltip {
|
2181 |
+
left: 142px;
|
2182 |
+
position: absolute;
|
2183 |
+
}
|
2184 |
+
.adPopWidth {
|
2185 |
+
min-height: 100px!important;
|
2186 |
+
}
|
2187 |
+
.main_contant p>a.lit_txt, .tab4 p>a {
|
2188 |
+
font-family: helveticaregular;
|
2189 |
+
color: #414951;
|
2190 |
+
}
|
2191 |
+
.tab1 ul.plus_icn_listing li .sfsiplus_custom-txt {
|
2192 |
+
margin-left: 5px;
|
2193 |
+
}
|
2194 |
+
.tab1 ul.plus_icn_listing li .custom-img {
|
2195 |
+
margin-left: 18px;
|
2196 |
+
}
|
2197 |
+
.sfsiplus_linkedin_section .link_4>label.anthr_labl {
|
2198 |
+
height: 94px;
|
2199 |
+
}
|
2200 |
+
.tab3 .tab_3_sav {
|
2201 |
+
padding-top: 0;
|
2202 |
+
margin: -69px auto 20px;
|
2203 |
+
position: relative;
|
2204 |
+
z-index: 9;
|
2205 |
+
}
|
2206 |
+
.mediam_txt {
|
2207 |
+
font-family: helveticabold;
|
2208 |
+
}
|
2209 |
+
.sfsiCtxt {
|
2210 |
+
line-height: 51px;
|
2211 |
+
font-family: helveticaregular;
|
2212 |
+
font-size: 22px;
|
2213 |
+
float: left;
|
2214 |
+
padding-left: 19px;
|
2215 |
+
color: #5a6570;
|
2216 |
+
}
|
2217 |
+
.customstep2-img {
|
2218 |
+
width: 51px;
|
2219 |
+
float: left;
|
2220 |
+
}
|
2221 |
+
.tab2 .row h2.custom {
|
2222 |
+
margin: 15px 0 7px 21px;
|
2223 |
+
height: 52px;
|
2224 |
+
line-height: 51px;
|
2225 |
+
font-family: helveticaregular;
|
2226 |
+
font-size: 22px;
|
2227 |
+
}
|
2228 |
+
.plus_custom-links p.cus_link label {
|
2229 |
+
margin-left: 0;
|
2230 |
+
}
|
2231 |
+
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a>img:hover {
|
2232 |
+
opacity: .9;
|
2233 |
+
}
|
2234 |
+
.tab2 .rss_url_row .sfrsTxt {
|
2235 |
+
font-size: 17px;
|
2236 |
+
line-height: 41px;
|
2237 |
+
margin: 0 0 0 4px;
|
2238 |
+
font-family: helveticaregular;
|
2239 |
+
}
|
2240 |
+
.tab2 .rss_url_row .sfrsTxt>strong {
|
2241 |
+
font-family: helveticaregular;
|
2242 |
+
}
|
2243 |
+
.tab2 .utube_inn p.extra_pp {
|
2244 |
+
float: left;
|
2245 |
+
width: 100%;
|
2246 |
+
margin: 0 0 0 48px;
|
2247 |
+
}
|
2248 |
+
.tab2 .utube_inn p.extra_pp label {
|
2249 |
+
float: left;
|
2250 |
+
line-height: 41px;
|
2251 |
+
margin-right: 8px;
|
2252 |
+
}
|
2253 |
+
.sfsi_inside .icon2 .fb_iframe_widget span {
|
2254 |
+
/* width: 500px!important; sunil*/
|
2255 |
+
}
|
2256 |
+
@media (max-width:767px) {
|
2257 |
+
.icon2 .fb_iframe_widget span {
|
2258 |
+
width: auto;
|
2259 |
+
}
|
2260 |
+
.sfsi_plus_outr_div
|
2261 |
+
{
|
2262 |
+
top: 10%
|
2263 |
+
}
|
2264 |
+
.sfsi_plus_outr_div h2
|
2265 |
+
{
|
2266 |
+
font-size: 22px!important;
|
2267 |
+
line-height: 28px;
|
2268 |
+
}
|
2269 |
+
.sfsi_plus_wicons {
|
2270 |
+
padding-top: 0;
|
2271 |
+
}
|
2272 |
+
}
|
2273 |
+
.sfsiplus_specify_counts .listing li .high_prb {
|
2274 |
+
height: 41px;
|
2275 |
+
}
|
2276 |
+
.sfsi_plus_Sicons {
|
2277 |
+
position: relative;
|
2278 |
+
}
|
2279 |
+
.sfsi_plus_Sicons .sf_subscrbe{ margin: 2px 3px 0 0; line-height: 0px;}
|
2280 |
+
.sfsi_plus_Sicons .sf_fb{ margin: 0 4px 0 5px; line-height: 0px;}
|
2281 |
+
.sfsi_plus_Sicons .sf_google{ margin: 0 5px 0 5px; line-height: 0px;}
|
2282 |
+
.sfsi_plus_Sicons .sf_twiter{ margin: 1px 7px 0 4px; line-height: 0px;}
|
2283 |
+
.sfsi_plus_Sicons .sf_addthis{ margin: 2px 7px 0 2px; line-height: 0px;}
|
2284 |
+
|
2285 |
+
.sfsi_plus_Sicons.left .sf_subscrbe{ margin: 2px 8px 0 0;}
|
2286 |
+
.sfsi_plus_Sicons.left .sf_fb{ margin: 0 8px 0 0;}
|
2287 |
+
.sfsi_plus_Sicons.left .sf_google{ margin: 0 8px 0 0;}
|
2288 |
+
.sfsi_plus_Sicons.left .sf_twiter{ margin: 1px 8px 0 0;}
|
2289 |
+
.sfsi_plus_Sicons.left .sf_addthis{ margin: 2px 7px 0 0;}
|
2290 |
+
|
2291 |
+
.sfsi_plus_Sicons.right .sf_subscrbe{ margin: 2px 0 0; }
|
2292 |
+
.sfsi_plus_Sicons.right .sf_fb{ margin: 0 0 0 7px; }
|
2293 |
+
.sfsi_plus_Sicons.right .sf_google{ margin: 0 0 0 8px; }
|
2294 |
+
.sfsi_plus_Sicons.right .sf_twiter{ margin: 1px 0 0 8px; }
|
2295 |
+
.sfsi_plus_Sicons.right .sf_addthis{ margin: 2px 0 0 8px; }
|
2296 |
+
|
2297 |
+
.sfsi_plus_Sicons .sf_subscrbe, .sfsi_plus_Sicons .sf_twiter
|
2298 |
+
{
|
2299 |
+
position: relative;
|
2300 |
+
width: 75px;
|
2301 |
+
}
|
2302 |
+
.sfsi_plus_Sicons .sf_twiter iframe
|
2303 |
+
{
|
2304 |
+
margin: 0px;
|
2305 |
+
height: 20px !important;
|
2306 |
+
overflow: visible !important;
|
2307 |
+
}
|
2308 |
+
.sfsi_plus_Sicons .sf_twiter iframe #widget
|
2309 |
+
{
|
2310 |
+
overflow: visible !important;
|
2311 |
+
|
2312 |
+
}
|
2313 |
+
.sfsi_plus_Sicons .sf_subscrbe a
|
2314 |
+
{
|
2315 |
+
width: auto;
|
2316 |
+
float: left;
|
2317 |
+
border: medium none;
|
2318 |
+
padding-top: 0px;
|
2319 |
+
}
|
2320 |
+
.sfsi_plus_Sicons .sf_subscrbe a:focus
|
2321 |
+
{
|
2322 |
+
outline: medium none;
|
2323 |
+
}
|
2324 |
+
.sfsi_plus_Sicons .sf_subscrbe a img
|
2325 |
+
{
|
2326 |
+
float: left;
|
2327 |
+
}
|
2328 |
+
.sfsi_plus_Sicons .sf_fb {
|
2329 |
+
position: relative;
|
2330 |
+
width: 75px;
|
2331 |
+
}
|
2332 |
+
.sfsi_plus_Sicons .fb_iframe_widget {
|
2333 |
+
float: none;
|
2334 |
+
width: auto;
|
2335 |
+
vertical-align: middle;
|
2336 |
+
margin: 2px 0 0;
|
2337 |
+
}
|
2338 |
+
/*absolute commented as for standard icon it was giving issue while icon was to be aligned centerd.*/
|
2339 |
+
.sfsi_plus_Sicons .sf_fb .fb_iframe_widget>span {
|
2340 |
+
position: relative;
|
2341 |
+
/*width: 450px!important;*/
|
2342 |
+
float: left;
|
2343 |
+
}
|
2344 |
+
.sfsi_plus_Sicons .sf_addthis, .sfsi_plus_Sicons .sf_google {
|
2345 |
+
position: relative;
|
2346 |
+
}
|
2347 |
+
.sf_google > div
|
2348 |
+
{
|
2349 |
+
width: 70px !important;
|
2350 |
+
}
|
2351 |
+
.sf_google iframe
|
2352 |
+
{
|
2353 |
+
width: 100% !important;
|
2354 |
+
}
|
2355 |
+
.sfsi_plus_Sicons .sf_google>div
|
2356 |
+
{
|
2357 |
+
float: left !important;
|
2358 |
+
margin-top: 1px !important;
|
2359 |
+
}
|
2360 |
+
.wrapper .sfsi_plus_Sicons .sf_addthis {
|
2361 |
+
margin: 7px 0 0 4px!important;
|
2362 |
+
}
|
2363 |
+
.tab2 .utube_inn label {
|
2364 |
+
font-size: 18px;
|
2365 |
+
}
|
2366 |
+
.sfsi_plc_btm {
|
2367 |
+
padding: 5px 14px 9px;
|
2368 |
+
}
|
2369 |
+
.tab7 .field {
|
2370 |
+
margin-top: 7px;
|
2371 |
+
}
|
2372 |
+
.sfsi_plus_outr_div ul li .cmcls img {
|
2373 |
+
margin-top: 0!important;
|
2374 |
+
}
|
2375 |
+
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt {
|
2376 |
+
float: left;
|
2377 |
+
}
|
2378 |
+
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no {
|
2379 |
+
position: absolute;
|
2380 |
+
padding: 1px 0;
|
2381 |
+
font-size: 12px!important;
|
2382 |
+
line-height: 12px!important;
|
2383 |
+
text-align: center;
|
2384 |
+
background: #fff;
|
2385 |
+
border-radius: 5px;
|
2386 |
+
display: block;
|
2387 |
+
left: 50%;
|
2388 |
+
margin-left: -20px;
|
2389 |
+
border: 1px solid #333;
|
2390 |
+
white-space: pre;
|
2391 |
+
-webkit-box-sizing: border-box;
|
2392 |
+
-moz-box-sizing: border-box;
|
2393 |
+
box-sizing: border-box;
|
2394 |
+
margin-top: 6px;
|
2395 |
+
width: 40px;
|
2396 |
+
word-break: break-all;
|
2397 |
+
word-wrap: break-word;
|
2398 |
+
}
|
2399 |
+
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no:before {
|
2400 |
+
content: url(images/count_top_arow.png);
|
2401 |
+
position: absolute;
|
2402 |
+
height: 9px;
|
2403 |
+
margin-left: -7.5px;
|
2404 |
+
top: -10px;
|
2405 |
+
left: 50%;
|
2406 |
+
width: 15px;
|
2407 |
+
}
|
2408 |
+
.sfsi_plus_outr_div {
|
2409 |
+
position: fixed;
|
2410 |
+
width: 100%;
|
2411 |
+
float: none;
|
2412 |
+
left: 50%;
|
2413 |
+
top: 20%;
|
2414 |
+
margin-left: -50%;
|
2415 |
+
opacity: 0;
|
2416 |
+
z-index: -1;
|
2417 |
+
display: block;
|
2418 |
+
text-align: center;
|
2419 |
+
}
|
2420 |
+
.sfsi_plus_outr_div .sfsi_plus_FrntInner {
|
2421 |
+
display: inline-block;
|
2422 |
+
padding: 15px 17px 27px 18px;
|
2423 |
+
background: #FFF;
|
2424 |
+
border: 1px solid #EDEDED;
|
2425 |
+
box-shadow: 0 0 5px #CCC;
|
2426 |
+
margin: 20px;
|
2427 |
+
position: relative;
|
2428 |
+
}
|
2429 |
+
.sfsi_plus_FrntInner .sfsiclpupwpr
|
2430 |
+
{
|
2431 |
+
position: absolute;
|
2432 |
+
right: -10px;
|
2433 |
+
top: -10px;
|
2434 |
+
width: 25px;
|
2435 |
+
cursor: pointer;
|
2436 |
+
}
|
2437 |
+
.sfsi_plus_FrntInner .sfsiclpupwpr img
|
2438 |
+
{
|
2439 |
+
width: auto;
|
2440 |
+
float: left;
|
2441 |
+
border: medium none;
|
2442 |
+
}
|
2443 |
+
.tab7 .like_pop_box {
|
2444 |
+
width: 100%;
|
2445 |
+
margin: 35px auto auto;
|
2446 |
+
position: relative;
|
2447 |
+
text-align: center;
|
2448 |
+
}
|
2449 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner {
|
2450 |
+
display: inline-block;
|
2451 |
+
padding: 18px 20px;
|
2452 |
+
box-shadow: 0 0 5px #ccc;
|
2453 |
+
-webkit-box-shadow: 0 0 5px #ccc;
|
2454 |
+
border: 1px solid #ededed;
|
2455 |
+
background: #FFF;
|
2456 |
+
}
|
2457 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner h2 {
|
2458 |
+
margin: 0 0 23px;
|
2459 |
+
padding: 0;
|
2460 |
+
color: #414951;
|
2461 |
+
font-family: helveticabold;
|
2462 |
+
font-size: 26px;
|
2463 |
+
text-align: center;
|
2464 |
+
}
|
2465 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner ul {
|
2466 |
+
margin: 0;
|
2467 |
+
padding: 0;
|
2468 |
+
list-style: none;
|
2469 |
+
text-align: center;
|
2470 |
+
}
|
2471 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner ul li {
|
2472 |
+
margin: 0;
|
2473 |
+
padding: 0;
|
2474 |
+
list-style: none;
|
2475 |
+
display: inline-block;
|
2476 |
+
}
|
2477 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner ul li span {
|
2478 |
+
margin: 0;
|
2479 |
+
width: 54px;
|
2480 |
+
display: block;
|
2481 |
+
background: url(../images/count_bg.png) no-repeat;
|
2482 |
+
height: 24px;
|
2483 |
+
overflow: hidden;
|
2484 |
+
padding: 10px 2px 2px;
|
2485 |
+
font-family: helveticaregular;
|
2486 |
+
font-size: 16px;
|
2487 |
+
text-align: center;
|
2488 |
+
line-height: 24px;
|
2489 |
+
color: #5a6570;
|
2490 |
+
}
|
2491 |
+
.tab7 .like_pop_box .sfsi_plus_Popinner ul li a {
|
2492 |
+
color: #5a6570;
|
2493 |
+
text-decoration: none;
|
2494 |
+
}
|
2495 |
+
.sfsi_plus_outr_div .sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2496 |
+
margin-bottom: 0;
|
2497 |
+
}
|
2498 |
+
.sfsi_plus_outr_div ul {
|
2499 |
+
list-style: none;
|
2500 |
+
margin: 0 0 24px;
|
2501 |
+
padding: 0;
|
2502 |
+
text-align: center;
|
2503 |
+
}
|
2504 |
+
a.sfsiColbtn {
|
2505 |
+
color: #5a6570!important;
|
2506 |
+
float: right;
|
2507 |
+
font-size: 14px;
|
2508 |
+
margin: -35px -30px 0 0;
|
2509 |
+
position: relative;
|
2510 |
+
right: 0;
|
2511 |
+
font-family: helveticaregular;
|
2512 |
+
width: 100px;
|
2513 |
+
text-decoration: none;
|
2514 |
+
}
|
2515 |
+
.tab3 a.sfsiColbtn {
|
2516 |
+
margin-top: -55px;
|
2517 |
+
}
|
2518 |
+
.sfsi_plus_FrntInner ul li:first-of-type .sfsi_plus_wicons {
|
2519 |
+
margin-left: 0!important;
|
2520 |
+
}
|
2521 |
+
ul.sfsiplus_tab_3_icns li .trans_bg {
|
2522 |
+
background: #000;
|
2523 |
+
padding-left: 3px;
|
2524 |
+
}
|
2525 |
+
.tab2 .sfsiplus_instagram_section {
|
2526 |
+
padding-bottom: 20px;
|
2527 |
+
}
|
2528 |
+
h1.abt_titl {
|
2529 |
+
text-align: center;
|
2530 |
+
margin: 19% 0 0;
|
2531 |
+
}
|
2532 |
+
.sfcm.sfsi_wicon { padding: 0; width: 100% !important; border: medium none !important; height: auto !important;}
|
2533 |
+
.fb_iframe_widget span {
|
2534 |
+
vertical-align: top!important;
|
2535 |
+
}
|
2536 |
+
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul {
|
2537 |
+
margin: 0 0 0 3px;
|
2538 |
+
}
|
2539 |
+
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul li {
|
2540 |
+
margin: 0 3px 0 0;
|
2541 |
+
}
|
2542 |
+
@-moz-document url-prefix() {
|
2543 |
+
.sfcm.sfsi_wicon {
|
2544 |
+
margin: -1px;
|
2545 |
+
padding: 0;
|
2546 |
+
}
|
2547 |
+
}@media (min-width:320px) and (max-width:480px) {
|
2548 |
+
.sfsi_plus_tool_tip_2, .tool_tip {
|
2549 |
+
padding: 5px 14px 0;
|
2550 |
+
}
|
2551 |
+
.sfsi_plus_inside:last-child {
|
2552 |
+
margin-bottom: 18px;
|
2553 |
+
clear: both;
|
2554 |
+
}
|
2555 |
+
.sfsi_plus_outr_div {
|
2556 |
+
top: 10%}
|
2557 |
+
.sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2558 |
+
width: 31px!important;
|
2559 |
+
height: 31px!important;
|
2560 |
+
}
|
2561 |
+
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
|
2562 |
+
width: 100%}
|
2563 |
+
}
|
2564 |
+
@media (max-width:320px) {
|
2565 |
+
.sfsi_plus_tool_tip_2, .tool_tip {
|
2566 |
+
padding: 5px 14px 0;
|
2567 |
+
}
|
2568 |
+
.sfsi_plus_inside:last-child {
|
2569 |
+
margin-bottom: 18px;
|
2570 |
+
clear: both;
|
2571 |
+
}
|
2572 |
+
.sfsi_plus_FrntInner .sfsi_plus_wicons {
|
2573 |
+
width: 31px!important;
|
2574 |
+
height: 31px!important;
|
2575 |
+
}
|
2576 |
+
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
|
2577 |
+
width: 100%}
|
2578 |
+
}
|
2579 |
+
ul.SFSI_lsngfrm {
|
2580 |
+
float: left;
|
2581 |
+
width: 61%}
|
2582 |
+
ul.SFSI_instructions {
|
2583 |
+
float: left;
|
2584 |
+
width: 39%}
|
2585 |
+
ul.SFSI_instructions li {
|
2586 |
+
font-size: 12px!important;
|
2587 |
+
line-height: 25px!important;
|
2588 |
+
margin: 0!important;
|
2589 |
+
padding: 0 0 0 15px!important;
|
2590 |
+
width: 100%}
|
2591 |
+
|
2592 |
+
/*{Monad}*/
|
2593 |
+
/*Upload Skins css*/
|
2594 |
+
.cstmskin_popup
|
2595 |
+
{
|
2596 |
+
width: 500px;
|
2597 |
+
background: #FFF;
|
2598 |
+
box-shadow: 0 0 5px 3px #d8d8d8;
|
2599 |
+
margin: 40px 0px auto;
|
2600 |
+
padding: 20px 25px 20px;
|
2601 |
+
font-family: helveticaregular;
|
2602 |
+
color: #5a6570;
|
2603 |
+
height: auto;
|
2604 |
+
float: left;
|
2605 |
+
position: relative;
|
2606 |
+
left: 35%;
|
2607 |
+
}
|
2608 |
+
.cstomskins_wrpr {
|
2609 |
+
float: left;
|
2610 |
+
width: 100%;
|
2611 |
+
}
|
2612 |
+
.custskinmsg {
|
2613 |
+
float: left;
|
2614 |
+
font-size: 15px;
|
2615 |
+
margin-top: 10px;
|
2616 |
+
width: 100%;
|
2617 |
+
}
|
2618 |
+
.custskinmsg > ul {
|
2619 |
+
color: #000;
|
2620 |
+
float: left;
|
2621 |
+
margin-top: 8px;
|
2622 |
+
width: 100%;
|
2623 |
+
}
|
2624 |
+
ul.cstmskin_iconlist {
|
2625 |
+
float: left;
|
2626 |
+
margin-top: 10px;
|
2627 |
+
width: 100%;
|
2628 |
+
}
|
2629 |
+
.cstmskin_iconlist > li {
|
2630 |
+
float: left;
|
2631 |
+
margin: 3px 0;
|
2632 |
+
width: 100%;
|
2633 |
+
}
|
2634 |
+
.cstm_icnname {
|
2635 |
+
float: left;
|
2636 |
+
width: 30%;
|
2637 |
+
}
|
2638 |
+
.cstmskins_btn > img {
|
2639 |
+
float: left;
|
2640 |
+
margin-right: 25px;
|
2641 |
+
}
|
2642 |
+
.cstmskin_btn
|
2643 |
+
{
|
2644 |
+
width: auto;
|
2645 |
+
float: left;
|
2646 |
+
padding: 3px 20px;
|
2647 |
+
color: #fff;
|
2648 |
+
background-color:#12a252;
|
2649 |
+
text-decoration: none;
|
2650 |
+
margin: 0 10px;
|
2651 |
+
}
|
2652 |
+
.cstmskins_sbmt
|
2653 |
+
{
|
2654 |
+
width: 100%;
|
2655 |
+
float: left;
|
2656 |
+
text-align: center;
|
2657 |
+
margin-top: 15px;
|
2658 |
+
}
|
2659 |
+
.done_btn
|
2660 |
+
{
|
2661 |
+
width: auto;
|
2662 |
+
padding: 3px 80px;
|
2663 |
+
color: #fff;
|
2664 |
+
background-color:#12a252;
|
2665 |
+
text-decoration: none;
|
2666 |
+
font-size: 18px;
|
2667 |
+
}
|
2668 |
+
.cstmskin_btn:hover, .done_btn:hover, .cstmskin_btn:focus, .done_btn:focus
|
2669 |
+
{
|
2670 |
+
color: #fff;
|
2671 |
+
}
|
2672 |
+
.skswrpr, .dlt_btn
|
2673 |
+
{
|
2674 |
+
display: none;
|
2675 |
+
}
|
2676 |
+
.cstmutbewpr
|
2677 |
+
{
|
2678 |
+
width: 100%;
|
2679 |
+
float: left;
|
2680 |
+
margin-top: 10px;
|
2681 |
+
}
|
2682 |
+
.cstmutbewpr ul.enough_waffling li
|
2683 |
+
{
|
2684 |
+
width: auto;
|
2685 |
+
float: left;
|
2686 |
+
margin-right: 20px;
|
2687 |
+
}
|
2688 |
+
.cstmutbewpr ul.enough_waffling li span
|
2689 |
+
{
|
2690 |
+
float: left;
|
2691 |
+
}
|
2692 |
+
.cstmutbewpr ul.enough_waffling li label
|
2693 |
+
{
|
2694 |
+
width: auto;
|
2695 |
+
float: left;
|
2696 |
+
margin-top: 10px;
|
2697 |
+
margin-left: 10px;
|
2698 |
+
}
|
2699 |
+
.cstmutbewpr .cstmutbtxtwpr
|
2700 |
+
{
|
2701 |
+
width: 100%;
|
2702 |
+
float: left;
|
2703 |
+
padding-top: 10px;
|
2704 |
+
}
|
2705 |
+
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr
|
2706 |
+
{
|
2707 |
+
width: 100%;
|
2708 |
+
float: left;
|
2709 |
+
display: none;
|
2710 |
+
}
|
2711 |
+
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p
|
2712 |
+
{
|
2713 |
+
margin-left: 0px;
|
2714 |
+
}
|
2715 |
+
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr
|
2716 |
+
{
|
2717 |
+
width: 100%;
|
2718 |
+
float: left;
|
2719 |
+
display: none;
|
2720 |
+
}
|
2721 |
+
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label
|
2722 |
+
{
|
2723 |
+
width: 120px;
|
2724 |
+
}
|
2725 |
+
.sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a, .sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a.sficn
|
2726 |
+
{
|
2727 |
+
padding: 0px;
|
2728 |
+
margin: 0px;
|
2729 |
+
width: 100%;
|
2730 |
+
/*float: left;*/
|
2731 |
+
border: medium none;
|
2732 |
+
}
|
2733 |
+
.sfsi_socialwpr
|
2734 |
+
{
|
2735 |
+
width: auto;
|
2736 |
+
float: left;
|
2737 |
+
}
|
2738 |
+
.sfsi_socialwpr .sf_fb
|
2739 |
+
{
|
2740 |
+
float:left;
|
2741 |
+
margin:5px 5px 5px 5px;
|
2742 |
+
min-height: 20px;
|
2743 |
+
}
|
2744 |
+
.sfsi_socialwpr .sf_google
|
2745 |
+
{
|
2746 |
+
float:left;
|
2747 |
+
margin:5px 5px 5px 5px;
|
2748 |
+
max-width:62px;
|
2749 |
+
min-width:35px;
|
2750 |
+
min-height: 20px;
|
2751 |
+
}
|
2752 |
+
.sfsi_socialwpr .sf_addthis
|
2753 |
+
{
|
2754 |
+
float:left;
|
2755 |
+
margin:5px 5px 5px 5px;
|
2756 |
+
min-height: 20px;
|
2757 |
+
}
|
2758 |
+
.sfsipyplfrm
|
2759 |
+
{
|
2760 |
+
float: left;
|
2761 |
+
margin-top: 10px;
|
2762 |
+
width: 100%;
|
2763 |
+
}
|
2764 |
+
.sfsipyplfrm input[type="submit"]
|
2765 |
+
{
|
2766 |
+
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
2767 |
+
border: medium none;
|
2768 |
+
color: #0074a2;
|
2769 |
+
cursor: pointer;
|
2770 |
+
font-weight: normal;
|
2771 |
+
margin: 0;
|
2772 |
+
padding: 5px 10px;
|
2773 |
+
text-decoration: underline;
|
2774 |
+
}
|
2775 |
+
.sfsipyplfrm input[type="submit"]:hover
|
2776 |
+
{
|
2777 |
+
color: #2ea2cc
|
2778 |
+
}
|
2779 |
+
.pop_up_box_ex {
|
2780 |
+
background: none repeat scroll 0 0 #fff;
|
2781 |
+
box-shadow: 0 0 5px 3px #d8d8d8;
|
2782 |
+
color: #5a6570;
|
2783 |
+
font-family: helveticaregular;
|
2784 |
+
margin: 200px auto;
|
2785 |
+
min-height: 150px;
|
2786 |
+
padding: 20px 25px 0px;
|
2787 |
+
position: relative;
|
2788 |
+
width: 290px;
|
2789 |
+
}
|
2790 |
+
.pop_up_box_ex {
|
2791 |
+
color: #5a6570;
|
2792 |
+
font-family: helveticaregular;
|
2793 |
+
}
|
2794 |
+
|
2795 |
+
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info {
|
2796 |
+
font-family: helveticaregular;
|
2797 |
+
width: 94.7%;
|
2798 |
+
float: left;
|
2799 |
+
}
|
2800 |
+
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info p label.ckckslctn
|
2801 |
+
{
|
2802 |
+
display: none;
|
2803 |
+
}
|
2804 |
+
|
2805 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr > li {
|
2806 |
+
width:100% !important;
|
2807 |
+
max-width:100% !important;
|
2808 |
+
border-left: 45px solid transparent;
|
2809 |
+
-webkit-box-sizing: border-box;
|
2810 |
+
-moz-box-sizing: border-box;;
|
2811 |
+
-ms-box-sizing: border-box;
|
2812 |
+
-o-box-sizing: border-box;
|
2813 |
+
box-sizing: border-box;
|
2814 |
+
}
|
2815 |
+
|
2816 |
+
.tab8 .icons_size > input {
|
2817 |
+
background:none repeat scroll 0 0 #e5e5e5;
|
2818 |
+
width:80px;
|
2819 |
+
float:left;
|
2820 |
+
padding:10px 0;
|
2821 |
+
text-align:center;
|
2822 |
+
}
|
2823 |
+
.tab8 .icons_size > ins { margin-left:19px; }
|
2824 |
+
.tab8 .icons_size > span.last { width: auto !important; clear: left }
|
2825 |
+
.tab8 .radio_section.tb_4_ck { margin: 0 20px 0 0 !important; }
|
2826 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row,
|
2827 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr p,
|
2828 |
+
.tab8 .options {
|
2829 |
+
float: none;
|
2830 |
+
width: 100%;
|
2831 |
+
border-left: 60px solid transparent;
|
2832 |
+
-webkit-box-sizing: border-box;
|
2833 |
+
-moz-box-sizing: border-box;
|
2834 |
+
-o-box-sizing: border-box;
|
2835 |
+
-ms-box-sizing: border-box;
|
2836 |
+
box-sizing: border-box;
|
2837 |
+
}
|
2838 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr label { width: auto; }
|
2839 |
+
|
2840 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 ul { margin-left: 15px}
|
2841 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 li { width: auto; max-width: auto; min-width: auto; margin: 0 50px 0 0 }
|
2842 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .usually > li { width:85% !important; max-width: 100% !important; margin-left: 70px; font-family: 'helveticaneue-light'; padding-bottom: 5px}
|
2843 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .options > label { width:356px !important; margin:0; width: auto; margin-bottom: 0; margin-top: 0px; }
|
2844 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options .first.chcklbl { float: left !important; width: 335px !important; }
|
2845 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options .chckwpr { width:400px; float:right; }
|
2846 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options {
|
2847 |
+
width:90%;
|
2848 |
+
margin:0;
|
2849 |
+
font-family: 'helveticaneue-light';
|
2850 |
+
float: left;
|
2851 |
+
margin-bottom: 10px;
|
2852 |
+
max-width: 895px;
|
2853 |
+
border-left: none;
|
2854 |
+
}
|
2855 |
+
.sfsiplus_toggleonlystndrshrng { margin-bottom: 30px !important}
|
2856 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options.shareicontextfld { margin: 15px 0; }
|
2857 |
+
.tab8 .sfsiplus_tab_3_icns.flthmonpg .radio { margin-top:55px !important; }
|
2858 |
+
.tab8 .radiodisplaysection { float: left;}
|
2859 |
+
|
2860 |
+
|
2861 |
+
|
2862 |
+
/*palak css end*/
|
2863 |
+
/*modify by palak*/
|
2864 |
+
.tab8 ul.sfsiplus_icn_listing8 li {
|
2865 |
+
float: left;
|
2866 |
+
padding: 11px 0 40px 8px;
|
2867 |
+
width: 100%;
|
2868 |
+
max-width: 1000px;
|
2869 |
+
margin: 0
|
2870 |
+
}
|
2871 |
+
.sfsiplusplacethemanulywpr { max-width: 98% !important}
|
2872 |
+
|
2873 |
+
/*modify by palak*/
|
2874 |
+
/*modify by palak*/
|
2875 |
+
.tab8 ul.sfsiplus_icn_listing8 {
|
2876 |
+
list-style: outside none none;
|
2877 |
+
margin: 5px 0 0;
|
2878 |
+
overflow: hidden;
|
2879 |
+
}
|
2880 |
+
/*modify by palak*/
|
2881 |
+
.sfsiplus_right_info label.sfsiplus_sub-subtitle
|
2882 |
+
{
|
2883 |
+
font-size: 16px !important;
|
2884 |
+
font-weight: normal;
|
2885 |
+
}
|
2886 |
+
ul.plus_icn_listing li .sfsiplus_right_info label.sfsiplus_sub-subtitle a
|
2887 |
+
{
|
2888 |
+
font-size: 13px;
|
2889 |
+
}
|
2890 |
+
.tab8 ul.sfsiplus_tab_3_icns li .radio {
|
2891 |
+
margin-top: 7px;
|
2892 |
+
}
|
2893 |
+
|
2894 |
+
.tab8 ul.sfsiplus_tab_3_icns li label {
|
2895 |
+
line-height: 50px !important;
|
2896 |
+
}
|
2897 |
+
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns li {
|
2898 |
+
width: 50%;
|
2899 |
+
max-width: 450px;
|
2900 |
+
min-width: 420px;
|
2901 |
+
padding-left: 0;
|
2902 |
+
padding-bottom: 15px
|
2903 |
+
}
|
2904 |
+
|
2905 |
+
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(1),
|
2906 |
+
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(2) { width: 50% !important}
|
2907 |
+
.space.disblfltonmbl p.list { width: 100%; margin-bottom: 28px}
|
2908 |
+
|
2909 |
+
|
2910 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p { display: table}
|
2911 |
+
|
2912 |
+
/*modify by palak*/
|
2913 |
+
.tab8 .row
|
2914 |
+
{
|
2915 |
+
clear: both;
|
2916 |
+
display: block;
|
2917 |
+
float: left;
|
2918 |
+
font-family: helveticaregular;
|
2919 |
+
line-height: 42px;
|
2920 |
+
margin-top: 25px;
|
2921 |
+
padding-top: 15px;
|
2922 |
+
width: 100%;
|
2923 |
+
}
|
2924 |
+
/*modify by palak*/
|
2925 |
+
.tab8 .icons_size { margin-top: -12px; }
|
2926 |
+
.tab8 .icons_size { position: relative; font-family: 'helveticaneue-light'; width: 538px; float: right }
|
2927 |
+
.tab8 .icons_size span {
|
2928 |
+
display: block;
|
2929 |
+
float: left;
|
2930 |
+
font-size: 20px;
|
2931 |
+
font-weight: 400;
|
2932 |
+
line-height: 42px;
|
2933 |
+
margin-right: 18px;
|
2934 |
+
}
|
2935 |
+
|
2936 |
+
.tab8.icons_size span.last
|
2937 |
+
{
|
2938 |
+
margin-left: 55px;
|
2939 |
+
}
|
2940 |
+
.tab8 .icons_size ins
|
2941 |
+
{
|
2942 |
+
float: left;
|
2943 |
+
font-size: 17px;
|
2944 |
+
font-weight: 400;
|
2945 |
+
margin-right: 25px;
|
2946 |
+
text-decoration: none;
|
2947 |
+
margin-bottom: 20px;
|
2948 |
+
}
|
2949 |
+
.tab8 .social_icon_like1 {
|
2950 |
+
float: left;
|
2951 |
+
margin: 0;
|
2952 |
+
padding: 30px 0 0;
|
2953 |
+
text-align: center;
|
2954 |
+
width: 100%;
|
2955 |
+
}
|
2956 |
+
.tab8 .social_icon_like1 ul {
|
2957 |
+
list-style: outside none none;
|
2958 |
+
margin: 0;
|
2959 |
+
padding: 0;
|
2960 |
+
text-align: center;
|
2961 |
+
}
|
2962 |
+
.tab8 .social_icon_like1 li {
|
2963 |
+
display: inline-block;
|
2964 |
+
list-style: outside none none;
|
2965 |
+
margin: 0 0 0 45px !important;
|
2966 |
+
padding: 0;
|
2967 |
+
width: auto !important;
|
2968 |
+
min-width: 100px !important;
|
2969 |
+
}
|
2970 |
+
.tab8 .social_icon_like1 li a {
|
2971 |
+
color: #5a6570;
|
2972 |
+
display: block;
|
2973 |
+
text-decoration: none;
|
2974 |
+
}
|
2975 |
+
.tab8 .social_icon_like1 li img {
|
2976 |
+
display: block;
|
2977 |
+
float: left;
|
2978 |
+
margin-right: 5px;
|
2979 |
+
}
|
2980 |
+
.tab8 ul.usually {
|
2981 |
+
list-style: outside none none;
|
2982 |
+
margin: 28px 0 15px 60px;
|
2983 |
+
padding: 0;
|
2984 |
+
float: left
|
2985 |
+
}
|
2986 |
+
.tab8 ul.usually li {
|
2987 |
+
font-size: 17px;
|
2988 |
+
list-style: outside none none;
|
2989 |
+
margin: 0;
|
2990 |
+
padding: 0;
|
2991 |
+
text-align: left;
|
2992 |
+
width: auto;
|
2993 |
+
}
|
2994 |
+
.tab8 ul.enough_waffling {
|
2995 |
+
list-style: outside none none;
|
2996 |
+
margin: 25px 0 0;
|
2997 |
+
padding: 0;
|
2998 |
+
text-align: center;
|
2999 |
+
}
|
3000 |
+
.tab8 ul.enough_waffling li {
|
3001 |
+
display: inline-block;
|
3002 |
+
list-style: outside none none;
|
3003 |
+
margin: 0 22px;
|
3004 |
+
padding: 0;
|
3005 |
+
}
|
3006 |
+
.tab8 ul.enough_waffling li span {
|
3007 |
+
float: left;
|
3008 |
+
}
|
3009 |
+
.tab8 ul.enough_waffling li label {
|
3010 |
+
color: #5a6570;
|
3011 |
+
float: left;
|
3012 |
+
font-family: helveticaregular;
|
3013 |
+
font-size: 18px;
|
3014 |
+
font-weight: 400;
|
3015 |
+
line-height: 38px;
|
3016 |
+
margin: 0 0 0 20px;
|
3017 |
+
text-align: center;
|
3018 |
+
}
|
3019 |
+
/*modify by palak*/
|
3020 |
+
.tab8 .row {
|
3021 |
+
clear: both;
|
3022 |
+
display: block;
|
3023 |
+
float: left;
|
3024 |
+
font-family: helveticaregular;
|
3025 |
+
line-height: 42px;
|
3026 |
+
margin-top: 0px;
|
3027 |
+
padding-top: 10px;
|
3028 |
+
width: 100%;
|
3029 |
+
}
|
3030 |
+
/*modify by palak*/
|
3031 |
+
.tab8 .options {
|
3032 |
+
clear: both;
|
3033 |
+
float: left;
|
3034 |
+
margin-top: 25px;
|
3035 |
+
width: auto;
|
3036 |
+
float: none;
|
3037 |
+
}
|
3038 |
+
.tab8 .options label.first {
|
3039 |
+
font-family: 'helveticaneue-light';
|
3040 |
+
font-size: 18px;
|
3041 |
+
}
|
3042 |
+
.tab8 .options label {
|
3043 |
+
color: #5a6570;
|
3044 |
+
float: left;
|
3045 |
+
font-family: 'helveticaneue-light';
|
3046 |
+
font-size: 18px;
|
3047 |
+
line-height: 46px;
|
3048 |
+
width: 345px;
|
3049 |
+
}
|
3050 |
+
.tab8 .options input {
|
3051 |
+
background: none repeat scroll 0 0 #e5e5e5;
|
3052 |
+
border: 0 none;
|
3053 |
+
box-shadow: 2px 2px 3px #dcdcdc inset;
|
3054 |
+
float: left;
|
3055 |
+
padding: 10px;
|
3056 |
+
width: 308px;
|
3057 |
+
}
|
3058 |
+
.tab8 .options .field {
|
3059 |
+
float: left;
|
3060 |
+
position: relative;
|
3061 |
+
width: 223px;
|
3062 |
+
}
|
3063 |
+
.tab8 .options .field .select {
|
3064 |
+
background: url(../images/select_bg1.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
3065 |
+
display: block;
|
3066 |
+
font-family: helveticaregular;
|
3067 |
+
padding-left: 17px;
|
3068 |
+
width: 207px;
|
3069 |
+
}
|
3070 |
+
.tab8 .options .field select.styled {
|
3071 |
+
height: 46px;
|
3072 |
+
left: 0;
|
3073 |
+
line-height: 46px;
|
3074 |
+
position: absolute;
|
3075 |
+
top: 0;
|
3076 |
+
width: 213px;
|
3077 |
+
}
|
3078 |
+
.tab8 .options .field select.styled {
|
3079 |
+
line-height: 46px;
|
3080 |
+
}
|
3081 |
+
.tab8 ul.sfsiplus_icn_listing8 li .snglchckcntr .sfsiplus_right_info {
|
3082 |
+
float: left;
|
3083 |
+
margin-right: 0;
|
3084 |
+
text-align: left;
|
3085 |
+
width: auto;
|
3086 |
+
font-family: 'helveticaneue-light';
|
3087 |
+
font-size: 18px;
|
3088 |
+
line-height: 30px;
|
3089 |
+
}
|
3090 |
+
.chckwpr .snglchckcntr:first-child { float:left; }
|
3091 |
+
.chckwpr .snglchckcntr:last-child { float:left; margin-left: 110px; }
|
3092 |
+
.chckwpr
|
3093 |
+
{
|
3094 |
+
width:100%;
|
3095 |
+
float:left;
|
3096 |
+
}
|
3097 |
+
.cstmutbchnlidwpr .utbe_instruction,.cstmutbchnlnmewpr .utbe_instruction, .lnkdin_instruction {
|
3098 |
+
float: left;
|
3099 |
+
line-height: 22px;
|
3100 |
+
margin-top: 10px;
|
3101 |
+
width: 100%;
|
3102 |
+
}
|
3103 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p
|
3104 |
+
{
|
3105 |
+
font-size: 20px;
|
3106 |
+
}
|
3107 |
+
#accordion .tab8 ul.sfsiplus_tab_3_icns { margin-top: 25px; }
|
3108 |
+
#accordion .tab8 ul.sfsiplus_tab_3_icns.flthmonpg { margin-left: 45px}
|
3109 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisplaysharingtxt { padding-top: 5px; display: inline;}
|
3110 |
+
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .labelhdng4,
|
3111 |
+
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4.labelhdng4 { color: #555; font-size: 20px; margin-left: 20px; font-family: 'helveticaregular'}
|
3112 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section { border-left: 105px solid transparent; float: left; padding-top: 0}
|
3113 |
+
.sfsiplus_toggleonlystndrshrng { margin-bottom: 0 !important}
|
3114 |
+
.radiodisplaysection { float: left}
|
3115 |
+
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section>.labelhdng4 { margin-bottom: 20px !important}
|
3116 |
+
.sfsiplus_shwthmbfraftr { margin-top: 5px !important}
|
3117 |
+
label.sfsiplus_toglpstpgsbttl { float: left; margin-top: 5px !important}
|
3118 |
+
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4 {
|
3119 |
+
font-family: 'helveticaneue-light';
|
3120 |
+
font-weight: normal;
|
3121 |
+
font-size: 18px;
|
3122 |
+
color: #69737c;
|
3123 |
+
float: left
|
3124 |
+
}
|
3125 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options .seconds.chcklbl { float: right; width: 400px !important; }
|
3126 |
+
.sfsibeforpstwpr
|
3127 |
+
{
|
3128 |
+
width: 100%;
|
3129 |
+
float: left;
|
3130 |
+
line-height: 18px;
|
3131 |
+
margin: 5px 0;
|
3132 |
+
}
|
3133 |
+
.sfsiaftrpstwpr
|
3134 |
+
{
|
3135 |
+
width: 100%;
|
3136 |
+
float: left;
|
3137 |
+
line-height: 18px;
|
3138 |
+
margin: 5px 0;
|
3139 |
+
}
|
3140 |
+
.sfsibeforpstwpr .sfsi_plus_Sicons span
|
3141 |
+
{
|
3142 |
+
font-size: 20px;
|
3143 |
+
}
|
3144 |
+
.sfsiaftrpstwpr .sfsi_plus_Sicons span
|
3145 |
+
{
|
3146 |
+
font-size: 20px;
|
3147 |
+
}
|
3148 |
+
.sfsibeforpstwpr .sfsi_plus_Sicons
|
3149 |
+
{
|
3150 |
+
|
3151 |
+
}
|
3152 |
+
.sfsiaftrpstwpr .sfsi_plus_Sicons
|
3153 |
+
{
|
3154 |
+
|
3155 |
+
}
|
3156 |
+
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr
|
3157 |
+
{
|
3158 |
+
width: auto;
|
3159 |
+
float: left;
|
3160 |
+
}
|
3161 |
+
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr
|
3162 |
+
{
|
3163 |
+
width: auto;
|
3164 |
+
float: left;
|
3165 |
+
}
|
3166 |
+
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons
|
3167 |
+
{
|
3168 |
+
float: left;
|
3169 |
+
}
|
3170 |
+
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons
|
3171 |
+
{
|
3172 |
+
float: left;
|
3173 |
+
}
|
3174 |
+
.sfsi_flicnsoptn3
|
3175 |
+
{
|
3176 |
+
color: #69737c;
|
3177 |
+
float: left;
|
3178 |
+
font-size: 20px;
|
3179 |
+
margin: 62px 5px 0 20px;
|
3180 |
+
font-family: 'helveticaneue-light';
|
3181 |
+
|
3182 |
+
width: 120px;
|
3183 |
+
}
|
3184 |
+
|
3185 |
+
.sfsi_ckckslctnlbl
|
3186 |
+
{
|
3187 |
+
font-weight: bold;
|
3188 |
+
}
|
3189 |
+
.sfsibeforpstwpr iframe{max-width: none; vertical-align: middle;}
|
3190 |
+
.sfsiaftrpstwpr iframe{max-width: none; vertical-align: middle;}
|
3191 |
+
.sfwp_fivestar_ul li { display: inline-block; padding-right: 20px; }
|
3192 |
+
.fb_iframe_widget iframe
|
3193 |
+
{
|
3194 |
+
max-width: none;
|
3195 |
+
}
|
3196 |
+
.sfsi_mainContainer p.bldtxtmsg{float: left; font-size: 15px; /*font-weight: bold;*/ margin-top: 12px; width: 100%;}
|
3197 |
+
.sfsi_mainContainer p.translatelilne{float: left; font-size: 15px; font-weight: bold;color: black; margin-top: 12px; width: 100%;}
|
3198 |
+
.sfsiplus_icn_listing8 li > div{width: auto; float: left;}
|
3199 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
|
3200 |
+
{
|
3201 |
+
padding-bottom: 30px;
|
3202 |
+
float: left;
|
3203 |
+
}
|
3204 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
|
3205 |
+
{
|
3206 |
+
background: medium none;
|
3207 |
+
}
|
3208 |
+
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng code
|
3209 |
+
{
|
3210 |
+
background: none repeat scroll 0 0 transparent;
|
3211 |
+
padding-left: 0px;
|
3212 |
+
padding-right: 0px;
|
3213 |
+
}
|
3214 |
+
.options.sfsipluspstvwpr {
|
3215 |
+
margin-left: 17% !important;
|
3216 |
+
margin-left: 0% !important;
|
3217 |
+
}
|
3218 |
+
.tab8 .row.sfsiplus_PostsSettings_section .options.sfsipluspstvwpr .first.chcklbl
|
3219 |
+
{
|
3220 |
+
width: 180px !important;
|
3221 |
+
}
|
3222 |
+
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr {
|
3223 |
+
overflow: visible;
|
3224 |
+
}
|
3225 |
+
/*.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1{margin: 2px 35px 2px !important;clear:both;}*/
|
3226 |
+
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{margin: 2px 12px 2px !important;clear:both;text-align:center;float:none;}
|
3227 |
+
.cstmicon1{text-align:center;}
|
3228 |
+
.sfsi_plus_Sicons img, #sfsiplusid_facebook img, #sfsiplusid_google img, #sfsiplusid_twitter img { height: 20px;}
|
3229 |
+
|
3230 |
+
.sfsi_plus_wicons a.sficn, .sfsi_plus_wicons .sfsi_plus_inside a, .sfsi_plus_Sicons div a
|
3231 |
+
{
|
3232 |
+
box-shadow: none;
|
3233 |
+
border: none;
|
3234 |
+
}
|
3235 |
+
|
3236 |
+
.sfsi_plus_Sicons .sf_pinit
|
3237 |
+
{
|
3238 |
+
margin-right: 4px;
|
3239 |
+
}
|
3240 |
+
.sfsi_plus_Sicons .sf_pinit > span
|
3241 |
+
{
|
3242 |
+
height: 22px !important;
|
3243 |
+
vertical-align: middle;
|
3244 |
+
}
|
3245 |
+
.sfsi_plus_Sicons .sf_pinit > span
|
3246 |
+
{
|
3247 |
+
height: 22px !important;
|
3248 |
+
vertical-align: middle;
|
3249 |
+
}
|
3250 |
+
.sfsi_plus_Sicons .sf_pinit > span > span
|
3251 |
+
{
|
3252 |
+
display: inline-block;
|
3253 |
+
width: 47px !important;
|
3254 |
+
position: relative !important;
|
3255 |
+
margin-left: 40px;
|
3256 |
+
vertical-align: top;
|
3257 |
+
right: 0 !important;
|
3258 |
+
}
|
helpers/linkedin-api/linkedin-api.php
CHANGED
@@ -1,134 +1,134 @@
|
|
1 |
-
<?php
|
2 |
-
require_once(SFSI_PLUS_DOCROOT.'/helpers/sfsi_plus_OAuth.php');
|
3 |
-
|
4 |
-
class Plus_LinkedIn {
|
5 |
-
public $base_url = "http://api.linkedin.com";
|
6 |
-
public $secure_base_url = "https://api.linkedin.com";
|
7 |
-
public $oauth_callback = "oob";
|
8 |
-
public $consumer;
|
9 |
-
public $request_token;
|
10 |
-
public $access_token;
|
11 |
-
public $oauth_verifier;
|
12 |
-
public $signature_method;
|
13 |
-
public $request_token_path;
|
14 |
-
public $access_token_path;
|
15 |
-
public $authorize_path;
|
16 |
-
|
17 |
-
function __construct($consumer_key, $consumer_secret,$request_token, $oauth_callback = NULL)
|
18 |
-
{
|
19 |
-
|
20 |
-
if($oauth_callback) {
|
21 |
-
$this->oauth_callback = $oauth_callback;
|
22 |
-
}
|
23 |
-
$this->request_token=
|
24 |
-
$this->consumer = new Plus_OAuthConsumer($consumer_key, $consumer_secret, $this->oauth_callback);
|
25 |
-
$this->signature_method = new Plus_OAuthSignatureMethod_HMAC_SHA1();
|
26 |
-
$this->request_token_path = $this->secure_base_url . "/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress+r_network+w_messages";
|
27 |
-
$this->access_token_path = $this->secure_base_url . "/uas/oauth/accessToken";
|
28 |
-
$this->authorize_path = $this->secure_base_url . "/uas/oauth/authorize";
|
29 |
-
}
|
30 |
-
|
31 |
-
function getRequestToken()
|
32 |
-
{
|
33 |
-
$consumer = $this->consumer;
|
34 |
-
$request = Plus_OAuthRequest::from_consumer_and_token($consumer, NULL, "GET", $this->request_token_path);
|
35 |
-
$request->set_parameter("oauth_callback", $this->oauth_callback);
|
36 |
-
$request->sign_request($this->signature_method, $consumer, NULL);
|
37 |
-
$headers = Array();
|
38 |
-
$url = $request->to_url();
|
39 |
-
$response = $this->httpRequest($url, $headers, "GET");
|
40 |
-
parse_str($response, $response_params);
|
41 |
-
$this->request_token = new Plus_OAuthConsumer($response_params['oauth_token'], $response_params['oauth_token_secret'], 1);
|
42 |
-
}
|
43 |
-
|
44 |
-
function generateAuthorizeUrl()
|
45 |
-
{
|
46 |
-
$consumer = $this->consumer;
|
47 |
-
$request_token = $this->request_token;
|
48 |
-
return $this->authorize_path . "?oauth_token=" . $request_token->key;
|
49 |
-
}
|
50 |
-
|
51 |
-
function getAccessToken($oauth_verifier)
|
52 |
-
{
|
53 |
-
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->request_token, "GET", $this->access_token_path);
|
54 |
-
$request->set_parameter("oauth_verifier", $oauth_verifier);
|
55 |
-
$request->sign_request($this->signature_method, $this->consumer, $this->request_token);
|
56 |
-
$headers = Array();
|
57 |
-
$url = $request->to_url();
|
58 |
-
$response = $this->httpRequest($url, $headers, "GET");
|
59 |
-
parse_str($response, $response_params);
|
60 |
-
$this->access_token = new Plus_OAuthConsumer($response_params['oauth_token'], $response_params['oauth_token_secret'], 1);
|
61 |
-
}
|
62 |
-
|
63 |
-
function getCompanyFollowersById($companyID = "")
|
64 |
-
{
|
65 |
-
$api_url = $this->base_url . "/v1/companies/".$companyID.":(num-followers)/";
|
66 |
-
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->access_token, "GET", $api_url);
|
67 |
-
$request->sign_request($this->signature_method, $this->consumer, $this->access_token);
|
68 |
-
$auth_header = $request->to_header("https://api.linkedin.com"); # this is the realm
|
69 |
-
$response = $this->httpRequest($api_url, $auth_header, "GET");
|
70 |
-
return $response;
|
71 |
-
}
|
72 |
-
function getCompanyFollowersByName($companyName = "")
|
73 |
-
{
|
74 |
-
$api_url = $this->base_url . "/v1/companies/universal-name=".$companyName.":(num-followers)/";
|
75 |
-
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->access_token, "GET", $api_url);
|
76 |
-
$request->sign_request($this->signature_method, $this->consumer, $this->access_token);
|
77 |
-
$auth_header = $request->to_header("https://api.linkedin.com"); # this is the realm
|
78 |
-
$response = $this->httpRequest($api_url, $auth_header, "GET");
|
79 |
-
|
80 |
-
return $response;
|
81 |
-
}
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
function httpRequest($url, $auth_header, $method, $body = NULL)
|
86 |
-
{
|
87 |
-
if (!$method) {
|
88 |
-
$method = "GET";
|
89 |
-
};
|
90 |
-
|
91 |
-
$curl = curl_init();
|
92 |
-
curl_setopt($curl, CURLOPT_URL, $url);
|
93 |
-
curl_setopt($curl, CURLOPT_HEADER, 0);
|
94 |
-
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
95 |
-
curl_setopt($curl, CURLOPT_HTTPHEADER, array($auth_header)); // Set the headers.
|
96 |
-
|
97 |
-
if ($body) {
|
98 |
-
curl_setopt($curl, CURLOPT_POST, 1);
|
99 |
-
curl_setopt($curl, CURLOPT_POSTFIELDS, $body);
|
100 |
-
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);
|
101 |
-
curl_setopt($curl, CURLOPT_HTTPHEADER, array($auth_header, "Content-Type: text/xml;charset=utf-8"));
|
102 |
-
}
|
103 |
-
|
104 |
-
$data = curl_exec($curl);
|
105 |
-
curl_close($curl);
|
106 |
-
return $data;
|
107 |
-
}
|
108 |
-
|
109 |
-
}
|
110 |
-
|
111 |
-
function Plus_array_msort($array, $cols)
|
112 |
-
{
|
113 |
-
$colarr = array();
|
114 |
-
foreach ($cols as $col => $order) {
|
115 |
-
$colarr[$col] = array();
|
116 |
-
foreach ($array as $k => $row) { $colarr[$col]['_'.$k] = strtolower($row[$col]); }
|
117 |
-
}
|
118 |
-
$eval = 'array_multisort(';
|
119 |
-
foreach ($cols as $col => $order) {
|
120 |
-
$eval .= '$colarr[\''.$col.'\'],'.$order.',';
|
121 |
-
}
|
122 |
-
$eval = substr($eval,0,-1).');';
|
123 |
-
eval($eval);
|
124 |
-
$ret = array();
|
125 |
-
foreach ($colarr as $col => $arr) {
|
126 |
-
foreach ($arr as $k => $v) {
|
127 |
-
$k = substr($k,1);
|
128 |
-
if (!isset($ret[$k])) $ret[$k] = $array[$k];
|
129 |
-
$ret[$k][$col] = $array[$k][$col];
|
130 |
-
}
|
131 |
-
}
|
132 |
-
return $ret;
|
133 |
-
|
134 |
-
}
|
1 |
+
<?php
|
2 |
+
require_once(SFSI_PLUS_DOCROOT.'/helpers/sfsi_plus_OAuth.php');
|
3 |
+
|
4 |
+
class Plus_LinkedIn {
|
5 |
+
public $base_url = "http://api.linkedin.com";
|
6 |
+
public $secure_base_url = "https://api.linkedin.com";
|
7 |
+
public $oauth_callback = "oob";
|
8 |
+
public $consumer;
|
9 |
+
public $request_token;
|
10 |
+
public $access_token;
|
11 |
+
public $oauth_verifier;
|
12 |
+
public $signature_method;
|
13 |
+
public $request_token_path;
|
14 |
+
public $access_token_path;
|
15 |
+
public $authorize_path;
|
16 |
+
|
17 |
+
function __construct($consumer_key, $consumer_secret,$request_token, $oauth_callback = NULL)
|
18 |
+
{
|
19 |
+
|
20 |
+
if($oauth_callback) {
|
21 |
+
$this->oauth_callback = $oauth_callback;
|
22 |
+
}
|
23 |
+
$this->request_token=
|
24 |
+
$this->consumer = new Plus_OAuthConsumer($consumer_key, $consumer_secret, $this->oauth_callback);
|
25 |
+
$this->signature_method = new Plus_OAuthSignatureMethod_HMAC_SHA1();
|
26 |
+
$this->request_token_path = $this->secure_base_url . "/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress+r_network+w_messages";
|
27 |
+
$this->access_token_path = $this->secure_base_url . "/uas/oauth/accessToken";
|
28 |
+
$this->authorize_path = $this->secure_base_url . "/uas/oauth/authorize";
|
29 |
+
}
|
30 |
+
|
31 |
+
function getRequestToken()
|
32 |
+
{
|
33 |
+
$consumer = $this->consumer;
|
34 |
+
$request = Plus_OAuthRequest::from_consumer_and_token($consumer, NULL, "GET", $this->request_token_path);
|
35 |
+
$request->set_parameter("oauth_callback", $this->oauth_callback);
|
36 |
+
$request->sign_request($this->signature_method, $consumer, NULL);
|
37 |
+
$headers = Array();
|
38 |
+
$url = $request->to_url();
|
39 |
+
$response = $this->httpRequest($url, $headers, "GET");
|
40 |
+
parse_str($response, $response_params);
|
41 |
+
$this->request_token = new Plus_OAuthConsumer($response_params['oauth_token'], $response_params['oauth_token_secret'], 1);
|
42 |
+
}
|
43 |
+
|
44 |
+
function generateAuthorizeUrl()
|
45 |
+
{
|
46 |
+
$consumer = $this->consumer;
|
47 |
+
$request_token = $this->request_token;
|
48 |
+
return $this->authorize_path . "?oauth_token=" . $request_token->key;
|
49 |
+
}
|
50 |
+
|
51 |
+
function getAccessToken($oauth_verifier)
|
52 |
+
{
|
53 |
+
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->request_token, "GET", $this->access_token_path);
|
54 |
+
$request->set_parameter("oauth_verifier", $oauth_verifier);
|
55 |
+
$request->sign_request($this->signature_method, $this->consumer, $this->request_token);
|
56 |
+
$headers = Array();
|
57 |
+
$url = $request->to_url();
|
58 |
+
$response = $this->httpRequest($url, $headers, "GET");
|
59 |
+
parse_str($response, $response_params);
|
60 |
+
$this->access_token = new Plus_OAuthConsumer($response_params['oauth_token'], $response_params['oauth_token_secret'], 1);
|
61 |
+
}
|
62 |
+
|
63 |
+
function getCompanyFollowersById($companyID = "")
|
64 |
+
{
|
65 |
+
$api_url = $this->base_url . "/v1/companies/".$companyID.":(num-followers)/";
|
66 |
+
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->access_token, "GET", $api_url);
|
67 |
+
$request->sign_request($this->signature_method, $this->consumer, $this->access_token);
|
68 |
+
$auth_header = $request->to_header("https://api.linkedin.com"); # this is the realm
|
69 |
+
$response = $this->httpRequest($api_url, $auth_header, "GET");
|
70 |
+
return $response;
|
71 |
+
}
|
72 |
+
function getCompanyFollowersByName($companyName = "")
|
73 |
+
{
|
74 |
+
$api_url = $this->base_url . "/v1/companies/universal-name=".$companyName.":(num-followers)/";
|
75 |
+
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->access_token, "GET", $api_url);
|
76 |
+
$request->sign_request($this->signature_method, $this->consumer, $this->access_token);
|
77 |
+
$auth_header = $request->to_header("https://api.linkedin.com"); # this is the realm
|
78 |
+
$response = $this->httpRequest($api_url, $auth_header, "GET");
|
79 |
+
|
80 |
+
return $response;
|
81 |
+
}
|
82 |
+
|
83 |
+
|
84 |
+
|
85 |
+
function httpRequest($url, $auth_header, $method, $body = NULL)
|
86 |
+
{
|
87 |
+
if (!$method) {
|
88 |
+
$method = "GET";
|
89 |
+
};
|
90 |
+
|
91 |
+
$curl = curl_init();
|
92 |
+
curl_setopt($curl, CURLOPT_URL, $url);
|
93 |
+
curl_setopt($curl, CURLOPT_HEADER, 0);
|
94 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
95 |
+
curl_setopt($curl, CURLOPT_HTTPHEADER, array($auth_header)); // Set the headers.
|
96 |
+
|
97 |
+
if ($body) {
|
98 |
+
curl_setopt($curl, CURLOPT_POST, 1);
|
99 |
+
curl_setopt($curl, CURLOPT_POSTFIELDS, $body);
|
100 |
+
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);
|
101 |
+
curl_setopt($curl, CURLOPT_HTTPHEADER, array($auth_header, "Content-Type: text/xml;charset=utf-8"));
|
102 |
+
}
|
103 |
+
|
104 |
+
$data = curl_exec($curl);
|
105 |
+
curl_close($curl);
|
106 |
+
return $data;
|
107 |
+
}
|
108 |
+
|
109 |
+
}
|
110 |
+
|
111 |
+
function Plus_array_msort($array, $cols)
|
112 |
+
{
|
113 |
+
$colarr = array();
|
114 |
+
foreach ($cols as $col => $order) {
|
115 |
+
$colarr[$col] = array();
|
116 |
+
foreach ($array as $k => $row) { $colarr[$col]['_'.$k] = strtolower($row[$col]); }
|
117 |
+
}
|
118 |
+
$eval = 'array_multisort(';
|
119 |
+
foreach ($cols as $col => $order) {
|
120 |
+
$eval .= '$colarr[\''.$col.'\'],'.$order.',';
|
121 |
+
}
|
122 |
+
$eval = substr($eval,0,-1).');';
|
123 |
+
eval($eval);
|
124 |
+
$ret = array();
|
125 |
+
foreach ($colarr as $col => $arr) {
|
126 |
+
foreach ($arr as $k => $v) {
|
127 |
+
$k = substr($k,1);
|
128 |
+
if (!isset($ret[$k])) $ret[$k] = $array[$k];
|
129 |
+
$ret[$k][$col] = $array[$k][$col];
|
130 |
+
}
|
131 |
+
}
|
132 |
+
return $ret;
|
133 |
+
|
134 |
+
}
|
helpers/sfsi_plus_OAuth.php
CHANGED
@@ -1,893 +1,893 @@
|
|
1 |
-
<?php
|
2 |
-
// vim: foldmethod=marker
|
3 |
-
|
4 |
-
/* Generic exception class
|
5 |
-
*/
|
6 |
-
if (!class_exists('Plus_OAuthException')) {
|
7 |
-
class Plus_OAuthException extends Exception {
|
8 |
-
// pass
|
9 |
-
}
|
10 |
-
}
|
11 |
-
|
12 |
-
if (!class_exists('Plus_OAuthConsumer')) {
|
13 |
-
class Plus_OAuthConsumer {
|
14 |
-
public $key;
|
15 |
-
public $secret;
|
16 |
-
|
17 |
-
function __construct($key, $secret, $callback_url=NULL) {
|
18 |
-
$this->key = $key;
|
19 |
-
$this->secret = $secret;
|
20 |
-
$this->callback_url = $callback_url;
|
21 |
-
}
|
22 |
-
|
23 |
-
function __toString() {
|
24 |
-
return "Plus_OAuthConsumer[key=$this->key,secret=$this->secret]";
|
25 |
-
}
|
26 |
-
}
|
27 |
-
}
|
28 |
-
|
29 |
-
if (!class_exists('Plus_OAuthToken')) {
|
30 |
-
class Plus_OAuthToken {
|
31 |
-
// access tokens and request tokens
|
32 |
-
public $key;
|
33 |
-
public $secret;
|
34 |
-
|
35 |
-
/**
|
36 |
-
* key = the token
|
37 |
-
* secret = the token secret
|
38 |
-
*/
|
39 |
-
function __construct($key, $secret) {
|
40 |
-
$this->key = $key;
|
41 |
-
$this->secret = $secret;
|
42 |
-
}
|
43 |
-
|
44 |
-
/**
|
45 |
-
* generates the basic string serialization of a token that a server
|
46 |
-
* would respond to request_token and access_token calls with
|
47 |
-
*/
|
48 |
-
function to_string() {
|
49 |
-
return "oauth_token=" .
|
50 |
-
Plus_OAuthUtil::urlencode_rfc3986($this->key) .
|
51 |
-
"&oauth_token_secret=" .
|
52 |
-
Plus_OAuthUtil::urlencode_rfc3986($this->secret);
|
53 |
-
}
|
54 |
-
|
55 |
-
function __toString() {
|
56 |
-
return $this->to_string();
|
57 |
-
}
|
58 |
-
}
|
59 |
-
}
|
60 |
-
|
61 |
-
/**
|
62 |
-
* A class for implementing a Signature Method
|
63 |
-
* See section 9 ("Signing Requests") in the spec
|
64 |
-
*/
|
65 |
-
if (!class_exists('Plus_OAuthSignatureMethod')) {
|
66 |
-
abstract class Plus_OAuthSignatureMethod {
|
67 |
-
/**
|
68 |
-
* Needs to return the name of the Signature Method (ie HMAC-SHA1)
|
69 |
-
* @return string
|
70 |
-
*/
|
71 |
-
abstract public function get_name();
|
72 |
-
|
73 |
-
/**
|
74 |
-
* Build up the signature
|
75 |
-
* NOTE: The output of this function MUST NOT be urlencoded.
|
76 |
-
* the encoding is handled in OAuthRequest when the final
|
77 |
-
* request is serialized
|
78 |
-
* @param OAuthRequest $request
|
79 |
-
* @param OAuthConsumer $consumer
|
80 |
-
* @param OAuthToken $token
|
81 |
-
* @return string
|
82 |
-
*/
|
83 |
-
abstract public function build_signature($request, $consumer, $token);
|
84 |
-
|
85 |
-
/**
|
86 |
-
* Verifies that a given signature is correct
|
87 |
-
* @param OAuthRequest $request
|
88 |
-
* @param OAuthConsumer $consumer
|
89 |
-
* @param OAuthToken $token
|
90 |
-
* @param string $signature
|
91 |
-
* @return bool
|
92 |
-
*/
|
93 |
-
public function check_signature($request, $consumer, $token, $signature) {
|
94 |
-
$built = $this->build_signature($request, $consumer, $token);
|
95 |
-
return $built == $signature;
|
96 |
-
}
|
97 |
-
}
|
98 |
-
}
|
99 |
-
|
100 |
-
/**
|
101 |
-
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]
|
102 |
-
* where the Signature Base String is the text and the key is the concatenated values (each first
|
103 |
-
* encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&'
|
104 |
-
* character (ASCII code 38) even if empty.
|
105 |
-
* - Chapter 9.2 ("HMAC-SHA1")
|
106 |
-
*/
|
107 |
-
if (!class_exists('Plus_OAuthSignatureMethod_HMAC_SHA1')) {
|
108 |
-
class Plus_OAuthSignatureMethod_HMAC_SHA1 extends Plus_OAuthSignatureMethod {
|
109 |
-
function get_name() {
|
110 |
-
return "HMAC-SHA1";
|
111 |
-
}
|
112 |
-
|
113 |
-
public function build_signature($request, $consumer, $token) {
|
114 |
-
$base_string = $request->get_signature_base_string();
|
115 |
-
$request->base_string = $base_string;
|
116 |
-
|
117 |
-
$key_parts = array(
|
118 |
-
$consumer->secret,
|
119 |
-
($token) ? $token->secret : ""
|
120 |
-
);
|
121 |
-
|
122 |
-
$key_parts = Plus_OAuthUtil::urlencode_rfc3986($key_parts);
|
123 |
-
$key = implode('&', $key_parts);
|
124 |
-
|
125 |
-
return base64_encode(hash_hmac('sha1', $base_string, $key, true));
|
126 |
-
}
|
127 |
-
}
|
128 |
-
}
|
129 |
-
|
130 |
-
/**
|
131 |
-
* The PLAINTEXT method does not provide any security protection and SHOULD only be used
|
132 |
-
* over a secure channel such as HTTPS. It does not use the Signature Base String.
|
133 |
-
* - Chapter 9.4 ("PLAINTEXT")
|
134 |
-
*/
|
135 |
-
if (!class_exists('Plus_OAuthSignatureMethod_PLAINTEXT')) {
|
136 |
-
class Plus_OAuthSignatureMethod_PLAINTEXT extends Plus_OAuthSignatureMethod {
|
137 |
-
public function get_name() {
|
138 |
-
return "PLAINTEXT";
|
139 |
-
}
|
140 |
-
|
141 |
-
/**
|
142 |
-
* oauth_signature is set to the concatenated encoded values of the Consumer Secret and
|
143 |
-
* Token Secret, separated by a '&' character (ASCII code 38), even if either secret is
|
144 |
-
* empty. The result MUST be encoded again.
|
145 |
-
* - Chapter 9.4.1 ("Generating Signatures")
|
146 |
-
*
|
147 |
-
* Please note that the second encoding MUST NOT happen in the SignatureMethod, as
|
148 |
-
* OAuthRequest handles this!
|
149 |
-
*/
|
150 |
-
public function build_signature($request, $consumer, $token) {
|
151 |
-
$key_parts = array(
|
152 |
-
$consumer->secret,
|
153 |
-
($token) ? $token->secret : ""
|
154 |
-
);
|
155 |
-
|
156 |
-
$key_parts = Plus_OAuthUtil::urlencode_rfc3986($key_parts);
|
157 |
-
$key = implode('&', $key_parts);
|
158 |
-
$request->base_string = $key;
|
159 |
-
|
160 |
-
return $key;
|
161 |
-
}
|
162 |
-
}
|
163 |
-
}
|
164 |
-
/**
|
165 |
-
* The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in
|
166 |
-
* [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for
|
167 |
-
* EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA public key in a
|
168 |
-
* verified way to the Service Provider, in a manner which is beyond the scope of this
|
169 |
-
* specification.
|
170 |
-
* - Chapter 9.3 ("RSA-SHA1")
|
171 |
-
*/
|
172 |
-
if (!class_exists('Plus_OAuthSignatureMethod_RSA_SHA1')) {
|
173 |
-
abstract class Plus_OAuthSignatureMethod_RSA_SHA1 extends Plus_OAuthSignatureMethod {
|
174 |
-
public function get_name() {
|
175 |
-
return "RSA-SHA1";
|
176 |
-
}
|
177 |
-
|
178 |
-
// Up to the SP to implement this lookup of keys. Possible ideas are:
|
179 |
-
// (1) do a lookup in a table of trusted certs keyed off of consumer
|
180 |
-
// (2) fetch via http using a url provided by the requester
|
181 |
-
// (3) some sort of specific discovery code based on request
|
182 |
-
//
|
183 |
-
// Either way should return a string representation of the certificate
|
184 |
-
protected abstract function fetch_public_cert(&$request);
|
185 |
-
|
186 |
-
// Up to the SP to implement this lookup of keys. Possible ideas are:
|
187 |
-
// (1) do a lookup in a table of trusted certs keyed off of consumer
|
188 |
-
//
|
189 |
-
// Either way should return a string representation of the certificate
|
190 |
-
protected abstract function fetch_private_cert(&$request);
|
191 |
-
|
192 |
-
public function build_signature($request, $consumer, $token) {
|
193 |
-
$base_string = $request->get_signature_base_string();
|
194 |
-
$request->base_string = $base_string;
|
195 |
-
|
196 |
-
// Fetch the private key cert based on the request
|
197 |
-
$cert = $this->fetch_private_cert($request);
|
198 |
-
|
199 |
-
// Pull the private key ID from the certificate
|
200 |
-
$privatekeyid = openssl_get_privatekey($cert);
|
201 |
-
|
202 |
-
// Sign using the key
|
203 |
-
$ok = openssl_sign($base_string, $signature, $privatekeyid);
|
204 |
-
|
205 |
-
// Release the key resource
|
206 |
-
openssl_free_key($privatekeyid);
|
207 |
-
|
208 |
-
return base64_encode($signature);
|
209 |
-
}
|
210 |
-
|
211 |
-
public function check_signature($request, $consumer, $token, $signature) {
|
212 |
-
$decoded_sig = base64_decode($signature);
|
213 |
-
|
214 |
-
$base_string = $request->get_signature_base_string();
|
215 |
-
|
216 |
-
// Fetch the public key cert based on the request
|
217 |
-
$cert = $this->fetch_public_cert($request);
|
218 |
-
|
219 |
-
// Pull the public key ID from the certificate
|
220 |
-
$publickeyid = openssl_get_publickey($cert);
|
221 |
-
|
222 |
-
// Check the computed signature against the one passed in the query
|
223 |
-
$ok = openssl_verify($base_string, $decoded_sig, $publickeyid);
|
224 |
-
|
225 |
-
// Release the key resource
|
226 |
-
openssl_free_key($publickeyid);
|
227 |
-
|
228 |
-
return $ok == 1;
|
229 |
-
}
|
230 |
-
}
|
231 |
-
}
|
232 |
-
|
233 |
-
if (!class_exists('Plus_OAuthRequest')) {
|
234 |
-
class Plus_OAuthRequest {
|
235 |
-
private $parameters;
|
236 |
-
private $http_method;
|
237 |
-
private $http_url;
|
238 |
-
// for debug purposes
|
239 |
-
public $base_string;
|
240 |
-
public static $version = '1.0';
|
241 |
-
public static $POST_INPUT = 'php://input';
|
242 |
-
|
243 |
-
function __construct($http_method, $http_url, $parameters=NULL) {
|
244 |
-
@$parameters or $parameters = array();
|
245 |
-
$parameters = array_merge( Plus_OAuthUtil::parse_parameters(parse_url($http_url, PHP_URL_QUERY)), $parameters);
|
246 |
-
$this->parameters = $parameters;
|
247 |
-
$this->http_method = $http_method;
|
248 |
-
$this->http_url = $http_url;
|
249 |
-
}
|
250 |
-
|
251 |
-
|
252 |
-
/**
|
253 |
-
* attempt to build up a request from what was passed to the server
|
254 |
-
*/
|
255 |
-
public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
|
256 |
-
$scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
|
257 |
-
? 'http'
|
258 |
-
: 'https';
|
259 |
-
@$http_url or $http_url = $scheme .
|
260 |
-
'://' . $_SERVER['HTTP_HOST'] .
|
261 |
-
':' .
|
262 |
-
$_SERVER['SERVER_PORT'] .
|
263 |
-
$_SERVER['REQUEST_URI'];
|
264 |
-
@$http_method or $http_method = $_SERVER['REQUEST_METHOD'];
|
265 |
-
|
266 |
-
// We weren't handed any parameters, so let's find the ones relevant to
|
267 |
-
// this request.
|
268 |
-
// If you run XML-RPC or similar you should use this to provide your own
|
269 |
-
// parsed parameter-list
|
270 |
-
if (!$parameters) {
|
271 |
-
// Find request headers
|
272 |
-
$request_headers = Plus_OAuthUtil::get_headers();
|
273 |
-
|
274 |
-
// Parse the query-string to find GET parameters
|
275 |
-
$parameters = Plus_OAuthUtil::parse_parameters($_SERVER['QUERY_STRING']);
|
276 |
-
|
277 |
-
// It's a POST request of the proper content-type, so parse POST
|
278 |
-
// parameters and add those overriding any duplicates from GET
|
279 |
-
if ($http_method == "POST"
|
280 |
-
&& @strstr($request_headers["Content-Type"],
|
281 |
-
"application/x-www-form-urlencoded")
|
282 |
-
) {
|
283 |
-
$post_data = Plus_OAuthUtil::parse_parameters(
|
284 |
-
file_get_contents(self::$POST_INPUT)
|
285 |
-
);
|
286 |
-
$parameters = array_merge($parameters, $post_data);
|
287 |
-
}
|
288 |
-
|
289 |
-
// We have a Authorization-header with OAuth data. Parse the header
|
290 |
-
// and add those overriding any duplicates from GET or POST
|
291 |
-
if (@substr($request_headers['Authorization'], 0, 6) == "OAuth ") {
|
292 |
-
$header_parameters = Plus_OAuthUtil::split_header(
|
293 |
-
$request_headers['Authorization']
|
294 |
-
);
|
295 |
-
$parameters = array_merge($parameters, $header_parameters);
|
296 |
-
}
|
297 |
-
|
298 |
-
}
|
299 |
-
|
300 |
-
return new Plus_OAuthRequest($http_method, $http_url, $parameters);
|
301 |
-
}
|
302 |
-
|
303 |
-
/**
|
304 |
-
* pretty much a helper function to set up the request
|
305 |
-
*/
|
306 |
-
public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parameters=NULL) {
|
307 |
-
@$parameters or $parameters = array();
|
308 |
-
$defaults = array("oauth_version" => Plus_OAuthRequest::$version,
|
309 |
-
"oauth_nonce" => Plus_OAuthRequest::generate_nonce(),
|
310 |
-
"oauth_timestamp" => Plus_OAuthRequest::generate_timestamp(),
|
311 |
-
"oauth_consumer_key" => $consumer->key);
|
312 |
-
if ($token)
|
313 |
-
$defaults['oauth_token'] = $token->key;
|
314 |
-
|
315 |
-
$parameters = array_merge($defaults, $parameters);
|
316 |
-
|
317 |
-
return new Plus_OAuthRequest($http_method, $http_url, $parameters);
|
318 |
-
}
|
319 |
-
|
320 |
-
public function set_parameter($name, $value, $allow_duplicates = true) {
|
321 |
-
if ($allow_duplicates && isset($this->parameters[$name])) {
|
322 |
-
// We have already added parameter(s) with this name, so add to the list
|
323 |
-
if (is_scalar($this->parameters[$name])) {
|
324 |
-
// This is the first duplicate, so transform scalar (string)
|
325 |
-
// into an array so we can add the duplicates
|
326 |
-
$this->parameters[$name] = array($this->parameters[$name]);
|
327 |
-
}
|
328 |
-
|
329 |
-
$this->parameters[$name][] = $value;
|
330 |
-
} else {
|
331 |
-
$this->parameters[$name] = $value;
|
332 |
-
}
|
333 |
-
}
|
334 |
-
|
335 |
-
public function get_parameter($name) {
|
336 |
-
return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
|
337 |
-
}
|
338 |
-
|
339 |
-
public function get_parameters() {
|
340 |
-
return $this->parameters;
|
341 |
-
}
|
342 |
-
|
343 |
-
public function unset_parameter($name) {
|
344 |
-
unset($this->parameters[$name]);
|
345 |
-
}
|
346 |
-
|
347 |
-
/**
|
348 |
-
* The request parameters, sorted and concatenated into a normalized string.
|
349 |
-
* @return string
|
350 |
-
*/
|
351 |
-
public function get_signable_parameters() {
|
352 |
-
// Grab all parameters
|
353 |
-
$params = $this->parameters;
|
354 |
-
|
355 |
-
// Remove oauth_signature if present
|
356 |
-
// Ref: Spec: 9.1.1 ("The oauth_signature parameter MUST be excluded.")
|
357 |
-
if (isset($params['oauth_signature'])) {
|
358 |
-
unset($params['oauth_signature']);
|
359 |
-
}
|
360 |
-
|
361 |
-
return Plus_OAuthUtil::build_http_query($params);
|
362 |
-
}
|
363 |
-
|
364 |
-
/**
|
365 |
-
* Returns the base string of this request
|
366 |
-
*
|
367 |
-
* The base string defined as the method, the url
|
368 |
-
* and the parameters (normalized), each urlencoded
|
369 |
-
* and the concated with &.
|
370 |
-
*/
|
371 |
-
public function get_signature_base_string() {
|
372 |
-
$parts = array(
|
373 |
-
$this->get_normalized_http_method(),
|
374 |
-
$this->get_normalized_http_url(),
|
375 |
-
$this->get_signable_parameters()
|
376 |
-
);
|
377 |
-
|
378 |
-
$parts = Plus_OAuthUtil::urlencode_rfc3986($parts);
|
379 |
-
|
380 |
-
return implode('&', $parts);
|
381 |
-
}
|
382 |
-
|
383 |
-
/**
|
384 |
-
* just uppercases the http method
|
385 |
-
*/
|
386 |
-
public function get_normalized_http_method() {
|
387 |
-
return strtoupper($this->http_method);
|
388 |
-
}
|
389 |
-
|
390 |
-
/**
|
391 |
-
* parses the url and rebuilds it to be
|
392 |
-
* scheme://host/path
|
393 |
-
*/
|
394 |
-
public function get_normalized_http_url() {
|
395 |
-
$parts = parse_url($this->http_url);
|
396 |
-
|
397 |
-
$port = @$parts['port'];
|
398 |
-
$scheme = $parts['scheme'];
|
399 |
-
$host = $parts['host'];
|
400 |
-
$path = @$parts['path'];
|
401 |
-
|
402 |
-
$port or $port = ($scheme == 'https') ? '443' : '80';
|
403 |
-
|
404 |
-
if (($scheme == 'https' && $port != '443')
|
405 |
-
|| ($scheme == 'http' && $port != '80')) {
|
406 |
-
$host = "$host:$port";
|
407 |
-
}
|
408 |
-
return "$scheme://$host$path";
|
409 |
-
}
|
410 |
-
|
411 |
-
/**
|
412 |
-
* builds a url usable for a GET request
|
413 |
-
*/
|
414 |
-
public function to_url() {
|
415 |
-
$post_data = $this->to_postdata();
|
416 |
-
$out = $this->get_normalized_http_url();
|
417 |
-
if ($post_data) {
|
418 |
-
$out .= '?'.$post_data;
|
419 |
-
}
|
420 |
-
return $out;
|
421 |
-
}
|
422 |
-
|
423 |
-
/**
|
424 |
-
* builds the data one would send in a POST request
|
425 |
-
*/
|
426 |
-
public function to_postdata() {
|
427 |
-
return Plus_OAuthUtil::build_http_query($this->parameters);
|
428 |
-
}
|
429 |
-
|
430 |
-
/**
|
431 |
-
* builds the Authorization: header
|
432 |
-
*/
|
433 |
-
public function to_header($realm=null) {
|
434 |
-
$first = true;
|
435 |
-
if($realm) {
|
436 |
-
$out = 'Authorization: OAuth realm="' . Plus_OAuthUtil::urlencode_rfc3986($realm) . '"';
|
437 |
-
$first = false;
|
438 |
-
} else
|
439 |
-
$out = 'Authorization: OAuth';
|
440 |
-
|
441 |
-
$total = array();
|
442 |
-
foreach ($this->parameters as $k => $v) {
|
443 |
-
if (substr($k, 0, 5) != "oauth") continue;
|
444 |
-
if (is_array($v)) {
|
445 |
-
throw new Plus_OAuthException('Arrays not supported in headers');
|
446 |
-
}
|
447 |
-
$out .= ($first) ? ' ' : ',';
|
448 |
-
$out .= Plus_OAuthUtil::urlencode_rfc3986($k) .
|
449 |
-
'="' .
|
450 |
-
Plus_OAuthUtil::urlencode_rfc3986($v) .
|
451 |
-
'"';
|
452 |
-
$first = false;
|
453 |
-
}
|
454 |
-
return $out;
|
455 |
-
}
|
456 |
-
|
457 |
-
public function __toString() {
|
458 |
-
return $this->to_url();
|
459 |
-
}
|
460 |
-
|
461 |
-
|
462 |
-
public function sign_request($signature_method, $consumer, $token) {
|
463 |
-
$this->set_parameter(
|
464 |
-
"oauth_signature_method",
|
465 |
-
$signature_method->get_name(),
|
466 |
-
false
|
467 |
-
);
|
468 |
-
$signature = $this->build_signature($signature_method, $consumer, $token);
|
469 |
-
$this->set_parameter("oauth_signature", $signature, false);
|
470 |
-
}
|
471 |
-
|
472 |
-
public function build_signature($signature_method, $consumer, $token) {
|
473 |
-
$signature = $signature_method->build_signature($this, $consumer, $token);
|
474 |
-
return $signature;
|
475 |
-
}
|
476 |
-
|
477 |
-
/**
|
478 |
-
* util function: current timestamp
|
479 |
-
*/
|
480 |
-
private static function generate_timestamp() {
|
481 |
-
return time();
|
482 |
-
}
|
483 |
-
|
484 |
-
/**
|
485 |
-
* util function: current nonce
|
486 |
-
*/
|
487 |
-
private static function generate_nonce() {
|
488 |
-
$mt = microtime();
|
489 |
-
$rand = mt_rand();
|
490 |
-
|
491 |
-
return md5($mt . $rand); // md5s look nicer than numbers
|
492 |
-
}
|
493 |
-
}
|
494 |
-
}
|
495 |
-
|
496 |
-
if (!class_exists('Plus_OAuthServer')) {
|
497 |
-
class Plus_OAuthServer {
|
498 |
-
protected $timestamp_threshold = 300; // in seconds, five minutes
|
499 |
-
protected $version = '1.0'; // hi blaine
|
500 |
-
protected $signature_methods = array();
|
501 |
-
|
502 |
-
protected $data_store;
|
503 |
-
|
504 |
-
function __construct($data_store) {
|
505 |
-
$this->data_store = $data_store;
|
506 |
-
}
|
507 |
-
|
508 |
-
public function add_signature_method($signature_method) {
|
509 |
-
$this->signature_methods[$signature_method->get_name()] =
|
510 |
-
$signature_method;
|
511 |
-
}
|
512 |
-
|
513 |
-
// high level functions
|
514 |
-
|
515 |
-
/**
|
516 |
-
* process a request_token request
|
517 |
-
* returns the request token on success
|
518 |
-
*/
|
519 |
-
public function fetch_request_token(&$request) {
|
520 |
-
$this->get_version($request);
|
521 |
-
|
522 |
-
$consumer = $this->get_consumer($request);
|
523 |
-
|
524 |
-
// no token required for the initial token request
|
525 |
-
$token = NULL;
|
526 |
-
|
527 |
-
$this->check_signature($request, $consumer, $token);
|
528 |
-
|
529 |
-
// Rev A change
|
530 |
-
$callback = $request->get_parameter('oauth_callback');
|
531 |
-
$new_token = $this->data_store->new_request_token($consumer, $callback);
|
532 |
-
|
533 |
-
return $new_token;
|
534 |
-
}
|
535 |
-
|
536 |
-
/**
|
537 |
-
* process an access_token request
|
538 |
-
* returns the access token on success
|
539 |
-
*/
|
540 |
-
public function fetch_access_token(&$request) {
|
541 |
-
$this->get_version($request);
|
542 |
-
|
543 |
-
$consumer = $this->get_consumer($request);
|
544 |
-
|
545 |
-
// requires authorized request token
|
546 |
-
$token = $this->get_token($request, $consumer, "request");
|
547 |
-
|
548 |
-
$this->check_signature($request, $consumer, $token);
|
549 |
-
|
550 |
-
// Rev A change
|
551 |
-
$verifier = $request->get_parameter('oauth_verifier');
|
552 |
-
$new_token = $this->data_store->new_access_token($token, $consumer, $verifier);
|
553 |
-
|
554 |
-
return $new_token;
|
555 |
-
}
|
556 |
-
|
557 |
-
/**
|
558 |
-
* verify an api call, checks all the parameters
|
559 |
-
*/
|
560 |
-
public function verify_request(&$request) {
|
561 |
-
$this->get_version($request);
|
562 |
-
$consumer = $this->get_consumer($request);
|
563 |
-
$token = $this->get_token($request, $consumer, "access");
|
564 |
-
$this->check_signature($request, $consumer, $token);
|
565 |
-
return array($consumer, $token);
|
566 |
-
}
|
567 |
-
|
568 |
-
// Internals from here
|
569 |
-
/**
|
570 |
-
* version 1
|
571 |
-
*/
|
572 |
-
private function get_version(&$request) {
|
573 |
-
$version = $request->get_parameter("oauth_version");
|
574 |
-
if (!$version) {
|
575 |
-
// Service Providers MUST assume the protocol version to be 1.0 if this parameter is not present.
|
576 |
-
// Chapter 7.0 ("Accessing Protected Ressources")
|
577 |
-
$version = '1.0';
|
578 |
-
}
|
579 |
-
if ($version !== $this->version) {
|
580 |
-
throw new Plus_OAuthException("OAuth version '$version' not supported");
|
581 |
-
}
|
582 |
-
return $version;
|
583 |
-
}
|
584 |
-
|
585 |
-
/**
|
586 |
-
* figure out the signature with some defaults
|
587 |
-
*/
|
588 |
-
private function get_signature_method(&$request) {
|
589 |
-
$signature_method =
|
590 |
-
@$request->get_parameter("oauth_signature_method");
|
591 |
-
|
592 |
-
if (!$signature_method) {
|
593 |
-
// According to chapter 7 ("Accessing Protected Ressources") the signature-method
|
594 |
-
// parameter is required, and we can't just fallback to PLAINTEXT
|
595 |
-
throw new Plus_OAuthException('No signature method parameter. This parameter is required');
|
596 |
-
}
|
597 |
-
|
598 |
-
if (!in_array($signature_method,
|
599 |
-
array_keys($this->signature_methods))) {
|
600 |
-
throw new Plus_OAuthException(
|
601 |
-
"Signature method '$signature_method' not supported " .
|
602 |
-
"try one of the following: " .
|
603 |
-
implode(", ", array_keys($this->signature_methods))
|
604 |
-
);
|
605 |
-
}
|
606 |
-
return $this->signature_methods[$signature_method];
|
607 |
-
}
|
608 |
-
|
609 |
-
/**
|
610 |
-
* try to find the consumer for the provided request's consumer key
|
611 |
-
*/
|
612 |
-
private function get_consumer(&$request) {
|
613 |
-
$consumer_key = @$request->get_parameter("oauth_consumer_key");
|
614 |
-
if (!$consumer_key) {
|
615 |
-
throw new Plus_OAuthException("Invalid consumer key");
|
616 |
-
}
|
617 |
-
|
618 |
-
$consumer = $this->data_store->lookup_consumer($consumer_key);
|
619 |
-
if (!$consumer) {
|
620 |
-
throw new Plus_OAuthException("Invalid consumer");
|
621 |
-
}
|
622 |
-
|
623 |
-
return $consumer;
|
624 |
-
}
|
625 |
-
|
626 |
-
/**
|
627 |
-
* try to find the token for the provided request's token key
|
628 |
-
*/
|
629 |
-
private function get_token(&$request, $consumer, $token_type="access") {
|
630 |
-
$token_field = @$request->get_parameter('oauth_token');
|
631 |
-
$token = $this->data_store->lookup_token(
|
632 |
-
$consumer, $token_type, $token_field
|
633 |
-
);
|
634 |
-
if (!$token) {
|
635 |
-
throw new Plus_OAuthException("Invalid $token_type token: $token_field");
|
636 |
-
}
|
637 |
-
return $token;
|
638 |
-
}
|
639 |
-
|
640 |
-
/**
|
641 |
-
* all-in-one function to check the signature on a request
|
642 |
-
* should guess the signature method appropriately
|
643 |
-
*/
|
644 |
-
private function check_signature(&$request, $consumer, $token) {
|
645 |
-
// this should probably be in a different method
|
646 |
-
$timestamp = @$request->get_parameter('oauth_timestamp');
|
647 |
-
$nonce = @$request->get_parameter('oauth_nonce');
|
648 |
-
|
649 |
-
$this->check_timestamp($timestamp);
|
650 |
-
$this->check_nonce($consumer, $token, $nonce, $timestamp);
|
651 |
-
|
652 |
-
$signature_method = $this->get_signature_method($request);
|
653 |
-
|
654 |
-
$signature = $request->get_parameter('oauth_signature');
|
655 |
-
$valid_sig = $signature_method->check_signature(
|
656 |
-
$request,
|
657 |
-
$consumer,
|
658 |
-
$token,
|
659 |
-
$signature
|
660 |
-
);
|
661 |
-
|
662 |
-
if (!$valid_sig) {
|
663 |
-
throw new Plus_OAuthException("Invalid signature");
|
664 |
-
}
|
665 |
-
}
|
666 |
-
|
667 |
-
/**
|
668 |
-
* check that the timestamp is new enough
|
669 |
-
*/
|
670 |
-
private function check_timestamp($timestamp) {
|
671 |
-
if( ! $timestamp )
|
672 |
-
throw new Plus_OAuthException(
|
673 |
-
'Missing timestamp parameter. The parameter is required'
|
674 |
-
);
|
675 |
-
|
676 |
-
// verify that timestamp is recentish
|
677 |
-
$now = time();
|
678 |
-
if (abs($now - $timestamp) > $this->timestamp_threshold) {
|
679 |
-
throw new Plus_OAuthException(
|
680 |
-
"Expired timestamp, yours $timestamp, ours $now"
|
681 |
-
);
|
682 |
-
}
|
683 |
-
}
|
684 |
-
|
685 |
-
/**
|
686 |
-
* check that the nonce is not repeated
|
687 |
-
*/
|
688 |
-
private function check_nonce($consumer, $token, $nonce, $timestamp) {
|
689 |
-
if( ! $nonce )
|
690 |
-
throw new Plus_OAuthException(
|
691 |
-
'Missing nonce parameter. The parameter is required'
|
692 |
-
);
|
693 |
-
|
694 |
-
// verify that the nonce is uniqueish
|
695 |
-
$found = $this->data_store->lookup_nonce(
|
696 |
-
$consumer,
|
697 |
-
$token,
|
698 |
-
$nonce,
|
699 |
-
$timestamp
|
700 |
-
);
|
701 |
-
if ($found) {
|
702 |
-
throw new Plus_OAuthException("Nonce already used: $nonce");
|
703 |
-
}
|
704 |
-
}
|
705 |
-
|
706 |
-
}
|
707 |
-
}
|
708 |
-
|
709 |
-
if (!class_exists('Plus_OAuthDataStore')) {
|
710 |
-
class Plus_OAuthDataStore {
|
711 |
-
function lookup_consumer($consumer_key) {
|
712 |
-
// implement me
|
713 |
-
}
|
714 |
-
|
715 |
-
function lookup_token($consumer, $token_type, $token) {
|
716 |
-
// implement me
|
717 |
-
}
|
718 |
-
|
719 |
-
function lookup_nonce($consumer, $token, $nonce, $timestamp) {
|
720 |
-
// implement me
|
721 |
-
}
|
722 |
-
|
723 |
-
function new_request_token($consumer, $callback = null) {
|
724 |
-
// return a new token attached to this consumer
|
725 |
-
}
|
726 |
-
|
727 |
-
function new_access_token($token, $consumer, $verifier = null) {
|
728 |
-
// return a new access token attached to this consumer
|
729 |
-
// for the user associated with this token if the request token
|
730 |
-
// is authorized
|
731 |
-
// should also invalidate the request token
|
732 |
-
}
|
733 |
-
|
734 |
-
}
|
735 |
-
}
|
736 |
-
|
737 |
-
if (!class_exists('Plus_OAuthUtil')) {
|
738 |
-
class Plus_OAuthUtil {
|
739 |
-
public static function urlencode_rfc3986($input) {
|
740 |
-
if (is_array($input)) {
|
741 |
-
return array_map(array('Plus_OAuthUtil', 'urlencode_rfc3986'), $input);
|
742 |
-
} else if (is_scalar($input)) {
|
743 |
-
return str_replace(
|
744 |
-
'+',
|
745 |
-
' ',
|
746 |
-
str_replace('%7E', '~', rawurlencode($input))
|
747 |
-
);
|
748 |
-
} else {
|
749 |
-
return '';
|
750 |
-
}
|
751 |
-
}
|
752 |
-
|
753 |
-
|
754 |
-
// This decode function isn't taking into consideration the above
|
755 |
-
// modifications to the encoding process. However, this method doesn't
|
756 |
-
// seem to be used anywhere so leaving it as is.
|
757 |
-
public static function urldecode_rfc3986($string) {
|
758 |
-
return urldecode($string);
|
759 |
-
}
|
760 |
-
|
761 |
-
// Utility function for turning the Authorization: header into
|
762 |
-
// parameters, has to do some unescaping
|
763 |
-
// Can filter out any non-oauth parameters if needed (default behaviour)
|
764 |
-
public static function split_header($header, $only_allow_oauth_parameters = true) {
|
765 |
-
$pattern = '/(([-_a-z]*)=("([^"]*)"|([^,]*)),?)/';
|
766 |
-
$offset = 0;
|
767 |
-
$params = array();
|
768 |
-
while (preg_match($pattern, $header, $matches, PREG_OFFSET_CAPTURE, $offset) > 0) {
|
769 |
-
$match = $matches[0];
|
770 |
-
$header_name = $matches[2][0];
|
771 |
-
$header_content = (isset($matches[5])) ? $matches[5][0] : $matches[4][0];
|
772 |
-
if (preg_match('/^oauth_/', $header_name) || !$only_allow_oauth_parameters) {
|
773 |
-
$params[$header_name] = Plus_OAuthUtil::urldecode_rfc3986($header_content);
|
774 |
-
}
|
775 |
-
$offset = $match[1] + strlen($match[0]);
|
776 |
-
}
|
777 |
-
|
778 |
-
if (isset($params['realm'])) {
|
779 |
-
unset($params['realm']);
|
780 |
-
}
|
781 |
-
|
782 |
-
return $params;
|
783 |
-
}
|
784 |
-
|
785 |
-
// helper to try to sort out headers for people who aren't running apache
|
786 |
-
public static function get_headers() {
|
787 |
-
if (function_exists('apache_request_headers')) {
|
788 |
-
// we need this to get the actual Authorization: header
|
789 |
-
// because apache tends to tell us it doesn't exist
|
790 |
-
$headers = apache_request_headers();
|
791 |
-
|
792 |
-
// sanitize the output of apache_request_headers because
|
793 |
-
// we always want the keys to be Cased-Like-This and arh()
|
794 |
-
// returns the headers in the same case as they are in the
|
795 |
-
// request
|
796 |
-
$out = array();
|
797 |
-
foreach( $headers AS $key => $value ) {
|
798 |
-
$key = str_replace(
|
799 |
-
" ",
|
800 |
-
"-",
|
801 |
-
ucwords(strtolower(str_replace("-", " ", $key)))
|
802 |
-
);
|
803 |
-
$out[$key] = $value;
|
804 |
-
}
|
805 |
-
} else {
|
806 |
-
// otherwise we don't have apache and are just going to have to hope
|
807 |
-
// that $_SERVER actually contains what we need
|
808 |
-
$out = array();
|
809 |
-
if( isset($_SERVER['CONTENT_TYPE']) )
|
810 |
-
$out['Content-Type'] = $_SERVER['CONTENT_TYPE'];
|
811 |
-
if( isset($_ENV['CONTENT_TYPE']) )
|
812 |
-
$out['Content-Type'] = $_ENV['CONTENT_TYPE'];
|
813 |
-
|
814 |
-
foreach ($_SERVER as $key => $value) {
|
815 |
-
if (substr($key, 0, 5) == "HTTP_") {
|
816 |
-
// this is chaos, basically it is just there to capitalize the first
|
817 |
-
// letter of every word that is not an initial HTTP and strip HTTP
|
818 |
-
// code from przemek
|
819 |
-
$key = str_replace(
|
820 |
-
" ",
|
821 |
-
"-",
|
822 |
-
ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
|
823 |
-
);
|
824 |
-
$out[$key] = $value;
|
825 |
-
}
|
826 |
-
}
|
827 |
-
}
|
828 |
-
return $out;
|
829 |
-
}
|
830 |
-
|
831 |
-
// This function takes a input like a=b&a=c&d=e and returns the parsed
|
832 |
-
// parameters like this
|
833 |
-
// array('a' => array('b','c'), 'd' => 'e')
|
834 |
-
public static function parse_parameters( $input ) {
|
835 |
-
if (!isset($input) || !$input) return array();
|
836 |
-
|
837 |
-
$pairs = explode('&', $input);
|
838 |
-
|
839 |
-
$parsed_parameters = array();
|
840 |
-
foreach ($pairs as $pair) {
|
841 |
-
$split = explode('=', $pair, 2);
|
842 |
-
$parameter = Plus_OAuthUtil::urldecode_rfc3986($split[0]);
|
843 |
-
$value = isset($split[1]) ? Plus_OAuthUtil::urldecode_rfc3986($split[1]) : '';
|
844 |
-
|
845 |
-
if (isset($parsed_parameters[$parameter])) {
|
846 |
-
// We have already recieved parameter(s) with this name, so add to the list
|
847 |
-
// of parameters with this name
|
848 |
-
|
849 |
-
if (is_scalar($parsed_parameters[$parameter])) {
|
850 |
-
// This is the first duplicate, so transform scalar (string) into an array
|
851 |
-
// so we can add the duplicates
|
852 |
-
$parsed_parameters[$parameter] = array($parsed_parameters[$parameter]);
|
853 |
-
}
|
854 |
-
|
855 |
-
$parsed_parameters[$parameter][] = $value;
|
856 |
-
} else {
|
857 |
-
$parsed_parameters[$parameter] = $value;
|
858 |
-
}
|
859 |
-
}
|
860 |
-
return $parsed_parameters;
|
861 |
-
}
|
862 |
-
|
863 |
-
public static function build_http_query($params) {
|
864 |
-
if (!$params) return '';
|
865 |
-
|
866 |
-
// Urlencode both keys and values
|
867 |
-
$keys = Plus_OAuthUtil::urlencode_rfc3986(array_keys($params));
|
868 |
-
$values = Plus_OAuthUtil::urlencode_rfc3986(array_values($params));
|
869 |
-
$params = array_combine($keys, $values);
|
870 |
-
|
871 |
-
// Parameters are sorted by name, using lexicographical byte value ordering.
|
872 |
-
// Ref: Spec: 9.1.1 (1)
|
873 |
-
uksort($params, 'strcmp');
|
874 |
-
|
875 |
-
$pairs = array();
|
876 |
-
foreach ($params as $parameter => $value) {
|
877 |
-
if (is_array($value)) {
|
878 |
-
// If two or more parameters share the same name, they are sorted by their value
|
879 |
-
// Ref: Spec: 9.1.1 (1)
|
880 |
-
natsort($value);
|
881 |
-
foreach ($value as $duplicate_value) {
|
882 |
-
$pairs[] = $parameter . '=' . $duplicate_value;
|
883 |
-
}
|
884 |
-
} else {
|
885 |
-
$pairs[] = $parameter . '=' . $value;
|
886 |
-
}
|
887 |
-
}
|
888 |
-
// For each parameter, the name is separated from the corresponding value by an '=' character (ASCII code 61)
|
889 |
-
// Each name-value pair is separated by an '&' character (ASCII code 38)
|
890 |
-
return implode('&', $pairs);
|
891 |
-
}
|
892 |
-
}
|
893 |
}
|
1 |
+
<?php
|
2 |
+
// vim: foldmethod=marker
|
3 |
+
|
4 |
+
/* Generic exception class
|
5 |
+
*/
|
6 |
+
if (!class_exists('Plus_OAuthException')) {
|
7 |
+
class Plus_OAuthException extends Exception {
|
8 |
+
// pass
|
9 |
+
}
|
10 |
+
}
|
11 |
+
|
12 |
+
if (!class_exists('Plus_OAuthConsumer')) {
|
13 |
+
class Plus_OAuthConsumer {
|
14 |
+
public $key;
|
15 |
+
public $secret;
|
16 |
+
|
17 |
+
function __construct($key, $secret, $callback_url=NULL) {
|
18 |
+
$this->key = $key;
|
19 |
+
$this->secret = $secret;
|
20 |
+
$this->callback_url = $callback_url;
|
21 |
+
}
|
22 |
+
|
23 |
+
function __toString() {
|
24 |
+
return "Plus_OAuthConsumer[key=$this->key,secret=$this->secret]";
|
25 |
+
}
|
26 |
+
}
|
27 |
+
}
|
28 |
+
|
29 |
+
if (!class_exists('Plus_OAuthToken')) {
|
30 |
+
class Plus_OAuthToken {
|
31 |
+
// access tokens and request tokens
|
32 |
+
public $key;
|
33 |
+
public $secret;
|
34 |
+
|
35 |
+
/**
|
36 |
+
* key = the token
|
37 |
+
* secret = the token secret
|
38 |
+
*/
|
39 |
+
function __construct($key, $secret) {
|
40 |
+
$this->key = $key;
|
41 |
+
$this->secret = $secret;
|
42 |
+
}
|
43 |
+
|
44 |
+
/**
|
45 |
+
* generates the basic string serialization of a token that a server
|
46 |
+
* would respond to request_token and access_token calls with
|
47 |
+
*/
|
48 |
+
function to_string() {
|
49 |
+
return "oauth_token=" .
|
50 |
+
Plus_OAuthUtil::urlencode_rfc3986($this->key) .
|
51 |
+
"&oauth_token_secret=" .
|
52 |
+
Plus_OAuthUtil::urlencode_rfc3986($this->secret);
|
53 |
+
}
|
54 |
+
|
55 |
+
function __toString() {
|
56 |
+
return $this->to_string();
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|
60 |
+
|
61 |
+
/**
|
62 |
+
* A class for implementing a Signature Method
|
63 |
+
* See section 9 ("Signing Requests") in the spec
|
64 |
+
*/
|
65 |
+
if (!class_exists('Plus_OAuthSignatureMethod')) {
|
66 |
+
abstract class Plus_OAuthSignatureMethod {
|
67 |
+
/**
|
68 |
+
* Needs to return the name of the Signature Method (ie HMAC-SHA1)
|
69 |
+
* @return string
|
70 |
+
*/
|
71 |
+
abstract public function get_name();
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Build up the signature
|
75 |
+
* NOTE: The output of this function MUST NOT be urlencoded.
|
76 |
+
* the encoding is handled in OAuthRequest when the final
|
77 |
+
* request is serialized
|
78 |
+
* @param OAuthRequest $request
|
79 |
+
* @param OAuthConsumer $consumer
|
80 |
+
* @param OAuthToken $token
|
81 |
+
* @return string
|
82 |
+
*/
|
83 |
+
abstract public function build_signature($request, $consumer, $token);
|
84 |
+
|
85 |
+
/**
|
86 |
+
* Verifies that a given signature is correct
|
87 |
+
* @param OAuthRequest $request
|
88 |
+
* @param OAuthConsumer $consumer
|
89 |
+
* @param OAuthToken $token
|
90 |
+
* @param string $signature
|
91 |
+
* @return bool
|
92 |
+
*/
|
93 |
+
public function check_signature($request, $consumer, $token, $signature) {
|
94 |
+
$built = $this->build_signature($request, $consumer, $token);
|
95 |
+
return $built == $signature;
|
96 |
+
}
|
97 |
+
}
|
98 |
+
}
|
99 |
+
|
100 |
+
/**
|
101 |
+
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]
|
102 |
+
* where the Signature Base String is the text and the key is the concatenated values (each first
|
103 |
+
* encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&'
|
104 |
+
* character (ASCII code 38) even if empty.
|
105 |
+
* - Chapter 9.2 ("HMAC-SHA1")
|
106 |
+
*/
|
107 |
+
if (!class_exists('Plus_OAuthSignatureMethod_HMAC_SHA1')) {
|
108 |
+
class Plus_OAuthSignatureMethod_HMAC_SHA1 extends Plus_OAuthSignatureMethod {
|
109 |
+
function get_name() {
|
110 |
+
return "HMAC-SHA1";
|
111 |
+
}
|
112 |
+
|
113 |
+
public function build_signature($request, $consumer, $token) {
|
114 |
+
$base_string = $request->get_signature_base_string();
|
115 |
+
$request->base_string = $base_string;
|
116 |
+
|
117 |
+
$key_parts = array(
|
118 |
+
$consumer->secret,
|
119 |
+
($token) ? $token->secret : ""
|
120 |
+
);
|
121 |
+
|
122 |
+
$key_parts = Plus_OAuthUtil::urlencode_rfc3986($key_parts);
|
123 |
+
$key = implode('&', $key_parts);
|
124 |
+
|
125 |
+
return base64_encode(hash_hmac('sha1', $base_string, $key, true));
|
126 |
+
}
|
127 |
+
}
|
128 |
+
}
|
129 |
+
|
130 |
+
/**
|
131 |
+
* The PLAINTEXT method does not provide any security protection and SHOULD only be used
|
132 |
+
* over a secure channel such as HTTPS. It does not use the Signature Base String.
|
133 |
+
* - Chapter 9.4 ("PLAINTEXT")
|
134 |
+
*/
|
135 |
+
if (!class_exists('Plus_OAuthSignatureMethod_PLAINTEXT')) {
|
136 |
+
class Plus_OAuthSignatureMethod_PLAINTEXT extends Plus_OAuthSignatureMethod {
|
137 |
+
public function get_name() {
|
138 |
+
return "PLAINTEXT";
|
139 |
+
}
|
140 |
+
|
141 |
+
/**
|
142 |
+
* oauth_signature is set to the concatenated encoded values of the Consumer Secret and
|
143 |
+
* Token Secret, separated by a '&' character (ASCII code 38), even if either secret is
|
144 |
+
* empty. The result MUST be encoded again.
|
145 |
+
* - Chapter 9.4.1 ("Generating Signatures")
|
146 |
+
*
|
147 |
+
* Please note that the second encoding MUST NOT happen in the SignatureMethod, as
|
148 |
+
* OAuthRequest handles this!
|
149 |
+
*/
|
150 |
+
public function build_signature($request, $consumer, $token) {
|
151 |
+
$key_parts = array(
|
152 |
+
$consumer->secret,
|
153 |
+
($token) ? $token->secret : ""
|
154 |
+
);
|
155 |
+
|
156 |
+
$key_parts = Plus_OAuthUtil::urlencode_rfc3986($key_parts);
|
157 |
+
$key = implode('&', $key_parts);
|
158 |
+
$request->base_string = $key;
|
159 |
+
|
160 |
+
return $key;
|
161 |
+
}
|
162 |
+
}
|
163 |
+
}
|
164 |
+
/**
|
165 |
+
* The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in
|
166 |
+
* [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for
|
167 |
+
* EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA public key in a
|
168 |
+
* verified way to the Service Provider, in a manner which is beyond the scope of this
|
169 |
+
* specification.
|
170 |
+
* - Chapter 9.3 ("RSA-SHA1")
|
171 |
+
*/
|
172 |
+
if (!class_exists('Plus_OAuthSignatureMethod_RSA_SHA1')) {
|
173 |
+
abstract class Plus_OAuthSignatureMethod_RSA_SHA1 extends Plus_OAuthSignatureMethod {
|
174 |
+
public function get_name() {
|
175 |
+
return "RSA-SHA1";
|
176 |
+
}
|
177 |
+
|
178 |
+
// Up to the SP to implement this lookup of keys. Possible ideas are:
|
179 |
+
// (1) do a lookup in a table of trusted certs keyed off of consumer
|
180 |
+
// (2) fetch via http using a url provided by the requester
|
181 |
+
// (3) some sort of specific discovery code based on request
|
182 |
+
//
|
183 |
+
// Either way should return a string representation of the certificate
|
184 |
+
protected abstract function fetch_public_cert(&$request);
|
185 |
+
|
186 |
+
// Up to the SP to implement this lookup of keys. Possible ideas are:
|
187 |
+
// (1) do a lookup in a table of trusted certs keyed off of consumer
|
188 |
+
//
|
189 |
+
// Either way should return a string representation of the certificate
|
190 |
+
protected abstract function fetch_private_cert(&$request);
|
191 |
+
|
192 |
+
public function build_signature($request, $consumer, $token) {
|
193 |
+
$base_string = $request->get_signature_base_string();
|
194 |
+
$request->base_string = $base_string;
|
195 |
+
|
196 |
+
// Fetch the private key cert based on the request
|
197 |
+
$cert = $this->fetch_private_cert($request);
|
198 |
+
|
199 |
+
// Pull the private key ID from the certificate
|
200 |
+
$privatekeyid = openssl_get_privatekey($cert);
|
201 |
+
|
202 |
+
// Sign using the key
|
203 |
+
$ok = openssl_sign($base_string, $signature, $privatekeyid);
|
204 |
+
|
205 |
+
// Release the key resource
|
206 |
+
openssl_free_key($privatekeyid);
|
207 |
+
|
208 |
+
return base64_encode($signature);
|
209 |
+
}
|
210 |
+
|
211 |
+
public function check_signature($request, $consumer, $token, $signature) {
|
212 |
+
$decoded_sig = base64_decode($signature);
|
213 |
+
|
214 |
+
$base_string = $request->get_signature_base_string();
|
215 |
+
|
216 |
+
// Fetch the public key cert based on the request
|
217 |
+
$cert = $this->fetch_public_cert($request);
|
218 |
+
|
219 |
+
// Pull the public key ID from the certificate
|
220 |
+
$publickeyid = openssl_get_publickey($cert);
|
221 |
+
|
222 |
+
// Check the computed signature against the one passed in the query
|
223 |
+
$ok = openssl_verify($base_string, $decoded_sig, $publickeyid);
|
224 |
+
|
225 |
+
// Release the key resource
|
226 |
+
openssl_free_key($publickeyid);
|
227 |
+
|
228 |
+
return $ok == 1;
|
229 |
+
}
|
230 |
+
}
|
231 |
+
}
|
232 |
+
|
233 |
+
if (!class_exists('Plus_OAuthRequest')) {
|
234 |
+
class Plus_OAuthRequest {
|
235 |
+
private $parameters;
|
236 |
+
private $http_method;
|
237 |
+
private $http_url;
|
238 |
+
// for debug purposes
|
239 |
+
public $base_string;
|
240 |
+
public static $version = '1.0';
|
241 |
+
public static $POST_INPUT = 'php://input';
|
242 |
+
|
243 |
+
function __construct($http_method, $http_url, $parameters=NULL) {
|
244 |
+
@$parameters or $parameters = array();
|
245 |
+
$parameters = array_merge( Plus_OAuthUtil::parse_parameters(parse_url($http_url, PHP_URL_QUERY)), $parameters);
|
246 |
+
$this->parameters = $parameters;
|
247 |
+
$this->http_method = $http_method;
|
248 |
+
$this->http_url = $http_url;
|
249 |
+
}
|
250 |
+
|
251 |
+
|
252 |
+
/**
|
253 |
+
* attempt to build up a request from what was passed to the server
|
254 |
+
*/
|
255 |
+
public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
|
256 |
+
$scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
|
257 |
+
? 'http'
|
258 |
+
: 'https';
|
259 |
+
@$http_url or $http_url = $scheme .
|
260 |
+
'://' . $_SERVER['HTTP_HOST'] .
|
261 |
+
':' .
|
262 |
+
$_SERVER['SERVER_PORT'] .
|
263 |
+
$_SERVER['REQUEST_URI'];
|
264 |
+
@$http_method or $http_method = $_SERVER['REQUEST_METHOD'];
|
265 |
+
|
266 |
+
// We weren't handed any parameters, so let's find the ones relevant to
|
267 |
+
// this request.
|
268 |
+
// If you run XML-RPC or similar you should use this to provide your own
|
269 |
+
// parsed parameter-list
|
270 |
+
if (!$parameters) {
|
271 |
+
// Find request headers
|
272 |
+
$request_headers = Plus_OAuthUtil::get_headers();
|
273 |
+
|
274 |
+
// Parse the query-string to find GET parameters
|
275 |
+
$parameters = Plus_OAuthUtil::parse_parameters($_SERVER['QUERY_STRING']);
|
276 |
+
|
277 |
+
// It's a POST request of the proper content-type, so parse POST
|
278 |
+
// parameters and add those overriding any duplicates from GET
|
279 |
+
if ($http_method == "POST"
|
280 |
+
&& @strstr($request_headers["Content-Type"],
|
281 |
+
"application/x-www-form-urlencoded")
|
282 |
+
) {
|
283 |
+
$post_data = Plus_OAuthUtil::parse_parameters(
|
284 |
+
file_get_contents(self::$POST_INPUT)
|
285 |
+
);
|
286 |
+
$parameters = array_merge($parameters, $post_data);
|
287 |
+
}
|
288 |
+
|
289 |
+
// We have a Authorization-header with OAuth data. Parse the header
|
290 |
+
// and add those overriding any duplicates from GET or POST
|
291 |
+
if (@substr($request_headers['Authorization'], 0, 6) == "OAuth ") {
|
292 |
+
$header_parameters = Plus_OAuthUtil::split_header(
|
293 |
+
$request_headers['Authorization']
|
294 |
+
);
|
295 |
+
$parameters = array_merge($parameters, $header_parameters);
|
296 |
+
}
|
297 |
+
|
298 |
+
}
|
299 |
+
|
300 |
+
return new Plus_OAuthRequest($http_method, $http_url, $parameters);
|
301 |
+
}
|
302 |
+
|
303 |
+
/**
|
304 |
+
* pretty much a helper function to set up the request
|
305 |
+
*/
|
306 |
+
public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parameters=NULL) {
|
307 |
+
@$parameters or $parameters = array();
|
308 |
+
$defaults = array("oauth_version" => Plus_OAuthRequest::$version,
|
309 |
+
"oauth_nonce" => Plus_OAuthRequest::generate_nonce(),
|
310 |
+
"oauth_timestamp" => Plus_OAuthRequest::generate_timestamp(),
|
311 |
+
"oauth_consumer_key" => $consumer->key);
|
312 |
+
if ($token)
|
313 |
+
$defaults['oauth_token'] = $token->key;
|
314 |
+
|
315 |
+
$parameters = array_merge($defaults, $parameters);
|
316 |
+
|
317 |
+
return new Plus_OAuthRequest($http_method, $http_url, $parameters);
|
318 |
+
}
|
319 |
+
|
320 |
+
public function set_parameter($name, $value, $allow_duplicates = true) {
|
321 |
+
if ($allow_duplicates && isset($this->parameters[$name])) {
|
322 |
+
// We have already added parameter(s) with this name, so add to the list
|
323 |
+
if (is_scalar($this->parameters[$name])) {
|
324 |
+
// This is the first duplicate, so transform scalar (string)
|
325 |
+
// into an array so we can add the duplicates
|
326 |
+
$this->parameters[$name] = array($this->parameters[$name]);
|
327 |
+
}
|
328 |
+
|
329 |
+
$this->parameters[$name][] = $value;
|
330 |
+
} else {
|
331 |
+
$this->parameters[$name] = $value;
|
332 |
+
}
|
333 |
+
}
|
334 |
+
|
335 |
+
public function get_parameter($name) {
|
336 |
+
return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
|
337 |
+
}
|
338 |
+
|
339 |
+
public function get_parameters() {
|
340 |
+
return $this->parameters;
|
341 |
+
}
|
342 |
+
|
343 |
+
public function unset_parameter($name) {
|
344 |
+
unset($this->parameters[$name]);
|
345 |
+
}
|
346 |
+
|
347 |
+
/**
|
348 |
+
* The request parameters, sorted and concatenated into a normalized string.
|
349 |
+
* @return string
|
350 |
+
*/
|
351 |
+
public function get_signable_parameters() {
|
352 |
+
// Grab all parameters
|
353 |
+
$params = $this->parameters;
|
354 |
+
|
355 |
+
// Remove oauth_signature if present
|
356 |
+
// Ref: Spec: 9.1.1 ("The oauth_signature parameter MUST be excluded.")
|
357 |
+
if (isset($params['oauth_signature'])) {
|
358 |
+
unset($params['oauth_signature']);
|
359 |
+
}
|
360 |
+
|
361 |
+
return Plus_OAuthUtil::build_http_query($params);
|
362 |
+
}
|
363 |
+
|
364 |
+
/**
|
365 |
+
* Returns the base string of this request
|
366 |
+
*
|
367 |
+
* The base string defined as the method, the url
|
368 |
+
* and the parameters (normalized), each urlencoded
|
369 |
+
* and the concated with &.
|
370 |
+
*/
|
371 |
+
public function get_signature_base_string() {
|
372 |
+
$parts = array(
|
373 |
+
$this->get_normalized_http_method(),
|
374 |
+
$this->get_normalized_http_url(),
|
375 |
+
$this->get_signable_parameters()
|
376 |
+
);
|
377 |
+
|
378 |
+
$parts = Plus_OAuthUtil::urlencode_rfc3986($parts);
|
379 |
+
|
380 |
+
return implode('&', $parts);
|
381 |
+
}
|
382 |
+
|
383 |
+
/**
|
384 |
+
* just uppercases the http method
|
385 |
+
*/
|
386 |
+
public function get_normalized_http_method() {
|
387 |
+
return strtoupper($this->http_method);
|
388 |
+
}
|
389 |
+
|
390 |
+
/**
|
391 |
+
* parses the url and rebuilds it to be
|
392 |
+
* scheme://host/path
|
393 |
+
*/
|
394 |
+
public function get_normalized_http_url() {
|
395 |
+
$parts = parse_url($this->http_url);
|
396 |
+
|
397 |
+
$port = @$parts['port'];
|
398 |
+
$scheme = $parts['scheme'];
|
399 |
+
$host = $parts['host'];
|
400 |
+
$path = @$parts['path'];
|
401 |
+
|
402 |
+
$port or $port = ($scheme == 'https') ? '443' : '80';
|
403 |
+
|
404 |
+
if (($scheme == 'https' && $port != '443')
|
405 |
+
|| ($scheme == 'http' && $port != '80')) {
|
406 |
+
$host = "$host:$port";
|
407 |
+
}
|
408 |
+
return "$scheme://$host$path";
|
409 |
+
}
|
410 |
+
|
411 |
+
/**
|
412 |
+
* builds a url usable for a GET request
|
413 |
+
*/
|
414 |
+
public function to_url() {
|
415 |
+
$post_data = $this->to_postdata();
|
416 |
+
$out = $this->get_normalized_http_url();
|
417 |
+
if ($post_data) {
|
418 |
+
$out .= '?'.$post_data;
|
419 |
+
}
|
420 |
+
return $out;
|
421 |
+
}
|
422 |
+
|
423 |
+
/**
|
424 |
+
* builds the data one would send in a POST request
|
425 |
+
*/
|
426 |
+
public function to_postdata() {
|
427 |
+
return Plus_OAuthUtil::build_http_query($this->parameters);
|
428 |
+
}
|
429 |
+
|
430 |
+
/**
|
431 |
+
* builds the Authorization: header
|
432 |
+
*/
|
433 |
+
public function to_header($realm=null) {
|
434 |
+
$first = true;
|
435 |
+
if($realm) {
|
436 |
+
$out = 'Authorization: OAuth realm="' . Plus_OAuthUtil::urlencode_rfc3986($realm) . '"';
|
437 |
+
$first = false;
|
438 |
+
} else
|
439 |
+
$out = 'Authorization: OAuth';
|
440 |
+
|
441 |
+
$total = array();
|
442 |
+
foreach ($this->parameters as $k => $v) {
|
443 |
+
if (substr($k, 0, 5) != "oauth") continue;
|
444 |
+
if (is_array($v)) {
|
445 |
+
throw new Plus_OAuthException('Arrays not supported in headers');
|
446 |
+
}
|
447 |
+
$out .= ($first) ? ' ' : ',';
|
448 |
+
$out .= Plus_OAuthUtil::urlencode_rfc3986($k) .
|
449 |
+
'="' .
|
450 |
+
Plus_OAuthUtil::urlencode_rfc3986($v) .
|
451 |
+
'"';
|
452 |
+
$first = false;
|
453 |
+
}
|
454 |
+
return $out;
|
455 |
+
}
|
456 |
+
|
457 |
+
public function __toString() {
|
458 |
+
return $this->to_url();
|
459 |
+
}
|
460 |
+
|
461 |
+
|
462 |
+
public function sign_request($signature_method, $consumer, $token) {
|
463 |
+
$this->set_parameter(
|
464 |
+
"oauth_signature_method",
|
465 |
+
$signature_method->get_name(),
|
466 |
+
false
|
467 |
+
);
|
468 |
+
$signature = $this->build_signature($signature_method, $consumer, $token);
|
469 |
+
$this->set_parameter("oauth_signature", $signature, false);
|
470 |
+
}
|
471 |
+
|
472 |
+
public function build_signature($signature_method, $consumer, $token) {
|
473 |
+
$signature = $signature_method->build_signature($this, $consumer, $token);
|
474 |
+
return $signature;
|
475 |
+
}
|
476 |
+
|
477 |
+
/**
|
478 |
+
* util function: current timestamp
|
479 |
+
*/
|
480 |
+
private static function generate_timestamp() {
|
481 |
+
return time();
|
482 |
+
}
|
483 |
+
|
484 |
+
/**
|
485 |
+
* util function: current nonce
|
486 |
+
*/
|
487 |
+
private static function generate_nonce() {
|
488 |
+
$mt = microtime();
|
489 |
+
$rand = mt_rand();
|
490 |
+
|
491 |
+
return md5($mt . $rand); // md5s look nicer than numbers
|
492 |
+
}
|
493 |
+
}
|
494 |
+
}
|
495 |
+
|
496 |
+
if (!class_exists('Plus_OAuthServer')) {
|
497 |
+
class Plus_OAuthServer {
|
498 |
+
protected $timestamp_threshold = 300; // in seconds, five minutes
|
499 |
+
protected $version = '1.0'; // hi blaine
|
500 |
+
protected $signature_methods = array();
|
501 |
+
|
502 |
+
protected $data_store;
|
503 |
+
|
504 |
+
function __construct($data_store) {
|
505 |
+
$this->data_store = $data_store;
|
506 |
+
}
|
507 |
+
|
508 |
+
public function add_signature_method($signature_method) {
|
509 |
+
$this->signature_methods[$signature_method->get_name()] =
|
510 |
+
$signature_method;
|
511 |
+
}
|
512 |
+
|
513 |
+
// high level functions
|
514 |
+
|
515 |
+
/**
|
516 |
+
* process a request_token request
|
517 |
+
* returns the request token on success
|
518 |
+
*/
|
519 |
+
public function fetch_request_token(&$request) {
|
520 |
+
$this->get_version($request);
|
521 |
+
|
522 |
+
$consumer = $this->get_consumer($request);
|
523 |
+
|
524 |
+
// no token required for the initial token request
|
525 |
+
$token = NULL;
|
526 |
+
|
527 |
+
$this->check_signature($request, $consumer, $token);
|
528 |
+
|
529 |
+
// Rev A change
|
530 |
+
$callback = $request->get_parameter('oauth_callback');
|
531 |
+
$new_token = $this->data_store->new_request_token($consumer, $callback);
|
532 |
+
|
533 |
+
return $new_token;
|
534 |
+
}
|
535 |
+
|
536 |
+
/**
|
537 |
+
* process an access_token request
|
538 |
+
* returns the access token on success
|
539 |
+
*/
|
540 |
+
public function fetch_access_token(&$request) {
|
541 |
+
$this->get_version($request);
|
542 |
+
|
543 |
+
$consumer = $this->get_consumer($request);
|
544 |
+
|
545 |
+
// requires authorized request token
|
546 |
+
$token = $this->get_token($request, $consumer, "request");
|
547 |
+
|
548 |
+
$this->check_signature($request, $consumer, $token);
|
549 |
+
|
550 |
+
// Rev A change
|
551 |
+
$verifier = $request->get_parameter('oauth_verifier');
|
552 |
+
$new_token = $this->data_store->new_access_token($token, $consumer, $verifier);
|
553 |
+
|
554 |
+
return $new_token;
|
555 |
+
}
|
556 |
+
|
557 |
+
/**
|
558 |
+
* verify an api call, checks all the parameters
|
559 |
+
*/
|
560 |
+
public function verify_request(&$request) {
|
561 |
+
$this->get_version($request);
|
562 |
+
$consumer = $this->get_consumer($request);
|
563 |
+
$token = $this->get_token($request, $consumer, "access");
|
564 |
+
$this->check_signature($request, $consumer, $token);
|
565 |
+
return array($consumer, $token);
|
566 |
+
}
|
567 |
+
|
568 |
+
// Internals from here
|
569 |
+
/**
|
570 |
+
* version 1
|
571 |
+
*/
|
572 |
+
private function get_version(&$request) {
|
573 |
+
$version = $request->get_parameter("oauth_version");
|
574 |
+
if (!$version) {
|
575 |
+
// Service Providers MUST assume the protocol version to be 1.0 if this parameter is not present.
|
576 |
+
// Chapter 7.0 ("Accessing Protected Ressources")
|
577 |
+
$version = '1.0';
|
578 |
+
}
|
579 |
+
if ($version !== $this->version) {
|
580 |
+
throw new Plus_OAuthException("OAuth version '$version' not supported");
|
581 |
+
}
|
582 |
+
return $version;
|
583 |
+
}
|
584 |
+
|
585 |
+
/**
|
586 |
+
* figure out the signature with some defaults
|
587 |
+
*/
|
588 |
+
private function get_signature_method(&$request) {
|
589 |
+
$signature_method =
|
590 |
+
@$request->get_parameter("oauth_signature_method");
|
591 |
+
|
592 |
+
if (!$signature_method) {
|
593 |
+
// According to chapter 7 ("Accessing Protected Ressources") the signature-method
|
594 |
+
// parameter is required, and we can't just fallback to PLAINTEXT
|
595 |
+
throw new Plus_OAuthException('No signature method parameter. This parameter is required');
|
596 |
+
}
|
597 |
+
|
598 |
+
if (!in_array($signature_method,
|
599 |
+
array_keys($this->signature_methods))) {
|
600 |
+
throw new Plus_OAuthException(
|
601 |
+
"Signature method '$signature_method' not supported " .
|
602 |
+
"try one of the following: " .
|
603 |
+
implode(", ", array_keys($this->signature_methods))
|
604 |
+
);
|
605 |
+
}
|
606 |
+
return $this->signature_methods[$signature_method];
|
607 |
+
}
|
608 |
+
|
609 |
+
/**
|
610 |
+
* try to find the consumer for the provided request's consumer key
|
611 |
+
*/
|
612 |
+
private function get_consumer(&$request) {
|
613 |
+
$consumer_key = @$request->get_parameter("oauth_consumer_key");
|
614 |
+
if (!$consumer_key) {
|
615 |
+
throw new Plus_OAuthException("Invalid consumer key");
|
616 |
+
}
|
617 |
+
|
618 |
+
$consumer = $this->data_store->lookup_consumer($consumer_key);
|
619 |
+
if (!$consumer) {
|
620 |
+
throw new Plus_OAuthException("Invalid consumer");
|
621 |
+
}
|
622 |
+
|
623 |
+
return $consumer;
|
624 |
+
}
|
625 |
+
|
626 |
+
/**
|
627 |
+
* try to find the token for the provided request's token key
|
628 |
+
*/
|
629 |
+
private function get_token(&$request, $consumer, $token_type="access") {
|
630 |
+
$token_field = @$request->get_parameter('oauth_token');
|
631 |
+
$token = $this->data_store->lookup_token(
|
632 |
+
$consumer, $token_type, $token_field
|
633 |
+
);
|
634 |
+
if (!$token) {
|
635 |
+
throw new Plus_OAuthException("Invalid $token_type token: $token_field");
|
636 |
+
}
|
637 |
+
return $token;
|
638 |
+
}
|
639 |
+
|
640 |
+
/**
|
641 |
+
* all-in-one function to check the signature on a request
|
642 |
+
* should guess the signature method appropriately
|
643 |
+
*/
|
644 |
+
private function check_signature(&$request, $consumer, $token) {
|
645 |
+
// this should probably be in a different method
|
646 |
+
$timestamp = @$request->get_parameter('oauth_timestamp');
|
647 |
+
$nonce = @$request->get_parameter('oauth_nonce');
|
648 |
+
|
649 |
+
$this->check_timestamp($timestamp);
|
650 |
+
$this->check_nonce($consumer, $token, $nonce, $timestamp);
|
651 |
+
|
652 |
+
$signature_method = $this->get_signature_method($request);
|
653 |
+
|
654 |
+
$signature = $request->get_parameter('oauth_signature');
|
655 |
+
$valid_sig = $signature_method->check_signature(
|
656 |
+
$request,
|
657 |
+
$consumer,
|
658 |
+
$token,
|
659 |
+
$signature
|
660 |
+
);
|
661 |
+
|
662 |
+
if (!$valid_sig) {
|
663 |
+
throw new Plus_OAuthException("Invalid signature");
|
664 |
+
}
|
665 |
+
}
|
666 |
+
|
667 |
+
/**
|
668 |
+
* check that the timestamp is new enough
|
669 |
+
*/
|
670 |
+
private function check_timestamp($timestamp) {
|
671 |
+
if( ! $timestamp )
|
672 |
+
throw new Plus_OAuthException(
|
673 |
+
'Missing timestamp parameter. The parameter is required'
|
674 |
+
);
|
675 |
+
|
676 |
+
// verify that timestamp is recentish
|
677 |
+
$now = time();
|
678 |
+
if (abs($now - $timestamp) > $this->timestamp_threshold) {
|
679 |
+
throw new Plus_OAuthException(
|
680 |
+
"Expired timestamp, yours $timestamp, ours $now"
|
681 |
+
);
|
682 |
+
}
|
683 |
+
}
|
684 |
+
|
685 |
+
/**
|
686 |
+
* check that the nonce is not repeated
|
687 |
+
*/
|
688 |
+
private function check_nonce($consumer, $token, $nonce, $timestamp) {
|
689 |
+
if( ! $nonce )
|
690 |
+
throw new Plus_OAuthException(
|
691 |
+
'Missing nonce parameter. The parameter is required'
|
692 |
+
);
|
693 |
+
|
694 |
+
// verify that the nonce is uniqueish
|
695 |
+
$found = $this->data_store->lookup_nonce(
|
696 |
+
$consumer,
|
697 |
+
$token,
|
698 |
+
$nonce,
|
699 |
+
$timestamp
|
700 |
+
);
|
701 |
+
if ($found) {
|
702 |
+
throw new Plus_OAuthException("Nonce already used: $nonce");
|
703 |
+
}
|
704 |
+
}
|
705 |
+
|
706 |
+
}
|
707 |
+
}
|
708 |
+
|
709 |
+
if (!class_exists('Plus_OAuthDataStore')) {
|
710 |
+
class Plus_OAuthDataStore {
|
711 |
+
function lookup_consumer($consumer_key) {
|
712 |
+
// implement me
|
713 |
+
}
|
714 |
+
|
715 |
+
function lookup_token($consumer, $token_type, $token) {
|
716 |
+
// implement me
|
717 |
+
}
|
718 |
+
|
719 |
+
function lookup_nonce($consumer, $token, $nonce, $timestamp) {
|
720 |
+
// implement me
|
721 |
+
}
|
722 |
+
|
723 |
+
function new_request_token($consumer, $callback = null) {
|
724 |
+
// return a new token attached to this consumer
|
725 |
+
}
|
726 |
+
|
727 |
+
function new_access_token($token, $consumer, $verifier = null) {
|
728 |
+
// return a new access token attached to this consumer
|
729 |
+
// for the user associated with this token if the request token
|
730 |
+
// is authorized
|
731 |
+
// should also invalidate the request token
|
732 |
+
}
|
733 |
+
|
734 |
+
}
|
735 |
+
}
|
736 |
+
|
737 |
+
if (!class_exists('Plus_OAuthUtil')) {
|
738 |
+
class Plus_OAuthUtil {
|
739 |
+
public static function urlencode_rfc3986($input) {
|
740 |
+
if (is_array($input)) {
|
741 |
+
return array_map(array('Plus_OAuthUtil', 'urlencode_rfc3986'), $input);
|
742 |
+
} else if (is_scalar($input)) {
|
743 |
+
return str_replace(
|
744 |
+
'+',
|
745 |
+
' ',
|
746 |
+
str_replace('%7E', '~', rawurlencode($input))
|
747 |
+
);
|
748 |
+
} else {
|
749 |
+
return '';
|
750 |
+
}
|
751 |
+
}
|
752 |
+
|
753 |
+
|
754 |
+
// This decode function isn't taking into consideration the above
|
755 |
+
// modifications to the encoding process. However, this method doesn't
|
756 |
+
// seem to be used anywhere so leaving it as is.
|
757 |
+
public static function urldecode_rfc3986($string) {
|
758 |
+
return urldecode($string);
|
759 |
+
}
|
760 |
+
|
761 |
+
// Utility function for turning the Authorization: header into
|
762 |
+
// parameters, has to do some unescaping
|
763 |
+
// Can filter out any non-oauth parameters if needed (default behaviour)
|
764 |
+
public static function split_header($header, $only_allow_oauth_parameters = true) {
|
765 |
+
$pattern = '/(([-_a-z]*)=("([^"]*)"|([^,]*)),?)/';
|
766 |
+
$offset = 0;
|
767 |
+
$params = array();
|
768 |
+
while (preg_match($pattern, $header, $matches, PREG_OFFSET_CAPTURE, $offset) > 0) {
|
769 |
+
$match = $matches[0];
|
770 |
+
$header_name = $matches[2][0];
|
771 |
+
$header_content = (isset($matches[5])) ? $matches[5][0] : $matches[4][0];
|
772 |
+
if (preg_match('/^oauth_/', $header_name) || !$only_allow_oauth_parameters) {
|
773 |
+
$params[$header_name] = Plus_OAuthUtil::urldecode_rfc3986($header_content);
|
774 |
+
}
|
775 |
+
$offset = $match[1] + strlen($match[0]);
|
776 |
+
}
|
777 |
+
|
778 |
+
if (isset($params['realm'])) {
|
779 |
+
unset($params['realm']);
|
780 |
+
}
|
781 |
+
|
782 |
+
return $params;
|
783 |
+
}
|
784 |
+
|
785 |
+
// helper to try to sort out headers for people who aren't running apache
|
786 |
+
public static function get_headers() {
|
787 |
+
if (function_exists('apache_request_headers')) {
|
788 |
+
// we need this to get the actual Authorization: header
|
789 |
+
// because apache tends to tell us it doesn't exist
|
790 |
+
$headers = apache_request_headers();
|
791 |
+
|
792 |
+
// sanitize the output of apache_request_headers because
|
793 |
+
// we always want the keys to be Cased-Like-This and arh()
|
794 |
+
// returns the headers in the same case as they are in the
|
795 |
+
// request
|
796 |
+
$out = array();
|
797 |
+
foreach( $headers AS $key => $value ) {
|
798 |
+
$key = str_replace(
|
799 |
+
" ",
|
800 |
+
"-",
|
801 |
+
ucwords(strtolower(str_replace("-", " ", $key)))
|
802 |
+
);
|
803 |
+
$out[$key] = $value;
|
804 |
+
}
|
805 |
+
} else {
|
806 |
+
// otherwise we don't have apache and are just going to have to hope
|
807 |
+
// that $_SERVER actually contains what we need
|
808 |
+
$out = array();
|
809 |
+
if( isset($_SERVER['CONTENT_TYPE']) )
|
810 |
+
$out['Content-Type'] = $_SERVER['CONTENT_TYPE'];
|
811 |
+
if( isset($_ENV['CONTENT_TYPE']) )
|
812 |
+
$out['Content-Type'] = $_ENV['CONTENT_TYPE'];
|
813 |
+
|
814 |
+
foreach ($_SERVER as $key => $value) {
|
815 |
+
if (substr($key, 0, 5) == "HTTP_") {
|
816 |
+
// this is chaos, basically it is just there to capitalize the first
|
817 |
+
// letter of every word that is not an initial HTTP and strip HTTP
|
818 |
+
// code from przemek
|
819 |
+
$key = str_replace(
|
820 |
+
" ",
|
821 |
+
"-",
|
822 |
+
ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
|
823 |
+
);
|
824 |
+
$out[$key] = $value;
|
825 |
+
}
|
826 |
+
}
|
827 |
+
}
|
828 |
+
return $out;
|
829 |
+
}
|
830 |
+
|
831 |
+
// This function takes a input like a=b&a=c&d=e and returns the parsed
|
832 |
+
// parameters like this
|
833 |
+
// array('a' => array('b','c'), 'd' => 'e')
|
834 |
+
public static function parse_parameters( $input ) {
|
835 |
+
if (!isset($input) || !$input) return array();
|
836 |
+
|
837 |
+
$pairs = explode('&', $input);
|
838 |
+
|
839 |
+
$parsed_parameters = array();
|
840 |
+
foreach ($pairs as $pair) {
|
841 |
+
$split = explode('=', $pair, 2);
|
842 |
+
$parameter = Plus_OAuthUtil::urldecode_rfc3986($split[0]);
|
843 |
+
$value = isset($split[1]) ? Plus_OAuthUtil::urldecode_rfc3986($split[1]) : '';
|
844 |
+
|
845 |
+
if (isset($parsed_parameters[$parameter])) {
|
846 |
+
// We have already recieved parameter(s) with this name, so add to the list
|
847 |
+
// of parameters with this name
|
848 |
+
|
849 |
+
if (is_scalar($parsed_parameters[$parameter])) {
|
850 |
+
// This is the first duplicate, so transform scalar (string) into an array
|
851 |
+
// so we can add the duplicates
|
852 |
+
$parsed_parameters[$parameter] = array($parsed_parameters[$parameter]);
|
853 |
+
}
|
854 |
+
|
855 |
+
$parsed_parameters[$parameter][] = $value;
|
856 |
+
} else {
|
857 |
+
$parsed_parameters[$parameter] = $value;
|
858 |
+
}
|
859 |
+
}
|
860 |
+
return $parsed_parameters;
|
861 |
+
}
|
862 |
+
|
863 |
+
public static function build_http_query($params) {
|
864 |
+
if (!$params) return '';
|
865 |
+
|
866 |
+
// Urlencode both keys and values
|
867 |
+
$keys = Plus_OAuthUtil::urlencode_rfc3986(array_keys($params));
|
868 |
+
$values = Plus_OAuthUtil::urlencode_rfc3986(array_values($params));
|
869 |
+
$params = array_combine($keys, $values);
|
870 |
+
|
871 |
+
// Parameters are sorted by name, using lexicographical byte value ordering.
|
872 |
+
// Ref: Spec: 9.1.1 (1)
|
873 |
+
uksort($params, 'strcmp');
|
874 |
+
|
875 |
+
$pairs = array();
|
876 |
+
foreach ($params as $parameter => $value) {
|
877 |
+
if (is_array($value)) {
|
878 |
+
// If two or more parameters share the same name, they are sorted by their value
|
879 |
+
// Ref: Spec: 9.1.1 (1)
|
880 |
+
natsort($value);
|
881 |
+
foreach ($value as $duplicate_value) {
|
882 |
+
$pairs[] = $parameter . '=' . $duplicate_value;
|
883 |
+
}
|
884 |
+
} else {
|
885 |
+
$pairs[] = $parameter . '=' . $value;
|
886 |
+
}
|
887 |
+
}
|
888 |
+
// For each parameter, the name is separated from the corresponding value by an '=' character (ASCII code 61)
|
889 |
+
// Each name-value pair is separated by an '&' character (ASCII code 38)
|
890 |
+
return implode('&', $pairs);
|
891 |
+
}
|
892 |
+
}
|
893 |
}
|
helpers/twitter-api/twitteroauth.php
CHANGED
@@ -1,241 +1,241 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/*
|
4 |
-
* Abraham Williams (abraham@abrah.am) http://abrah.am
|
5 |
-
*
|
6 |
-
* The first PHP Library to support OAuth for Twitter's REST API.
|
7 |
-
*/
|
8 |
-
|
9 |
-
/* Load OAuth lib. You can find it at http://oauth.net */
|
10 |
-
require_once(SFSI_PLUS_DOCROOT.'/helpers/sfsi_plus_OAuth.php');
|
11 |
-
|
12 |
-
/**
|
13 |
-
* Twitter OAuth class
|
14 |
-
*/
|
15 |
-
class Plus_TwitterOAuth {
|
16 |
-
/* Contains the last HTTP status code returned. */
|
17 |
-
public $http_code;
|
18 |
-
/* Contains the last API call. */
|
19 |
-
public $url;
|
20 |
-
/* Set up the API root URL. */
|
21 |
-
public $host = "https://api.twitter.com/1.1/";
|
22 |
-
/* Set timeout default. */
|
23 |
-
public $timeout = 30;
|
24 |
-
/* Set connect timeout. */
|
25 |
-
public $connecttimeout = 30;
|
26 |
-
/* Verify SSL Cert. */
|
27 |
-
public $ssl_verifypeer = FALSE;
|
28 |
-
/* Respons format. */
|
29 |
-
public $format = 'json';
|
30 |
-
/* Decode returned json data. */
|
31 |
-
public $decode_json = TRUE;
|
32 |
-
/* Contains the last HTTP headers returned. */
|
33 |
-
public $http_info;
|
34 |
-
/* Set the useragnet. */
|
35 |
-
public $useragent = 'TwitterOAuth v0.2.0-beta2';
|
36 |
-
/* Immediately retry the API call if the response was not successful. */
|
37 |
-
//public $retry = TRUE;
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
/**
|
43 |
-
* Set API URLS
|
44 |
-
*/
|
45 |
-
function accessTokenURL() { return 'https://api.twitter.com/oauth/access_token'; }
|
46 |
-
function authenticateURL() { return 'https://api.twitter.com/oauth/authenticate'; }
|
47 |
-
function authorizeURL() { return 'https://api.twitter.com/oauth/authorize'; }
|
48 |
-
function requestTokenURL() { return 'https://api.twitter.com/oauth/request_token'; }
|
49 |
-
|
50 |
-
/**
|
51 |
-
* Debug helpers
|
52 |
-
*/
|
53 |
-
function lastStatusCode() { return $this->http_status; }
|
54 |
-
function lastAPICall() { return $this->last_api_call; }
|
55 |
-
|
56 |
-
/**
|
57 |
-
* construct TwitterOAuth object
|
58 |
-
*/
|
59 |
-
function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL) {
|
60 |
-
$this->sha1_method = new Plus_OAuthSignatureMethod_HMAC_SHA1();
|
61 |
-
$this->consumer = new Plus_OAuthConsumer($consumer_key, $consumer_secret);
|
62 |
-
if (!empty($oauth_token) && !empty($oauth_token_secret)) {
|
63 |
-
$this->token = new Plus_OAuthConsumer($oauth_token, $oauth_token_secret);
|
64 |
-
} else {
|
65 |
-
$this->token = NULL;
|
66 |
-
}
|
67 |
-
}
|
68 |
-
|
69 |
-
|
70 |
-
/**
|
71 |
-
* Get a request_token from Twitter
|
72 |
-
*
|
73 |
-
* @returns a key/value array containing oauth_token and oauth_token_secret
|
74 |
-
*/
|
75 |
-
function getRequestToken($oauth_callback) {
|
76 |
-
$parameters = array();
|
77 |
-
$parameters['oauth_callback'] = $oauth_callback;
|
78 |
-
$request = $this->oAuthRequest($this->requestTokenURL(), 'GET', $parameters);
|
79 |
-
$token = Plus_OAuthUtil::parse_parameters($request);
|
80 |
-
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
81 |
-
return $token;
|
82 |
-
}
|
83 |
-
|
84 |
-
/**
|
85 |
-
* Get the authorize URL
|
86 |
-
*
|
87 |
-
* @returns a string
|
88 |
-
*/
|
89 |
-
function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) {
|
90 |
-
if (is_array($token)) {
|
91 |
-
$token = $token['oauth_token'];
|
92 |
-
}
|
93 |
-
if (empty($sign_in_with_twitter)) {
|
94 |
-
return $this->authorizeURL() . "?oauth_token={$token}";
|
95 |
-
} else {
|
96 |
-
return $this->authenticateURL() . "?oauth_token={$token}";
|
97 |
-
}
|
98 |
-
}
|
99 |
-
|
100 |
-
/**
|
101 |
-
* Exchange request token and secret for an access token and
|
102 |
-
* secret, to sign API calls.
|
103 |
-
*
|
104 |
-
* @returns array("oauth_token" => "the-access-token",
|
105 |
-
* "oauth_token_secret" => "the-access-secret",
|
106 |
-
* "user_id" => "9436992",
|
107 |
-
* "screen_name" => "abraham")
|
108 |
-
*/
|
109 |
-
function getAccessToken($oauth_verifier) {
|
110 |
-
$parameters = array();
|
111 |
-
$parameters['oauth_verifier'] = $oauth_verifier;
|
112 |
-
$request = $this->oAuthRequest($this->accessTokenURL(), 'GET', $parameters);
|
113 |
-
$token = Plus_OAuthUtil::parse_parameters($request);
|
114 |
-
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
115 |
-
return $token;
|
116 |
-
}
|
117 |
-
|
118 |
-
/**
|
119 |
-
* One time exchange of username and password for access token and secret.
|
120 |
-
*
|
121 |
-
* @returns array("oauth_token" => "the-access-token",
|
122 |
-
* "oauth_token_secret" => "the-access-secret",
|
123 |
-
* "user_id" => "9436992",
|
124 |
-
* "screen_name" => "abraham",
|
125 |
-
* "x_auth_expires" => "0")
|
126 |
-
*/
|
127 |
-
function getXAuthToken($username, $password) {
|
128 |
-
$parameters = array();
|
129 |
-
$parameters['x_auth_username'] = $username;
|
130 |
-
$parameters['x_auth_password'] = $password;
|
131 |
-
$parameters['x_auth_mode'] = 'client_auth';
|
132 |
-
$request = $this->oAuthRequest($this->accessTokenURL(), 'POST', $parameters);
|
133 |
-
$token = Plus_OAuthUtil::parse_parameters($request);
|
134 |
-
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
135 |
-
return $token;
|
136 |
-
}
|
137 |
-
|
138 |
-
/**
|
139 |
-
* GET wrapper for oAuthRequest.
|
140 |
-
*/
|
141 |
-
function get($url, $parameters = array()) {
|
142 |
-
$response = $this->oAuthRequest($url, 'GET', $parameters);
|
143 |
-
if ($this->format === 'json' && $this->decode_json) {
|
144 |
-
return json_decode($response);
|
145 |
-
}
|
146 |
-
return $response;
|
147 |
-
}
|
148 |
-
|
149 |
-
/**
|
150 |
-
* POST wrapper for oAuthRequest.
|
151 |
-
*/
|
152 |
-
function post($url, $parameters = array()) {
|
153 |
-
$response = $this->oAuthRequest($url, 'POST', $parameters);
|
154 |
-
if ($this->format === 'json' && $this->decode_json) {
|
155 |
-
return json_decode($response);
|
156 |
-
}
|
157 |
-
return $response;
|
158 |
-
}
|
159 |
-
|
160 |
-
/**
|
161 |
-
* DELETE wrapper for oAuthReqeust.
|
162 |
-
*/
|
163 |
-
function delete($url, $parameters = array()) {
|
164 |
-
$response = $this->oAuthRequest($url, 'DELETE', $parameters);
|
165 |
-
if ($this->format === 'json' && $this->decode_json) {
|
166 |
-
return json_decode($response);
|
167 |
-
}
|
168 |
-
return $response;
|
169 |
-
}
|
170 |
-
|
171 |
-
/**
|
172 |
-
* Format and sign an OAuth / API request
|
173 |
-
*/
|
174 |
-
function oAuthRequest($url, $method, $parameters) {
|
175 |
-
if (strrpos($url, 'https://') !== 0 && strrpos($url, 'http://') !== 0) {
|
176 |
-
$url = "{$this->host}{$url}.{$this->format}";
|
177 |
-
}
|
178 |
-
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->token, $method, $url, $parameters);
|
179 |
-
$request->sign_request($this->sha1_method, $this->consumer, $this->token);
|
180 |
-
switch ($method) {
|
181 |
-
case 'GET':
|
182 |
-
return $this->http($request->to_url(), 'GET');
|
183 |
-
default:
|
184 |
-
return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
|
185 |
-
}
|
186 |
-
}
|
187 |
-
|
188 |
-
/**
|
189 |
-
* Make an HTTP request
|
190 |
-
*
|
191 |
-
* @return API results
|
192 |
-
*/
|
193 |
-
function http($url, $method, $postfields = NULL) {
|
194 |
-
$this->http_info = array();
|
195 |
-
$ci = curl_init();
|
196 |
-
/* Curl settings */
|
197 |
-
curl_setopt($ci, CURLOPT_USERAGENT, $this->useragent);
|
198 |
-
curl_setopt($ci, CURLOPT_CONNECTTIMEOUT, $this->connecttimeout);
|
199 |
-
curl_setopt($ci, CURLOPT_TIMEOUT, $this->timeout);
|
200 |
-
curl_setopt($ci, CURLOPT_RETURNTRANSFER, TRUE);
|
201 |
-
curl_setopt($ci, CURLOPT_HTTPHEADER, array('Expect:'));
|
202 |
-
curl_setopt($ci, CURLOPT_SSL_VERIFYPEER, $this->ssl_verifypeer);
|
203 |
-
curl_setopt($ci, CURLOPT_HEADERFUNCTION, array($this, 'getHeader'));
|
204 |
-
curl_setopt($ci, CURLOPT_HEADER, FALSE);
|
205 |
-
|
206 |
-
switch ($method) {
|
207 |
-
case 'POST':
|
208 |
-
curl_setopt($ci, CURLOPT_POST, TRUE);
|
209 |
-
if (!empty($postfields)) {
|
210 |
-
curl_setopt($ci, CURLOPT_POSTFIELDS, $postfields);
|
211 |
-
}
|
212 |
-
break;
|
213 |
-
case 'DELETE':
|
214 |
-
curl_setopt($ci, CURLOPT_CUSTOMREQUEST, 'DELETE');
|
215 |
-
if (!empty($postfields)) {
|
216 |
-
$url = "{$url}?{$postfields}";
|
217 |
-
}
|
218 |
-
}
|
219 |
-
|
220 |
-
curl_setopt($ci, CURLOPT_URL, $url);
|
221 |
-
$response = curl_exec($ci);
|
222 |
-
$this->http_code = curl_getinfo($ci, CURLINFO_HTTP_CODE);
|
223 |
-
$this->http_info = array_merge($this->http_info, curl_getinfo($ci));
|
224 |
-
$this->url = $url;
|
225 |
-
curl_close ($ci);
|
226 |
-
return $response;
|
227 |
-
}
|
228 |
-
|
229 |
-
/**
|
230 |
-
* Get the header info to store.
|
231 |
-
*/
|
232 |
-
function getHeader($ch, $header) {
|
233 |
-
$i = strpos($header, ':');
|
234 |
-
if (!empty($i)) {
|
235 |
-
$key = str_replace('-', '_', strtolower(substr($header, 0, $i)));
|
236 |
-
$value = trim(substr($header, $i + 2));
|
237 |
-
$this->http_header[$key] = $value;
|
238 |
-
}
|
239 |
-
return strlen($header);
|
240 |
-
}
|
241 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* Abraham Williams (abraham@abrah.am) http://abrah.am
|
5 |
+
*
|
6 |
+
* The first PHP Library to support OAuth for Twitter's REST API.
|
7 |
+
*/
|
8 |
+
|
9 |
+
/* Load OAuth lib. You can find it at http://oauth.net */
|
10 |
+
require_once(SFSI_PLUS_DOCROOT.'/helpers/sfsi_plus_OAuth.php');
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Twitter OAuth class
|
14 |
+
*/
|
15 |
+
class Plus_TwitterOAuth {
|
16 |
+
/* Contains the last HTTP status code returned. */
|
17 |
+
public $http_code;
|
18 |
+
/* Contains the last API call. */
|
19 |
+
public $url;
|
20 |
+
/* Set up the API root URL. */
|
21 |
+
public $host = "https://api.twitter.com/1.1/";
|
22 |
+
/* Set timeout default. */
|
23 |
+
public $timeout = 30;
|
24 |
+
/* Set connect timeout. */
|
25 |
+
public $connecttimeout = 30;
|
26 |
+
/* Verify SSL Cert. */
|
27 |
+
public $ssl_verifypeer = FALSE;
|
28 |
+
/* Respons format. */
|
29 |
+
public $format = 'json';
|
30 |
+
/* Decode returned json data. */
|
31 |
+
public $decode_json = TRUE;
|
32 |
+
/* Contains the last HTTP headers returned. */
|
33 |
+
public $http_info;
|
34 |
+
/* Set the useragnet. */
|
35 |
+
public $useragent = 'TwitterOAuth v0.2.0-beta2';
|
36 |
+
/* Immediately retry the API call if the response was not successful. */
|
37 |
+
//public $retry = TRUE;
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Set API URLS
|
44 |
+
*/
|
45 |
+
function accessTokenURL() { return 'https://api.twitter.com/oauth/access_token'; }
|
46 |
+
function authenticateURL() { return 'https://api.twitter.com/oauth/authenticate'; }
|
47 |
+
function authorizeURL() { return 'https://api.twitter.com/oauth/authorize'; }
|
48 |
+
function requestTokenURL() { return 'https://api.twitter.com/oauth/request_token'; }
|
49 |
+
|
50 |
+
/**
|
51 |
+
* Debug helpers
|
52 |
+
*/
|
53 |
+
function lastStatusCode() { return $this->http_status; }
|
54 |
+
function lastAPICall() { return $this->last_api_call; }
|
55 |
+
|
56 |
+
/**
|
57 |
+
* construct TwitterOAuth object
|
58 |
+
*/
|
59 |
+
function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL) {
|
60 |
+
$this->sha1_method = new Plus_OAuthSignatureMethod_HMAC_SHA1();
|
61 |
+
$this->consumer = new Plus_OAuthConsumer($consumer_key, $consumer_secret);
|
62 |
+
if (!empty($oauth_token) && !empty($oauth_token_secret)) {
|
63 |
+
$this->token = new Plus_OAuthConsumer($oauth_token, $oauth_token_secret);
|
64 |
+
} else {
|
65 |
+
$this->token = NULL;
|
66 |
+
}
|
67 |
+
}
|
68 |
+
|
69 |
+
|
70 |
+
/**
|
71 |
+
* Get a request_token from Twitter
|
72 |
+
*
|
73 |
+
* @returns a key/value array containing oauth_token and oauth_token_secret
|
74 |
+
*/
|
75 |
+
function getRequestToken($oauth_callback) {
|
76 |
+
$parameters = array();
|
77 |
+
$parameters['oauth_callback'] = $oauth_callback;
|
78 |
+
$request = $this->oAuthRequest($this->requestTokenURL(), 'GET', $parameters);
|
79 |
+
$token = Plus_OAuthUtil::parse_parameters($request);
|
80 |
+
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
81 |
+
return $token;
|
82 |
+
}
|
83 |
+
|
84 |
+
/**
|
85 |
+
* Get the authorize URL
|
86 |
+
*
|
87 |
+
* @returns a string
|
88 |
+
*/
|
89 |
+
function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) {
|
90 |
+
if (is_array($token)) {
|
91 |
+
$token = $token['oauth_token'];
|
92 |
+
}
|
93 |
+
if (empty($sign_in_with_twitter)) {
|
94 |
+
return $this->authorizeURL() . "?oauth_token={$token}";
|
95 |
+
} else {
|
96 |
+
return $this->authenticateURL() . "?oauth_token={$token}";
|
97 |
+
}
|
98 |
+
}
|
99 |
+
|
100 |
+
/**
|
101 |
+
* Exchange request token and secret for an access token and
|
102 |
+
* secret, to sign API calls.
|
103 |
+
*
|
104 |
+
* @returns array("oauth_token" => "the-access-token",
|
105 |
+
* "oauth_token_secret" => "the-access-secret",
|
106 |
+
* "user_id" => "9436992",
|
107 |
+
* "screen_name" => "abraham")
|
108 |
+
*/
|
109 |
+
function getAccessToken($oauth_verifier) {
|
110 |
+
$parameters = array();
|
111 |
+
$parameters['oauth_verifier'] = $oauth_verifier;
|
112 |
+
$request = $this->oAuthRequest($this->accessTokenURL(), 'GET', $parameters);
|
113 |
+
$token = Plus_OAuthUtil::parse_parameters($request);
|
114 |
+
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
115 |
+
return $token;
|
116 |
+
}
|
117 |
+
|
118 |
+
/**
|
119 |
+
* One time exchange of username and password for access token and secret.
|
120 |
+
*
|
121 |
+
* @returns array("oauth_token" => "the-access-token",
|
122 |
+
* "oauth_token_secret" => "the-access-secret",
|
123 |
+
* "user_id" => "9436992",
|
124 |
+
* "screen_name" => "abraham",
|
125 |
+
* "x_auth_expires" => "0")
|
126 |
+
*/
|
127 |
+
function getXAuthToken($username, $password) {
|
128 |
+
$parameters = array();
|
129 |
+
$parameters['x_auth_username'] = $username;
|
130 |
+
$parameters['x_auth_password'] = $password;
|
131 |
+
$parameters['x_auth_mode'] = 'client_auth';
|
132 |
+
$request = $this->oAuthRequest($this->accessTokenURL(), 'POST', $parameters);
|
133 |
+
$token = Plus_OAuthUtil::parse_parameters($request);
|
134 |
+
$this->token = new Plus_OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
|
135 |
+
return $token;
|
136 |
+
}
|
137 |
+
|
138 |
+
/**
|
139 |
+
* GET wrapper for oAuthRequest.
|
140 |
+
*/
|
141 |
+
function get($url, $parameters = array()) {
|
142 |
+
$response = $this->oAuthRequest($url, 'GET', $parameters);
|
143 |
+
if ($this->format === 'json' && $this->decode_json) {
|
144 |
+
return json_decode($response);
|
145 |
+
}
|
146 |
+
return $response;
|
147 |
+
}
|
148 |
+
|
149 |
+
/**
|
150 |
+
* POST wrapper for oAuthRequest.
|
151 |
+
*/
|
152 |
+
function post($url, $parameters = array()) {
|
153 |
+
$response = $this->oAuthRequest($url, 'POST', $parameters);
|
154 |
+
if ($this->format === 'json' && $this->decode_json) {
|
155 |
+
return json_decode($response);
|
156 |
+
}
|
157 |
+
return $response;
|
158 |
+
}
|
159 |
+
|
160 |
+
/**
|
161 |
+
* DELETE wrapper for oAuthReqeust.
|
162 |
+
*/
|
163 |
+
function delete($url, $parameters = array()) {
|
164 |
+
$response = $this->oAuthRequest($url, 'DELETE', $parameters);
|
165 |
+
if ($this->format === 'json' && $this->decode_json) {
|
166 |
+
return json_decode($response);
|
167 |
+
}
|
168 |
+
return $response;
|
169 |
+
}
|
170 |
+
|
171 |
+
/**
|
172 |
+
* Format and sign an OAuth / API request
|
173 |
+
*/
|
174 |
+
function oAuthRequest($url, $method, $parameters) {
|
175 |
+
if (strrpos($url, 'https://') !== 0 && strrpos($url, 'http://') !== 0) {
|
176 |
+
$url = "{$this->host}{$url}.{$this->format}";
|
177 |
+
}
|
178 |
+
$request = Plus_OAuthRequest::from_consumer_and_token($this->consumer, $this->token, $method, $url, $parameters);
|
179 |
+
$request->sign_request($this->sha1_method, $this->consumer, $this->token);
|
180 |
+
switch ($method) {
|
181 |
+
case 'GET':
|
182 |
+
return $this->http($request->to_url(), 'GET');
|
183 |
+
default:
|
184 |
+
return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
|
185 |
+
}
|
186 |
+
}
|
187 |
+
|
188 |
+
/**
|
189 |
+
* Make an HTTP request
|
190 |
+
*
|
191 |
+
* @return API results
|
192 |
+
*/
|
193 |
+
function http($url, $method, $postfields = NULL) {
|
194 |
+
$this->http_info = array();
|
195 |
+
$ci = curl_init();
|
196 |
+
/* Curl settings */
|
197 |
+
curl_setopt($ci, CURLOPT_USERAGENT, $this->useragent);
|
198 |
+
curl_setopt($ci, CURLOPT_CONNECTTIMEOUT, $this->connecttimeout);
|
199 |
+
curl_setopt($ci, CURLOPT_TIMEOUT, $this->timeout);
|
200 |
+
curl_setopt($ci, CURLOPT_RETURNTRANSFER, TRUE);
|
201 |
+
curl_setopt($ci, CURLOPT_HTTPHEADER, array('Expect:'));
|
202 |
+
curl_setopt($ci, CURLOPT_SSL_VERIFYPEER, $this->ssl_verifypeer);
|
203 |
+
curl_setopt($ci, CURLOPT_HEADERFUNCTION, array($this, 'getHeader'));
|
204 |
+
curl_setopt($ci, CURLOPT_HEADER, FALSE);
|
205 |
+
|
206 |
+
switch ($method) {
|
207 |
+
case 'POST':
|
208 |
+
curl_setopt($ci, CURLOPT_POST, TRUE);
|
209 |
+
if (!empty($postfields)) {
|
210 |
+
curl_setopt($ci, CURLOPT_POSTFIELDS, $postfields);
|
211 |
+
}
|
212 |
+
break;
|
213 |
+
case 'DELETE':
|
214 |
+
curl_setopt($ci, CURLOPT_CUSTOMREQUEST, 'DELETE');
|
215 |
+
if (!empty($postfields)) {
|
216 |
+
$url = "{$url}?{$postfields}";
|
217 |
+
}
|
218 |
+
}
|
219 |
+
|
220 |
+
curl_setopt($ci, CURLOPT_URL, $url);
|
221 |
+
$response = curl_exec($ci);
|
222 |
+
$this->http_code = curl_getinfo($ci, CURLINFO_HTTP_CODE);
|
223 |
+
$this->http_info = array_merge($this->http_info, curl_getinfo($ci));
|
224 |
+
$this->url = $url;
|
225 |
+
curl_close ($ci);
|
226 |
+
return $response;
|
227 |
+
}
|
228 |
+
|
229 |
+
/**
|
230 |
+
* Get the header info to store.
|
231 |
+
*/
|
232 |
+
function getHeader($ch, $header) {
|
233 |
+
$i = strpos($header, ':');
|
234 |
+
if (!empty($i)) {
|
235 |
+
$key = str_replace('-', '_', strtolower(substr($header, 0, $i)));
|
236 |
+
$value = trim(substr($header, $i + 2));
|
237 |
+
$this->http_header[$key] = $value;
|
238 |
+
}
|
239 |
+
return strlen($header);
|
240 |
+
}
|
241 |
+
}
|
images/Thumbs.db
CHANGED
Binary file
|
images/icons_theme/badge/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
images/icons_theme/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
images/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
js/custom-admin.js
CHANGED
@@ -1,1906 +1,1906 @@
|
|
1 |
-
function sfsi_plus_update_index() {
|
2 |
-
var s = 1;
|
3 |
-
SFSI("ul.plus_icn_listing li.plus_custom").each(function() {
|
4 |
-
SFSI(this).children("span.sfsiplus_custom-txt").html("Custom " + s), s++;
|
5 |
-
}), cntt = 1, SFSI("div.cm_lnk").each(function() {
|
6 |
-
SFSI(this).find("h2.custom").find("span.sfsiCtxt").html("Custom " + cntt + ":"),
|
7 |
-
cntt++;
|
8 |
-
}), cntt = 1, SFSI("div.plus_custom_m").find("div.sfsiplus_custom_section").each(function() {
|
9 |
-
SFSI(this).find("label").html("Custom " + cntt + ":"), cntt++;
|
10 |
-
});
|
11 |
-
}
|
12 |
-
function sfsipluscollapse(s)
|
13 |
-
{
|
14 |
-
var i = !0, e = SFSI(s).closest("div.ui-accordion-content").prev("h3.ui-accordion-header"), t = SFSI(s).closest("div.ui-accordion-content").first();
|
15 |
-
e.toggleClass("ui-corner-all", i).toggleClass("accordion-header-active ui-state-active ui-corner-top", !i).attr("aria-selected", (!i).toString()),
|
16 |
-
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", i).toggleClass("ui-icon-triangle-1-s", !i),
|
17 |
-
t.toggleClass("accordion-content-active", !i), i ? t.slideUp() :t.slideDown();
|
18 |
-
}
|
19 |
-
function sfsi_plus_delete_CusIcon(s, i)
|
20 |
-
{
|
21 |
-
sfsiplus_beForeLoad();
|
22 |
-
var e = {
|
23 |
-
action:"plus_deleteIcons",
|
24 |
-
icon_name:i.attr("name")
|
25 |
-
};
|
26 |
-
SFSI.ajax({
|
27 |
-
url:ajax_object.ajax_url,
|
28 |
-
type:"post",
|
29 |
-
data:e,
|
30 |
-
dataType:"json",
|
31 |
-
success:function(e) {
|
32 |
-
if ("success" == e.res) {
|
33 |
-
sfsiplus_showErrorSuc("success", "Saved !", 1);
|
34 |
-
var t = e.last_index + 1;
|
35 |
-
var attr = i.attr("name");
|
36 |
-
attr = attr.replace('plus', '');
|
37 |
-
SFSI("#plus_total_cusotm_icons").val(e.total_up), SFSI(s).closest(".plus_custom").remove(),
|
38 |
-
SFSI("li.plus_custom:last-child").addClass("bdr_btm_non"), SFSI(".plus_custom-links").find("div." + attr).remove(),
|
39 |
-
SFSI(".plus_custom_m").find("div." + attr).remove(), SFSI(".plus_share_icon_order").children("li." + attr).remove(),
|
40 |
-
SFSI("ul.plus_sfsi_sample_icons").children("li." + attr).remove();
|
41 |
-
var n = e.total_up + 1;
|
42 |
-
4 == e.total_up && SFSI(".plus_icn_listing").append('<li id="plus_c' + t + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + t + '_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + t + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + n + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>');
|
43 |
-
} else sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1);
|
44 |
-
return sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step5(),
|
45 |
-
sfsiplus_afterLoad(), "suc";
|
46 |
-
}
|
47 |
-
});
|
48 |
-
}
|
49 |
-
function plus_update_Sec5Iconorder()
|
50 |
-
{
|
51 |
-
SFSI("ul.plus_share_icon_order").children("li").each(function() {
|
52 |
-
SFSI(this).attr("data-index", SFSI(this).index() + 1);
|
53 |
-
});
|
54 |
-
}
|
55 |
-
function sfsi_plus_section_Display(s, i)
|
56 |
-
{
|
57 |
-
"hide" == i ? (SFSI("." + s + " :input").prop("disabled", !0), SFSI("." + s + " :button").prop("disabled", !0),
|
58 |
-
SFSI("." + s).hide()) :(SFSI("." + s + " :input").removeAttr("disabled", !0), SFSI("." + s + " :button").removeAttr("disabled", !0),
|
59 |
-
SFSI("." + s).show());
|
60 |
-
}
|
61 |
-
function sfsi_plus_depened_sections()
|
62 |
-
{
|
63 |
-
if ("sfsi" == SFSI("input[name='sfsi_plus_rss_icons']:checked").val()) {
|
64 |
-
for (i = 0; 16 > i; i++) {
|
65 |
-
var s = i + 1, e = 74 * i;
|
66 |
-
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-588px -" + e + "px");
|
67 |
-
}
|
68 |
-
var t = SFSI(".icon_img").attr("src");
|
69 |
-
if(t)
|
70 |
-
{
|
71 |
-
if (t.indexOf("subscribe") !=-1)
|
72 |
-
{
|
73 |
-
var n = t.replace("subscribe.png", "sf_arow_icn.png");
|
74 |
-
}
|
75 |
-
else
|
76 |
-
{
|
77 |
-
var n = t.replace("email.png", "sf_arow_icn.png");
|
78 |
-
}
|
79 |
-
SFSI(".icon_img").attr("src", n);
|
80 |
-
}
|
81 |
-
}
|
82 |
-
else
|
83 |
-
{
|
84 |
-
if("email" == SFSI("input[name='sfsi_plus_rss_icons']:checked").val())
|
85 |
-
{
|
86 |
-
for (SFSI(".sfsiplus_row_1_2").css("background-position", "-58px 0"), i = 0; 16 > i; i++) {
|
87 |
-
var s = i + 1, e = 74 * i;
|
88 |
-
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-58px -" + e + "px");
|
89 |
-
}
|
90 |
-
var t = SFSI(".icon_img").attr("src");
|
91 |
-
if (t) {
|
92 |
-
if (t.indexOf("sf_arow_icn") !=-1)
|
93 |
-
{
|
94 |
-
var n = t.replace("sf_arow_icn.png", "email.png");
|
95 |
-
}
|
96 |
-
else
|
97 |
-
{
|
98 |
-
var n = t.replace("subscribe.png", "email.png");
|
99 |
-
}
|
100 |
-
SFSI(".icon_img").attr("src", n);
|
101 |
-
}
|
102 |
-
}
|
103 |
-
else
|
104 |
-
{
|
105 |
-
for (SFSI(".sfsiplus_row_1_2").css("background-position", "-649px 0"), i = 0; 16 > i; i++) {
|
106 |
-
var s = i + 1, e = 74 * i;
|
107 |
-
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-649px -" + e + "px");
|
108 |
-
}
|
109 |
-
var t = SFSI(".icon_img").attr("src");
|
110 |
-
if (t) {
|
111 |
-
if (t.indexOf("email") !=-1)
|
112 |
-
{
|
113 |
-
var n = t.replace("email.png", "subscribe.png");
|
114 |
-
}
|
115 |
-
else
|
116 |
-
{
|
117 |
-
var n = t.replace("sf_arow_icn.png", "subscribe.png");
|
118 |
-
}
|
119 |
-
SFSI(".icon_img").attr("src", n);
|
120 |
-
}
|
121 |
-
}
|
122 |
-
}
|
123 |
-
SFSI("input[name='sfsi_plus_rss_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_rss_section", "show") :sfsi_plus_section_Display("sfsiplus_rss_section", "hide"),
|
124 |
-
SFSI("input[name='sfsi_plus_email_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_email_section", "show") :sfsi_plus_section_Display("sfsiplus_email_section", "hide"),
|
125 |
-
SFSI("input[name='sfsi_plus_facebook_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_facebook_section", "show") :sfsi_plus_section_Display("sfsiplus_facebook_section", "hide"),
|
126 |
-
SFSI("input[name='sfsi_plus_twitter_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_twitter_section", "show") :sfsi_plus_section_Display("sfsiplus_twitter_section", "hide"),
|
127 |
-
SFSI("input[name='sfsi_plus_google_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_google_section", "show") :sfsi_plus_section_Display("sfsiplus_google_section", "hide"),
|
128 |
-
SFSI("input[name='sfsi_plus_share_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_share_section", "show") :sfsi_plus_section_Display("sfsiplus_share_section", "hide"),
|
129 |
-
SFSI("input[name='sfsi_plus_youtube_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_youtube_section", "show") :sfsi_plus_section_Display("sfsiplus_youtube_section", "hide"),
|
130 |
-
SFSI("input[name='sfsi_plus_pinterest_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_pinterest_section", "show") :sfsi_plus_section_Display("sfsiplus_pinterest_section", "hide"),
|
131 |
-
SFSI("input[name='sfsi_plus_instagram_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_instagram_section", "show") :sfsi_plus_section_Display("sfsiplus_instagram_section", "hide"),
|
132 |
-
SFSI("input[name='sfsi_plus_houzz_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_houzz_section", "show") :sfsi_plus_section_Display("sfsiplus_houzz_section", "hide"),
|
133 |
-
SFSI("input[name='sfsi_plus_linkedin_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_linkedin_section", "show") :sfsi_plus_section_Display("sfsiplus_linkedin_section", "hide"),
|
134 |
-
SFSI("input[element-type='sfsiplus-cusotm-icon']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_custom_section", "show") :sfsi_plus_section_Display("sfsiplus_custom_section", "hide");
|
135 |
-
}
|
136 |
-
function PlusCustomIConSectionsUpdate()
|
137 |
-
{
|
138 |
-
sfsi_plus_section_Display("counter".ele, show);
|
139 |
-
}
|
140 |
-
// Upload Custom Skin {Monad}
|
141 |
-
function plus_sfsi_customskin_upload(s, ref)
|
142 |
-
{
|
143 |
-
var ttl = jQuery(ref).attr("title");
|
144 |
-
var i = s, e = {
|
145 |
-
action:"plus_UploadSkins",
|
146 |
-
custom_imgurl:i
|
147 |
-
};
|
148 |
-
SFSI.ajax({
|
149 |
-
url:ajax_object.ajax_url,
|
150 |
-
type:"post",
|
151 |
-
data:e,
|
152 |
-
success:function(msg) {
|
153 |
-
if (msg.res = "success")
|
154 |
-
{
|
155 |
-
var arr = s.split('=');
|
156 |
-
jQuery(ref).prev('.imgskin').attr('src', arr[1]);
|
157 |
-
jQuery(ref).prev('.imgskin').css("display","block");
|
158 |
-
jQuery(ref).text("Update");
|
159 |
-
jQuery(ref).next('.dlt_btn').css("display","block");
|
160 |
-
}
|
161 |
-
}
|
162 |
-
});
|
163 |
-
}
|
164 |
-
// Delete Custom Skin {Monad}
|
165 |
-
function sfsiplus_deleteskin_icon(s)
|
166 |
-
{
|
167 |
-
var iconname = jQuery(s).attr("title");
|
168 |
-
var i = iconname, e = {
|
169 |
-
action:"plus_DeleteSkin",
|
170 |
-
iconname:i
|
171 |
-
};
|
172 |
-
|
173 |
-
SFSI.ajax({
|
174 |
-
url:ajax_object.ajax_url,
|
175 |
-
type:"post",
|
176 |
-
data:e,
|
177 |
-
success:function(msg) {
|
178 |
-
if (msg.res = "success")
|
179 |
-
{
|
180 |
-
SFSI(s).prev("a").text("Upload");
|
181 |
-
SFSI(s).prev("a").prev("img").attr("src",'');
|
182 |
-
SFSI(s).prev("a").prev("img").css("display","none");
|
183 |
-
SFSI(s).css("display","none");
|
184 |
-
}
|
185 |
-
}
|
186 |
-
});
|
187 |
-
}
|
188 |
-
// Save Custom Skin {Monad}
|
189 |
-
function SFSI_plus_done()
|
190 |
-
{
|
191 |
-
e = { action:"plus_Iamdone" };
|
192 |
-
|
193 |
-
SFSI.ajax({
|
194 |
-
url:ajax_object.ajax_url,
|
195 |
-
type:"post",
|
196 |
-
data:e,
|
197 |
-
success:function(msg) {
|
198 |
-
jQuery("li.cstomskins_upload").children(".sfsiplus_icns_tab_3").html(msg);
|
199 |
-
SFSI("input[name='sfsi_plus_rss_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_rss_section", "show") :sfsi_plus_section_Display("sfsiplus_rss_section", "hide"),SFSI("input[name='sfsi_plus_email_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_email_section", "show") :sfsi_plus_section_Display("sfsiplus_email_section", "hide"),SFSI("input[name='sfsi_plus_facebook_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_facebook_section", "show") :sfsi_plus_section_Display("sfsiplus_facebook_section", "hide"), SFSI("input[name='sfsi_plus_twitter_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_twitter_section", "show") :sfsi_plus_section_Display("sfsiplus_twitter_section", "hide"),SFSI("input[name='sfsi_plus_google_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_google_section", "show") :sfsi_plus_section_Display("sfsiplus_google_section", "hide"), SFSI("input[name='sfsi_plus_share_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_share_section", "show") :sfsi_plus_section_Display("sfsiplus_share_section", "hide"), SFSI("input[name='sfsi_plus_youtube_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_youtube_section", "show") :sfsi_plus_section_Display("sfsiplus_youtube_section", "hide"), SFSI("input[name='sfsi_plus_pinterest_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_pinterest_section", "show") :sfsi_plus_section_Display("sfsiplus_pinterest_section", "hide"), SFSI("input[name='sfsi_plus_instagram_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_instagram_section", "show") :sfsi_plus_section_Display("sfsiplus_instagram_section", "hide"), SFSI("input[name='sfsi_plus_houzz_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_houzz_section", "show") :sfsi_plus_section_Display("sfsiplus_houzz_section", "hide"), SFSI("input[name='sfsi_plus_linkedin_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_linkedin_section", "show") :sfsi_plus_section_Display("sfsiplus_linkedin_section", "hide"), SFSI("input[element-type='sfsiplus-cusotm-icon']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_custom_section", "show") :sfsi_plus_section_Display("sfsiplus_custom_section", "hide");
|
200 |
-
SFSI(".cstmskins-overlay").hide("slow");
|
201 |
-
sfsi_plus_update_step3() && sfsipluscollapse(this);
|
202 |
-
}
|
203 |
-
});
|
204 |
-
}
|
205 |
-
// Upload Custom Icons {Monad}
|
206 |
-
function plus_sfsi_newcustomicon_upload(s)
|
207 |
-
{
|
208 |
-
var i = s, e = {
|
209 |
-
action:"plus_UploadIcons",
|
210 |
-
custom_imgurl:i
|
211 |
-
};
|
212 |
-
SFSI.ajax({
|
213 |
-
url:ajax_object.ajax_url,
|
214 |
-
type:"post",
|
215 |
-
data:e,
|
216 |
-
dataType:"json",
|
217 |
-
async:!0,
|
218 |
-
success:function(s) {
|
219 |
-
if(s.res == 'success')
|
220 |
-
{
|
221 |
-
sfsiplus_afterIconSuccess(s);
|
222 |
-
}
|
223 |
-
else
|
224 |
-
{
|
225 |
-
SFSI(".upload-overlay").hide("slow");
|
226 |
-
SFSI(".uperror").html(s.res);
|
227 |
-
sfsiplus_showErrorSuc("Error", "Some Error Occured During Upload Custom Icon", 1)
|
228 |
-
}
|
229 |
-
}
|
230 |
-
});
|
231 |
-
}
|
232 |
-
function sfsi_plus_update_step1()
|
233 |
-
{
|
234 |
-
var nonce = SFSI("#sfsi_plus_save1").attr("data-nonce");
|
235 |
-
global_error = 0, sfsiplus_beForeLoad(), sfsi_plus_depened_sections();
|
236 |
-
var s = !1, i = SFSI("input[name='sfsi_plus_rss_display']:checked").val(), e = SFSI("input[name='sfsi_plus_email_display']:checked").val(), t = SFSI("input[name='sfsi_plus_facebook_display']:checked").val(), n = SFSI("input[name='sfsi_plus_twitter_display']:checked").val(), o = SFSI("input[name='sfsi_plus_google_display']:checked").val(), a = SFSI("input[name='sfsi_plus_share_display']:checked").val(), r = SFSI("input[name='sfsi_plus_youtube_display']:checked").val(), c = SFSI("input[name='sfsi_plus_pinterest_display']:checked").val(), p = SFSI("input[name='sfsi_plus_linkedin_display']:checked").val(), _ = SFSI("input[name='sfsi_plus_instagram_display']:checked").val(), houzz = SFSI("input[name='sfsi_plus_houzz_display']:checked").val(), l = SFSI("input[name='sfsi_custom1_display']:checked").val(), S = SFSI("input[name='sfsi_custom2_display']:checked").val(), u = SFSI("input[name='sfsi_custom3_display']:checked").val(), f = SFSI("input[name='sfsi_custom4_display']:checked").val(), d = SFSI("input[name='sfsi_custom5_display']:checked").val(), I = {
|
237 |
-
action:"plus_updateSrcn1",
|
238 |
-
sfsi_plus_rss_display:i,
|
239 |
-
sfsi_plus_email_display:e,
|
240 |
-
sfsi_plus_facebook_display:t,
|
241 |
-
sfsi_plus_twitter_display:n,
|
242 |
-
sfsi_plus_google_display:o,
|
243 |
-
sfsi_plus_share_display:a,
|
244 |
-
sfsi_plus_youtube_display:r,
|
245 |
-
sfsi_plus_pinterest_display:c,
|
246 |
-
sfsi_plus_linkedin_display:p,
|
247 |
-
sfsi_plus_instagram_display:_,
|
248 |
-
sfsi_plus_houzz_display:houzz,
|
249 |
-
sfsi_custom1_display:l,
|
250 |
-
sfsi_custom2_display:S,
|
251 |
-
sfsi_custom3_display:u,
|
252 |
-
sfsi_custom4_display:f,
|
253 |
-
sfsi_custom5_display:d,
|
254 |
-
nonce:nonce
|
255 |
-
};
|
256 |
-
SFSI.ajax({
|
257 |
-
url:ajax_object.ajax_url,
|
258 |
-
type:"post",
|
259 |
-
data:I,
|
260 |
-
async:!0,
|
261 |
-
dataType:"json",
|
262 |
-
success:function(i) {
|
263 |
-
if(i=="wrong_nonce")
|
264 |
-
{
|
265 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 1);
|
266 |
-
s = !1;
|
267 |
-
sfsiplus_afterLoad();
|
268 |
-
}
|
269 |
-
else
|
270 |
-
{
|
271 |
-
"success" == i ? (sfsiplus_showErrorSuc("success", "Saved !", 1), sfsipluscollapse("#sfsi_plus_save1"),
|
272 |
-
sfsi_plus_make_popBox()) :(global_error = 1, sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1),
|
273 |
-
s = !1), sfsiplus_afterLoad();
|
274 |
-
}
|
275 |
-
}
|
276 |
-
});
|
277 |
-
}
|
278 |
-
function sfsi_plus_update_step2()
|
279 |
-
{
|
280 |
-
var nonce = SFSI("#sfsi_plus_save2").attr("data-nonce");
|
281 |
-
var s = sfsi_plus_validationStep2();
|
282 |
-
if (!s) return global_error = 1, !1;
|
283 |
-
sfsiplus_beForeLoad();
|
284 |
-
var i = 1 == SFSI("input[name='sfsi_plus_rss_url']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_url']").val(), e = 1 == SFSI("input[name='sfsi_plus_rss_icons']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_icons']:checked").val(), t = 1 == SFSI("input[name='sfsi_plus_facebookPage_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookPage_option']:checked").val(), n = 1 == SFSI("input[name='sfsi_plus_facebookLike_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookLike_option']:checked").val(), o = 1 == SFSI("input[name='sfsi_plus_facebookShare_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookShare_option']:checked").val(), a = SFSI("input[name='sfsi_plus_facebookPage_url']").val(), r = 1 == SFSI("input[name='sfsi_plus_twitter_followme']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_followme']:checked").val(), c = 1 == SFSI("input[name='sfsi_plus_twitter_followUserName']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_followUserName']").val(), p = 1 == SFSI("input[name='sfsi_plus_twitter_aboutPage']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_aboutPage']:checked").val(), _ = 1 == SFSI("input[name='sfsi_plus_twitter_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_page']:checked").val(), l = SFSI("input[name='sfsi_plus_twitter_pageURL']").val(), S = SFSI("textarea[name='sfsi_plus_twitter_aboutPageText']").val(), u = 1 == SFSI("input[name='sfsi_plus_google_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_page']:checked").val(), f = 1 == SFSI("input[name='sfsi_plus_googleLike_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_googleLike_option']:checked").val(), d = SFSI("input[name='sfsi_plus_google_pageURL']").val(), I = 1 == SFSI("input[name='sfsi_plus_googleShare_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_googleShare_option']:checked").val(), m = 1 == SFSI("input[name='sfsi_plus_youtube_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_page']:checked").val(), F = 1 == SFSI("input[name='sfsi_plus_youtube_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_pageUrl']").val(), h = 1 == SFSI("input[name='sfsi_plus_youtube_follow']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_follow']:checked").val(), cls = SFSI("input[name='sfsi_plus_youtubeusernameorid']:checked").val(), v = SFSI("input[name='sfsi_plus_ytube_user']").val(), vchid = SFSI("input[name='sfsi_plus_ytube_chnlid']").val(), g = 1 == SFSI("input[name='sfsi_plus_pinterest_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_page']:checked").val(), k = 1 == SFSI("input[name='sfsi_plus_pinterest_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_pageUrl']").val(), y = 1 == SFSI("input[name='sfsi_plus_pinterest_pingBlog']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_pingBlog']:checked").val(), b = 1 == SFSI("input[name='sfsi_plus_instagram_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_pageUrl']").val(), houzz = 1 == SFSI("input[name='sfsi_plus_houzz_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_pageUrl']").val(), w = 1 == SFSI("input[name='sfsi_plus_linkedin_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_page']:checked").val(), x = 1 == SFSI("input[name='sfsi_plus_linkedin_pageURL']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_pageURL']").val(), C = 1 == SFSI("input[name='sfsi_plus_linkedin_follow']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_follow']:checked").val(), D = SFSI("input[name='sfsi_plus_linkedin_followCompany']").val(), U = 1 == SFSI("input[name='sfsi_plus_linkedin_SharePage']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_SharePage']:checked").val(), O = SFSI("input[name='sfsi_plus_linkedin_recommendBusines']:checked").val(), T = SFSI("input[name='sfsi_plus_linkedin_recommendProductId']").val(), j = SFSI("input[name='sfsi_plus_linkedin_recommendCompany']").val(), P = {};
|
285 |
-
SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function() {
|
286 |
-
P[SFSI(this).attr("file-id")] = this.value;
|
287 |
-
});
|
288 |
-
var M = {
|
289 |
-
action:"plus_updateSrcn2",
|
290 |
-
sfsi_plus_rss_url:i,
|
291 |
-
sfsi_plus_rss_icons:e,
|
292 |
-
sfsi_plus_facebookPage_option:t,
|
293 |
-
sfsi_plus_facebookLike_option:n,
|
294 |
-
sfsi_plus_facebookShare_option:o,
|
295 |
-
sfsi_plus_facebookPage_url:a,
|
296 |
-
sfsi_plus_twitter_followme:r,
|
297 |
-
sfsi_plus_twitter_followUserName:c,
|
298 |
-
sfsi_plus_twitter_aboutPage:p,
|
299 |
-
sfsi_plus_twitter_page:_,
|
300 |
-
sfsi_plus_twitter_pageURL:l,
|
301 |
-
sfsi_plus_twitter_aboutPageText:S,
|
302 |
-
sfsi_plus_google_page:u,
|
303 |
-
sfsi_plus_googleLike_option:f,
|
304 |
-
sfsi_plus_google_pageURL:d,
|
305 |
-
sfsi_plus_googleShare_option:I,
|
306 |
-
sfsi_plus_youtube_page:m,
|
307 |
-
sfsi_plus_youtube_pageUrl:F,
|
308 |
-
sfsi_plus_youtube_follow:h,
|
309 |
-
sfsi_plus_youtubeusernameorid:cls,
|
310 |
-
sfsi_plus_ytube_user:v,
|
311 |
-
sfsi_plus_ytube_chnlid:vchid,
|
312 |
-
sfsi_plus_pinterest_page:g,
|
313 |
-
sfsi_plus_pinterest_pageUrl:k,
|
314 |
-
sfsi_plus_instagram_pageUrl:b,
|
315 |
-
sfsi_plus_houzz_pageUrl:houzz,
|
316 |
-
sfsi_plus_pinterest_pingBlog:y,
|
317 |
-
sfsi_plus_linkedin_page:w,
|
318 |
-
sfsi_plus_linkedin_pageURL:x,
|
319 |
-
sfsi_plus_linkedin_follow:C,
|
320 |
-
sfsi_plus_linkedin_followCompany:D,
|
321 |
-
sfsi_plus_linkedin_SharePage:U,
|
322 |
-
sfsi_plus_linkedin_recommendBusines:O,
|
323 |
-
sfsi_plus_linkedin_recommendCompany:j,
|
324 |
-
sfsi_plus_linkedin_recommendProductId:T,
|
325 |
-
sfsi_plus_custom_links:P,
|
326 |
-
nonce:nonce
|
327 |
-
};
|
328 |
-
SFSI.ajax({
|
329 |
-
url:ajax_object.ajax_url,
|
330 |
-
type:"post",
|
331 |
-
data:M,
|
332 |
-
async:!0,
|
333 |
-
dataType:"json",
|
334 |
-
success:function(s) {
|
335 |
-
if(s == "wrong_nonce")
|
336 |
-
{
|
337 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 2);
|
338 |
-
return_value = !1;
|
339 |
-
sfsiplus_afterLoad();
|
340 |
-
}
|
341 |
-
else
|
342 |
-
{
|
343 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 2), sfsipluscollapse("#sfsi_plus_save2"),
|
344 |
-
sfsi_plus_depened_sections()) :(global_error = 1, sfsiplus_showErrorSuc("error", "Unkown error , please try again", 2),
|
345 |
-
return_value = !1), sfsiplus_afterLoad();
|
346 |
-
}
|
347 |
-
}
|
348 |
-
});
|
349 |
-
}
|
350 |
-
function sfsi_plus_update_step3()
|
351 |
-
{
|
352 |
-
var nonce = SFSI("#sfsi_plus_save3").attr("data-nonce");
|
353 |
-
var s = sfsi_plus_validationStep3();
|
354 |
-
if (!s) return global_error = 1, !1;
|
355 |
-
sfsiplus_beForeLoad();
|
356 |
-
var i = SFSI("input[name='sfsi_plus_actvite_theme']:checked").val(), e = SFSI("input[name='sfsi_plus_mouseOver']:checked").val(), t = SFSI("input[name='sfsi_plus_shuffle_icons']:checked").val(), n = SFSI("input[name='sfsi_plus_shuffle_Firstload']:checked").val(), o = SFSI("#sfsi_plus_mouseOver_effect option:selected").val(), a = SFSI("input[name='sfsi_plus_shuffle_interval']:checked").val(), r = SFSI("input[name='sfsi_plus_shuffle_intervalTime']").val(), c = SFSI("input[name='sfsi_plus_specialIcon_animation']:checked").val(), p = SFSI("input[name='sfsi_plus_specialIcon_MouseOver']:checked").val(), _ = SFSI("input[name='sfsi_plus_specialIcon_Firstload']:checked").val(), l = SFSI("#sfsi_plus_specialIcon_Firstload_Icons option:selected").val(), S = SFSI("input[name='sfsi_plus_specialIcon_interval']:checked").val(), u = SFSI("input[name='sfsi_plus_specialIcon_intervalTime']").val(), f = SFSI("#sfsi_plus_specialIcon_intervalIcons option:selected").val(), d = {
|
357 |
-
action:"plus_updateSrcn3",
|
358 |
-
sfsi_plus_actvite_theme:i,
|
359 |
-
sfsi_plus_mouseOver:e,
|
360 |
-
sfsi_plus_shuffle_icons:t,
|
361 |
-
sfsi_plus_shuffle_Firstload:n,
|
362 |
-
sfsi_plus_mouseOver_effect:o,
|
363 |
-
sfsi_plus_shuffle_interval:a,
|
364 |
-
sfsi_plus_shuffle_intervalTime:r,
|
365 |
-
sfsi_plus_specialIcon_animation:c,
|
366 |
-
sfsi_plus_specialIcon_MouseOver:p,
|
367 |
-
sfsi_plus_specialIcon_Firstload:_,
|
368 |
-
sfsi_plus_specialIcon_Firstload_Icons:l,
|
369 |
-
sfsi_plus_specialIcon_interval:S,
|
370 |
-
sfsi_plus_specialIcon_intervalTime:u,
|
371 |
-
sfsi_plus_specialIcon_intervalIcons:f,
|
372 |
-
nonce:nonce
|
373 |
-
};
|
374 |
-
SFSI.ajax({
|
375 |
-
url:ajax_object.ajax_url,
|
376 |
-
type:"post",
|
377 |
-
data:d,
|
378 |
-
async:!0,
|
379 |
-
dataType:"json",
|
380 |
-
success:function(s) {
|
381 |
-
if(s == "wrong_nonce")
|
382 |
-
{
|
383 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 3);
|
384 |
-
return_value = !1;
|
385 |
-
sfsiplus_afterLoad();
|
386 |
-
}
|
387 |
-
else
|
388 |
-
{
|
389 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 3), sfsipluscollapse("#sfsi_plus_save3")) :(sfsiplus_showErrorSuc("error", "Unkown error , please try again", 3),
|
390 |
-
return_value = !1), sfsiplus_afterLoad();
|
391 |
-
}
|
392 |
-
}
|
393 |
-
});
|
394 |
-
}
|
395 |
-
function sfsi_plus_show_counts()
|
396 |
-
{
|
397 |
-
"yes" == SFSI("input[name='sfsi_plus_display_counts']:checked").val() ? (SFSI(".sfsiplus_count_sections").slideDown(),
|
398 |
-
sfsi_plus_showPreviewCounts()) :(SFSI(".sfsiplus_count_sections").slideUp(), sfsi_plus_showPreviewCounts());
|
399 |
-
}
|
400 |
-
function sfsi_plus_showPreviewCounts()
|
401 |
-
{
|
402 |
-
var s = 0;
|
403 |
-
1 == SFSI("input[name='sfsi_plus_rss_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_rss_countsDisplay").css("opacity", 1),
|
404 |
-
s = 1) :SFSI("#sfsi_plus_rss_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_email_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_email_countsDisplay").css("opacity", 1),
|
405 |
-
s = 1) :SFSI("#sfsi_plus_email_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity", 1),
|
406 |
-
s = 1) :SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_twitter_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_twitter_countsDisplay").css("opacity", 1),
|
407 |
-
s = 1) :SFSI("#sfsi_plus_twitter_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_google_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_google_countsDisplay").css("opacity", 1),
|
408 |
-
s = 1) :SFSI("#sfsi_plus_google_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_linkedIn_countsDisplay").css("opacity", 1),
|
409 |
-
s = 1) :SFSI("#sfsi_plus_linkedIn_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity", 1),
|
410 |
-
s = 1) :SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_pinterest_countsDisplay").css("opacity", 1),
|
411 |
-
s = 1) :SFSI("#sfsi_plus_pinterest_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_shares_countsDisplay").css("opacity", 1),
|
412 |
-
s = 1) :SFSI("#sfsi_plus_shares_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity", 1),
|
413 |
-
s = 1) :SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_houzz_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_houzz_countsDisplay").css("opacity", 1),
|
414 |
-
s = 1) :SFSI("#sfsi_plus_houzz_countsDisplay").css("opacity", 0), 0 == s || "no" == SFSI("input[name='sfsi_plus_display_counts']:checked").val() ? SFSI(".sfsi_Cdisplay").hide() :SFSI(".sfsi_Cdisplay").show();
|
415 |
-
}
|
416 |
-
function sfsi_plus_show_OnpostsDisplay()
|
417 |
-
{
|
418 |
-
//"yes" == SFSI("input[name='sfsi_plus_show_Onposts']:checked").val() ? SFSI(".sfsiplus_PostsSettings_section").slideDown() :SFSI(".sfsiplus_PostsSettings_section").slideUp();
|
419 |
-
}
|
420 |
-
function sfsi_plus_update_step4()
|
421 |
-
{
|
422 |
-
var nonce = SFSI("#sfsi_plus_save4").attr("data-nonce");
|
423 |
-
var s = !1, i = sfsi_plus_validationStep4();
|
424 |
-
if (!i) return global_error = 1, !1;
|
425 |
-
sfsiplus_beForeLoad();
|
426 |
-
var e = SFSI("input[name='sfsi_plus_display_counts']:checked").val(), t = 1 == SFSI("input[name='sfsi_plus_email_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_countsDisplay']:checked").val(), n = 1 == SFSI("input[name='sfsi_plus_email_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_countsFrom']:checked").val(), o = SFSI("input[name='sfsi_plus_email_manualCounts']").val(), a = SFSI("input[name='sfsi_plus_google_api_key']").val(), r = 1 == SFSI("input[name='sfsi_plus_rss_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_countsDisplay']:checked").val(), c = SFSI("input[name='sfsi_plus_rss_manualCounts']").val(), p = 1 == SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_countsDisplay']:checked").val(), _ = 1 == SFSI("input[name='sfsi_plus_facebook_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val(), mp = SFSI("input[name='sfsi_plus_facebook_mypageCounts']").val(), l = SFSI("input[name='sfsi_plus_facebook_manualCounts']").val(), S = 1 == SFSI("input[name='sfsi_plus_twitter_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_countsDisplay']:checked").val(), u = 1 == SFSI("input[name='sfsi_plus_twitter_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_countsFrom']:checked").val(), f = SFSI("input[name='sfsi_plus_twitter_manualCounts']").val(), d = SFSI("input[name='sfsiplus_tw_consumer_key']").val(), I = SFSI("input[name='sfsiplus_tw_consumer_secret']").val(), m = SFSI("input[name='sfsiplus_tw_oauth_access_token']").val(), F = SFSI("input[name='sfsiplus_tw_oauth_access_token_secret']").val(), h = 1 == SFSI("input[name='sfsi_plus_google_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_countsDisplay']:checked").val(), v = 1 == SFSI("input[name='sfsi_plus_google_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val(), g = SFSI("input[name='sfsi_plus_google_manualCounts']").val(), k = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val(), y = SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").val(), b = SFSI("input[name='sfsi_plus_ln_company']").val(), w = SFSI("input[name='sfsi_plus_ln_api_key']").val(), x = SFSI("input[name='sfsi_plus_ln_secret_key']").val(), C = SFSI("input[name='sfsi_plus_ln_oAuth_user_token']").val(), D = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']:checked").val(), k = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val(), y = SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").val(), U = 1 == SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_countsDisplay']:checked").val(), O = 1 == SFSI("input[name='sfsi_plus_youtube_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_countsFrom']:checked").val(), T = SFSI("input[name='sfsi_plus_youtube_manualCounts']").val(), j = SFSI("input[name='sfsi_plus_youtube_user']").val(), P = 1 == SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_countsDisplay']:checked").val(), M = 1 == SFSI("input[name='sfsi_plus_pinterest_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_countsFrom']:checked").val(), L = SFSI("input[name='sfsi_plus_pinterest_manualCounts']").val(), B = SFSI("input[name='sfsi_plus_pinterest_user']").val(), E = SFSI("input[name='sfsi_plus_pinterest_board']").val(), z = 1 == SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_countsDisplay']:checked").val(), A = 1 == SFSI("input[name='sfsi_plus_instagram_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val(), N = SFSI("input[name='sfsi_plus_instagram_manualCounts']").val(), H = SFSI("input[name='sfsi_plus_instagram_User']").val(), R = 1 == SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_shares_countsDisplay']:checked").val(), W = 1 == SFSI("input[name='sfsi_plus_shares_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val(), q = SFSI("input[name='sfsi_plus_shares_manualCounts']").val(), houzzDisplay = 1 == SFSI("input[name='sfsi_plus_houzz_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_countsDisplay']:checked").val(), houzzFrom = 1 == SFSI("input[name='sfsi_plus_houzz_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_countsFrom']:checked").val(), houzzCount = SFSI("input[name='sfsi_plus_houzz_manualCounts']").val(), $ = {
|
427 |
-
action:"plus_updateSrcn4",
|
428 |
-
sfsi_plus_display_counts:e,
|
429 |
-
sfsi_plus_email_countsDisplay:t,
|
430 |
-
sfsi_plus_email_countsFrom:n,
|
431 |
-
sfsi_plus_email_manualCounts:o,
|
432 |
-
sfsi_plus_rss_countsDisplay:r,
|
433 |
-
sfsi_plus_rss_manualCounts:c,
|
434 |
-
sfsi_plus_facebook_countsDisplay:p,
|
435 |
-
sfsi_plus_facebook_countsFrom:_,
|
436 |
-
sfsi_plus_facebook_mypageCounts:mp,
|
437 |
-
sfsi_plus_facebook_manualCounts:l,
|
438 |
-
sfsi_plus_twitter_countsDisplay:S,
|
439 |
-
sfsi_plus_twitter_countsFrom:u,
|
440 |
-
sfsi_plus_twitter_manualCounts:f,
|
441 |
-
sfsiplus_tw_consumer_key:d,
|
442 |
-
sfsiplus_tw_consumer_secret:I,
|
443 |
-
sfsiplus_tw_oauth_access_token:m,
|
444 |
-
sfsiplus_tw_oauth_access_token_secret:F,
|
445 |
-
sfsi_plus_google_countsDisplay:h,
|
446 |
-
sfsi_plus_google_countsFrom:v,
|
447 |
-
sfsi_plus_google_manualCounts:g,
|
448 |
-
sfsi_plus_google_api_key:a,
|
449 |
-
sfsi_plus_linkedIn_countsDisplay:D,
|
450 |
-
sfsi_plus_linkedIn_countsFrom:k,
|
451 |
-
sfsi_plus_linkedIn_manualCounts:y,
|
452 |
-
sfsi_plus_ln_company:b,
|
453 |
-
sfsi_plus_ln_api_key:w,
|
454 |
-
sfsi_plus_ln_secret_key:x,
|
455 |
-
sfsi_plus_ln_oAuth_user_token:C,
|
456 |
-
sfsi_plus_youtube_countsDisplay:U,
|
457 |
-
sfsi_plus_youtube_countsFrom:O,
|
458 |
-
sfsi_plus_youtube_manualCounts:T,
|
459 |
-
sfsi_plus_youtube_user:j,
|
460 |
-
sfsi_plus_youtube_channelId: SFSI("input[name='sfsi_plus_youtube_channelId']").val(),
|
461 |
-
sfsi_plus_pinterest_countsDisplay:P,
|
462 |
-
sfsi_plus_pinterest_countsFrom:M,
|
463 |
-
sfsi_plus_pinterest_manualCounts:L,
|
464 |
-
sfsi_plus_pinterest_user:B,
|
465 |
-
sfsi_plus_pinterest_board:E,
|
466 |
-
sfsi_plus_instagram_countsDisplay:z,
|
467 |
-
sfsi_plus_instagram_countsFrom:A,
|
468 |
-
sfsi_plus_instagram_manualCounts:N,
|
469 |
-
sfsi_plus_instagram_User:H,
|
470 |
-
sfsi_plus_shares_countsDisplay:R,
|
471 |
-
sfsi_plus_shares_countsFrom:W,
|
472 |
-
sfsi_plus_shares_manualCounts:q,
|
473 |
-
sfsi_plus_houzz_countsDisplay:houzzDisplay,
|
474 |
-
sfsi_plus_houzz_countsFrom:houzzFrom,
|
475 |
-
sfsi_plus_houzz_manualCounts:houzzCount,
|
476 |
-
nonce:nonce
|
477 |
-
};
|
478 |
-
return SFSI.ajax({
|
479 |
-
url:ajax_object.ajax_url,
|
480 |
-
type:"post",
|
481 |
-
data:$,
|
482 |
-
dataType:"json",
|
483 |
-
async:!0,
|
484 |
-
success:function(s) {
|
485 |
-
if(s == "wrong_nonce")
|
486 |
-
{
|
487 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 4);
|
488 |
-
global_error = 1;
|
489 |
-
sfsiplus_afterLoad();
|
490 |
-
}
|
491 |
-
else
|
492 |
-
{
|
493 |
-
"success" == s.res ? (sfsiplus_showErrorSuc("success", "Saved !", 4), sfsipluscollapse("#sfsi_plus_save4"),
|
494 |
-
sfsi_plus_showPreviewCounts()) :(sfsiplus_showErrorSuc("error", "Unkown error , please try again", 4),
|
495 |
-
global_error = 1), sfsiplus_afterLoad();
|
496 |
-
}
|
497 |
-
}
|
498 |
-
}), s;
|
499 |
-
}
|
500 |
-
function sfsi_plus_update_step5()
|
501 |
-
{
|
502 |
-
var nonce = SFSI("#sfsi_plus_save5").attr("data-nonce");
|
503 |
-
sfsi_plus_update_step3();
|
504 |
-
var s = sfsi_plus_validationStep5();
|
505 |
-
if (!s) return global_error = 1, !1;
|
506 |
-
sfsiplus_beForeLoad();
|
507 |
-
var i = SFSI("input[name='sfsi_plus_icons_size']").val(), e = SFSI("input[name='sfsi_plus_icons_perRow']").val(), t = SFSI("input[name='sfsi_plus_icons_spacing']").val(), n = SFSI("#sfsi_plus_icons_Alignment").val(),
|
508 |
-
followicon = SFSI("#sfsi_plus_follow_icons_language").val(),
|
509 |
-
facebookicon = SFSI("#sfsi_plus_facebook_icons_language").val(),
|
510 |
-
twittericon = SFSI("#sfsi_plus_twitter_icons_language").val(),
|
511 |
-
googleicon = SFSI("#sfsi_plus_google_icons_language").val(),
|
512 |
-
lang = SFSI("#sfsi_plus_icons_language").val(), o = SFSI("input[name='sfsi_plus_icons_ClickPageOpen']:checked").val(), a = SFSI("input[name='sfsi_plus_icons_float']:checked").val(), dsb = SFSI("input[name='sfsi_plus_disable_floaticons']:checked").val(), dsbv = SFSI("input[name='sfsi_plus_disable_viewport']:checked").val(), r = SFSI("#sfsi_plus_icons_floatPosition").val(), c = SFSI("input[name='sfsi_plus_icons_stick']:checked").val(), p = SFSI("#sfsi_plus_rssIcon_order").attr("data-index"), _ = SFSI("#sfsi_plus_emailIcon_order").attr("data-index"), l = SFSI("#sfsi_plus_googleIcon_order").attr("data-index"), S = SFSI("#sfsi_plus_facebookIcon_order").attr("data-index"), u = SFSI("#sfsi_plus_twitterIcon_order").attr("data-index"), f = SFSI("#sfsi_plus_youtubeIcon_order").attr("data-index"), d = SFSI("#sfsi_plus_pinterestIcon_order").attr("data-index"), I = SFSI("#sfsi_plus_instagramIcon_order").attr("data-index"), m = SFSI("#sfsi_plus_shareIcon_order").attr("data-index"), F = SFSI("#sfsi_plus_linkedinIcon_order").attr("data-index"), houzzOrder = SFSI("#sfsi_plus_houzzIcon_order").attr("data-index"), h = new Array();
|
513 |
-
SFSI(".sfsiplus_custom_iconOrder").each(function()
|
514 |
-
{
|
515 |
-
h.push({
|
516 |
-
order:SFSI(this).attr("data-index"),
|
517 |
-
ele:SFSI(this).attr("element-id")
|
518 |
-
});
|
519 |
-
});
|
520 |
-
var v = 1 == SFSI("input[name='sfsi_plus_rss_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_MouseOverText']").val(), g = 1 == SFSI("input[name='sfsi_plus_email_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_MouseOverText']").val(), k = 1 == SFSI("input[name='sfsi_plus_twitter_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_MouseOverText']").val(), y = 1 == SFSI("input[name='sfsi_plus_facebook_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_MouseOverText']").val(), b = 1 == SFSI("input[name='sfsi_plus_google_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_MouseOverText']").val(), w = 1 == SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").val(), x = 1 == SFSI("input[name='sfsi_plus_youtube_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_MouseOverText']").val(), C = 1 == SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").val(), D = 1 == SFSI("input[name='sfsi_plus_instagram_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_MouseOverText']").val(), D = 1 == SFSI("input[name='sfsi_plus_houzz_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_MouseOverText']").val(), U = 1 == SFSI("input[name='sfsi_plus_share_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_share_MouseOverText']").val(), O = {};
|
521 |
-
SFSI("input[name='sfsi_plus_custom_MouseOverTexts[]']").each(function() {
|
522 |
-
O[SFSI(this).attr("file-id")] = this.value;
|
523 |
-
});
|
524 |
-
var T = {
|
525 |
-
action:"plus_updateSrcn5",
|
526 |
-
sfsi_plus_icons_size:i,
|
527 |
-
sfsi_plus_icons_Alignment:n,
|
528 |
-
sfsi_plus_icons_perRow:e,
|
529 |
-
sfsi_plus_follow_icons_language:followicon,
|
530 |
-
sfsi_plus_facebook_icons_language:facebookicon,
|
531 |
-
sfsi_plus_twitter_icons_language:twittericon,
|
532 |
-
sfsi_plus_google_icons_language:googleicon,
|
533 |
-
sfsi_plus_icons_language:lang,
|
534 |
-
sfsi_plus_icons_spacing:t,
|
535 |
-
sfsi_plus_icons_ClickPageOpen:o,
|
536 |
-
sfsi_plus_icons_float:a,
|
537 |
-
sfsi_plus_disable_floaticons:dsb,
|
538 |
-
sfsi_plus_disable_viewport: dsbv,
|
539 |
-
sfsi_plus_icons_floatPosition:r,
|
540 |
-
sfsi_plus_icons_stick:c,
|
541 |
-
sfsi_plus_rss_MouseOverText:v,
|
542 |
-
sfsi_plus_email_MouseOverText:g,
|
543 |
-
sfsi_plus_twitter_MouseOverText:k,
|
544 |
-
sfsi_plus_facebook_MouseOverText:y,
|
545 |
-
sfsi_plus_google_MouseOverText:b,
|
546 |
-
sfsi_plus_youtube_MouseOverText:x,
|
547 |
-
sfsi_plus_linkedIn_MouseOverText:w,
|
548 |
-
sfsi_plus_pinterest_MouseOverText:C,
|
549 |
-
sfsi_plus_share_MouseOverText:U,
|
550 |
-
sfsi_plus_instagram_MouseOverText:D,
|
551 |
-
sfsi_plus_houzz_MouseOverText:D,
|
552 |
-
sfsi_plus_custom_MouseOverTexts:O,
|
553 |
-
sfsi_plus_rssIcon_order:p,
|
554 |
-
sfsi_plus_emailIcon_order:_,
|
555 |
-
sfsi_plus_facebookIcon_order:S,
|
556 |
-
sfsi_plus_twitterIcon_order:u,
|
557 |
-
sfsi_plus_googleIcon_order:l,
|
558 |
-
sfsi_plus_youtubeIcon_order:f,
|
559 |
-
sfsi_plus_pinterestIcon_order:d,
|
560 |
-
sfsi_plus_shareIcon_order:m,
|
561 |
-
sfsi_plus_instagramIcon_order:I,
|
562 |
-
sfsi_plus_houzzIcon_order:houzzOrder,
|
563 |
-
sfsi_plus_linkedinIcon_order:F,
|
564 |
-
sfsi_plus_custom_orders:h,
|
565 |
-
nonce:nonce
|
566 |
-
};
|
567 |
-
SFSI.ajax({
|
568 |
-
url:ajax_object.ajax_url,
|
569 |
-
type:"post",
|
570 |
-
data:T,
|
571 |
-
dataType:"json",
|
572 |
-
async:!0,
|
573 |
-
success:function(s) {
|
574 |
-
if(s == "wrong_nonce")
|
575 |
-
{
|
576 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 5);
|
577 |
-
global_error = 1;
|
578 |
-
sfsiplus_afterLoad();
|
579 |
-
}
|
580 |
-
else
|
581 |
-
{
|
582 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 5), sfsipluscollapse("#sfsi_plus_save5")) :(global_error = 1,
|
583 |
-
sfsiplus_showErrorSuc("error", "Unkown error , please try again", 5)), sfsiplus_afterLoad();
|
584 |
-
}
|
585 |
-
}
|
586 |
-
});
|
587 |
-
}
|
588 |
-
function sfsi_plus_update_step6()
|
589 |
-
{
|
590 |
-
var nonce = SFSI("#sfsi_plus_save6").attr("data-nonce");
|
591 |
-
sfsiplus_beForeLoad();
|
592 |
-
var s = SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(), i = SFSI("input[name='sfsi_plus_textBefor_icons']").val(), e = SFSI("#sfsi_plus_icons_alignment").val(), t = SFSI("#sfsi_plus_icons_DisplayCounts").val(), n = {
|
593 |
-
action:"plus_updateSrcn6",
|
594 |
-
sfsi_plus_show_Onposts:s,
|
595 |
-
sfsi_plus_icons_DisplayCounts:t,
|
596 |
-
sfsi_plus_icons_alignment:e,
|
597 |
-
sfsi_plus_textBefor_icons:i,
|
598 |
-
nonce:nonce
|
599 |
-
};
|
600 |
-
SFSI.ajax({
|
601 |
-
url:ajax_object.ajax_url,
|
602 |
-
type:"post",
|
603 |
-
data:n,
|
604 |
-
dataType:"json",
|
605 |
-
async:!0,
|
606 |
-
success:function(s) {
|
607 |
-
if(s == "wrong_nonce")
|
608 |
-
{
|
609 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 6);
|
610 |
-
global_error = 1;
|
611 |
-
sfsiplus_afterLoad();
|
612 |
-
}
|
613 |
-
else
|
614 |
-
{
|
615 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 6), sfsipluscollapse("#sfsi_plus_save6")) :(global_error = 1,
|
616 |
-
sfsiplus_showErrorSuc("error", "Unkown error , please try again", 6)), sfsiplus_afterLoad();
|
617 |
-
}
|
618 |
-
}
|
619 |
-
});
|
620 |
-
}
|
621 |
-
function sfsi_plus_update_step7()
|
622 |
-
{
|
623 |
-
var nonce = SFSI("#sfsi_plus_save7").attr("data-nonce");
|
624 |
-
var s = sfsi_plus_validationStep7();
|
625 |
-
if (!s) return global_error = 1, !1;
|
626 |
-
sfsiplus_beForeLoad();
|
627 |
-
var i = SFSI("input[name='sfsi_plus_popup_text']").val(), e = SFSI("#sfsi_plus_popup_font option:selected").val(), t = (SFSI("#sfsi_plus_popup_fontStyle option:selected").val(),
|
628 |
-
SFSI("input[name='sfsi_plus_popup_fontColor']").val()), n = SFSI("input[name='sfsi_plus_popup_fontSize']").val(), o = SFSI("input[name='sfsi_plus_popup_background_color']").val(), a = SFSI("input[name='sfsi_plus_popup_border_color']").val(), r = SFSI("input[name='sfsi_plus_popup_border_thickness']").val(), c = SFSI("input[name='sfsi_plus_popup_border_shadow']:checked").val(), p = SFSI("input[name='sfsi_plus_Show_popupOn']:checked").val(), _ = [];
|
629 |
-
SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
630 |
-
_[s] = SFSI(i).val();
|
631 |
-
});
|
632 |
-
var l = SFSI("input[name='sfsi_plus_Shown_pop']:checked").val(), S = SFSI("input[name='sfsi_plus_Shown_popupOnceTime']").val(), u = SFSI("#sfsi_plus_Shown_popuplimitPerUserTime").val(), f = {
|
633 |
-
action:"plus_updateSrcn7",
|
634 |
-
sfsi_plus_popup_text:i,
|
635 |
-
sfsi_plus_popup_font:e,
|
636 |
-
sfsi_plus_popup_fontColor:t,
|
637 |
-
sfsi_plus_popup_fontSize:n,
|
638 |
-
sfsi_plus_popup_background_color:o,
|
639 |
-
sfsi_plus_popup_border_color:a,
|
640 |
-
sfsi_plus_popup_border_thickness:r,
|
641 |
-
sfsi_plus_popup_border_shadow:c,
|
642 |
-
sfsi_plus_Show_popupOn:p,
|
643 |
-
sfsi_plus_Show_popupOn_PageIDs:_,
|
644 |
-
sfsi_plus_Shown_pop:l,
|
645 |
-
sfsi_plus_Shown_popupOnceTime:S,
|
646 |
-
sfsi_plus_Shown_popuplimitPerUserTime:u,
|
647 |
-
nonce:nonce
|
648 |
-
};
|
649 |
-
SFSI.ajax({
|
650 |
-
url:ajax_object.ajax_url,
|
651 |
-
type:"post",
|
652 |
-
data:f,
|
653 |
-
dataType:"json",
|
654 |
-
async:!0,
|
655 |
-
success:function(s) {
|
656 |
-
if(s == "wrong_nonce")
|
657 |
-
{
|
658 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 7);
|
659 |
-
sfsiplus_afterLoad();
|
660 |
-
}
|
661 |
-
else
|
662 |
-
{
|
663 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 7), sfsipluscollapse("#sfsi_plus_save7")) :sfsiplus_showErrorSuc("error", "Unkown error , please try again", 7),
|
664 |
-
sfsiplus_afterLoad();
|
665 |
-
}
|
666 |
-
}
|
667 |
-
});
|
668 |
-
}
|
669 |
-
function sfsi_plus_update_step8()
|
670 |
-
{
|
671 |
-
var nonce = SFSI("#sfsi_plus_save8").attr("data-nonce");
|
672 |
-
var s = sfsi_plus_validationStep7();
|
673 |
-
s = true;
|
674 |
-
if (!s) return global_error = 1, !1;
|
675 |
-
sfsiplus_beForeLoad();
|
676 |
-
var i = SFSI("input[name='sfsi_plus_show_via_widget']:checked").val(),
|
677 |
-
e = SFSI("input[name='sfsi_plus_float_on_page']:checked").val(),
|
678 |
-
t = SFSI("input[name='sfsi_plus_float_page_position']:checked").val(),
|
679 |
-
n = SFSI("input[name='sfsi_plus_place_item_manually']:checked").val(),
|
680 |
-
o = SFSI("input[name='sfsi_plus_show_item_onposts']:checked").val(),
|
681 |
-
a = SFSI("input[name='sfsi_plus_display_button_type']:checked").val(),
|
682 |
-
r = SFSI("input[name='sfsi_plus_post_icons_size']").val(),
|
683 |
-
c = SFSI("input[name='sfsi_plus_post_icons_spacing']").val(),
|
684 |
-
p = SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(),
|
685 |
-
v = SFSI("input[name='sfsi_plus_textBefor_icons']").val(),
|
686 |
-
x = SFSI("#sfsi_plus_icons_alignment").val(),
|
687 |
-
z = SFSI("#sfsi_plus_icons_DisplayCounts").val(),
|
688 |
-
b = SFSI("input[name='sfsi_plus_display_before_posts']:checked").val(),
|
689 |
-
d = SFSI("input[name='sfsi_plus_display_after_posts']:checked").val(),
|
690 |
-
/*f = SFSI("input[name='sfsi_plus_display_on_postspage']:checked").val(),
|
691 |
-
g = SFSI("input[name='sfsi_plus_display_on_homepage']:checked").val(),*/
|
692 |
-
f = SFSI("input[name='sfsi_plus_display_before_blogposts']:checked").val(),
|
693 |
-
g = SFSI("input[name='sfsi_plus_display_after_blogposts']:checked").val(),
|
694 |
-
rsub = SFSI("input[name='sfsi_plus_rectsub']:checked").val(),
|
695 |
-
rfb = SFSI("input[name='sfsi_plus_rectfb']:checked").val(),
|
696 |
-
rgp = SFSI("input[name='sfsi_plus_rectgp']:checked").val(),
|
697 |
-
rshr = SFSI("input[name='sfsi_plus_rectshr']:checked").val(),
|
698 |
-
rtwr = SFSI("input[name='sfsi_plus_recttwtr']:checked").val(),
|
699 |
-
rpin = SFSI("input[name='sfsi_plus_rectpinit']:checked").val(),
|
700 |
-
rfbshare = SFSI("input[name='sfsi_plus_rectfbshare']:checked").val(),
|
701 |
-
_ = [];
|
702 |
-
/*SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
703 |
-
_[s] = SFSI(i).val()
|
704 |
-
});*/
|
705 |
-
var mst = SFSI("input[name='sfsi_plus_icons_floatMargin_top']").val(), msb = SFSI("input[name='sfsi_plus_icons_floatMargin_bottom']").val(), msl = SFSI("input[name='sfsi_plus_icons_floatMargin_left']").val(), msr = SFSI("input[name='sfsi_plus_icons_floatMargin_right']").val();
|
706 |
-
|
707 |
-
var f = {
|
708 |
-
action: "plus_updateSrcn8",
|
709 |
-
sfsi_plus_show_via_widget: i,
|
710 |
-
sfsi_plus_float_on_page: e,
|
711 |
-
sfsi_plus_float_page_position: t,
|
712 |
-
sfsi_plus_icons_floatMargin_top:mst,
|
713 |
-
sfsi_plus_icons_floatMargin_bottom:msb,
|
714 |
-
sfsi_plus_icons_floatMargin_left:msl,
|
715 |
-
sfsi_plus_icons_floatMargin_right:msr,
|
716 |
-
sfsi_plus_place_item_manually: n,
|
717 |
-
sfsi_plus_show_item_onposts: o,
|
718 |
-
sfsi_plus_display_button_type: a,
|
719 |
-
sfsi_plus_post_icons_size: r,
|
720 |
-
sfsi_plus_post_icons_spacing: c,
|
721 |
-
sfsi_plus_show_Onposts: p,
|
722 |
-
sfsi_plus_textBefor_icons: v,
|
723 |
-
sfsi_plus_icons_alignment: x,
|
724 |
-
sfsi_plus_icons_DisplayCounts: z,
|
725 |
-
sfsi_plus_display_before_posts: b,
|
726 |
-
sfsi_plus_display_after_posts: d,
|
727 |
-
/*sfsi_plus_display_on_postspage: f,
|
728 |
-
sfsi_plus_display_on_homepage: g*/
|
729 |
-
sfsi_plus_display_before_blogposts: f,
|
730 |
-
sfsi_plus_display_after_blogposts: g,
|
731 |
-
sfsi_plus_rectsub: rsub,
|
732 |
-
sfsi_plus_rectfb: rfb,
|
733 |
-
sfsi_plus_rectgp: rgp,
|
734 |
-
sfsi_plus_rectshr: rshr,
|
735 |
-
sfsi_plus_recttwtr: rtwr,
|
736 |
-
sfsi_plus_rectpinit: rpin,
|
737 |
-
sfsi_plus_rectfbshare: rfbshare,
|
738 |
-
nonce:nonce
|
739 |
-
};
|
740 |
-
SFSI.ajax({
|
741 |
-
url: ajax_object.ajax_url,
|
742 |
-
type: "post",
|
743 |
-
data: f,
|
744 |
-
dataType: "json",
|
745 |
-
async: !0,
|
746 |
-
success: function(s) {
|
747 |
-
if(s == "wrong_nonce")
|
748 |
-
{
|
749 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 8);
|
750 |
-
sfsiplus_afterLoad();
|
751 |
-
}
|
752 |
-
else
|
753 |
-
{
|
754 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 8), sfsipluscollapse("#sfsi_plus_save8")) : sfsiplus_showErrorSuc("error", "Unkown error , please try again", 8), sfsiplus_afterLoad()
|
755 |
-
}
|
756 |
-
}
|
757 |
-
})
|
758 |
-
}
|
759 |
-
function sfsi_plus_update_step9()
|
760 |
-
{
|
761 |
-
var nonce = SFSI("#sfsi_plus_save9").attr("data-nonce");
|
762 |
-
sfsiplus_beForeLoad();
|
763 |
-
var ie = SFSI("input[name='sfsi_plus_form_adjustment']:checked").val(),
|
764 |
-
je = SFSI("input[name='sfsi_plus_form_height']").val(),
|
765 |
-
ke = SFSI("input[name='sfsi_plus_form_width']").val(),
|
766 |
-
le = SFSI("input[name='sfsi_plus_form_border']:checked").val(),
|
767 |
-
me = SFSI("input[name='sfsi_plus_form_border_thickness']").val(),
|
768 |
-
ne = SFSI("input[name='sfsi_plus_form_border_color']").val(),
|
769 |
-
oe = SFSI("input[name='sfsi_plus_form_background']").val(),
|
770 |
-
|
771 |
-
ae = SFSI("input[name='sfsi_plus_form_heading_text']").val(),
|
772 |
-
be = SFSI("#sfsi_plus_form_heading_font option:selected").val(),
|
773 |
-
ce = SFSI("#sfsi_plus_form_heading_fontstyle option:selected").val(),
|
774 |
-
de = SFSI("input[name='sfsi_plus_form_heading_fontcolor']").val(),
|
775 |
-
ee = SFSI("input[name='sfsi_plus_form_heading_fontsize']").val(),
|
776 |
-
fe = SFSI("#sfsi_plus_form_heading_fontalign option:selected").val(),
|
777 |
-
|
778 |
-
ue = SFSI("input[name='sfsi_plus_form_field_text']").val(),
|
779 |
-
ve = SFSI("#sfsi_plus_form_field_font option:selected").val(),
|
780 |
-
we = SFSI("#sfsi_plus_form_field_fontstyle option:selected").val(),
|
781 |
-
xe = SFSI("input[name='sfsi_plus_form_field_fontcolor']").val(),
|
782 |
-
ye = SFSI("input[name='sfsi_plus_form_field_fontsize']").val(),
|
783 |
-
ze = SFSI("#sfsi_plus_form_field_fontalign option:selected").val(),
|
784 |
-
|
785 |
-
i = SFSI("input[name='sfsi_plus_form_button_text']").val(),
|
786 |
-
j = SFSI("#sfsi_plus_form_button_font option:selected").val(),
|
787 |
-
k = SFSI("#sfsi_plus_form_button_fontstyle option:selected").val(),
|
788 |
-
l = SFSI("input[name='sfsi_plus_form_button_fontcolor']").val(),
|
789 |
-
m = SFSI("input[name='sfsi_plus_form_button_fontsize']").val(),
|
790 |
-
n = SFSI("#sfsi_plus_form_button_fontalign option:selected").val(),
|
791 |
-
o = SFSI("input[name='sfsi_plus_form_button_background']").val();
|
792 |
-
|
793 |
-
var f = {
|
794 |
-
action:"plus_updateSrcn9",
|
795 |
-
sfsi_plus_form_adjustment:ie,
|
796 |
-
sfsi_plus_form_height:je,
|
797 |
-
sfsi_plus_form_width:ke,
|
798 |
-
sfsi_plus_form_border:le,
|
799 |
-
sfsi_plus_form_border_thickness:me,
|
800 |
-
sfsi_plus_form_border_color: ne,
|
801 |
-
sfsi_plus_form_background: oe,
|
802 |
-
|
803 |
-
sfsi_plus_form_heading_text:ae,
|
804 |
-
sfsi_plus_form_heading_font:be,
|
805 |
-
sfsi_plus_form_heading_fontstyle:ce,
|
806 |
-
sfsi_plus_form_heading_fontcolor:de,
|
807 |
-
sfsi_plus_form_heading_fontsize:ee,
|
808 |
-
sfsi_plus_form_heading_fontalign:fe,
|
809 |
-
|
810 |
-
sfsi_plus_form_field_text:ue,
|
811 |
-
sfsi_plus_form_field_font:ve,
|
812 |
-
sfsi_plus_form_field_fontstyle:we,
|
813 |
-
sfsi_plus_form_field_fontcolor:xe,
|
814 |
-
sfsi_plus_form_field_fontsize:ye,
|
815 |
-
sfsi_plus_form_field_fontalign:ze,
|
816 |
-
|
817 |
-
sfsi_plus_form_button_text:i,
|
818 |
-
sfsi_plus_form_button_font:j,
|
819 |
-
sfsi_plus_form_button_fontstyle:k,
|
820 |
-
sfsi_plus_form_button_fontcolor:l,
|
821 |
-
sfsi_plus_form_button_fontsize:m,
|
822 |
-
sfsi_plus_form_button_fontalign:n,
|
823 |
-
sfsi_plus_form_button_background:o,
|
824 |
-
|
825 |
-
nonce:nonce
|
826 |
-
};
|
827 |
-
SFSI.ajax({
|
828 |
-
url:ajax_object.ajax_url,
|
829 |
-
type:"post",
|
830 |
-
data:f,
|
831 |
-
dataType:"json",
|
832 |
-
async:!0,
|
833 |
-
success:function(s) {
|
834 |
-
if(s == "wrong_nonce")
|
835 |
-
{
|
836 |
-
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 9);
|
837 |
-
sfsiplus_afterLoad();
|
838 |
-
}
|
839 |
-
else
|
840 |
-
{
|
841 |
-
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 9), sfsipluscollapse("#sfsi_plus_save9"), sfsi_plus_create_suscriber_form()) :sfsiplus_showErrorSuc("error", "Unkown error , please try again", 9),
|
842 |
-
sfsiplus_afterLoad();
|
843 |
-
}
|
844 |
-
}
|
845 |
-
});
|
846 |
-
}
|
847 |
-
function sfsiplus_afterIconSuccess(s)
|
848 |
-
{
|
849 |
-
if (s.res = "success") {
|
850 |
-
var i = s.key + 1, e = s.element, t = e + 1;
|
851 |
-
SFSI("#plus_total_cusotm_icons").val(s.element);
|
852 |
-
SFSI(".upload-overlay").hide("slow");
|
853 |
-
SFSI(".uperror").html("");
|
854 |
-
sfsiplus_showErrorSuc("success", "Custom Icon updated successfully", 1);
|
855 |
-
d = new Date();
|
856 |
-
|
857 |
-
SFSI("li.plus_custom:last-child").removeClass("bdr_btm_non");
|
858 |
-
SFSI("li.plus_custom:last-child").children("span.plus_custom-img").children("img").attr("src", s.img_path+ "?" + d.getTime());
|
859 |
-
SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("ele-type");
|
860 |
-
SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("isnew");
|
861 |
-
icons_name = SFSI("li.plus_custom:last-child").find("input.styled").attr("name");
|
862 |
-
var n = icons_name.split("_");
|
863 |
-
s.key = s.key, s.img_path += "?" + d.getTime(), 5 > e && SFSI(".plus_icn_listing").append('<li id="plus_c' + i + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + i + '" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + i + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + t + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>'),
|
864 |
-
SFSI(".sfsiplus_custom_section").show(), SFSI(".plus_custom-links").append(' <div class="row sfsiICON_' + s.key + ' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="' + s.img_path + "?" + d.getTime() + '" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom ' + e + '</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_' + s.key + '" ><label>Link :</label><input file-id="' + s.key + '" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');
|
865 |
-
var o = SFSI("div.plus_custom_m").find("div.mouseover_field").length;
|
866 |
-
SFSI("div.plus_custom_m").append(0 == o % 2 ? '<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>' :'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>'),
|
867 |
-
SFSI("ul.plus_share_icon_order").append('<li class="sfsiplus_custom_iconOrder sfsiICON_' + s.key + '" data-index="" element-id="' + s.key + '" id=""><a href="#" title="Custom Icon" ><img src="' + s.img_path + '" alt="Linked In" class="sfcm"/></a></li>'),
|
868 |
-
SFSI("ul.plus_sfsi_sample_icons").append('<li class="sfsiICON_' + s.key + '" element-id="' + s.key + '" ><div><img src="' + s.img_path + '" alt="Linked In" class="sfcm"/><span class="sfsi_Cdisplay">12k</span></div></li>'),
|
869 |
-
sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step2(),
|
870 |
-
sfsi_plus_update_step5(), SFSI(".upload-overlay").css("pointer-events", "auto"), sfsi_plus_showPreviewCounts(),
|
871 |
-
sfsiplus_afterLoad();
|
872 |
-
}
|
873 |
-
}
|
874 |
-
function sfsiplus_beforeIconSubmit(s)
|
875 |
-
{
|
876 |
-
if (SFSI(".uperror").html("Uploading....."), window.File && window.FileReader && window.FileList && window.Blob) {
|
877 |
-
SFSI(s).val() || SFSI(".uperror").html("File is empty");
|
878 |
-
var i = s.files[0].size, e = s.files[0].type;
|
879 |
-
switch (e) {
|
880 |
-
case "image/png":
|
881 |
-
case "image/gif":
|
882 |
-
case "image/jpeg":
|
883 |
-
case "image/pjpeg":
|
884 |
-
break;
|
885 |
-
|
886 |
-
default:
|
887 |
-
return SFSI(".uperror").html("Unsupported file"), !1;
|
888 |
-
}
|
889 |
-
return i > 1048576 ? (SFSI(".uperror").html("Image should be less than 1 MB"), !1) :!0;
|
890 |
-
}
|
891 |
-
return !0;
|
892 |
-
}
|
893 |
-
function sfsiplus_bytesToSize(s)
|
894 |
-
{
|
895 |
-
var i = [ "Bytes", "KB", "MB", "GB", "TB" ];
|
896 |
-
if (0 == s) return "0 Bytes";
|
897 |
-
var e = parseInt(Math.floor(Math.log(s) / Math.log(1024)));
|
898 |
-
return Math.round(s / Math.pow(1024, e), 2) + " " + i[e];
|
899 |
-
}
|
900 |
-
function sfsiplus_showErrorSuc(s, i, e)
|
901 |
-
{
|
902 |
-
if ("error" == s) var t = "errorMsg"; else var t = "sucMsg";
|
903 |
-
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
904 |
-
SFSI(".tab" + e + ">." + t).effect("highlight", {}, 5e3), setTimeout(function() {
|
905 |
-
SFSI("." + t).slideUp("slow");
|
906 |
-
}, 5e3), !1;
|
907 |
-
}
|
908 |
-
function sfsiplus_beForeLoad()
|
909 |
-
{
|
910 |
-
SFSI(".loader-img").show(), SFSI(".save_button >a").html("Saving..."), SFSI(".save_button >a").css("pointer-events","none");
|
911 |
-
}
|
912 |
-
function sfsiplus_afterLoad()
|
913 |
-
{
|
914 |
-
SFSI("input").removeClass("inputError"), SFSI(".save_button >a").html(object_name.Sa_ve),
|
915 |
-
SFSI(".tab10>div.save_button >a").html(object_name1.Save_All_Settings),
|
916 |
-
SFSI(".save_button >a").css("pointer-events", "auto"), SFSI(".save_button >a").removeAttr("onclick"),
|
917 |
-
SFSI(".loader-img").hide();
|
918 |
-
}
|
919 |
-
function sfsi_plus_make_popBox()
|
920 |
-
{
|
921 |
-
var s = 0;
|
922 |
-
SFSI(".plus_sfsi_sample_icons >li").each(function() {
|
923 |
-
"none" != SFSI(this).css("display") && (s = 1);
|
924 |
-
}), 0 == s ? SFSI(".sfsi_plus_Popinner").hide() :SFSI(".sfsi_plus_Popinner").show(), "" != SFSI('input[name="sfsi_plus_popup_text"]').val() ? (SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),
|
925 |
-
SFSI(".sfsi_plus_Popinner >h2").show()) :SFSI(".sfsi_plus_Popinner >h2").hide(), SFSI(".sfsi_plus_Popinner").css({
|
926 |
-
"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),
|
927 |
-
"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),
|
928 |
-
"border-style":"solid"
|
929 |
-
}), SFSI(".sfsi_plus_Popinner").css("background-color", SFSI('input[name="sfsi_plus_popup_background_color"]').val()),
|
930 |
-
SFSI(".sfsi_plus_Popinner h2").css("font-family", SFSI("#sfsi_plus_popup_font").val()), SFSI(".sfsi_plus_Popinner h2").css("font-style", SFSI("#sfsi_plus_popup_fontStyle").val()),
|
931 |
-
SFSI(".sfsi_plus_Popinner >h2").css("font-size", parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),
|
932 |
-
SFSI(".sfsi_plus_Popinner >h2").css("color", SFSI('input[name="sfsi_plus_popup_fontColor"]').val() + " !important"),
|
933 |
-
"yes" == SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val() ? SFSI(".sfsi_plus_Popinner").css("box-shadow", "12px 30px 18px #CCCCCC") :SFSI(".sfsi_plus_Popinner").css("box-shadow", "none");
|
934 |
-
}
|
935 |
-
function sfsi_plus_stick_widget(s)
|
936 |
-
{
|
937 |
-
0 == sfsiplus_initTop.length && (SFSI(".sfsi_plus_widget").each(function(s) {
|
938 |
-
sfsiplus_initTop[s] = SFSI(this).position().top;
|
939 |
-
}), console.log(sfsiplus_initTop));
|
940 |
-
var i = SFSI(window).scrollTop(), e = [], t = [];
|
941 |
-
SFSI(".sfsi_plus_widget").each(function(s) {
|
942 |
-
e[s] = SFSI(this).position().top, t[s] = SFSI(this);
|
943 |
-
});
|
944 |
-
var n = !1;
|
945 |
-
for (var o in e) {
|
946 |
-
var a = parseInt(o) + 1;
|
947 |
-
e[o] < i && e[a] > i && a < e.length ? (SFSI(t[o]).css({
|
948 |
-
position:"fixed",
|
949 |
-
top:s
|
950 |
-
}), SFSI(t[a]).css({
|
951 |
-
position:"",
|
952 |
-
top:sfsiplus_initTop[a]
|
953 |
-
}), n = !0) :SFSI(t[o]).css({
|
954 |
-
position:"",
|
955 |
-
top:sfsiplus_initTop[o]
|
956 |
-
});
|
957 |
-
}
|
958 |
-
if (!n) {
|
959 |
-
var r = e.length - 1, c = -1;
|
960 |
-
e.length > 1 && (c = e.length - 2), sfsiplus_initTop[r] < i ? (SFSI(t[r]).css({
|
961 |
-
position:"fixed",
|
962 |
-
top:s
|
963 |
-
}), c >= 0 && SFSI(t[c]).css({
|
964 |
-
position:"",
|
965 |
-
top:sfsiplus_initTop[c]
|
966 |
-
})) :(SFSI(t[r]).css({
|
967 |
-
position:"",
|
968 |
-
top:sfsiplus_initTop[r]
|
969 |
-
}), c >= 0 && e[c] < i);
|
970 |
-
}
|
971 |
-
}
|
972 |
-
function sfsi_plus_setCookie(s, i, e)
|
973 |
-
{
|
974 |
-
var t = new Date();
|
975 |
-
t.setTime(t.getTime() + 1e3 * 60 * 60 * 24 * e);
|
976 |
-
var n = "expires=" + t.toGMTString();
|
977 |
-
document.cookie = s + "=" + i + "; " + n;
|
978 |
-
}
|
979 |
-
function sfsfi_plus_getCookie(s)
|
980 |
-
{
|
981 |
-
for (var i = s + "=", e = document.cookie.split(";"), t = 0; t < e.length; t++) {
|
982 |
-
var n = e[t].trim();
|
983 |
-
if (0 == n.indexOf(i)) return n.substring(i.length, n.length);
|
984 |
-
}
|
985 |
-
return "";
|
986 |
-
}
|
987 |
-
function sfsi_plus_hideFooter() {}
|
988 |
-
|
989 |
-
window.onerror = function() {}, SFSI = jQuery.noConflict(), SFSI(window).load(function() {
|
990 |
-
SFSI("#sfpluspageLoad").fadeOut(2e3);
|
991 |
-
});
|
992 |
-
|
993 |
-
//changes done {Monad}
|
994 |
-
function sfsi_plus_selectText(containerid) {
|
995 |
-
if (document.selection) {
|
996 |
-
var range = document.body.createTextRange();
|
997 |
-
range.moveToElementText(document.getElementById(containerid));
|
998 |
-
range.select();
|
999 |
-
} else if (window.getSelection()) {
|
1000 |
-
var range = document.createRange();
|
1001 |
-
range.selectNode(document.getElementById(containerid));
|
1002 |
-
window.getSelection().removeAllRanges();
|
1003 |
-
window.getSelection().addRange(range);
|
1004 |
-
}
|
1005 |
-
}
|
1006 |
-
function sfsi_plus_create_suscriber_form()
|
1007 |
-
{
|
1008 |
-
//Popbox customization
|
1009 |
-
"no" == SFSI('input[name="sfsi_plus_form_adjustment"]:checked').val() ? SFSI(".sfsi_plus_subscribe_Popinner").css({"width": parseInt(SFSI('input[name="sfsi_plus_form_width"]').val()),"height":parseInt(SFSI('input[name="sfsi_plus_form_height"]').val())}) : SFSI(".sfsi_plus_subscribe_Popinner").css({"width": '',"height": ''});
|
1010 |
-
|
1011 |
-
"yes" == SFSI('input[name="sfsi_plus_form_adjustment"]:checked').val() ? SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").css({"width": "100%"}): '';
|
1012 |
-
|
1013 |
-
"yes" == SFSI('input[name="sfsi_plus_form_border"]:checked').val() ? SFSI(".sfsi_plus_subscribe_Popinner").css({"border": SFSI('input[name="sfsi_plus_form_border_thickness"]').val()+"px solid "+SFSI('input[name="sfsi_plus_form_border_color"]').val()}) : SFSI(".sfsi_plus_subscribe_Popinner").css("border", "none");
|
1014 |
-
|
1015 |
-
SFSI('input[name="sfsi_plus_form_background"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").css("background-color", SFSI('input[name="sfsi_plus_form_background"]').val())) : '';
|
1016 |
-
|
1017 |
-
//Heading customization
|
1018 |
-
SFSI('input[name="sfsi_plus_form_heading_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").html(SFSI('input[name="sfsi_plus_form_heading_text"]').val())) : SFSI(".sfsi_plus_subscribe_Popinner > form > h5").html('');
|
1019 |
-
|
1020 |
-
SFSI('#sfsi_plus_form_heading_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-family", SFSI("#sfsi_plus_form_heading_font").val())) : '';
|
1021 |
-
|
1022 |
-
if(SFSI('#sfsi_plus_form_heading_fontstyle').val() != 'bold')
|
1023 |
-
{
|
1024 |
-
SFSI('#sfsi_plus_form_heading_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-style", SFSI("#sfsi_plus_form_heading_fontstyle").val())) : '';
|
1025 |
-
SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-weight", '');
|
1026 |
-
}
|
1027 |
-
else
|
1028 |
-
{
|
1029 |
-
SFSI('#sfsi_plus_form_heading_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-weight","bold")) : '';
|
1030 |
-
SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-style", '');
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
SFSI('input[name="sfsi_plus_form_heading_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("color", SFSI('input[name="sfsi_plus_form_heading_fontcolor"]').val())) : '';
|
1034 |
-
|
1035 |
-
SFSI('input[name="sfsi_plus_form_heading_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_heading_fontsize"]').val())})) : '';
|
1036 |
-
|
1037 |
-
SFSI('#sfsi_plus_form_heading_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("text-align", SFSI("#sfsi_plus_form_heading_fontalign").val())) : '';
|
1038 |
-
|
1039 |
-
//Field customization
|
1040 |
-
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').attr("placeholder", SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').attr("placeholder", '');
|
1041 |
-
|
1042 |
-
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".sfsi_plus_left_container > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val(SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".sfsi_plus_left_container > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val('');
|
1043 |
-
|
1044 |
-
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".like_pop_box > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val(SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".like_pop_box > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val('');
|
1045 |
-
|
1046 |
-
SFSI('#sfsi_plus_form_field_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-family", SFSI("#sfsi_plus_form_field_font").val())) : '';
|
1047 |
-
|
1048 |
-
if(SFSI('#sfsi_plus_form_field_fontstyle').val() != "bold")
|
1049 |
-
{
|
1050 |
-
SFSI('#sfsi_plus_form_field_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-style", SFSI("#sfsi_plus_form_field_fontstyle").val())) : '';
|
1051 |
-
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-weight", '');
|
1052 |
-
}
|
1053 |
-
else
|
1054 |
-
{
|
1055 |
-
SFSI('#sfsi_plus_form_field_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-weight", 'bold')) : '';
|
1056 |
-
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-style", '');
|
1057 |
-
}
|
1058 |
-
|
1059 |
-
SFSI('input[name="sfsi_plus_form_field_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("color", SFSI('input[name="sfsi_plus_form_field_fontcolor"]').val())) : '';
|
1060 |
-
|
1061 |
-
SFSI('input[name="sfsi_plus_form_field_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_field_fontsize"]').val())})) : '';
|
1062 |
-
|
1063 |
-
SFSI('#sfsi_plus_form_field_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("text-align", SFSI("#sfsi_plus_form_field_fontalign").val())) : '';
|
1064 |
-
|
1065 |
-
//Button customization
|
1066 |
-
SFSI('input[name="sfsi_plus_form_button_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').attr("value", SFSI('input[name="sfsi_plus_form_button_text"]').val())) : '';
|
1067 |
-
|
1068 |
-
SFSI('#sfsi_plus_form_button_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-family", SFSI("#sfsi_plus_form_button_font").val())) : '';
|
1069 |
-
|
1070 |
-
if(SFSI('#sfsi_plus_form_button_fontstyle').val() != "bold")
|
1071 |
-
{
|
1072 |
-
SFSI('#sfsi_plus_form_button_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-style", SFSI("#sfsi_plus_form_button_fontstyle").val())) : '';
|
1073 |
-
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-weight", '');
|
1074 |
-
}
|
1075 |
-
else
|
1076 |
-
{
|
1077 |
-
SFSI('#sfsi_plus_form_button_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-weight", 'bold')) : '';
|
1078 |
-
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-style", '');
|
1079 |
-
}
|
1080 |
-
|
1081 |
-
SFSI('input[name="sfsi_plus_form_button_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("color", SFSI('input[name="sfsi_plus_form_button_fontcolor"]').val())) : '';
|
1082 |
-
|
1083 |
-
SFSI('input[name="sfsi_plus_form_button_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_button_fontsize"]').val())})) : '';
|
1084 |
-
|
1085 |
-
SFSI('#sfsi_plus_form_button_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("text-align", SFSI("#sfsi_plus_form_button_fontalign").val())) : '';
|
1086 |
-
|
1087 |
-
SFSI('input[name="sfsi_plus_form_button_background"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("background-color", SFSI('input[name="sfsi_plus_form_button_background"]').val())) : '';
|
1088 |
-
|
1089 |
-
var innerHTML = SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").html();
|
1090 |
-
var styleCss = SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").attr("style");
|
1091 |
-
innerHTML = '<div style="'+styleCss+'">'+innerHTML+'</div>';
|
1092 |
-
SFSI(".sfsi_plus_subscription_html > xmp").html(innerHTML);
|
1093 |
-
|
1094 |
-
/*var data = {
|
1095 |
-
action:"getForm",
|
1096 |
-
heading: SFSI('input[name="sfsi_plus_form_heading_text"]').val(),
|
1097 |
-
placeholder:SFSI('input[name="sfsi_plus_form_field_text"]').val(),
|
1098 |
-
button:SFSI('input[name="sfsi_plus_form_button_text"]').val()
|
1099 |
-
};
|
1100 |
-
SFSI.ajax({
|
1101 |
-
url:ajax_object.ajax_url,
|
1102 |
-
type:"post",
|
1103 |
-
data:data,
|
1104 |
-
success:function(s) {
|
1105 |
-
SFSI(".sfsi_plus_subscription_html").html(s);
|
1106 |
-
}
|
1107 |
-
});*/
|
1108 |
-
}
|
1109 |
-
|
1110 |
-
var global_error = 0;
|
1111 |
-
SFSI(document).ready(function(s) {
|
1112 |
-
//changes done {Monad}
|
1113 |
-
|
1114 |
-
SFSI(".lanOnchange").change(function(){
|
1115 |
-
var currentDrpdown = SFSI(this).parents(".icons_size");
|
1116 |
-
var data = {
|
1117 |
-
action:"getIconPreview",
|
1118 |
-
iconValue: SFSI(this).val(),
|
1119 |
-
iconname: SFSI(this).attr( "data-iconUrl" )
|
1120 |
-
};
|
1121 |
-
SFSI.ajax({
|
1122 |
-
url:ajax_object.ajax_url,
|
1123 |
-
type:"post",
|
1124 |
-
data:data,
|
1125 |
-
success:function(s) {
|
1126 |
-
currentDrpdown.children(".social-img-link").html(s);
|
1127 |
-
}
|
1128 |
-
});
|
1129 |
-
});
|
1130 |
-
|
1131 |
-
SFSI(".sfsiplus_tab_3_icns").on("click", ".cstomskins_upload", function() {
|
1132 |
-
SFSI(".cstmskins-overlay").show("slow", function() {
|
1133 |
-
e = 0;
|
1134 |
-
});
|
1135 |
-
});
|
1136 |
-
SFSI("#custmskin_clspop").live("click", function() {
|
1137 |
-
SFSI_plus_done();
|
1138 |
-
SFSI(".cstmskins-overlay").hide("slow");
|
1139 |
-
});
|
1140 |
-
|
1141 |
-
sfsi_plus_create_suscriber_form();
|
1142 |
-
|
1143 |
-
SFSI('input[name="sfsi_plus_form_heading_text"], input[name="sfsi_plus_form_border_thickness"], input[name="sfsi_plus_form_height"], input[name="sfsi_plus_form_width"], input[name="sfsi_plus_form_heading_fontsize"], input[name="sfsi_plus_form_field_text"], input[name="sfsi_plus_form_field_fontsize"], input[name="sfsi_plus_form_button_text"], input[name="sfsi_plus_form_button_fontsize"]').on("keyup", sfsi_plus_create_suscriber_form);
|
1144 |
-
|
1145 |
-
SFSI('input[name="sfsi_plus_form_border_color"], input[name="sfsi_plus_form_background"] ,input[name="sfsi_plus_form_heading_fontcolor"], input[name="sfsi_plus_form_field_fontcolor"] ,input[name="sfsi_plus_form_button_fontcolor"],input[name="sfsi_plus_form_button_background"]').on("focus", sfsi_plus_create_suscriber_form);
|
1146 |
-
|
1147 |
-
SFSI("#sfsi_plus_form_heading_font, #sfsi_plus_form_heading_fontstyle, #sfsi_plus_form_heading_fontalign, #sfsi_plus_form_field_font, #sfsi_plus_form_field_fontstyle, #sfsi_plus_form_field_fontalign, #sfsi_plus_form_button_font, #sfsi_plus_form_button_fontstyle, #sfsi_plus_form_button_fontalign").on("change", sfsi_plus_create_suscriber_form );
|
1148 |
-
|
1149 |
-
SFSI(".radio").live("click", function() {
|
1150 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1151 |
-
switch(s.attr("name")) {
|
1152 |
-
case 'sfsi_plus_form_adjustment':
|
1153 |
-
if(s.val() == 'no')
|
1154 |
-
s.parents(".row_tab").next(".row_tab").show("fast");
|
1155 |
-
else
|
1156 |
-
s.parents(".row_tab").next(".row_tab").hide("fast");
|
1157 |
-
sfsi_plus_create_suscriber_form()
|
1158 |
-
break;
|
1159 |
-
case 'sfsi_plus_form_border':
|
1160 |
-
if(s.val() == 'yes')
|
1161 |
-
s.parents(".row_tab").next(".row_tab").show("fast");
|
1162 |
-
else
|
1163 |
-
s.parents(".row_tab").next(".row_tab").hide("fast");
|
1164 |
-
sfsi_plus_create_suscriber_form()
|
1165 |
-
break;
|
1166 |
-
default:
|
1167 |
-
}
|
1168 |
-
});
|
1169 |
-
|
1170 |
-
//pooja 28-12-2015
|
1171 |
-
SFSI('#sfsi_plus_form_border_color').wpColorPicker({
|
1172 |
-
defaultColor: false,
|
1173 |
-
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1174 |
-
clear: function() {sfsi_plus_create_suscriber_form()},
|
1175 |
-
hide: true,
|
1176 |
-
palettes: true
|
1177 |
-
}),
|
1178 |
-
SFSI('#sfsi_plus_form_background').wpColorPicker({
|
1179 |
-
defaultColor: false,
|
1180 |
-
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1181 |
-
clear: function() {sfsi_plus_create_suscriber_form()},
|
1182 |
-
hide: true,
|
1183 |
-
palettes: true
|
1184 |
-
}),
|
1185 |
-
SFSI('#sfsi_plus_form_heading_fontcolor').wpColorPicker({
|
1186 |
-
defaultColor: false,
|
1187 |
-
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1188 |
-
clear: function() {sfsi_plus_create_suscriber_form()},
|
1189 |
-
hide: true,
|
1190 |
-
palettes: true
|
1191 |
-
}),
|
1192 |
-
SFSI('#sfsi_plus_form_button_fontcolor').wpColorPicker({
|
1193 |
-
defaultColor: false,
|
1194 |
-
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1195 |
-
clear: function() {sfsi_plus_create_suscriber_form()},
|
1196 |
-
hide: true,
|
1197 |
-
palettes: true
|
1198 |
-
}),
|
1199 |
-
SFSI('#sfsi_plus_form_button_background').wpColorPicker({
|
1200 |
-
defaultColor: false,
|
1201 |
-
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1202 |
-
clear: function() {sfsi_plus_create_suscriber_form()},
|
1203 |
-
hide: true,
|
1204 |
-
palettes: true
|
1205 |
-
});
|
1206 |
-
/*SFSI("#sfsiPlusFormBorderColor").ColorPicker({
|
1207 |
-
color:"#f80000",
|
1208 |
-
onBeforeShow:function() {
|
1209 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_border_color").val());
|
1210 |
-
},
|
1211 |
-
onShow:function(s) {
|
1212 |
-
return SFSI(s).fadeIn(500), !1;
|
1213 |
-
},
|
1214 |
-
onHide:function(s) {
|
1215 |
-
return SFSI(s).fadeOut(500), !1;
|
1216 |
-
},
|
1217 |
-
onChange:function(s, i) {
|
1218 |
-
SFSI("#sfsi_plus_form_border_color").val("#" + i), SFSI("#sfsiPlusFormBorderColor").css("background", "#" + i);
|
1219 |
-
sfsi_plus_create_suscriber_form();
|
1220 |
-
},
|
1221 |
-
onClick:function(s, i) {
|
1222 |
-
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiPlusFormBorderColor").css("background", "#" + i);
|
1223 |
-
sfsi_plus_create_suscriber_form();
|
1224 |
-
}
|
1225 |
-
}),
|
1226 |
-
SFSI("#sfsiPlusFormBackground").ColorPicker({
|
1227 |
-
color:"#f80000",
|
1228 |
-
onBeforeShow:function() {
|
1229 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_background").val());
|
1230 |
-
},
|
1231 |
-
onShow:function(s) {
|
1232 |
-
return SFSI(s).fadeIn(500), !1;
|
1233 |
-
},
|
1234 |
-
onHide:function(s) {
|
1235 |
-
return SFSI(s).fadeOut(500), !1;
|
1236 |
-
},
|
1237 |
-
onChange:function(s, i) {
|
1238 |
-
SFSI("#sfsi_plus_form_background").val("#" + i), SFSI("#sfsiPlusFormBackground").css("background", "#" + i);
|
1239 |
-
sfsi_plus_create_suscriber_form();
|
1240 |
-
},
|
1241 |
-
onClick:function(s, i) {
|
1242 |
-
SFSI("#sfsi_plus_form_background").val("#" + i), SFSI("#sfsiPlusFormBackground").css("background", "#" + i);
|
1243 |
-
sfsi_plus_create_suscriber_form();
|
1244 |
-
}
|
1245 |
-
}),
|
1246 |
-
SFSI("#sfsiPlusFormHeadingFontcolor").ColorPicker({
|
1247 |
-
color:"#f80000",
|
1248 |
-
onBeforeShow:function() {
|
1249 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_heading_fontcolor").val());
|
1250 |
-
},
|
1251 |
-
onShow:function(s) {
|
1252 |
-
return SFSI(s).fadeIn(500), !1;
|
1253 |
-
},
|
1254 |
-
onHide:function(s) {
|
1255 |
-
return SFSI(s).fadeOut(500), !1;
|
1256 |
-
},
|
1257 |
-
onChange:function(s, i) {
|
1258 |
-
SFSI("#sfsi_plus_form_heading_fontcolor").val("#"+i), SFSI("#sfsiPlusFormHeadingFontcolor").css("background","#"+i);
|
1259 |
-
sfsi_plus_create_suscriber_form();
|
1260 |
-
},
|
1261 |
-
onClick:function(s, i) {
|
1262 |
-
SFSI("#sfsi_plus_form_heading_fontcolor").val("#"+i), SFSI("#sfsiPlusFormHeadingFontcolor").css("background","#"+i);
|
1263 |
-
sfsi_plus_create_suscriber_form();
|
1264 |
-
}
|
1265 |
-
}),
|
1266 |
-
SFSI("#sfsiPlusFormFieldFontcolor").ColorPicker({
|
1267 |
-
color:"#f80000",
|
1268 |
-
onBeforeShow:function() {
|
1269 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_field_fontcolor").val());
|
1270 |
-
},
|
1271 |
-
onShow:function(s) {
|
1272 |
-
return SFSI(s).fadeIn(500), !1;
|
1273 |
-
},
|
1274 |
-
onHide:function(s) {
|
1275 |
-
return SFSI(s).fadeOut(500), !1;
|
1276 |
-
},
|
1277 |
-
onChange:function(s, i) {
|
1278 |
-
SFSI("#sfsi_plus_form_field_fontcolor").val("#" + i), SFSI("#sfsiPlusFormFieldFontcolor").css("background", "#" +i);
|
1279 |
-
sfsi_plus_create_suscriber_form();
|
1280 |
-
},
|
1281 |
-
onClick:function(s, i) {
|
1282 |
-
SFSI("#sfsi_plus_form_field_fontcolor").val("#" + i), SFSI("#sfsiPlusFormFieldFontcolor").css("background", "#" +i);
|
1283 |
-
sfsi_plus_create_suscriber_form();
|
1284 |
-
}
|
1285 |
-
}),
|
1286 |
-
SFSI("#sfsiPlusFormButtonFontcolor").ColorPicker({
|
1287 |
-
color:"#f80000",
|
1288 |
-
onBeforeShow:function() {
|
1289 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_button_fontcolor").val());
|
1290 |
-
},
|
1291 |
-
onShow:function(s) {
|
1292 |
-
return SFSI(s).fadeIn(500), !1;
|
1293 |
-
},
|
1294 |
-
onHide:function(s) {
|
1295 |
-
return SFSI(s).fadeOut(500), !1;
|
1296 |
-
},
|
1297 |
-
onChange:function(s, i) {
|
1298 |
-
SFSI("#sfsi_plus_form_button_fontcolor").val("#"+i), SFSI("#sfsiPlusFormButtonFontcolor").css("background", "#"+i);
|
1299 |
-
sfsi_plus_create_suscriber_form();
|
1300 |
-
},
|
1301 |
-
onClick:function(s, i) {
|
1302 |
-
SFSI("#sfsi_plus_form_button_fontcolor").val("#"+i), SFSI("#sfsiPlusFormButtonFontcolor").css("background", "#"+i);
|
1303 |
-
sfsi_plus_create_suscriber_form();
|
1304 |
-
}
|
1305 |
-
}),
|
1306 |
-
SFSI("#sfsiPlusFormButtonBackground").ColorPicker({
|
1307 |
-
color:"#f80000",
|
1308 |
-
onBeforeShow:function() {
|
1309 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_button_background").val());
|
1310 |
-
},
|
1311 |
-
onShow:function(s) {
|
1312 |
-
return SFSI(s).fadeIn(500), !1;
|
1313 |
-
},
|
1314 |
-
onHide:function(s) {
|
1315 |
-
return SFSI(s).fadeOut(500), !1;
|
1316 |
-
},
|
1317 |
-
onChange:function(s, i) {
|
1318 |
-
SFSI("#sfsi_plus_form_button_background").val("#"+i), SFSI("#sfsiPlusFormButtonBackground").css("background","#"+i);
|
1319 |
-
sfsi_plus_create_suscriber_form();
|
1320 |
-
},
|
1321 |
-
onClick:function(s, i) {
|
1322 |
-
SFSI("#sfsi_plus_form_button_background").val("#"+i), SFSI("#sfsiPlusFormButtonBackground").css("background","#"+i);
|
1323 |
-
sfsi_plus_create_suscriber_form();
|
1324 |
-
}
|
1325 |
-
});*/
|
1326 |
-
//changes done {Monad}
|
1327 |
-
|
1328 |
-
function i() {
|
1329 |
-
SFSI(".uperror").html(""), sfsiplus_afterLoad();
|
1330 |
-
var s = SFSI('input[name="' + SFSI("#upload_id").val() + '"]');
|
1331 |
-
s.removeAttr("checked");
|
1332 |
-
var i = SFSI(s).parent().find("span:first");
|
1333 |
-
return SFSI(i).css("background-position", "0px 0px"), SFSI(".upload-overlay").hide("slow"),
|
1334 |
-
!1;
|
1335 |
-
}
|
1336 |
-
SFSI("#accordion").accordion({
|
1337 |
-
collapsible:!0,
|
1338 |
-
active:!1,
|
1339 |
-
heightStyle:"content",
|
1340 |
-
event:"click",
|
1341 |
-
beforeActivate:function(s, i) {
|
1342 |
-
if (i.newHeader[0]) var e = i.newHeader, t = e.next(".ui-accordion-content"); else var e = i.oldHeader, t = e.next(".ui-accordion-content");
|
1343 |
-
var n = "true" == e.attr("aria-selected");
|
1344 |
-
return e.toggleClass("ui-corner-all", n).toggleClass("accordion-header-active ui-state-active ui-corner-top", !n).attr("aria-selected", (!n).toString()),
|
1345 |
-
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", n).toggleClass("ui-icon-triangle-1-s", !n),
|
1346 |
-
t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
|
1347 |
-
}
|
1348 |
-
}),
|
1349 |
-
SFSI("#accordion1").accordion({
|
1350 |
-
collapsible:!0,
|
1351 |
-
active:!1,
|
1352 |
-
heightStyle:"content",
|
1353 |
-
event:"click",
|
1354 |
-
beforeActivate:function(s, i) {
|
1355 |
-
if (i.newHeader[0]) var e = i.newHeader, t = e.next(".ui-accordion-content"); else var e = i.oldHeader, t = e.next(".ui-accordion-content");
|
1356 |
-
var n = "true" == e.attr("aria-selected");
|
1357 |
-
return e.toggleClass("ui-corner-all", n).toggleClass("accordion-header-active ui-state-active ui-corner-top", !n).attr("aria-selected", (!n).toString()),
|
1358 |
-
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", n).toggleClass("ui-icon-triangle-1-s", !n),
|
1359 |
-
t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
|
1360 |
-
}
|
1361 |
-
}),
|
1362 |
-
SFSI(".closeSec").on("click", function() {
|
1363 |
-
var s = !0, i = SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(), e = SFSI(this).closest("div.ui-accordion-content").first();
|
1364 |
-
i.toggleClass("ui-corner-all", s).toggleClass("accordion-header-active ui-state-active ui-corner-top", !s).attr("aria-selected", (!s).toString()),
|
1365 |
-
i.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", s).toggleClass("ui-icon-triangle-1-s", !s),
|
1366 |
-
e.toggleClass("accordion-content-active", !s), s ? e.slideUp() :e.slideDown();
|
1367 |
-
}),
|
1368 |
-
SFSI(document).click(function(s) {
|
1369 |
-
var i = SFSI(".sfsi_plus_FrntInner"), e = SFSI(".sfsi_plus_wDiv"), t = SFSI("#at15s");
|
1370 |
-
i.is(s.target) || 0 !== i.has(s.target).length || e.is(s.target) || 0 !== e.has(s.target).length || t.is(s.target) || 0 !== t.has(s.target).length || i.fadeOut();
|
1371 |
-
}),
|
1372 |
-
SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function() {
|
1373 |
-
var s = SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top + 10;
|
1374 |
-
SFSI("#at15s").css({
|
1375 |
-
top:s + "px",
|
1376 |
-
left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left + "px"
|
1377 |
-
});
|
1378 |
-
}),
|
1379 |
-
|
1380 |
-
//pooja 28-12-2015
|
1381 |
-
SFSI('#sfsi_plus_popup_background_color').wpColorPicker({
|
1382 |
-
defaultColor: false,
|
1383 |
-
change: function(event, ui){sfsi_plus_make_popBox()},
|
1384 |
-
clear: function() {sfsi_plus_make_popBox()},
|
1385 |
-
hide: true,
|
1386 |
-
palettes: true
|
1387 |
-
}),
|
1388 |
-
SFSI('#sfsi_plus_popup_border_color').wpColorPicker({
|
1389 |
-
defaultColor: false,
|
1390 |
-
change: function(event, ui){sfsi_plus_make_popBox()},
|
1391 |
-
clear: function() {sfsi_plus_make_popBox()},
|
1392 |
-
hide: true,
|
1393 |
-
palettes: true
|
1394 |
-
}),
|
1395 |
-
SFSI('#sfsi_plus_popup_fontColor').wpColorPicker({
|
1396 |
-
defaultColor: false,
|
1397 |
-
change: function(event, ui){sfsi_plus_make_popBox()},
|
1398 |
-
clear: function() {sfsi_plus_make_popBox()},
|
1399 |
-
hide: true,
|
1400 |
-
palettes: true
|
1401 |
-
}),
|
1402 |
-
|
1403 |
-
/*SFSI("#sfsifontCloroPicker").ColorPicker({
|
1404 |
-
color:"#f80000",
|
1405 |
-
onBeforeShow:function() {
|
1406 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_fontColor").val());
|
1407 |
-
},
|
1408 |
-
onShow:function(s) {
|
1409 |
-
return SFSI(s).fadeIn(500), !1;
|
1410 |
-
},
|
1411 |
-
onHide:function(s) {
|
1412 |
-
return SFSI(s).fadeOut(500), sfsi_plus_make_popBox(), !1;
|
1413 |
-
},
|
1414 |
-
onChange:function(s, i) {
|
1415 |
-
SFSI("#sfsi_plus_popup_fontColor").val("#" + i), SFSI("#sfsifontCloroPicker").css("background", "#" + i),
|
1416 |
-
sfsi_plus_make_popBox();
|
1417 |
-
},
|
1418 |
-
onClick:function(s, i) {
|
1419 |
-
SFSI("#sfsi_plus_popup_fontColor").val("#" + i), SFSI("#sfsifontCloroPicker").css("background", "#" + i),
|
1420 |
-
sfsi_plus_make_popBox();
|
1421 |
-
}
|
1422 |
-
}),*/
|
1423 |
-
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function() {
|
1424 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn_hover.svg");
|
1425 |
-
}),
|
1426 |
-
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function() {
|
1427 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn.svg");
|
1428 |
-
}),
|
1429 |
-
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function() {
|
1430 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube_hover.svg");
|
1431 |
-
}),
|
1432 |
-
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function() {
|
1433 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube.svg");
|
1434 |
-
}),
|
1435 |
-
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function() {
|
1436 |
-
SFSI(this).css("opacity", "0.9");
|
1437 |
-
}),
|
1438 |
-
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function() {
|
1439 |
-
SFSI(this).css("opacity", "1");
|
1440 |
-
/*{Monad}*/
|
1441 |
-
}),
|
1442 |
-
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function() {
|
1443 |
-
SFSI(this).css("opacity", "0.9");
|
1444 |
-
}),
|
1445 |
-
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function() {
|
1446 |
-
SFSI(this).css("opacity", "1");
|
1447 |
-
}),
|
1448 |
-
|
1449 |
-
//pooja 28-12-2015
|
1450 |
-
|
1451 |
-
/*SFSI("#sfsiBackgroundColorPicker").ColorPicker({
|
1452 |
-
color:"#f80000",
|
1453 |
-
onBeforeShow:function() {
|
1454 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_background_color").val());
|
1455 |
-
},
|
1456 |
-
onShow:function(s) {
|
1457 |
-
return SFSI(s).fadeIn(500), !1;
|
1458 |
-
},
|
1459 |
-
onHide:function(s) {
|
1460 |
-
return SFSI(s).fadeOut(500), !1;
|
1461 |
-
},
|
1462 |
-
onChange:function(s, i) {
|
1463 |
-
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),
|
1464 |
-
sfsi_plus_make_popBox();
|
1465 |
-
},
|
1466 |
-
onClick:function(s, i) {
|
1467 |
-
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),
|
1468 |
-
sfsi_plus_make_popBox();
|
1469 |
-
}
|
1470 |
-
}),
|
1471 |
-
SFSI("#sfsiBorderColorPicker").ColorPicker({
|
1472 |
-
color:"#f80000",
|
1473 |
-
onBeforeShow:function() {
|
1474 |
-
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_border_color").val());
|
1475 |
-
},
|
1476 |
-
onShow:function(s) {
|
1477 |
-
return SFSI(s).fadeIn(500), !1;
|
1478 |
-
},
|
1479 |
-
onHide:function(s) {
|
1480 |
-
return SFSI(s).fadeOut(500), !1;
|
1481 |
-
},
|
1482 |
-
onChange:function(s, i) {
|
1483 |
-
SFSI("#sfsi_plus_popup_border_color").val("#" + i), SFSI("#sfsiBorderColorPicker").css("background", "#" + i),
|
1484 |
-
sfsi_plus_make_popBox();
|
1485 |
-
},
|
1486 |
-
onClick:function(s, i) {
|
1487 |
-
SFSI("#sfsi_plus_popup_border_color").val("#" + i), SFSI("#sfsiBorderColorPicker").css("background", "#" + i),
|
1488 |
-
sfsi_plus_make_popBox();
|
1489 |
-
}
|
1490 |
-
}),*/
|
1491 |
-
SFSI("#sfsi_plus_save1").on("click", function() {
|
1492 |
-
sfsi_plus_update_step1() && sfsipluscollapse(this);
|
1493 |
-
}),
|
1494 |
-
SFSI("#sfsi_plus_save2").on("click", function() {
|
1495 |
-
sfsi_plus_update_step2() && sfsipluscollapse(this);
|
1496 |
-
}),
|
1497 |
-
SFSI("#sfsi_plus_save3").on("click", function() {
|
1498 |
-
sfsi_plus_update_step3() && sfsipluscollapse(this);
|
1499 |
-
}),
|
1500 |
-
SFSI("#sfsi_plus_save4").on("click", function() {
|
1501 |
-
sfsi_plus_update_step4() && sfsipluscollapse(this);
|
1502 |
-
}),
|
1503 |
-
SFSI("#sfsi_plus_save5").on("click", function() {
|
1504 |
-
sfsi_plus_update_step5() && sfsipluscollapse(this);
|
1505 |
-
}),
|
1506 |
-
SFSI("#sfsi_plus_save6").on("click", function() {
|
1507 |
-
sfsi_plus_update_step6() && sfsipluscollapse(this);
|
1508 |
-
}),
|
1509 |
-
SFSI("#sfsi_plus_save7").on("click", function() {
|
1510 |
-
sfsi_plus_update_step7() && sfsipluscollapse(this);
|
1511 |
-
}),
|
1512 |
-
SFSI("#sfsi_plus_save8").on("click", function() {
|
1513 |
-
sfsi_plus_update_step8() && sfsipluscollapse(this);
|
1514 |
-
}),
|
1515 |
-
SFSI("#sfsi_plus_save9").on("click", function() {
|
1516 |
-
sfsi_plus_update_step9() && sfsipluscollapse(this);
|
1517 |
-
}),
|
1518 |
-
SFSI("#save_plus_all_settings").on("click", function() {
|
1519 |
-
return SFSI("#save_plus_all_settings").text("Saving.."), SFSI(".save_button >a").css("pointer-events", "none"),
|
1520 |
-
sfsi_plus_update_step1(), sfsi_plus_update_step9(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Which icons do you want to show on your site?" tab.', 8),
|
1521 |
-
global_error = 0, !1) :(sfsi_plus_update_step2(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "What do you want the icons to do?" tab.', 8),
|
1522 |
-
global_error = 0, !1) :(sfsi_plus_update_step3(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "What design & animation do you want to give your icons?" tab.', 8),
|
1523 |
-
global_error = 0, !1) :(sfsi_plus_update_step4(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display "counts" next to your icons?" tab.', 8),
|
1524 |
-
global_error = 0, !1) :(sfsi_plus_update_step5(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Any other wishes for your main icons?" tab.', 8),
|
1525 |
-
global_error = 0, !1) :(sfsi_plus_update_step6(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display icons at the end of every post?" tab.', 8),
|
1526 |
-
global_error = 0, !1) :(sfsi_plus_update_step7(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display a pop-up, asking people to subscribe?" tab.', 8),
|
1527 |
-
global_error = 0, !1) : sfsi_plus_update_step8(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Where shall they be displayed?" tab.', 8),
|
1528 |
-
/*global_error = 0, !1) :void (0 == global_error && sfsiplus_showErrorSuc("success", 'Saved! Now go to the <a href="widgets.php">widget</a> area and place the widget into your sidebar (if not done already)', 8))))))));*/
|
1529 |
-
global_error = 0, !1) :void (0 == global_error && sfsiplus_showErrorSuc("success", '', 8))))))));
|
1530 |
-
}),
|
1531 |
-
SFSI(".fileUPInput").live("change", function() {
|
1532 |
-
sfsiplus_beForeLoad(), sfsiplus_beforeIconSubmit(this) && (SFSI(".upload-overlay").css("pointer-events", "none"),
|
1533 |
-
SFSI("#customIconFrm").ajaxForm({
|
1534 |
-
dataType:"json",
|
1535 |
-
success:sfsiplus_afterIconSuccess,
|
1536 |
-
resetForm:!0
|
1537 |
-
}).submit());
|
1538 |
-
}),
|
1539 |
-
SFSI(".pop-up").on("click", function() {
|
1540 |
-
("fbex-s2" == SFSI(this).attr("data-id") || "googlex-s2" == SFSI(this).attr("data-id") || "linkex-s2" == SFSI(this).attr("data-id")) && (SFSI("." + SFSI(this).attr("data-id")).hide(),
|
1541 |
-
SFSI("." + SFSI(this).attr("data-id")).css("opacity", "1"), SFSI("." + SFSI(this).attr("data-id")).css("z-index", "1000")),
|
1542 |
-
SFSI("." + SFSI(this).attr("data-id")).show("slow");
|
1543 |
-
}),
|
1544 |
-
SFSI("#close_popup").live("click", function() {
|
1545 |
-
SFSI(".read-overlay").hide("slow");
|
1546 |
-
});
|
1547 |
-
var e = 0;
|
1548 |
-
SFSI(".plus_icn_listing").on("click", ".checkbox", function() {
|
1549 |
-
if (1 == e) return !1;
|
1550 |
-
"yes" == SFSI(this).attr("dynamic_ele") && (s = SFSI(this).parent().find("input:checkbox:first"),
|
1551 |
-
s.is(":checked") ? SFSI(s).attr("checked", !1) :SFSI(s).attr("checked", !0)), s = SFSI(this).parent().find("input:checkbox:first"),
|
1552 |
-
"yes" == SFSI(s).attr("isNew") && ("0px 0px" == SFSI(this).css("background-position") ? (SFSI(s).attr("checked", !0),
|
1553 |
-
SFSI(this).css("background-position", "0px -36px")) :(SFSI(s).removeAttr("checked", !0),
|
1554 |
-
SFSI(this).css("background-position", "0px 0px")));
|
1555 |
-
var s = SFSI(this).parent().find("input:checkbox:first");
|
1556 |
-
if (s.is(":checked") && "sfsiplus-cusotm-icon" == s.attr("element-type")) SFSI(".fileUPInput").attr("name", "custom_icons[]"),
|
1557 |
-
SFSI(".upload-overlay").show("slow", function() {
|
1558 |
-
e = 0;
|
1559 |
-
}),
|
1560 |
-
SFSI("#upload_id").val(s.attr("name")); else if (!s.is(":checked") && "sfsiplus-cusotm-icon" == s.attr("element-type")) return s.attr("ele-type") ? (SFSI(this).attr("checked", !0),
|
1561 |
-
SFSI(this).css("background-position", "0px -36px"), e = 0, !1) :confirm("Are you sure want to delete this Icon..?? ") ? "suc" == sfsi_plus_delete_CusIcon(this, s) ? (s.attr("checked", !1),
|
1562 |
-
SFSI(this).css("background-position", "0px 0px"), e = 0, !1) :(e = 0, !1) :(s.attr("checked", !0),
|
1563 |
-
SFSI(this).css("background-position", "0px -36px"), e = 0, !1);
|
1564 |
-
}),
|
1565 |
-
SFSI(".plus_icn_listing").on("click", ".checkbox", function() {
|
1566 |
-
checked = SFSI(this).parent().find("input:checkbox:first"), "sfsi_plus_email_display" != checked.attr("name") || checked.is(":checked") || SFSI(".demail-1").show("slow");
|
1567 |
-
}),
|
1568 |
-
SFSI("#deac_email2").on("click", function() {
|
1569 |
-
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").show("slow");
|
1570 |
-
}),
|
1571 |
-
SFSI("#deac_email3").on("click", function() {
|
1572 |
-
SFSI(".demail-2").hide("slow"), SFSI(".demail-3").show("slow");
|
1573 |
-
}),
|
1574 |
-
SFSI(".hideemailpop").on("click", function() {
|
1575 |
-
SFSI('input[name="sfsi_plus_email_display"]').attr("checked", !0),
|
1576 |
-
SFSI('input[name="sfsi_plus_email_display"]').parent().find("span:first").css("background-position", "0px -36px"),
|
1577 |
-
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"), SFSI(".demail-3").hide("slow");
|
1578 |
-
}),
|
1579 |
-
SFSI(".hidePop").on("click", function() {
|
1580 |
-
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"), SFSI(".demail-3").hide("slow");
|
1581 |
-
}),
|
1582 |
-
SFSI(".sfsiplus_activate_footer").on("click", function() {
|
1583 |
-
var nonce = SFSI(this).attr("data-nonce");
|
1584 |
-
SFSI(this).text("activating....");
|
1585 |
-
var s = {
|
1586 |
-
action:"plus_activateFooter",
|
1587 |
-
nonce:nonce
|
1588 |
-
};
|
1589 |
-
SFSI.ajax({
|
1590 |
-
url:ajax_object.ajax_url,
|
1591 |
-
type:"post",
|
1592 |
-
data:s,
|
1593 |
-
dataType:"json",
|
1594 |
-
success:function(s) {
|
1595 |
-
if(s.res == "wrong_nonce")
|
1596 |
-
{
|
1597 |
-
SFSI(".sfsiplus_activate_footer").css("font-size", "18px");
|
1598 |
-
SFSI(".sfsiplus_activate_footer").text("Unauthorised Request, Try again after refreshing page");
|
1599 |
-
}
|
1600 |
-
else
|
1601 |
-
{
|
1602 |
-
"success" == s.res && (SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"),
|
1603 |
-
SFSI(".demail-3").hide("slow"), SFSI(".sfsiplus_activate_footer").text("Ok, activate link"));
|
1604 |
-
}
|
1605 |
-
}
|
1606 |
-
});
|
1607 |
-
}),
|
1608 |
-
SFSI(".sfsiplus_removeFooter").on("click", function() {
|
1609 |
-
var nonce = SFSI(this).attr("data-nonce");
|
1610 |
-
SFSI(this).text("working....");
|
1611 |
-
var s = {
|
1612 |
-
action:"plus_removeFooter",
|
1613 |
-
nonce:nonce
|
1614 |
-
};
|
1615 |
-
SFSI.ajax({
|
1616 |
-
url:ajax_object.ajax_url,
|
1617 |
-
type:"post",
|
1618 |
-
data:s,
|
1619 |
-
dataType:"json",
|
1620 |
-
success:function(s) {
|
1621 |
-
if(s.res == "wrong_nonce")
|
1622 |
-
{
|
1623 |
-
SFSI(".sfsiplus_removeFooter").text("Unauthorised Request, Try again after refreshing page");
|
1624 |
-
}
|
1625 |
-
else
|
1626 |
-
{
|
1627 |
-
"success" == s.res && (SFSI(".sfsiplus_removeFooter").fadeOut("slow"), SFSI(".sfsiplus_footerLnk").fadeOut("slow"));
|
1628 |
-
}
|
1629 |
-
}
|
1630 |
-
});
|
1631 |
-
}),
|
1632 |
-
SFSI(".radio").live("click", function() {
|
1633 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1634 |
-
"sfsi_plus_display_counts" == s.attr("name") && sfsi_plus_show_counts();
|
1635 |
-
}),
|
1636 |
-
SFSI("#close_Uploadpopup").on("click", i), SFSI(".radio").live("click", function() {
|
1637 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1638 |
-
"sfsi_plus_show_Onposts" == s.attr("name") && sfsi_plus_show_OnpostsDisplay();
|
1639 |
-
}),
|
1640 |
-
sfsi_plus_show_OnpostsDisplay(),
|
1641 |
-
sfsi_plus_depened_sections(),
|
1642 |
-
sfsi_plus_show_counts(),
|
1643 |
-
sfsi_plus_showPreviewCounts(),
|
1644 |
-
SFSI(".plus_share_icon_order").sortable({
|
1645 |
-
update:function() {
|
1646 |
-
SFSI(".plus_share_icon_order li").each(function() {
|
1647 |
-
SFSI(this).attr("data-index", SFSI(this).index() + 1);
|
1648 |
-
});
|
1649 |
-
},
|
1650 |
-
revert:!0
|
1651 |
-
}),
|
1652 |
-
SFSI(".radio").live("click", function() {
|
1653 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1654 |
-
"sfsi_plus_email_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_email_countsDisplay"]').prop("checked", !0),
|
1655 |
-
SFSI('input[name="sfsi_plus_email_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1656 |
-
"manual" == SFSI("input[name='sfsi_plus_email_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_email_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_email_manualCounts']").slideUp()),
|
1657 |
-
"sfsi_plus_facebook_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_facebook_countsDisplay"]').prop("checked", !0),
|
1658 |
-
SFSI('input[name="sfsi_plus_facebook_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1659 |
-
"mypage" == SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_facebook_mypageCounts']").slideDown(),SFSI(".sfsiplus_fbpgidwpr").slideDown()) :(SFSI("input[name='sfsi_plus_facebook_mypageCounts']").slideUp(),SFSI(".sfsiplus_fbpgidwpr").slideUp()),
|
1660 |
-
"manual" == SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_facebook_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_facebook_manualCounts']").slideUp()),
|
1661 |
-
"sfsi_plus_twitter_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_twitter_countsDisplay"]').prop("checked", !0),
|
1662 |
-
SFSI('input[name="sfsi_plus_twitter_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1663 |
-
"manual" == SFSI("input[name='sfsi_plus_twitter_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_twitter_manualCounts']").slideDown(),
|
1664 |
-
SFSI(".tw_follow_options").slideUp()) :(SFSI("input[name='sfsi_plus_twitter_manualCounts']").slideUp(),
|
1665 |
-
SFSI(".tw_follow_options").slideDown())), "sfsi_plus_google_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_google_countsDisplay"]').prop("checked", !0),
|
1666 |
-
SFSI('input[name="sfsi_plus_google_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1667 |
-
"manual" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI("input[name='sfsi_plus_google_manualCounts']").slideDown(),
|
1668 |
-
SFSI(".google_option").slideUp()), "likes" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI("input[name='sfsi_plus_google_manualCounts']").slideUp(),
|
1669 |
-
SFSI(".google_option").slideUp()), "follower" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI(".google_option").slideDown(),
|
1670 |
-
SFSI("input[name='sfsi_plus_google_manualCounts']").slideUp())), "sfsi_plus_linkedIn_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]').prop("checked", !0),
|
1671 |
-
SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1672 |
-
"manual" == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").slideDown(),
|
1673 |
-
SFSI(".linkedIn_options").slideUp()) :(SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").slideUp(),
|
1674 |
-
SFSI(".linkedIn_options").slideDown())), "sfsi_plus_youtube_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_youtube_countsDisplay"]').prop("checked", !0),
|
1675 |
-
SFSI('input[name="sfsi_plus_youtube_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1676 |
-
"manual" == SFSI("input[name='sfsi_plus_youtube_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_youtube_manualCounts']").slideDown(),
|
1677 |
-
SFSI(".youtube_options").slideUp()) :(SFSI("input[name='sfsi_plus_youtube_manualCounts']").slideUp(),
|
1678 |
-
SFSI(".youtube_options").slideDown())), "sfsi_plus_pinterest_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]').prop("checked", !0),
|
1679 |
-
SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1680 |
-
"manual" == SFSI("input[name='sfsi_plus_pinterest_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideDown(),
|
1681 |
-
SFSI(".pin_options").slideUp()) :SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideUp()),
|
1682 |
-
"sfsi_plus_instagram_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').prop("checked", !0),
|
1683 |
-
SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1684 |
-
"manual" == SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideDown(),
|
1685 |
-
SFSI(".instagram_userLi").slideUp()) :(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideUp(),
|
1686 |
-
SFSI(".instagram_userLi").slideDown())), "sfsi_plus_shares_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_shares_countsDisplay"]').prop("checked", !0),
|
1687 |
-
SFSI('input[name="sfsi_plus_shares_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1688 |
-
"manual" == SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_shares_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_shares_manualCounts']").slideUp());
|
1689 |
-
}), sfsi_plus_make_popBox(), SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup", sfsi_plus_make_popBox),
|
1690 |
-
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus", sfsi_plus_make_popBox),
|
1691 |
-
SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change", sfsi_plus_make_popBox),
|
1692 |
-
SFSI(".radio").live("click", function() {
|
1693 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1694 |
-
"sfsi_plus_popup_border_shadow" == s.attr("name") && sfsi_plus_make_popBox();
|
1695 |
-
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function(s) {
|
1696 |
-
s.stopPropagation();
|
1697 |
-
var i = SFSI("#sfsi_plus_floater_sec").val();
|
1698 |
-
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
1699 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
1700 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
1701 |
-
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
1702 |
-
"z-index":"999"
|
1703 |
-
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1704 |
-
opacity:1,
|
1705 |
-
"z-index":10
|
1706 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1707 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1708 |
-
opacity:1,
|
1709 |
-
"z-index":10
|
1710 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1711 |
-
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1712 |
-
opacity:1,
|
1713 |
-
"z-index":10
|
1714 |
-
})), ("top-left" == i || "top-right" == i) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
1715 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
1716 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1717 |
-
opacity:1,
|
1718 |
-
"z-index":10
|
1719 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
1720 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
1721 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1722 |
-
opacity:1,
|
1723 |
-
"z-index":1e3
|
1724 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
1725 |
-
}) :SFSI("img.sfsi_wicon").on("mouseenter", function() {
|
1726 |
-
var s = SFSI("#sfsi_plus_floater_sec").val();
|
1727 |
-
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
1728 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
1729 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
1730 |
-
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
1731 |
-
"z-index":"999"
|
1732 |
-
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1733 |
-
opacity:1,
|
1734 |
-
"z-index":10
|
1735 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1736 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1737 |
-
opacity:1,
|
1738 |
-
"z-index":10
|
1739 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1740 |
-
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1741 |
-
opacity:1,
|
1742 |
-
"z-index":10
|
1743 |
-
})), ("top-left" == s || "top-right" == s) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
1744 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
1745 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1746 |
-
opacity:1,
|
1747 |
-
"z-index":10
|
1748 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
1749 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
1750 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1751 |
-
opacity:1,
|
1752 |
-
"z-index":10
|
1753 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
1754 |
-
}), SFSI("div.sfsi_plus_wicons").on("mouseleave", function() {
|
1755 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "fade_in" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
1756 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "scale" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),
|
1757 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "combo" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && (SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
1758 |
-
SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")), "google" == SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id") ? SFSI("body").on("click", function() {
|
1759 |
-
SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
1760 |
-
}) :(SFSI(this).css({
|
1761 |
-
"z-index":"0"
|
1762 |
-
}), SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide());
|
1763 |
-
}),
|
1764 |
-
SFSI("body").on("click", function() {
|
1765 |
-
SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
1766 |
-
}),
|
1767 |
-
SFSI(".adminTooltip >a").on("hover", function() {
|
1768 |
-
SFSI(this).offset().top, SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "1"),
|
1769 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show();
|
1770 |
-
}),
|
1771 |
-
SFSI(".adminTooltip").on("mouseleave", function() {
|
1772 |
-
"none" != SFSI(".sfsi_plus_gpls_tool_bdr").css("display") && 0 != SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity") ? SFSI(".pop_up_box ").on("click", function() {
|
1773 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"), SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide();
|
1774 |
-
}) :(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"),
|
1775 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide());
|
1776 |
-
}),
|
1777 |
-
SFSI(".expand-area").on("click", function() {
|
1778 |
-
object_name.Re_ad == SFSI(this).text() ? (SFSI(this).siblings("p").children("label").fadeIn("slow"),
|
1779 |
-
SFSI(this).text(object_name1.Coll_apse)) :(SFSI(this).siblings("p").children("label").fadeOut("slow"),
|
1780 |
-
SFSI(this).text(object_name.Re_ad));
|
1781 |
-
}),
|
1782 |
-
SFSI(".radio").live("click", function()
|
1783 |
-
{
|
1784 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1785 |
-
"sfsi_plus_icons_float" == s.attr("name") && "yes" == s.val() && (SFSI(".float_options").slideDown("slow"),
|
1786 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked", !0), SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),
|
1787 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style", "background-position:0px -41px;"),
|
1788 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style", "background-position:0px -0px;")),
|
1789 |
-
("sfsi_plus_icons_stick" == s.attr("name") && "yes" == s.val() || "sfsi_plus_icons_float" == s.attr("name") && "no" == s.val()) && (SFSI(".float_options").slideUp("slow"),
|
1790 |
-
SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked", !0), SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').prop("checked", !1),
|
1791 |
-
SFSI('input[name="sfsi_plus_icons_float"][value="no"]').parent().find("span.radio").attr("style", "background-position:0px -41px;"),
|
1792 |
-
SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').parent().find("span.radio").attr("style", "background-position:0px -0px;"));
|
1793 |
-
}),
|
1794 |
-
SFSI(".sfsi_plus_wDiv").length > 0 && setTimeout(function() {
|
1795 |
-
var s = parseInt(SFSI(".sfsi_plus_wDiv").height()) + 0 + "px";
|
1796 |
-
SFSI(".sfsi_plus_holders").each(function() {
|
1797 |
-
SFSI(this).css("height", s);
|
1798 |
-
});
|
1799 |
-
}, 200),
|
1800 |
-
SFSI(".checkbox").live("click", function() {
|
1801 |
-
var s = SFSI(this).parent().find("input:checkbox:first");
|
1802 |
-
("sfsi_plus_shuffle_Firstload" == s.attr("name") && "checked" == s.attr("checked") || "sfsi_plus_shuffle_interval" == s.attr("name") && "checked" == s.attr("checked")) && (SFSI('input[name="sfsi_plus_shuffle_icons"]').parent().find("span").css("background-position", "0px -36px"),
|
1803 |
-
SFSI('input[name="sfsi_plus_shuffle_icons"]').attr("checked", "checked")), "sfsi_plus_shuffle_icons" == s.attr("name") && "checked" != s.attr("checked") && (SFSI('input[name="sfsi_plus_shuffle_Firstload"]').removeAttr("checked"),
|
1804 |
-
SFSI('input[name="sfsi_plus_shuffle_Firstload"]').parent().find("span").css("background-position", "0px 0px"),
|
1805 |
-
SFSI('input[name="sfsi_plus_shuffle_interval"]').removeAttr("checked"), SFSI('input[name="sfsi_plus_shuffle_interval"]').parent().find("span").css("background-position", "0px 0px"));
|
1806 |
-
});
|
1807 |
-
/*SFSI(".checkbox").live("click", function()
|
1808 |
-
{
|
1809 |
-
var s = SFSI(this).parent().find("input:checkbox:first");
|
1810 |
-
"sfsi_plus_float_on_page" == s.attr("name") && "yes" == s.val() && (
|
1811 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked", !0), SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),
|
1812 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style", "background-position:0px -41px;"),
|
1813 |
-
SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style", "background-position:0px -0px;"));
|
1814 |
-
});
|
1815 |
-
SFSI(".radio").live("click", function()
|
1816 |
-
{
|
1817 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
1818 |
-
var a = SFSI(".cstmfltonpgstck");
|
1819 |
-
("sfsi_plus_icons_stick" == s.attr("name") && "yes" == s.val()) && (
|
1820 |
-
SFSI('input[name="sfsi_plus_float_on_page"][value="no"]').prop("checked", !0), SFSI('input[name="sfsi_plus_float_on_page"][value="yes"]').prop("checked", !1),
|
1821 |
-
SFSI('input[name="sfsi_plus_float_on_page"][value="no"]').parent().find("span.checkbox").attr("style", "background-position:0px -41px;"),
|
1822 |
-
SFSI('input[name="sfsi_plus_float_on_page"][value="yes"]').parent().find("span.checkbox").attr("style", "background-position:0px -0px;"),
|
1823 |
-
jQuery(a).children(".checkbox").css("background-position", "0px 0px" ), sfsiplus_toggleflotpage(a));
|
1824 |
-
});*/
|
1825 |
-
});
|
1826 |
-
|
1827 |
-
//for utube channel name and id
|
1828 |
-
function showhideutube(ref)
|
1829 |
-
{
|
1830 |
-
var chnlslctn = SFSI(ref).children("input").val();
|
1831 |
-
if(chnlslctn == "name")
|
1832 |
-
{
|
1833 |
-
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideDown();
|
1834 |
-
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideUp();
|
1835 |
-
}
|
1836 |
-
else
|
1837 |
-
{
|
1838 |
-
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideDown();
|
1839 |
-
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideUp();
|
1840 |
-
}
|
1841 |
-
}
|
1842 |
-
|
1843 |
-
var sfsiplus_initTop = new Array();
|
1844 |
-
|
1845 |
-
function sfsiplus_toggleflotpage(ref)
|
1846 |
-
{
|
1847 |
-
var pos = jQuery(ref).children(".checkbox").css("background-position");
|
1848 |
-
if(pos == "0px 0px")
|
1849 |
-
{
|
1850 |
-
jQuery(ref).next(".sfsiplus_right_info").children("p").children(".sfsiplus_sub-subtitle").hide();
|
1851 |
-
jQuery(ref).next(".sfsiplus_right_info").children(".sfsiplus_tab_3_icns").hide();
|
1852 |
-
}
|
1853 |
-
else
|
1854 |
-
{
|
1855 |
-
jQuery(ref).next(".sfsiplus_right_info").children("p").children(".sfsiplus_sub-subtitle").show();
|
1856 |
-
jQuery(ref).next(".sfsiplus_right_info").children(".sfsiplus_tab_3_icns").show();
|
1857 |
-
}
|
1858 |
-
}
|
1859 |
-
function sfsiplus_togglbtmsection(show, hide, ref)
|
1860 |
-
{
|
1861 |
-
jQuery(ref).parent("ul").children("li.clckbltglcls").each(function(index, element)
|
1862 |
-
{
|
1863 |
-
jQuery(this).children(".radio").css("background-position", "0px 0px");
|
1864 |
-
jQuery(this).children(".styled").attr("checked", "false");
|
1865 |
-
});
|
1866 |
-
jQuery(ref).children(".radio").css("background-position", "0px -41px");
|
1867 |
-
jQuery(ref).children(".styled").attr("checked", "true");
|
1868 |
-
|
1869 |
-
jQuery("."+show).show();
|
1870 |
-
jQuery("."+show).children(".radiodisplaysection").show();
|
1871 |
-
jQuery("."+hide).hide();
|
1872 |
-
jQuery("."+hide).children(".radiodisplaysection").hide();
|
1873 |
-
/*jQuery(ref).parent("ul").children("li").each(function(index, element)
|
1874 |
-
{
|
1875 |
-
var pos = jQuery(this).children(".radio").css("background-position");
|
1876 |
-
if(pos == "0px 0px")
|
1877 |
-
{
|
1878 |
-
jQuery(this).children(".radiodisplaysection").hide();
|
1879 |
-
}
|
1880 |
-
else
|
1881 |
-
{
|
1882 |
-
jQuery(this).children(".radiodisplaysection").show();
|
1883 |
-
}
|
1884 |
-
});
|
1885 |
-
var pos = jQuery(ref).children(".radio").css("background-position");
|
1886 |
-
if(pos != "0px 0px")
|
1887 |
-
{
|
1888 |
-
jQuery(ref).children(".radiodisplaysection").show();
|
1889 |
-
}
|
1890 |
-
else
|
1891 |
-
{
|
1892 |
-
jQuery(ref).children(".radiodisplaysection").hide();
|
1893 |
-
}*/
|
1894 |
-
}
|
1895 |
-
function checkforinfoslction(ref)
|
1896 |
-
{
|
1897 |
-
var pos = jQuery(ref).children(".checkbox").css("background-position");
|
1898 |
-
if(pos == "0px 0px")
|
1899 |
-
{
|
1900 |
-
jQuery(ref).next(".sfsiplus_right_info").children("p").children("label").hide();
|
1901 |
-
}
|
1902 |
-
else
|
1903 |
-
{
|
1904 |
-
jQuery(ref).next(".sfsiplus_right_info").children("p").children("label").show();
|
1905 |
-
}
|
1906 |
}
|
1 |
+
function sfsi_plus_update_index() {
|
2 |
+
var s = 1;
|
3 |
+
SFSI("ul.plus_icn_listing li.plus_custom").each(function() {
|
4 |
+
SFSI(this).children("span.sfsiplus_custom-txt").html("Custom " + s), s++;
|
5 |
+
}), cntt = 1, SFSI("div.cm_lnk").each(function() {
|
6 |
+
SFSI(this).find("h2.custom").find("span.sfsiCtxt").html("Custom " + cntt + ":"),
|
7 |
+
cntt++;
|
8 |
+
}), cntt = 1, SFSI("div.plus_custom_m").find("div.sfsiplus_custom_section").each(function() {
|
9 |
+
SFSI(this).find("label").html("Custom " + cntt + ":"), cntt++;
|
10 |
+
});
|
11 |
+
}
|
12 |
+
function sfsipluscollapse(s)
|
13 |
+
{
|
14 |
+
var i = !0, e = SFSI(s).closest("div.ui-accordion-content").prev("h3.ui-accordion-header"), t = SFSI(s).closest("div.ui-accordion-content").first();
|
15 |
+
e.toggleClass("ui-corner-all", i).toggleClass("accordion-header-active ui-state-active ui-corner-top", !i).attr("aria-selected", (!i).toString()),
|
16 |
+
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", i).toggleClass("ui-icon-triangle-1-s", !i),
|
17 |
+
t.toggleClass("accordion-content-active", !i), i ? t.slideUp() :t.slideDown();
|
18 |
+
}
|
19 |
+
function sfsi_plus_delete_CusIcon(s, i)
|
20 |
+
{
|
21 |
+
sfsiplus_beForeLoad();
|
22 |
+
var e = {
|
23 |
+
action:"plus_deleteIcons",
|
24 |
+
icon_name:i.attr("name")
|
25 |
+
};
|
26 |
+
SFSI.ajax({
|
27 |
+
url:ajax_object.ajax_url,
|
28 |
+
type:"post",
|
29 |
+
data:e,
|
30 |
+
dataType:"json",
|
31 |
+
success:function(e) {
|
32 |
+
if ("success" == e.res) {
|
33 |
+
sfsiplus_showErrorSuc("success", "Saved !", 1);
|
34 |
+
var t = e.last_index + 1;
|
35 |
+
var attr = i.attr("name");
|
36 |
+
attr = attr.replace('plus', '');
|
37 |
+
SFSI("#plus_total_cusotm_icons").val(e.total_up), SFSI(s).closest(".plus_custom").remove(),
|
38 |
+
SFSI("li.plus_custom:last-child").addClass("bdr_btm_non"), SFSI(".plus_custom-links").find("div." + attr).remove(),
|
39 |
+
SFSI(".plus_custom_m").find("div." + attr).remove(), SFSI(".plus_share_icon_order").children("li." + attr).remove(),
|
40 |
+
SFSI("ul.plus_sfsi_sample_icons").children("li." + attr).remove();
|
41 |
+
var n = e.total_up + 1;
|
42 |
+
4 == e.total_up && SFSI(".plus_icn_listing").append('<li id="plus_c' + t + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + t + '_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + t + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + n + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>');
|
43 |
+
} else sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1);
|
44 |
+
return sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step5(),
|
45 |
+
sfsiplus_afterLoad(), "suc";
|
46 |
+
}
|
47 |
+
});
|
48 |
+
}
|
49 |
+
function plus_update_Sec5Iconorder()
|
50 |
+
{
|
51 |
+
SFSI("ul.plus_share_icon_order").children("li").each(function() {
|
52 |
+
SFSI(this).attr("data-index", SFSI(this).index() + 1);
|
53 |
+
});
|
54 |
+
}
|
55 |
+
function sfsi_plus_section_Display(s, i)
|
56 |
+
{
|
57 |
+
"hide" == i ? (SFSI("." + s + " :input").prop("disabled", !0), SFSI("." + s + " :button").prop("disabled", !0),
|
58 |
+
SFSI("." + s).hide()) :(SFSI("." + s + " :input").removeAttr("disabled", !0), SFSI("." + s + " :button").removeAttr("disabled", !0),
|
59 |
+
SFSI("." + s).show());
|
60 |
+
}
|
61 |
+
function sfsi_plus_depened_sections()
|
62 |
+
{
|
63 |
+
if ("sfsi" == SFSI("input[name='sfsi_plus_rss_icons']:checked").val()) {
|
64 |
+
for (i = 0; 16 > i; i++) {
|
65 |
+
var s = i + 1, e = 74 * i;
|
66 |
+
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-588px -" + e + "px");
|
67 |
+
}
|
68 |
+
var t = SFSI(".icon_img").attr("src");
|
69 |
+
if(t)
|
70 |
+
{
|
71 |
+
if (t.indexOf("subscribe") !=-1)
|
72 |
+
{
|
73 |
+
var n = t.replace("subscribe.png", "sf_arow_icn.png");
|
74 |
+
}
|
75 |
+
else
|
76 |
+
{
|
77 |
+
var n = t.replace("email.png", "sf_arow_icn.png");
|
78 |
+
}
|
79 |
+
SFSI(".icon_img").attr("src", n);
|
80 |
+
}
|
81 |
+
}
|
82 |
+
else
|
83 |
+
{
|
84 |
+
if("email" == SFSI("input[name='sfsi_plus_rss_icons']:checked").val())
|
85 |
+
{
|
86 |
+
for (SFSI(".sfsiplus_row_1_2").css("background-position", "-58px 0"), i = 0; 16 > i; i++) {
|
87 |
+
var s = i + 1, e = 74 * i;
|
88 |
+
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-58px -" + e + "px");
|
89 |
+
}
|
90 |
+
var t = SFSI(".icon_img").attr("src");
|
91 |
+
if (t) {
|
92 |
+
if (t.indexOf("sf_arow_icn") !=-1)
|
93 |
+
{
|
94 |
+
var n = t.replace("sf_arow_icn.png", "email.png");
|
95 |
+
}
|
96 |
+
else
|
97 |
+
{
|
98 |
+
var n = t.replace("subscribe.png", "email.png");
|
99 |
+
}
|
100 |
+
SFSI(".icon_img").attr("src", n);
|
101 |
+
}
|
102 |
+
}
|
103 |
+
else
|
104 |
+
{
|
105 |
+
for (SFSI(".sfsiplus_row_1_2").css("background-position", "-649px 0"), i = 0; 16 > i; i++) {
|
106 |
+
var s = i + 1, e = 74 * i;
|
107 |
+
SFSI(".sfsiplus_row_" + s + "_2").css("background-position", "-649px -" + e + "px");
|
108 |
+
}
|
109 |
+
var t = SFSI(".icon_img").attr("src");
|
110 |
+
if (t) {
|
111 |
+
if (t.indexOf("email") !=-1)
|
112 |
+
{
|
113 |
+
var n = t.replace("email.png", "subscribe.png");
|
114 |
+
}
|
115 |
+
else
|
116 |
+
{
|
117 |
+
var n = t.replace("sf_arow_icn.png", "subscribe.png");
|
118 |
+
}
|
119 |
+
SFSI(".icon_img").attr("src", n);
|
120 |
+
}
|
121 |
+
}
|
122 |
+
}
|
123 |
+
SFSI("input[name='sfsi_plus_rss_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_rss_section", "show") :sfsi_plus_section_Display("sfsiplus_rss_section", "hide"),
|
124 |
+
SFSI("input[name='sfsi_plus_email_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_email_section", "show") :sfsi_plus_section_Display("sfsiplus_email_section", "hide"),
|
125 |
+
SFSI("input[name='sfsi_plus_facebook_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_facebook_section", "show") :sfsi_plus_section_Display("sfsiplus_facebook_section", "hide"),
|
126 |
+
SFSI("input[name='sfsi_plus_twitter_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_twitter_section", "show") :sfsi_plus_section_Display("sfsiplus_twitter_section", "hide"),
|
127 |
+
SFSI("input[name='sfsi_plus_google_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_google_section", "show") :sfsi_plus_section_Display("sfsiplus_google_section", "hide"),
|
128 |
+
SFSI("input[name='sfsi_plus_share_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_share_section", "show") :sfsi_plus_section_Display("sfsiplus_share_section", "hide"),
|
129 |
+
SFSI("input[name='sfsi_plus_youtube_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_youtube_section", "show") :sfsi_plus_section_Display("sfsiplus_youtube_section", "hide"),
|
130 |
+
SFSI("input[name='sfsi_plus_pinterest_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_pinterest_section", "show") :sfsi_plus_section_Display("sfsiplus_pinterest_section", "hide"),
|
131 |
+
SFSI("input[name='sfsi_plus_instagram_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_instagram_section", "show") :sfsi_plus_section_Display("sfsiplus_instagram_section", "hide"),
|
132 |
+
SFSI("input[name='sfsi_plus_houzz_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_houzz_section", "show") :sfsi_plus_section_Display("sfsiplus_houzz_section", "hide"),
|
133 |
+
SFSI("input[name='sfsi_plus_linkedin_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_linkedin_section", "show") :sfsi_plus_section_Display("sfsiplus_linkedin_section", "hide"),
|
134 |
+
SFSI("input[element-type='sfsiplus-cusotm-icon']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_custom_section", "show") :sfsi_plus_section_Display("sfsiplus_custom_section", "hide");
|
135 |
+
}
|
136 |
+
function PlusCustomIConSectionsUpdate()
|
137 |
+
{
|
138 |
+
sfsi_plus_section_Display("counter".ele, show);
|
139 |
+
}
|
140 |
+
// Upload Custom Skin {Monad}
|
141 |
+
function plus_sfsi_customskin_upload(s, ref)
|
142 |
+
{
|
143 |
+
var ttl = jQuery(ref).attr("title");
|
144 |
+
var i = s, e = {
|
145 |
+
action:"plus_UploadSkins",
|
146 |
+
custom_imgurl:i
|
147 |
+
};
|
148 |
+
SFSI.ajax({
|
149 |
+
url:ajax_object.ajax_url,
|
150 |
+
type:"post",
|
151 |
+
data:e,
|
152 |
+
success:function(msg) {
|
153 |
+
if (msg.res = "success")
|
154 |
+
{
|
155 |
+
var arr = s.split('=');
|
156 |
+
jQuery(ref).prev('.imgskin').attr('src', arr[1]);
|
157 |
+
jQuery(ref).prev('.imgskin').css("display","block");
|
158 |
+
jQuery(ref).text("Update");
|
159 |
+
jQuery(ref).next('.dlt_btn').css("display","block");
|
160 |
+
}
|
161 |
+
}
|
162 |
+
});
|
163 |
+
}
|
164 |
+
// Delete Custom Skin {Monad}
|
165 |
+
function sfsiplus_deleteskin_icon(s)
|
166 |
+
{
|
167 |
+
var iconname = jQuery(s).attr("title");
|
168 |
+
var i = iconname, e = {
|
169 |
+
action:"plus_DeleteSkin",
|
170 |
+
iconname:i
|
171 |
+
};
|
172 |
+
|
173 |
+
SFSI.ajax({
|
174 |
+
url:ajax_object.ajax_url,
|
175 |
+
type:"post",
|
176 |
+
data:e,
|
177 |
+
success:function(msg) {
|
178 |
+
if (msg.res = "success")
|
179 |
+
{
|
180 |
+
SFSI(s).prev("a").text("Upload");
|
181 |
+
SFSI(s).prev("a").prev("img").attr("src",'');
|
182 |
+
SFSI(s).prev("a").prev("img").css("display","none");
|
183 |
+
SFSI(s).css("display","none");
|
184 |
+
}
|
185 |
+
}
|
186 |
+
});
|
187 |
+
}
|
188 |
+
// Save Custom Skin {Monad}
|
189 |
+
function SFSI_plus_done()
|
190 |
+
{
|
191 |
+
e = { action:"plus_Iamdone" };
|
192 |
+
|
193 |
+
SFSI.ajax({
|
194 |
+
url:ajax_object.ajax_url,
|
195 |
+
type:"post",
|
196 |
+
data:e,
|
197 |
+
success:function(msg) {
|
198 |
+
jQuery("li.cstomskins_upload").children(".sfsiplus_icns_tab_3").html(msg);
|
199 |
+
SFSI("input[name='sfsi_plus_rss_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_rss_section", "show") :sfsi_plus_section_Display("sfsiplus_rss_section", "hide"),SFSI("input[name='sfsi_plus_email_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_email_section", "show") :sfsi_plus_section_Display("sfsiplus_email_section", "hide"),SFSI("input[name='sfsi_plus_facebook_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_facebook_section", "show") :sfsi_plus_section_Display("sfsiplus_facebook_section", "hide"), SFSI("input[name='sfsi_plus_twitter_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_twitter_section", "show") :sfsi_plus_section_Display("sfsiplus_twitter_section", "hide"),SFSI("input[name='sfsi_plus_google_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_google_section", "show") :sfsi_plus_section_Display("sfsiplus_google_section", "hide"), SFSI("input[name='sfsi_plus_share_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_share_section", "show") :sfsi_plus_section_Display("sfsiplus_share_section", "hide"), SFSI("input[name='sfsi_plus_youtube_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_youtube_section", "show") :sfsi_plus_section_Display("sfsiplus_youtube_section", "hide"), SFSI("input[name='sfsi_plus_pinterest_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_pinterest_section", "show") :sfsi_plus_section_Display("sfsiplus_pinterest_section", "hide"), SFSI("input[name='sfsi_plus_instagram_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_instagram_section", "show") :sfsi_plus_section_Display("sfsiplus_instagram_section", "hide"), SFSI("input[name='sfsi_plus_houzz_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_houzz_section", "show") :sfsi_plus_section_Display("sfsiplus_houzz_section", "hide"), SFSI("input[name='sfsi_plus_linkedin_display']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_linkedin_section", "show") :sfsi_plus_section_Display("sfsiplus_linkedin_section", "hide"), SFSI("input[element-type='sfsiplus-cusotm-icon']").prop("checked") ? sfsi_plus_section_Display("sfsiplus_custom_section", "show") :sfsi_plus_section_Display("sfsiplus_custom_section", "hide");
|
200 |
+
SFSI(".cstmskins-overlay").hide("slow");
|
201 |
+
sfsi_plus_update_step3() && sfsipluscollapse(this);
|
202 |
+
}
|
203 |
+
});
|
204 |
+
}
|
205 |
+
// Upload Custom Icons {Monad}
|
206 |
+
function plus_sfsi_newcustomicon_upload(s)
|
207 |
+
{
|
208 |
+
var i = s, e = {
|
209 |
+
action:"plus_UploadIcons",
|
210 |
+
custom_imgurl:i
|
211 |
+
};
|
212 |
+
SFSI.ajax({
|
213 |
+
url:ajax_object.ajax_url,
|
214 |
+
type:"post",
|
215 |
+
data:e,
|
216 |
+
dataType:"json",
|
217 |
+
async:!0,
|
218 |
+
success:function(s) {
|
219 |
+
if(s.res == 'success')
|
220 |
+
{
|
221 |
+
sfsiplus_afterIconSuccess(s);
|
222 |
+
}
|
223 |
+
else
|
224 |
+
{
|
225 |
+
SFSI(".upload-overlay").hide("slow");
|
226 |
+
SFSI(".uperror").html(s.res);
|
227 |
+
sfsiplus_showErrorSuc("Error", "Some Error Occured During Upload Custom Icon", 1)
|
228 |
+
}
|
229 |
+
}
|
230 |
+
});
|
231 |
+
}
|
232 |
+
function sfsi_plus_update_step1()
|
233 |
+
{
|
234 |
+
var nonce = SFSI("#sfsi_plus_save1").attr("data-nonce");
|
235 |
+
global_error = 0, sfsiplus_beForeLoad(), sfsi_plus_depened_sections();
|
236 |
+
var s = !1, i = SFSI("input[name='sfsi_plus_rss_display']:checked").val(), e = SFSI("input[name='sfsi_plus_email_display']:checked").val(), t = SFSI("input[name='sfsi_plus_facebook_display']:checked").val(), n = SFSI("input[name='sfsi_plus_twitter_display']:checked").val(), o = SFSI("input[name='sfsi_plus_google_display']:checked").val(), a = SFSI("input[name='sfsi_plus_share_display']:checked").val(), r = SFSI("input[name='sfsi_plus_youtube_display']:checked").val(), c = SFSI("input[name='sfsi_plus_pinterest_display']:checked").val(), p = SFSI("input[name='sfsi_plus_linkedin_display']:checked").val(), _ = SFSI("input[name='sfsi_plus_instagram_display']:checked").val(), houzz = SFSI("input[name='sfsi_plus_houzz_display']:checked").val(), l = SFSI("input[name='sfsi_custom1_display']:checked").val(), S = SFSI("input[name='sfsi_custom2_display']:checked").val(), u = SFSI("input[name='sfsi_custom3_display']:checked").val(), f = SFSI("input[name='sfsi_custom4_display']:checked").val(), d = SFSI("input[name='sfsi_custom5_display']:checked").val(), I = {
|
237 |
+
action:"plus_updateSrcn1",
|
238 |
+
sfsi_plus_rss_display:i,
|
239 |
+
sfsi_plus_email_display:e,
|
240 |
+
sfsi_plus_facebook_display:t,
|
241 |
+
sfsi_plus_twitter_display:n,
|
242 |
+
sfsi_plus_google_display:o,
|
243 |
+
sfsi_plus_share_display:a,
|
244 |
+
sfsi_plus_youtube_display:r,
|
245 |
+
sfsi_plus_pinterest_display:c,
|
246 |
+
sfsi_plus_linkedin_display:p,
|
247 |
+
sfsi_plus_instagram_display:_,
|
248 |
+
sfsi_plus_houzz_display:houzz,
|
249 |
+
sfsi_custom1_display:l,
|
250 |
+
sfsi_custom2_display:S,
|
251 |
+
sfsi_custom3_display:u,
|
252 |
+
sfsi_custom4_display:f,
|
253 |
+
sfsi_custom5_display:d,
|
254 |
+
nonce:nonce
|
255 |
+
};
|
256 |
+
SFSI.ajax({
|
257 |
+
url:ajax_object.ajax_url,
|
258 |
+
type:"post",
|
259 |
+
data:I,
|
260 |
+
async:!0,
|
261 |
+
dataType:"json",
|
262 |
+
success:function(i) {
|
263 |
+
if(i=="wrong_nonce")
|
264 |
+
{
|
265 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 1);
|
266 |
+
s = !1;
|
267 |
+
sfsiplus_afterLoad();
|
268 |
+
}
|
269 |
+
else
|
270 |
+
{
|
271 |
+
"success" == i ? (sfsiplus_showErrorSuc("success", "Saved !", 1), sfsipluscollapse("#sfsi_plus_save1"),
|
272 |
+
sfsi_plus_make_popBox()) :(global_error = 1, sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1),
|
273 |
+
s = !1), sfsiplus_afterLoad();
|
274 |
+
}
|
275 |
+
}
|
276 |
+
});
|
277 |
+
}
|
278 |
+
function sfsi_plus_update_step2()
|
279 |
+
{
|
280 |
+
var nonce = SFSI("#sfsi_plus_save2").attr("data-nonce");
|
281 |
+
var s = sfsi_plus_validationStep2();
|
282 |
+
if (!s) return global_error = 1, !1;
|
283 |
+
sfsiplus_beForeLoad();
|
284 |
+
var i = 1 == SFSI("input[name='sfsi_plus_rss_url']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_url']").val(), e = 1 == SFSI("input[name='sfsi_plus_rss_icons']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_icons']:checked").val(), t = 1 == SFSI("input[name='sfsi_plus_facebookPage_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookPage_option']:checked").val(), n = 1 == SFSI("input[name='sfsi_plus_facebookLike_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookLike_option']:checked").val(), o = 1 == SFSI("input[name='sfsi_plus_facebookShare_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebookShare_option']:checked").val(), a = SFSI("input[name='sfsi_plus_facebookPage_url']").val(), r = 1 == SFSI("input[name='sfsi_plus_twitter_followme']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_followme']:checked").val(), c = 1 == SFSI("input[name='sfsi_plus_twitter_followUserName']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_followUserName']").val(), p = 1 == SFSI("input[name='sfsi_plus_twitter_aboutPage']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_aboutPage']:checked").val(), _ = 1 == SFSI("input[name='sfsi_plus_twitter_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_page']:checked").val(), l = SFSI("input[name='sfsi_plus_twitter_pageURL']").val(), S = SFSI("textarea[name='sfsi_plus_twitter_aboutPageText']").val(), u = 1 == SFSI("input[name='sfsi_plus_google_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_page']:checked").val(), f = 1 == SFSI("input[name='sfsi_plus_googleLike_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_googleLike_option']:checked").val(), d = SFSI("input[name='sfsi_plus_google_pageURL']").val(), I = 1 == SFSI("input[name='sfsi_plus_googleShare_option']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_googleShare_option']:checked").val(), m = 1 == SFSI("input[name='sfsi_plus_youtube_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_page']:checked").val(), F = 1 == SFSI("input[name='sfsi_plus_youtube_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_pageUrl']").val(), h = 1 == SFSI("input[name='sfsi_plus_youtube_follow']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_follow']:checked").val(), cls = SFSI("input[name='sfsi_plus_youtubeusernameorid']:checked").val(), v = SFSI("input[name='sfsi_plus_ytube_user']").val(), vchid = SFSI("input[name='sfsi_plus_ytube_chnlid']").val(), g = 1 == SFSI("input[name='sfsi_plus_pinterest_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_page']:checked").val(), k = 1 == SFSI("input[name='sfsi_plus_pinterest_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_pageUrl']").val(), y = 1 == SFSI("input[name='sfsi_plus_pinterest_pingBlog']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_pingBlog']:checked").val(), b = 1 == SFSI("input[name='sfsi_plus_instagram_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_pageUrl']").val(), houzz = 1 == SFSI("input[name='sfsi_plus_houzz_pageUrl']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_pageUrl']").val(), w = 1 == SFSI("input[name='sfsi_plus_linkedin_page']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_page']:checked").val(), x = 1 == SFSI("input[name='sfsi_plus_linkedin_pageURL']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_pageURL']").val(), C = 1 == SFSI("input[name='sfsi_plus_linkedin_follow']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_follow']:checked").val(), D = SFSI("input[name='sfsi_plus_linkedin_followCompany']").val(), U = 1 == SFSI("input[name='sfsi_plus_linkedin_SharePage']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedin_SharePage']:checked").val(), O = SFSI("input[name='sfsi_plus_linkedin_recommendBusines']:checked").val(), T = SFSI("input[name='sfsi_plus_linkedin_recommendProductId']").val(), j = SFSI("input[name='sfsi_plus_linkedin_recommendCompany']").val(), P = {};
|
285 |
+
SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function() {
|
286 |
+
P[SFSI(this).attr("file-id")] = this.value;
|
287 |
+
});
|
288 |
+
var M = {
|
289 |
+
action:"plus_updateSrcn2",
|
290 |
+
sfsi_plus_rss_url:i,
|
291 |
+
sfsi_plus_rss_icons:e,
|
292 |
+
sfsi_plus_facebookPage_option:t,
|
293 |
+
sfsi_plus_facebookLike_option:n,
|
294 |
+
sfsi_plus_facebookShare_option:o,
|
295 |
+
sfsi_plus_facebookPage_url:a,
|
296 |
+
sfsi_plus_twitter_followme:r,
|
297 |
+
sfsi_plus_twitter_followUserName:c,
|
298 |
+
sfsi_plus_twitter_aboutPage:p,
|
299 |
+
sfsi_plus_twitter_page:_,
|
300 |
+
sfsi_plus_twitter_pageURL:l,
|
301 |
+
sfsi_plus_twitter_aboutPageText:S,
|
302 |
+
sfsi_plus_google_page:u,
|
303 |
+
sfsi_plus_googleLike_option:f,
|
304 |
+
sfsi_plus_google_pageURL:d,
|
305 |
+
sfsi_plus_googleShare_option:I,
|
306 |
+
sfsi_plus_youtube_page:m,
|
307 |
+
sfsi_plus_youtube_pageUrl:F,
|
308 |
+
sfsi_plus_youtube_follow:h,
|
309 |
+
sfsi_plus_youtubeusernameorid:cls,
|
310 |
+
sfsi_plus_ytube_user:v,
|
311 |
+
sfsi_plus_ytube_chnlid:vchid,
|
312 |
+
sfsi_plus_pinterest_page:g,
|
313 |
+
sfsi_plus_pinterest_pageUrl:k,
|
314 |
+
sfsi_plus_instagram_pageUrl:b,
|
315 |
+
sfsi_plus_houzz_pageUrl:houzz,
|
316 |
+
sfsi_plus_pinterest_pingBlog:y,
|
317 |
+
sfsi_plus_linkedin_page:w,
|
318 |
+
sfsi_plus_linkedin_pageURL:x,
|
319 |
+
sfsi_plus_linkedin_follow:C,
|
320 |
+
sfsi_plus_linkedin_followCompany:D,
|
321 |
+
sfsi_plus_linkedin_SharePage:U,
|
322 |
+
sfsi_plus_linkedin_recommendBusines:O,
|
323 |
+
sfsi_plus_linkedin_recommendCompany:j,
|
324 |
+
sfsi_plus_linkedin_recommendProductId:T,
|
325 |
+
sfsi_plus_custom_links:P,
|
326 |
+
nonce:nonce
|
327 |
+
};
|
328 |
+
SFSI.ajax({
|
329 |
+
url:ajax_object.ajax_url,
|
330 |
+
type:"post",
|
331 |
+
data:M,
|
332 |
+
async:!0,
|
333 |
+
dataType:"json",
|
334 |
+
success:function(s) {
|
335 |
+
if(s == "wrong_nonce")
|
336 |
+
{
|
337 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 2);
|
338 |
+
return_value = !1;
|
339 |
+
sfsiplus_afterLoad();
|
340 |
+
}
|
341 |
+
else
|
342 |
+
{
|
343 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 2), sfsipluscollapse("#sfsi_plus_save2"),
|
344 |
+
sfsi_plus_depened_sections()) :(global_error = 1, sfsiplus_showErrorSuc("error", "Unkown error , please try again", 2),
|
345 |
+
return_value = !1), sfsiplus_afterLoad();
|
346 |
+
}
|
347 |
+
}
|
348 |
+
});
|
349 |
+
}
|
350 |
+
function sfsi_plus_update_step3()
|
351 |
+
{
|
352 |
+
var nonce = SFSI("#sfsi_plus_save3").attr("data-nonce");
|
353 |
+
var s = sfsi_plus_validationStep3();
|
354 |
+
if (!s) return global_error = 1, !1;
|
355 |
+
sfsiplus_beForeLoad();
|
356 |
+
var i = SFSI("input[name='sfsi_plus_actvite_theme']:checked").val(), e = SFSI("input[name='sfsi_plus_mouseOver']:checked").val(), t = SFSI("input[name='sfsi_plus_shuffle_icons']:checked").val(), n = SFSI("input[name='sfsi_plus_shuffle_Firstload']:checked").val(), o = SFSI("#sfsi_plus_mouseOver_effect option:selected").val(), a = SFSI("input[name='sfsi_plus_shuffle_interval']:checked").val(), r = SFSI("input[name='sfsi_plus_shuffle_intervalTime']").val(), c = SFSI("input[name='sfsi_plus_specialIcon_animation']:checked").val(), p = SFSI("input[name='sfsi_plus_specialIcon_MouseOver']:checked").val(), _ = SFSI("input[name='sfsi_plus_specialIcon_Firstload']:checked").val(), l = SFSI("#sfsi_plus_specialIcon_Firstload_Icons option:selected").val(), S = SFSI("input[name='sfsi_plus_specialIcon_interval']:checked").val(), u = SFSI("input[name='sfsi_plus_specialIcon_intervalTime']").val(), f = SFSI("#sfsi_plus_specialIcon_intervalIcons option:selected").val(), d = {
|
357 |
+
action:"plus_updateSrcn3",
|
358 |
+
sfsi_plus_actvite_theme:i,
|
359 |
+
sfsi_plus_mouseOver:e,
|
360 |
+
sfsi_plus_shuffle_icons:t,
|
361 |
+
sfsi_plus_shuffle_Firstload:n,
|
362 |
+
sfsi_plus_mouseOver_effect:o,
|
363 |
+
sfsi_plus_shuffle_interval:a,
|
364 |
+
sfsi_plus_shuffle_intervalTime:r,
|
365 |
+
sfsi_plus_specialIcon_animation:c,
|
366 |
+
sfsi_plus_specialIcon_MouseOver:p,
|
367 |
+
sfsi_plus_specialIcon_Firstload:_,
|
368 |
+
sfsi_plus_specialIcon_Firstload_Icons:l,
|
369 |
+
sfsi_plus_specialIcon_interval:S,
|
370 |
+
sfsi_plus_specialIcon_intervalTime:u,
|
371 |
+
sfsi_plus_specialIcon_intervalIcons:f,
|
372 |
+
nonce:nonce
|
373 |
+
};
|
374 |
+
SFSI.ajax({
|
375 |
+
url:ajax_object.ajax_url,
|
376 |
+
type:"post",
|
377 |
+
data:d,
|
378 |
+
async:!0,
|
379 |
+
dataType:"json",
|
380 |
+
success:function(s) {
|
381 |
+
if(s == "wrong_nonce")
|
382 |
+
{
|
383 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 3);
|
384 |
+
return_value = !1;
|
385 |
+
sfsiplus_afterLoad();
|
386 |
+
}
|
387 |
+
else
|
388 |
+
{
|
389 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 3), sfsipluscollapse("#sfsi_plus_save3")) :(sfsiplus_showErrorSuc("error", "Unkown error , please try again", 3),
|
390 |
+
return_value = !1), sfsiplus_afterLoad();
|
391 |
+
}
|
392 |
+
}
|
393 |
+
});
|
394 |
+
}
|
395 |
+
function sfsi_plus_show_counts()
|
396 |
+
{
|
397 |
+
"yes" == SFSI("input[name='sfsi_plus_display_counts']:checked").val() ? (SFSI(".sfsiplus_count_sections").slideDown(),
|
398 |
+
sfsi_plus_showPreviewCounts()) :(SFSI(".sfsiplus_count_sections").slideUp(), sfsi_plus_showPreviewCounts());
|
399 |
+
}
|
400 |
+
function sfsi_plus_showPreviewCounts()
|
401 |
+
{
|
402 |
+
var s = 0;
|
403 |
+
1 == SFSI("input[name='sfsi_plus_rss_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_rss_countsDisplay").css("opacity", 1),
|
404 |
+
s = 1) :SFSI("#sfsi_plus_rss_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_email_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_email_countsDisplay").css("opacity", 1),
|
405 |
+
s = 1) :SFSI("#sfsi_plus_email_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity", 1),
|
406 |
+
s = 1) :SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_twitter_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_twitter_countsDisplay").css("opacity", 1),
|
407 |
+
s = 1) :SFSI("#sfsi_plus_twitter_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_google_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_google_countsDisplay").css("opacity", 1),
|
408 |
+
s = 1) :SFSI("#sfsi_plus_google_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_linkedIn_countsDisplay").css("opacity", 1),
|
409 |
+
s = 1) :SFSI("#sfsi_plus_linkedIn_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity", 1),
|
410 |
+
s = 1) :SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_pinterest_countsDisplay").css("opacity", 1),
|
411 |
+
s = 1) :SFSI("#sfsi_plus_pinterest_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_shares_countsDisplay").css("opacity", 1),
|
412 |
+
s = 1) :SFSI("#sfsi_plus_shares_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity", 1),
|
413 |
+
s = 1) :SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity", 0), 1 == SFSI("input[name='sfsi_plus_houzz_countsDisplay']").prop("checked") ? (SFSI("#sfsi_plus_houzz_countsDisplay").css("opacity", 1),
|
414 |
+
s = 1) :SFSI("#sfsi_plus_houzz_countsDisplay").css("opacity", 0), 0 == s || "no" == SFSI("input[name='sfsi_plus_display_counts']:checked").val() ? SFSI(".sfsi_Cdisplay").hide() :SFSI(".sfsi_Cdisplay").show();
|
415 |
+
}
|
416 |
+
function sfsi_plus_show_OnpostsDisplay()
|
417 |
+
{
|
418 |
+
//"yes" == SFSI("input[name='sfsi_plus_show_Onposts']:checked").val() ? SFSI(".sfsiplus_PostsSettings_section").slideDown() :SFSI(".sfsiplus_PostsSettings_section").slideUp();
|
419 |
+
}
|
420 |
+
function sfsi_plus_update_step4()
|
421 |
+
{
|
422 |
+
var nonce = SFSI("#sfsi_plus_save4").attr("data-nonce");
|
423 |
+
var s = !1, i = sfsi_plus_validationStep4();
|
424 |
+
if (!i) return global_error = 1, !1;
|
425 |
+
sfsiplus_beForeLoad();
|
426 |
+
var e = SFSI("input[name='sfsi_plus_display_counts']:checked").val(), t = 1 == SFSI("input[name='sfsi_plus_email_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_countsDisplay']:checked").val(), n = 1 == SFSI("input[name='sfsi_plus_email_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_countsFrom']:checked").val(), o = SFSI("input[name='sfsi_plus_email_manualCounts']").val(), a = SFSI("input[name='sfsi_plus_google_api_key']").val(), r = 1 == SFSI("input[name='sfsi_plus_rss_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_countsDisplay']:checked").val(), c = SFSI("input[name='sfsi_plus_rss_manualCounts']").val(), p = 1 == SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_countsDisplay']:checked").val(), _ = 1 == SFSI("input[name='sfsi_plus_facebook_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val(), mp = SFSI("input[name='sfsi_plus_facebook_mypageCounts']").val(), l = SFSI("input[name='sfsi_plus_facebook_manualCounts']").val(), S = 1 == SFSI("input[name='sfsi_plus_twitter_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_countsDisplay']:checked").val(), u = 1 == SFSI("input[name='sfsi_plus_twitter_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_countsFrom']:checked").val(), f = SFSI("input[name='sfsi_plus_twitter_manualCounts']").val(), d = SFSI("input[name='sfsiplus_tw_consumer_key']").val(), I = SFSI("input[name='sfsiplus_tw_consumer_secret']").val(), m = SFSI("input[name='sfsiplus_tw_oauth_access_token']").val(), F = SFSI("input[name='sfsiplus_tw_oauth_access_token_secret']").val(), h = 1 == SFSI("input[name='sfsi_plus_google_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_countsDisplay']:checked").val(), v = 1 == SFSI("input[name='sfsi_plus_google_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val(), g = SFSI("input[name='sfsi_plus_google_manualCounts']").val(), k = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val(), y = SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").val(), b = SFSI("input[name='sfsi_plus_ln_company']").val(), w = SFSI("input[name='sfsi_plus_ln_api_key']").val(), x = SFSI("input[name='sfsi_plus_ln_secret_key']").val(), C = SFSI("input[name='sfsi_plus_ln_oAuth_user_token']").val(), D = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsDisplay']:checked").val(), k = 1 == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val(), y = SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").val(), U = 1 == SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_countsDisplay']:checked").val(), O = 1 == SFSI("input[name='sfsi_plus_youtube_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_countsFrom']:checked").val(), T = SFSI("input[name='sfsi_plus_youtube_manualCounts']").val(), j = SFSI("input[name='sfsi_plus_youtube_user']").val(), P = 1 == SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_countsDisplay']:checked").val(), M = 1 == SFSI("input[name='sfsi_plus_pinterest_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_countsFrom']:checked").val(), L = SFSI("input[name='sfsi_plus_pinterest_manualCounts']").val(), B = SFSI("input[name='sfsi_plus_pinterest_user']").val(), E = SFSI("input[name='sfsi_plus_pinterest_board']").val(), z = 1 == SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_countsDisplay']:checked").val(), A = 1 == SFSI("input[name='sfsi_plus_instagram_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val(), N = SFSI("input[name='sfsi_plus_instagram_manualCounts']").val(), H = SFSI("input[name='sfsi_plus_instagram_User']").val(), R = 1 == SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_shares_countsDisplay']:checked").val(), W = 1 == SFSI("input[name='sfsi_plus_shares_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val(), q = SFSI("input[name='sfsi_plus_shares_manualCounts']").val(), houzzDisplay = 1 == SFSI("input[name='sfsi_plus_houzz_countsDisplay']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_countsDisplay']:checked").val(), houzzFrom = 1 == SFSI("input[name='sfsi_plus_houzz_countsFrom']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_countsFrom']:checked").val(), houzzCount = SFSI("input[name='sfsi_plus_houzz_manualCounts']").val(), $ = {
|
427 |
+
action:"plus_updateSrcn4",
|
428 |
+
sfsi_plus_display_counts:e,
|
429 |
+
sfsi_plus_email_countsDisplay:t,
|
430 |
+
sfsi_plus_email_countsFrom:n,
|
431 |
+
sfsi_plus_email_manualCounts:o,
|
432 |
+
sfsi_plus_rss_countsDisplay:r,
|
433 |
+
sfsi_plus_rss_manualCounts:c,
|
434 |
+
sfsi_plus_facebook_countsDisplay:p,
|
435 |
+
sfsi_plus_facebook_countsFrom:_,
|
436 |
+
sfsi_plus_facebook_mypageCounts:mp,
|
437 |
+
sfsi_plus_facebook_manualCounts:l,
|
438 |
+
sfsi_plus_twitter_countsDisplay:S,
|
439 |
+
sfsi_plus_twitter_countsFrom:u,
|
440 |
+
sfsi_plus_twitter_manualCounts:f,
|
441 |
+
sfsiplus_tw_consumer_key:d,
|
442 |
+
sfsiplus_tw_consumer_secret:I,
|
443 |
+
sfsiplus_tw_oauth_access_token:m,
|
444 |
+
sfsiplus_tw_oauth_access_token_secret:F,
|
445 |
+
sfsi_plus_google_countsDisplay:h,
|
446 |
+
sfsi_plus_google_countsFrom:v,
|
447 |
+
sfsi_plus_google_manualCounts:g,
|
448 |
+
sfsi_plus_google_api_key:a,
|
449 |
+
sfsi_plus_linkedIn_countsDisplay:D,
|
450 |
+
sfsi_plus_linkedIn_countsFrom:k,
|
451 |
+
sfsi_plus_linkedIn_manualCounts:y,
|
452 |
+
sfsi_plus_ln_company:b,
|
453 |
+
sfsi_plus_ln_api_key:w,
|
454 |
+
sfsi_plus_ln_secret_key:x,
|
455 |
+
sfsi_plus_ln_oAuth_user_token:C,
|
456 |
+
sfsi_plus_youtube_countsDisplay:U,
|
457 |
+
sfsi_plus_youtube_countsFrom:O,
|
458 |
+
sfsi_plus_youtube_manualCounts:T,
|
459 |
+
sfsi_plus_youtube_user:j,
|
460 |
+
sfsi_plus_youtube_channelId: SFSI("input[name='sfsi_plus_youtube_channelId']").val(),
|
461 |
+
sfsi_plus_pinterest_countsDisplay:P,
|
462 |
+
sfsi_plus_pinterest_countsFrom:M,
|
463 |
+
sfsi_plus_pinterest_manualCounts:L,
|
464 |
+
sfsi_plus_pinterest_user:B,
|
465 |
+
sfsi_plus_pinterest_board:E,
|
466 |
+
sfsi_plus_instagram_countsDisplay:z,
|
467 |
+
sfsi_plus_instagram_countsFrom:A,
|
468 |
+
sfsi_plus_instagram_manualCounts:N,
|
469 |
+
sfsi_plus_instagram_User:H,
|
470 |
+
sfsi_plus_shares_countsDisplay:R,
|
471 |
+
sfsi_plus_shares_countsFrom:W,
|
472 |
+
sfsi_plus_shares_manualCounts:q,
|
473 |
+
sfsi_plus_houzz_countsDisplay:houzzDisplay,
|
474 |
+
sfsi_plus_houzz_countsFrom:houzzFrom,
|
475 |
+
sfsi_plus_houzz_manualCounts:houzzCount,
|
476 |
+
nonce:nonce
|
477 |
+
};
|
478 |
+
return SFSI.ajax({
|
479 |
+
url:ajax_object.ajax_url,
|
480 |
+
type:"post",
|
481 |
+
data:$,
|
482 |
+
dataType:"json",
|
483 |
+
async:!0,
|
484 |
+
success:function(s) {
|
485 |
+
if(s == "wrong_nonce")
|
486 |
+
{
|
487 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 4);
|
488 |
+
global_error = 1;
|
489 |
+
sfsiplus_afterLoad();
|
490 |
+
}
|
491 |
+
else
|
492 |
+
{
|
493 |
+
"success" == s.res ? (sfsiplus_showErrorSuc("success", "Saved !", 4), sfsipluscollapse("#sfsi_plus_save4"),
|
494 |
+
sfsi_plus_showPreviewCounts()) :(sfsiplus_showErrorSuc("error", "Unkown error , please try again", 4),
|
495 |
+
global_error = 1), sfsiplus_afterLoad();
|
496 |
+
}
|
497 |
+
}
|
498 |
+
}), s;
|
499 |
+
}
|
500 |
+
function sfsi_plus_update_step5()
|
501 |
+
{
|
502 |
+
var nonce = SFSI("#sfsi_plus_save5").attr("data-nonce");
|
503 |
+
sfsi_plus_update_step3();
|
504 |
+
var s = sfsi_plus_validationStep5();
|
505 |
+
if (!s) return global_error = 1, !1;
|
506 |
+
sfsiplus_beForeLoad();
|
507 |
+
var i = SFSI("input[name='sfsi_plus_icons_size']").val(), e = SFSI("input[name='sfsi_plus_icons_perRow']").val(), t = SFSI("input[name='sfsi_plus_icons_spacing']").val(), n = SFSI("#sfsi_plus_icons_Alignment").val(),
|
508 |
+
followicon = SFSI("#sfsi_plus_follow_icons_language").val(),
|
509 |
+
facebookicon = SFSI("#sfsi_plus_facebook_icons_language").val(),
|
510 |
+
twittericon = SFSI("#sfsi_plus_twitter_icons_language").val(),
|
511 |
+
googleicon = SFSI("#sfsi_plus_google_icons_language").val(),
|
512 |
+
lang = SFSI("#sfsi_plus_icons_language").val(), o = SFSI("input[name='sfsi_plus_icons_ClickPageOpen']:checked").val(), a = SFSI("input[name='sfsi_plus_icons_float']:checked").val(), dsb = SFSI("input[name='sfsi_plus_disable_floaticons']:checked").val(), dsbv = SFSI("input[name='sfsi_plus_disable_viewport']:checked").val(), r = SFSI("#sfsi_plus_icons_floatPosition").val(), c = SFSI("input[name='sfsi_plus_icons_stick']:checked").val(), p = SFSI("#sfsi_plus_rssIcon_order").attr("data-index"), _ = SFSI("#sfsi_plus_emailIcon_order").attr("data-index"), l = SFSI("#sfsi_plus_googleIcon_order").attr("data-index"), S = SFSI("#sfsi_plus_facebookIcon_order").attr("data-index"), u = SFSI("#sfsi_plus_twitterIcon_order").attr("data-index"), f = SFSI("#sfsi_plus_youtubeIcon_order").attr("data-index"), d = SFSI("#sfsi_plus_pinterestIcon_order").attr("data-index"), I = SFSI("#sfsi_plus_instagramIcon_order").attr("data-index"), m = SFSI("#sfsi_plus_shareIcon_order").attr("data-index"), F = SFSI("#sfsi_plus_linkedinIcon_order").attr("data-index"), houzzOrder = SFSI("#sfsi_plus_houzzIcon_order").attr("data-index"), h = new Array();
|
513 |
+
SFSI(".sfsiplus_custom_iconOrder").each(function()
|
514 |
+
{
|
515 |
+
h.push({
|
516 |
+
order:SFSI(this).attr("data-index"),
|
517 |
+
ele:SFSI(this).attr("element-id")
|
518 |
+
});
|
519 |
+
});
|
520 |
+
var v = 1 == SFSI("input[name='sfsi_plus_rss_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_rss_MouseOverText']").val(), g = 1 == SFSI("input[name='sfsi_plus_email_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_email_MouseOverText']").val(), k = 1 == SFSI("input[name='sfsi_plus_twitter_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_twitter_MouseOverText']").val(), y = 1 == SFSI("input[name='sfsi_plus_facebook_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_facebook_MouseOverText']").val(), b = 1 == SFSI("input[name='sfsi_plus_google_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_google_MouseOverText']").val(), w = 1 == SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").val(), x = 1 == SFSI("input[name='sfsi_plus_youtube_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_youtube_MouseOverText']").val(), C = 1 == SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").val(), D = 1 == SFSI("input[name='sfsi_plus_instagram_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_instagram_MouseOverText']").val(), D = 1 == SFSI("input[name='sfsi_plus_houzz_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_houzz_MouseOverText']").val(), U = 1 == SFSI("input[name='sfsi_plus_share_MouseOverText']").prop("disabled") ? "" :SFSI("input[name='sfsi_plus_share_MouseOverText']").val(), O = {};
|
521 |
+
SFSI("input[name='sfsi_plus_custom_MouseOverTexts[]']").each(function() {
|
522 |
+
O[SFSI(this).attr("file-id")] = this.value;
|
523 |
+
});
|
524 |
+
var T = {
|
525 |
+
action:"plus_updateSrcn5",
|
526 |
+
sfsi_plus_icons_size:i,
|
527 |
+
sfsi_plus_icons_Alignment:n,
|
528 |
+
sfsi_plus_icons_perRow:e,
|
529 |
+
sfsi_plus_follow_icons_language:followicon,
|
530 |
+
sfsi_plus_facebook_icons_language:facebookicon,
|
531 |
+
sfsi_plus_twitter_icons_language:twittericon,
|
532 |
+
sfsi_plus_google_icons_language:googleicon,
|
533 |
+
sfsi_plus_icons_language:lang,
|
534 |
+
sfsi_plus_icons_spacing:t,
|
535 |
+
sfsi_plus_icons_ClickPageOpen:o,
|
536 |
+
sfsi_plus_icons_float:a,
|
537 |
+
sfsi_plus_disable_floaticons:dsb,
|
538 |
+
sfsi_plus_disable_viewport: dsbv,
|
539 |
+
sfsi_plus_icons_floatPosition:r,
|
540 |
+
sfsi_plus_icons_stick:c,
|
541 |
+
sfsi_plus_rss_MouseOverText:v,
|
542 |
+
sfsi_plus_email_MouseOverText:g,
|
543 |
+
sfsi_plus_twitter_MouseOverText:k,
|
544 |
+
sfsi_plus_facebook_MouseOverText:y,
|
545 |
+
sfsi_plus_google_MouseOverText:b,
|
546 |
+
sfsi_plus_youtube_MouseOverText:x,
|
547 |
+
sfsi_plus_linkedIn_MouseOverText:w,
|
548 |
+
sfsi_plus_pinterest_MouseOverText:C,
|
549 |
+
sfsi_plus_share_MouseOverText:U,
|
550 |
+
sfsi_plus_instagram_MouseOverText:D,
|
551 |
+
sfsi_plus_houzz_MouseOverText:D,
|
552 |
+
sfsi_plus_custom_MouseOverTexts:O,
|
553 |
+
sfsi_plus_rssIcon_order:p,
|
554 |
+
sfsi_plus_emailIcon_order:_,
|
555 |
+
sfsi_plus_facebookIcon_order:S,
|
556 |
+
sfsi_plus_twitterIcon_order:u,
|
557 |
+
sfsi_plus_googleIcon_order:l,
|
558 |
+
sfsi_plus_youtubeIcon_order:f,
|
559 |
+
sfsi_plus_pinterestIcon_order:d,
|
560 |
+
sfsi_plus_shareIcon_order:m,
|
561 |
+
sfsi_plus_instagramIcon_order:I,
|
562 |
+
sfsi_plus_houzzIcon_order:houzzOrder,
|
563 |
+
sfsi_plus_linkedinIcon_order:F,
|
564 |
+
sfsi_plus_custom_orders:h,
|
565 |
+
nonce:nonce
|
566 |
+
};
|
567 |
+
SFSI.ajax({
|
568 |
+
url:ajax_object.ajax_url,
|
569 |
+
type:"post",
|
570 |
+
data:T,
|
571 |
+
dataType:"json",
|
572 |
+
async:!0,
|
573 |
+
success:function(s) {
|
574 |
+
if(s == "wrong_nonce")
|
575 |
+
{
|
576 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 5);
|
577 |
+
global_error = 1;
|
578 |
+
sfsiplus_afterLoad();
|
579 |
+
}
|
580 |
+
else
|
581 |
+
{
|
582 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 5), sfsipluscollapse("#sfsi_plus_save5")) :(global_error = 1,
|
583 |
+
sfsiplus_showErrorSuc("error", "Unkown error , please try again", 5)), sfsiplus_afterLoad();
|
584 |
+
}
|
585 |
+
}
|
586 |
+
});
|
587 |
+
}
|
588 |
+
function sfsi_plus_update_step6()
|
589 |
+
{
|
590 |
+
var nonce = SFSI("#sfsi_plus_save6").attr("data-nonce");
|
591 |
+
sfsiplus_beForeLoad();
|
592 |
+
var s = SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(), i = SFSI("input[name='sfsi_plus_textBefor_icons']").val(), e = SFSI("#sfsi_plus_icons_alignment").val(), t = SFSI("#sfsi_plus_icons_DisplayCounts").val(), n = {
|
593 |
+
action:"plus_updateSrcn6",
|
594 |
+
sfsi_plus_show_Onposts:s,
|
595 |
+
sfsi_plus_icons_DisplayCounts:t,
|
596 |
+
sfsi_plus_icons_alignment:e,
|
597 |
+
sfsi_plus_textBefor_icons:i,
|
598 |
+
nonce:nonce
|
599 |
+
};
|
600 |
+
SFSI.ajax({
|
601 |
+
url:ajax_object.ajax_url,
|
602 |
+
type:"post",
|
603 |
+
data:n,
|
604 |
+
dataType:"json",
|
605 |
+
async:!0,
|
606 |
+
success:function(s) {
|
607 |
+
if(s == "wrong_nonce")
|
608 |
+
{
|
609 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 6);
|
610 |
+
global_error = 1;
|
611 |
+
sfsiplus_afterLoad();
|
612 |
+
}
|
613 |
+
else
|
614 |
+
{
|
615 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 6), sfsipluscollapse("#sfsi_plus_save6")) :(global_error = 1,
|
616 |
+
sfsiplus_showErrorSuc("error", "Unkown error , please try again", 6)), sfsiplus_afterLoad();
|
617 |
+
}
|
618 |
+
}
|
619 |
+
});
|
620 |
+
}
|
621 |
+
function sfsi_plus_update_step7()
|
622 |
+
{
|
623 |
+
var nonce = SFSI("#sfsi_plus_save7").attr("data-nonce");
|
624 |
+
var s = sfsi_plus_validationStep7();
|
625 |
+
if (!s) return global_error = 1, !1;
|
626 |
+
sfsiplus_beForeLoad();
|
627 |
+
var i = SFSI("input[name='sfsi_plus_popup_text']").val(), e = SFSI("#sfsi_plus_popup_font option:selected").val(), t = (SFSI("#sfsi_plus_popup_fontStyle option:selected").val(),
|
628 |
+
SFSI("input[name='sfsi_plus_popup_fontColor']").val()), n = SFSI("input[name='sfsi_plus_popup_fontSize']").val(), o = SFSI("input[name='sfsi_plus_popup_background_color']").val(), a = SFSI("input[name='sfsi_plus_popup_border_color']").val(), r = SFSI("input[name='sfsi_plus_popup_border_thickness']").val(), c = SFSI("input[name='sfsi_plus_popup_border_shadow']:checked").val(), p = SFSI("input[name='sfsi_plus_Show_popupOn']:checked").val(), _ = [];
|
629 |
+
SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
630 |
+
_[s] = SFSI(i).val();
|
631 |
+
});
|
632 |
+
var l = SFSI("input[name='sfsi_plus_Shown_pop']:checked").val(), S = SFSI("input[name='sfsi_plus_Shown_popupOnceTime']").val(), u = SFSI("#sfsi_plus_Shown_popuplimitPerUserTime").val(), f = {
|
633 |
+
action:"plus_updateSrcn7",
|
634 |
+
sfsi_plus_popup_text:i,
|
635 |
+
sfsi_plus_popup_font:e,
|
636 |
+
sfsi_plus_popup_fontColor:t,
|
637 |
+
sfsi_plus_popup_fontSize:n,
|
638 |
+
sfsi_plus_popup_background_color:o,
|
639 |
+
sfsi_plus_popup_border_color:a,
|
640 |
+
sfsi_plus_popup_border_thickness:r,
|
641 |
+
sfsi_plus_popup_border_shadow:c,
|
642 |
+
sfsi_plus_Show_popupOn:p,
|
643 |
+
sfsi_plus_Show_popupOn_PageIDs:_,
|
644 |
+
sfsi_plus_Shown_pop:l,
|
645 |
+
sfsi_plus_Shown_popupOnceTime:S,
|
646 |
+
sfsi_plus_Shown_popuplimitPerUserTime:u,
|
647 |
+
nonce:nonce
|
648 |
+
};
|
649 |
+
SFSI.ajax({
|
650 |
+
url:ajax_object.ajax_url,
|
651 |
+
type:"post",
|
652 |
+
data:f,
|
653 |
+
dataType:"json",
|
654 |
+
async:!0,
|
655 |
+
success:function(s) {
|
656 |
+
if(s == "wrong_nonce")
|
657 |
+
{
|
658 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 7);
|
659 |
+
sfsiplus_afterLoad();
|
660 |
+
}
|
661 |
+
else
|
662 |
+
{
|
663 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 7), sfsipluscollapse("#sfsi_plus_save7")) :sfsiplus_showErrorSuc("error", "Unkown error , please try again", 7),
|
664 |
+
sfsiplus_afterLoad();
|
665 |
+
}
|
666 |
+
}
|
667 |
+
});
|
668 |
+
}
|
669 |
+
function sfsi_plus_update_step8()
|
670 |
+
{
|
671 |
+
var nonce = SFSI("#sfsi_plus_save8").attr("data-nonce");
|
672 |
+
var s = sfsi_plus_validationStep7();
|
673 |
+
s = true;
|
674 |
+
if (!s) return global_error = 1, !1;
|
675 |
+
sfsiplus_beForeLoad();
|
676 |
+
var i = SFSI("input[name='sfsi_plus_show_via_widget']:checked").val(),
|
677 |
+
e = SFSI("input[name='sfsi_plus_float_on_page']:checked").val(),
|
678 |
+
t = SFSI("input[name='sfsi_plus_float_page_position']:checked").val(),
|
679 |
+
n = SFSI("input[name='sfsi_plus_place_item_manually']:checked").val(),
|
680 |
+
o = SFSI("input[name='sfsi_plus_show_item_onposts']:checked").val(),
|
681 |
+
a = SFSI("input[name='sfsi_plus_display_button_type']:checked").val(),
|
682 |
+
r = SFSI("input[name='sfsi_plus_post_icons_size']").val(),
|
683 |
+
c = SFSI("input[name='sfsi_plus_post_icons_spacing']").val(),
|
684 |
+
p = SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(),
|
685 |
+
v = SFSI("input[name='sfsi_plus_textBefor_icons']").val(),
|
686 |
+
x = SFSI("#sfsi_plus_icons_alignment").val(),
|
687 |
+
z = SFSI("#sfsi_plus_icons_DisplayCounts").val(),
|
688 |
+
b = SFSI("input[name='sfsi_plus_display_before_posts']:checked").val(),
|
689 |
+
d = SFSI("input[name='sfsi_plus_display_after_posts']:checked").val(),
|
690 |
+
/*f = SFSI("input[name='sfsi_plus_display_on_postspage']:checked").val(),
|
691 |
+
g = SFSI("input[name='sfsi_plus_display_on_homepage']:checked").val(),*/
|
692 |
+
f = SFSI("input[name='sfsi_plus_display_before_blogposts']:checked").val(),
|
693 |
+
g = SFSI("input[name='sfsi_plus_display_after_blogposts']:checked").val(),
|
694 |
+
rsub = SFSI("input[name='sfsi_plus_rectsub']:checked").val(),
|
695 |
+
rfb = SFSI("input[name='sfsi_plus_rectfb']:checked").val(),
|
696 |
+
rgp = SFSI("input[name='sfsi_plus_rectgp']:checked").val(),
|
697 |
+
rshr = SFSI("input[name='sfsi_plus_rectshr']:checked").val(),
|
698 |
+
rtwr = SFSI("input[name='sfsi_plus_recttwtr']:checked").val(),
|
699 |
+
rpin = SFSI("input[name='sfsi_plus_rectpinit']:checked").val(),
|
700 |
+
rfbshare = SFSI("input[name='sfsi_plus_rectfbshare']:checked").val(),
|
701 |
+
_ = [];
|
702 |
+
/*SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
703 |
+
_[s] = SFSI(i).val()
|
704 |
+
});*/
|
705 |
+
var mst = SFSI("input[name='sfsi_plus_icons_floatMargin_top']").val(), msb = SFSI("input[name='sfsi_plus_icons_floatMargin_bottom']").val(), msl = SFSI("input[name='sfsi_plus_icons_floatMargin_left']").val(), msr = SFSI("input[name='sfsi_plus_icons_floatMargin_right']").val();
|
706 |
+
|
707 |
+
var f = {
|
708 |
+
action: "plus_updateSrcn8",
|
709 |
+
sfsi_plus_show_via_widget: i,
|
710 |
+
sfsi_plus_float_on_page: e,
|
711 |
+
sfsi_plus_float_page_position: t,
|
712 |
+
sfsi_plus_icons_floatMargin_top:mst,
|
713 |
+
sfsi_plus_icons_floatMargin_bottom:msb,
|
714 |
+
sfsi_plus_icons_floatMargin_left:msl,
|
715 |
+
sfsi_plus_icons_floatMargin_right:msr,
|
716 |
+
sfsi_plus_place_item_manually: n,
|
717 |
+
sfsi_plus_show_item_onposts: o,
|
718 |
+
sfsi_plus_display_button_type: a,
|
719 |
+
sfsi_plus_post_icons_size: r,
|
720 |
+
sfsi_plus_post_icons_spacing: c,
|
721 |
+
sfsi_plus_show_Onposts: p,
|
722 |
+
sfsi_plus_textBefor_icons: v,
|
723 |
+
sfsi_plus_icons_alignment: x,
|
724 |
+
sfsi_plus_icons_DisplayCounts: z,
|
725 |
+
sfsi_plus_display_before_posts: b,
|
726 |
+
sfsi_plus_display_after_posts: d,
|
727 |
+
/*sfsi_plus_display_on_postspage: f,
|
728 |
+
sfsi_plus_display_on_homepage: g*/
|
729 |
+
sfsi_plus_display_before_blogposts: f,
|
730 |
+
sfsi_plus_display_after_blogposts: g,
|
731 |
+
sfsi_plus_rectsub: rsub,
|
732 |
+
sfsi_plus_rectfb: rfb,
|
733 |
+
sfsi_plus_rectgp: rgp,
|
734 |
+
sfsi_plus_rectshr: rshr,
|
735 |
+
sfsi_plus_recttwtr: rtwr,
|
736 |
+
sfsi_plus_rectpinit: rpin,
|
737 |
+
sfsi_plus_rectfbshare: rfbshare,
|
738 |
+
nonce:nonce
|
739 |
+
};
|
740 |
+
SFSI.ajax({
|
741 |
+
url: ajax_object.ajax_url,
|
742 |
+
type: "post",
|
743 |
+
data: f,
|
744 |
+
dataType: "json",
|
745 |
+
async: !0,
|
746 |
+
success: function(s) {
|
747 |
+
if(s == "wrong_nonce")
|
748 |
+
{
|
749 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 8);
|
750 |
+
sfsiplus_afterLoad();
|
751 |
+
}
|
752 |
+
else
|
753 |
+
{
|
754 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 8), sfsipluscollapse("#sfsi_plus_save8")) : sfsiplus_showErrorSuc("error", "Unkown error , please try again", 8), sfsiplus_afterLoad()
|
755 |
+
}
|
756 |
+
}
|
757 |
+
})
|
758 |
+
}
|
759 |
+
function sfsi_plus_update_step9()
|
760 |
+
{
|
761 |
+
var nonce = SFSI("#sfsi_plus_save9").attr("data-nonce");
|
762 |
+
sfsiplus_beForeLoad();
|
763 |
+
var ie = SFSI("input[name='sfsi_plus_form_adjustment']:checked").val(),
|
764 |
+
je = SFSI("input[name='sfsi_plus_form_height']").val(),
|
765 |
+
ke = SFSI("input[name='sfsi_plus_form_width']").val(),
|
766 |
+
le = SFSI("input[name='sfsi_plus_form_border']:checked").val(),
|
767 |
+
me = SFSI("input[name='sfsi_plus_form_border_thickness']").val(),
|
768 |
+
ne = SFSI("input[name='sfsi_plus_form_border_color']").val(),
|
769 |
+
oe = SFSI("input[name='sfsi_plus_form_background']").val(),
|
770 |
+
|
771 |
+
ae = SFSI("input[name='sfsi_plus_form_heading_text']").val(),
|
772 |
+
be = SFSI("#sfsi_plus_form_heading_font option:selected").val(),
|
773 |
+
ce = SFSI("#sfsi_plus_form_heading_fontstyle option:selected").val(),
|
774 |
+
de = SFSI("input[name='sfsi_plus_form_heading_fontcolor']").val(),
|
775 |
+
ee = SFSI("input[name='sfsi_plus_form_heading_fontsize']").val(),
|
776 |
+
fe = SFSI("#sfsi_plus_form_heading_fontalign option:selected").val(),
|
777 |
+
|
778 |
+
ue = SFSI("input[name='sfsi_plus_form_field_text']").val(),
|
779 |
+
ve = SFSI("#sfsi_plus_form_field_font option:selected").val(),
|
780 |
+
we = SFSI("#sfsi_plus_form_field_fontstyle option:selected").val(),
|
781 |
+
xe = SFSI("input[name='sfsi_plus_form_field_fontcolor']").val(),
|
782 |
+
ye = SFSI("input[name='sfsi_plus_form_field_fontsize']").val(),
|
783 |
+
ze = SFSI("#sfsi_plus_form_field_fontalign option:selected").val(),
|
784 |
+
|
785 |
+
i = SFSI("input[name='sfsi_plus_form_button_text']").val(),
|
786 |
+
j = SFSI("#sfsi_plus_form_button_font option:selected").val(),
|
787 |
+
k = SFSI("#sfsi_plus_form_button_fontstyle option:selected").val(),
|
788 |
+
l = SFSI("input[name='sfsi_plus_form_button_fontcolor']").val(),
|
789 |
+
m = SFSI("input[name='sfsi_plus_form_button_fontsize']").val(),
|
790 |
+
n = SFSI("#sfsi_plus_form_button_fontalign option:selected").val(),
|
791 |
+
o = SFSI("input[name='sfsi_plus_form_button_background']").val();
|
792 |
+
|
793 |
+
var f = {
|
794 |
+
action:"plus_updateSrcn9",
|
795 |
+
sfsi_plus_form_adjustment:ie,
|
796 |
+
sfsi_plus_form_height:je,
|
797 |
+
sfsi_plus_form_width:ke,
|
798 |
+
sfsi_plus_form_border:le,
|
799 |
+
sfsi_plus_form_border_thickness:me,
|
800 |
+
sfsi_plus_form_border_color: ne,
|
801 |
+
sfsi_plus_form_background: oe,
|
802 |
+
|
803 |
+
sfsi_plus_form_heading_text:ae,
|
804 |
+
sfsi_plus_form_heading_font:be,
|
805 |
+
sfsi_plus_form_heading_fontstyle:ce,
|
806 |
+
sfsi_plus_form_heading_fontcolor:de,
|
807 |
+
sfsi_plus_form_heading_fontsize:ee,
|
808 |
+
sfsi_plus_form_heading_fontalign:fe,
|
809 |
+
|
810 |
+
sfsi_plus_form_field_text:ue,
|
811 |
+
sfsi_plus_form_field_font:ve,
|
812 |
+
sfsi_plus_form_field_fontstyle:we,
|
813 |
+
sfsi_plus_form_field_fontcolor:xe,
|
814 |
+
sfsi_plus_form_field_fontsize:ye,
|
815 |
+
sfsi_plus_form_field_fontalign:ze,
|
816 |
+
|
817 |
+
sfsi_plus_form_button_text:i,
|
818 |
+
sfsi_plus_form_button_font:j,
|
819 |
+
sfsi_plus_form_button_fontstyle:k,
|
820 |
+
sfsi_plus_form_button_fontcolor:l,
|
821 |
+
sfsi_plus_form_button_fontsize:m,
|
822 |
+
sfsi_plus_form_button_fontalign:n,
|
823 |
+
sfsi_plus_form_button_background:o,
|
824 |
+
|
825 |
+
nonce:nonce
|
826 |
+
};
|
827 |
+
SFSI.ajax({
|
828 |
+
url:ajax_object.ajax_url,
|
829 |
+
type:"post",
|
830 |
+
data:f,
|
831 |
+
dataType:"json",
|
832 |
+
async:!0,
|
833 |
+
success:function(s) {
|
834 |
+
if(s == "wrong_nonce")
|
835 |
+
{
|
836 |
+
sfsiplus_showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 9);
|
837 |
+
sfsiplus_afterLoad();
|
838 |
+
}
|
839 |
+
else
|
840 |
+
{
|
841 |
+
"success" == s ? (sfsiplus_showErrorSuc("success", "Saved !", 9), sfsipluscollapse("#sfsi_plus_save9"), sfsi_plus_create_suscriber_form()) :sfsiplus_showErrorSuc("error", "Unkown error , please try again", 9),
|
842 |
+
sfsiplus_afterLoad();
|
843 |
+
}
|
844 |
+
}
|
845 |
+
});
|
846 |
+
}
|
847 |
+
function sfsiplus_afterIconSuccess(s)
|
848 |
+
{
|
849 |
+
if (s.res = "success") {
|
850 |
+
var i = s.key + 1, e = s.element, t = e + 1;
|
851 |
+
SFSI("#plus_total_cusotm_icons").val(s.element);
|
852 |
+
SFSI(".upload-overlay").hide("slow");
|
853 |
+
SFSI(".uperror").html("");
|
854 |
+
sfsiplus_showErrorSuc("success", "Custom Icon updated successfully", 1);
|
855 |
+
d = new Date();
|
856 |
+
|
857 |
+
SFSI("li.plus_custom:last-child").removeClass("bdr_btm_non");
|
858 |
+
SFSI("li.plus_custom:last-child").children("span.plus_custom-img").children("img").attr("src", s.img_path+ "?" + d.getTime());
|
859 |
+
SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("ele-type");
|
860 |
+
SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("isnew");
|
861 |
+
icons_name = SFSI("li.plus_custom:last-child").find("input.styled").attr("name");
|
862 |
+
var n = icons_name.split("_");
|
863 |
+
s.key = s.key, s.img_path += "?" + d.getTime(), 5 > e && SFSI(".plus_icn_listing").append('<li id="plus_c' + i + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + i + '" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + i + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + t + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>'),
|
864 |
+
SFSI(".sfsiplus_custom_section").show(), SFSI(".plus_custom-links").append(' <div class="row sfsiICON_' + s.key + ' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="' + s.img_path + "?" + d.getTime() + '" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom ' + e + '</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_' + s.key + '" ><label>Link :</label><input file-id="' + s.key + '" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');
|
865 |
+
var o = SFSI("div.plus_custom_m").find("div.mouseover_field").length;
|
866 |
+
SFSI("div.plus_custom_m").append(0 == o % 2 ? '<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>' :'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>'),
|
867 |
+
SFSI("ul.plus_share_icon_order").append('<li class="sfsiplus_custom_iconOrder sfsiICON_' + s.key + '" data-index="" element-id="' + s.key + '" id=""><a href="#" title="Custom Icon" ><img src="' + s.img_path + '" alt="Linked In" class="sfcm"/></a></li>'),
|
868 |
+
SFSI("ul.plus_sfsi_sample_icons").append('<li class="sfsiICON_' + s.key + '" element-id="' + s.key + '" ><div><img src="' + s.img_path + '" alt="Linked In" class="sfcm"/><span class="sfsi_Cdisplay">12k</span></div></li>'),
|
869 |
+
sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step2(),
|
870 |
+
sfsi_plus_update_step5(), SFSI(".upload-overlay").css("pointer-events", "auto"), sfsi_plus_showPreviewCounts(),
|
871 |
+
sfsiplus_afterLoad();
|
872 |
+
}
|
873 |
+
}
|
874 |
+
function sfsiplus_beforeIconSubmit(s)
|
875 |
+
{
|
876 |
+
if (SFSI(".uperror").html("Uploading....."), window.File && window.FileReader && window.FileList && window.Blob) {
|
877 |
+
SFSI(s).val() || SFSI(".uperror").html("File is empty");
|
878 |
+
var i = s.files[0].size, e = s.files[0].type;
|
879 |
+
switch (e) {
|
880 |
+
case "image/png":
|
881 |
+
case "image/gif":
|
882 |
+
case "image/jpeg":
|
883 |
+
case "image/pjpeg":
|
884 |
+
break;
|
885 |
+
|
886 |
+
default:
|
887 |
+
return SFSI(".uperror").html("Unsupported file"), !1;
|
888 |
+
}
|
889 |
+
return i > 1048576 ? (SFSI(".uperror").html("Image should be less than 1 MB"), !1) :!0;
|
890 |
+
}
|
891 |
+
return !0;
|
892 |
+
}
|
893 |
+
function sfsiplus_bytesToSize(s)
|
894 |
+
{
|
895 |
+
var i = [ "Bytes", "KB", "MB", "GB", "TB" ];
|
896 |
+
if (0 == s) return "0 Bytes";
|
897 |
+
var e = parseInt(Math.floor(Math.log(s) / Math.log(1024)));
|
898 |
+
return Math.round(s / Math.pow(1024, e), 2) + " " + i[e];
|
899 |
+
}
|
900 |
+
function sfsiplus_showErrorSuc(s, i, e)
|
901 |
+
{
|
902 |
+
if ("error" == s) var t = "errorMsg"; else var t = "sucMsg";
|
903 |
+
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
904 |
+
SFSI(".tab" + e + ">." + t).effect("highlight", {}, 5e3), setTimeout(function() {
|
905 |
+
SFSI("." + t).slideUp("slow");
|
906 |
+
}, 5e3), !1;
|
907 |
+
}
|
908 |
+
function sfsiplus_beForeLoad()
|
909 |
+
{
|
910 |
+
SFSI(".loader-img").show(), SFSI(".save_button >a").html("Saving..."), SFSI(".save_button >a").css("pointer-events","none");
|
911 |
+
}
|
912 |
+
function sfsiplus_afterLoad()
|
913 |
+
{
|
914 |
+
SFSI("input").removeClass("inputError"), SFSI(".save_button >a").html(object_name.Sa_ve),
|
915 |
+
SFSI(".tab10>div.save_button >a").html(object_name1.Save_All_Settings),
|
916 |
+
SFSI(".save_button >a").css("pointer-events", "auto"), SFSI(".save_button >a").removeAttr("onclick"),
|
917 |
+
SFSI(".loader-img").hide();
|
918 |
+
}
|
919 |
+
function sfsi_plus_make_popBox()
|
920 |
+
{
|
921 |
+
var s = 0;
|
922 |
+
SFSI(".plus_sfsi_sample_icons >li").each(function() {
|
923 |
+
"none" != SFSI(this).css("display") && (s = 1);
|
924 |
+
}), 0 == s ? SFSI(".sfsi_plus_Popinner").hide() :SFSI(".sfsi_plus_Popinner").show(), "" != SFSI('input[name="sfsi_plus_popup_text"]').val() ? (SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),
|
925 |
+
SFSI(".sfsi_plus_Popinner >h2").show()) :SFSI(".sfsi_plus_Popinner >h2").hide(), SFSI(".sfsi_plus_Popinner").css({
|
926 |
+
"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),
|
927 |
+
"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),
|
928 |
+
"border-style":"solid"
|
929 |
+
}), SFSI(".sfsi_plus_Popinner").css("background-color", SFSI('input[name="sfsi_plus_popup_background_color"]').val()),
|
930 |
+
SFSI(".sfsi_plus_Popinner h2").css("font-family", SFSI("#sfsi_plus_popup_font").val()), SFSI(".sfsi_plus_Popinner h2").css("font-style", SFSI("#sfsi_plus_popup_fontStyle").val()),
|
931 |
+
SFSI(".sfsi_plus_Popinner >h2").css("font-size", parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),
|
932 |
+
SFSI(".sfsi_plus_Popinner >h2").css("color", SFSI('input[name="sfsi_plus_popup_fontColor"]').val() + " !important"),
|
933 |
+
"yes" == SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val() ? SFSI(".sfsi_plus_Popinner").css("box-shadow", "12px 30px 18px #CCCCCC") :SFSI(".sfsi_plus_Popinner").css("box-shadow", "none");
|
934 |
+
}
|
935 |
+
function sfsi_plus_stick_widget(s)
|
936 |
+
{
|
937 |
+
0 == sfsiplus_initTop.length && (SFSI(".sfsi_plus_widget").each(function(s) {
|
938 |
+
sfsiplus_initTop[s] = SFSI(this).position().top;
|
939 |
+
}), console.log(sfsiplus_initTop));
|
940 |
+
var i = SFSI(window).scrollTop(), e = [], t = [];
|
941 |
+
SFSI(".sfsi_plus_widget").each(function(s) {
|
942 |
+
e[s] = SFSI(this).position().top, t[s] = SFSI(this);
|
943 |
+
});
|
944 |
+
var n = !1;
|
945 |
+
for (var o in e) {
|
946 |
+
var a = parseInt(o) + 1;
|
947 |
+
e[o] < i && e[a] > i && a < e.length ? (SFSI(t[o]).css({
|
948 |
+
position:"fixed",
|
949 |
+
top:s
|
950 |
+
}), SFSI(t[a]).css({
|
951 |
+
position:"",
|
952 |
+
top:sfsiplus_initTop[a]
|
953 |
+
}), n = !0) :SFSI(t[o]).css({
|
954 |
+
position:"",
|
955 |
+
top:sfsiplus_initTop[o]
|
956 |
+
});
|
957 |
+
}
|
958 |
+
if (!n) {
|
959 |
+
var r = e.length - 1, c = -1;
|
960 |
+
e.length > 1 && (c = e.length - 2), sfsiplus_initTop[r] < i ? (SFSI(t[r]).css({
|
961 |
+
position:"fixed",
|
962 |
+
top:s
|
963 |
+
}), c >= 0 && SFSI(t[c]).css({
|
964 |
+
position:"",
|
965 |
+
top:sfsiplus_initTop[c]
|
966 |
+
})) :(SFSI(t[r]).css({
|
967 |
+
position:"",
|
968 |
+
top:sfsiplus_initTop[r]
|
969 |
+
}), c >= 0 && e[c] < i);
|
970 |
+
}
|
971 |
+
}
|
972 |
+
function sfsi_plus_setCookie(s, i, e)
|
973 |
+
{
|
974 |
+
var t = new Date();
|
975 |
+
t.setTime(t.getTime() + 1e3 * 60 * 60 * 24 * e);
|
976 |
+
var n = "expires=" + t.toGMTString();
|
977 |
+
document.cookie = s + "=" + i + "; " + n;
|
978 |
+
}
|
979 |
+
function sfsfi_plus_getCookie(s)
|
980 |
+
{
|
981 |
+
for (var i = s + "=", e = document.cookie.split(";"), t = 0; t < e.length; t++) {
|
982 |
+
var n = e[t].trim();
|
983 |
+
if (0 == n.indexOf(i)) return n.substring(i.length, n.length);
|
984 |
+
}
|
985 |
+
return "";
|
986 |
+
}
|
987 |
+
function sfsi_plus_hideFooter() {}
|
988 |
+
|
989 |
+
window.onerror = function() {}, SFSI = jQuery.noConflict(), SFSI(window).load(function() {
|
990 |
+
SFSI("#sfpluspageLoad").fadeOut(2e3);
|
991 |
+
});
|
992 |
+
|
993 |
+
//changes done {Monad}
|
994 |
+
function sfsi_plus_selectText(containerid) {
|
995 |
+
if (document.selection) {
|
996 |
+
var range = document.body.createTextRange();
|
997 |
+
range.moveToElementText(document.getElementById(containerid));
|
998 |
+
range.select();
|
999 |
+
} else if (window.getSelection()) {
|
1000 |
+
var range = document.createRange();
|
1001 |
+
range.selectNode(document.getElementById(containerid));
|
1002 |
+
window.getSelection().removeAllRanges();
|
1003 |
+
window.getSelection().addRange(range);
|
1004 |
+
}
|
1005 |
+
}
|
1006 |
+
function sfsi_plus_create_suscriber_form()
|
1007 |
+
{
|
1008 |
+
//Popbox customization
|
1009 |
+
"no" == SFSI('input[name="sfsi_plus_form_adjustment"]:checked').val() ? SFSI(".sfsi_plus_subscribe_Popinner").css({"width": parseInt(SFSI('input[name="sfsi_plus_form_width"]').val()),"height":parseInt(SFSI('input[name="sfsi_plus_form_height"]').val())}) : SFSI(".sfsi_plus_subscribe_Popinner").css({"width": '',"height": ''});
|
1010 |
+
|
1011 |
+
"yes" == SFSI('input[name="sfsi_plus_form_adjustment"]:checked').val() ? SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").css({"width": "100%"}): '';
|
1012 |
+
|
1013 |
+
"yes" == SFSI('input[name="sfsi_plus_form_border"]:checked').val() ? SFSI(".sfsi_plus_subscribe_Popinner").css({"border": SFSI('input[name="sfsi_plus_form_border_thickness"]').val()+"px solid "+SFSI('input[name="sfsi_plus_form_border_color"]').val()}) : SFSI(".sfsi_plus_subscribe_Popinner").css("border", "none");
|
1014 |
+
|
1015 |
+
SFSI('input[name="sfsi_plus_form_background"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").css("background-color", SFSI('input[name="sfsi_plus_form_background"]').val())) : '';
|
1016 |
+
|
1017 |
+
//Heading customization
|
1018 |
+
SFSI('input[name="sfsi_plus_form_heading_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").html(SFSI('input[name="sfsi_plus_form_heading_text"]').val())) : SFSI(".sfsi_plus_subscribe_Popinner > form > h5").html('');
|
1019 |
+
|
1020 |
+
SFSI('#sfsi_plus_form_heading_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-family", SFSI("#sfsi_plus_form_heading_font").val())) : '';
|
1021 |
+
|
1022 |
+
if(SFSI('#sfsi_plus_form_heading_fontstyle').val() != 'bold')
|
1023 |
+
{
|
1024 |
+
SFSI('#sfsi_plus_form_heading_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-style", SFSI("#sfsi_plus_form_heading_fontstyle").val())) : '';
|
1025 |
+
SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-weight", '');
|
1026 |
+
}
|
1027 |
+
else
|
1028 |
+
{
|
1029 |
+
SFSI('#sfsi_plus_form_heading_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-weight","bold")) : '';
|
1030 |
+
SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("font-style", '');
|
1031 |
+
}
|
1032 |
+
|
1033 |
+
SFSI('input[name="sfsi_plus_form_heading_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("color", SFSI('input[name="sfsi_plus_form_heading_fontcolor"]').val())) : '';
|
1034 |
+
|
1035 |
+
SFSI('input[name="sfsi_plus_form_heading_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_heading_fontsize"]').val())})) : '';
|
1036 |
+
|
1037 |
+
SFSI('#sfsi_plus_form_heading_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner > form > h5").css("text-align", SFSI("#sfsi_plus_form_heading_fontalign").val())) : '';
|
1038 |
+
|
1039 |
+
//Field customization
|
1040 |
+
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').attr("placeholder", SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').attr("placeholder", '');
|
1041 |
+
|
1042 |
+
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".sfsi_plus_left_container > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val(SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".sfsi_plus_left_container > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val('');
|
1043 |
+
|
1044 |
+
SFSI('input[name="sfsi_plus_form_field_text"]').val() != "" ? (SFSI(".like_pop_box > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val(SFSI('input[name="sfsi_plus_form_field_text"]').val())) : SFSI(".like_pop_box > .sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').val('');
|
1045 |
+
|
1046 |
+
SFSI('#sfsi_plus_form_field_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-family", SFSI("#sfsi_plus_form_field_font").val())) : '';
|
1047 |
+
|
1048 |
+
if(SFSI('#sfsi_plus_form_field_fontstyle').val() != "bold")
|
1049 |
+
{
|
1050 |
+
SFSI('#sfsi_plus_form_field_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-style", SFSI("#sfsi_plus_form_field_fontstyle").val())) : '';
|
1051 |
+
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-weight", '');
|
1052 |
+
}
|
1053 |
+
else
|
1054 |
+
{
|
1055 |
+
SFSI('#sfsi_plus_form_field_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-weight", 'bold')) : '';
|
1056 |
+
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("font-style", '');
|
1057 |
+
}
|
1058 |
+
|
1059 |
+
SFSI('input[name="sfsi_plus_form_field_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("color", SFSI('input[name="sfsi_plus_form_field_fontcolor"]').val())) : '';
|
1060 |
+
|
1061 |
+
SFSI('input[name="sfsi_plus_form_field_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_field_fontsize"]').val())})) : '';
|
1062 |
+
|
1063 |
+
SFSI('#sfsi_plus_form_field_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="data[Widget][email]"]').css("text-align", SFSI("#sfsi_plus_form_field_fontalign").val())) : '';
|
1064 |
+
|
1065 |
+
//Button customization
|
1066 |
+
SFSI('input[name="sfsi_plus_form_button_text"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').attr("value", SFSI('input[name="sfsi_plus_form_button_text"]').val())) : '';
|
1067 |
+
|
1068 |
+
SFSI('#sfsi_plus_form_button_font').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-family", SFSI("#sfsi_plus_form_button_font").val())) : '';
|
1069 |
+
|
1070 |
+
if(SFSI('#sfsi_plus_form_button_fontstyle').val() != "bold")
|
1071 |
+
{
|
1072 |
+
SFSI('#sfsi_plus_form_button_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-style", SFSI("#sfsi_plus_form_button_fontstyle").val())) : '';
|
1073 |
+
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-weight", '');
|
1074 |
+
}
|
1075 |
+
else
|
1076 |
+
{
|
1077 |
+
SFSI('#sfsi_plus_form_button_fontstyle').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-weight", 'bold')) : '';
|
1078 |
+
SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("font-style", '');
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
SFSI('input[name="sfsi_plus_form_button_fontcolor"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("color", SFSI('input[name="sfsi_plus_form_button_fontcolor"]').val())) : '';
|
1082 |
+
|
1083 |
+
SFSI('input[name="sfsi_plus_form_button_fontsize"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css({"font-size": parseInt(SFSI('input[name="sfsi_plus_form_button_fontsize"]').val())})) : '';
|
1084 |
+
|
1085 |
+
SFSI('#sfsi_plus_form_button_fontalign').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("text-align", SFSI("#sfsi_plus_form_button_fontalign").val())) : '';
|
1086 |
+
|
1087 |
+
SFSI('input[name="sfsi_plus_form_button_background"]').val() != "" ? (SFSI(".sfsi_plus_subscribe_Popinner").find('input[name="subscribe"]').css("background-color", SFSI('input[name="sfsi_plus_form_button_background"]').val())) : '';
|
1088 |
+
|
1089 |
+
var innerHTML = SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").html();
|
1090 |
+
var styleCss = SFSI(".sfsi_plus_html > .sfsi_plus_subscribe_Popinner").attr("style");
|
1091 |
+
innerHTML = '<div style="'+styleCss+'">'+innerHTML+'</div>';
|
1092 |
+
SFSI(".sfsi_plus_subscription_html > xmp").html(innerHTML);
|
1093 |
+
|
1094 |
+
/*var data = {
|
1095 |
+
action:"getForm",
|
1096 |
+
heading: SFSI('input[name="sfsi_plus_form_heading_text"]').val(),
|
1097 |
+
placeholder:SFSI('input[name="sfsi_plus_form_field_text"]').val(),
|
1098 |
+
button:SFSI('input[name="sfsi_plus_form_button_text"]').val()
|
1099 |
+
};
|
1100 |
+
SFSI.ajax({
|
1101 |
+
url:ajax_object.ajax_url,
|
1102 |
+
type:"post",
|
1103 |
+
data:data,
|
1104 |
+
success:function(s) {
|
1105 |
+
SFSI(".sfsi_plus_subscription_html").html(s);
|
1106 |
+
}
|
1107 |
+
});*/
|
1108 |
+
}
|
1109 |
+
|
1110 |
+
var global_error = 0;
|
1111 |
+
SFSI(document).ready(function(s) {
|
1112 |
+
//changes done {Monad}
|
1113 |
+
|
1114 |
+
SFSI(".lanOnchange").change(function(){
|
1115 |
+
var currentDrpdown = SFSI(this).parents(".icons_size");
|
1116 |
+
var data = {
|
1117 |
+
action:"getIconPreview",
|
1118 |
+
iconValue: SFSI(this).val(),
|
1119 |
+
iconname: SFSI(this).attr( "data-iconUrl" )
|
1120 |
+
};
|
1121 |
+
SFSI.ajax({
|
1122 |
+
url:ajax_object.ajax_url,
|
1123 |
+
type:"post",
|
1124 |
+
data:data,
|
1125 |
+
success:function(s) {
|
1126 |
+
currentDrpdown.children(".social-img-link").html(s);
|
1127 |
+
}
|
1128 |
+
});
|
1129 |
+
});
|
1130 |
+
|
1131 |
+
SFSI(".sfsiplus_tab_3_icns").on("click", ".cstomskins_upload", function() {
|
1132 |
+
SFSI(".cstmskins-overlay").show("slow", function() {
|
1133 |
+
e = 0;
|
1134 |
+
});
|
1135 |
+
});
|
1136 |
+
SFSI("#custmskin_clspop").live("click", function() {
|
1137 |
+
SFSI_plus_done();
|
1138 |
+
SFSI(".cstmskins-overlay").hide("slow");
|
1139 |
+
});
|
1140 |
+
|
1141 |
+
sfsi_plus_create_suscriber_form();
|
1142 |
+
|
1143 |
+
SFSI('input[name="sfsi_plus_form_heading_text"], input[name="sfsi_plus_form_border_thickness"], input[name="sfsi_plus_form_height"], input[name="sfsi_plus_form_width"], input[name="sfsi_plus_form_heading_fontsize"], input[name="sfsi_plus_form_field_text"], input[name="sfsi_plus_form_field_fontsize"], input[name="sfsi_plus_form_button_text"], input[name="sfsi_plus_form_button_fontsize"]').on("keyup", sfsi_plus_create_suscriber_form);
|
1144 |
+
|
1145 |
+
SFSI('input[name="sfsi_plus_form_border_color"], input[name="sfsi_plus_form_background"] ,input[name="sfsi_plus_form_heading_fontcolor"], input[name="sfsi_plus_form_field_fontcolor"] ,input[name="sfsi_plus_form_button_fontcolor"],input[name="sfsi_plus_form_button_background"]').on("focus", sfsi_plus_create_suscriber_form);
|
1146 |
+
|
1147 |
+
SFSI("#sfsi_plus_form_heading_font, #sfsi_plus_form_heading_fontstyle, #sfsi_plus_form_heading_fontalign, #sfsi_plus_form_field_font, #sfsi_plus_form_field_fontstyle, #sfsi_plus_form_field_fontalign, #sfsi_plus_form_button_font, #sfsi_plus_form_button_fontstyle, #sfsi_plus_form_button_fontalign").on("change", sfsi_plus_create_suscriber_form );
|
1148 |
+
|
1149 |
+
SFSI(".radio").live("click", function() {
|
1150 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1151 |
+
switch(s.attr("name")) {
|
1152 |
+
case 'sfsi_plus_form_adjustment':
|
1153 |
+
if(s.val() == 'no')
|
1154 |
+
s.parents(".row_tab").next(".row_tab").show("fast");
|
1155 |
+
else
|
1156 |
+
s.parents(".row_tab").next(".row_tab").hide("fast");
|
1157 |
+
sfsi_plus_create_suscriber_form()
|
1158 |
+
break;
|
1159 |
+
case 'sfsi_plus_form_border':
|
1160 |
+
if(s.val() == 'yes')
|
1161 |
+
s.parents(".row_tab").next(".row_tab").show("fast");
|
1162 |
+
else
|
1163 |
+
s.parents(".row_tab").next(".row_tab").hide("fast");
|
1164 |
+
sfsi_plus_create_suscriber_form()
|
1165 |
+
break;
|
1166 |
+
default:
|
1167 |
+
}
|
1168 |
+
});
|
1169 |
+
|
1170 |
+
//pooja 28-12-2015
|
1171 |
+
SFSI('#sfsi_plus_form_border_color').wpColorPicker({
|
1172 |
+
defaultColor: false,
|
1173 |
+
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1174 |
+
clear: function() {sfsi_plus_create_suscriber_form()},
|
1175 |
+
hide: true,
|
1176 |
+
palettes: true
|
1177 |
+
}),
|
1178 |
+
SFSI('#sfsi_plus_form_background').wpColorPicker({
|
1179 |
+
defaultColor: false,
|
1180 |
+
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1181 |
+
clear: function() {sfsi_plus_create_suscriber_form()},
|
1182 |
+
hide: true,
|
1183 |
+
palettes: true
|
1184 |
+
}),
|
1185 |
+
SFSI('#sfsi_plus_form_heading_fontcolor').wpColorPicker({
|
1186 |
+
defaultColor: false,
|
1187 |
+
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1188 |
+
clear: function() {sfsi_plus_create_suscriber_form()},
|
1189 |
+
hide: true,
|
1190 |
+
palettes: true
|
1191 |
+
}),
|
1192 |
+
SFSI('#sfsi_plus_form_button_fontcolor').wpColorPicker({
|
1193 |
+
defaultColor: false,
|
1194 |
+
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1195 |
+
clear: function() {sfsi_plus_create_suscriber_form()},
|
1196 |
+
hide: true,
|
1197 |
+
palettes: true
|
1198 |
+
}),
|
1199 |
+
SFSI('#sfsi_plus_form_button_background').wpColorPicker({
|
1200 |
+
defaultColor: false,
|
1201 |
+
change: function(event, ui){sfsi_plus_create_suscriber_form()},
|
1202 |
+
clear: function() {sfsi_plus_create_suscriber_form()},
|
1203 |
+
hide: true,
|
1204 |
+
palettes: true
|
1205 |
+
});
|
1206 |
+
/*SFSI("#sfsiPlusFormBorderColor").ColorPicker({
|
1207 |
+
color:"#f80000",
|
1208 |
+
onBeforeShow:function() {
|
1209 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_border_color").val());
|
1210 |
+
},
|
1211 |
+
onShow:function(s) {
|
1212 |
+
return SFSI(s).fadeIn(500), !1;
|
1213 |
+
},
|
1214 |
+
onHide:function(s) {
|
1215 |
+
return SFSI(s).fadeOut(500), !1;
|
1216 |
+
},
|
1217 |
+
onChange:function(s, i) {
|
1218 |
+
SFSI("#sfsi_plus_form_border_color").val("#" + i), SFSI("#sfsiPlusFormBorderColor").css("background", "#" + i);
|
1219 |
+
sfsi_plus_create_suscriber_form();
|
1220 |
+
},
|
1221 |
+
onClick:function(s, i) {
|
1222 |
+
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiPlusFormBorderColor").css("background", "#" + i);
|
1223 |
+
sfsi_plus_create_suscriber_form();
|
1224 |
+
}
|
1225 |
+
}),
|
1226 |
+
SFSI("#sfsiPlusFormBackground").ColorPicker({
|
1227 |
+
color:"#f80000",
|
1228 |
+
onBeforeShow:function() {
|
1229 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_background").val());
|
1230 |
+
},
|
1231 |
+
onShow:function(s) {
|
1232 |
+
return SFSI(s).fadeIn(500), !1;
|
1233 |
+
},
|
1234 |
+
onHide:function(s) {
|
1235 |
+
return SFSI(s).fadeOut(500), !1;
|
1236 |
+
},
|
1237 |
+
onChange:function(s, i) {
|
1238 |
+
SFSI("#sfsi_plus_form_background").val("#" + i), SFSI("#sfsiPlusFormBackground").css("background", "#" + i);
|
1239 |
+
sfsi_plus_create_suscriber_form();
|
1240 |
+
},
|
1241 |
+
onClick:function(s, i) {
|
1242 |
+
SFSI("#sfsi_plus_form_background").val("#" + i), SFSI("#sfsiPlusFormBackground").css("background", "#" + i);
|
1243 |
+
sfsi_plus_create_suscriber_form();
|
1244 |
+
}
|
1245 |
+
}),
|
1246 |
+
SFSI("#sfsiPlusFormHeadingFontcolor").ColorPicker({
|
1247 |
+
color:"#f80000",
|
1248 |
+
onBeforeShow:function() {
|
1249 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_heading_fontcolor").val());
|
1250 |
+
},
|
1251 |
+
onShow:function(s) {
|
1252 |
+
return SFSI(s).fadeIn(500), !1;
|
1253 |
+
},
|
1254 |
+
onHide:function(s) {
|
1255 |
+
return SFSI(s).fadeOut(500), !1;
|
1256 |
+
},
|
1257 |
+
onChange:function(s, i) {
|
1258 |
+
SFSI("#sfsi_plus_form_heading_fontcolor").val("#"+i), SFSI("#sfsiPlusFormHeadingFontcolor").css("background","#"+i);
|
1259 |
+
sfsi_plus_create_suscriber_form();
|
1260 |
+
},
|
1261 |
+
onClick:function(s, i) {
|
1262 |
+
SFSI("#sfsi_plus_form_heading_fontcolor").val("#"+i), SFSI("#sfsiPlusFormHeadingFontcolor").css("background","#"+i);
|
1263 |
+
sfsi_plus_create_suscriber_form();
|
1264 |
+
}
|
1265 |
+
}),
|
1266 |
+
SFSI("#sfsiPlusFormFieldFontcolor").ColorPicker({
|
1267 |
+
color:"#f80000",
|
1268 |
+
onBeforeShow:function() {
|
1269 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_field_fontcolor").val());
|
1270 |
+
},
|
1271 |
+
onShow:function(s) {
|
1272 |
+
return SFSI(s).fadeIn(500), !1;
|
1273 |
+
},
|
1274 |
+
onHide:function(s) {
|
1275 |
+
return SFSI(s).fadeOut(500), !1;
|
1276 |
+
},
|
1277 |
+
onChange:function(s, i) {
|
1278 |
+
SFSI("#sfsi_plus_form_field_fontcolor").val("#" + i), SFSI("#sfsiPlusFormFieldFontcolor").css("background", "#" +i);
|
1279 |
+
sfsi_plus_create_suscriber_form();
|
1280 |
+
},
|
1281 |
+
onClick:function(s, i) {
|
1282 |
+
SFSI("#sfsi_plus_form_field_fontcolor").val("#" + i), SFSI("#sfsiPlusFormFieldFontcolor").css("background", "#" +i);
|
1283 |
+
sfsi_plus_create_suscriber_form();
|
1284 |
+
}
|
1285 |
+
}),
|
1286 |
+
SFSI("#sfsiPlusFormButtonFontcolor").ColorPicker({
|
1287 |
+
color:"#f80000",
|
1288 |
+
onBeforeShow:function() {
|
1289 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_button_fontcolor").val());
|
1290 |
+
},
|
1291 |
+
onShow:function(s) {
|
1292 |
+
return SFSI(s).fadeIn(500), !1;
|
1293 |
+
},
|
1294 |
+
onHide:function(s) {
|
1295 |
+
return SFSI(s).fadeOut(500), !1;
|
1296 |
+
},
|
1297 |
+
onChange:function(s, i) {
|
1298 |
+
SFSI("#sfsi_plus_form_button_fontcolor").val("#"+i), SFSI("#sfsiPlusFormButtonFontcolor").css("background", "#"+i);
|
1299 |
+
sfsi_plus_create_suscriber_form();
|
1300 |
+
},
|
1301 |
+
onClick:function(s, i) {
|
1302 |
+
SFSI("#sfsi_plus_form_button_fontcolor").val("#"+i), SFSI("#sfsiPlusFormButtonFontcolor").css("background", "#"+i);
|
1303 |
+
sfsi_plus_create_suscriber_form();
|
1304 |
+
}
|
1305 |
+
}),
|
1306 |
+
SFSI("#sfsiPlusFormButtonBackground").ColorPicker({
|
1307 |
+
color:"#f80000",
|
1308 |
+
onBeforeShow:function() {
|
1309 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_form_button_background").val());
|
1310 |
+
},
|
1311 |
+
onShow:function(s) {
|
1312 |
+
return SFSI(s).fadeIn(500), !1;
|
1313 |
+
},
|
1314 |
+
onHide:function(s) {
|
1315 |
+
return SFSI(s).fadeOut(500), !1;
|
1316 |
+
},
|
1317 |
+
onChange:function(s, i) {
|
1318 |
+
SFSI("#sfsi_plus_form_button_background").val("#"+i), SFSI("#sfsiPlusFormButtonBackground").css("background","#"+i);
|
1319 |
+
sfsi_plus_create_suscriber_form();
|
1320 |
+
},
|
1321 |
+
onClick:function(s, i) {
|
1322 |
+
SFSI("#sfsi_plus_form_button_background").val("#"+i), SFSI("#sfsiPlusFormButtonBackground").css("background","#"+i);
|
1323 |
+
sfsi_plus_create_suscriber_form();
|
1324 |
+
}
|
1325 |
+
});*/
|
1326 |
+
//changes done {Monad}
|
1327 |
+
|
1328 |
+
function i() {
|
1329 |
+
SFSI(".uperror").html(""), sfsiplus_afterLoad();
|
1330 |
+
var s = SFSI('input[name="' + SFSI("#upload_id").val() + '"]');
|
1331 |
+
s.removeAttr("checked");
|
1332 |
+
var i = SFSI(s).parent().find("span:first");
|
1333 |
+
return SFSI(i).css("background-position", "0px 0px"), SFSI(".upload-overlay").hide("slow"),
|
1334 |
+
!1;
|
1335 |
+
}
|
1336 |
+
SFSI("#accordion").accordion({
|
1337 |
+
collapsible:!0,
|
1338 |
+
active:!1,
|
1339 |
+
heightStyle:"content",
|
1340 |
+
event:"click",
|
1341 |
+
beforeActivate:function(s, i) {
|
1342 |
+
if (i.newHeader[0]) var e = i.newHeader, t = e.next(".ui-accordion-content"); else var e = i.oldHeader, t = e.next(".ui-accordion-content");
|
1343 |
+
var n = "true" == e.attr("aria-selected");
|
1344 |
+
return e.toggleClass("ui-corner-all", n).toggleClass("accordion-header-active ui-state-active ui-corner-top", !n).attr("aria-selected", (!n).toString()),
|
1345 |
+
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", n).toggleClass("ui-icon-triangle-1-s", !n),
|
1346 |
+
t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
|
1347 |
+
}
|
1348 |
+
}),
|
1349 |
+
SFSI("#accordion1").accordion({
|
1350 |
+
collapsible:!0,
|
1351 |
+
active:!1,
|
1352 |
+
heightStyle:"content",
|
1353 |
+
event:"click",
|
1354 |
+
beforeActivate:function(s, i) {
|
1355 |
+
if (i.newHeader[0]) var e = i.newHeader, t = e.next(".ui-accordion-content"); else var e = i.oldHeader, t = e.next(".ui-accordion-content");
|
1356 |
+
var n = "true" == e.attr("aria-selected");
|
1357 |
+
return e.toggleClass("ui-corner-all", n).toggleClass("accordion-header-active ui-state-active ui-corner-top", !n).attr("aria-selected", (!n).toString()),
|
1358 |
+
e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", n).toggleClass("ui-icon-triangle-1-s", !n),
|
1359 |
+
t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
|
1360 |
+
}
|
1361 |
+
}),
|
1362 |
+
SFSI(".closeSec").on("click", function() {
|
1363 |
+
var s = !0, i = SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(), e = SFSI(this).closest("div.ui-accordion-content").first();
|
1364 |
+
i.toggleClass("ui-corner-all", s).toggleClass("accordion-header-active ui-state-active ui-corner-top", !s).attr("aria-selected", (!s).toString()),
|
1365 |
+
i.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", s).toggleClass("ui-icon-triangle-1-s", !s),
|
1366 |
+
e.toggleClass("accordion-content-active", !s), s ? e.slideUp() :e.slideDown();
|
1367 |
+
}),
|
1368 |
+
SFSI(document).click(function(s) {
|
1369 |
+
var i = SFSI(".sfsi_plus_FrntInner"), e = SFSI(".sfsi_plus_wDiv"), t = SFSI("#at15s");
|
1370 |
+
i.is(s.target) || 0 !== i.has(s.target).length || e.is(s.target) || 0 !== e.has(s.target).length || t.is(s.target) || 0 !== t.has(s.target).length || i.fadeOut();
|
1371 |
+
}),
|
1372 |
+
SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function() {
|
1373 |
+
var s = SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top + 10;
|
1374 |
+
SFSI("#at15s").css({
|
1375 |
+
top:s + "px",
|
1376 |
+
left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left + "px"
|
1377 |
+
});
|
1378 |
+
}),
|
1379 |
+
|
1380 |
+
//pooja 28-12-2015
|
1381 |
+
SFSI('#sfsi_plus_popup_background_color').wpColorPicker({
|
1382 |
+
defaultColor: false,
|
1383 |
+
change: function(event, ui){sfsi_plus_make_popBox()},
|
1384 |
+
clear: function() {sfsi_plus_make_popBox()},
|
1385 |
+
hide: true,
|
1386 |
+
palettes: true
|
1387 |
+
}),
|
1388 |
+
SFSI('#sfsi_plus_popup_border_color').wpColorPicker({
|
1389 |
+
defaultColor: false,
|
1390 |
+
change: function(event, ui){sfsi_plus_make_popBox()},
|
1391 |
+
clear: function() {sfsi_plus_make_popBox()},
|
1392 |
+
hide: true,
|
1393 |
+
palettes: true
|
1394 |
+
}),
|
1395 |
+
SFSI('#sfsi_plus_popup_fontColor').wpColorPicker({
|
1396 |
+
defaultColor: false,
|
1397 |
+
change: function(event, ui){sfsi_plus_make_popBox()},
|
1398 |
+
clear: function() {sfsi_plus_make_popBox()},
|
1399 |
+
hide: true,
|
1400 |
+
palettes: true
|
1401 |
+
}),
|
1402 |
+
|
1403 |
+
/*SFSI("#sfsifontCloroPicker").ColorPicker({
|
1404 |
+
color:"#f80000",
|
1405 |
+
onBeforeShow:function() {
|
1406 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_fontColor").val());
|
1407 |
+
},
|
1408 |
+
onShow:function(s) {
|
1409 |
+
return SFSI(s).fadeIn(500), !1;
|
1410 |
+
},
|
1411 |
+
onHide:function(s) {
|
1412 |
+
return SFSI(s).fadeOut(500), sfsi_plus_make_popBox(), !1;
|
1413 |
+
},
|
1414 |
+
onChange:function(s, i) {
|
1415 |
+
SFSI("#sfsi_plus_popup_fontColor").val("#" + i), SFSI("#sfsifontCloroPicker").css("background", "#" + i),
|
1416 |
+
sfsi_plus_make_popBox();
|
1417 |
+
},
|
1418 |
+
onClick:function(s, i) {
|
1419 |
+
SFSI("#sfsi_plus_popup_fontColor").val("#" + i), SFSI("#sfsifontCloroPicker").css("background", "#" + i),
|
1420 |
+
sfsi_plus_make_popBox();
|
1421 |
+
}
|
1422 |
+
}),*/
|
1423 |
+
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function() {
|
1424 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn_hover.svg");
|
1425 |
+
}),
|
1426 |
+
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function() {
|
1427 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn.svg");
|
1428 |
+
}),
|
1429 |
+
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function() {
|
1430 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube_hover.svg");
|
1431 |
+
}),
|
1432 |
+
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function() {
|
1433 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube.svg");
|
1434 |
+
}),
|
1435 |
+
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function() {
|
1436 |
+
SFSI(this).css("opacity", "0.9");
|
1437 |
+
}),
|
1438 |
+
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function() {
|
1439 |
+
SFSI(this).css("opacity", "1");
|
1440 |
+
/*{Monad}*/
|
1441 |
+
}),
|
1442 |
+
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function() {
|
1443 |
+
SFSI(this).css("opacity", "0.9");
|
1444 |
+
}),
|
1445 |
+
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function() {
|
1446 |
+
SFSI(this).css("opacity", "1");
|
1447 |
+
}),
|
1448 |
+
|
1449 |
+
//pooja 28-12-2015
|
1450 |
+
|
1451 |
+
/*SFSI("#sfsiBackgroundColorPicker").ColorPicker({
|
1452 |
+
color:"#f80000",
|
1453 |
+
onBeforeShow:function() {
|
1454 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_background_color").val());
|
1455 |
+
},
|
1456 |
+
onShow:function(s) {
|
1457 |
+
return SFSI(s).fadeIn(500), !1;
|
1458 |
+
},
|
1459 |
+
onHide:function(s) {
|
1460 |
+
return SFSI(s).fadeOut(500), !1;
|
1461 |
+
},
|
1462 |
+
onChange:function(s, i) {
|
1463 |
+
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),
|
1464 |
+
sfsi_plus_make_popBox();
|
1465 |
+
},
|
1466 |
+
onClick:function(s, i) {
|
1467 |
+
SFSI("#sfsi_plus_popup_background_color").val("#" + i), SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),
|
1468 |
+
sfsi_plus_make_popBox();
|
1469 |
+
}
|
1470 |
+
}),
|
1471 |
+
SFSI("#sfsiBorderColorPicker").ColorPicker({
|
1472 |
+
color:"#f80000",
|
1473 |
+
onBeforeShow:function() {
|
1474 |
+
s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_border_color").val());
|
1475 |
+
},
|
1476 |
+
onShow:function(s) {
|
1477 |
+
return SFSI(s).fadeIn(500), !1;
|
1478 |
+
},
|
1479 |
+
onHide:function(s) {
|
1480 |
+
return SFSI(s).fadeOut(500), !1;
|
1481 |
+
},
|
1482 |
+
onChange:function(s, i) {
|
1483 |
+
SFSI("#sfsi_plus_popup_border_color").val("#" + i), SFSI("#sfsiBorderColorPicker").css("background", "#" + i),
|
1484 |
+
sfsi_plus_make_popBox();
|
1485 |
+
},
|
1486 |
+
onClick:function(s, i) {
|
1487 |
+
SFSI("#sfsi_plus_popup_border_color").val("#" + i), SFSI("#sfsiBorderColorPicker").css("background", "#" + i),
|
1488 |
+
sfsi_plus_make_popBox();
|
1489 |
+
}
|
1490 |
+
}),*/
|
1491 |
+
SFSI("#sfsi_plus_save1").on("click", function() {
|
1492 |
+
sfsi_plus_update_step1() && sfsipluscollapse(this);
|
1493 |
+
}),
|
1494 |
+
SFSI("#sfsi_plus_save2").on("click", function() {
|
1495 |
+
sfsi_plus_update_step2() && sfsipluscollapse(this);
|
1496 |
+
}),
|
1497 |
+
SFSI("#sfsi_plus_save3").on("click", function() {
|
1498 |
+
sfsi_plus_update_step3() && sfsipluscollapse(this);
|
1499 |
+
}),
|
1500 |
+
SFSI("#sfsi_plus_save4").on("click", function() {
|
1501 |
+
sfsi_plus_update_step4() && sfsipluscollapse(this);
|
1502 |
+
}),
|
1503 |
+
SFSI("#sfsi_plus_save5").on("click", function() {
|
1504 |
+
sfsi_plus_update_step5() && sfsipluscollapse(this);
|
1505 |
+
}),
|
1506 |
+
SFSI("#sfsi_plus_save6").on("click", function() {
|
1507 |
+
sfsi_plus_update_step6() && sfsipluscollapse(this);
|
1508 |
+
}),
|
1509 |
+
SFSI("#sfsi_plus_save7").on("click", function() {
|
1510 |
+
sfsi_plus_update_step7() && sfsipluscollapse(this);
|
1511 |
+
}),
|
1512 |
+
SFSI("#sfsi_plus_save8").on("click", function() {
|
1513 |
+
sfsi_plus_update_step8() && sfsipluscollapse(this);
|
1514 |
+
}),
|
1515 |
+
SFSI("#sfsi_plus_save9").on("click", function() {
|
1516 |
+
sfsi_plus_update_step9() && sfsipluscollapse(this);
|
1517 |
+
}),
|
1518 |
+
SFSI("#save_plus_all_settings").on("click", function() {
|
1519 |
+
return SFSI("#save_plus_all_settings").text("Saving.."), SFSI(".save_button >a").css("pointer-events", "none"),
|
1520 |
+
sfsi_plus_update_step1(), sfsi_plus_update_step9(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Which icons do you want to show on your site?" tab.', 8),
|
1521 |
+
global_error = 0, !1) :(sfsi_plus_update_step2(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "What do you want the icons to do?" tab.', 8),
|
1522 |
+
global_error = 0, !1) :(sfsi_plus_update_step3(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "What design & animation do you want to give your icons?" tab.', 8),
|
1523 |
+
global_error = 0, !1) :(sfsi_plus_update_step4(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display "counts" next to your icons?" tab.', 8),
|
1524 |
+
global_error = 0, !1) :(sfsi_plus_update_step5(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Any other wishes for your main icons?" tab.', 8),
|
1525 |
+
global_error = 0, !1) :(sfsi_plus_update_step6(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display icons at the end of every post?" tab.', 8),
|
1526 |
+
global_error = 0, !1) :(sfsi_plus_update_step7(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Do you want to display a pop-up, asking people to subscribe?" tab.', 8),
|
1527 |
+
global_error = 0, !1) : sfsi_plus_update_step8(), 1 == global_error ? (sfsiplus_showErrorSuc("error", 'Some Selection error in "Where shall they be displayed?" tab.', 8),
|
1528 |
+
/*global_error = 0, !1) :void (0 == global_error && sfsiplus_showErrorSuc("success", 'Saved! Now go to the <a href="widgets.php">widget</a> area and place the widget into your sidebar (if not done already)', 8))))))));*/
|
1529 |
+
global_error = 0, !1) :void (0 == global_error && sfsiplus_showErrorSuc("success", '', 8))))))));
|
1530 |
+
}),
|
1531 |
+
SFSI(".fileUPInput").live("change", function() {
|
1532 |
+
sfsiplus_beForeLoad(), sfsiplus_beforeIconSubmit(this) && (SFSI(".upload-overlay").css("pointer-events", "none"),
|
1533 |
+
SFSI("#customIconFrm").ajaxForm({
|
1534 |
+
dataType:"json",
|
1535 |
+
success:sfsiplus_afterIconSuccess,
|
1536 |
+
resetForm:!0
|
1537 |
+
}).submit());
|
1538 |
+
}),
|
1539 |
+
SFSI(".pop-up").on("click", function() {
|
1540 |
+
("fbex-s2" == SFSI(this).attr("data-id") || "googlex-s2" == SFSI(this).attr("data-id") || "linkex-s2" == SFSI(this).attr("data-id")) && (SFSI("." + SFSI(this).attr("data-id")).hide(),
|
1541 |
+
SFSI("." + SFSI(this).attr("data-id")).css("opacity", "1"), SFSI("." + SFSI(this).attr("data-id")).css("z-index", "1000")),
|
1542 |
+
SFSI("." + SFSI(this).attr("data-id")).show("slow");
|
1543 |
+
}),
|
1544 |
+
SFSI("#close_popup").live("click", function() {
|
1545 |
+
SFSI(".read-overlay").hide("slow");
|
1546 |
+
});
|
1547 |
+
var e = 0;
|
1548 |
+
SFSI(".plus_icn_listing").on("click", ".checkbox", function() {
|
1549 |
+
if (1 == e) return !1;
|
1550 |
+
"yes" == SFSI(this).attr("dynamic_ele") && (s = SFSI(this).parent().find("input:checkbox:first"),
|
1551 |
+
s.is(":checked") ? SFSI(s).attr("checked", !1) :SFSI(s).attr("checked", !0)), s = SFSI(this).parent().find("input:checkbox:first"),
|
1552 |
+
"yes" == SFSI(s).attr("isNew") && ("0px 0px" == SFSI(this).css("background-position") ? (SFSI(s).attr("checked", !0),
|
1553 |
+
SFSI(this).css("background-position", "0px -36px")) :(SFSI(s).removeAttr("checked", !0),
|
1554 |
+
SFSI(this).css("background-position", "0px 0px")));
|
1555 |
+
var s = SFSI(this).parent().find("input:checkbox:first");
|
1556 |
+
if (s.is(":checked") && "sfsiplus-cusotm-icon" == s.attr("element-type")) SFSI(".fileUPInput").attr("name", "custom_icons[]"),
|
1557 |
+
SFSI(".upload-overlay").show("slow", function() {
|
1558 |
+
e = 0;
|
1559 |
+
}),
|
1560 |
+
SFSI("#upload_id").val(s.attr("name")); else if (!s.is(":checked") && "sfsiplus-cusotm-icon" == s.attr("element-type")) return s.attr("ele-type") ? (SFSI(this).attr("checked", !0),
|
1561 |
+
SFSI(this).css("background-position", "0px -36px"), e = 0, !1) :confirm("Are you sure want to delete this Icon..?? ") ? "suc" == sfsi_plus_delete_CusIcon(this, s) ? (s.attr("checked", !1),
|
1562 |
+
SFSI(this).css("background-position", "0px 0px"), e = 0, !1) :(e = 0, !1) :(s.attr("checked", !0),
|
1563 |
+
SFSI(this).css("background-position", "0px -36px"), e = 0, !1);
|
1564 |
+
}),
|
1565 |
+
SFSI(".plus_icn_listing").on("click", ".checkbox", function() {
|
1566 |
+
checked = SFSI(this).parent().find("input:checkbox:first"), "sfsi_plus_email_display" != checked.attr("name") || checked.is(":checked") || SFSI(".demail-1").show("slow");
|
1567 |
+
}),
|
1568 |
+
SFSI("#deac_email2").on("click", function() {
|
1569 |
+
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").show("slow");
|
1570 |
+
}),
|
1571 |
+
SFSI("#deac_email3").on("click", function() {
|
1572 |
+
SFSI(".demail-2").hide("slow"), SFSI(".demail-3").show("slow");
|
1573 |
+
}),
|
1574 |
+
SFSI(".hideemailpop").on("click", function() {
|
1575 |
+
SFSI('input[name="sfsi_plus_email_display"]').attr("checked", !0),
|
1576 |
+
SFSI('input[name="sfsi_plus_email_display"]').parent().find("span:first").css("background-position", "0px -36px"),
|
1577 |
+
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"), SFSI(".demail-3").hide("slow");
|
1578 |
+
}),
|
1579 |
+
SFSI(".hidePop").on("click", function() {
|
1580 |
+
SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"), SFSI(".demail-3").hide("slow");
|
1581 |
+
}),
|
1582 |
+
SFSI(".sfsiplus_activate_footer").on("click", function() {
|
1583 |
+
var nonce = SFSI(this).attr("data-nonce");
|
1584 |
+
SFSI(this).text("activating....");
|
1585 |
+
var s = {
|
1586 |
+
action:"plus_activateFooter",
|
1587 |
+
nonce:nonce
|
1588 |
+
};
|
1589 |
+
SFSI.ajax({
|
1590 |
+
url:ajax_object.ajax_url,
|
1591 |
+
type:"post",
|
1592 |
+
data:s,
|
1593 |
+
dataType:"json",
|
1594 |
+
success:function(s) {
|
1595 |
+
if(s.res == "wrong_nonce")
|
1596 |
+
{
|
1597 |
+
SFSI(".sfsiplus_activate_footer").css("font-size", "18px");
|
1598 |
+
SFSI(".sfsiplus_activate_footer").text("Unauthorised Request, Try again after refreshing page");
|
1599 |
+
}
|
1600 |
+
else
|
1601 |
+
{
|
1602 |
+
"success" == s.res && (SFSI(".demail-1").hide("slow"), SFSI(".demail-2").hide("slow"),
|
1603 |
+
SFSI(".demail-3").hide("slow"), SFSI(".sfsiplus_activate_footer").text("Ok, activate link"));
|
1604 |
+
}
|
1605 |
+
}
|
1606 |
+
});
|
1607 |
+
}),
|
1608 |
+
SFSI(".sfsiplus_removeFooter").on("click", function() {
|
1609 |
+
var nonce = SFSI(this).attr("data-nonce");
|
1610 |
+
SFSI(this).text("working....");
|
1611 |
+
var s = {
|
1612 |
+
action:"plus_removeFooter",
|
1613 |
+
nonce:nonce
|
1614 |
+
};
|
1615 |
+
SFSI.ajax({
|
1616 |
+
url:ajax_object.ajax_url,
|
1617 |
+
type:"post",
|
1618 |
+
data:s,
|
1619 |
+
dataType:"json",
|
1620 |
+
success:function(s) {
|
1621 |
+
if(s.res == "wrong_nonce")
|
1622 |
+
{
|
1623 |
+
SFSI(".sfsiplus_removeFooter").text("Unauthorised Request, Try again after refreshing page");
|
1624 |
+
}
|
1625 |
+
else
|
1626 |
+
{
|
1627 |
+
"success" == s.res && (SFSI(".sfsiplus_removeFooter").fadeOut("slow"), SFSI(".sfsiplus_footerLnk").fadeOut("slow"));
|
1628 |
+
}
|
1629 |
+
}
|
1630 |
+
});
|
1631 |
+
}),
|
1632 |
+
SFSI(".radio").live("click", function() {
|
1633 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1634 |
+
"sfsi_plus_display_counts" == s.attr("name") && sfsi_plus_show_counts();
|
1635 |
+
}),
|
1636 |
+
SFSI("#close_Uploadpopup").on("click", i), SFSI(".radio").live("click", function() {
|
1637 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1638 |
+
"sfsi_plus_show_Onposts" == s.attr("name") && sfsi_plus_show_OnpostsDisplay();
|
1639 |
+
}),
|
1640 |
+
sfsi_plus_show_OnpostsDisplay(),
|
1641 |
+
sfsi_plus_depened_sections(),
|
1642 |
+
sfsi_plus_show_counts(),
|
1643 |
+
sfsi_plus_showPreviewCounts(),
|
1644 |
+
SFSI(".plus_share_icon_order").sortable({
|
1645 |
+
update:function() {
|
1646 |
+
SFSI(".plus_share_icon_order li").each(function() {
|
1647 |
+
SFSI(this).attr("data-index", SFSI(this).index() + 1);
|
1648 |
+
});
|
1649 |
+
},
|
1650 |
+
revert:!0
|
1651 |
+
}),
|
1652 |
+
SFSI(".radio").live("click", function() {
|
1653 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1654 |
+
"sfsi_plus_email_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_email_countsDisplay"]').prop("checked", !0),
|
1655 |
+
SFSI('input[name="sfsi_plus_email_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1656 |
+
"manual" == SFSI("input[name='sfsi_plus_email_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_email_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_email_manualCounts']").slideUp()),
|
1657 |
+
"sfsi_plus_facebook_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_facebook_countsDisplay"]').prop("checked", !0),
|
1658 |
+
SFSI('input[name="sfsi_plus_facebook_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1659 |
+
"mypage" == SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_facebook_mypageCounts']").slideDown(),SFSI(".sfsiplus_fbpgidwpr").slideDown()) :(SFSI("input[name='sfsi_plus_facebook_mypageCounts']").slideUp(),SFSI(".sfsiplus_fbpgidwpr").slideUp()),
|
1660 |
+
"manual" == SFSI("input[name='sfsi_plus_facebook_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_facebook_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_facebook_manualCounts']").slideUp()),
|
1661 |
+
"sfsi_plus_twitter_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_twitter_countsDisplay"]').prop("checked", !0),
|
1662 |
+
SFSI('input[name="sfsi_plus_twitter_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1663 |
+
"manual" == SFSI("input[name='sfsi_plus_twitter_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_twitter_manualCounts']").slideDown(),
|
1664 |
+
SFSI(".tw_follow_options").slideUp()) :(SFSI("input[name='sfsi_plus_twitter_manualCounts']").slideUp(),
|
1665 |
+
SFSI(".tw_follow_options").slideDown())), "sfsi_plus_google_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_google_countsDisplay"]').prop("checked", !0),
|
1666 |
+
SFSI('input[name="sfsi_plus_google_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1667 |
+
"manual" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI("input[name='sfsi_plus_google_manualCounts']").slideDown(),
|
1668 |
+
SFSI(".google_option").slideUp()), "likes" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI("input[name='sfsi_plus_google_manualCounts']").slideUp(),
|
1669 |
+
SFSI(".google_option").slideUp()), "follower" == SFSI("input[name='sfsi_plus_google_countsFrom']:checked").val() && (SFSI(".google_option").slideDown(),
|
1670 |
+
SFSI("input[name='sfsi_plus_google_manualCounts']").slideUp())), "sfsi_plus_linkedIn_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]').prop("checked", !0),
|
1671 |
+
SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1672 |
+
"manual" == SFSI("input[name='sfsi_plus_linkedIn_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").slideDown(),
|
1673 |
+
SFSI(".linkedIn_options").slideUp()) :(SFSI("input[name='sfsi_plus_linkedIn_manualCounts']").slideUp(),
|
1674 |
+
SFSI(".linkedIn_options").slideDown())), "sfsi_plus_youtube_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_youtube_countsDisplay"]').prop("checked", !0),
|
1675 |
+
SFSI('input[name="sfsi_plus_youtube_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1676 |
+
"manual" == SFSI("input[name='sfsi_plus_youtube_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_youtube_manualCounts']").slideDown(),
|
1677 |
+
SFSI(".youtube_options").slideUp()) :(SFSI("input[name='sfsi_plus_youtube_manualCounts']").slideUp(),
|
1678 |
+
SFSI(".youtube_options").slideDown())), "sfsi_plus_pinterest_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]').prop("checked", !0),
|
1679 |
+
SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1680 |
+
"manual" == SFSI("input[name='sfsi_plus_pinterest_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideDown(),
|
1681 |
+
SFSI(".pin_options").slideUp()) :SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideUp()),
|
1682 |
+
"sfsi_plus_instagram_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').prop("checked", !0),
|
1683 |
+
SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1684 |
+
"manual" == SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val() ? (SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideDown(),
|
1685 |
+
SFSI(".instagram_userLi").slideUp()) :(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideUp(),
|
1686 |
+
SFSI(".instagram_userLi").slideDown())), "sfsi_plus_shares_countsFrom" == s.attr("name") && (SFSI('input[name="sfsi_plus_shares_countsDisplay"]').prop("checked", !0),
|
1687 |
+
SFSI('input[name="sfsi_plus_shares_countsDisplay"]').parent().find("span.checkbox").attr("style", "background-position:0px -36px;"),
|
1688 |
+
"manual" == SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val() ? SFSI("input[name='sfsi_plus_shares_manualCounts']").slideDown() :SFSI("input[name='sfsi_plus_shares_manualCounts']").slideUp());
|
1689 |
+
}), sfsi_plus_make_popBox(), SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup", sfsi_plus_make_popBox),
|
1690 |
+
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus", sfsi_plus_make_popBox),
|
1691 |
+
SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change", sfsi_plus_make_popBox),
|
1692 |
+
SFSI(".radio").live("click", function() {
|
1693 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1694 |
+
"sfsi_plus_popup_border_shadow" == s.attr("name") && sfsi_plus_make_popBox();
|
1695 |
+
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function(s) {
|
1696 |
+
s.stopPropagation();
|
1697 |
+
var i = SFSI("#sfsi_plus_floater_sec").val();
|
1698 |
+
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
1699 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
1700 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
1701 |
+
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
1702 |
+
"z-index":"999"
|
1703 |
+
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1704 |
+
opacity:1,
|
1705 |
+
"z-index":10
|
1706 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1707 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1708 |
+
opacity:1,
|
1709 |
+
"z-index":10
|
1710 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1711 |
+
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1712 |
+
opacity:1,
|
1713 |
+
"z-index":10
|
1714 |
+
})), ("top-left" == i || "top-right" == i) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
1715 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
1716 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1717 |
+
opacity:1,
|
1718 |
+
"z-index":10
|
1719 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
1720 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
1721 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1722 |
+
opacity:1,
|
1723 |
+
"z-index":1e3
|
1724 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
1725 |
+
}) :SFSI("img.sfsi_wicon").on("mouseenter", function() {
|
1726 |
+
var s = SFSI("#sfsi_plus_floater_sec").val();
|
1727 |
+
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
1728 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
1729 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
1730 |
+
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
1731 |
+
"z-index":"999"
|
1732 |
+
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1733 |
+
opacity:1,
|
1734 |
+
"z-index":10
|
1735 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1736 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1737 |
+
opacity:1,
|
1738 |
+
"z-index":10
|
1739 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
1740 |
+
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1741 |
+
opacity:1,
|
1742 |
+
"z-index":10
|
1743 |
+
})), ("top-left" == s || "top-right" == s) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
1744 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
1745 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1746 |
+
opacity:1,
|
1747 |
+
"z-index":10
|
1748 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
1749 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
1750 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
1751 |
+
opacity:1,
|
1752 |
+
"z-index":10
|
1753 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
1754 |
+
}), SFSI("div.sfsi_plus_wicons").on("mouseleave", function() {
|
1755 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "fade_in" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
1756 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "scale" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),
|
1757 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "combo" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && (SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
1758 |
+
SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")), "google" == SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id") ? SFSI("body").on("click", function() {
|
1759 |
+
SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
1760 |
+
}) :(SFSI(this).css({
|
1761 |
+
"z-index":"0"
|
1762 |
+
}), SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide());
|
1763 |
+
}),
|
1764 |
+
SFSI("body").on("click", function() {
|
1765 |
+
SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
1766 |
+
}),
|
1767 |
+
SFSI(".adminTooltip >a").on("hover", function() {
|
1768 |
+
SFSI(this).offset().top, SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "1"),
|
1769 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show();
|
1770 |
+
}),
|
1771 |
+
SFSI(".adminTooltip").on("mouseleave", function() {
|
1772 |
+
"none" != SFSI(".sfsi_plus_gpls_tool_bdr").css("display") && 0 != SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity") ? SFSI(".pop_up_box ").on("click", function() {
|
1773 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"), SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide();
|
1774 |
+
}) :(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"),
|
1775 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide());
|
1776 |
+
}),
|
1777 |
+
SFSI(".expand-area").on("click", function() {
|
1778 |
+
object_name.Re_ad == SFSI(this).text() ? (SFSI(this).siblings("p").children("label").fadeIn("slow"),
|
1779 |
+
SFSI(this).text(object_name1.Coll_apse)) :(SFSI(this).siblings("p").children("label").fadeOut("slow"),
|
1780 |
+
SFSI(this).text(object_name.Re_ad));
|
1781 |
+
}),
|
1782 |
+
SFSI(".radio").live("click", function()
|
1783 |
+
{
|
1784 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1785 |
+
"sfsi_plus_icons_float" == s.attr("name") && "yes" == s.val() && (SFSI(".float_options").slideDown("slow"),
|
1786 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked", !0), SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),
|
1787 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style", "background-position:0px -41px;"),
|
1788 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style", "background-position:0px -0px;")),
|
1789 |
+
("sfsi_plus_icons_stick" == s.attr("name") && "yes" == s.val() || "sfsi_plus_icons_float" == s.attr("name") && "no" == s.val()) && (SFSI(".float_options").slideUp("slow"),
|
1790 |
+
SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked", !0), SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').prop("checked", !1),
|
1791 |
+
SFSI('input[name="sfsi_plus_icons_float"][value="no"]').parent().find("span.radio").attr("style", "background-position:0px -41px;"),
|
1792 |
+
SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').parent().find("span.radio").attr("style", "background-position:0px -0px;"));
|
1793 |
+
}),
|
1794 |
+
SFSI(".sfsi_plus_wDiv").length > 0 && setTimeout(function() {
|
1795 |
+
var s = parseInt(SFSI(".sfsi_plus_wDiv").height()) + 0 + "px";
|
1796 |
+
SFSI(".sfsi_plus_holders").each(function() {
|
1797 |
+
SFSI(this).css("height", s);
|
1798 |
+
});
|
1799 |
+
}, 200),
|
1800 |
+
SFSI(".checkbox").live("click", function() {
|
1801 |
+
var s = SFSI(this).parent().find("input:checkbox:first");
|
1802 |
+
("sfsi_plus_shuffle_Firstload" == s.attr("name") && "checked" == s.attr("checked") || "sfsi_plus_shuffle_interval" == s.attr("name") && "checked" == s.attr("checked")) && (SFSI('input[name="sfsi_plus_shuffle_icons"]').parent().find("span").css("background-position", "0px -36px"),
|
1803 |
+
SFSI('input[name="sfsi_plus_shuffle_icons"]').attr("checked", "checked")), "sfsi_plus_shuffle_icons" == s.attr("name") && "checked" != s.attr("checked") && (SFSI('input[name="sfsi_plus_shuffle_Firstload"]').removeAttr("checked"),
|
1804 |
+
SFSI('input[name="sfsi_plus_shuffle_Firstload"]').parent().find("span").css("background-position", "0px 0px"),
|
1805 |
+
SFSI('input[name="sfsi_plus_shuffle_interval"]').removeAttr("checked"), SFSI('input[name="sfsi_plus_shuffle_interval"]').parent().find("span").css("background-position", "0px 0px"));
|
1806 |
+
});
|
1807 |
+
/*SFSI(".checkbox").live("click", function()
|
1808 |
+
{
|
1809 |
+
var s = SFSI(this).parent().find("input:checkbox:first");
|
1810 |
+
"sfsi_plus_float_on_page" == s.attr("name") && "yes" == s.val() && (
|
1811 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked", !0), SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),
|
1812 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style", "background-position:0px -41px;"),
|
1813 |
+
SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style", "background-position:0px -0px;"));
|
1814 |
+
});
|
1815 |
+
SFSI(".radio").live("click", function()
|
1816 |
+
{
|
1817 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
1818 |
+
var a = SFSI(".cstmfltonpgstck");
|
1819 |
+
("sfsi_plus_icons_stick" == s.attr("name") && "yes" == s.val()) && (
|
1820 |
+
SFSI('input[name="sfsi_plus_float_on_page"][value="no"]').prop("checked", !0), SFSI('input[name="sfsi_plus_float_on_page"][value="yes"]').prop("checked", !1),
|
1821 |
+
SFSI('input[name="sfsi_plus_float_on_page"][value="no"]').parent().find("span.checkbox").attr("style", "background-position:0px -41px;"),
|
1822 |
+
SFSI('input[name="sfsi_plus_float_on_page"][value="yes"]').parent().find("span.checkbox").attr("style", "background-position:0px -0px;"),
|
1823 |
+
jQuery(a).children(".checkbox").css("background-position", "0px 0px" ), sfsiplus_toggleflotpage(a));
|
1824 |
+
});*/
|
1825 |
+
});
|
1826 |
+
|
1827 |
+
//for utube channel name and id
|
1828 |
+
function showhideutube(ref)
|
1829 |
+
{
|
1830 |
+
var chnlslctn = SFSI(ref).children("input").val();
|
1831 |
+
if(chnlslctn == "name")
|
1832 |
+
{
|
1833 |
+
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideDown();
|
1834 |
+
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideUp();
|
1835 |
+
}
|
1836 |
+
else
|
1837 |
+
{
|
1838 |
+
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideDown();
|
1839 |
+
SFSI(ref).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideUp();
|
1840 |
+
}
|
1841 |
+
}
|
1842 |
+
|
1843 |
+
var sfsiplus_initTop = new Array();
|
1844 |
+
|
1845 |
+
function sfsiplus_toggleflotpage(ref)
|
1846 |
+
{
|
1847 |
+
var pos = jQuery(ref).children(".checkbox").css("background-position");
|
1848 |
+
if(pos == "0px 0px")
|
1849 |
+
{
|
1850 |
+
jQuery(ref).next(".sfsiplus_right_info").children("p").children(".sfsiplus_sub-subtitle").hide();
|
1851 |
+
jQuery(ref).next(".sfsiplus_right_info").children(".sfsiplus_tab_3_icns").hide();
|
1852 |
+
}
|
1853 |
+
else
|
1854 |
+
{
|
1855 |
+
jQuery(ref).next(".sfsiplus_right_info").children("p").children(".sfsiplus_sub-subtitle").show();
|
1856 |
+
jQuery(ref).next(".sfsiplus_right_info").children(".sfsiplus_tab_3_icns").show();
|
1857 |
+
}
|
1858 |
+
}
|
1859 |
+
function sfsiplus_togglbtmsection(show, hide, ref)
|
1860 |
+
{
|
1861 |
+
jQuery(ref).parent("ul").children("li.clckbltglcls").each(function(index, element)
|
1862 |
+
{
|
1863 |
+
jQuery(this).children(".radio").css("background-position", "0px 0px");
|
1864 |
+
jQuery(this).children(".styled").attr("checked", "false");
|
1865 |
+
});
|
1866 |
+
jQuery(ref).children(".radio").css("background-position", "0px -41px");
|
1867 |
+
jQuery(ref).children(".styled").attr("checked", "true");
|
1868 |
+
|
1869 |
+
jQuery("."+show).show();
|
1870 |
+
jQuery("."+show).children(".radiodisplaysection").show();
|
1871 |
+
jQuery("."+hide).hide();
|
1872 |
+
jQuery("."+hide).children(".radiodisplaysection").hide();
|
1873 |
+
/*jQuery(ref).parent("ul").children("li").each(function(index, element)
|
1874 |
+
{
|
1875 |
+
var pos = jQuery(this).children(".radio").css("background-position");
|
1876 |
+
if(pos == "0px 0px")
|
1877 |
+
{
|
1878 |
+
jQuery(this).children(".radiodisplaysection").hide();
|
1879 |
+
}
|
1880 |
+
else
|
1881 |
+
{
|
1882 |
+
jQuery(this).children(".radiodisplaysection").show();
|
1883 |
+
}
|
1884 |
+
});
|
1885 |
+
var pos = jQuery(ref).children(".radio").css("background-position");
|
1886 |
+
if(pos != "0px 0px")
|
1887 |
+
{
|
1888 |
+
jQuery(ref).children(".radiodisplaysection").show();
|
1889 |
+
}
|
1890 |
+
else
|
1891 |
+
{
|
1892 |
+
jQuery(ref).children(".radiodisplaysection").hide();
|
1893 |
+
}*/
|
1894 |
+
}
|
1895 |
+
function checkforinfoslction(ref)
|
1896 |
+
{
|
1897 |
+
var pos = jQuery(ref).children(".checkbox").css("background-position");
|
1898 |
+
if(pos == "0px 0px")
|
1899 |
+
{
|
1900 |
+
jQuery(ref).next(".sfsiplus_right_info").children("p").children("label").hide();
|
1901 |
+
}
|
1902 |
+
else
|
1903 |
+
{
|
1904 |
+
jQuery(ref).next(".sfsiplus_right_info").children("p").children("label").show();
|
1905 |
+
}
|
1906 |
}
|
js/custom.js
CHANGED
@@ -1,320 +1,320 @@
|
|
1 |
-
jQuery(document).ready(function(e) {
|
2 |
-
jQuery("#sfsi_plus_floater").attr("data-top",jQuery(document).height());
|
3 |
-
});
|
4 |
-
|
5 |
-
function sfsiplus_showErrorSuc(s, i, e) {
|
6 |
-
if ("error" == s) var t = "errorMsg"; else var t = "sucMsg";
|
7 |
-
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
8 |
-
SFSI(".tab" + e + ">." + t).effect("highlight", {}, 5e3), setTimeout(function() {
|
9 |
-
SFSI("." + t).slideUp("slow");
|
10 |
-
}, 5e3), !1;
|
11 |
-
}
|
12 |
-
|
13 |
-
function sfsiplus_beForeLoad() {
|
14 |
-
SFSI(".loader-img").show(), SFSI(".save_button >a").html("Saving..."), SFSI(".save_button >a").css("pointer-events", "none");
|
15 |
-
}
|
16 |
-
|
17 |
-
function sfsi_plus_make_popBox() {
|
18 |
-
var s = 0;
|
19 |
-
SFSI(".plus_sfsi_sample_icons >li").each(function() {
|
20 |
-
"none" != SFSI(this).css("display") && (s = 1);
|
21 |
-
}), 0 == s ? SFSI(".sfsi_plus_Popinner").hide() :SFSI(".sfsi_plus_Popinner").show(), "" != SFSI('input[name="sfsi_plus_popup_text"]').val() ? (SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),
|
22 |
-
SFSI(".sfsi_plus_Popinner >h2").show()) :SFSI(".sfsi_plus_Popinner >h2").hide(), SFSI(".sfsi_plus_Popinner").css({
|
23 |
-
"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),
|
24 |
-
"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),
|
25 |
-
"border-style":"solid"
|
26 |
-
}), SFSI(".sfsi_plus_Popinner").css("background-color", SFSI('input[name="sfsi_plus_popup_background_color"]').val()),
|
27 |
-
SFSI(".sfsi_plus_Popinner h2").css("font-family", SFSI("#sfsi_plus_popup_font").val()), SFSI(".sfsi_plus_Popinner h2").css("font-style", SFSI("#sfsi_plus_popup_fontStyle").val()),
|
28 |
-
SFSI(".sfsi_plus_Popinner >h2").css("font-size", parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),
|
29 |
-
SFSI(".sfsi_plus_Popinner >h2").css("color", SFSI('input[name="sfsi_plus_popup_fontColor"]').val() + " !important"),
|
30 |
-
"yes" == SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val() ? SFSI(".sfsi_plus_Popinner").css("box-shadow", "12px 30px 18px #CCCCCC") :SFSI(".sfsi_plus_Popinner").css("box-shadow", "none");
|
31 |
-
}
|
32 |
-
|
33 |
-
function sfsi_plus_stick_widget(s) {
|
34 |
-
0 == sfsiplus_initTop.length && (SFSI(".sfsi_plus_widget").each(function(s) {
|
35 |
-
sfsiplus_initTop[s] = SFSI(this).position().top;
|
36 |
-
}), console.log(sfsiplus_initTop));
|
37 |
-
var i = SFSI(window).scrollTop(), e = [], t = [];
|
38 |
-
SFSI(".sfsi_plus_widget").each(function(s) {
|
39 |
-
e[s] = SFSI(this).position().top, t[s] = SFSI(this);
|
40 |
-
});
|
41 |
-
var n = !1;
|
42 |
-
for (var o in e) {
|
43 |
-
var a = parseInt(o) + 1;
|
44 |
-
e[o] < i && e[a] > i && a < e.length ? (SFSI(t[o]).css({
|
45 |
-
position:"fixed",
|
46 |
-
top:s
|
47 |
-
}), SFSI(t[a]).css({
|
48 |
-
position:"",
|
49 |
-
top:sfsiplus_initTop[a]
|
50 |
-
}), n = !0) :SFSI(t[o]).css({
|
51 |
-
position:"",
|
52 |
-
top:sfsiplus_initTop[o]
|
53 |
-
});
|
54 |
-
}
|
55 |
-
if (!n) {
|
56 |
-
var r = e.length - 1, c = -1;
|
57 |
-
e.length > 1 && (c = e.length - 2), sfsiplus_initTop[r] < i ? (SFSI(t[r]).css({
|
58 |
-
position:"fixed",
|
59 |
-
top:s
|
60 |
-
}), c >= 0 && SFSI(t[c]).css({
|
61 |
-
position:"",
|
62 |
-
top:sfsiplus_initTop[c]
|
63 |
-
})) :(SFSI(t[r]).css({
|
64 |
-
position:"",
|
65 |
-
top:sfsiplus_initTop[r]
|
66 |
-
}), c >= 0 && e[c] < i);
|
67 |
-
}
|
68 |
-
}
|
69 |
-
|
70 |
-
function sfsi_plus_float_widget(s) {
|
71 |
-
function iplus()
|
72 |
-
{
|
73 |
-
rplus = "Microsoft Internet Explorer" === navigator.appName ? aplus - document.documentElement.scrollTop :aplus - window.pageYOffset,
|
74 |
-
Math.abs(rplus) > 0 ? (window.removeEventListener("scroll", iplus), aplus -= rplus * oplus, SFSI("#sfsi_plus_floater").css({
|
75 |
-
top:(aplus + t).toString() + "px"
|
76 |
-
}), setTimeout(iplus, n)) :window.addEventListener("scroll", iplus, !1);
|
77 |
-
|
78 |
-
}
|
79 |
-
/*function eplus()
|
80 |
-
{
|
81 |
-
var documentheight = SFSI("#sfsi_plus_floater").attr("data-top");
|
82 |
-
var fltrhght = parseInt(SFSI("#sfsi_plus_floater").height());
|
83 |
-
var fltrtp = parseInt(SFSI("#sfsi_plus_floater").css("top"));
|
84 |
-
if(parseInt(fltrhght)+parseInt(fltrtp) <=documentheight)
|
85 |
-
{
|
86 |
-
window.addEventListener("scroll", iplus, !1);
|
87 |
-
}
|
88 |
-
else
|
89 |
-
{
|
90 |
-
window.removeEventListener("scroll", iplus);
|
91 |
-
SFSI("#sfsi_plus_floater").css("top",documentheight+"px");
|
92 |
-
}
|
93 |
-
}*/
|
94 |
-
|
95 |
-
SFSI( window ).scroll(function() {
|
96 |
-
var documentheight = SFSI("#sfsi_plus_floater").attr("data-top");
|
97 |
-
var fltrhght = parseInt(SFSI("#sfsi_plus_floater").height());
|
98 |
-
var fltrtp = parseInt(SFSI("#sfsi_plus_floater").css("top"));
|
99 |
-
if(parseInt(fltrhght)+parseInt(fltrtp) <=documentheight)
|
100 |
-
{
|
101 |
-
window.addEventListener("scroll", iplus, !1);
|
102 |
-
}
|
103 |
-
else
|
104 |
-
{
|
105 |
-
window.removeEventListener("scroll", iplus);
|
106 |
-
SFSI("#sfsi_plus_floater").css("top",documentheight+"px");
|
107 |
-
}
|
108 |
-
});
|
109 |
-
|
110 |
-
if ("center" == s)
|
111 |
-
{
|
112 |
-
var t = ( jQuery(window).height() - SFSI("#sfsi_plus_floater").height() ) / 2;
|
113 |
-
}
|
114 |
-
else if ("bottom" == s)
|
115 |
-
{
|
116 |
-
var t = window.innerHeight - SFSI("#sfsi_plus_floater").height();
|
117 |
-
}
|
118 |
-
else
|
119 |
-
{
|
120 |
-
var t = parseInt(s);
|
121 |
-
}
|
122 |
-
var n = 50, oplus = .1, aplus = 0, rplus = 0;
|
123 |
-
//SFSI("#sfsi_plus_floater"), window.onscroll = eplus;
|
124 |
-
}
|
125 |
-
|
126 |
-
function sfsi_plus_shuffle() {
|
127 |
-
var s = [];
|
128 |
-
SFSI(".sfsi_plus_wicons ").each(function(i) {
|
129 |
-
SFSI(this).text().match(/^\s*$/) || (s[i] = "<div class='" + SFSI(this).attr("class") + "'>" + SFSI(this).html() + "</div>",
|
130 |
-
SFSI(this).fadeOut("slow"), SFSI(this).insertBefore(SFSI(this).prev(".sfsi_plus_wicons")),
|
131 |
-
SFSI(this).fadeIn("slow"));
|
132 |
-
}), s = sfsiplus_Shuffle(s), $("#sfsi_plus_wDiv").html("");
|
133 |
-
for (var i = 0; i < testArray.length; i++) $("#sfsi_plus_wDiv").append(s[i]);
|
134 |
-
}
|
135 |
-
|
136 |
-
function sfsiplus_Shuffle(s) {
|
137 |
-
for (var i, e, t = s.length; t; i = parseInt(Math.random() * t), e = s[--t], s[t] = s[i],
|
138 |
-
s[i] = e) ;
|
139 |
-
return s;
|
140 |
-
}
|
141 |
-
|
142 |
-
function sfsi_plus_setCookie(s, i, e) {
|
143 |
-
var t = new Date();
|
144 |
-
t.setTime(t.getTime() + 1e3 * 60 * 60 * 24 * e);
|
145 |
-
var n = "expires=" + t.toGMTString();
|
146 |
-
document.cookie = s + "=" + i + "; " + n;
|
147 |
-
}
|
148 |
-
|
149 |
-
function sfsfi_plus_getCookie(s) {
|
150 |
-
for (var i = s + "=", e = document.cookie.split(";"), t = 0; t < e.length; t++) {
|
151 |
-
var n = e[t].trim();
|
152 |
-
if (0 == n.indexOf(i)) return n.substring(i.length, n.length);
|
153 |
-
}
|
154 |
-
return "";
|
155 |
-
}
|
156 |
-
|
157 |
-
function sfsi_plus_hideFooter() {}
|
158 |
-
|
159 |
-
window.onerror = function() {}, SFSI = jQuery.noConflict(), SFSI(window).load(function() {
|
160 |
-
SFSI("#sfpluspageLoad").fadeOut(2e3);
|
161 |
-
});
|
162 |
-
|
163 |
-
var global_error = 0;
|
164 |
-
|
165 |
-
SFSI(document).ready(function(s) {
|
166 |
-
|
167 |
-
//changes done {Monad}
|
168 |
-
SFSI("head").append('<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'),
|
169 |
-
SFSI("head").append('<meta http-equiv="Pragma" content="no-cache" />'), SFSI("head").append('<meta http-equiv="Expires" content="0" />'),
|
170 |
-
SFSI(document).click(function(s)
|
171 |
-
{
|
172 |
-
var i = SFSI(".sfsi_plus_FrntInner_changedmonad"), e = SFSI(".sfsi_plus_wDiv"), t = SFSI("#at15s");
|
173 |
-
i.is(s.target) || 0 !== i.has(s.target).length || e.is(s.target) || 0 !== e.has(s.target).length || t.is(s.target) || 0 !== t.has(s.target).length || i.fadeOut();
|
174 |
-
}),
|
175 |
-
SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function() {
|
176 |
-
var s = SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top + 10;
|
177 |
-
SFSI("#at15s").css({
|
178 |
-
top:s + "px",
|
179 |
-
left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left + "px"
|
180 |
-
});
|
181 |
-
}),
|
182 |
-
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function() {
|
183 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn_hover.svg");
|
184 |
-
}),
|
185 |
-
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function() {
|
186 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn.svg");
|
187 |
-
}),
|
188 |
-
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function() {
|
189 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube_hover.svg");
|
190 |
-
}),
|
191 |
-
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function() {
|
192 |
-
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube.svg");
|
193 |
-
}),
|
194 |
-
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function() {
|
195 |
-
SFSI(this).css("opacity", "0.9");
|
196 |
-
}),
|
197 |
-
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function() {
|
198 |
-
SFSI(this).css("opacity", "1");
|
199 |
-
}),
|
200 |
-
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function() {
|
201 |
-
SFSI(this).css("opacity", "0.9");
|
202 |
-
}),
|
203 |
-
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function() {
|
204 |
-
SFSI(this).css("opacity", "1");
|
205 |
-
}),
|
206 |
-
SFSI(".pop-up").on("click", function() {
|
207 |
-
("fbex-s2" == SFSI(this).attr("data-id") || "googlex-s2" == SFSI(this).attr("data-id") || "linkex-s2" == SFSI(this).attr("data-id")) && (SFSI("." + SFSI(this).attr("data-id")).hide(),
|
208 |
-
SFSI("." + SFSI(this).attr("data-id")).css("opacity", "1"), SFSI("." + SFSI(this).attr("data-id")).css("z-index", "1000")),
|
209 |
-
SFSI("." + SFSI(this).attr("data-id")).show("slow");
|
210 |
-
}),
|
211 |
-
SFSI("#close_popup").live("click", function() {
|
212 |
-
SFSI(".read-overlay").hide("slow");
|
213 |
-
});
|
214 |
-
var e = 0;
|
215 |
-
sfsi_plus_make_popBox(),
|
216 |
-
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup", sfsi_plus_make_popBox),
|
217 |
-
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus", sfsi_plus_make_popBox),
|
218 |
-
SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change", sfsi_plus_make_popBox),
|
219 |
-
SFSI(".radio").live("click", function()
|
220 |
-
{
|
221 |
-
var s = SFSI(this).parent().find("input:radio:first");
|
222 |
-
"sfsi_plus_popup_border_shadow" == s.attr("name") && sfsi_plus_make_popBox();
|
223 |
-
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function(s) {
|
224 |
-
s.stopPropagation();
|
225 |
-
var i = SFSI("#sfsi_plus_floater_sec").val();
|
226 |
-
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
227 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
228 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
229 |
-
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
230 |
-
"z-index":"999"
|
231 |
-
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
232 |
-
opacity:1,
|
233 |
-
"z-index":10
|
234 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
235 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
236 |
-
opacity:1,
|
237 |
-
"z-index":10
|
238 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
239 |
-
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
240 |
-
opacity:1,
|
241 |
-
"z-index":10
|
242 |
-
})), ("top-left" == i || "top-right" == i) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
243 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
244 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
245 |
-
opacity:1,
|
246 |
-
"z-index":10
|
247 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
248 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
249 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
250 |
-
opacity:1,
|
251 |
-
"z-index":1e3
|
252 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
253 |
-
}) :SFSI("img.sfsi_wicon").on("mouseenter", function() {
|
254 |
-
var s = SFSI("#sfsi_plus_floater_sec").val();
|
255 |
-
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
256 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
257 |
-
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
258 |
-
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
259 |
-
"z-index":"999"
|
260 |
-
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
261 |
-
opacity:1,
|
262 |
-
"z-index":10
|
263 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
264 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
265 |
-
opacity:1,
|
266 |
-
"z-index":10
|
267 |
-
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
268 |
-
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
269 |
-
opacity:1,
|
270 |
-
"z-index":10
|
271 |
-
})), ("top-left" == s || "top-right" == s) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
272 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
273 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
274 |
-
opacity:1,
|
275 |
-
"z-index":10
|
276 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
277 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
278 |
-
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
279 |
-
opacity:1,
|
280 |
-
"z-index":10
|
281 |
-
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
282 |
-
}), SFSI("div.sfsi_plus_wicons").on("mouseleave", function() {
|
283 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "fade_in" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
284 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "scale" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),
|
285 |
-
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "combo" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && (SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
286 |
-
SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")), "sfsiplusid_google" == SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id") ? SFSI("body").on("click", function() {
|
287 |
-
SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
288 |
-
}) :(SFSI(this).css({
|
289 |
-
"z-index":"0"
|
290 |
-
}), SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide());
|
291 |
-
}), SFSI("body").on("click", function() {
|
292 |
-
SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
293 |
-
}), SFSI(".adminTooltip >a").on("hover", function() {
|
294 |
-
SFSI(this).offset().top, SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "1"),
|
295 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show();
|
296 |
-
}), SFSI(".adminTooltip").on("mouseleave", function() {
|
297 |
-
"none" != SFSI(".sfsi_plus_gpls_tool_bdr").css("display") && 0 != SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity") ? SFSI(".pop_up_box ").on("click", function() {
|
298 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"), SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide();
|
299 |
-
}) :(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"),
|
300 |
-
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide());
|
301 |
-
}), SFSI(".expand-area").on("click", function() {
|
302 |
-
"Read more" == SFSI(this).text() ? (SFSI(this).siblings("p").children("label").fadeIn("slow"),
|
303 |
-
SFSI(this).text("Collapse")) :(SFSI(this).siblings("p").children("label").fadeOut("slow"),
|
304 |
-
SFSI(this).text("Read more"));
|
305 |
-
}), SFSI(".sfsi_plus_wDiv").length > 0 && setTimeout(function() {
|
306 |
-
var s = parseInt(SFSI(".sfsi_plus_wDiv").height()) + 15 + "px";
|
307 |
-
SFSI(".sfsi_plus_holders").each(function() {
|
308 |
-
SFSI(this).css("height", s);
|
309 |
-
});
|
310 |
-
SFSI(".sfsi_plus_widget").css("min-height", "auto");
|
311 |
-
}, 200);
|
312 |
-
});
|
313 |
-
|
314 |
-
//hiding popup on close button
|
315 |
-
function sfsiplushidemepopup()
|
316 |
-
{
|
317 |
-
SFSI(".sfsi_plus_FrntInner").fadeOut();
|
318 |
-
}
|
319 |
-
|
320 |
var sfsiplus_initTop = new Array();
|
1 |
+
jQuery(document).ready(function(e) {
|
2 |
+
jQuery("#sfsi_plus_floater").attr("data-top",jQuery(document).height());
|
3 |
+
});
|
4 |
+
|
5 |
+
function sfsiplus_showErrorSuc(s, i, e) {
|
6 |
+
if ("error" == s) var t = "errorMsg"; else var t = "sucMsg";
|
7 |
+
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
8 |
+
SFSI(".tab" + e + ">." + t).effect("highlight", {}, 5e3), setTimeout(function() {
|
9 |
+
SFSI("." + t).slideUp("slow");
|
10 |
+
}, 5e3), !1;
|
11 |
+
}
|
12 |
+
|
13 |
+
function sfsiplus_beForeLoad() {
|
14 |
+
SFSI(".loader-img").show(), SFSI(".save_button >a").html("Saving..."), SFSI(".save_button >a").css("pointer-events", "none");
|
15 |
+
}
|
16 |
+
|
17 |
+
function sfsi_plus_make_popBox() {
|
18 |
+
var s = 0;
|
19 |
+
SFSI(".plus_sfsi_sample_icons >li").each(function() {
|
20 |
+
"none" != SFSI(this).css("display") && (s = 1);
|
21 |
+
}), 0 == s ? SFSI(".sfsi_plus_Popinner").hide() :SFSI(".sfsi_plus_Popinner").show(), "" != SFSI('input[name="sfsi_plus_popup_text"]').val() ? (SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),
|
22 |
+
SFSI(".sfsi_plus_Popinner >h2").show()) :SFSI(".sfsi_plus_Popinner >h2").hide(), SFSI(".sfsi_plus_Popinner").css({
|
23 |
+
"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),
|
24 |
+
"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),
|
25 |
+
"border-style":"solid"
|
26 |
+
}), SFSI(".sfsi_plus_Popinner").css("background-color", SFSI('input[name="sfsi_plus_popup_background_color"]').val()),
|
27 |
+
SFSI(".sfsi_plus_Popinner h2").css("font-family", SFSI("#sfsi_plus_popup_font").val()), SFSI(".sfsi_plus_Popinner h2").css("font-style", SFSI("#sfsi_plus_popup_fontStyle").val()),
|
28 |
+
SFSI(".sfsi_plus_Popinner >h2").css("font-size", parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),
|
29 |
+
SFSI(".sfsi_plus_Popinner >h2").css("color", SFSI('input[name="sfsi_plus_popup_fontColor"]').val() + " !important"),
|
30 |
+
"yes" == SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val() ? SFSI(".sfsi_plus_Popinner").css("box-shadow", "12px 30px 18px #CCCCCC") :SFSI(".sfsi_plus_Popinner").css("box-shadow", "none");
|
31 |
+
}
|
32 |
+
|
33 |
+
function sfsi_plus_stick_widget(s) {
|
34 |
+
0 == sfsiplus_initTop.length && (SFSI(".sfsi_plus_widget").each(function(s) {
|
35 |
+
sfsiplus_initTop[s] = SFSI(this).position().top;
|
36 |
+
}), console.log(sfsiplus_initTop));
|
37 |
+
var i = SFSI(window).scrollTop(), e = [], t = [];
|
38 |
+
SFSI(".sfsi_plus_widget").each(function(s) {
|
39 |
+
e[s] = SFSI(this).position().top, t[s] = SFSI(this);
|
40 |
+
});
|
41 |
+
var n = !1;
|
42 |
+
for (var o in e) {
|
43 |
+
var a = parseInt(o) + 1;
|
44 |
+
e[o] < i && e[a] > i && a < e.length ? (SFSI(t[o]).css({
|
45 |
+
position:"fixed",
|
46 |
+
top:s
|
47 |
+
}), SFSI(t[a]).css({
|
48 |
+
position:"",
|
49 |
+
top:sfsiplus_initTop[a]
|
50 |
+
}), n = !0) :SFSI(t[o]).css({
|
51 |
+
position:"",
|
52 |
+
top:sfsiplus_initTop[o]
|
53 |
+
});
|
54 |
+
}
|
55 |
+
if (!n) {
|
56 |
+
var r = e.length - 1, c = -1;
|
57 |
+
e.length > 1 && (c = e.length - 2), sfsiplus_initTop[r] < i ? (SFSI(t[r]).css({
|
58 |
+
position:"fixed",
|
59 |
+
top:s
|
60 |
+
}), c >= 0 && SFSI(t[c]).css({
|
61 |
+
position:"",
|
62 |
+
top:sfsiplus_initTop[c]
|
63 |
+
})) :(SFSI(t[r]).css({
|
64 |
+
position:"",
|
65 |
+
top:sfsiplus_initTop[r]
|
66 |
+
}), c >= 0 && e[c] < i);
|
67 |
+
}
|
68 |
+
}
|
69 |
+
|
70 |
+
function sfsi_plus_float_widget(s) {
|
71 |
+
function iplus()
|
72 |
+
{
|
73 |
+
rplus = "Microsoft Internet Explorer" === navigator.appName ? aplus - document.documentElement.scrollTop :aplus - window.pageYOffset,
|
74 |
+
Math.abs(rplus) > 0 ? (window.removeEventListener("scroll", iplus), aplus -= rplus * oplus, SFSI("#sfsi_plus_floater").css({
|
75 |
+
top:(aplus + t).toString() + "px"
|
76 |
+
}), setTimeout(iplus, n)) :window.addEventListener("scroll", iplus, !1);
|
77 |
+
|
78 |
+
}
|
79 |
+
/*function eplus()
|
80 |
+
{
|
81 |
+
var documentheight = SFSI("#sfsi_plus_floater").attr("data-top");
|
82 |
+
var fltrhght = parseInt(SFSI("#sfsi_plus_floater").height());
|
83 |
+
var fltrtp = parseInt(SFSI("#sfsi_plus_floater").css("top"));
|
84 |
+
if(parseInt(fltrhght)+parseInt(fltrtp) <=documentheight)
|
85 |
+
{
|
86 |
+
window.addEventListener("scroll", iplus, !1);
|
87 |
+
}
|
88 |
+
else
|
89 |
+
{
|
90 |
+
window.removeEventListener("scroll", iplus);
|
91 |
+
SFSI("#sfsi_plus_floater").css("top",documentheight+"px");
|
92 |
+
}
|
93 |
+
}*/
|
94 |
+
|
95 |
+
SFSI( window ).scroll(function() {
|
96 |
+
var documentheight = SFSI("#sfsi_plus_floater").attr("data-top");
|
97 |
+
var fltrhght = parseInt(SFSI("#sfsi_plus_floater").height());
|
98 |
+
var fltrtp = parseInt(SFSI("#sfsi_plus_floater").css("top"));
|
99 |
+
if(parseInt(fltrhght)+parseInt(fltrtp) <=documentheight)
|
100 |
+
{
|
101 |
+
window.addEventListener("scroll", iplus, !1);
|
102 |
+
}
|
103 |
+
else
|
104 |
+
{
|
105 |
+
window.removeEventListener("scroll", iplus);
|
106 |
+
SFSI("#sfsi_plus_floater").css("top",documentheight+"px");
|
107 |
+
}
|
108 |
+
});
|
109 |
+
|
110 |
+
if ("center" == s)
|
111 |
+
{
|
112 |
+
var t = ( jQuery(window).height() - SFSI("#sfsi_plus_floater").height() ) / 2;
|
113 |
+
}
|
114 |
+
else if ("bottom" == s)
|
115 |
+
{
|
116 |
+
var t = window.innerHeight - SFSI("#sfsi_plus_floater").height();
|
117 |
+
}
|
118 |
+
else
|
119 |
+
{
|
120 |
+
var t = parseInt(s);
|
121 |
+
}
|
122 |
+
var n = 50, oplus = .1, aplus = 0, rplus = 0;
|
123 |
+
//SFSI("#sfsi_plus_floater"), window.onscroll = eplus;
|
124 |
+
}
|
125 |
+
|
126 |
+
function sfsi_plus_shuffle() {
|
127 |
+
var s = [];
|
128 |
+
SFSI(".sfsi_plus_wicons ").each(function(i) {
|
129 |
+
SFSI(this).text().match(/^\s*$/) || (s[i] = "<div class='" + SFSI(this).attr("class") + "'>" + SFSI(this).html() + "</div>",
|
130 |
+
SFSI(this).fadeOut("slow"), SFSI(this).insertBefore(SFSI(this).prev(".sfsi_plus_wicons")),
|
131 |
+
SFSI(this).fadeIn("slow"));
|
132 |
+
}), s = sfsiplus_Shuffle(s), $("#sfsi_plus_wDiv").html("");
|
133 |
+
for (var i = 0; i < testArray.length; i++) $("#sfsi_plus_wDiv").append(s[i]);
|
134 |
+
}
|
135 |
+
|
136 |
+
function sfsiplus_Shuffle(s) {
|
137 |
+
for (var i, e, t = s.length; t; i = parseInt(Math.random() * t), e = s[--t], s[t] = s[i],
|
138 |
+
s[i] = e) ;
|
139 |
+
return s;
|
140 |
+
}
|
141 |
+
|
142 |
+
function sfsi_plus_setCookie(s, i, e) {
|
143 |
+
var t = new Date();
|
144 |
+
t.setTime(t.getTime() + 1e3 * 60 * 60 * 24 * e);
|
145 |
+
var n = "expires=" + t.toGMTString();
|
146 |
+
document.cookie = s + "=" + i + "; " + n;
|
147 |
+
}
|
148 |
+
|
149 |
+
function sfsfi_plus_getCookie(s) {
|
150 |
+
for (var i = s + "=", e = document.cookie.split(";"), t = 0; t < e.length; t++) {
|
151 |
+
var n = e[t].trim();
|
152 |
+
if (0 == n.indexOf(i)) return n.substring(i.length, n.length);
|
153 |
+
}
|
154 |
+
return "";
|
155 |
+
}
|
156 |
+
|
157 |
+
function sfsi_plus_hideFooter() {}
|
158 |
+
|
159 |
+
window.onerror = function() {}, SFSI = jQuery.noConflict(), SFSI(window).load(function() {
|
160 |
+
SFSI("#sfpluspageLoad").fadeOut(2e3);
|
161 |
+
});
|
162 |
+
|
163 |
+
var global_error = 0;
|
164 |
+
|
165 |
+
SFSI(document).ready(function(s) {
|
166 |
+
|
167 |
+
//changes done {Monad}
|
168 |
+
SFSI("head").append('<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'),
|
169 |
+
SFSI("head").append('<meta http-equiv="Pragma" content="no-cache" />'), SFSI("head").append('<meta http-equiv="Expires" content="0" />'),
|
170 |
+
SFSI(document).click(function(s)
|
171 |
+
{
|
172 |
+
var i = SFSI(".sfsi_plus_FrntInner_changedmonad"), e = SFSI(".sfsi_plus_wDiv"), t = SFSI("#at15s");
|
173 |
+
i.is(s.target) || 0 !== i.has(s.target).length || e.is(s.target) || 0 !== e.has(s.target).length || t.is(s.target) || 0 !== t.has(s.target).length || i.fadeOut();
|
174 |
+
}),
|
175 |
+
SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function() {
|
176 |
+
var s = SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top + 10;
|
177 |
+
SFSI("#at15s").css({
|
178 |
+
top:s + "px",
|
179 |
+
left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left + "px"
|
180 |
+
});
|
181 |
+
}),
|
182 |
+
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function() {
|
183 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn_hover.svg");
|
184 |
+
}),
|
185 |
+
SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function() {
|
186 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/linkedIn.svg");
|
187 |
+
}),
|
188 |
+
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function() {
|
189 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube_hover.svg");
|
190 |
+
}),
|
191 |
+
SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function() {
|
192 |
+
SFSI(this).attr("src", ajax_object.plugin_url + "images/visit_icons/youtube.svg");
|
193 |
+
}),
|
194 |
+
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function() {
|
195 |
+
SFSI(this).css("opacity", "0.9");
|
196 |
+
}),
|
197 |
+
SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function() {
|
198 |
+
SFSI(this).css("opacity", "1");
|
199 |
+
}),
|
200 |
+
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function() {
|
201 |
+
SFSI(this).css("opacity", "0.9");
|
202 |
+
}),
|
203 |
+
SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function() {
|
204 |
+
SFSI(this).css("opacity", "1");
|
205 |
+
}),
|
206 |
+
SFSI(".pop-up").on("click", function() {
|
207 |
+
("fbex-s2" == SFSI(this).attr("data-id") || "googlex-s2" == SFSI(this).attr("data-id") || "linkex-s2" == SFSI(this).attr("data-id")) && (SFSI("." + SFSI(this).attr("data-id")).hide(),
|
208 |
+
SFSI("." + SFSI(this).attr("data-id")).css("opacity", "1"), SFSI("." + SFSI(this).attr("data-id")).css("z-index", "1000")),
|
209 |
+
SFSI("." + SFSI(this).attr("data-id")).show("slow");
|
210 |
+
}),
|
211 |
+
SFSI("#close_popup").live("click", function() {
|
212 |
+
SFSI(".read-overlay").hide("slow");
|
213 |
+
});
|
214 |
+
var e = 0;
|
215 |
+
sfsi_plus_make_popBox(),
|
216 |
+
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup", sfsi_plus_make_popBox),
|
217 |
+
SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus", sfsi_plus_make_popBox),
|
218 |
+
SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change", sfsi_plus_make_popBox),
|
219 |
+
SFSI(".radio").live("click", function()
|
220 |
+
{
|
221 |
+
var s = SFSI(this).parent().find("input:radio:first");
|
222 |
+
"sfsi_plus_popup_border_shadow" == s.attr("name") && sfsi_plus_make_popBox();
|
223 |
+
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function(s) {
|
224 |
+
s.stopPropagation();
|
225 |
+
var i = SFSI("#sfsi_plus_floater_sec").val();
|
226 |
+
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
227 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
228 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
229 |
+
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
230 |
+
"z-index":"999"
|
231 |
+
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
232 |
+
opacity:1,
|
233 |
+
"z-index":10
|
234 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
235 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
236 |
+
opacity:1,
|
237 |
+
"z-index":10
|
238 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
239 |
+
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
240 |
+
opacity:1,
|
241 |
+
"z-index":10
|
242 |
+
})), ("top-left" == i || "top-right" == i) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
243 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
244 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
245 |
+
opacity:1,
|
246 |
+
"z-index":10
|
247 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
248 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
249 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
250 |
+
opacity:1,
|
251 |
+
"z-index":1e3
|
252 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
253 |
+
}) :SFSI("img.sfsi_wicon").on("mouseenter", function() {
|
254 |
+
var s = SFSI("#sfsi_plus_floater_sec").val();
|
255 |
+
SFSI("div.sfsi_plus_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),
|
256 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index", "0"),
|
257 |
+
SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),
|
258 |
+
SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
|
259 |
+
"z-index":"999"
|
260 |
+
}), SFSI(this).attr("effect") && "fade_in" == SFSI(this).attr("effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
261 |
+
opacity:1,
|
262 |
+
"z-index":10
|
263 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "scale" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
264 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
265 |
+
opacity:1,
|
266 |
+
"z-index":10
|
267 |
+
}), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("effect") && "combo" == SFSI(this).attr("effect") && (SFSI(this).parent().addClass("scale"),
|
268 |
+
SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
269 |
+
opacity:1,
|
270 |
+
"z-index":10
|
271 |
+
})), ("top-left" == s || "top-right" == s) && SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length > 0 && "sfsi_plus_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),
|
272 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
|
273 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
274 |
+
opacity:1,
|
275 |
+
"z-index":10
|
276 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()) :(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
|
277 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),
|
278 |
+
SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({
|
279 |
+
opacity:1,
|
280 |
+
"z-index":10
|
281 |
+
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());
|
282 |
+
}), SFSI("div.sfsi_plus_wicons").on("mouseleave", function() {
|
283 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "fade_in" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
284 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "scale" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),
|
285 |
+
SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && "combo" == SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect") && (SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity", "0.6"),
|
286 |
+
SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")), "sfsiplusid_google" == SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id") ? SFSI("body").on("click", function() {
|
287 |
+
SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
288 |
+
}) :(SFSI(this).css({
|
289 |
+
"z-index":"0"
|
290 |
+
}), SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide());
|
291 |
+
}), SFSI("body").on("click", function() {
|
292 |
+
SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();
|
293 |
+
}), SFSI(".adminTooltip >a").on("hover", function() {
|
294 |
+
SFSI(this).offset().top, SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "1"),
|
295 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show();
|
296 |
+
}), SFSI(".adminTooltip").on("mouseleave", function() {
|
297 |
+
"none" != SFSI(".sfsi_plus_gpls_tool_bdr").css("display") && 0 != SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity") ? SFSI(".pop_up_box ").on("click", function() {
|
298 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"), SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide();
|
299 |
+
}) :(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity", "0"),
|
300 |
+
SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide());
|
301 |
+
}), SFSI(".expand-area").on("click", function() {
|
302 |
+
"Read more" == SFSI(this).text() ? (SFSI(this).siblings("p").children("label").fadeIn("slow"),
|
303 |
+
SFSI(this).text("Collapse")) :(SFSI(this).siblings("p").children("label").fadeOut("slow"),
|
304 |
+
SFSI(this).text("Read more"));
|
305 |
+
}), SFSI(".sfsi_plus_wDiv").length > 0 && setTimeout(function() {
|
306 |
+
var s = parseInt(SFSI(".sfsi_plus_wDiv").height()) + 15 + "px";
|
307 |
+
SFSI(".sfsi_plus_holders").each(function() {
|
308 |
+
SFSI(this).css("height", s);
|
309 |
+
});
|
310 |
+
SFSI(".sfsi_plus_widget").css("min-height", "auto");
|
311 |
+
}, 200);
|
312 |
+
});
|
313 |
+
|
314 |
+
//hiding popup on close button
|
315 |
+
function sfsiplushidemepopup()
|
316 |
+
{
|
317 |
+
SFSI(".sfsi_plus_FrntInner").fadeOut();
|
318 |
+
}
|
319 |
+
|
320 |
var sfsiplus_initTop = new Array();
|
js/custom.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
function sfsi_plus_update_index(){var s=1;SFSI("ul.icn_listing li.custom").each(function(){SFSI(this).children("span.sfsiplus_custom-txt").html("Custom "+s),s++}),cntt=1,SFSI("div.cm_lnk").each(function(){SFSI(this).find("h2.custom").find("span.sfsiCtxt").html("Custom "+cntt+":"),cntt++}),cntt=1,SFSI("div.custom_m").find("div.sfsiplus_custom_section").each(function(){SFSI(this).find("label").html("Custom "+cntt+":"),cntt++})}function sfsipluscollapse(s){var i=!0,e=SFSI(s).closest("div.ui-accordion-content").prev("h3.ui-accordion-header"),t=SFSI(s).closest("div.ui-accordion-content").first();e.toggleClass("ui-corner-all",i).toggleClass("accordion-header-active ui-state-active ui-corner-top",!i).attr("aria-selected",(!i).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",i).toggleClass("ui-icon-triangle-1-s",!i),t.toggleClass("accordion-content-active",!i),i?t.slideUp():t.slideDown()}function sfsi_plus_delete_CusIcon(s,i){sfsiplus_beForeLoad();var e={action:"deleteIcons",icon_name:i.attr("name")};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,dataType:"json",success:function(e){if("success"==e.res){sfsiplus_showErrorSuc("success","Saved !",1);var t=e.last_index+1;SFSI("#total_cusotm_icons").val(e.total_up),SFSI(s).closest(".custom").remove(),SFSI("li.custom:last").addClass("bdr_btm_non"),SFSI(".custom-links").find("div."+i.attr("name")).remove(),SFSI(".custom_m").find("div."+i.attr("name")).remove(),SFSI(".share_icon_order").children("li."+i.attr("name")).remove(),SFSI("ul.sfsi_sample_icons").children("li."+i.attr("name")).remove();var n=e.total_up+1;4==e.total_up&&SFSI(".icn_listing").append('<li id="c'+t+'" class="custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="sfsiICON_'+t+'_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="cusotm-icon" isNew="yes" /></div> <span class="custom-img"><img src="'+SFSI("#plugin_url").val()+'images/custom.png" id="CImg_'+t+'" /> </span> <span class="custom sfsiplus_custom-txt">Custom'+n+' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>')}else sfsiplus_showErrorSuc("error","Unkown error , please try again",1);return sfsi_plus_update_index(),plus_update_Sec5Iconorder(),sfsi_plus_update_step1(),sfsi_plus_update_step5(),sfsiplus_afterLoad(),"suc"}})}function plus_update_Sec5Iconorder(){SFSI("ul.share_icon_order").children("li").each(function(){SFSI(this).attr("data-index",SFSI(this).index()+1)})}function sfsi_plus_section_Display(s,i){"hide"==i?(SFSI("."+s+" :input").prop("disabled",!0),SFSI("."+s+" :button").prop("disabled",!0),SFSI("."+s).hide()):(SFSI("."+s+" :input").removeAttr("disabled",!0),SFSI("."+s+" :button").removeAttr("disabled",!0),SFSI("."+s).show())}function sfsi_plus_depened_sections(){if("sfsi"==SFSI("input[name='sfsi_rss_icons']:checked").val()){for(i=0;16>i;i++){var s=i+1,e=74*i;SFSI(".sfsiplus_row_"+s+"_2").css("background-position","-588px -"+e+"px")}var t=SFSI(".icon_img").attr("src"),n=t.replace("email.png","sf_asfsiplus_row_icn.png");SFSI(".icon_img").attr("src",n)}else{for(SFSI(".sfsiplus_row_1_2").css("background-position","-58px 0"),i=0;16>i;i++){var s=i+1,e=74*i;SFSI(".sfsiplus_row_"+s+"_2").css("background-position","-58px -"+e+"px")}var t=SFSI(".icon_img").attr("src");if(t){var n=t.replace("sf_asfsiplus_row_icn.png","email.png");SFSI(".icon_img").attr("src",n)}}SFSI("input[name='sfsi_rss_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_rss_section","show"):sfsi_plus_section_Display("sfsiplus_rss_section","hide"),SFSI("input[name='sfsi_email_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_email_section","show"):sfsi_plus_section_Display("sfsiplus_email_section","hide"),SFSI("input[name='sfsi_facebook_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_facebook_section","show"):sfsi_plus_section_Display("sfsiplus_facebook_section","hide"),SFSI("input[name='sfsi_twitter_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_twitter_section","show"):sfsi_plus_section_Display("sfsiplus_twitter_section","hide"),SFSI("input[name='sfsi_google_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_google_section","show"):sfsi_plus_section_Display("sfsiplus_google_section","hide"),SFSI("input[name='sfsi_share_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_share_section","show"):sfsi_plus_section_Display("sfsiplus_share_section","hide"),SFSI("input[name='sfsi_youtube_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_youtube_section","show"):sfsi_plus_section_Display("sfsiplus_youtube_section","hide"),SFSI("input[name='sfsi_pinterest_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_pinterest_section","show"):sfsi_plus_section_Display("sfsiplus_pinterest_section","hide"),SFSI("input[name='sfsi_instagram_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_instagram_section","show"):sfsi_plus_section_Display("sfsiplus_instagram_section","hide"),SFSI("input[name='sfsi_linkedin_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_linkedin_section","show"):sfsi_plus_section_Display("sfsiplus_linkedin_section","hide"),SFSI("input[element-type='cusotm-icon']").prop("checked")?sfsi_plus_section_Display("sfsiplus_custom_section","show"):sfsi_plus_section_Display("sfsiplus_custom_section","hide")}function PlusCustomIConSectionsUpdate(){sfsi_plus_section_Display("counter".ele,show)}function sfsi_customskin_upload(s,i){var e=(jQuery(i).attr("title"),s),t={action:"UploadSkins",custom_imgurl:e};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:t,success:function(e){if(e.res="success"){var t=s.split("=");jQuery(i).prev(".imgskin").attr("src",t[1]),jQuery(i).prev(".imgskin").css("display","block"),jQuery(i).text("Update"),jQuery(i).next(".dlt_btn").css("display","block")}}})}function sfsiplus_deleteskin_icon(s){var i=jQuery(s).attr("title"),e=i,t={action:"DeleteSkin",iconname:e};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:t,success:function(i){(i.res="success")&&(SFSI(s).prev("a").text("Upload"),SFSI(s).prev("a").prev("img").attr("src",""),SFSI(s).prev("a").prev("img").css("display","none"),SFSI(s).css("display","none"))}})}function SFSI_plus_done(){e={action:"Iamdone"},SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,success:function(s){jQuery("li.cstomskins_upload").children(".sfsiplus_icns_tab_3").html(s),SFSI("input[name='sfsi_rss_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_rss_section","show"):sfsi_plus_section_Display("sfsiplus_rss_section","hide"),SFSI("input[name='sfsi_email_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_email_section","show"):sfsi_plus_section_Display("sfsiplus_email_section","hide"),SFSI("input[name='sfsi_facebook_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_facebook_section","show"):sfsi_plus_section_Display("sfsiplus_facebook_section","hide"),SFSI("input[name='sfsi_twitter_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_twitter_section","show"):sfsi_plus_section_Display("sfsiplus_twitter_section","hide"),SFSI("input[name='sfsi_google_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_google_section","show"):sfsi_plus_section_Display("sfsiplus_google_section","hide"),SFSI("input[name='sfsi_share_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_share_section","show"):sfsi_plus_section_Display("sfsiplus_share_section","hide"),SFSI("input[name='sfsi_youtube_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_youtube_section","show"):sfsi_plus_section_Display("sfsiplus_youtube_section","hide"),SFSI("input[name='sfsi_pinterest_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_pinterest_section","show"):sfsi_plus_section_Display("sfsiplus_pinterest_section","hide"),SFSI("input[name='sfsi_instagram_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_instagram_section","show"):sfsi_plus_section_Display("sfsiplus_instagram_section","hide"),SFSI("input[name='sfsi_linkedin_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_linkedin_section","show"):sfsi_plus_section_Display("sfsiplus_linkedin_section","hide"),SFSI("input[element-type='cusotm-icon']").prop("checked")?sfsi_plus_section_Display("sfsiplus_custom_section","show"):sfsi_plus_section_Display("sfsiplus_custom_section","hide"),SFSI(".cstmskins-overlay").hide("slow"),sfsi_plus_update_step3()&&sfsipluscollapse(this)}})}function sfsi_newcustomicon_upload(s){var i=s,e={action:"UploadIcons",custom_imgurl:i};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,dataType:"json",async:!0,success:function(s){sfsiplus_afterIconSuccess(s)}})}function sfsi_plus_update_step1(){global_error=0,sfsiplus_beForeLoad(),sfsi_plus_depened_sections();var s=!1,i=SFSI("input[name='sfsi_rss_display']:checked").val(),e=SFSI("input[name='sfsi_email_display']:checked").val(),t=SFSI("input[name='sfsi_facebook_display']:checked").val(),n=SFSI("input[name='sfsi_twitter_display']:checked").val(),o=SFSI("input[name='sfsi_google_display']:checked").val(),a=SFSI("input[name='sfsi_share_display']:checked").val(),c=SFSI("input[name='sfsi_youtube_display']:checked").val(),r=SFSI("input[name='sfsi_pinterest_display']:checked").val(),p=SFSI("input[name='sfsi_linkedin_display']:checked").val(),_=SFSI("input[name='sfsi_instagram_display']:checked").val(),l=SFSI("input[name='sfsi_custom1_display']:checked").val(),S=SFSI("input[name='sfsi_custom2_display']:checked").val(),u=SFSI("input[name='sfsi_custom3_display']:checked").val(),f=SFSI("input[name='sfsi_custom4_display']:checked").val(),d=SFSI("input[name='sfsi_custom5_display']:checked").val(),m={action:"updateSrcn1",sfsi_rss_display:i,sfsi_email_display:e,sfsi_facebook_display:t,sfsi_twitter_display:n,sfsi_google_display:o,sfsi_share_display:a,sfsi_youtube_display:c,sfsi_pinterest_display:r,sfsi_linkedin_display:p,sfsi_instagram_display:_,sfsi_custom1_display:l,sfsi_custom2_display:S,sfsi_custom3_display:u,sfsi_custom4_display:f,sfsi_custom5_display:d};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:m,async:!0,dataType:"json",success:function(i){"success"==i?(sfsiplus_showErrorSuc("success","Saved !",1),sfsipluscollapse("#sfsi_save1"),sfsi_plus_make_popBox()):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",1),s=!1),sfsiplus_afterLoad()}})}function sfsi_plus_update_step2(){var s=sfsi_plus_validationStep2();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=1==SFSI("input[name='sfsi_rss_url']").prop("disabled")?"":SFSI("input[name='sfsi_rss_url']").val(),e=1==SFSI("input[name='sfsi_rss_icons']").prop("disabled")?"":SFSI("input[name='sfsi_rss_icons']:checked").val(),t=1==SFSI("input[name='sfsi_facebookPage_option']").prop("disabled")?"":SFSI("input[name='sfsi_facebookPage_option']:checked").val(),n=1==SFSI("input[name='sfsi_plus_facebookLike_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebookLike_option']:checked").val(),o=1==SFSI("input[name='sfsi_plus_facebookShare_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebookShare_option']:checked").val(),a=SFSI("input[name='sfsi_facebookPage_url']").val(),c=1==SFSI("input[name='sfsi_plus_twitter_followme']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_followme']:checked").val(),r=1==SFSI("input[name='sfsi_twitter_followUserName']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_followUserName']").val(),p=1==SFSI("input[name='sfsi_plus_twitter_aboutPage']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_aboutPage']:checked").val(),_=1==SFSI("input[name='sfsi_plus_twitter_page']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_page']:checked").val(),l=SFSI("input[name='sfsi_twitter_pageURL']").val(),S=SFSI("textarea[name='sfsi_twitter_aboutPageText']").val(),u=1==SFSI("input[name='sfsi_google_page']").prop("disabled")?"":SFSI("input[name='sfsi_google_page']:checked").val(),f=1==SFSI("input[name='sfsi_googleLike_option']").prop("disabled")?"":SFSI("input[name='sfsi_googleLike_option']:checked").val(),d=SFSI("input[name='sfsi_google_pageURL']").val(),m=1==SFSI("input[name='sfsi_plus_googleShare_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_googleShare_option']:checked").val(),I=1==SFSI("input[name='sfsi_youtube_page']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_page']:checked").val(),F=1==SFSI("input[name='sfsi_plus_youtube_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_pageUrl']").val(),h=1==SFSI("input[name='sfsi_youtube_follow']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_follow']:checked").val(),v=SFSI("input[name='sfsi_plus_youtubeusernameorid']:checked").val(),g=SFSI("input[name='sfsi_plus_ytube_user']").val(),k=SFSI("input[name='sfsi_plus_ytube_chnlid']").val(),y=1==SFSI("input[name='sfsi_plus_pinterest_page']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_page']:checked").val(),b=1==SFSI("input[name='sfsi_plus_pinterest_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_pageUrl']").val(),w=1==SFSI("input[name='sfsi_pinterest_pingBlog']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_pingBlog']:checked").val(),x=1==SFSI("input[name='sfsi_plus_instagram_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_pageUrl']").val(),C=1==SFSI("input[name='sfsi_linkedin_page']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_page']:checked").val(),D=1==SFSI("input[name='sfsi_linkedin_pageURL']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_pageURL']").val(),U=1==SFSI("input[name='sfsi_linkedin_follow']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_follow']:checked").val(),j=SFSI("input[name='sfsi_linkedin_followCompany']").val(),O=1==SFSI("input[name='sfsi_linkedin_SharePage']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_SharePage']:checked").val(),T=SFSI("input[name='sfsi_plus_linkedin_recommendBusines']:checked").val(),P=SFSI("input[name='sfsi_linkedin_recommendProductId']").val(),M=SFSI("input[name='sfsi_linkedin_recommendCompany']").val(),L={};SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function(){L[SFSI(this).attr("file-id")]=this.value});var B={action:"updateSrcn2",sfsi_rss_url:i,sfsi_rss_icons:e,sfsi_facebookPage_option:t,sfsi_plus_facebookLike_option:n,sfsi_plus_facebookShare_option:o,sfsi_facebookPage_url:a,sfsi_plus_twitter_followme:c,sfsi_twitter_followUserName:r,sfsi_twitter_aboutPage:p,sfsi_twitter_page:_,sfsi_twitter_pageURL:l,sfsi_twitter_aboutPageText:S,sfsi_google_page:u,sfsi_googleLike_option:f,sfsi_google_pageURL:d,sfsi_plus_googleShare_option:m,sfsi_youtube_page:I,sfsi_youtube_pageUrl:F,sfsi_youtube_follow:h,sfsi_plus_youtubeusernameorid:v,sfsi_plus_ytube_user:g,sfsi_plus_ytube_chnlid:k,sfsi_pinterest_page:y,sfsi_pinterest_pageUrl:b,sfsi_plus_instagram_pageUrl:x,sfsi_pinterest_pingBlog:w,sfsi_linkedin_page:C,sfsi_linkedin_pageURL:D,sfsi_linkedin_follow:U,sfsi_linkedin_followCompany:j,sfsi_linkedin_SharePage:O,sfsi_plus_linkedin_recommendBusines:T,sfsi_linkedin_recommendCompany:M,sfsi_linkedin_recommendProductId:P,sfsi_plus_custom_links:L};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:B,async:!0,dataType:"json",success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",2),sfsipluscollapse("#sfsi_save2"),sfsi_plus_depened_sections()):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",2),return_value=!1),sfsiplus_afterLoad()}})}function sfsi_plus_update_step3(){var s=sfsi_plus_validationStep3();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_actvite_theme']:checked").val(),e=SFSI("input[name='sfsi_mouseOver']:checked").val(),t=SFSI("input[name='sfsi_plus_shuffle_icons']:checked").val(),n=SFSI("input[name='sfsi_plus_shuffle_Firstload']:checked").val(),o=SFSI("#sfsi_mouseOver_effect option:selected").val(),a=SFSI("input[name='sfsi_plus_shuffle_interval']:checked").val(),c=SFSI("input[name='sfsi_plus_shuffle_intervalTime']").val(),r=SFSI("input[name='sfsi_plus_specialIcon_animation']:checked").val(),p=SFSI("input[name='sfsi_plus_specialIcon_MouseOver']:checked").val(),_=SFSI("input[name='sfsi_plus_specialIcon_Firstload']:checked").val(),l=SFSI("#sfsi_plus_specialIcon_Firstload_Icons option:selected").val(),S=SFSI("input[name='sfsi_plus_specialIcon_interval']:checked").val(),u=SFSI("input[name='sfsi_plus_specialIcon_intervalTime']").val(),f=SFSI("#sfsi_plus_specialIcon_intervalIcons option:selected").val(),d={action:"updateSrcn3",sfsi_plus_actvite_theme:i,sfsi_mouseOver:e,sfsi_plus_shuffle_icons:t,sfsi_plus_shuffle_Firstload:n,sfsi_mouseOver_effect:o,sfsi_plus_shuffle_interval:a,sfsi_plus_shuffle_intervalTime:c,sfsi_plus_specialIcon_animation:r,sfsi_plus_specialIcon_MouseOver:p,sfsi_plus_specialIcon_Firstload:_,sfsi_plus_specialIcon_Firstload_Icons:l,sfsi_plus_specialIcon_interval:S,sfsi_plus_specialIcon_intervalTime:u,sfsi_plus_specialIcon_intervalIcons:f};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:d,async:!0,dataType:"json",success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",3),sfsipluscollapse("#sfsi_save3")):(sfsiplus_showErrorSuc("error","Unkown error , please try again",3),return_value=!1),sfsiplus_afterLoad()}})}function sfsi_plus_show_counts(){"yes"==SFSI("input[name='sfsi_display_counts']:checked").val()?(SFSI(".count_sections").slideDown(),sfsi_plus_showPreviewCounts()):(SFSI(".count_sections").slideUp(),sfsi_plus_showPreviewCounts())}function sfsi_plus_showPreviewCounts(){var s=0;1==SFSI("input[name='sfsi_rss_countsDisplay']").prop("checked")?(SFSI("#sfsi_rss_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_rss_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_email_countsDisplay']").prop("checked")?(SFSI("#sfsi_email_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_email_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_facebook_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_twitter_countsDisplay']").prop("checked")?(SFSI("#sfsi_twitter_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_twitter_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_google_countsDisplay']").prop("checked")?(SFSI("#sfsi_google_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_google_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_linkedIn_countsDisplay']").prop("checked")?(SFSI("#sfsi_linkedIn_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_linkedIn_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_youtube_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("checked")?(SFSI("#sfsi_pinterest_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_pinterest_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_shares_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_plus_shares_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity",0),0==s||"no"==SFSI("input[name='sfsi_display_counts']:checked").val()?SFSI(".sfsi_Cdisplay").hide():SFSI(".sfsi_Cdisplay").show()}function sfsi_plus_show_OnpostsDisplay(){"yes"==SFSI("input[name='sfsi_plus_show_Onposts']:checked").val()?SFSI(".sfsiplus_PostsSettings_section").slideDown():SFSI(".sfsiplus_PostsSettings_section").slideUp()}function sfsi_plus_update_step4(){var s=!1,i=sfsi_plus_validationStep4();if(!i)return global_error=1,!1;sfsiplus_beForeLoad();var e=SFSI("input[name='sfsi_display_counts']:checked").val(),t=1==SFSI("input[name='sfsi_email_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_email_countsDisplay']:checked").val(),n=1==SFSI("input[name='sfsi_email_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_email_countsFrom']:checked").val(),o=SFSI("input[name='sfsi_plus_email_manualCounts']").val(),a=SFSI("input[name='sfsi_plus_google_api_key']").val(),c=1==SFSI("input[name='sfsi_rss_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_rss_countsDisplay']:checked").val(),r=SFSI("input[name='sfsi_plus_rss_manualCounts']").val(),p=1==SFSI("input[name='sfsi_facebook_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_facebook_countsDisplay']:checked").val(),_=1==SFSI("input[name='sfsi_facebook_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_facebook_countsFrom']:checked").val(),l=SFSI("input[name='sfsi_facebook_manualCounts']").val(),S=1==SFSI("input[name='sfsi_twitter_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_countsDisplay']:checked").val(),u=1==SFSI("input[name='sfsi_twitter_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_countsFrom']:checked").val(),f=SFSI("input[name='sfsi_twitter_manualCounts']").val(),d=SFSI("input[name='sfsiplus_tw_consumer_key']").val(),m=SFSI("input[name='sfsiplus_tw_consumer_secret']").val(),I=SFSI("input[name='sfsiplus_tw_oauth_access_token']").val(),F=SFSI("input[name='sfsiplus_tw_oauth_access_token_secret']").val(),h=1==SFSI("input[name='sfsi_google_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_google_countsDisplay']:checked").val(),v=1==SFSI("input[name='sfsi_google_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_google_countsFrom']:checked").val(),g=SFSI("input[name='sfsi_google_manualCounts']").val(),k=1==SFSI("input[name='sfsi_linkedIn_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val(),y=SFSI("input[name='sfsi_linkedIn_manualCounts']").val(),b=SFSI("input[name='sfsi_plus_ln_company']").val(),w=SFSI("input[name='ln_api_key']").val(),x=SFSI("input[name='sfsi_plus_ln_secret_key']").val(),C=SFSI("input[name='ln_oAuth_user_token']").val(),D=1==SFSI("input[name='sfsi_linkedIn_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsDisplay']:checked").val(),k=1==SFSI("input[name='sfsi_linkedIn_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val(),y=SFSI("input[name='sfsi_linkedIn_manualCounts']").val(),U=1==SFSI("input[name='sfsi_youtube_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_countsDisplay']:checked").val(),j=1==SFSI("input[name='sfsi_youtube_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_countsFrom']:checked").val(),O=SFSI("input[name='sfsi_youtube_manualCounts']").val(),T=SFSI("input[name='sfsi_youtube_user']").val(),P=1==SFSI("input[name='sfsi_pinterest_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_countsDisplay']:checked").val(),M=1==SFSI("input[name='sfsi_pinterest_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_countsFrom']:checked").val(),L=SFSI("input[name='sfsi_plus_pinterest_manualCounts']").val(),B=SFSI("input[name='sfsi_plus_pinterest_user']").val(),E=SFSI("input[name='sfsi_plus_pinterest_board']").val(),z=1==SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_countsDisplay']:checked").val(),A=1==SFSI("input[name='sfsi_plus_instagram_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val(),N=SFSI("input[name='sfsi_plus_instagram_manualCounts']").val(),H=SFSI("input[name='sfsi_plus_instagram_User']").val(),R=1==SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_plus_shares_countsDisplay']:checked").val(),Q=1==SFSI("input[name='sfsi_plus_shares_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val(),W=SFSI("input[name='sfsi_plus_shares_manualCounts']").val(),q={action:"updateSrcn4",sfsi_display_counts:e,sfsi_email_countsDisplay:t,sfsi_email_countsFrom:n,sfsi_email_manualCounts:o,sfsi_rss_countsDisplay:c,sfsi_rss_manualCounts:r,sfsi_facebook_countsDisplay:p,sfsi_facebook_countsFrom:_,sfsi_facebook_manualCounts:l,sfsi_twitter_countsDisplay:S,sfsi_twitter_countsFrom:u,sfsi_twitter_manualCounts:f,sfsiplus_tw_consumer_key:d,sfsiplus_tw_consumer_secret:m,sfsiplus_tw_oauth_access_token:I,sfsiplus_tw_oauth_access_token_secret:F,sfsi_google_countsDisplay:h,sfsi_google_countsFrom:v,sfsi_google_manualCounts:g,sfsi_google_api_key:a,sfsi_linkedIn_countsDisplay:D,sfsi_linkedIn_countsFrom:k,sfsi_linkedIn_manualCounts:y,ln_company:b,ln_api_key:w,sfsi_plus_ln_secret_key:x,ln_oAuth_user_token:C,sfsi_youtube_countsDisplay:U,sfsi_youtube_countsFrom:j,sfsi_youtube_manualCounts:O,sfsi_youtube_user:T,sfsi_pinterest_countsDisplay:P,sfsi_pinterest_countsFrom:M,sfsi_plus_pinterest_manualCounts:L,sfsi_plus_pinterest_user:B,sfsi_plus_pinterest_board:E,sfsi_plus_instagram_countsDisplay:z,sfsi_plus_instagram_countsFrom:A,sfsi_plus_instagram_manualCounts:N,sfsi_plus_instagram_User:H,sfsi_plus_shares_countsDisplay:R,sfsi_plus_shares_countsFrom:Q,sfsi_plus_shares_manualCounts:W};return SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:q,dataType:"json",async:!0,success:function(s){"success"==s.res?(sfsiplus_showErrorSuc("success","Saved !",4),sfsipluscollapse("#sfsi_save4"),sfsi_plus_showPreviewCounts()):(sfsiplus_showErrorSuc("error","Unkown error , please try again",4),global_error=1),sfsiplus_afterLoad()}}),s}function sfsi_plus_update_step5(){var s=sfsi_plus_validationStep5();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_icons_size']").val(),e=SFSI("input[name='sfsi_plus_icons_perRow']").val(),t=SFSI("input[name='sfsi_plus_icons_spacing']").val(),n=SFSI("#sfsi_plus_icons_Alignment").val(),o=SFSI("input[name='sfsi_plus_icons_ClickPageOpen']:checked").val(),a=SFSI("input[name='sfsi_plus_icons_float']:checked").val(),c=SFSI("input[name='sfsi_plus_disable_floaticons']:checked").val(),r=SFSI("#sfsi_plus_icons_floatPosition").val(),p=SFSI("input[name='sfsi_plus_icons_stick']:checked").val(),_=SFSI("#sfsi_plus_rssIcon_order").attr("data-index"),l=SFSI("#sfsi_plus_emailIcon_order").attr("data-index"),S=SFSI("#sfsi_plus_googleIcon_order").attr("data-index"),u=SFSI("#sfsi_plus_facebookIcon_order").attr("data-index"),f=SFSI("#sfsi_plus_twitterIcon_order").attr("data-index"),d=SFSI("#sfsi_plus_youtubeIcon_order").attr("data-index"),m=SFSI("#sfsi_plus_pinterestIcon_order").attr("data-index"),I=SFSI("#sfsi_plus_instagramIcon_order").attr("data-index"),F=SFSI("#sfsi_plus_shareIcon_order").attr("data-index"),h=SFSI("#sfsi_plus_linkedinIcon_order").attr("data-index"),v=new Array;SFSI(".sfsiplus_custom_iconOrder").each(function(){v.push({order:SFSI(this).attr("data-index"),ele:SFSI(this).attr("element-id")})});var g=1==SFSI("input[name='sfsi_plus_rss_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_rss_MouseOverText']").val(),k=1==SFSI("input[name='sfsi_plus_email_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_email_MouseOverText']").val(),y=1==SFSI("input[name='sfsi_plus_twitter_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_MouseOverText']").val(),b=1==SFSI("input[name='sfsi_plus_facebook_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebook_MouseOverText']").val(),w=1==SFSI("input[name='sfsi_plus_google_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_google_MouseOverText']").val(),x=1==SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").val(),C=1==SFSI("input[name='sfsi_plus_youtube_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_youtube_MouseOverText']").val(),D=1==SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").val(),U=1==SFSI("input[name='sfsi_plus_instagram_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_MouseOverText']").val(),j=1==SFSI("input[name='sfsi_plus_share_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_share_MouseOverText']").val(),O={};SFSI("input[name='sfsi_plus_custom_MouseOverTexts[]']").each(function(){O[SFSI(this).attr("file-id")]=this.value});var T={action:"updateSrcn5",sfsi_plus_icons_size:i,sfsi_plus_icons_Alignment:n,sfsi_plus_icons_perRow:e,sfsi_plus_icons_spacing:t,sfsi_plus_icons_ClickPageOpen:o,sfsi_plus_icons_float:a,sfsi_plus_disable_floaticons:c,sfsi_plus_icons_floatPosition:r,sfsi_plus_icons_stick:p,sfsi_plus_rss_MouseOverText:g,sfsi_plus_email_MouseOverText:k,sfsi_plus_twitter_MouseOverText:y,sfsi_plus_facebook_MouseOverText:b,sfsi_plus_google_MouseOverText:w,sfsi_plus_youtube_MouseOverText:C,sfsi_plus_linkedIn_MouseOverText:x,sfsi_plus_pinterest_MouseOverText:D,sfsi_plus_share_MouseOverText:j,sfsi_plus_instagram_MouseOverText:U,sfsi_plus_custom_MouseOverTexts:O,sfsi_plus_rssIcon_order:_,sfsi_plus_emailIcon_order:l,sfsi_plus_facebookIcon_order:u,sfsi_plus_twitterIcon_order:f,sfsi_plus_googleIcon_order:S,sfsi_plus_youtubeIcon_order:d,sfsi_plus_pinterestIcon_order:m,sfsi_plus_shareIcon_order:F,sfsi_plus_instagramIcon_order:I,sfsi_plus_linkedinIcon_order:h,sfsi_plus_custom_orders:v};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:T,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",5),sfsipluscollapse("#sfsi_save5")):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",5)),sfsiplus_afterLoad()}})}function sfsi_plus_update_step6(){sfsiplus_beForeLoad();var s=SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(),i=SFSI("input[name='sfsi_plus_textBefor_icons']").val(),e=SFSI("#sfsi_plus_icons_alignment").val(),t=SFSI("#sfsi_plus_icons_DisplayCounts").val(),n={action:"updateSrcn6",sfsi_plus_show_Onposts:s,sfsi_plus_icons_DisplayCounts:t,sfsi_plus_icons_alignment:e,sfsi_plus_textBefor_icons:i};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:n,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",6),sfsipluscollapse("#sfsi_save6")):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",6)),sfsiplus_afterLoad()}})}function sfsi_plus_update_step7(){var s=sfsi_plus_validationStep7();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_popup_text']").val(),e=SFSI("#sfsi_plus_popup_font option:selected").val(),t=(SFSI("#sfsi_plus_popup_fontStyle option:selected").val(),SFSI("input[name='sfsi_plus_popup_fontColor']").val()),n=SFSI("input[name='sfsi_plus_popup_fontSize']").val(),o=SFSI("input[name='sfsi_plus_popup_background_color']").val(),a=SFSI("input[name='sfsi_plus_popup_border_color']").val(),c=SFSI("input[name='sfsi_plus_popup_border_thickness']").val(),r=SFSI("input[name='sfsi_plus_popup_border_shadow']:checked").val(),p=SFSI("input[name='sfsi_plus_Show_popupOn']:checked").val(),_=[];SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s,i){_[s]=SFSI(i).val()});var l=SFSI("input[name='sfsi_plus_Shown_pop']:checked").val(),S=SFSI("input[name='sfsi_plus_Shown_popupOnceTime']").val(),u=SFSI("#sfsi_plus_Shown_popuplimitPerUserTime").val(),f={action:"updateSrcn7",sfsi_plus_popup_text:i,sfsi_plus_popup_font:e,sfsi_plus_popup_fontColor:t,sfsi_plus_popup_fontSize:n,sfsi_plus_popup_background_color:o,sfsi_plus_popup_border_color:a,sfsi_plus_popup_border_thickness:c,sfsi_plus_popup_border_shadow:r,sfsi_plus_Show_popupOn:p,sfsi_plus_Show_popupOn_PageIDs:_,sfsi_plus_Shown_pop:l,sfsi_plus_Shown_popupOnceTime:S,sfsi_plus_Shown_popuplimitPerUserTime:u};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:f,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",7),sfsipluscollapse("#sfsi_save7")):sfsiplus_showErrorSuc("error","Unkown error , please try again",7),sfsiplus_afterLoad()}})}function sfsiplus_afterIconSuccess(s){if(s.res="success"){var i=s.key+1,e=s.element,t=e+1;SFSI("#total_cusotm_icons").val(s.element),SFSI(".upload-overlay").hide("slow"),SFSI(".uperror").html(""),sfsiplus_showErrorSuc("success","Custom Icon updated successfully",1),d=new Date,SFSI("input[name=sfsiICON_"+s.key+"]").removeAttr("ele-type"),SFSI("input[name=sfsiICON_"+s.key+"]").removeAttr("isnew"),SFSI("li.custom:last").removeClass("bdr_btm_non"),SFSI("li.custom:last").children("span.custom-img").children("img").attr("src",s.img_path+"?"+d.getTime()),icons_name=SFSI("li.custom:last").find("input.styled").attr("name");var n=icons_name.split("_");s.key=n[1],s.img_path+="?"+d.getTime(),5>e&&SFSI(".icn_listing").append('<li id="c'+i+'" class="custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="sfsiICON_'+i+'" type="checkbox" value="yes" class="styled" style="display:none;" element-type="cusotm-icon" isNew="yes" /></div> <span class="custom-img"><img src="'+SFSI("#plugin_url").val()+'images/custom.png" id="CImg_'+i+'" /> </span> <span class="custom sfsiplus_custom-txt">Custom'+t+' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>'),SFSI(".sfsiplus_custom_section").show(),SFSI(".custom-links").append(' <div class="row sfsiICON_'+s.key+' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="'+s.img_path+"?"+d.getTime()+'" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom '+e+'</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_'+s.key+'" ><label>Link :</label><input file-id="'+s.key+'" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');var o=SFSI("div.custom_m").find("div.mouseover_field").length;SFSI("div.custom_m").append(0==o%2?'<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_'+s.key+'"><label>Custom '+e+':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="'+s.key+'" /></div>':'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_'+s.key+'"><label>Custom '+e+':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="'+s.key+'" /></div>'),SFSI("ul.share_icon_order").append('<li class="sfsiplus_custom_iconOrder sfsiICON_'+s.key+'" data-index="" element-id="'+s.key+'" id=""><a href="#" title="Custom Icon" ><img src="'+s.img_path+'" alt="Linked In" class="sfcm"/></a></li>'),SFSI("ul.sfsi_sample_icons").append('<li class="sfsiICON_'+s.key+'" element-id="'+s.key+'" ><div><img src="'+s.img_path+'" alt="Linked In" class="sfcm"/><span class="sfsi_Cdisplay">12k</span></div></li>'),sfsi_plus_update_index(),plus_update_Sec5Iconorder(),sfsi_plus_update_step1(),sfsi_plus_update_step2(),sfsi_plus_update_step5(),SFSI(".upload-overlay").css("pointer-events","auto"),sfsi_plus_showPreviewCounts(),sfsiplus_afterLoad()
|
2 |
}}function sfsiplus_beforeIconSubmit(s){if(SFSI(".uperror").html("Uploading....."),window.File&&window.FileReader&&window.FileList&&window.Blob){SFSI(s).val()||SFSI(".uperror").html("File is empty");var i=s.files[0].size,e=s.files[0].type;switch(e){case"image/png":case"image/gif":case"image/jpeg":case"image/pjpeg":break;default:return SFSI(".uperror").html("Unsupported file"),!1}return i>1048576?(SFSI(".uperror").html("Image should be less than 1 MB"),!1):!0}return!0}function sfsiplus_bytesToSize(s){var i=["Bytes","KB","MB","GB","TB"];if(0==s)return"0 Bytes";var e=parseInt(Math.floor(Math.log(s)/Math.log(1024)));return Math.round(s/Math.pow(1024,e),2)+" "+i[e]}function sfsiplus_showErrorSuc(s,i,e){if("error"==s)var t="errorMsg";else var t="sucMsg";return SFSI(".tab"+e+">."+t).html(i),SFSI(".tab"+e+">."+t).show(),SFSI(".tab"+e+">."+t).effect("highlight",{},5e3),setTimeout(function(){SFSI("."+t).slideUp("slow")},5e3),!1}function sfsiplus_beForeLoad(){SFSI(".loader-img").show(),SFSI(".save_button >a").html("Saving..."),SFSI(".save_button >a").css("pointer-events","none")}function sfsiplus_afterLoad(){SFSI("input").removeClass("inputError"),SFSI(".save_button >a").html("Save"),SFSI(".tab8>div.save_button >a").html("Save All Settings"),SFSI(".save_button >a").css("pointer-events","auto"),SFSI(".save_button >a").removeAttr("onclick"),SFSI(".loader-img").hide()}function sfsi_plus_make_popBox(){var s=0;SFSI(".sfsi_sample_icons >li").each(function(){"none"!=SFSI(this).css("display")&&(s=1)}),0==s?SFSI(".sfsi_plus_Popinner").hide():SFSI(".sfsi_plus_Popinner").show(),""!=SFSI('input[name="sfsi_plus_popup_text"]').val()?(SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),SFSI(".sfsi_plus_Popinner >h2").show()):SFSI(".sfsi_plus_Popinner >h2").hide(),SFSI(".sfsi_plus_Popinner").css({"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),"border-style":"solid"}),SFSI(".sfsi_plus_Popinner").css("background-color",SFSI('input[name="sfsi_plus_popup_background_color"]').val()),SFSI(".sfsi_plus_Popinner h2").css("font-family",SFSI("#sfsi_plus_popup_font").val()),SFSI(".sfsi_plus_Popinner h2").css("font-style",SFSI("#sfsi_plus_popup_fontStyle").val()),SFSI(".sfsi_plus_Popinner >h2").css("font-size",parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),SFSI(".sfsi_plus_Popinner >h2").css("color",SFSI('input[name="sfsi_plus_popup_fontColor"]').val()+" !important"),"yes"==SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val()?SFSI(".sfsi_plus_Popinner").css("box-shadow","12px 30px 18px #CCCCCC"):SFSI(".sfsi_plus_Popinner").css("box-shadow","none")}function sfsi_plus_stick_widget(s){0==sfsiplus_initTop.length&&(SFSI(".sfsi_plus_widget").each(function(s){sfsiplus_initTop[s]=SFSI(this).position().top}),console.log(sfsiplus_initTop));var i=SFSI(window).scrollTop(),e=[],t=[];SFSI(".sfsi_plus_widget").each(function(s){e[s]=SFSI(this).position().top,t[s]=SFSI(this)});var n=!1;for(var o in e){var a=parseInt(o)+1;e[o]<i&&e[a]>i&&a<e.length?(SFSI(t[o]).css({position:"fixed",top:s}),SFSI(t[a]).css({position:"",top:sfsiplus_initTop[a]}),n=!0):SFSI(t[o]).css({position:"",top:sfsiplus_initTop[o]})}if(!n){var c=e.length-1,r=-1;e.length>1&&(r=e.length-2),sfsiplus_initTop[c]<i?(SFSI(t[c]).css({position:"fixed",top:s}),r>=0&&SFSI(t[r]).css({position:"",top:sfsiplus_initTop[r]})):(SFSI(t[c]).css({position:"",top:sfsiplus_initTop[c]}),r>=0&&e[r]<i)}}function sfsi_plus_float_widget(s){function i(){c="Microsoft Internet Explorer"===navigator.appName?a-document.documentElement.scrollTop:a-window.pageYOffset,Math.abs(c)>0?(window.removeEventListener("scroll",i),a-=c*o,SFSI("#sfsi_plus_floater").css({top:(a+t).toString()+"px"}),setTimeout(i,n)):window.addEventListener("scroll",i,!1)}function e(){var s=SFSI("#sfsi_plus_floater").attr("data-top"),e=parseInt(SFSI("#sfsi_plus_floater").height()),t=parseInt(SFSI("#sfsi_plus_floater").css("top"));parseInt(e)+parseInt(t)<=s?window.addEventListener("scroll",i,!1):(window.removeEventListener("scroll",i),SFSI("#sfsi_plus_floater").css("top",s+"px"))}if("center"==s)var t=window.innerHeight/2;else if("bottom"==s)var t=window.innerHeight-SFSI("#sfsi_plus_floater").height();else var t=parseInt(s);var n=50,o=.1,a=0,c=0;SFSI("#sfsi_plus_floater"),window.onscroll=e}function sfsi_plus_shuffle(){var s=[];SFSI(".sfsi_plus_wicons ").each(function(i){SFSI(this).text().match(/^\s*$/)||(s[i]="<div class='"+SFSI(this).attr("class")+"'>"+SFSI(this).html()+"</div>",SFSI(this).fadeOut("slow"),SFSI(this).insertBefore(SFSI(this).prev(".sfsi_plus_wicons")),SFSI(this).fadeIn("slow"))}),s=sfsiplus_Shuffle(s),$("#sfsi_plus_wDiv").html("");for(var i=0;i<testArray.length;i++)$("#sfsi_plus_wDiv").append(s[i])}function sfsiplus_Shuffle(s){for(var i,e,t=s.length;t;i=parseInt(Math.random()*t),e=s[--t],s[t]=s[i],s[i]=e);return s}function sfsi_plus_setCookie(s,i,e){var t=new Date;t.setTime(t.getTime()+864e5*e);var n="expires="+t.toGMTString();document.cookie=s+"="+i+"; "+n}function sfsfi_plus_getCookie(s){for(var i=s+"=",e=document.cookie.split(";"),t=0;t<e.length;t++){var n=e[t].trim();if(0==n.indexOf(i))return n.substring(i.length,n.length)}return""}function sfsi_plus_hideFooter(){}function showhideutube(s){var i=SFSI(s).children("input").val();"name"==i?(SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideDown(),SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideUp()):(SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideDown(),SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideUp())}function sfsiplushidemepopup(){SFSI(".sfsi_plus_FrntInner").fadeOut()}jQuery(document).ready(function(){jQuery("#sfsi_plus_floater").attr("data-top",jQuery(document).height())}),window.onerror=function(){},SFSI=jQuery.noConflict(),SFSI(window).load(function(){SFSI("#sfpluspageLoad").fadeOut(2e3)});var global_error=0;SFSI(document).ready(function(s){function i(){SFSI(".uperror").html(""),sfsiplus_afterLoad();var s=SFSI('input[name="'+SFSI("#upload_id").val()+'"]');s.removeAttr("checked");var i=SFSI(s).parent().find("span:first");return SFSI(i).css("background-position","0px 0px"),SFSI(".upload-overlay").hide("slow"),!1}SFSI(".sfsiplus_tab_3_icns").on("click",".cstomskins_upload",function(){SFSI(".cstmskins-overlay").show("slow",function(){e=0})}),SFSI("#custmskin_clspop").live("click",function(){SFSI_plus_done(),SFSI(".cstmskins-overlay").hide("slow")}),SFSI("head").append('<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'),SFSI("head").append('<meta http-equiv="Pragma" content="no-cache" />'),SFSI("head").append('<meta http-equiv="Expires" content="0" />'),SFSI("#accordion").accordion({collapsible:!0,active:!1,heightStyle:"content",event:"click",beforeActivate:function(s,i){if(i.newHeader[0])var e=i.newHeader,t=e.next(".ui-accordion-content");else var e=i.oldHeader,t=e.next(".ui-accordion-content");var n="true"==e.attr("aria-selected");return e.toggleClass("ui-corner-all",n).toggleClass("accordion-header-active ui-state-active ui-corner-top",!n).attr("aria-selected",(!n).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",n).toggleClass("ui-icon-triangle-1-s",!n),t.toggleClass("accordion-content-active",!n),n?t.slideUp():t.slideDown(),!1}}),SFSI("#accordion1").accordion({collapsible:!0,active:!1,heightStyle:"content",event:"click",beforeActivate:function(s,i){if(i.newHeader[0])var e=i.newHeader,t=e.next(".ui-accordion-content");else var e=i.oldHeader,t=e.next(".ui-accordion-content");var n="true"==e.attr("aria-selected");return e.toggleClass("ui-corner-all",n).toggleClass("accordion-header-active ui-state-active ui-corner-top",!n).attr("aria-selected",(!n).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",n).toggleClass("ui-icon-triangle-1-s",!n),t.toggleClass("accordion-content-active",!n),n?t.slideUp():t.slideDown(),!1}}),SFSI(".closeSec").on("click",function(){var s=!0,i=SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(),e=SFSI(this).closest("div.ui-accordion-content").first();i.toggleClass("ui-corner-all",s).toggleClass("accordion-header-active ui-state-active ui-corner-top",!s).attr("aria-selected",(!s).toString()),i.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",s).toggleClass("ui-icon-triangle-1-s",!s),e.toggleClass("accordion-content-active",!s),s?e.slideUp():e.slideDown()}),SFSI(document).click(function(s){var i=SFSI(".sfsi_plus_FrntInner"),e=SFSI(".sfsi_plus_wDiv"),t=SFSI("#at15s");i.is(s.target)||0!==i.has(s.target).length||e.is(s.target)||0!==e.has(s.target).length||t.is(s.target)||0!==t.has(s.target).length||i.fadeOut()}),SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function(){var s=SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top+10;SFSI("#at15s").css({top:s+"px",left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left+"px"})}),SFSI("#sfsifontCloroPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_fontColor").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),sfsi_plus_make_popBox(),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_fontColor").val("#"+i),SFSI("#sfsifontCloroPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_fontColor").val("#"+i),SFSI("#sfsifontCloroPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/linkedIn_hover.svg")}),SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/linkedIn.svg")}),SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/youtube_hover.svg")}),SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/youtube.svg")}),SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9")}),SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1")}),SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9")}),SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1")}),SFSI("#sfsiBackgroundColorPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_background_color").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_background_color").val("#"+i),SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_background_color").val("#"+i),SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("#sfsiBorderColorPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_border_color").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_border_color").val("#"+i),SFSI("#sfsiBorderColorPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_border_color").val("#"+i),SFSI("#sfsiBorderColorPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("#sfsi_save1").on("click",function(){sfsi_plus_update_step1()&&sfsipluscollapse(this)}),SFSI("#sfsi_save2").on("click",function(){sfsi_plus_update_step2()&&sfsipluscollapse(this)}),SFSI("#sfsi_save3").on("click",function(){sfsi_plus_update_step3()&&sfsipluscollapse(this)}),SFSI("#sfsi_save4").on("click",function(){sfsi_plus_update_step4()&&sfsipluscollapse(this)}),SFSI("#sfsi_save5").on("click",function(){sfsi_plus_update_step5()&&sfsipluscollapse(this)}),SFSI("#sfsi_save6").on("click",function(){sfsi_plus_update_step6()&&sfsipluscollapse(this)}),SFSI("#sfsi_save7").on("click",function(){sfsi_plus_update_step7()&&sfsipluscollapse(this)}),SFSI("#save_all_settings").on("click",function(){return SFSI("#save_all_settings").text("Saving.."),SFSI(".save_button >a").css("pointer-events","none"),sfsi_plus_update_step1(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Which icons do you want to show on your site?" tab.',8),global_error=0,!1):(sfsi_plus_update_step2(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "What do you want the icons to do?" tab.',8),global_error=0,!1):(sfsi_plus_update_step3(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "What design & animation do you want to give your icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step4(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display "counts" next to your icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step5(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Any other wishes for your main icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step6(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display icons at the end of every post?" tab.',8),global_error=0,!1):(sfsi_plus_update_step7(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display a pop-up, asking people to subscribe?" tab.',8),global_error=0,!1):void(0==global_error&&sfsiplus_showErrorSuc("success",'Saved! Now go to the <a href="widgets.php">widget</a> area and place the widget into your sidebar (if not done already)',8))))))))}),SFSI(".fileUPInput").live("change",function(){sfsiplus_beForeLoad(),sfsiplus_beforeIconSubmit(this)&&(SFSI(".upload-overlay").css("pointer-events","none"),SFSI("#customIconFrm").ajaxForm({dataType:"json",success:sfsiplus_afterIconSuccess,resetForm:!0}).submit())}),SFSI(".pop-up").on("click",function(){("fbex-s2"==SFSI(this).attr("data-id")||"googlex-s2"==SFSI(this).attr("data-id")||"linkex-s2"==SFSI(this).attr("data-id"))&&(SFSI("."+SFSI(this).attr("data-id")).hide(),SFSI("."+SFSI(this).attr("data-id")).css("opacity","1"),SFSI("."+SFSI(this).attr("data-id")).css("z-index","1000")),SFSI("."+SFSI(this).attr("data-id")).show("slow")}),SFSI("#close_popup").live("click",function(){SFSI(".read-overlay").hide("slow")});var e=0;SFSI(".icn_listing").on("click",".checkbox",function(){if(1==e)return!1;"yes"==SFSI(this).attr("dynamic_ele")&&(s=SFSI(this).parent().find("input:checkbox:first"),s.is(":checked")?SFSI(s).attr("checked",!1):SFSI(s).attr("checked",!0)),s=SFSI(this).parent().find("input:checkbox:first"),"yes"==SFSI(s).attr("isNew")&&("0px 0px"==SFSI(this).css("background-position")?(SFSI(s).attr("checked",!0),SFSI(this).css("background-position","0px -36px")):(SFSI(s).removeAttr("checked",!0),SFSI(this).css("background-position","0px 0px")));var s=SFSI(this).parent().find("input:checkbox:first");if(s.is(":checked")&&"cusotm-icon"==s.attr("element-type"))SFSI(".fileUPInput").attr("name","custom_icons[]"),SFSI(".upload-overlay").show("slow",function(){e=0}),SFSI("#upload_id").val(s.attr("name"));else if(!s.is(":checked")&&"cusotm-icon"==s.attr("element-type"))return s.attr("ele-type")?(SFSI(this).attr("checked",!0),SFSI(this).css("background-position","0px -36px"),e=0,!1):confirm("Are you sure want to delete this Icon..?? ")?"suc"==sfsi_plus_delete_CusIcon(this,s)?(s.attr("checked",!1),SFSI(this).css("background-position","0px 0px"),e=0,!1):(e=0,!1):(s.attr("checked",!0),SFSI(this).css("background-position","0px -36px"),e=0,!1)}),SFSI(".icn_listing").on("click",".checkbox",function(){checked=SFSI(this).parent().find("input:checkbox:first"),"sfsi_email_display"!=checked.attr("name")||checked.is(":checked")||SFSI(".demail-1").show("slow")}),SFSI("#deac_email2").on("click",function(){SFSI(".demail-1").hide("slow"),SFSI(".demail-2").show("slow")}),SFSI("#deac_email3").on("click",function(){SFSI(".demail-2").hide("slow"),SFSI(".demail-3").show("slow")}),SFSI(".hideemailpop").on("click",function(){SFSI('input[name="sfsi_email_display"]').attr("checked",!0),SFSI('input[name="sfsi_email_display"]').parent().find("span:first").css("background-position","0px -36px"),SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow")}),SFSI(".hidePop").on("click",function(){SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow")}),SFSI(".activate_footer").on("click",function(){SFSI(this).text("activating....");var s={action:"activateFooter"};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:s,dataType:"json",success:function(s){"success"==s.res&&(SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow"),SFSI(".activate_footer").text("Ok, activate link"))}})}),SFSI(".sfsiplus_removeFooter").on("click",function(){SFSI(this).text("working....");var s={action:"removeFooter"};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:s,dataType:"json",success:function(s){"success"==s.res&&(SFSI(".sfsiplus_removeFooter").fadeOut("slow"),SFSI(".sfsiplus_footerLnk").fadeOut("slow"))}})}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_display_counts"==s.attr("name")&&sfsi_plus_show_counts()}),SFSI("#close_Uploadpopup").on("click",i),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_show_Onposts"==s.attr("name")&&sfsi_plus_show_OnpostsDisplay()}),sfsi_plus_show_OnpostsDisplay(),sfsi_plus_depened_sections(),sfsi_plus_show_counts(),sfsi_plus_showPreviewCounts(),SFSI(".share_icon_order").sortable({update:function(){SFSI(".share_icon_order li").each(function(){SFSI(this).attr("data-index",SFSI(this).index()+1)})},revert:!0}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_email_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_email_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_email_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_email_countsFrom']:checked").val()?SFSI("input[name='sfsi_email_manualCounts']").slideDown():SFSI("input[name='sfsi_email_manualCounts']").slideUp()),"sfsi_facebook_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_facebook_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_facebook_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_facebook_countsFrom']:checked").val()?SFSI("input[name='sfsi_facebook_manualCounts']").slideDown():SFSI("input[name='sfsi_facebook_manualCounts']").slideUp()),"sfsi_twitter_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_twitter_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_twitter_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_twitter_countsFrom']:checked").val()?(SFSI("input[name='sfsi_twitter_manualCounts']").slideDown(),SFSI(".tw_follow_options").slideUp()):(SFSI("input[name='sfsi_twitter_manualCounts']").slideUp(),SFSI(".tw_follow_options").slideDown())),"sfsi_google_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_google_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_google_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI("input[name='sfsi_google_manualCounts']").slideDown(),SFSI(".google_option").slideUp()),"likes"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI("input[name='sfsi_google_manualCounts']").slideUp(),SFSI(".google_option").slideUp()),"follower"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI(".google_option").slideDown(),SFSI("input[name='sfsi_google_manualCounts']").slideUp())),"sfsi_linkedIn_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_linkedIn_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_linkedIn_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val()?(SFSI("input[name='sfsi_linkedIn_manualCounts']").slideDown(),SFSI(".linkedIn_options").slideUp()):(SFSI("input[name='sfsi_linkedIn_manualCounts']").slideUp(),SFSI(".linkedIn_options").slideDown())),"sfsi_youtube_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_youtube_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_youtube_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_youtube_countsFrom']:checked").val()?(SFSI("input[name='sfsi_youtube_manualCounts']").slideDown(),SFSI(".youtube_options").slideUp()):(SFSI("input[name='sfsi_youtube_manualCounts']").slideUp(),SFSI(".youtube_options").slideDown())),"sfsi_pinterest_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_pinterest_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_pinterest_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_pinterest_countsFrom']:checked").val()?(SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideDown(),SFSI(".pin_options").slideUp()):SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideUp()),"sfsi_plus_instagram_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val()?(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideDown(),SFSI(".instagram_userLi").slideUp()):(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideUp(),SFSI(".instagram_userLi").slideDown())),"sfsi_plus_shares_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_plus_shares_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_plus_shares_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val()?SFSI("input[name='sfsi_plus_shares_manualCounts']").slideDown():SFSI("input[name='sfsi_plus_shares_manualCounts']").slideUp())}),sfsi_plus_make_popBox(),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup",sfsi_plus_make_popBox),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus",sfsi_plus_make_popBox),SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change",sfsi_plus_make_popBox),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_popup_border_shadow"==s.attr("name")&&sfsi_plus_make_popBox()}),/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?SFSI("img.sfsi_wicon").on("click",function(s){s.stopPropagation();var i=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("effect")&&"fade_in"==SFSI(this).attr("effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"scale"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"combo"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==i||"top-right"==i)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":1e3}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show())}):SFSI("img.sfsi_wicon").on("mouseenter",function(){var s=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("effect")&&"fade_in"==SFSI(this).attr("effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"scale"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"combo"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==s||"top-right"==s)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show())}),SFSI("div.sfsi_plus_wicons").on("mouseleave",function(){SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"fade_in"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"scale"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"combo"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&(SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")),"google"==SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id")?SFSI("body").on("click",function(){SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()}):(SFSI(this).css({"z-index":"0"}),SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide())}),SFSI("body").on("click",function(){SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()}),SFSI(".adminTooltip >a").on("hover",function(){SFSI(this).offset().top,SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","1"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show()}),SFSI(".adminTooltip").on("mouseleave",function(){"none"!=SFSI(".sfsi_plus_gpls_tool_bdr").css("display")&&0!=SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity")?SFSI(".pop_up_box ").on("click",function(){SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide()}):(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide())}),SFSI(".expand-area").on("click",function(){"Read more"==SFSI(this).text()?(SFSI(this).siblings("p").children("label").fadeIn("slow"),SFSI(this).text("Collapse")):(SFSI(this).siblings("p").children("label").fadeOut("slow"),SFSI(this).text("Read more"))}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_icons_float"==s.attr("name")&&"yes"==s.val()&&(SFSI(".float_options").slideDown("slow"),SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked",!0),SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style","background-position:0px -41px;"),SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style","background-position:0px -0px;")),("sfsi_plus_icons_stick"==s.attr("name")&&"yes"==s.val()||"sfsi_plus_icons_float"==s.attr("name")&&"no"==s.val())&&(SFSI(".float_options").slideUp("slow"),SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked",!0),SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').prop("checked",!1),SFSI('input[name="sfsi_plus_icons_float"][value="no"]').parent().find("span.radio").attr("style","background-position:0px -41px;"),SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').parent().find("span.radio").attr("style","background-position:0px -0px;"))}),SFSI(".sfsi_plus_wDiv").length>0&&setTimeout(function(){var s=parseInt(SFSI(".sfsi_plus_wDiv").height())+15+"px";SFSI(".sfsi_plus_holders").each(function(){SFSI(this).css("height",s)})},200),SFSI(".checkbox").live("click",function(){var s=SFSI(this).parent().find("input:checkbox:first");("sfsi_plus_shuffle_Firstload"==s.attr("name")&&"checked"==s.attr("checked")||"sfsi_plus_shuffle_interval"==s.attr("name")&&"checked"==s.attr("checked"))&&(SFSI('input[name="sfsi_plus_shuffle_icons"]').parent().find("span").css("background-position","0px -36px"),SFSI('input[name="sfsi_plus_shuffle_icons"]').attr("checked","checked")),"sfsi_plus_shuffle_icons"==s.attr("name")&&"checked"!=s.attr("checked")&&(SFSI('input[name="sfsi_plus_shuffle_Firstload"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_shuffle_Firstload"]').parent().find("span").css("background-position","0px 0px"),SFSI('input[name="sfsi_plus_shuffle_interval"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_shuffle_interval"]').parent().find("span").css("background-position","0px 0px"))})});var sfsiplus_initTop=new Array;
|
1 |
+
function sfsi_plus_update_index(){var s=1;SFSI("ul.icn_listing li.custom").each(function(){SFSI(this).children("span.sfsiplus_custom-txt").html("Custom "+s),s++}),cntt=1,SFSI("div.cm_lnk").each(function(){SFSI(this).find("h2.custom").find("span.sfsiCtxt").html("Custom "+cntt+":"),cntt++}),cntt=1,SFSI("div.custom_m").find("div.sfsiplus_custom_section").each(function(){SFSI(this).find("label").html("Custom "+cntt+":"),cntt++})}function sfsipluscollapse(s){var i=!0,e=SFSI(s).closest("div.ui-accordion-content").prev("h3.ui-accordion-header"),t=SFSI(s).closest("div.ui-accordion-content").first();e.toggleClass("ui-corner-all",i).toggleClass("accordion-header-active ui-state-active ui-corner-top",!i).attr("aria-selected",(!i).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",i).toggleClass("ui-icon-triangle-1-s",!i),t.toggleClass("accordion-content-active",!i),i?t.slideUp():t.slideDown()}function sfsi_plus_delete_CusIcon(s,i){sfsiplus_beForeLoad();var e={action:"deleteIcons",icon_name:i.attr("name")};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,dataType:"json",success:function(e){if("success"==e.res){sfsiplus_showErrorSuc("success","Saved !",1);var t=e.last_index+1;SFSI("#total_cusotm_icons").val(e.total_up),SFSI(s).closest(".custom").remove(),SFSI("li.custom:last").addClass("bdr_btm_non"),SFSI(".custom-links").find("div."+i.attr("name")).remove(),SFSI(".custom_m").find("div."+i.attr("name")).remove(),SFSI(".share_icon_order").children("li."+i.attr("name")).remove(),SFSI("ul.sfsi_sample_icons").children("li."+i.attr("name")).remove();var n=e.total_up+1;4==e.total_up&&SFSI(".icn_listing").append('<li id="c'+t+'" class="custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="sfsiICON_'+t+'_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="cusotm-icon" isNew="yes" /></div> <span class="custom-img"><img src="'+SFSI("#plugin_url").val()+'images/custom.png" id="CImg_'+t+'" /> </span> <span class="custom sfsiplus_custom-txt">Custom'+n+' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>')}else sfsiplus_showErrorSuc("error","Unkown error , please try again",1);return sfsi_plus_update_index(),plus_update_Sec5Iconorder(),sfsi_plus_update_step1(),sfsi_plus_update_step5(),sfsiplus_afterLoad(),"suc"}})}function plus_update_Sec5Iconorder(){SFSI("ul.share_icon_order").children("li").each(function(){SFSI(this).attr("data-index",SFSI(this).index()+1)})}function sfsi_plus_section_Display(s,i){"hide"==i?(SFSI("."+s+" :input").prop("disabled",!0),SFSI("."+s+" :button").prop("disabled",!0),SFSI("."+s).hide()):(SFSI("."+s+" :input").removeAttr("disabled",!0),SFSI("."+s+" :button").removeAttr("disabled",!0),SFSI("."+s).show())}function sfsi_plus_depened_sections(){if("sfsi"==SFSI("input[name='sfsi_rss_icons']:checked").val()){for(i=0;16>i;i++){var s=i+1,e=74*i;SFSI(".sfsiplus_row_"+s+"_2").css("background-position","-588px -"+e+"px")}var t=SFSI(".icon_img").attr("src"),n=t.replace("email.png","sf_asfsiplus_row_icn.png");SFSI(".icon_img").attr("src",n)}else{for(SFSI(".sfsiplus_row_1_2").css("background-position","-58px 0"),i=0;16>i;i++){var s=i+1,e=74*i;SFSI(".sfsiplus_row_"+s+"_2").css("background-position","-58px -"+e+"px")}var t=SFSI(".icon_img").attr("src");if(t){var n=t.replace("sf_asfsiplus_row_icn.png","email.png");SFSI(".icon_img").attr("src",n)}}SFSI("input[name='sfsi_rss_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_rss_section","show"):sfsi_plus_section_Display("sfsiplus_rss_section","hide"),SFSI("input[name='sfsi_email_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_email_section","show"):sfsi_plus_section_Display("sfsiplus_email_section","hide"),SFSI("input[name='sfsi_facebook_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_facebook_section","show"):sfsi_plus_section_Display("sfsiplus_facebook_section","hide"),SFSI("input[name='sfsi_twitter_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_twitter_section","show"):sfsi_plus_section_Display("sfsiplus_twitter_section","hide"),SFSI("input[name='sfsi_google_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_google_section","show"):sfsi_plus_section_Display("sfsiplus_google_section","hide"),SFSI("input[name='sfsi_share_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_share_section","show"):sfsi_plus_section_Display("sfsiplus_share_section","hide"),SFSI("input[name='sfsi_youtube_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_youtube_section","show"):sfsi_plus_section_Display("sfsiplus_youtube_section","hide"),SFSI("input[name='sfsi_pinterest_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_pinterest_section","show"):sfsi_plus_section_Display("sfsiplus_pinterest_section","hide"),SFSI("input[name='sfsi_instagram_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_instagram_section","show"):sfsi_plus_section_Display("sfsiplus_instagram_section","hide"),SFSI("input[name='sfsi_linkedin_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_linkedin_section","show"):sfsi_plus_section_Display("sfsiplus_linkedin_section","hide"),SFSI("input[element-type='cusotm-icon']").prop("checked")?sfsi_plus_section_Display("sfsiplus_custom_section","show"):sfsi_plus_section_Display("sfsiplus_custom_section","hide")}function PlusCustomIConSectionsUpdate(){sfsi_plus_section_Display("counter".ele,show)}function sfsi_customskin_upload(s,i){var e=(jQuery(i).attr("title"),s),t={action:"UploadSkins",custom_imgurl:e};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:t,success:function(e){if(e.res="success"){var t=s.split("=");jQuery(i).prev(".imgskin").attr("src",t[1]),jQuery(i).prev(".imgskin").css("display","block"),jQuery(i).text("Update"),jQuery(i).next(".dlt_btn").css("display","block")}}})}function sfsiplus_deleteskin_icon(s){var i=jQuery(s).attr("title"),e=i,t={action:"DeleteSkin",iconname:e};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:t,success:function(i){(i.res="success")&&(SFSI(s).prev("a").text("Upload"),SFSI(s).prev("a").prev("img").attr("src",""),SFSI(s).prev("a").prev("img").css("display","none"),SFSI(s).css("display","none"))}})}function SFSI_plus_done(){e={action:"Iamdone"},SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,success:function(s){jQuery("li.cstomskins_upload").children(".sfsiplus_icns_tab_3").html(s),SFSI("input[name='sfsi_rss_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_rss_section","show"):sfsi_plus_section_Display("sfsiplus_rss_section","hide"),SFSI("input[name='sfsi_email_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_email_section","show"):sfsi_plus_section_Display("sfsiplus_email_section","hide"),SFSI("input[name='sfsi_facebook_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_facebook_section","show"):sfsi_plus_section_Display("sfsiplus_facebook_section","hide"),SFSI("input[name='sfsi_twitter_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_twitter_section","show"):sfsi_plus_section_Display("sfsiplus_twitter_section","hide"),SFSI("input[name='sfsi_google_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_google_section","show"):sfsi_plus_section_Display("sfsiplus_google_section","hide"),SFSI("input[name='sfsi_share_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_share_section","show"):sfsi_plus_section_Display("sfsiplus_share_section","hide"),SFSI("input[name='sfsi_youtube_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_youtube_section","show"):sfsi_plus_section_Display("sfsiplus_youtube_section","hide"),SFSI("input[name='sfsi_pinterest_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_pinterest_section","show"):sfsi_plus_section_Display("sfsiplus_pinterest_section","hide"),SFSI("input[name='sfsi_instagram_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_instagram_section","show"):sfsi_plus_section_Display("sfsiplus_instagram_section","hide"),SFSI("input[name='sfsi_linkedin_display']").prop("checked")?sfsi_plus_section_Display("sfsiplus_linkedin_section","show"):sfsi_plus_section_Display("sfsiplus_linkedin_section","hide"),SFSI("input[element-type='cusotm-icon']").prop("checked")?sfsi_plus_section_Display("sfsiplus_custom_section","show"):sfsi_plus_section_Display("sfsiplus_custom_section","hide"),SFSI(".cstmskins-overlay").hide("slow"),sfsi_plus_update_step3()&&sfsipluscollapse(this)}})}function sfsi_newcustomicon_upload(s){var i=s,e={action:"UploadIcons",custom_imgurl:i};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:e,dataType:"json",async:!0,success:function(s){sfsiplus_afterIconSuccess(s)}})}function sfsi_plus_update_step1(){global_error=0,sfsiplus_beForeLoad(),sfsi_plus_depened_sections();var s=!1,i=SFSI("input[name='sfsi_rss_display']:checked").val(),e=SFSI("input[name='sfsi_email_display']:checked").val(),t=SFSI("input[name='sfsi_facebook_display']:checked").val(),n=SFSI("input[name='sfsi_twitter_display']:checked").val(),o=SFSI("input[name='sfsi_google_display']:checked").val(),a=SFSI("input[name='sfsi_share_display']:checked").val(),c=SFSI("input[name='sfsi_youtube_display']:checked").val(),r=SFSI("input[name='sfsi_pinterest_display']:checked").val(),p=SFSI("input[name='sfsi_linkedin_display']:checked").val(),_=SFSI("input[name='sfsi_instagram_display']:checked").val(),l=SFSI("input[name='sfsi_custom1_display']:checked").val(),S=SFSI("input[name='sfsi_custom2_display']:checked").val(),u=SFSI("input[name='sfsi_custom3_display']:checked").val(),f=SFSI("input[name='sfsi_custom4_display']:checked").val(),d=SFSI("input[name='sfsi_custom5_display']:checked").val(),m={action:"updateSrcn1",sfsi_rss_display:i,sfsi_email_display:e,sfsi_facebook_display:t,sfsi_twitter_display:n,sfsi_google_display:o,sfsi_share_display:a,sfsi_youtube_display:c,sfsi_pinterest_display:r,sfsi_linkedin_display:p,sfsi_instagram_display:_,sfsi_custom1_display:l,sfsi_custom2_display:S,sfsi_custom3_display:u,sfsi_custom4_display:f,sfsi_custom5_display:d};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:m,async:!0,dataType:"json",success:function(i){"success"==i?(sfsiplus_showErrorSuc("success","Saved !",1),sfsipluscollapse("#sfsi_save1"),sfsi_plus_make_popBox()):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",1),s=!1),sfsiplus_afterLoad()}})}function sfsi_plus_update_step2(){var s=sfsi_plus_validationStep2();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=1==SFSI("input[name='sfsi_rss_url']").prop("disabled")?"":SFSI("input[name='sfsi_rss_url']").val(),e=1==SFSI("input[name='sfsi_rss_icons']").prop("disabled")?"":SFSI("input[name='sfsi_rss_icons']:checked").val(),t=1==SFSI("input[name='sfsi_facebookPage_option']").prop("disabled")?"":SFSI("input[name='sfsi_facebookPage_option']:checked").val(),n=1==SFSI("input[name='sfsi_plus_facebookLike_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebookLike_option']:checked").val(),o=1==SFSI("input[name='sfsi_plus_facebookShare_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebookShare_option']:checked").val(),a=SFSI("input[name='sfsi_facebookPage_url']").val(),c=1==SFSI("input[name='sfsi_plus_twitter_followme']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_followme']:checked").val(),r=1==SFSI("input[name='sfsi_twitter_followUserName']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_followUserName']").val(),p=1==SFSI("input[name='sfsi_plus_twitter_aboutPage']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_aboutPage']:checked").val(),_=1==SFSI("input[name='sfsi_plus_twitter_page']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_page']:checked").val(),l=SFSI("input[name='sfsi_twitter_pageURL']").val(),S=SFSI("textarea[name='sfsi_twitter_aboutPageText']").val(),u=1==SFSI("input[name='sfsi_google_page']").prop("disabled")?"":SFSI("input[name='sfsi_google_page']:checked").val(),f=1==SFSI("input[name='sfsi_googleLike_option']").prop("disabled")?"":SFSI("input[name='sfsi_googleLike_option']:checked").val(),d=SFSI("input[name='sfsi_google_pageURL']").val(),m=1==SFSI("input[name='sfsi_plus_googleShare_option']").prop("disabled")?"":SFSI("input[name='sfsi_plus_googleShare_option']:checked").val(),I=1==SFSI("input[name='sfsi_youtube_page']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_page']:checked").val(),F=1==SFSI("input[name='sfsi_plus_youtube_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_pageUrl']").val(),h=1==SFSI("input[name='sfsi_youtube_follow']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_follow']:checked").val(),v=SFSI("input[name='sfsi_plus_youtubeusernameorid']:checked").val(),g=SFSI("input[name='sfsi_plus_ytube_user']").val(),k=SFSI("input[name='sfsi_plus_ytube_chnlid']").val(),y=1==SFSI("input[name='sfsi_plus_pinterest_page']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_page']:checked").val(),b=1==SFSI("input[name='sfsi_plus_pinterest_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_pageUrl']").val(),w=1==SFSI("input[name='sfsi_pinterest_pingBlog']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_pingBlog']:checked").val(),x=1==SFSI("input[name='sfsi_plus_instagram_pageUrl']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_pageUrl']").val(),C=1==SFSI("input[name='sfsi_linkedin_page']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_page']:checked").val(),D=1==SFSI("input[name='sfsi_linkedin_pageURL']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_pageURL']").val(),U=1==SFSI("input[name='sfsi_linkedin_follow']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_follow']:checked").val(),j=SFSI("input[name='sfsi_linkedin_followCompany']").val(),O=1==SFSI("input[name='sfsi_linkedin_SharePage']").prop("disabled")?"":SFSI("input[name='sfsi_linkedin_SharePage']:checked").val(),T=SFSI("input[name='sfsi_plus_linkedin_recommendBusines']:checked").val(),P=SFSI("input[name='sfsi_linkedin_recommendProductId']").val(),M=SFSI("input[name='sfsi_linkedin_recommendCompany']").val(),L={};SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function(){L[SFSI(this).attr("file-id")]=this.value});var B={action:"updateSrcn2",sfsi_rss_url:i,sfsi_rss_icons:e,sfsi_facebookPage_option:t,sfsi_plus_facebookLike_option:n,sfsi_plus_facebookShare_option:o,sfsi_facebookPage_url:a,sfsi_plus_twitter_followme:c,sfsi_twitter_followUserName:r,sfsi_twitter_aboutPage:p,sfsi_twitter_page:_,sfsi_twitter_pageURL:l,sfsi_twitter_aboutPageText:S,sfsi_google_page:u,sfsi_googleLike_option:f,sfsi_google_pageURL:d,sfsi_plus_googleShare_option:m,sfsi_youtube_page:I,sfsi_youtube_pageUrl:F,sfsi_youtube_follow:h,sfsi_plus_youtubeusernameorid:v,sfsi_plus_ytube_user:g,sfsi_plus_ytube_chnlid:k,sfsi_pinterest_page:y,sfsi_pinterest_pageUrl:b,sfsi_plus_instagram_pageUrl:x,sfsi_pinterest_pingBlog:w,sfsi_linkedin_page:C,sfsi_linkedin_pageURL:D,sfsi_linkedin_follow:U,sfsi_linkedin_followCompany:j,sfsi_linkedin_SharePage:O,sfsi_plus_linkedin_recommendBusines:T,sfsi_linkedin_recommendCompany:M,sfsi_linkedin_recommendProductId:P,sfsi_plus_custom_links:L};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:B,async:!0,dataType:"json",success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",2),sfsipluscollapse("#sfsi_save2"),sfsi_plus_depened_sections()):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",2),return_value=!1),sfsiplus_afterLoad()}})}function sfsi_plus_update_step3(){var s=sfsi_plus_validationStep3();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_actvite_theme']:checked").val(),e=SFSI("input[name='sfsi_mouseOver']:checked").val(),t=SFSI("input[name='sfsi_plus_shuffle_icons']:checked").val(),n=SFSI("input[name='sfsi_plus_shuffle_Firstload']:checked").val(),o=SFSI("#sfsi_mouseOver_effect option:selected").val(),a=SFSI("input[name='sfsi_plus_shuffle_interval']:checked").val(),c=SFSI("input[name='sfsi_plus_shuffle_intervalTime']").val(),r=SFSI("input[name='sfsi_plus_specialIcon_animation']:checked").val(),p=SFSI("input[name='sfsi_plus_specialIcon_MouseOver']:checked").val(),_=SFSI("input[name='sfsi_plus_specialIcon_Firstload']:checked").val(),l=SFSI("#sfsi_plus_specialIcon_Firstload_Icons option:selected").val(),S=SFSI("input[name='sfsi_plus_specialIcon_interval']:checked").val(),u=SFSI("input[name='sfsi_plus_specialIcon_intervalTime']").val(),f=SFSI("#sfsi_plus_specialIcon_intervalIcons option:selected").val(),d={action:"updateSrcn3",sfsi_plus_actvite_theme:i,sfsi_mouseOver:e,sfsi_plus_shuffle_icons:t,sfsi_plus_shuffle_Firstload:n,sfsi_mouseOver_effect:o,sfsi_plus_shuffle_interval:a,sfsi_plus_shuffle_intervalTime:c,sfsi_plus_specialIcon_animation:r,sfsi_plus_specialIcon_MouseOver:p,sfsi_plus_specialIcon_Firstload:_,sfsi_plus_specialIcon_Firstload_Icons:l,sfsi_plus_specialIcon_interval:S,sfsi_plus_specialIcon_intervalTime:u,sfsi_plus_specialIcon_intervalIcons:f};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:d,async:!0,dataType:"json",success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",3),sfsipluscollapse("#sfsi_save3")):(sfsiplus_showErrorSuc("error","Unkown error , please try again",3),return_value=!1),sfsiplus_afterLoad()}})}function sfsi_plus_show_counts(){"yes"==SFSI("input[name='sfsi_display_counts']:checked").val()?(SFSI(".count_sections").slideDown(),sfsi_plus_showPreviewCounts()):(SFSI(".count_sections").slideUp(),sfsi_plus_showPreviewCounts())}function sfsi_plus_showPreviewCounts(){var s=0;1==SFSI("input[name='sfsi_rss_countsDisplay']").prop("checked")?(SFSI("#sfsi_rss_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_rss_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_email_countsDisplay']").prop("checked")?(SFSI("#sfsi_email_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_email_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_facebook_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_facebook_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_facebook_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_twitter_countsDisplay']").prop("checked")?(SFSI("#sfsi_twitter_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_twitter_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_google_countsDisplay']").prop("checked")?(SFSI("#sfsi_google_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_google_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_linkedIn_countsDisplay']").prop("checked")?(SFSI("#sfsi_linkedIn_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_linkedIn_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_youtube_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_youtube_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_youtube_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_pinterest_countsDisplay']").prop("checked")?(SFSI("#sfsi_pinterest_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_pinterest_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_shares_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_plus_shares_countsDisplay").css("opacity",0),1==SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("checked")?(SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity",1),s=1):SFSI("#sfsi_plus_instagram_countsDisplay").css("opacity",0),0==s||"no"==SFSI("input[name='sfsi_display_counts']:checked").val()?SFSI(".sfsi_Cdisplay").hide():SFSI(".sfsi_Cdisplay").show()}function sfsi_plus_show_OnpostsDisplay(){"yes"==SFSI("input[name='sfsi_plus_show_Onposts']:checked").val()?SFSI(".sfsiplus_PostsSettings_section").slideDown():SFSI(".sfsiplus_PostsSettings_section").slideUp()}function sfsi_plus_update_step4(){var s=!1,i=sfsi_plus_validationStep4();if(!i)return global_error=1,!1;sfsiplus_beForeLoad();var e=SFSI("input[name='sfsi_display_counts']:checked").val(),t=1==SFSI("input[name='sfsi_email_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_email_countsDisplay']:checked").val(),n=1==SFSI("input[name='sfsi_email_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_email_countsFrom']:checked").val(),o=SFSI("input[name='sfsi_plus_email_manualCounts']").val(),a=SFSI("input[name='sfsi_plus_google_api_key']").val(),c=1==SFSI("input[name='sfsi_rss_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_rss_countsDisplay']:checked").val(),r=SFSI("input[name='sfsi_plus_rss_manualCounts']").val(),p=1==SFSI("input[name='sfsi_facebook_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_facebook_countsDisplay']:checked").val(),_=1==SFSI("input[name='sfsi_facebook_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_facebook_countsFrom']:checked").val(),l=SFSI("input[name='sfsi_facebook_manualCounts']").val(),S=1==SFSI("input[name='sfsi_twitter_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_countsDisplay']:checked").val(),u=1==SFSI("input[name='sfsi_twitter_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_twitter_countsFrom']:checked").val(),f=SFSI("input[name='sfsi_twitter_manualCounts']").val(),d=SFSI("input[name='sfsiplus_tw_consumer_key']").val(),m=SFSI("input[name='sfsiplus_tw_consumer_secret']").val(),I=SFSI("input[name='sfsiplus_tw_oauth_access_token']").val(),F=SFSI("input[name='sfsiplus_tw_oauth_access_token_secret']").val(),h=1==SFSI("input[name='sfsi_google_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_google_countsDisplay']:checked").val(),v=1==SFSI("input[name='sfsi_google_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_google_countsFrom']:checked").val(),g=SFSI("input[name='sfsi_google_manualCounts']").val(),k=1==SFSI("input[name='sfsi_linkedIn_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val(),y=SFSI("input[name='sfsi_linkedIn_manualCounts']").val(),b=SFSI("input[name='sfsi_plus_ln_company']").val(),w=SFSI("input[name='ln_api_key']").val(),x=SFSI("input[name='sfsi_plus_ln_secret_key']").val(),C=SFSI("input[name='ln_oAuth_user_token']").val(),D=1==SFSI("input[name='sfsi_linkedIn_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsDisplay']:checked").val(),k=1==SFSI("input[name='sfsi_linkedIn_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val(),y=SFSI("input[name='sfsi_linkedIn_manualCounts']").val(),U=1==SFSI("input[name='sfsi_youtube_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_countsDisplay']:checked").val(),j=1==SFSI("input[name='sfsi_youtube_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_youtube_countsFrom']:checked").val(),O=SFSI("input[name='sfsi_youtube_manualCounts']").val(),T=SFSI("input[name='sfsi_youtube_user']").val(),P=1==SFSI("input[name='sfsi_pinterest_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_countsDisplay']:checked").val(),M=1==SFSI("input[name='sfsi_pinterest_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_pinterest_countsFrom']:checked").val(),L=SFSI("input[name='sfsi_plus_pinterest_manualCounts']").val(),B=SFSI("input[name='sfsi_plus_pinterest_user']").val(),E=SFSI("input[name='sfsi_plus_pinterest_board']").val(),z=1==SFSI("input[name='sfsi_plus_instagram_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_countsDisplay']:checked").val(),A=1==SFSI("input[name='sfsi_plus_instagram_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val(),N=SFSI("input[name='sfsi_plus_instagram_manualCounts']").val(),H=SFSI("input[name='sfsi_plus_instagram_User']").val(),R=1==SFSI("input[name='sfsi_plus_shares_countsDisplay']").prop("disabled")?"":SFSI("input[name='sfsi_plus_shares_countsDisplay']:checked").val(),Q=1==SFSI("input[name='sfsi_plus_shares_countsFrom']").prop("disabled")?"":SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val(),W=SFSI("input[name='sfsi_plus_shares_manualCounts']").val(),q={action:"updateSrcn4",sfsi_display_counts:e,sfsi_email_countsDisplay:t,sfsi_email_countsFrom:n,sfsi_email_manualCounts:o,sfsi_rss_countsDisplay:c,sfsi_rss_manualCounts:r,sfsi_facebook_countsDisplay:p,sfsi_facebook_countsFrom:_,sfsi_facebook_manualCounts:l,sfsi_twitter_countsDisplay:S,sfsi_twitter_countsFrom:u,sfsi_twitter_manualCounts:f,sfsiplus_tw_consumer_key:d,sfsiplus_tw_consumer_secret:m,sfsiplus_tw_oauth_access_token:I,sfsiplus_tw_oauth_access_token_secret:F,sfsi_google_countsDisplay:h,sfsi_google_countsFrom:v,sfsi_google_manualCounts:g,sfsi_google_api_key:a,sfsi_linkedIn_countsDisplay:D,sfsi_linkedIn_countsFrom:k,sfsi_linkedIn_manualCounts:y,ln_company:b,ln_api_key:w,sfsi_plus_ln_secret_key:x,ln_oAuth_user_token:C,sfsi_youtube_countsDisplay:U,sfsi_youtube_countsFrom:j,sfsi_youtube_manualCounts:O,sfsi_youtube_user:T,sfsi_pinterest_countsDisplay:P,sfsi_pinterest_countsFrom:M,sfsi_plus_pinterest_manualCounts:L,sfsi_plus_pinterest_user:B,sfsi_plus_pinterest_board:E,sfsi_plus_instagram_countsDisplay:z,sfsi_plus_instagram_countsFrom:A,sfsi_plus_instagram_manualCounts:N,sfsi_plus_instagram_User:H,sfsi_plus_shares_countsDisplay:R,sfsi_plus_shares_countsFrom:Q,sfsi_plus_shares_manualCounts:W};return SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:q,dataType:"json",async:!0,success:function(s){"success"==s.res?(sfsiplus_showErrorSuc("success","Saved !",4),sfsipluscollapse("#sfsi_save4"),sfsi_plus_showPreviewCounts()):(sfsiplus_showErrorSuc("error","Unkown error , please try again",4),global_error=1),sfsiplus_afterLoad()}}),s}function sfsi_plus_update_step5(){var s=sfsi_plus_validationStep5();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_icons_size']").val(),e=SFSI("input[name='sfsi_plus_icons_perRow']").val(),t=SFSI("input[name='sfsi_plus_icons_spacing']").val(),n=SFSI("#sfsi_plus_icons_Alignment").val(),o=SFSI("input[name='sfsi_plus_icons_ClickPageOpen']:checked").val(),a=SFSI("input[name='sfsi_plus_icons_float']:checked").val(),c=SFSI("input[name='sfsi_plus_disable_floaticons']:checked").val(),r=SFSI("#sfsi_plus_icons_floatPosition").val(),p=SFSI("input[name='sfsi_plus_icons_stick']:checked").val(),_=SFSI("#sfsi_plus_rssIcon_order").attr("data-index"),l=SFSI("#sfsi_plus_emailIcon_order").attr("data-index"),S=SFSI("#sfsi_plus_googleIcon_order").attr("data-index"),u=SFSI("#sfsi_plus_facebookIcon_order").attr("data-index"),f=SFSI("#sfsi_plus_twitterIcon_order").attr("data-index"),d=SFSI("#sfsi_plus_youtubeIcon_order").attr("data-index"),m=SFSI("#sfsi_plus_pinterestIcon_order").attr("data-index"),I=SFSI("#sfsi_plus_instagramIcon_order").attr("data-index"),F=SFSI("#sfsi_plus_shareIcon_order").attr("data-index"),h=SFSI("#sfsi_plus_linkedinIcon_order").attr("data-index"),v=new Array;SFSI(".sfsiplus_custom_iconOrder").each(function(){v.push({order:SFSI(this).attr("data-index"),ele:SFSI(this).attr("element-id")})});var g=1==SFSI("input[name='sfsi_plus_rss_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_rss_MouseOverText']").val(),k=1==SFSI("input[name='sfsi_plus_email_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_email_MouseOverText']").val(),y=1==SFSI("input[name='sfsi_plus_twitter_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_twitter_MouseOverText']").val(),b=1==SFSI("input[name='sfsi_plus_facebook_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_facebook_MouseOverText']").val(),w=1==SFSI("input[name='sfsi_plus_google_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_google_MouseOverText']").val(),x=1==SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_linkedIn_MouseOverText']").val(),C=1==SFSI("input[name='sfsi_plus_youtube_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_youtube_MouseOverText']").val(),D=1==SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_pinterest_MouseOverText']").val(),U=1==SFSI("input[name='sfsi_plus_instagram_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_instagram_MouseOverText']").val(),j=1==SFSI("input[name='sfsi_plus_share_MouseOverText']").prop("disabled")?"":SFSI("input[name='sfsi_plus_share_MouseOverText']").val(),O={};SFSI("input[name='sfsi_plus_custom_MouseOverTexts[]']").each(function(){O[SFSI(this).attr("file-id")]=this.value});var T={action:"updateSrcn5",sfsi_plus_icons_size:i,sfsi_plus_icons_Alignment:n,sfsi_plus_icons_perRow:e,sfsi_plus_icons_spacing:t,sfsi_plus_icons_ClickPageOpen:o,sfsi_plus_icons_float:a,sfsi_plus_disable_floaticons:c,sfsi_plus_icons_floatPosition:r,sfsi_plus_icons_stick:p,sfsi_plus_rss_MouseOverText:g,sfsi_plus_email_MouseOverText:k,sfsi_plus_twitter_MouseOverText:y,sfsi_plus_facebook_MouseOverText:b,sfsi_plus_google_MouseOverText:w,sfsi_plus_youtube_MouseOverText:C,sfsi_plus_linkedIn_MouseOverText:x,sfsi_plus_pinterest_MouseOverText:D,sfsi_plus_share_MouseOverText:j,sfsi_plus_instagram_MouseOverText:U,sfsi_plus_custom_MouseOverTexts:O,sfsi_plus_rssIcon_order:_,sfsi_plus_emailIcon_order:l,sfsi_plus_facebookIcon_order:u,sfsi_plus_twitterIcon_order:f,sfsi_plus_googleIcon_order:S,sfsi_plus_youtubeIcon_order:d,sfsi_plus_pinterestIcon_order:m,sfsi_plus_shareIcon_order:F,sfsi_plus_instagramIcon_order:I,sfsi_plus_linkedinIcon_order:h,sfsi_plus_custom_orders:v};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:T,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",5),sfsipluscollapse("#sfsi_save5")):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",5)),sfsiplus_afterLoad()}})}function sfsi_plus_update_step6(){sfsiplus_beForeLoad();var s=SFSI("input[name='sfsi_plus_show_Onposts']:checked").val(),i=SFSI("input[name='sfsi_plus_textBefor_icons']").val(),e=SFSI("#sfsi_plus_icons_alignment").val(),t=SFSI("#sfsi_plus_icons_DisplayCounts").val(),n={action:"updateSrcn6",sfsi_plus_show_Onposts:s,sfsi_plus_icons_DisplayCounts:t,sfsi_plus_icons_alignment:e,sfsi_plus_textBefor_icons:i};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:n,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",6),sfsipluscollapse("#sfsi_save6")):(global_error=1,sfsiplus_showErrorSuc("error","Unkown error , please try again",6)),sfsiplus_afterLoad()}})}function sfsi_plus_update_step7(){var s=sfsi_plus_validationStep7();if(!s)return global_error=1,!1;sfsiplus_beForeLoad();var i=SFSI("input[name='sfsi_plus_popup_text']").val(),e=SFSI("#sfsi_plus_popup_font option:selected").val(),t=(SFSI("#sfsi_plus_popup_fontStyle option:selected").val(),SFSI("input[name='sfsi_plus_popup_fontColor']").val()),n=SFSI("input[name='sfsi_plus_popup_fontSize']").val(),o=SFSI("input[name='sfsi_plus_popup_background_color']").val(),a=SFSI("input[name='sfsi_plus_popup_border_color']").val(),c=SFSI("input[name='sfsi_plus_popup_border_thickness']").val(),r=SFSI("input[name='sfsi_plus_popup_border_shadow']:checked").val(),p=SFSI("input[name='sfsi_plus_Show_popupOn']:checked").val(),_=[];SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s,i){_[s]=SFSI(i).val()});var l=SFSI("input[name='sfsi_plus_Shown_pop']:checked").val(),S=SFSI("input[name='sfsi_plus_Shown_popupOnceTime']").val(),u=SFSI("#sfsi_plus_Shown_popuplimitPerUserTime").val(),f={action:"updateSrcn7",sfsi_plus_popup_text:i,sfsi_plus_popup_font:e,sfsi_plus_popup_fontColor:t,sfsi_plus_popup_fontSize:n,sfsi_plus_popup_background_color:o,sfsi_plus_popup_border_color:a,sfsi_plus_popup_border_thickness:c,sfsi_plus_popup_border_shadow:r,sfsi_plus_Show_popupOn:p,sfsi_plus_Show_popupOn_PageIDs:_,sfsi_plus_Shown_pop:l,sfsi_plus_Shown_popupOnceTime:S,sfsi_plus_Shown_popuplimitPerUserTime:u};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:f,dataType:"json",async:!0,success:function(s){"success"==s?(sfsiplus_showErrorSuc("success","Saved !",7),sfsipluscollapse("#sfsi_save7")):sfsiplus_showErrorSuc("error","Unkown error , please try again",7),sfsiplus_afterLoad()}})}function sfsiplus_afterIconSuccess(s){if(s.res="success"){var i=s.key+1,e=s.element,t=e+1;SFSI("#total_cusotm_icons").val(s.element),SFSI(".upload-overlay").hide("slow"),SFSI(".uperror").html(""),sfsiplus_showErrorSuc("success","Custom Icon updated successfully",1),d=new Date,SFSI("input[name=sfsiICON_"+s.key+"]").removeAttr("ele-type"),SFSI("input[name=sfsiICON_"+s.key+"]").removeAttr("isnew"),SFSI("li.custom:last").removeClass("bdr_btm_non"),SFSI("li.custom:last").children("span.custom-img").children("img").attr("src",s.img_path+"?"+d.getTime()),icons_name=SFSI("li.custom:last").find("input.styled").attr("name");var n=icons_name.split("_");s.key=n[1],s.img_path+="?"+d.getTime(),5>e&&SFSI(".icn_listing").append('<li id="c'+i+'" class="custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="sfsiICON_'+i+'" type="checkbox" value="yes" class="styled" style="display:none;" element-type="cusotm-icon" isNew="yes" /></div> <span class="custom-img"><img src="'+SFSI("#plugin_url").val()+'images/custom.png" id="CImg_'+i+'" /> </span> <span class="custom sfsiplus_custom-txt">Custom'+t+' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>'),SFSI(".sfsiplus_custom_section").show(),SFSI(".custom-links").append(' <div class="row sfsiICON_'+s.key+' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="'+s.img_path+"?"+d.getTime()+'" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom '+e+'</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_'+s.key+'" ><label>Link :</label><input file-id="'+s.key+'" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');var o=SFSI("div.custom_m").find("div.mouseover_field").length;SFSI("div.custom_m").append(0==o%2?'<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_'+s.key+'"><label>Custom '+e+':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="'+s.key+'" /></div>':'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_'+s.key+'"><label>Custom '+e+':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="'+s.key+'" /></div>'),SFSI("ul.share_icon_order").append('<li class="sfsiplus_custom_iconOrder sfsiICON_'+s.key+'" data-index="" element-id="'+s.key+'" id=""><a href="#" title="Custom Icon" ><img src="'+s.img_path+'" alt="Linked In" class="sfcm"/></a></li>'),SFSI("ul.sfsi_sample_icons").append('<li class="sfsiICON_'+s.key+'" element-id="'+s.key+'" ><div><img src="'+s.img_path+'" alt="Linked In" class="sfcm"/><span class="sfsi_Cdisplay">12k</span></div></li>'),sfsi_plus_update_index(),plus_update_Sec5Iconorder(),sfsi_plus_update_step1(),sfsi_plus_update_step2(),sfsi_plus_update_step5(),SFSI(".upload-overlay").css("pointer-events","auto"),sfsi_plus_showPreviewCounts(),sfsiplus_afterLoad()
|
2 |
}}function sfsiplus_beforeIconSubmit(s){if(SFSI(".uperror").html("Uploading....."),window.File&&window.FileReader&&window.FileList&&window.Blob){SFSI(s).val()||SFSI(".uperror").html("File is empty");var i=s.files[0].size,e=s.files[0].type;switch(e){case"image/png":case"image/gif":case"image/jpeg":case"image/pjpeg":break;default:return SFSI(".uperror").html("Unsupported file"),!1}return i>1048576?(SFSI(".uperror").html("Image should be less than 1 MB"),!1):!0}return!0}function sfsiplus_bytesToSize(s){var i=["Bytes","KB","MB","GB","TB"];if(0==s)return"0 Bytes";var e=parseInt(Math.floor(Math.log(s)/Math.log(1024)));return Math.round(s/Math.pow(1024,e),2)+" "+i[e]}function sfsiplus_showErrorSuc(s,i,e){if("error"==s)var t="errorMsg";else var t="sucMsg";return SFSI(".tab"+e+">."+t).html(i),SFSI(".tab"+e+">."+t).show(),SFSI(".tab"+e+">."+t).effect("highlight",{},5e3),setTimeout(function(){SFSI("."+t).slideUp("slow")},5e3),!1}function sfsiplus_beForeLoad(){SFSI(".loader-img").show(),SFSI(".save_button >a").html("Saving..."),SFSI(".save_button >a").css("pointer-events","none")}function sfsiplus_afterLoad(){SFSI("input").removeClass("inputError"),SFSI(".save_button >a").html("Save"),SFSI(".tab8>div.save_button >a").html("Save All Settings"),SFSI(".save_button >a").css("pointer-events","auto"),SFSI(".save_button >a").removeAttr("onclick"),SFSI(".loader-img").hide()}function sfsi_plus_make_popBox(){var s=0;SFSI(".sfsi_sample_icons >li").each(function(){"none"!=SFSI(this).css("display")&&(s=1)}),0==s?SFSI(".sfsi_plus_Popinner").hide():SFSI(".sfsi_plus_Popinner").show(),""!=SFSI('input[name="sfsi_plus_popup_text"]').val()?(SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),SFSI(".sfsi_plus_Popinner >h2").show()):SFSI(".sfsi_plus_Popinner >h2").hide(),SFSI(".sfsi_plus_Popinner").css({"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),"border-style":"solid"}),SFSI(".sfsi_plus_Popinner").css("background-color",SFSI('input[name="sfsi_plus_popup_background_color"]').val()),SFSI(".sfsi_plus_Popinner h2").css("font-family",SFSI("#sfsi_plus_popup_font").val()),SFSI(".sfsi_plus_Popinner h2").css("font-style",SFSI("#sfsi_plus_popup_fontStyle").val()),SFSI(".sfsi_plus_Popinner >h2").css("font-size",parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),SFSI(".sfsi_plus_Popinner >h2").css("color",SFSI('input[name="sfsi_plus_popup_fontColor"]').val()+" !important"),"yes"==SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val()?SFSI(".sfsi_plus_Popinner").css("box-shadow","12px 30px 18px #CCCCCC"):SFSI(".sfsi_plus_Popinner").css("box-shadow","none")}function sfsi_plus_stick_widget(s){0==sfsiplus_initTop.length&&(SFSI(".sfsi_plus_widget").each(function(s){sfsiplus_initTop[s]=SFSI(this).position().top}),console.log(sfsiplus_initTop));var i=SFSI(window).scrollTop(),e=[],t=[];SFSI(".sfsi_plus_widget").each(function(s){e[s]=SFSI(this).position().top,t[s]=SFSI(this)});var n=!1;for(var o in e){var a=parseInt(o)+1;e[o]<i&&e[a]>i&&a<e.length?(SFSI(t[o]).css({position:"fixed",top:s}),SFSI(t[a]).css({position:"",top:sfsiplus_initTop[a]}),n=!0):SFSI(t[o]).css({position:"",top:sfsiplus_initTop[o]})}if(!n){var c=e.length-1,r=-1;e.length>1&&(r=e.length-2),sfsiplus_initTop[c]<i?(SFSI(t[c]).css({position:"fixed",top:s}),r>=0&&SFSI(t[r]).css({position:"",top:sfsiplus_initTop[r]})):(SFSI(t[c]).css({position:"",top:sfsiplus_initTop[c]}),r>=0&&e[r]<i)}}function sfsi_plus_float_widget(s){function i(){c="Microsoft Internet Explorer"===navigator.appName?a-document.documentElement.scrollTop:a-window.pageYOffset,Math.abs(c)>0?(window.removeEventListener("scroll",i),a-=c*o,SFSI("#sfsi_plus_floater").css({top:(a+t).toString()+"px"}),setTimeout(i,n)):window.addEventListener("scroll",i,!1)}function e(){var s=SFSI("#sfsi_plus_floater").attr("data-top"),e=parseInt(SFSI("#sfsi_plus_floater").height()),t=parseInt(SFSI("#sfsi_plus_floater").css("top"));parseInt(e)+parseInt(t)<=s?window.addEventListener("scroll",i,!1):(window.removeEventListener("scroll",i),SFSI("#sfsi_plus_floater").css("top",s+"px"))}if("center"==s)var t=window.innerHeight/2;else if("bottom"==s)var t=window.innerHeight-SFSI("#sfsi_plus_floater").height();else var t=parseInt(s);var n=50,o=.1,a=0,c=0;SFSI("#sfsi_plus_floater"),window.onscroll=e}function sfsi_plus_shuffle(){var s=[];SFSI(".sfsi_plus_wicons ").each(function(i){SFSI(this).text().match(/^\s*$/)||(s[i]="<div class='"+SFSI(this).attr("class")+"'>"+SFSI(this).html()+"</div>",SFSI(this).fadeOut("slow"),SFSI(this).insertBefore(SFSI(this).prev(".sfsi_plus_wicons")),SFSI(this).fadeIn("slow"))}),s=sfsiplus_Shuffle(s),$("#sfsi_plus_wDiv").html("");for(var i=0;i<testArray.length;i++)$("#sfsi_plus_wDiv").append(s[i])}function sfsiplus_Shuffle(s){for(var i,e,t=s.length;t;i=parseInt(Math.random()*t),e=s[--t],s[t]=s[i],s[i]=e);return s}function sfsi_plus_setCookie(s,i,e){var t=new Date;t.setTime(t.getTime()+864e5*e);var n="expires="+t.toGMTString();document.cookie=s+"="+i+"; "+n}function sfsfi_plus_getCookie(s){for(var i=s+"=",e=document.cookie.split(";"),t=0;t<e.length;t++){var n=e[t].trim();if(0==n.indexOf(i))return n.substring(i.length,n.length)}return""}function sfsi_plus_hideFooter(){}function showhideutube(s){var i=SFSI(s).children("input").val();"name"==i?(SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideDown(),SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideUp()):(SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlidwpr").slideDown(),SFSI(s).parent(".enough_waffling").next(".cstmutbtxtwpr").children(".cstmutbchnlnmewpr").slideUp())}function sfsiplushidemepopup(){SFSI(".sfsi_plus_FrntInner").fadeOut()}jQuery(document).ready(function(){jQuery("#sfsi_plus_floater").attr("data-top",jQuery(document).height())}),window.onerror=function(){},SFSI=jQuery.noConflict(),SFSI(window).load(function(){SFSI("#sfpluspageLoad").fadeOut(2e3)});var global_error=0;SFSI(document).ready(function(s){function i(){SFSI(".uperror").html(""),sfsiplus_afterLoad();var s=SFSI('input[name="'+SFSI("#upload_id").val()+'"]');s.removeAttr("checked");var i=SFSI(s).parent().find("span:first");return SFSI(i).css("background-position","0px 0px"),SFSI(".upload-overlay").hide("slow"),!1}SFSI(".sfsiplus_tab_3_icns").on("click",".cstomskins_upload",function(){SFSI(".cstmskins-overlay").show("slow",function(){e=0})}),SFSI("#custmskin_clspop").live("click",function(){SFSI_plus_done(),SFSI(".cstmskins-overlay").hide("slow")}),SFSI("head").append('<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'),SFSI("head").append('<meta http-equiv="Pragma" content="no-cache" />'),SFSI("head").append('<meta http-equiv="Expires" content="0" />'),SFSI("#accordion").accordion({collapsible:!0,active:!1,heightStyle:"content",event:"click",beforeActivate:function(s,i){if(i.newHeader[0])var e=i.newHeader,t=e.next(".ui-accordion-content");else var e=i.oldHeader,t=e.next(".ui-accordion-content");var n="true"==e.attr("aria-selected");return e.toggleClass("ui-corner-all",n).toggleClass("accordion-header-active ui-state-active ui-corner-top",!n).attr("aria-selected",(!n).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",n).toggleClass("ui-icon-triangle-1-s",!n),t.toggleClass("accordion-content-active",!n),n?t.slideUp():t.slideDown(),!1}}),SFSI("#accordion1").accordion({collapsible:!0,active:!1,heightStyle:"content",event:"click",beforeActivate:function(s,i){if(i.newHeader[0])var e=i.newHeader,t=e.next(".ui-accordion-content");else var e=i.oldHeader,t=e.next(".ui-accordion-content");var n="true"==e.attr("aria-selected");return e.toggleClass("ui-corner-all",n).toggleClass("accordion-header-active ui-state-active ui-corner-top",!n).attr("aria-selected",(!n).toString()),e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",n).toggleClass("ui-icon-triangle-1-s",!n),t.toggleClass("accordion-content-active",!n),n?t.slideUp():t.slideDown(),!1}}),SFSI(".closeSec").on("click",function(){var s=!0,i=SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(),e=SFSI(this).closest("div.ui-accordion-content").first();i.toggleClass("ui-corner-all",s).toggleClass("accordion-header-active ui-state-active ui-corner-top",!s).attr("aria-selected",(!s).toString()),i.children(".ui-icon").toggleClass("ui-icon-triangle-1-e",s).toggleClass("ui-icon-triangle-1-s",!s),e.toggleClass("accordion-content-active",!s),s?e.slideUp():e.slideDown()}),SFSI(document).click(function(s){var i=SFSI(".sfsi_plus_FrntInner"),e=SFSI(".sfsi_plus_wDiv"),t=SFSI("#at15s");i.is(s.target)||0!==i.has(s.target).length||e.is(s.target)||0!==e.has(s.target).length||t.is(s.target)||0!==t.has(s.target).length||i.fadeOut()}),SFSI(".sfsi_plus_outr_div").find(".addthis_button").mousemove(function(){var s=SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().top+10;SFSI("#at15s").css({top:s+"px",left:SFSI(".sfsi_plus_outr_div").find(".addthis_button").offset().left+"px"})}),SFSI("#sfsifontCloroPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_fontColor").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),sfsi_plus_make_popBox(),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_fontColor").val("#"+i),SFSI("#sfsifontCloroPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_fontColor").val("#"+i),SFSI("#sfsifontCloroPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/linkedIn_hover.svg")}),SFSI("div#sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/linkedIn.svg")}),SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/youtube_hover.svg")}),SFSI("div#sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",ajax_object.plugin_url+"images/visit_icons/youtube.svg")}),SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9")}),SFSI("div#sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1")}),SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9")}),SFSI("div#sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1")}),SFSI("#sfsiBackgroundColorPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_background_color").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_background_color").val("#"+i),SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_background_color").val("#"+i),SFSI("#sfsiBackgroundColorPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("#sfsiBorderColorPicker").ColorPicker({color:"#f80000",onBeforeShow:function(){s(this).ColorPickerSetColor(SFSI("#sfsi_plus_popup_border_color").val())},onShow:function(s){return SFSI(s).fadeIn(500),!1},onHide:function(s){return SFSI(s).fadeOut(500),!1},onChange:function(s,i){SFSI("#sfsi_plus_popup_border_color").val("#"+i),SFSI("#sfsiBorderColorPicker").css("background","#"+i),sfsi_plus_make_popBox()},onClick:function(s,i){SFSI("#sfsi_plus_popup_border_color").val("#"+i),SFSI("#sfsiBorderColorPicker").css("background","#"+i),sfsi_plus_make_popBox()}}),SFSI("#sfsi_save1").on("click",function(){sfsi_plus_update_step1()&&sfsipluscollapse(this)}),SFSI("#sfsi_save2").on("click",function(){sfsi_plus_update_step2()&&sfsipluscollapse(this)}),SFSI("#sfsi_save3").on("click",function(){sfsi_plus_update_step3()&&sfsipluscollapse(this)}),SFSI("#sfsi_save4").on("click",function(){sfsi_plus_update_step4()&&sfsipluscollapse(this)}),SFSI("#sfsi_save5").on("click",function(){sfsi_plus_update_step5()&&sfsipluscollapse(this)}),SFSI("#sfsi_save6").on("click",function(){sfsi_plus_update_step6()&&sfsipluscollapse(this)}),SFSI("#sfsi_save7").on("click",function(){sfsi_plus_update_step7()&&sfsipluscollapse(this)}),SFSI("#save_all_settings").on("click",function(){return SFSI("#save_all_settings").text("Saving.."),SFSI(".save_button >a").css("pointer-events","none"),sfsi_plus_update_step1(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Which icons do you want to show on your site?" tab.',8),global_error=0,!1):(sfsi_plus_update_step2(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "What do you want the icons to do?" tab.',8),global_error=0,!1):(sfsi_plus_update_step3(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "What design & animation do you want to give your icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step4(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display "counts" next to your icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step5(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Any other wishes for your main icons?" tab.',8),global_error=0,!1):(sfsi_plus_update_step6(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display icons at the end of every post?" tab.',8),global_error=0,!1):(sfsi_plus_update_step7(),1==global_error?(sfsiplus_showErrorSuc("error",'Some Selection error in "Do you want to display a pop-up, asking people to subscribe?" tab.',8),global_error=0,!1):void(0==global_error&&sfsiplus_showErrorSuc("success",'Saved! Now go to the <a href="widgets.php">widget</a> area and place the widget into your sidebar (if not done already)',8))))))))}),SFSI(".fileUPInput").live("change",function(){sfsiplus_beForeLoad(),sfsiplus_beforeIconSubmit(this)&&(SFSI(".upload-overlay").css("pointer-events","none"),SFSI("#customIconFrm").ajaxForm({dataType:"json",success:sfsiplus_afterIconSuccess,resetForm:!0}).submit())}),SFSI(".pop-up").on("click",function(){("fbex-s2"==SFSI(this).attr("data-id")||"googlex-s2"==SFSI(this).attr("data-id")||"linkex-s2"==SFSI(this).attr("data-id"))&&(SFSI("."+SFSI(this).attr("data-id")).hide(),SFSI("."+SFSI(this).attr("data-id")).css("opacity","1"),SFSI("."+SFSI(this).attr("data-id")).css("z-index","1000")),SFSI("."+SFSI(this).attr("data-id")).show("slow")}),SFSI("#close_popup").live("click",function(){SFSI(".read-overlay").hide("slow")});var e=0;SFSI(".icn_listing").on("click",".checkbox",function(){if(1==e)return!1;"yes"==SFSI(this).attr("dynamic_ele")&&(s=SFSI(this).parent().find("input:checkbox:first"),s.is(":checked")?SFSI(s).attr("checked",!1):SFSI(s).attr("checked",!0)),s=SFSI(this).parent().find("input:checkbox:first"),"yes"==SFSI(s).attr("isNew")&&("0px 0px"==SFSI(this).css("background-position")?(SFSI(s).attr("checked",!0),SFSI(this).css("background-position","0px -36px")):(SFSI(s).removeAttr("checked",!0),SFSI(this).css("background-position","0px 0px")));var s=SFSI(this).parent().find("input:checkbox:first");if(s.is(":checked")&&"cusotm-icon"==s.attr("element-type"))SFSI(".fileUPInput").attr("name","custom_icons[]"),SFSI(".upload-overlay").show("slow",function(){e=0}),SFSI("#upload_id").val(s.attr("name"));else if(!s.is(":checked")&&"cusotm-icon"==s.attr("element-type"))return s.attr("ele-type")?(SFSI(this).attr("checked",!0),SFSI(this).css("background-position","0px -36px"),e=0,!1):confirm("Are you sure want to delete this Icon..?? ")?"suc"==sfsi_plus_delete_CusIcon(this,s)?(s.attr("checked",!1),SFSI(this).css("background-position","0px 0px"),e=0,!1):(e=0,!1):(s.attr("checked",!0),SFSI(this).css("background-position","0px -36px"),e=0,!1)}),SFSI(".icn_listing").on("click",".checkbox",function(){checked=SFSI(this).parent().find("input:checkbox:first"),"sfsi_email_display"!=checked.attr("name")||checked.is(":checked")||SFSI(".demail-1").show("slow")}),SFSI("#deac_email2").on("click",function(){SFSI(".demail-1").hide("slow"),SFSI(".demail-2").show("slow")}),SFSI("#deac_email3").on("click",function(){SFSI(".demail-2").hide("slow"),SFSI(".demail-3").show("slow")}),SFSI(".hideemailpop").on("click",function(){SFSI('input[name="sfsi_email_display"]').attr("checked",!0),SFSI('input[name="sfsi_email_display"]').parent().find("span:first").css("background-position","0px -36px"),SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow")}),SFSI(".hidePop").on("click",function(){SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow")}),SFSI(".activate_footer").on("click",function(){SFSI(this).text("activating....");var s={action:"activateFooter"};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:s,dataType:"json",success:function(s){"success"==s.res&&(SFSI(".demail-1").hide("slow"),SFSI(".demail-2").hide("slow"),SFSI(".demail-3").hide("slow"),SFSI(".activate_footer").text("Ok, activate link"))}})}),SFSI(".sfsiplus_removeFooter").on("click",function(){SFSI(this).text("working....");var s={action:"removeFooter"};SFSI.ajax({url:ajax_object.ajax_url,type:"post",data:s,dataType:"json",success:function(s){"success"==s.res&&(SFSI(".sfsiplus_removeFooter").fadeOut("slow"),SFSI(".sfsiplus_footerLnk").fadeOut("slow"))}})}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_display_counts"==s.attr("name")&&sfsi_plus_show_counts()}),SFSI("#close_Uploadpopup").on("click",i),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_show_Onposts"==s.attr("name")&&sfsi_plus_show_OnpostsDisplay()}),sfsi_plus_show_OnpostsDisplay(),sfsi_plus_depened_sections(),sfsi_plus_show_counts(),sfsi_plus_showPreviewCounts(),SFSI(".share_icon_order").sortable({update:function(){SFSI(".share_icon_order li").each(function(){SFSI(this).attr("data-index",SFSI(this).index()+1)})},revert:!0}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_email_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_email_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_email_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_email_countsFrom']:checked").val()?SFSI("input[name='sfsi_email_manualCounts']").slideDown():SFSI("input[name='sfsi_email_manualCounts']").slideUp()),"sfsi_facebook_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_facebook_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_facebook_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_facebook_countsFrom']:checked").val()?SFSI("input[name='sfsi_facebook_manualCounts']").slideDown():SFSI("input[name='sfsi_facebook_manualCounts']").slideUp()),"sfsi_twitter_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_twitter_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_twitter_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_twitter_countsFrom']:checked").val()?(SFSI("input[name='sfsi_twitter_manualCounts']").slideDown(),SFSI(".tw_follow_options").slideUp()):(SFSI("input[name='sfsi_twitter_manualCounts']").slideUp(),SFSI(".tw_follow_options").slideDown())),"sfsi_google_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_google_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_google_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI("input[name='sfsi_google_manualCounts']").slideDown(),SFSI(".google_option").slideUp()),"likes"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI("input[name='sfsi_google_manualCounts']").slideUp(),SFSI(".google_option").slideUp()),"follower"==SFSI("input[name='sfsi_google_countsFrom']:checked").val()&&(SFSI(".google_option").slideDown(),SFSI("input[name='sfsi_google_manualCounts']").slideUp())),"sfsi_linkedIn_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_linkedIn_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_linkedIn_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_linkedIn_countsFrom']:checked").val()?(SFSI("input[name='sfsi_linkedIn_manualCounts']").slideDown(),SFSI(".linkedIn_options").slideUp()):(SFSI("input[name='sfsi_linkedIn_manualCounts']").slideUp(),SFSI(".linkedIn_options").slideDown())),"sfsi_youtube_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_youtube_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_youtube_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_youtube_countsFrom']:checked").val()?(SFSI("input[name='sfsi_youtube_manualCounts']").slideDown(),SFSI(".youtube_options").slideUp()):(SFSI("input[name='sfsi_youtube_manualCounts']").slideUp(),SFSI(".youtube_options").slideDown())),"sfsi_pinterest_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_pinterest_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_pinterest_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_pinterest_countsFrom']:checked").val()?(SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideDown(),SFSI(".pin_options").slideUp()):SFSI("input[name='sfsi_plus_pinterest_manualCounts']").slideUp()),"sfsi_plus_instagram_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_plus_instagram_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_plus_instagram_countsFrom']:checked").val()?(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideDown(),SFSI(".instagram_userLi").slideUp()):(SFSI("input[name='sfsi_plus_instagram_manualCounts']").slideUp(),SFSI(".instagram_userLi").slideDown())),"sfsi_plus_shares_countsFrom"==s.attr("name")&&(SFSI('input[name="sfsi_plus_shares_countsDisplay"]').prop("checked",!0),SFSI('input[name="sfsi_plus_shares_countsDisplay"]').parent().find("span.checkbox").attr("style","background-position:0px -36px;"),"manual"==SFSI("input[name='sfsi_plus_shares_countsFrom']:checked").val()?SFSI("input[name='sfsi_plus_shares_manualCounts']").slideDown():SFSI("input[name='sfsi_plus_shares_manualCounts']").slideUp())}),sfsi_plus_make_popBox(),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup",sfsi_plus_make_popBox),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus",sfsi_plus_make_popBox),SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change",sfsi_plus_make_popBox),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_popup_border_shadow"==s.attr("name")&&sfsi_plus_make_popBox()}),/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?SFSI("img.sfsi_wicon").on("click",function(s){s.stopPropagation();var i=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("effect")&&"fade_in"==SFSI(this).attr("effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"scale"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"combo"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==i||"top-right"==i)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":1e3}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show())}):SFSI("img.sfsi_wicon").on("mouseenter",function(){var s=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("effect")&&"fade_in"==SFSI(this).attr("effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"scale"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("effect")&&"combo"==SFSI(this).attr("effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==s||"top-right"==s)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show())}),SFSI("div.sfsi_plus_wicons").on("mouseleave",function(){SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"fade_in"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"scale"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&"combo"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn").attr("effect")&&(SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").removeClass("scale")),"google"==SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn").attr("id")?SFSI("body").on("click",function(){SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()}):(SFSI(this).css({"z-index":"0"}),SFSI(this).children(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide())}),SFSI("body").on("click",function(){SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()}),SFSI(".adminTooltip >a").on("hover",function(){SFSI(this).offset().top,SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","1"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show()}),SFSI(".adminTooltip").on("mouseleave",function(){"none"!=SFSI(".sfsi_plus_gpls_tool_bdr").css("display")&&0!=SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity")?SFSI(".pop_up_box ").on("click",function(){SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide()}):(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide())}),SFSI(".expand-area").on("click",function(){"Read more"==SFSI(this).text()?(SFSI(this).siblings("p").children("label").fadeIn("slow"),SFSI(this).text("Collapse")):(SFSI(this).siblings("p").children("label").fadeOut("slow"),SFSI(this).text("Read more"))}),SFSI(".radio").live("click",function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_icons_float"==s.attr("name")&&"yes"==s.val()&&(SFSI(".float_options").slideDown("slow"),SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').attr("checked",!0),SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_icons_stick"][value="no"]').parent().find("span").attr("style","background-position:0px -41px;"),SFSI('input[name="sfsi_plus_icons_stick"][value="yes"]').parent().find("span").attr("style","background-position:0px -0px;")),("sfsi_plus_icons_stick"==s.attr("name")&&"yes"==s.val()||"sfsi_plus_icons_float"==s.attr("name")&&"no"==s.val())&&(SFSI(".float_options").slideUp("slow"),SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked",!0),SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').prop("checked",!1),SFSI('input[name="sfsi_plus_icons_float"][value="no"]').parent().find("span.radio").attr("style","background-position:0px -41px;"),SFSI('input[name="sfsi_plus_icons_float"][value="yes"]').parent().find("span.radio").attr("style","background-position:0px -0px;"))}),SFSI(".sfsi_plus_wDiv").length>0&&setTimeout(function(){var s=parseInt(SFSI(".sfsi_plus_wDiv").height())+15+"px";SFSI(".sfsi_plus_holders").each(function(){SFSI(this).css("height",s)})},200),SFSI(".checkbox").live("click",function(){var s=SFSI(this).parent().find("input:checkbox:first");("sfsi_plus_shuffle_Firstload"==s.attr("name")&&"checked"==s.attr("checked")||"sfsi_plus_shuffle_interval"==s.attr("name")&&"checked"==s.attr("checked"))&&(SFSI('input[name="sfsi_plus_shuffle_icons"]').parent().find("span").css("background-position","0px -36px"),SFSI('input[name="sfsi_plus_shuffle_icons"]').attr("checked","checked")),"sfsi_plus_shuffle_icons"==s.attr("name")&&"checked"!=s.attr("checked")&&(SFSI('input[name="sfsi_plus_shuffle_Firstload"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_shuffle_Firstload"]').parent().find("span").css("background-position","0px 0px"),SFSI('input[name="sfsi_plus_shuffle_interval"]').removeAttr("checked"),SFSI('input[name="sfsi_plus_shuffle_interval"]').parent().find("span").css("background-position","0px 0px"))})});var sfsiplus_initTop=new Array;
|
js/customValidate-min.js
CHANGED
@@ -1,89 +1,89 @@
|
|
1 |
-
function sfsi_plus_validationStep2() {
|
2 |
-
if (SFSI("input").removeClass("inputError"), sfsi_validator(SFSI('input[name="sfsi_plus_rss_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_rss_url"]'), "url")) return sfsiplus_showErrorSuc("error", "Error : Invalid Rss url ", 2), SFSI('input[name="sfsi_plus_rss_url"]').addClass("inputError"), !1;
|
3 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_option"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_option"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_url"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Facebook page url ", 2), SFSI('input[name="sfsi_plus_facebookPage_url"]').addClass("inputError"), !1;
|
4 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followme"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followme"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followUserName"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Twitter UserName ", 2), SFSI('input[name="sfsi_plus_twitter_followUserName"]').addClass("inputError"), !1;
|
5 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_aboutPage"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_aboutPage"]'), "checked") && !sfsi_validator(SFSI("#sfsi_plus_twitter_aboutPageText"), "blank")) return sfsiplus_showErrorSuc("error", "Error : Tweet about my page is blank ", 2), SFSI("#sfsi_plus_twitter_aboutPageText").addClass("inputError"), !1;
|
6 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid twitter page Url ", 2), SFSI('input[name="sfsi_plus_twitter_pageURL"]').addClass("inputError"), !1;
|
7 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_google_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_google_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_google_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Google+ page Url ", 2), SFSI('input[name="sfsi_plus_google_pageURL"]').addClass("inputError"), !1;
|
8 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube Url ", 2), SFSI('input[name="sfsi_plus_youtube_pageUrl"]').addClass("inputError"), !1;
|
9 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_follow"]'), "checked"))
|
10 |
-
if ("name" == jQuery("input[name='sfsi_plus_youtubeusernameorid']:checked").val()) {
|
11 |
-
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ytube_user"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube user ", 2), SFSI('input[name="sfsi_plus_ytube_user"]').addClass("inputError"), !1
|
12 |
-
} else if (!sfsi_validator(SFSI('input[name="sfsi_plus_ytube_chnlid"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube channel id", 2), SFSI('input[name="sfsi_plus_ytube_chnlid"]').addClass("inputError"), !1;
|
13 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid pinterest page url ", 2), SFSI('input[name="sfsi_plus_pinterest_pageUrl"]').addClass("inputError"), !1;
|
14 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_instagram_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Instagram url ", 2), SFSI('input[name="sfsi_plus_instagram_pageUrl"]').addClass("inputError"), !1;
|
15 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_houzz_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_houzz_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Houzz url ", 2), SFSI('input[name="sfsi_plus_houzz_pageUrl"]').addClass("inputError"), !1;
|
16 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid LinkedIn page url ", 2), SFSI('input[name="sfsi_plus_linkedin_pageURL"]').addClass("inputError"), !1;
|
17 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendBusines"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendBusines"]'), "checked") && (!sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendProductId"]'), "blank") || !sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendCompany"]'), "blank"))) return sfsiplus_showErrorSuc("error", "Error : Please Enter Product Id and Company for LinkedIn Recommendation ", 2), SFSI('input[name="sfsi_plus_linkedin_recommendProductId"]').addClass("inputError"), SFSI('input[name="sfsi_plus_linkedin_recommendCompany"]').addClass("inputError"), !1;
|
18 |
-
var s = 0;
|
19 |
-
return SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function() {
|
20 |
-
//sfsi_validator(SFSI(this), "blank") && sfsi_validator(SFSI(SFSI(this)), "url") || (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid Custom link ", 2), SFSI(this).addClass("inputError"), s = 1)
|
21 |
-
sfsi_validator(SFSI(this), "blank") || (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid Custom link ", 2), SFSI(this).addClass("inputError"), s = 1)
|
22 |
-
}), s ? !1 : !0
|
23 |
-
}
|
24 |
-
|
25 |
-
function sfsi_plus_validationStep3() {
|
26 |
-
return SFSI("input").removeClass("inputError"), sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "checked") && !(sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "checked") || sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked")) ? (sfsiplus_showErrorSuc("error", "Error : Please Chose a Shuffle option ", 3), SFSI('input[name="sfsi_plus_shuffle_Firstload"]').addClass("inputError"), SFSI('input[name="sfsi_plus_shuffle_interval"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "checked") || !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked") ? !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "activte") || !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked") || sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_intervalTime"]'), "blank") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_intervalTime"]'), "int") ? !0 : (sfsiplus_showErrorSuc("error", "Error : Invalid shuffle time interval", 3), SFSI('input[name="sfsi_plus_shuffle_intervalTime"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", 'Error : Please check "Shuffle them automatically" option also ', 3), SFSI('input[name="sfsi_plus_shuffle_Firstload"]').addClass("inputError"), SFSI('input[name="sfsi_plus_shuffle_interval"]').addClass("inputError"), !1)
|
27 |
-
}
|
28 |
-
|
29 |
-
function sfsi_plus_validationStep4() {
|
30 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_email_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_email_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_email_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_email_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter manual counts for Email icon ", 4), SFSI('input[name="sfsi_plus_email_manualCounts"]').addClass("inputError"), !1;
|
31 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_rss_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_rss_countsDisplay"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_rss_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter manual counts for Rss icon ", 4), SFSI('input[name="sfsi_plus_rss_countsDisplay"]').addClass("inputError"), !1;
|
32 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_facebook_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_facebook_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_facebook_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_facebook_manualCounts"]'), "blank") && !sfsi_validator(SFSI('input[name="sfsi_plus_facebook_manualCounts"]'), "url")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid facebook manual counts ", 4), SFSI('input[name="sfsi_plus_facebook_manualCounts"]').addClass("inputError"), !1;
|
33 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_google_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_google_countsDisplay"]'), "checked")) {
|
34 |
-
if ("follower" == SFSI('input[name="sfsi_plus_google_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_google_api_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid google api key", 4), SFSI('input[name="sfsi_plus_google_api_key"]').addClass("inputError"), !1;
|
35 |
-
if ("manual" == SFSI('input[name="sfsi_plus_google_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_google_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter google+ manual counts ", 4), SFSI('input[name="sfsi_plus_google_manualCounts"]').addClass("inputError"), !1
|
36 |
-
}
|
37 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_countsDisplay"]'), "checked")) {
|
38 |
-
if ("source" == SFSI('input[name="sfsi_plus_twitter_countsFrom"]:checked').val()) {
|
39 |
-
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_consumer_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid consumer key", 4), SFSI('input[name="sfsiplus_tw_consumer_key"]').addClass("inputError"), !1;
|
40 |
-
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_consumer_secret"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid consume secret ", 4), SFSI('input[name="sfsiplus_tw_consumer_secret"]').addClass("inputError"), !1;
|
41 |
-
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_oauth_access_token"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid oauth access token", 4), SFSI('input[name="sfsiplus_tw_oauth_access_token"]').addClass("inputError"), !1;
|
42 |
-
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_oauth_access_token_secret"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a oAuth access token secret", 4), SFSI('input[name="sfsiplus_tw_oauth_access_token_secret"]').addClass("inputError"), !1
|
43 |
-
}
|
44 |
-
if ("manual" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Twitter manual counts ", 4), SFSI('input[name="sfsi_plus_twitter_manualCounts"]').addClass("inputError"), !1
|
45 |
-
}
|
46 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]'), "checked")) {
|
47 |
-
if ("follower" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val()) {
|
48 |
-
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_company"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid company name", 4), SFSI('input[name="sfsi_plus_ln_company"]').addClass("inputError"), !1;
|
49 |
-
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_api_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid API key ", 4), SFSI('input[name="sfsi_plus_ln_api_key"]').addClass("inputError"), !1;
|
50 |
-
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_secret_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid secret ", 4), SFSI('input[name="sfsi_plus_ln_secret_key"]').addClass("inputError"), !1;
|
51 |
-
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_oAuth_user_token"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a oAuth Access Token", 4), SFSI('input[name="sfsi_plus_ln_oAuth_user_token"]').addClass("inputError"), !1
|
52 |
-
}
|
53 |
-
if ("manual" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter LinkedIn manual counts ", 4), SFSI('input[name="sfsi_plus_linkedIn_manualCounts"]').addClass("inputError"), !1
|
54 |
-
}
|
55 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_countsDisplay"]'), "checked")) {
|
56 |
-
if ("subscriber" == SFSI('input[name="sfsi_plus_youtube_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_user"]'), "blank") && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_channelId"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a youtube user name or channel id", 4), SFSI('input[name="sfsi_plus_youtube_user"]').addClass("inputError"), SFSI('input[name="sfsi_plus_youtube_channelId"]').addClass("inputError"), !1;
|
57 |
-
if ("manual" == SFSI('input[name="sfsi_plus_youtube_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter youtube manual counts ", 4), SFSI('input[name="sfsi_plus_youtube_manualCounts"]').addClass("inputError"), !1
|
58 |
-
}
|
59 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_pinterest_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Pinterest manual counts ", 4), SFSI('input[name="sfsi_plus_pinterest_manualCounts"]').addClass("inputError"), !1;
|
60 |
-
if (sfsi_validator(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]'), "checked")) {
|
61 |
-
if ("manual" == SFSI('input[name="sfsi_plus_instagram_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Instagram manual counts ", 4), SFSI('input[name="sfsi_plus_instagram_manualCounts"]').addClass("inputError"), !1;
|
62 |
-
if ("followers" == SFSI('input[name="sfsi_plus_instagram_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_User"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a instagram user name", 4), SFSI('input[name="sfsi_plus_instagram_User"]').addClass("inputError"), !1
|
63 |
-
}
|
64 |
-
return sfsi_validator(SFSI('input[name="sfsi_plus_shares_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shares_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_shares_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_shares_manualCounts"]'), "blank") ? (sfsiplus_showErrorSuc("error", "Error : Please Enter Share icon manual counts ", 4), SFSI('input[name="sfsi_plus_shares_manualCounts"]').addClass("inputError"), !1) : !0
|
65 |
-
}
|
66 |
-
|
67 |
-
function sfsi_plus_validationStep5() {
|
68 |
-
return sfsi_validator(SFSI('input[name="sfsi_plus_icons_size"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_size"]').val()) > 100 ? (sfsiplus_showErrorSuc("error", "Error : Icons Size allow 100px maximum ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1) : parseInt(SFSI('input[name="sfsi_plus_icons_size"]').val()) <= 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Size should be more than 0 ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_icons_spacing"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_spacing"]').val()) < 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Spacing should be 0 or more", 5), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_icons_perRow"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_perRow"]').val()) <= 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Per row should be more than 0", 5), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : "yes" == SFSI('input[name="sfsi_plus_icons_float"]:checked').val() && "yes" == SFSI('input[name="sfsi_plus_icons_stick"]:checked').val() ? (sfsiplus_showErrorSuc("error", "Error : Only one allow from Sticking & floating ", 5), SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked", !0), !1) : !0 : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1)
|
69 |
-
}
|
70 |
-
|
71 |
-
function sfsi_plus_validationStep7() {
|
72 |
-
return sfsi_validator(SFSI('input[name="sfsi_plus_popup_border_thickness"]'), "int") ? sfsi_validator(SFSI('input[name="sfsi_plus_popup_fontSize"]'), "int") ? "once" != SFSI('input[name="sfsi_plus_Shown_pop"]:checked').val() || sfsi_validator(SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]'), "blank") || sfsi_validator(SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]'), "url") ? "selectedpage" != SFSI('input[name="sfsi_plus_Show_popupOn"]:checked').val() || sfsi_validator(SFSI('input[name="sfsi_plus_Show_popupOn"]'), "blank") ? sfsi_validator(SFSI('input[name="sfsi_plus_icons_spacing"]'), "int") ? sfsi_validator(SFSI('input[name="sfsi_plus_icons_perRow"]'), "int") ? !0 : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please Enter page ids with comma ", 7), SFSI('input[name="sfsi_plus_Show_popupOn"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid pop up shown time ", 7), SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_popup_fontSize"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_popup_border_thickness"]').addClass("inputError"), !1)
|
73 |
-
}
|
74 |
-
|
75 |
-
function sfsi_validator(s, r) {
|
76 |
-
var i = new RegExp("^(http|https|ftp)://([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])|([a-zA-Z0-9-]+.)*[a-zA-Z0-9-]+.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(/($|[a-zA-Z0-9.,@?'\\+&%$#=~_-]+))*$");
|
77 |
-
switch (r) {
|
78 |
-
case "blank":
|
79 |
-
return s.val().trim() ? !0 : !1;
|
80 |
-
case "url":
|
81 |
-
return i.test(s.val().trim()) ? !0 : !1;
|
82 |
-
case "checked":
|
83 |
-
return !s.attr("checked") == !0 ? !1 : !0;
|
84 |
-
case "activte":
|
85 |
-
return s.attr("disabled") ? !1 : !0;
|
86 |
-
case "int":
|
87 |
-
return isNaN(s.val()) ? !1 : !0
|
88 |
-
}
|
89 |
}
|
1 |
+
function sfsi_plus_validationStep2() {
|
2 |
+
if (SFSI("input").removeClass("inputError"), sfsi_validator(SFSI('input[name="sfsi_plus_rss_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_rss_url"]'), "url")) return sfsiplus_showErrorSuc("error", "Error : Invalid Rss url ", 2), SFSI('input[name="sfsi_plus_rss_url"]').addClass("inputError"), !1;
|
3 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_option"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_option"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_facebookPage_url"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Facebook page url ", 2), SFSI('input[name="sfsi_plus_facebookPage_url"]').addClass("inputError"), !1;
|
4 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followme"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followme"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_followUserName"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Twitter UserName ", 2), SFSI('input[name="sfsi_plus_twitter_followUserName"]').addClass("inputError"), !1;
|
5 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_aboutPage"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_aboutPage"]'), "checked") && !sfsi_validator(SFSI("#sfsi_plus_twitter_aboutPageText"), "blank")) return sfsiplus_showErrorSuc("error", "Error : Tweet about my page is blank ", 2), SFSI("#sfsi_plus_twitter_aboutPageText").addClass("inputError"), !1;
|
6 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid twitter page Url ", 2), SFSI('input[name="sfsi_plus_twitter_pageURL"]').addClass("inputError"), !1;
|
7 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_google_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_google_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_google_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Google+ page Url ", 2), SFSI('input[name="sfsi_plus_google_pageURL"]').addClass("inputError"), !1;
|
8 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube Url ", 2), SFSI('input[name="sfsi_plus_youtube_pageUrl"]').addClass("inputError"), !1;
|
9 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_follow"]'), "checked"))
|
10 |
+
if ("name" == jQuery("input[name='sfsi_plus_youtubeusernameorid']:checked").val()) {
|
11 |
+
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ytube_user"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube user ", 2), SFSI('input[name="sfsi_plus_ytube_user"]').addClass("inputError"), !1
|
12 |
+
} else if (!sfsi_validator(SFSI('input[name="sfsi_plus_ytube_chnlid"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid youtube channel id", 2), SFSI('input[name="sfsi_plus_ytube_chnlid"]').addClass("inputError"), !1;
|
13 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid pinterest page url ", 2), SFSI('input[name="sfsi_plus_pinterest_pageUrl"]').addClass("inputError"), !1;
|
14 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_instagram_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Instagram url ", 2), SFSI('input[name="sfsi_plus_instagram_pageUrl"]').addClass("inputError"), !1;
|
15 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_houzz_display"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_houzz_pageUrl"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid Houzz url ", 2), SFSI('input[name="sfsi_plus_houzz_pageUrl"]').addClass("inputError"), !1;
|
16 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_page"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_page"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_pageURL"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Invalid LinkedIn page url ", 2), SFSI('input[name="sfsi_plus_linkedin_pageURL"]').addClass("inputError"), !1;
|
17 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendBusines"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendBusines"]'), "checked") && (!sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendProductId"]'), "blank") || !sfsi_validator(SFSI('input[name="sfsi_plus_linkedin_recommendCompany"]'), "blank"))) return sfsiplus_showErrorSuc("error", "Error : Please Enter Product Id and Company for LinkedIn Recommendation ", 2), SFSI('input[name="sfsi_plus_linkedin_recommendProductId"]').addClass("inputError"), SFSI('input[name="sfsi_plus_linkedin_recommendCompany"]').addClass("inputError"), !1;
|
18 |
+
var s = 0;
|
19 |
+
return SFSI("input[name='sfsi_plus_CustomIcon_links[]']").each(function() {
|
20 |
+
//sfsi_validator(SFSI(this), "blank") && sfsi_validator(SFSI(SFSI(this)), "url") || (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid Custom link ", 2), SFSI(this).addClass("inputError"), s = 1)
|
21 |
+
sfsi_validator(SFSI(this), "blank") || (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid Custom link ", 2), SFSI(this).addClass("inputError"), s = 1)
|
22 |
+
}), s ? !1 : !0
|
23 |
+
}
|
24 |
+
|
25 |
+
function sfsi_plus_validationStep3() {
|
26 |
+
return SFSI("input").removeClass("inputError"), sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "checked") && !(sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "checked") || sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked")) ? (sfsiplus_showErrorSuc("error", "Error : Please Chose a Shuffle option ", 3), SFSI('input[name="sfsi_plus_shuffle_Firstload"]').addClass("inputError"), SFSI('input[name="sfsi_plus_shuffle_interval"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_icons"]'), "checked") || !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_Firstload"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked") ? !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "activte") || !sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_interval"]'), "checked") || sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_intervalTime"]'), "blank") && sfsi_validator(SFSI('input[name="sfsi_plus_shuffle_intervalTime"]'), "int") ? !0 : (sfsiplus_showErrorSuc("error", "Error : Invalid shuffle time interval", 3), SFSI('input[name="sfsi_plus_shuffle_intervalTime"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", 'Error : Please check "Shuffle them automatically" option also ', 3), SFSI('input[name="sfsi_plus_shuffle_Firstload"]').addClass("inputError"), SFSI('input[name="sfsi_plus_shuffle_interval"]').addClass("inputError"), !1)
|
27 |
+
}
|
28 |
+
|
29 |
+
function sfsi_plus_validationStep4() {
|
30 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_email_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_email_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_email_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_email_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter manual counts for Email icon ", 4), SFSI('input[name="sfsi_plus_email_manualCounts"]').addClass("inputError"), !1;
|
31 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_rss_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_rss_countsDisplay"]'), "checked") && !sfsi_validator(SFSI('input[name="sfsi_plus_rss_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter manual counts for Rss icon ", 4), SFSI('input[name="sfsi_plus_rss_countsDisplay"]').addClass("inputError"), !1;
|
32 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_facebook_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_facebook_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_facebook_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_facebook_manualCounts"]'), "blank") && !sfsi_validator(SFSI('input[name="sfsi_plus_facebook_manualCounts"]'), "url")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid facebook manual counts ", 4), SFSI('input[name="sfsi_plus_facebook_manualCounts"]').addClass("inputError"), !1;
|
33 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_google_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_google_countsDisplay"]'), "checked")) {
|
34 |
+
if ("follower" == SFSI('input[name="sfsi_plus_google_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_google_api_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid google api key", 4), SFSI('input[name="sfsi_plus_google_api_key"]').addClass("inputError"), !1;
|
35 |
+
if ("manual" == SFSI('input[name="sfsi_plus_google_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_google_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter google+ manual counts ", 4), SFSI('input[name="sfsi_plus_google_manualCounts"]').addClass("inputError"), !1
|
36 |
+
}
|
37 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_twitter_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_twitter_countsDisplay"]'), "checked")) {
|
38 |
+
if ("source" == SFSI('input[name="sfsi_plus_twitter_countsFrom"]:checked').val()) {
|
39 |
+
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_consumer_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid consumer key", 4), SFSI('input[name="sfsiplus_tw_consumer_key"]').addClass("inputError"), !1;
|
40 |
+
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_consumer_secret"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid consume secret ", 4), SFSI('input[name="sfsiplus_tw_consumer_secret"]').addClass("inputError"), !1;
|
41 |
+
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_oauth_access_token"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid oauth access token", 4), SFSI('input[name="sfsiplus_tw_oauth_access_token"]').addClass("inputError"), !1;
|
42 |
+
if (!sfsi_validator(SFSI('input[name="sfsiplus_tw_oauth_access_token_secret"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a oAuth access token secret", 4), SFSI('input[name="sfsiplus_tw_oauth_access_token_secret"]').addClass("inputError"), !1
|
43 |
+
}
|
44 |
+
if ("manual" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_twitter_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Twitter manual counts ", 4), SFSI('input[name="sfsi_plus_twitter_manualCounts"]').addClass("inputError"), !1
|
45 |
+
}
|
46 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_countsDisplay"]'), "checked")) {
|
47 |
+
if ("follower" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val()) {
|
48 |
+
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_company"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid company name", 4), SFSI('input[name="sfsi_plus_ln_company"]').addClass("inputError"), !1;
|
49 |
+
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_api_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid API key ", 4), SFSI('input[name="sfsi_plus_ln_api_key"]').addClass("inputError"), !1;
|
50 |
+
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_secret_key"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a valid secret ", 4), SFSI('input[name="sfsi_plus_ln_secret_key"]').addClass("inputError"), !1;
|
51 |
+
if (!sfsi_validator(SFSI('input[name="sfsi_plus_ln_oAuth_user_token"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a oAuth Access Token", 4), SFSI('input[name="sfsi_plus_ln_oAuth_user_token"]').addClass("inputError"), !1
|
52 |
+
}
|
53 |
+
if ("manual" == SFSI('input[name="sfsi_plus_linkedIn_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_linkedIn_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter LinkedIn manual counts ", 4), SFSI('input[name="sfsi_plus_linkedIn_manualCounts"]').addClass("inputError"), !1
|
54 |
+
}
|
55 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_youtube_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_youtube_countsDisplay"]'), "checked")) {
|
56 |
+
if ("subscriber" == SFSI('input[name="sfsi_plus_youtube_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_user"]'), "blank") && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_channelId"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a youtube user name or channel id", 4), SFSI('input[name="sfsi_plus_youtube_user"]').addClass("inputError"), SFSI('input[name="sfsi_plus_youtube_channelId"]').addClass("inputError"), !1;
|
57 |
+
if ("manual" == SFSI('input[name="sfsi_plus_youtube_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_youtube_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter youtube manual counts ", 4), SFSI('input[name="sfsi_plus_youtube_manualCounts"]').addClass("inputError"), !1
|
58 |
+
}
|
59 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_pinterest_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_pinterest_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Pinterest manual counts ", 4), SFSI('input[name="sfsi_plus_pinterest_manualCounts"]').addClass("inputError"), !1;
|
60 |
+
if (sfsi_validator(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_instagram_countsDisplay"]'), "checked")) {
|
61 |
+
if ("manual" == SFSI('input[name="sfsi_plus_instagram_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_manualCounts"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter Instagram manual counts ", 4), SFSI('input[name="sfsi_plus_instagram_manualCounts"]').addClass("inputError"), !1;
|
62 |
+
if ("followers" == SFSI('input[name="sfsi_plus_instagram_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_instagram_User"]'), "blank")) return sfsiplus_showErrorSuc("error", "Error : Please Enter a instagram user name", 4), SFSI('input[name="sfsi_plus_instagram_User"]').addClass("inputError"), !1
|
63 |
+
}
|
64 |
+
return sfsi_validator(SFSI('input[name="sfsi_plus_shares_countsDisplay"]'), "activte") && sfsi_validator(SFSI('input[name="sfsi_plus_shares_countsDisplay"]'), "checked") && "manual" == SFSI('input[name="sfsi_plus_shares_countsFrom"]:checked').val() && !sfsi_validator(SFSI('input[name="sfsi_plus_shares_manualCounts"]'), "blank") ? (sfsiplus_showErrorSuc("error", "Error : Please Enter Share icon manual counts ", 4), SFSI('input[name="sfsi_plus_shares_manualCounts"]').addClass("inputError"), !1) : !0
|
65 |
+
}
|
66 |
+
|
67 |
+
function sfsi_plus_validationStep5() {
|
68 |
+
return sfsi_validator(SFSI('input[name="sfsi_plus_icons_size"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_size"]').val()) > 100 ? (sfsiplus_showErrorSuc("error", "Error : Icons Size allow 100px maximum ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1) : parseInt(SFSI('input[name="sfsi_plus_icons_size"]').val()) <= 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Size should be more than 0 ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_icons_spacing"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_spacing"]').val()) < 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Spacing should be 0 or more", 5), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : sfsi_validator(SFSI('input[name="sfsi_plus_icons_perRow"]'), "int") ? parseInt(SFSI('input[name="sfsi_plus_icons_perRow"]').val()) <= 0 ? (sfsiplus_showErrorSuc("error", "Error : Icons Per row should be more than 0", 5), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : "yes" == SFSI('input[name="sfsi_plus_icons_float"]:checked').val() && "yes" == SFSI('input[name="sfsi_plus_icons_stick"]:checked').val() ? (sfsiplus_showErrorSuc("error", "Error : Only one allow from Sticking & floating ", 5), SFSI('input[name="sfsi_plus_icons_float"][value="no"]').prop("checked", !0), !1) : !0 : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 5), SFSI('input[name="sfsi_plus_icons_size"]').addClass("inputError"), !1)
|
69 |
+
}
|
70 |
+
|
71 |
+
function sfsi_plus_validationStep7() {
|
72 |
+
return sfsi_validator(SFSI('input[name="sfsi_plus_popup_border_thickness"]'), "int") ? sfsi_validator(SFSI('input[name="sfsi_plus_popup_fontSize"]'), "int") ? "once" != SFSI('input[name="sfsi_plus_Shown_pop"]:checked').val() || sfsi_validator(SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]'), "blank") || sfsi_validator(SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]'), "url") ? "selectedpage" != SFSI('input[name="sfsi_plus_Show_popupOn"]:checked').val() || sfsi_validator(SFSI('input[name="sfsi_plus_Show_popupOn"]'), "blank") ? sfsi_validator(SFSI('input[name="sfsi_plus_icons_spacing"]'), "int") ? sfsi_validator(SFSI('input[name="sfsi_plus_icons_perRow"]'), "int") ? !0 : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_icons_perRow"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_icons_spacing"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please Enter page ids with comma ", 7), SFSI('input[name="sfsi_plus_Show_popupOn"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please Enter a valid pop up shown time ", 7), SFSI('input[name="sfsi_plus_Shown_popupOnceTime"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_popup_fontSize"]').addClass("inputError"), !1) : (sfsiplus_showErrorSuc("error", "Error : Please enter a numeric value only ", 7), SFSI('input[name="sfsi_plus_popup_border_thickness"]').addClass("inputError"), !1)
|
73 |
+
}
|
74 |
+
|
75 |
+
function sfsi_validator(s, r) {
|
76 |
+
var i = new RegExp("^(http|https|ftp)://([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0).(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])|([a-zA-Z0-9-]+.)*[a-zA-Z0-9-]+.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(/($|[a-zA-Z0-9.,@?'\\+&%$#=~_-]+))*$");
|
77 |
+
switch (r) {
|
78 |
+
case "blank":
|
79 |
+
return s.val().trim() ? !0 : !1;
|
80 |
+
case "url":
|
81 |
+
return i.test(s.val().trim()) ? !0 : !1;
|
82 |
+
case "checked":
|
83 |
+
return !s.attr("checked") == !0 ? !1 : !0;
|
84 |
+
case "activte":
|
85 |
+
return s.attr("disabled") ? !1 : !0;
|
86 |
+
case "int":
|
87 |
+
return isNaN(s.val()) ? !1 : !0
|
88 |
+
}
|
89 |
}
|
js/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
js/shuffle/modernizr.custom.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
|
3 |
-
* Build: http://modernizr.com/download/#-csstransforms-csstransforms3d-csstransitions-cssclasses-prefixed-teststyles-testprop-testallprops-prefixes-domprefixes
|
4 |
-
*/
|
5 |
-
window.Modernizr=function(a,b,c){function z(a){j.cssText=a}function A(a,b){return z(m.join(a+";")+(b||""))}function B(a,b){return typeof a===b}function C(a,b){return!!~(""+a).indexOf(b)}function D(a,b){for(var d in a){var e=a[d];if(!C(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function E(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:B(f,"function")?f.bind(d||b):f}return!1}function F(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return B(b,"string")||B(b,"undefined")?D(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),E(e,b,c))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={},r={},s={},t=[],u=t.slice,v,w=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},x={}.hasOwnProperty,y;!B(x,"undefined")&&!B(x.call,"undefined")?y=function(a,b){return x.call(a,b)}:y=function(a,b){return b in a&&B(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=u.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(u.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(u.call(arguments)))};return e}),q.csstransforms=function(){return!!F("transform")},q.csstransforms3d=function(){var a=!!F("perspective");return a&&"webkitPerspective"in g.style&&w("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},q.csstransitions=function(){return F("transition")};for(var G in q)y(q,G)&&(v=G.toLowerCase(),e[v]=q[G](),t.push((e[v]?"":"no-")+v));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)y(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},z(""),i=k=null,e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.testProp=function(a){return D([a])},e.testAllProps=F,e.testStyles=w,e.prefixed=function(a,b,c){return b?F(a,b,c):F(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+t.join(" "):""),e}(this,this.document);
|
1 |
+
|
2 |
+
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
|
3 |
+
* Build: http://modernizr.com/download/#-csstransforms-csstransforms3d-csstransitions-cssclasses-prefixed-teststyles-testprop-testallprops-prefixes-domprefixes
|
4 |
+
*/
|
5 |
+
window.Modernizr=function(a,b,c){function z(a){j.cssText=a}function A(a,b){return z(m.join(a+";")+(b||""))}function B(a,b){return typeof a===b}function C(a,b){return!!~(""+a).indexOf(b)}function D(a,b){for(var d in a){var e=a[d];if(!C(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function E(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:B(f,"function")?f.bind(d||b):f}return!1}function F(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return B(b,"string")||B(b,"undefined")?D(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),E(e,b,c))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={},r={},s={},t=[],u=t.slice,v,w=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},x={}.hasOwnProperty,y;!B(x,"undefined")&&!B(x.call,"undefined")?y=function(a,b){return x.call(a,b)}:y=function(a,b){return b in a&&B(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=u.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(u.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(u.call(arguments)))};return e}),q.csstransforms=function(){return!!F("transform")},q.csstransforms3d=function(){var a=!!F("perspective");return a&&"webkitPerspective"in g.style&&w("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},q.csstransitions=function(){return F("transition")};for(var G in q)y(q,G)&&(v=G.toLowerCase(),e[v]=q[G](),t.push((e[v]?"":"no-")+v));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)y(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},z(""),i=k=null,e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.testProp=function(a){return D([a])},e.testAllProps=F,e.testStyles=w,e.prefixed=function(a,b,c){return b?F(a,b,c):F(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+t.join(" "):""),e}(this,this.document);
|
languages/ultimate-social-media-plus-fa_IR.mo
ADDED
Binary file
|
languages/ultimate-social-media-plus-fa_IR.po
ADDED
@@ -0,0 +1,1883 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2016 Ultimate Social Media PLUS
|
2 |
+
# This file is distributed under the same license as the Ultimate Social Media PLUS package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Ultimate Social Media PLUS 2.3.7\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
|
7 |
+
"media-plus\n"
|
8 |
+
"POT-Creation-Date: 2016-03-31 14:44:55+00:00\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2016-04-05 18:35+0530\n"
|
13 |
+
"Last-Translator: \n"
|
14 |
+
"Language-Team: Farshad Hosseinzadeh <f.hosseinzadeh1985@gmail.com>\n"
|
15 |
+
"X-Generator: Poedit 1.5.7\n"
|
16 |
+
"Language: Persian\n"
|
17 |
+
|
18 |
+
#: css/images/index.php:2 css/index.php:2
|
19 |
+
#: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
|
20 |
+
#: fonts/index.php:2 images/icons_theme/badge/index.php:2
|
21 |
+
#: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
|
22 |
+
#: images/icons_theme/official/index.php:2
|
23 |
+
#: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
|
24 |
+
#: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
|
25 |
+
#: views/index.php:2
|
26 |
+
msgid "Access Denied"
|
27 |
+
msgstr "غیر قابل دسترس"
|
28 |
+
|
29 |
+
#: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
|
30 |
+
#: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
|
31 |
+
#: views/sfsi_option_view1.php:152
|
32 |
+
msgid "Read more"
|
33 |
+
msgstr "بیشتر بخوانید"
|
34 |
+
|
35 |
+
#: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
|
36 |
+
#: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:364
|
37 |
+
#: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
|
38 |
+
#: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
|
39 |
+
#: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
|
40 |
+
msgid "Save"
|
41 |
+
msgstr "ذخیره"
|
42 |
+
|
43 |
+
#: libs/sfsi_Init_JqueryCss.php:48
|
44 |
+
msgid "Saving"
|
45 |
+
msgstr "در حال ذخیرهسازی"
|
46 |
+
|
47 |
+
#: libs/sfsi_Init_JqueryCss.php:49
|
48 |
+
msgid "Saved"
|
49 |
+
msgstr "ذخیره شد"
|
50 |
+
|
51 |
+
#: libs/sfsi_Init_JqueryCss.php:52
|
52 |
+
msgid "Collapse"
|
53 |
+
msgstr "باز کردن"
|
54 |
+
|
55 |
+
#: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
|
56 |
+
msgid "Save All Settings"
|
57 |
+
msgstr "ذخیره تمام تنظیمات"
|
58 |
+
|
59 |
+
#: libs/sfsi_install_uninstall.php:430
|
60 |
+
msgid ""
|
61 |
+
"Error: It seems that CURL is disabled on your server. Please contact your "
|
62 |
+
"server administrator to install / enable CURL."
|
63 |
+
msgstr ""
|
64 |
+
"خطا: بهنظر میرسد CURL در سرور شما فعال نمیباشد. لطفاً با مدیر سرور خود تماس "
|
65 |
+
"بگیرید، یا خودتان CURL را نصب، و یا فعال کنید."
|
66 |
+
|
67 |
+
#: libs/sfsi_install_uninstall.php:541
|
68 |
+
msgid ""
|
69 |
+
"Error : Please fix your theme to make plugins work correctly. Go to the "
|
70 |
+
"Theme Editor and insert the following string:"
|
71 |
+
msgstr ""
|
72 |
+
"خطا: لطفاً پوسته خود را درست کنید تا به افزونهها امکان کارکرد درست را بدهد. "
|
73 |
+
"به ویرایشگر پوسته رفته و متن زیر را در آن قرار دهید:"
|
74 |
+
|
75 |
+
#: libs/sfsi_install_uninstall.php:541
|
76 |
+
msgid "Please enter it just before the following line of your header.php file:"
|
77 |
+
msgstr "لطفاً آن را قبل از آخرین خط فایل header.php (سربرگ) قرار دهید:"
|
78 |
+
|
79 |
+
#: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
|
80 |
+
msgid "Go to your theme editor: "
|
81 |
+
msgstr "به ویرایشگر پوسته خود بروید:"
|
82 |
+
|
83 |
+
#: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
|
84 |
+
msgid "click here"
|
85 |
+
msgstr "اینجا را کلیک کنید"
|
86 |
+
|
87 |
+
#: libs/sfsi_install_uninstall.php:565
|
88 |
+
msgid ""
|
89 |
+
"Error: Please fix your theme to make plugins work correctly. Go to the Theme "
|
90 |
+
"Editor and insert the following string as the first line of your theme's "
|
91 |
+
"footer.php file: "
|
92 |
+
msgstr ""
|
93 |
+
"خطا: لطفاً پوسته خود را درست کنید تا به افزونهها امکان کارکرد درست را بدهد. "
|
94 |
+
"به ویرایشگر پوسته رفته و متن زیر را در اولین خط از فایل footer.php (پابرگ) "
|
95 |
+
"پوسته خود قرار دهید:"
|
96 |
+
|
97 |
+
#: libs/sfsi_install_uninstall.php:576
|
98 |
+
msgid ""
|
99 |
+
"Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
|
100 |
+
"the plugin's settings page to configure it: "
|
101 |
+
msgstr ""
|
102 |
+
"از اینکه افزونه Ultimate Social Media PLUS را نصب نمودید متشکریم. لطفاً برای "
|
103 |
+
"پیکربندی آن به صفحه تنظیمات افزونه بروید:"
|
104 |
+
|
105 |
+
#: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
|
106 |
+
#: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
|
107 |
+
#: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
|
108 |
+
#: views/sfsi_options_view.php:75
|
109 |
+
msgid "Click here"
|
110 |
+
msgstr "اینجا را کلیک کنید"
|
111 |
+
|
112 |
+
#: libs/sfsi_install_uninstall.php:585
|
113 |
+
msgid ""
|
114 |
+
"You`re using an old Wordpress version, which may cause several of your "
|
115 |
+
"plugins to not work correctly. Please upgrade"
|
116 |
+
msgstr ""
|
117 |
+
"شما از یک نسخه قدیمی وردپرس استفاده میکنید که ممکن است به افزونه امکان "
|
118 |
+
"کارکرد درست را ندهد. لطفاً بهروزرسانی کنید."
|
119 |
+
|
120 |
+
#: libs/sfsi_install_uninstall.php:602
|
121 |
+
msgid ""
|
122 |
+
"We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
|
123 |
+
"than 30 days. If you're happy with it, could you please do us a BIG favor "
|
124 |
+
"and give it a 5-star rating on Wordpress?"
|
125 |
+
msgstr ""
|
126 |
+
"ما متوجه شدیم که شما بیش از ۳۰ روز است که از افزونه Ultimate Social Media "
|
127 |
+
"PLUS استفاده میکنید. اگر شما با این افزونه خوشحالید، آیا ممکن است لطف بزرگی "
|
128 |
+
"کرده و افزونه ما را در وردپرس ۵ ستاره کنید؟"
|
129 |
+
|
130 |
+
#: libs/sfsi_install_uninstall.php:604
|
131 |
+
msgid "Ok, you deserved it"
|
132 |
+
msgstr "بله، شما شایستگی این را دارید"
|
133 |
+
|
134 |
+
#: libs/sfsi_install_uninstall.php:605
|
135 |
+
msgid "I already did"
|
136 |
+
msgstr "در حال حاضر این کار را انجام دادهام"
|
137 |
+
|
138 |
+
#: libs/sfsi_install_uninstall.php:606
|
139 |
+
msgid "No, not good enough"
|
140 |
+
msgstr "نه، به اندازه کافی خوب نیست"
|
141 |
+
|
142 |
+
#: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
|
143 |
+
msgid "Title"
|
144 |
+
msgstr "عنوان"
|
145 |
+
|
146 |
+
#: libs/sfsi_widget.php:105
|
147 |
+
msgid "Please go to the plugin page to set your preferences:"
|
148 |
+
msgstr "برای اعمال تنظیمات خود لطفاً به برگه افزونه بروید:"
|
149 |
+
|
150 |
+
#: ultimate_social_media_icons.php:76
|
151 |
+
msgid "Kindly go to setting page and check the option \"Place them manually\""
|
152 |
+
msgstr "لطف کنید به برگه تنظیمات رفته و کادر \"دستی قرار بده\" را علامت بزنید"
|
153 |
+
|
154 |
+
#: ultimate_social_media_icons.php:577
|
155 |
+
msgid ""
|
156 |
+
"There seems to be an error on your website which prevents the plugin to work "
|
157 |
+
"properly. Please check the FAQ:"
|
158 |
+
msgstr ""
|
159 |
+
"بهنظر میرسد مشکلی در سایتتان وجود دارد که مانع از کارکرد درست افزونه میشود. "
|
160 |
+
"لطفاً سوالات متداول را ببینید:"
|
161 |
+
|
162 |
+
#: ultimate_social_media_icons.php:582
|
163 |
+
msgid "Error"
|
164 |
+
msgstr "خطا"
|
165 |
+
|
166 |
+
#: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
|
167 |
+
msgid "Dismiss"
|
168 |
+
msgstr "صرفنظر کن"
|
169 |
+
|
170 |
+
#: ultimate_social_media_icons.php:602
|
171 |
+
msgid "New feature in the Ultimate Social Media PLUS plugin: "
|
172 |
+
msgstr "ویژگی جدید در افزونه Ultimate Social Media PLUS:"
|
173 |
+
|
174 |
+
#: ultimate_social_media_icons.php:605
|
175 |
+
msgid ""
|
176 |
+
"You can now add a subscription form to increase sign-ups (under question 8)."
|
177 |
+
msgstr ""
|
178 |
+
"اکنون میتوانید یک فرم اشتراک اضافه کرده تا تعداد ثبتنام ها را افزایش دهید "
|
179 |
+
"(مربوط به سوال ۸)."
|
180 |
+
|
181 |
+
#: ultimate_social_media_icons.php:608
|
182 |
+
msgid "Check it out"
|
183 |
+
msgstr "روی آن کلیک کنید"
|
184 |
+
|
185 |
+
#: views/sfsi_aboutus.php:2
|
186 |
+
msgid "Please visit us at"
|
187 |
+
msgstr "لطفاْ از ما دیدن کنید در"
|
188 |
+
|
189 |
+
#: views/sfsi_aboutus.php:4
|
190 |
+
msgid "or write to us at"
|
191 |
+
msgstr "یا برای ما بنویسید در"
|
192 |
+
|
193 |
+
#: views/sfsi_option_view1.php:47
|
194 |
+
msgid ""
|
195 |
+
"In general, the more icons you offer the better because people have "
|
196 |
+
"different preferences, and more options means that there’s something for "
|
197 |
+
"everybody, increasing the chances that you get followed and/or shared."
|
198 |
+
msgstr ""
|
199 |
+
"بطور معمول، هرچه آیکنهای بیشتری ارایه دهید بهتر است. زیرا مردم صلیقههای "
|
200 |
+
"متفاوتی دارند، و اختیارات بیشتر به این معنیست که مطابق نیاز هر شخصی چیزی "
|
201 |
+
"آماده دارید. و این کار شانس دنبال شدن یا به اشتراک گذاشته شدن را برای شما "
|
202 |
+
"زیادتر میکند."
|
203 |
+
|
204 |
+
#: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
|
205 |
+
msgid "Mandatory"
|
206 |
+
msgstr "اجباری"
|
207 |
+
|
208 |
+
#: views/sfsi_option_view1.php:65
|
209 |
+
msgid "RSS is still popular, esp. among the tech-savvy crowd."
|
210 |
+
msgstr "با وجود این دوره و زمانه هوشمند و پر از تغییرات، RSS همچنان محبوب است!"
|
211 |
+
|
212 |
+
#: views/sfsi_option_view1.php:68
|
213 |
+
msgid ""
|
214 |
+
"RSS stands for Really Simply Syndication and is an easy way for people to "
|
215 |
+
"read your content. "
|
216 |
+
msgstr ""
|
217 |
+
"RSS مخفف عبارت Really Simply Syndication ، و یک راه آسان برای مردم است که "
|
218 |
+
"مطالب جدید شما را بخوانند."
|
219 |
+
|
220 |
+
#: views/sfsi_option_view1.php:70
|
221 |
+
msgid "Learn more about RSS"
|
222 |
+
msgstr "در مورد RSS (خبرخوان) بیشتر بدانید"
|
223 |
+
|
224 |
+
#: views/sfsi_option_view1.php:93
|
225 |
+
msgid "Email is the most effective tool to build up a followership."
|
226 |
+
msgstr "ایمیل یک ابزار بسیار تاثیرگذار در پیداکردن مخاطب و دنبالکننده است."
|
227 |
+
|
228 |
+
#: views/sfsi_option_view1.php:96
|
229 |
+
msgid "Remove credit link"
|
230 |
+
msgstr "لینک اعتبار را حذف کن"
|
231 |
+
|
232 |
+
#: views/sfsi_option_view1.php:100
|
233 |
+
msgid ""
|
234 |
+
"Everybody uses email – that’s why it’s much more effective than social media "
|
235 |
+
"to make people follow you"
|
236 |
+
msgstr ""
|
237 |
+
"هرکسی از ایمیل استفاده میکند - بخاطر همین ایمیل بیشتر از شبکههای اجتماعی در "
|
238 |
+
"جذب مخاطب و دنبالکننده تاثیرگذار است"
|
239 |
+
|
240 |
+
#: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
|
241 |
+
msgid "learn more"
|
242 |
+
msgstr "بیشتر بدانید"
|
243 |
+
|
244 |
+
#: views/sfsi_option_view1.php:104
|
245 |
+
msgid ""
|
246 |
+
"Not offering an email subscription option means losing out on future traffic "
|
247 |
+
"to your site."
|
248 |
+
msgstr ""
|
249 |
+
"ارائه ندادن امکان اشتراک ایمیلی به این معنیست که بازدید سایتتان را در آینده "
|
250 |
+
"از دست میدهید."
|
251 |
+
|
252 |
+
#: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
|
253 |
+
#: views/sfsi_option_view1.php:167
|
254 |
+
msgid "Strongly recommended:"
|
255 |
+
msgstr "شدیداً پیشنهاد میشود:"
|
256 |
+
|
257 |
+
#: views/sfsi_option_view1.php:123
|
258 |
+
msgid "Facebook is crucial, esp. for sharing."
|
259 |
+
msgstr "فیسبوک عالیست، مخصوصاُ برای به اشتراک گذاری."
|
260 |
+
|
261 |
+
#: views/sfsi_option_view1.php:126
|
262 |
+
msgid ""
|
263 |
+
"Facebook is the giant in the social media world, and even if you don’t have "
|
264 |
+
"a Facebook account yourself you should display this icon, so that Facebook "
|
265 |
+
"users can share your site on Facebook."
|
266 |
+
msgstr ""
|
267 |
+
"فیسبوک غول دنیای شبکههای اجتماعیست، و حتا اگر شما آکونت فیسبوک برای خود "
|
268 |
+
"ندارید هم باید این آیکن را نمایش دهید، چراکه کاربران فیسبوک میتوانند سایت "
|
269 |
+
"شما را در فیسبوک به اشتراک بگذارند."
|
270 |
+
|
271 |
+
#: views/sfsi_option_view1.php:145
|
272 |
+
msgid "Can have a strong promotional effect."
|
273 |
+
msgstr "میتواند تاثیر تبلیغاتی قویای داشته باشد."
|
274 |
+
|
275 |
+
#: views/sfsi_option_view1.php:148
|
276 |
+
msgid ""
|
277 |
+
"If you have a Twitter-account then adding this icon is a no-brainer. "
|
278 |
+
"However, similar as with facebook, even if you don’t have one you should "
|
279 |
+
"still show this icon so that Twitter-users can share your site."
|
280 |
+
msgstr ""
|
281 |
+
"اگر شما یک آکونت توییتر دارید اضافه کردن این آیکن احتیاج به فکر کردن ندارد. "
|
282 |
+
"به هر حال اگر هم ندارید، مانند فیسبوک، شما باید این آیکن را به نمایش "
|
283 |
+
"بگذارید. چراکه کاربران توییتر میتوانند سایت شما را به اشتراک بگذارند."
|
284 |
+
|
285 |
+
#: views/sfsi_option_view1.php:168
|
286 |
+
msgid "Increasingly important and beneficial for SEO."
|
287 |
+
msgstr "بطور فزاینده مهم و سودمند برای سئو."
|
288 |
+
|
289 |
+
#: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
|
290 |
+
#: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
|
291 |
+
#: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
|
292 |
+
#: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
|
293 |
+
msgid "It depends:"
|
294 |
+
msgstr "بستگی دارد به:"
|
295 |
+
|
296 |
+
#: views/sfsi_option_view1.php:186
|
297 |
+
msgid ""
|
298 |
+
"Show this icon if you have a youtube account (and you should set up one if "
|
299 |
+
"you have video content – that can increase your traffic significantly)."
|
300 |
+
msgstr ""
|
301 |
+
"اگر یک آکونت یوتیوب دارید این آیکن را نمایش دهید (و اگر در سایتتان محتوای "
|
302 |
+
"ویدئویی دارید بهتر است یک آکونت یوتیوب بسازید، زیرا بازدید سایتتان را به شکل "
|
303 |
+
"قابل ملاحظهای بالا میبرد)."
|
304 |
+
|
305 |
+
#: views/sfsi_option_view1.php:203
|
306 |
+
msgid ""
|
307 |
+
"No.1 network for business purposes. Use this icon if you’re a LinkedInner."
|
308 |
+
msgstr ""
|
309 |
+
"شبکه اجتماعی شماره یک برای مقاصد حرفهای و کاری. اگر در لینکدین هستید از این "
|
310 |
+
"آیکن استفاده کنید."
|
311 |
+
|
312 |
+
#: views/sfsi_option_view1.php:220
|
313 |
+
msgid ""
|
314 |
+
"Show this icon if you have a Pinterest account (and you should set up one if "
|
315 |
+
"you have publish new pictures regularly – that can increase your traffic "
|
316 |
+
"significantly)."
|
317 |
+
msgstr ""
|
318 |
+
"اگر یک آکونت پینترست دارید این آیکن را نمایش دهید (و اگر در سایتتان عکسهای "
|
319 |
+
"جدید میگذارید بهتر است یک آکونت بسازید، زیرا بازدید سایتتان را به شکل قابل "
|
320 |
+
"ملاحظهای بالا میبرد)."
|
321 |
+
|
322 |
+
#: views/sfsi_option_view1.php:235
|
323 |
+
msgid "Show this icon if you have a Instagram account."
|
324 |
+
msgstr "اگر یک آکونت اینستاگرام دارید این آیکن را نمایش دهید."
|
325 |
+
|
326 |
+
#: views/sfsi_option_view1.php:252
|
327 |
+
msgid ""
|
328 |
+
"Third-party service AddThis allows your visitors to share via many other "
|
329 |
+
"social networks, however it may also slow down your site a bit."
|
330 |
+
msgstr ""
|
331 |
+
"خدمات شخص ثالث AddThis به بازدیدکنندگان امکان به اشتراک گذاری از تعداد "
|
332 |
+
"بسیاری از دیگر شبکههای اجتماعی را میدهد. ولی با این حال کمی باعث کند شدن "
|
333 |
+
"سایتتان میشود."
|
334 |
+
|
335 |
+
#: views/sfsi_option_view1.php:255
|
336 |
+
msgid "Everybody uses email – that’s why it’s"
|
337 |
+
msgstr "بخاطر اینکه هرکسی از ایمیل استفاده میکند"
|
338 |
+
|
339 |
+
#: views/sfsi_option_view1.php:258
|
340 |
+
msgid "much more effective than social media"
|
341 |
+
msgstr "بسیار موثرتر از شبکه اجتماعی"
|
342 |
+
|
343 |
+
#: views/sfsi_option_view1.php:261
|
344 |
+
msgid ""
|
345 |
+
"to make people follow you. Not offering an email subscription option means "
|
346 |
+
"losing out on future traffic to your site."
|
347 |
+
msgstr ""
|
348 |
+
"برای جذب دنبالکننده و مخاطب ارائه ندادن امکان اشتراک ایمیلی به این معنیست که "
|
349 |
+
"بازدید سایتتان را در آینده از دست میدهید."
|
350 |
+
|
351 |
+
#: views/sfsi_option_view1.php:263
|
352 |
+
msgid "Check out their reviews:"
|
353 |
+
msgstr "بررسیهایشان را ببینید:"
|
354 |
+
|
355 |
+
#: views/sfsi_option_view1.php:284
|
356 |
+
msgid "Show this icon if you have a Houzz account."
|
357 |
+
msgstr "اگر یک آکونت هاز دارید این آیکن را نمایش دهید. "
|
358 |
+
|
359 |
+
#: views/sfsi_option_view1.php:286
|
360 |
+
msgid ""
|
361 |
+
"Houzz is the No.1 site & community in the world of architecture and interior "
|
362 |
+
"design."
|
363 |
+
msgstr "هاز سایت و انجمن شماره ۱ معماری و طراحی داخلیست."
|
364 |
+
|
365 |
+
#: views/sfsi_option_view1.php:288
|
366 |
+
msgid "Visit Houzz"
|
367 |
+
msgstr "از هاز دیدن کنید"
|
368 |
+
|
369 |
+
#: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
|
370 |
+
#: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
|
371 |
+
msgid "Custom"
|
372 |
+
msgstr "سفارشی"
|
373 |
+
|
374 |
+
#: views/sfsi_option_view1.php:329 views/sfsi_option_view1.php:354
|
375 |
+
msgid ""
|
376 |
+
"Upload a custom icon if you have other accounts/websites you want to link to."
|
377 |
+
msgstr ""
|
378 |
+
"اگر شما آکونت یا سایت دیگری دارید که میخواهید به آن لینک بدهید، آیکن سفارشی "
|
379 |
+
"آن را آپلود کنید."
|
380 |
+
|
381 |
+
#: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
|
382 |
+
#: views/sfsi_option_view3.php:369 views/sfsi_option_view4.php:743
|
383 |
+
#: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
|
384 |
+
#: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
|
385 |
+
#: views/sfsi_option_view9.php:580
|
386 |
+
msgid "Collapse area"
|
387 |
+
msgstr "باز کردن"
|
388 |
+
|
389 |
+
#: views/sfsi_option_view2.php:136
|
390 |
+
msgid "When clicked on, users can subscribe via RSS"
|
391 |
+
msgstr "وقتی کاربر کلیک کند مشترک فید RSS میشود"
|
392 |
+
|
393 |
+
#: views/sfsi_option_view2.php:144
|
394 |
+
msgid "For most blogs it’s http://blogname.com/feed"
|
395 |
+
msgstr "برای اغلب وبلاگها بصورت http://blogname.com/feed است"
|
396 |
+
|
397 |
+
#: views/sfsi_option_view2.php:162
|
398 |
+
msgid ""
|
399 |
+
"Sends your new posts automatically to subscribers. It`s FREE and you get "
|
400 |
+
"full access to your subscriber`s emails and interesting statistics:"
|
401 |
+
msgstr ""
|
402 |
+
"نوشتههای جدید شما را بصورت خودکار برای مشترکین ارسال میکند. رایگان است و "
|
403 |
+
"دسترسی کامل شما را به ایمیل و آمار علایق کاربران میسر میکند."
|
404 |
+
|
405 |
+
#: views/sfsi_option_view2.php:164
|
406 |
+
msgid "Claim your feed to get full access."
|
407 |
+
msgstr "درخواست فید خود را کامل نمایید تا دسترسی کامل داشته باشید."
|
408 |
+
|
409 |
+
#: views/sfsi_option_view2.php:166
|
410 |
+
msgid "It also makes sense if you already offer an email newsletter:"
|
411 |
+
msgstr "همچنین اگر هماکنون روزنامه ایمیلی را ارائه کردهاید معنی خواهد داشت:"
|
412 |
+
|
413 |
+
#: views/sfsi_option_view2.php:168
|
414 |
+
msgid "Learn more."
|
415 |
+
msgstr "بیشتر بدانید."
|
416 |
+
|
417 |
+
#: views/sfsi_option_view2.php:171
|
418 |
+
msgid "Please pick which icon type you want to use:"
|
419 |
+
msgstr "لطفاً نوع آیکونی که میخواهید استفاده کنید را انتخاب نمایید:"
|
420 |
+
|
421 |
+
#: views/sfsi_option_view2.php:179
|
422 |
+
msgid "Email icon"
|
423 |
+
msgstr "آیکون ایمیل"
|
424 |
+
|
425 |
+
#: views/sfsi_option_view2.php:187
|
426 |
+
msgid "Follow icon"
|
427 |
+
msgstr "آیکون دنبالکردن"
|
428 |
+
|
429 |
+
#: views/sfsi_option_view2.php:189
|
430 |
+
msgid "increases sign-ups"
|
431 |
+
msgstr "ثبتنام ها را افزایش میدهد"
|
432 |
+
|
433 |
+
#: views/sfsi_option_view2.php:198
|
434 |
+
msgid "SpecificFeeds icon"
|
435 |
+
msgstr "آیکن SpecificFeeds"
|
436 |
+
|
437 |
+
#: views/sfsi_option_view2.php:200
|
438 |
+
msgid "provider of the service"
|
439 |
+
msgstr "ارائهکننده خدمات:"
|
440 |
+
|
441 |
+
#: views/sfsi_option_view2.php:216
|
442 |
+
msgid ""
|
443 |
+
"The facebook icon can perform several actions. Pick below which ones it "
|
444 |
+
"should perform. If you select several options, then users can select what "
|
445 |
+
"they want to do"
|
446 |
+
msgstr ""
|
447 |
+
"آیکن فیسبوک میتواند چندین کار انجام دهد. از پایین کاری را که میخواهید "
|
448 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
449 |
+
"کدام را میخواهند."
|
450 |
+
|
451 |
+
#: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
|
452 |
+
#: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
|
453 |
+
#: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
|
454 |
+
#: views/sfsi_option_view2.php:539
|
455 |
+
msgid "see an example"
|
456 |
+
msgstr "یک نمونه ببینید"
|
457 |
+
|
458 |
+
#: views/sfsi_option_view2.php:222
|
459 |
+
msgid "The facebook icon should allow users to..."
|
460 |
+
msgstr "آیکن فیسبوک باید به کاربران این امکان را بدهد تا..."
|
461 |
+
|
462 |
+
#: views/sfsi_option_view2.php:229
|
463 |
+
msgid "Visit my Facebook page at:"
|
464 |
+
msgstr "صفحه فیسبوک مرا ببینید:"
|
465 |
+
|
466 |
+
#: views/sfsi_option_view2.php:237
|
467 |
+
msgid "Like my blog on Facebook (+1)"
|
468 |
+
msgstr "وبلاگ مرا در فیسبوک لایک کنید (۱+)"
|
469 |
+
|
470 |
+
#: views/sfsi_option_view2.php:245
|
471 |
+
msgid "Share my blog with friends (on Facebook)"
|
472 |
+
msgstr "وبلاگ مرا با دوستان خود (در فیسبوک) به اشتراک بگذارید"
|
473 |
+
|
474 |
+
#: views/sfsi_option_view2.php:260
|
475 |
+
msgid ""
|
476 |
+
"The Twitter icon can perform several actions. Pick below which ones it "
|
477 |
+
"should perform. If you select several options, then users can select what "
|
478 |
+
"they want to do"
|
479 |
+
msgstr ""
|
480 |
+
"آیکن توییتر میتواند چند کار انجام دهد. از پایین کاری را که میخواهید "
|
481 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
482 |
+
"کدام را میخواهند."
|
483 |
+
|
484 |
+
#: views/sfsi_option_view2.php:267
|
485 |
+
msgid "The Twitter icon should allow users to..."
|
486 |
+
msgstr "آیکن توییتر به کاربران امکان میدهد که..."
|
487 |
+
|
488 |
+
#: views/sfsi_option_view2.php:272
|
489 |
+
msgid "Visit me on Twitter:"
|
490 |
+
msgstr "مرا در توییتر ببینید:"
|
491 |
+
|
492 |
+
#: views/sfsi_option_view2.php:281
|
493 |
+
msgid "Follow me on Twitter:"
|
494 |
+
msgstr "مرا در توییتر دنبال کنید:"
|
495 |
+
|
496 |
+
#: views/sfsi_option_view2.php:289
|
497 |
+
msgid "Tweet about my page:"
|
498 |
+
msgstr "در مورد صفحه من توییت کنید:"
|
499 |
+
|
500 |
+
#: views/sfsi_option_view2.php:302
|
501 |
+
msgid ""
|
502 |
+
"The Google+ icon can perform several actions. Pick below which ones it "
|
503 |
+
"should perform. If you select several options, then users can select what "
|
504 |
+
"they want to do"
|
505 |
+
msgstr ""
|
506 |
+
"آیکن گوگلپلاس میتواند چند کار انجام دهد. از پایین کاری را که میخواهید "
|
507 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
508 |
+
"کدام را میخواهند."
|
509 |
+
|
510 |
+
#: views/sfsi_option_view2.php:308
|
511 |
+
msgid "The Google+ icon should allow users to..."
|
512 |
+
msgstr "آیکن گوگلپلاس به کاربران امکان میدهد که..."
|
513 |
+
|
514 |
+
#: views/sfsi_option_view2.php:314
|
515 |
+
msgid "Visit my Google+ page at:"
|
516 |
+
msgstr "صفحه گوگلپلاس مرا ببینید:"
|
517 |
+
|
518 |
+
#: views/sfsi_option_view2.php:323
|
519 |
+
msgid "Like my blog on Google+ (+1)"
|
520 |
+
msgstr "وبلاگ مرا در گوگلپلاس لایک کنید (۱+)"
|
521 |
+
|
522 |
+
#: views/sfsi_option_view2.php:330
|
523 |
+
msgid "Share my blog with friends (on Google+)"
|
524 |
+
msgstr "وبلاگ مرا با دوستان خود (در گوگلپلاس) به اشتراک بگذارید"
|
525 |
+
|
526 |
+
#: views/sfsi_option_view2.php:344
|
527 |
+
msgid ""
|
528 |
+
"The Youtube icon can perform several actions. Pick below which ones it "
|
529 |
+
"should perform. If you select several options, then users can select what "
|
530 |
+
"they want to do"
|
531 |
+
msgstr ""
|
532 |
+
"آیکن یوتیوب میتواند چند کار انجام دهد. از پایین کاری را که میخواهید "
|
533 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
534 |
+
"کدام را میخواهند."
|
535 |
+
|
536 |
+
#: views/sfsi_option_view2.php:350
|
537 |
+
msgid "The youtube icon should allow users to..."
|
538 |
+
msgstr "آیکن یوتیوب به کاربران امکان میدهد که..."
|
539 |
+
|
540 |
+
#: views/sfsi_option_view2.php:354
|
541 |
+
msgid "Visit my Youtube page at:"
|
542 |
+
msgstr "صفحه یوتیوب مرا ببینید:"
|
543 |
+
|
544 |
+
#: views/sfsi_option_view2.php:360
|
545 |
+
msgid "Subscribe to me on Youtube"
|
546 |
+
msgstr "در یوتیوب من مشترک شوید"
|
547 |
+
|
548 |
+
#: views/sfsi_option_view2.php:362
|
549 |
+
msgid "(allows people to subscribe to you directly, without leaving your blog)"
|
550 |
+
msgstr "(بدون ترک وبلاگتان، به کاربران امکان دنبالکردن مستقیم شما را میدهد)"
|
551 |
+
|
552 |
+
#: views/sfsi_option_view2.php:382
|
553 |
+
msgid "User Name"
|
554 |
+
msgstr "نام کاربر"
|
555 |
+
|
556 |
+
#: views/sfsi_option_view2.php:387
|
557 |
+
msgid "Channel Id"
|
558 |
+
msgstr "شناسه (Id) کانال"
|
559 |
+
|
560 |
+
#: views/sfsi_option_view2.php:393
|
561 |
+
msgid "UserName:"
|
562 |
+
msgstr "نام کاربری:"
|
563 |
+
|
564 |
+
#: views/sfsi_option_view2.php:397
|
565 |
+
msgid ""
|
566 |
+
"To find your Username go to \"My channel\" in Youtube menu bar on the left & "
|
567 |
+
"Select the \"About\" tab and take your user name from URL there (e.g. "
|
568 |
+
"https://www.youtube.com/user/Tommy it is \"Tommy\")."
|
569 |
+
msgstr ""
|
570 |
+
"برای پیداکردن نام کاربری خود به گزینه \"My channel\" از سمت چپ منوی یوتیوب "
|
571 |
+
"رفته، تب \"About\" را انتخاب نمایید و نام کاربریتان را از آدرس URL بردارید "
|
572 |
+
"(برای نمونه اگر آدرس URL https://www.youtube.com/user/Tommy بود، \"Tommy\" "
|
573 |
+
"نام کاربری شماست)."
|
574 |
+
|
575 |
+
#: views/sfsi_option_view2.php:403
|
576 |
+
msgid "Channel Id:"
|
577 |
+
msgstr "شناسه (Id) کانال:"
|
578 |
+
|
579 |
+
#: views/sfsi_option_view2.php:408
|
580 |
+
msgid ""
|
581 |
+
"To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
|
582 |
+
"left and take your channel name from there."
|
583 |
+
msgstr ""
|
584 |
+
"برای پیداکردن نام کانال خود به گزینه \"My channel\" از سمت چپ منوی یوتیوب "
|
585 |
+
"رفته، نام کانال خود را از آنجا بردارید."
|
586 |
+
|
587 |
+
#: views/sfsi_option_view2.php:423
|
588 |
+
msgid ""
|
589 |
+
"The Pinterest icon can perform several actions. Pick below which ones it "
|
590 |
+
"should perform. If you select several options, then users can select what "
|
591 |
+
"they want to do"
|
592 |
+
msgstr ""
|
593 |
+
"آیکن پینترست میتواند چند کار انجام دهد. از پایین کاری را که میخواهید "
|
594 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
595 |
+
"کدام را میخواهند."
|
596 |
+
|
597 |
+
#: views/sfsi_option_view2.php:429
|
598 |
+
msgid "The Pinterest icon should allow users to..."
|
599 |
+
msgstr "آیکن پینترست به کاربران امکان میدهد که..."
|
600 |
+
|
601 |
+
#: views/sfsi_option_view2.php:434
|
602 |
+
msgid "Visit my Pinterest page at:"
|
603 |
+
msgstr "صفحه پینترست مرا ببینید:"
|
604 |
+
|
605 |
+
#: views/sfsi_option_view2.php:442
|
606 |
+
msgid "Pin my blog on Pinterest (+1)"
|
607 |
+
msgstr "وبلاگ مرا در پینترست پین کنید (۱+)"
|
608 |
+
|
609 |
+
#: views/sfsi_option_view2.php:457
|
610 |
+
msgid "When clicked on, users will get directed to your Instagram page"
|
611 |
+
msgstr "اگر کلیک شود، کاربران مستقیماً به صفحه اینستاگرام شما منتقل میشوند"
|
612 |
+
|
613 |
+
#: views/sfsi_option_view2.php:476
|
614 |
+
msgid ""
|
615 |
+
"The LinkedIn icon can perform several actions. Pick below which ones it "
|
616 |
+
"should perform. If you select several options, then users can select what "
|
617 |
+
"they want to do"
|
618 |
+
msgstr ""
|
619 |
+
"آیکن لینکدین میتواند چند کار انجام دهد. از پایین کاری را که میخواهید "
|
620 |
+
"برگزینید. اگر چند عمل را با هم انتخاب کنید، کاربران خودشان انتخاب میکنند که "
|
621 |
+
"کدام را میخواهند."
|
622 |
+
|
623 |
+
#: views/sfsi_option_view2.php:482
|
624 |
+
msgid ""
|
625 |
+
"You find your ID in the link of your profile page, e.g. https://www.linkedin."
|
626 |
+
"com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
|
627 |
+
msgstr ""
|
628 |
+
"شناسه (ID) تان را از لینک صفحه پروفایلتان پیدا کنید، برای نمونه https://www."
|
629 |
+
"linkedin.com/profile/view?id=<b>8539887</"
|
630 |
+
"b>&trk=nav_responsive_tab_profile_pic"
|
631 |
+
|
632 |
+
#: views/sfsi_option_view2.php:485
|
633 |
+
msgid "The LinkedIn icon should allow users to..."
|
634 |
+
msgstr "آیکن لیندکدین به کاربران امکان میدهد که..."
|
635 |
+
|
636 |
+
#: views/sfsi_option_view2.php:490
|
637 |
+
msgid "Visit my Linkedin page at:"
|
638 |
+
msgstr "صفحه لینکدین مرا ببینید"
|
639 |
+
|
640 |
+
#: views/sfsi_option_view2.php:499
|
641 |
+
msgid "Follow me on Linkedin:"
|
642 |
+
msgstr "مرا در لینکدین دنبال کنید"
|
643 |
+
|
644 |
+
#: views/sfsi_option_view2.php:508
|
645 |
+
msgid "Share my page on LinkedIn"
|
646 |
+
msgstr "صفحه مرا در لینکدین به اشتراک بگذارید"
|
647 |
+
|
648 |
+
#: views/sfsi_option_view2.php:515
|
649 |
+
msgid "Recommend my business or product on Linkedin"
|
650 |
+
msgstr "محصول یا کسب و کار مرا در لینکدین پیشنهاد بده"
|
651 |
+
|
652 |
+
#: views/sfsi_option_view2.php:520
|
653 |
+
msgid "To find your Product or Company ID, you can use their ID lookup tool at"
|
654 |
+
msgstr ""
|
655 |
+
"برای اینکه محصول یا شناسه شرکتتان را پیدا کنید، میتوانید از ابزار جستجوی "
|
656 |
+
"شناسه آنها استفاده کنید در"
|
657 |
+
|
658 |
+
#: views/sfsi_option_view2.php:524
|
659 |
+
msgid "You need to be logged in to Linkedin to be able to use it."
|
660 |
+
msgstr "برای استفاده باید در لینکدین وارد (login) شده باشید"
|
661 |
+
|
662 |
+
#: views/sfsi_option_view2.php:537
|
663 |
+
msgid ""
|
664 |
+
"Nothing needs to be done here – your visitors to share your site via «all "
|
665 |
+
"the other» social media sites."
|
666 |
+
msgstr ""
|
667 |
+
"اینجا کاری لازم نیست انجام بدهید - بازدیدکنندگان شما سایتتان را از طریق "
|
668 |
+
"«سایر» شبکههای اجتماعی به اشتراک میگذارند."
|
669 |
+
|
670 |
+
#: views/sfsi_option_view2.php:553
|
671 |
+
msgid ""
|
672 |
+
"Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
|
673 |
+
"your_username)."
|
674 |
+
msgstr ""
|
675 |
+
"لطفاً نشانی url پروفایل هازتان را ارایه کنید (برای نمونه: http://www.houzz."
|
676 |
+
"com/user/your_username)."
|
677 |
+
|
678 |
+
#: views/sfsi_option_view2.php:585
|
679 |
+
msgid "Where do you want this icon to link to?"
|
680 |
+
msgstr "میخواهید این آیکن به کجا لینک شود؟"
|
681 |
+
|
682 |
+
#: views/sfsi_option_view2.php:589
|
683 |
+
msgid "Link:"
|
684 |
+
msgstr "لینک:"
|
685 |
+
|
686 |
+
#: views/sfsi_option_view3.php:35
|
687 |
+
msgid ""
|
688 |
+
"A good & well-fitting design is not only nice to look at, but it increases "
|
689 |
+
"chances that people will subscribe and/or share your site with friends:"
|
690 |
+
msgstr ""
|
691 |
+
"یک طراحی خوب و شکیل نه تنها زیبا بهنظر میرسد، بلکه شانس اینکه مردم مشترک شما "
|
692 |
+
"شوند یا سایتان را با دوستانشان به اشتراک بگذارند بالا میبرد:"
|
693 |
+
|
694 |
+
#: views/sfsi_option_view3.php:39
|
695 |
+
msgid "It comes across as more professional gives your site more “credit”"
|
696 |
+
msgstr "حرفهایتر بهنظر میرسد و اعتبار بیشتری به سایتتان میبخشد"
|
697 |
+
|
698 |
+
#: views/sfsi_option_view3.php:42
|
699 |
+
msgid ""
|
700 |
+
"A smart automatic animation can make your visitors aware of your icons in an "
|
701 |
+
"unintrusive manner"
|
702 |
+
msgstr ""
|
703 |
+
"پویانمایی خودکار ممکن است بازدیدکنندگان سایتتان را از آیکنهایتان بیزار کند."
|
704 |
+
|
705 |
+
#: views/sfsi_option_view3.php:47
|
706 |
+
msgid ""
|
707 |
+
"The icons have been compressed by Shortpixel.com for faster loading of your "
|
708 |
+
"site. Thank you Shortpixel!"
|
709 |
+
msgstr ""
|
710 |
+
"برای اینکه سایتتان سریعتر باز شود، آیکنها بهکمک Shortpixel.com فشرده شدهاند. "
|
711 |
+
"Shortpixel ازت ممنونیم!"
|
712 |
+
|
713 |
+
#: views/sfsi_option_view3.php:52
|
714 |
+
msgid "Theme options"
|
715 |
+
msgstr "تنظیمات پوسته"
|
716 |
+
|
717 |
+
#: views/sfsi_option_view3.php:59
|
718 |
+
msgid "Default"
|
719 |
+
msgstr "پیشفرض"
|
720 |
+
|
721 |
+
#: views/sfsi_option_view3.php:69
|
722 |
+
msgid "Flat"
|
723 |
+
msgstr "تخت (Flat)"
|
724 |
+
|
725 |
+
#: views/sfsi_option_view3.php:78
|
726 |
+
msgid "Thin"
|
727 |
+
msgstr "نازک (Thin)"
|
728 |
+
|
729 |
+
#: views/sfsi_option_view3.php:87
|
730 |
+
msgid "Cute"
|
731 |
+
msgstr "زیبا (Cute)"
|
732 |
+
|
733 |
+
#: views/sfsi_option_view3.php:97
|
734 |
+
msgid "Cubes"
|
735 |
+
msgstr "مکعبی (Cubes)"
|
736 |
+
|
737 |
+
#: views/sfsi_option_view3.php:105
|
738 |
+
msgid "Chrome Blue"
|
739 |
+
msgstr "فلز براق آبی"
|
740 |
+
|
741 |
+
#: views/sfsi_option_view3.php:112
|
742 |
+
msgid "Chrome Grey"
|
743 |
+
msgstr "فلز براق خاکستری"
|
744 |
+
|
745 |
+
#: views/sfsi_option_view3.php:119
|
746 |
+
msgid "Splash"
|
747 |
+
msgstr "پخش (Splash)"
|
748 |
+
|
749 |
+
#: views/sfsi_option_view3.php:130
|
750 |
+
msgid "Orange"
|
751 |
+
msgstr "نارنجی"
|
752 |
+
|
753 |
+
#: views/sfsi_option_view3.php:137
|
754 |
+
msgid "Crystal"
|
755 |
+
msgstr "کریستال"
|
756 |
+
|
757 |
+
#: views/sfsi_option_view3.php:144
|
758 |
+
msgid "Glossy"
|
759 |
+
msgstr "براق"
|
760 |
+
|
761 |
+
#: views/sfsi_option_view3.php:151
|
762 |
+
msgid "Black"
|
763 |
+
msgstr "سیاه"
|
764 |
+
|
765 |
+
#: views/sfsi_option_view3.php:161
|
766 |
+
msgid "Silver"
|
767 |
+
msgstr "نقرهای"
|
768 |
+
|
769 |
+
#: views/sfsi_option_view3.php:168
|
770 |
+
msgid "Shaded Dark"
|
771 |
+
msgstr "سایه تیره"
|
772 |
+
|
773 |
+
#: views/sfsi_option_view3.php:175
|
774 |
+
msgid "Shaded Light"
|
775 |
+
msgstr "سایه روشن"
|
776 |
+
|
777 |
+
#: views/sfsi_option_view3.php:182
|
778 |
+
msgid "Transparent"
|
779 |
+
msgstr "شفاف"
|
780 |
+
|
781 |
+
#: views/sfsi_option_view3.php:183
|
782 |
+
msgid "for dark backgrounds"
|
783 |
+
msgstr "برای پسزمینههای تیره"
|
784 |
+
|
785 |
+
#: views/sfsi_option_view3.php:192
|
786 |
+
msgid "Custom Icons"
|
787 |
+
msgstr "آیکونهای سفارشی"
|
788 |
+
|
789 |
+
#: views/sfsi_option_view3.php:306
|
790 |
+
msgid "Animate them (your main icons)"
|
791 |
+
msgstr "پویانمایی کن (آیکنهای اصلیتان)"
|
792 |
+
|
793 |
+
#: views/sfsi_option_view3.php:312
|
794 |
+
msgid "Mouse-Over effects"
|
795 |
+
msgstr "جلوههای قرارگیری ماوس روی آیکن"
|
796 |
+
|
797 |
+
#: views/sfsi_option_view3.php:317
|
798 |
+
msgid "Fade In"
|
799 |
+
msgstr "محو شدن در"
|
800 |
+
|
801 |
+
#: views/sfsi_option_view3.php:320
|
802 |
+
msgid "Combo"
|
803 |
+
msgstr "کشویی"
|
804 |
+
|
805 |
+
#: views/sfsi_option_view3.php:330
|
806 |
+
msgid "Shuffle them automatically"
|
807 |
+
msgstr "بصورت خودکار آنها را بههم بریز"
|
808 |
+
|
809 |
+
#: views/sfsi_option_view3.php:337
|
810 |
+
msgid "When site is first loaded"
|
811 |
+
msgstr "وقتی سایت برای اولین بار باز شد"
|
812 |
+
|
813 |
+
#: views/sfsi_option_view3.php:343
|
814 |
+
msgid "Every"
|
815 |
+
msgstr "هر"
|
816 |
+
|
817 |
+
#: views/sfsi_option_view3.php:347
|
818 |
+
msgid "seconds"
|
819 |
+
msgstr "ثانیه"
|
820 |
+
|
821 |
+
#: views/sfsi_option_view4.php:150
|
822 |
+
msgid ""
|
823 |
+
"It’s a psychological fact that people like to follow other people, so when "
|
824 |
+
"they see that your site has already a good number of Facebook likes, it’s "
|
825 |
+
"more likely that they will subscribe/like/share your site than if it had 0."
|
826 |
+
msgstr ""
|
827 |
+
"این یک واقعیت روانشناختیست که مردم دوست دارند دیگران را دنبال کنند، پس وقتی "
|
828 |
+
"میبینند که وبسایت شما عدد خوبی از لایکهای فیسبوک را به خود اختصاص داده، خیلی "
|
829 |
+
"بهتر مشترک شما میشوند یا سایتتان را به اشتراک میگذارند، تا اینکه تعداد "
|
830 |
+
"لایکتان 0 باشد."
|
831 |
+
|
832 |
+
#: views/sfsi_option_view4.php:153
|
833 |
+
msgid ""
|
834 |
+
"Therefore, you can select to display the count next to your icons which will "
|
835 |
+
"look like this:"
|
836 |
+
msgstr ""
|
837 |
+
"بنابراین، میتوانید انتخاب کنید که تعداد، کنار آیکنهایتان نمایش داده شود، "
|
838 |
+
"مانند این:"
|
839 |
+
|
840 |
+
#: views/sfsi_option_view4.php:215
|
841 |
+
msgid ""
|
842 |
+
"Of course, if you start at 0, you shoot yourself in the foot with that. So "
|
843 |
+
"we suggest that you only turn this feature on once you have a good number of "
|
844 |
+
"followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
|
845 |
+
"should just not be 0)."
|
846 |
+
msgstr ""
|
847 |
+
"البته، اگر شما از 0 شروع کنید، تیری به پای خود شلیک کردهاید! پس ما پیشنهاد "
|
848 |
+
"میکنیم که این ویژگی را تا زمانی که به تعداد مناسبی از دنبالکننده، لایک یا به "
|
849 |
+
"اشتراکگذاری نرسیدهاید فعال کنید (دستکم روی ۲۰ بگذارید - نگران نباشید که زیاد "
|
850 |
+
"نیست، فقط روی 0 نگذارید)."
|
851 |
+
|
852 |
+
#: views/sfsi_option_view4.php:218
|
853 |
+
msgid "Enough waffling. So do you want to display counts?"
|
854 |
+
msgstr "پرحرفی کافیست. پس شما میخواهید تعداد نمایش داده شود؟"
|
855 |
+
|
856 |
+
#: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
|
857 |
+
#: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
|
858 |
+
#: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
|
859 |
+
#: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
|
860 |
+
msgid "Yes"
|
861 |
+
msgstr "آری"
|
862 |
+
|
863 |
+
#: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
|
864 |
+
#: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
|
865 |
+
#: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
|
866 |
+
#: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
|
867 |
+
msgid "No"
|
868 |
+
msgstr "خیر"
|
869 |
+
|
870 |
+
#: views/sfsi_option_view4.php:239
|
871 |
+
msgid "Please specify which counts should be shown:"
|
872 |
+
msgstr "لطفاً تعیین کنید تعداد کدام نمایش داده شود:"
|
873 |
+
|
874 |
+
#: views/sfsi_option_view4.php:261
|
875 |
+
msgid "We cannot track this. So enter the figure here:"
|
876 |
+
msgstr "ما نمیتوانیم این را ردیابی کنیم. پس رقم را اینجا وارد نمایید:"
|
877 |
+
|
878 |
+
#: views/sfsi_option_view4.php:289
|
879 |
+
msgid "Retrieve the number of subscribers automatically"
|
880 |
+
msgstr "نمایش تعداد مشترکین بصورت خودکار"
|
881 |
+
|
882 |
+
#: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
|
883 |
+
#: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
|
884 |
+
#: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
|
885 |
+
#: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
|
886 |
+
#: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
|
887 |
+
msgid "Enter the figure manually"
|
888 |
+
msgstr "ورود دستی تعداد"
|
889 |
+
|
890 |
+
#: views/sfsi_option_view4.php:320
|
891 |
+
msgid "Retrieve the number of likes of your blog"
|
892 |
+
msgstr "نمایش تعداد لایکهای وبلاگتان"
|
893 |
+
|
894 |
+
#: views/sfsi_option_view4.php:324
|
895 |
+
msgid "Retrieve the number of likes your facebook page"
|
896 |
+
msgstr "نمایش تعداد لایکهای صفحه فیسبوکتان"
|
897 |
+
|
898 |
+
#: views/sfsi_option_view4.php:328
|
899 |
+
msgid "page ID:"
|
900 |
+
msgstr "شناسه (ID) صفحه:"
|
901 |
+
|
902 |
+
#: views/sfsi_option_view4.php:333
|
903 |
+
msgid ""
|
904 |
+
"Youll find it at the bottom of the << About >> -tab on your facebook page"
|
905 |
+
msgstr "میتوانید در پایین تب «About» صفحه فیسبوکتان پیدایش کنید"
|
906 |
+
|
907 |
+
#: views/sfsi_option_view4.php:365
|
908 |
+
msgid "Retrieve the number of Twitter followers"
|
909 |
+
msgstr "نمایش تعداد دنبالکنندگان توییترتان"
|
910 |
+
|
911 |
+
#: views/sfsi_option_view4.php:371
|
912 |
+
msgid "Enter Consumer Key"
|
913 |
+
msgstr "کلید مصرفکننده را وارد نمایید"
|
914 |
+
|
915 |
+
#: views/sfsi_option_view4.php:377
|
916 |
+
msgid "Enter Consumer Secret"
|
917 |
+
msgstr "رمز مصرفکننده را وارد نمایید"
|
918 |
+
|
919 |
+
#: views/sfsi_option_view4.php:383
|
920 |
+
msgid "Enter Access Token"
|
921 |
+
msgstr "توکن دسترسی را وارد نمایید"
|
922 |
+
|
923 |
+
#: views/sfsi_option_view4.php:389
|
924 |
+
msgid "Enter Access Token Secret"
|
925 |
+
msgstr "رمز توکن دسترسی را وارد نمایید"
|
926 |
+
|
927 |
+
#: views/sfsi_option_view4.php:396
|
928 |
+
msgid ""
|
929 |
+
"Please make sure you have entered the Username for \"Follow me on Twitter:\" "
|
930 |
+
"in twitter settings under question number 2."
|
931 |
+
msgstr ""
|
932 |
+
"لطفاً مطمئن شوید که نام کاربری را برای \"مرا در توییتر دنبال کنید:\" در "
|
933 |
+
"تنظیمات بخش توییتر وارد نمودهاید. مربوط به سوال شماره ۲."
|
934 |
+
|
935 |
+
#: views/sfsi_option_view4.php:400
|
936 |
+
msgid "To get this information:"
|
937 |
+
msgstr "برای دریافت این اطلاعات:"
|
938 |
+
|
939 |
+
#: views/sfsi_option_view4.php:404
|
940 |
+
msgid "Go to"
|
941 |
+
msgstr "بروید به"
|
942 |
+
|
943 |
+
#: views/sfsi_option_view4.php:410
|
944 |
+
msgid "Click on \"Create new app\""
|
945 |
+
msgstr "روی \"Create new app\" کلیک کنید"
|
946 |
+
|
947 |
+
#: views/sfsi_option_view4.php:413
|
948 |
+
msgid ""
|
949 |
+
"Enter a random Name, Description and Website URL (including the \"http://\", "
|
950 |
+
"e.g. http://dummysitename.com)"
|
951 |
+
msgstr ""
|
952 |
+
"یک نام، توضیح و آدرس وبسایت تصادفی وارد نمایید (باید شامل \"http://\"باشد، "
|
953 |
+
"مانند http://dummysitename.com)"
|
954 |
+
|
955 |
+
#: views/sfsi_option_view4.php:416
|
956 |
+
msgid ""
|
957 |
+
"Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
|
958 |
+
"\"Token actions\" section at the bottom"
|
959 |
+
msgstr ""
|
960 |
+
"به تب \"Keys and Access Tokens\" بروید و روی \"Generate Token\" در بخش "
|
961 |
+
"\"Token actions\" در پایین کلیک کنید."
|
962 |
+
|
963 |
+
#: views/sfsi_option_view4.php:419
|
964 |
+
msgid ""
|
965 |
+
"Then click on \"Test OAuth\" at the top right and you will see the 4 token "
|
966 |
+
"key"
|
967 |
+
msgstr ""
|
968 |
+
"بعد روی \"Test OAuth\" در بالا سمت راست کلیک کنید و ۴ کلید توکن را خواهید دید"
|
969 |
+
|
970 |
+
#: views/sfsi_option_view4.php:452
|
971 |
+
msgid "Retrieve the number of Google +1 (on your blog)"
|
972 |
+
msgstr "نمایش تعداد 1+ های گوگل (برای سایت خودتان)"
|
973 |
+
|
974 |
+
#: views/sfsi_option_view4.php:456
|
975 |
+
msgid "Retrieve the number of google+ followers"
|
976 |
+
msgstr "نمایش تعداد دنبالکنندگان گوگلپلاس"
|
977 |
+
|
978 |
+
#: views/sfsi_option_view4.php:462
|
979 |
+
msgid "Enter Google API Key"
|
980 |
+
msgstr "API Key گوگل را وارد نمایید"
|
981 |
+
|
982 |
+
#: views/sfsi_option_view4.php:470
|
983 |
+
msgid ""
|
984 |
+
"Please make sure you have entered the URL for Visit my Google+ page at: like "
|
985 |
+
"https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
|
986 |
+
"number 2."
|
987 |
+
msgstr ""
|
988 |
+
"لطفاً مطمئن شوید که در بخش تنظیمات گوگلپلاس، نشانی URL را برای «صفحه گوگلپلاس "
|
989 |
+
"مرا ببینید در: مثلاً https://plus.google.com/u/0/b/[pageid]» وارد نمودهاید. "
|
990 |
+
"زیر سوال شماره ۲."
|
991 |
+
|
992 |
+
#: views/sfsi_option_view4.php:475
|
993 |
+
msgid "To get the API key for G+:"
|
994 |
+
msgstr "برای گرفتن API Key گوگلپلاس:"
|
995 |
+
|
996 |
+
#: views/sfsi_option_view4.php:480
|
997 |
+
msgid "Login to your Goolge account, go to"
|
998 |
+
msgstr "به آکونت گوگل خود وارد شده، و بروید به"
|
999 |
+
|
1000 |
+
#: views/sfsi_option_view4.php:484
|
1001 |
+
msgid "and create a new project"
|
1002 |
+
msgstr "و یک پروژه جدید ایجاد نمایید"
|
1003 |
+
|
1004 |
+
#: views/sfsi_option_view4.php:487
|
1005 |
+
msgid ""
|
1006 |
+
"Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
|
1007 |
+
"“Create new key” in the “Public API access” section"
|
1008 |
+
msgstr ""
|
1009 |
+
"بعد در منوی سمت چپ به “APIs & auth” و بعد به “Credentials” بروید و روی "
|
1010 |
+
"“Create new key” در بخش “Public API access” کلیک کنید."
|
1011 |
+
|
1012 |
+
#: views/sfsi_option_view4.php:490
|
1013 |
+
msgid ""
|
1014 |
+
"There you select “browser key” and click “Create”. You will then be shown "
|
1015 |
+
"your API key"
|
1016 |
+
msgstr ""
|
1017 |
+
"از آنجا “browser key” را انتخاب نموده و روی “Create” کلیک کنید. کلید API "
|
1018 |
+
"برایتان به نمایش در میآید"
|
1019 |
+
|
1020 |
+
#: views/sfsi_option_view4.php:493
|
1021 |
+
msgid ""
|
1022 |
+
"When you enter this key into the plugin for the first time, it may take some "
|
1023 |
+
"time until the correct follower count is displayed on your website"
|
1024 |
+
msgstr ""
|
1025 |
+
"وقتی برای اولین بار این کلید را در افزونه وارد مینمایید، ممکن است مقداری "
|
1026 |
+
"زمان ببرد تا تعداد درست دنبالکننده روی وبسایتتان به نمایش درآید."
|
1027 |
+
|
1028 |
+
#: views/sfsi_option_view4.php:570
|
1029 |
+
msgid "Retrieve the number of Subscribers"
|
1030 |
+
msgstr "نمایش تعداد مشترکین"
|
1031 |
+
|
1032 |
+
#: views/sfsi_option_view4.php:575
|
1033 |
+
msgid "Enter Youtube User name"
|
1034 |
+
msgstr "نام کاربری یوتیوب را وارد کنید"
|
1035 |
+
|
1036 |
+
#: views/sfsi_option_view4.php:582
|
1037 |
+
msgid "Enter Youtube Channel id"
|
1038 |
+
msgstr "شناسه کانال یوتیوب را وارد نمایید"
|
1039 |
+
|
1040 |
+
#: views/sfsi_option_view4.php:616
|
1041 |
+
msgid "Retrieve the number of Pins"
|
1042 |
+
msgstr "نمایش تعداد پین"
|
1043 |
+
|
1044 |
+
#: views/sfsi_option_view4.php:649
|
1045 |
+
msgid "Retrieve the number of Instagram followers"
|
1046 |
+
msgstr "نمایش تعداد دنبالکنندگان اینستاگرام"
|
1047 |
+
|
1048 |
+
#: views/sfsi_option_view4.php:653
|
1049 |
+
msgid "Enter Instagram User name"
|
1050 |
+
msgstr "نام کاربری اینستاگرام را وارد نمایید"
|
1051 |
+
|
1052 |
+
#: views/sfsi_option_view4.php:688
|
1053 |
+
msgid "Retrieve the number of shares"
|
1054 |
+
msgstr "نمایش تعداد اشتراکگذاریها"
|
1055 |
+
|
1056 |
+
#: views/sfsi_option_view5.php:341
|
1057 |
+
msgid "Order of your icons"
|
1058 |
+
msgstr "ترتیب آیکنهایتان"
|
1059 |
+
|
1060 |
+
#: views/sfsi_option_view5.php:430
|
1061 |
+
msgid "Drag and Drop"
|
1062 |
+
msgstr "کشیدن و رها کردن"
|
1063 |
+
|
1064 |
+
#: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
|
1065 |
+
msgid "Size and spacing of your icons"
|
1066 |
+
msgstr "اندازه و فضای بین آیکنهایتان"
|
1067 |
+
|
1068 |
+
#: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
|
1069 |
+
msgid "Size:"
|
1070 |
+
msgstr "اندازه:"
|
1071 |
+
|
1072 |
+
#: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
|
1073 |
+
msgid "pixels wide and tall"
|
1074 |
+
msgstr "پیکسل عرض و ارتفاع"
|
1075 |
+
|
1076 |
+
#: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
|
1077 |
+
msgid "Spacing between icons:"
|
1078 |
+
msgstr "فضای بین آیکنها:"
|
1079 |
+
|
1080 |
+
#: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
|
1081 |
+
#: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
|
1082 |
+
#: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
|
1083 |
+
msgid "Pixels"
|
1084 |
+
msgstr "پیکسل"
|
1085 |
+
|
1086 |
+
#: views/sfsi_option_view5.php:457
|
1087 |
+
msgid "Alignments"
|
1088 |
+
msgstr "چینش"
|
1089 |
+
|
1090 |
+
#: views/sfsi_option_view5.php:461
|
1091 |
+
msgid "Alignment of icons:"
|
1092 |
+
msgstr "چینش آیکنها:"
|
1093 |
+
|
1094 |
+
#: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
|
1095 |
+
msgid "Centered"
|
1096 |
+
msgstr "وسطچین"
|
1097 |
+
|
1098 |
+
#: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
|
1099 |
+
#: views/sfsi_option_view8.php:496
|
1100 |
+
msgid "Right"
|
1101 |
+
msgstr "راستچین"
|
1102 |
+
|
1103 |
+
#: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
|
1104 |
+
#: views/sfsi_option_view8.php:493
|
1105 |
+
msgid "Left"
|
1106 |
+
msgstr "چپچین"
|
1107 |
+
|
1108 |
+
#: views/sfsi_option_view5.php:477
|
1109 |
+
msgid "Icons per row:"
|
1110 |
+
msgstr "تعداد آیکن در هر خط:"
|
1111 |
+
|
1112 |
+
#: views/sfsi_option_view5.php:481
|
1113 |
+
msgid "Leave empty if you dont want to define this"
|
1114 |
+
msgstr "اگر مایل نیستید این را معین کنید خالی بگذارید"
|
1115 |
+
|
1116 |
+
#: views/sfsi_option_view5.php:488
|
1117 |
+
msgid "Language & Button-text"
|
1118 |
+
msgstr "زبان و متن کلید"
|
1119 |
+
|
1120 |
+
#: views/sfsi_option_view5.php:493
|
1121 |
+
msgid "Follow-button:"
|
1122 |
+
msgstr "دکمه دنبال:"
|
1123 |
+
|
1124 |
+
#: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
|
1125 |
+
#: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
|
1126 |
+
#: views/sfsi_option_view9.php:111
|
1127 |
+
msgid "Preview:"
|
1128 |
+
msgstr "پیشنمایش:"
|
1129 |
+
|
1130 |
+
#: views/sfsi_option_view5.php:514
|
1131 |
+
msgid "Facebook «Visit»-icon:"
|
1132 |
+
msgstr "آیکن «بازدید» فیسبوک:"
|
1133 |
+
|
1134 |
+
#: views/sfsi_option_view5.php:535
|
1135 |
+
msgid "Twitter «Visit»-icon:"
|
1136 |
+
msgstr "آیکن «بازدید» توییتر:"
|
1137 |
+
|
1138 |
+
#: views/sfsi_option_view5.php:556
|
1139 |
+
msgid "Google+ «Visit»-icon:"
|
1140 |
+
msgstr "آیکن «بازدید» گوگلپلاس:"
|
1141 |
+
|
1142 |
+
#: views/sfsi_option_view5.php:577
|
1143 |
+
msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
|
1144 |
+
msgstr "زبان دکمههای لایک و اشتراکگذاری (فیسبوک، توییتر، گوگلپلاس):"
|
1145 |
+
|
1146 |
+
#: views/sfsi_option_view5.php:748
|
1147 |
+
msgid "New window"
|
1148 |
+
msgstr "پنجره جدید"
|
1149 |
+
|
1150 |
+
#: views/sfsi_option_view5.php:753
|
1151 |
+
msgid ""
|
1152 |
+
"If user clicks on your icons, do you want to open the page in a new window?"
|
1153 |
+
msgstr ""
|
1154 |
+
"اگر کاربر روی آیکنهایتان کلیک کرد، میخواهید صفحه مربوطه در یک پنجره جدید (تب "
|
1155 |
+
"جدید از مرورگر) باز گردد؟"
|
1156 |
+
|
1157 |
+
#: views/sfsi_option_view5.php:776
|
1158 |
+
msgid "Sticking & Disable on mobile"
|
1159 |
+
msgstr "در حالت موبایل بچسب و غیرفعال شو"
|
1160 |
+
|
1161 |
+
#: views/sfsi_option_view5.php:779
|
1162 |
+
msgid ""
|
1163 |
+
"If you decided to show your icons via a widget, you can add the effect that "
|
1164 |
+
"when the user scrolls down, the icons will stick at the top of the screen "
|
1165 |
+
"so that they are still displayed even if the user scrolled all the way down. "
|
1166 |
+
"Do you want to do that?"
|
1167 |
+
msgstr ""
|
1168 |
+
"اگر تصمیم دارید آیکنهایتان را در یک ابزارک نمایش دهید، میتوانید حالتی را "
|
1169 |
+
"برگزینید که وقتی کاربر به سمت پایین آمد آیکونها در بالای صفحهنمایش بچسبند و "
|
1170 |
+
"هرچقدر کاربر به سمت پایین سایت پیمایش (اسکرول) کند همچنان قابل دیدن باشند. "
|
1171 |
+
"آیا میخواهید این کار انجام شود؟"
|
1172 |
+
|
1173 |
+
#: views/sfsi_option_view5.php:802
|
1174 |
+
msgid "Disable float icons on mobile devices"
|
1175 |
+
msgstr "آیکنهای شناور در حالت موبایل غیرفعال باشند"
|
1176 |
+
|
1177 |
+
#: views/sfsi_option_view5.php:824
|
1178 |
+
msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
|
1179 |
+
msgstr ""
|
1180 |
+
"ویژگی auto-scaling در دستگاههای موبایل غیرفعال شود (تگ متای \"viewport\")"
|
1181 |
+
|
1182 |
+
#: views/sfsi_option_view5.php:848
|
1183 |
+
msgid "Mouseover text"
|
1184 |
+
msgstr "متنی که وقتی ماوس روی آن قرار گرفت نشان دهد"
|
1185 |
+
|
1186 |
+
#: views/sfsi_option_view5.php:851
|
1187 |
+
msgid ""
|
1188 |
+
"If you’ve given your icon only one function (i.e. no pop-up where user can "
|
1189 |
+
"perform different actions) then you can define here what text will be "
|
1190 |
+
"displayed if a user moves his mouse over the icon:"
|
1191 |
+
msgstr ""
|
1192 |
+
"اگر به آیکنتان تنها یک امکان دادهاید (برای نمونه هیچ پاپآپی برای آزادی عمل "
|
1193 |
+
"کاربر ارایه نکردید) اینجا مشخص کنید هنگامی که کاربر ماوس خود را روی آیکن "
|
1194 |
+
"آورد چه متنی نمایش داده شود:"
|
1195 |
+
|
1196 |
+
#: views/sfsi_option_view6.php:27
|
1197 |
+
msgid ""
|
1198 |
+
"The selections you made so far were to display the subscriptions/ social "
|
1199 |
+
"media icons for your site in general (in a widget on the sidebar). You can "
|
1200 |
+
"also display icons at the end of every post, encouraging users to subscribe/"
|
1201 |
+
"like/share after they’ve read it. The following buttons will be added:"
|
1202 |
+
msgstr ""
|
1203 |
+
"انتخابی که کردید در حال حاضر مربوط به نمایش آیکنهای اشتراک و شبکههای اجتماعی "
|
1204 |
+
"بطور معمول برای سایتتان است (در ابزارک نوار ابزار کناری). شما همچنین "
|
1205 |
+
"میتوانید آیکنها را در انتهای هر نوشته نمایش دهید، و کاربران را تشویق به "
|
1206 |
+
"مشترکشدن، لایککردن، یا به اشتراک گذاری مطالبتان کنید. کلیدهای زیر اضافه "
|
1207 |
+
"خواهند شد:"
|
1208 |
+
|
1209 |
+
#: views/sfsi_option_view6.php:43
|
1210 |
+
msgid "Those are usually all you need:"
|
1211 |
+
msgstr "آنها همه آن چیزیست که نیاز دارید:"
|
1212 |
+
|
1213 |
+
#: views/sfsi_option_view6.php:47
|
1214 |
+
msgid "Facebook is No.1 in liking, so it’s a must have"
|
1215 |
+
msgstr "فیسبوک در لایک کردن شماره ۱ است، پس باید داشته باشد"
|
1216 |
+
|
1217 |
+
#: views/sfsi_option_view6.php:50
|
1218 |
+
msgid ""
|
1219 |
+
"Google+ is also important due to SEO reasons, so important to have as well"
|
1220 |
+
msgstr "همچنین گوگلپلاس بدلیل سئو مهم است، پس خوب است داشته باشد"
|
1221 |
+
|
1222 |
+
#: views/sfsi_option_view6.php:53
|
1223 |
+
msgid "Share-button covers all other platforms for sharing"
|
1224 |
+
msgstr "دکمه اشتراکگذاری تمامی سایر روشهای اشتراکگذاری موجود را پوشش میدهد"
|
1225 |
+
|
1226 |
+
#: views/sfsi_option_view6.php:58
|
1227 |
+
msgid "So: do you want to display those at the end of every post?"
|
1228 |
+
msgstr "پس، شما میخواهید آنها را در انتهای هر نوشته نمایش دهید؟"
|
1229 |
+
|
1230 |
+
#: views/sfsi_option_view6.php:78
|
1231 |
+
msgid "Options:"
|
1232 |
+
msgstr "تنظیمات:"
|
1233 |
+
|
1234 |
+
#: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
|
1235 |
+
msgid "Text to appear before the sharing icons:"
|
1236 |
+
msgstr "متن پیش از ظاهر شدن آیکنهای اشتراکگذاری:"
|
1237 |
+
|
1238 |
+
#: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
|
1239 |
+
msgid "Alignment of share icons:"
|
1240 |
+
msgstr "چینش آیکنهای اشتراکگذاری:"
|
1241 |
+
|
1242 |
+
#: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
|
1243 |
+
msgid "Do you want to display the counts?"
|
1244 |
+
msgstr "آیا میخواهید تعداد نمایش داده شود؟"
|
1245 |
+
|
1246 |
+
#: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
|
1247 |
+
msgid "YES"
|
1248 |
+
msgstr "آری"
|
1249 |
+
|
1250 |
+
#: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
|
1251 |
+
msgid "NO"
|
1252 |
+
msgstr "خیر"
|
1253 |
+
|
1254 |
+
#: views/sfsi_option_view7.php:48
|
1255 |
+
msgid ""
|
1256 |
+
"You can increase chances that people share or follow you by displaying a pop-"
|
1257 |
+
"up asking them to. You can define the design and layout below:"
|
1258 |
+
msgstr ""
|
1259 |
+
"شما میتوانید شانس اینکه مردم سایتتان را به اشتراک بگذارند یا دنبال کنند را "
|
1260 |
+
"با نمایش یک پاپآپ سوالکننده بیشتر کنید. میتوانید جانمایی و طراحی آن را در "
|
1261 |
+
"پایین تنظیم نمایید:"
|
1262 |
+
|
1263 |
+
#: views/sfsi_option_view7.php:54
|
1264 |
+
msgid "Enjoy this site? Please follow and like us!"
|
1265 |
+
msgstr "از این سایت لذت میبرید؟ لطفاً ما را لایک کرده و دنبال کنید!"
|
1266 |
+
|
1267 |
+
#: views/sfsi_option_view7.php:143
|
1268 |
+
msgid "Text and Design"
|
1269 |
+
msgstr "متن و طراحی"
|
1270 |
+
|
1271 |
+
#: views/sfsi_option_view7.php:147
|
1272 |
+
msgid "Text Options"
|
1273 |
+
msgstr "تنظیمات متن"
|
1274 |
+
|
1275 |
+
#: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
|
1276 |
+
#: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
|
1277 |
+
msgid "Text:"
|
1278 |
+
msgstr "متن:"
|
1279 |
+
|
1280 |
+
#: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
|
1281 |
+
#: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
|
1282 |
+
msgid "Font:"
|
1283 |
+
msgstr "قلم:"
|
1284 |
+
|
1285 |
+
#: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
|
1286 |
+
#: views/sfsi_option_view9.php:505
|
1287 |
+
msgid "Font style:"
|
1288 |
+
msgstr "ظاهر قلم:"
|
1289 |
+
|
1290 |
+
#: views/sfsi_option_view7.php:219
|
1291 |
+
msgid "Font color:"
|
1292 |
+
msgstr "رنگ قلم:"
|
1293 |
+
|
1294 |
+
#: views/sfsi_option_view7.php:224
|
1295 |
+
msgid "Font size:"
|
1296 |
+
msgstr "اندازه قلم:"
|
1297 |
+
|
1298 |
+
#: views/sfsi_option_view7.php:231
|
1299 |
+
msgid "Icon Box Layout"
|
1300 |
+
msgstr "جانمایی جعبهآیکن"
|
1301 |
+
|
1302 |
+
#: views/sfsi_option_view7.php:235
|
1303 |
+
msgid "Backgroud Color:"
|
1304 |
+
msgstr "رنگ پسزمینه:"
|
1305 |
+
|
1306 |
+
#: views/sfsi_option_view7.php:241
|
1307 |
+
msgid "Border Color:"
|
1308 |
+
msgstr "رنگ کادر دور:"
|
1309 |
+
|
1310 |
+
#: views/sfsi_option_view7.php:249
|
1311 |
+
msgid "Border Thinckness:"
|
1312 |
+
msgstr "ضخامت کادر دور:"
|
1313 |
+
|
1314 |
+
#: views/sfsi_option_view7.php:257
|
1315 |
+
msgid "Border Shadow:"
|
1316 |
+
msgstr "سایه کادر دور:"
|
1317 |
+
|
1318 |
+
#: views/sfsi_option_view7.php:263
|
1319 |
+
msgid "On"
|
1320 |
+
msgstr "روشن"
|
1321 |
+
|
1322 |
+
#: views/sfsi_option_view7.php:269
|
1323 |
+
msgid "Off"
|
1324 |
+
msgstr "خاموش"
|
1325 |
+
|
1326 |
+
#: views/sfsi_option_view7.php:279
|
1327 |
+
msgid "Where shall the pop-up be shown?"
|
1328 |
+
msgstr "پاپآپ کجا نمایش داده شود؟"
|
1329 |
+
|
1330 |
+
#: views/sfsi_option_view7.php:284
|
1331 |
+
msgid "Nowhere"
|
1332 |
+
msgstr "هیچکجا"
|
1333 |
+
|
1334 |
+
#: views/sfsi_option_view7.php:290
|
1335 |
+
msgid "On every page"
|
1336 |
+
msgstr "در همه صفحات"
|
1337 |
+
|
1338 |
+
#: views/sfsi_option_view7.php:296
|
1339 |
+
msgid "On blog posts only"
|
1340 |
+
msgstr "تنها در نوشتههای وبلاگ"
|
1341 |
+
|
1342 |
+
#: views/sfsi_option_view7.php:302
|
1343 |
+
msgid "On selected pages only"
|
1344 |
+
msgstr "تنها در برگههای انتخاب شده"
|
1345 |
+
|
1346 |
+
#: views/sfsi_option_view7.php:345
|
1347 |
+
msgid "Please hold CTRL key to select multiple pages"
|
1348 |
+
msgstr "لطفاً کلید کنترل (Ctrl) را برای انتخاب صفحات متعدد نگهدارید"
|
1349 |
+
|
1350 |
+
#: views/sfsi_option_view7.php:351
|
1351 |
+
msgid "When shall the pop-up be shown?"
|
1352 |
+
msgstr "پاپآپ چهوقتی نمایش داده شود؟"
|
1353 |
+
|
1354 |
+
#: views/sfsi_option_view7.php:356
|
1355 |
+
msgid "Once"
|
1356 |
+
msgstr "یکدفعه"
|
1357 |
+
|
1358 |
+
#: views/sfsi_option_view7.php:358
|
1359 |
+
msgid "seconds after the user arrived on the site"
|
1360 |
+
msgstr "ثانیههایی پس از ورود کاربر به سایت"
|
1361 |
+
|
1362 |
+
#: views/sfsi_option_view7.php:364
|
1363 |
+
msgid "Every time user scrolls to the end of the page"
|
1364 |
+
msgstr "هروقت کاربر به انتهای برگه رسید (اسکرول کرد)"
|
1365 |
+
|
1366 |
+
#: views/sfsi_option_view8.php:112
|
1367 |
+
msgid "Show them via a widget"
|
1368 |
+
msgstr "از طریق ابزارک نمایششان بده"
|
1369 |
+
|
1370 |
+
#: views/sfsi_option_view8.php:125
|
1371 |
+
msgid "Go to the widget area and drag & drop it where you want to have it!"
|
1372 |
+
msgstr ""
|
1373 |
+
"به قسمت ابزارکها رفته و با کشیدن و رها کردن هرجا که مایل هستید قرار دهید!"
|
1374 |
+
|
1375 |
+
#: views/sfsi_option_view8.php:142
|
1376 |
+
msgid "Float them on the page"
|
1377 |
+
msgstr "روی صفحه شناورشان کن"
|
1378 |
+
|
1379 |
+
#: views/sfsi_option_view8.php:160
|
1380 |
+
msgid "Top left"
|
1381 |
+
msgstr "بالا سمت چپ"
|
1382 |
+
|
1383 |
+
#: views/sfsi_option_view8.php:167
|
1384 |
+
msgid "Top right"
|
1385 |
+
msgstr "بالا سمت راست"
|
1386 |
+
|
1387 |
+
#: views/sfsi_option_view8.php:174
|
1388 |
+
msgid "Center left"
|
1389 |
+
msgstr "وسط سمت چپ"
|
1390 |
+
|
1391 |
+
#: views/sfsi_option_view8.php:181
|
1392 |
+
msgid "Center right"
|
1393 |
+
msgstr "وسط سمت راست"
|
1394 |
+
|
1395 |
+
#: views/sfsi_option_view8.php:188
|
1396 |
+
msgid "Bottom left"
|
1397 |
+
msgstr "پایین سمت چپ"
|
1398 |
+
|
1399 |
+
#: views/sfsi_option_view8.php:195
|
1400 |
+
msgid "Bottom right"
|
1401 |
+
msgstr "پایین سمت راست"
|
1402 |
+
|
1403 |
+
#: views/sfsi_option_view8.php:202
|
1404 |
+
msgid "Margin From:"
|
1405 |
+
msgstr "فاصله از:"
|
1406 |
+
|
1407 |
+
#: views/sfsi_option_view8.php:207
|
1408 |
+
msgid "Top:"
|
1409 |
+
msgstr "بالا:"
|
1410 |
+
|
1411 |
+
#: views/sfsi_option_view8.php:216
|
1412 |
+
msgid "Bottom:"
|
1413 |
+
msgstr "پایین:"
|
1414 |
+
|
1415 |
+
#: views/sfsi_option_view8.php:225
|
1416 |
+
msgid "Left:"
|
1417 |
+
msgstr "چپ:"
|
1418 |
+
|
1419 |
+
#: views/sfsi_option_view8.php:234
|
1420 |
+
msgid "Right:"
|
1421 |
+
msgstr "راست:"
|
1422 |
+
|
1423 |
+
#: views/sfsi_option_view8.php:253
|
1424 |
+
msgid "Place them manually"
|
1425 |
+
msgstr "دستی قرار بده"
|
1426 |
+
|
1427 |
+
#: views/sfsi_option_view8.php:266
|
1428 |
+
msgid "Place the following string into your theme codes: "
|
1429 |
+
msgstr "متن زیر را در کد پوسته سایتتان وارد نمایید:"
|
1430 |
+
|
1431 |
+
#: views/sfsi_option_view8.php:270
|
1432 |
+
msgid ""
|
1433 |
+
"Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
|
1434 |
+
"want."
|
1435 |
+
msgstr ""
|
1436 |
+
"یا اینکه برای نمایش دلخواه در هرجایی که میخواهید از کد کوتاه "
|
1437 |
+
"[DISPLAY_ULTIMATE_PLUS] استفاده نمایید."
|
1438 |
+
|
1439 |
+
#: views/sfsi_option_view8.php:282
|
1440 |
+
msgid "Show them before or after posts"
|
1441 |
+
msgstr "قبل یا بعد از نوشته نمایششان بده"
|
1442 |
+
|
1443 |
+
#: views/sfsi_option_view8.php:296
|
1444 |
+
msgid "Here you have two options:"
|
1445 |
+
msgstr "اینجا شما دو انتخاب دارید:"
|
1446 |
+
|
1447 |
+
#: views/sfsi_option_view8.php:304
|
1448 |
+
msgid "Display rectangle icons"
|
1449 |
+
msgstr "آیکنهای مربعی نشان بده"
|
1450 |
+
|
1451 |
+
#: views/sfsi_option_view8.php:310
|
1452 |
+
msgid "Display the icons I selected above"
|
1453 |
+
msgstr "آیکنهایی را که در بالا انتخاب کردم نمایش بده"
|
1454 |
+
|
1455 |
+
#: views/sfsi_option_view8.php:318
|
1456 |
+
msgid ""
|
1457 |
+
"Rectangle icons spell out the «call to action» which increases chances that "
|
1458 |
+
"visitors do it."
|
1459 |
+
msgstr ""
|
1460 |
+
"آیکنهای مربعی میگویند «اقدام کن» که شانس اقدام توسط بازدیدکننده را افزایش "
|
1461 |
+
"میدهد."
|
1462 |
+
|
1463 |
+
#: views/sfsi_option_view8.php:321
|
1464 |
+
msgid "Select the icons you want to show:"
|
1465 |
+
msgstr "آیکنی که میخواهید نمایش داده شود را انتخاب نمایید:"
|
1466 |
+
|
1467 |
+
#: views/sfsi_option_view8.php:371
|
1468 |
+
msgid "may impact loading speed"
|
1469 |
+
msgstr "روی سرعت باز شدن سایت تاثیرگذار است"
|
1470 |
+
|
1471 |
+
#: views/sfsi_option_view8.php:421
|
1472 |
+
msgid "Display them:"
|
1473 |
+
msgstr "نمایششان بده در:"
|
1474 |
+
|
1475 |
+
#: views/sfsi_option_view8.php:424
|
1476 |
+
msgid "On Post Pages"
|
1477 |
+
msgstr "در برگهها"
|
1478 |
+
|
1479 |
+
#: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
|
1480 |
+
msgid "Before posts"
|
1481 |
+
msgstr "پیش از نوشتهها"
|
1482 |
+
|
1483 |
+
#: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
|
1484 |
+
msgid "After posts"
|
1485 |
+
msgstr "پس از نوشتهها"
|
1486 |
+
|
1487 |
+
#: views/sfsi_option_view8.php:453
|
1488 |
+
msgid "On Homepage"
|
1489 |
+
msgstr "در صفحه اول"
|
1490 |
+
|
1491 |
+
#: views/sfsi_option_view8.php:499
|
1492 |
+
msgid "Center"
|
1493 |
+
msgstr "مرکز"
|
1494 |
+
|
1495 |
+
#: views/sfsi_option_view9.php:98
|
1496 |
+
msgid ""
|
1497 |
+
"In addition to the email- or follow-icon you can also show a subscription "
|
1498 |
+
"form which maximizes chances that people subscribe to your site. To get "
|
1499 |
+
"access to the emails who subscribe, please"
|
1500 |
+
msgstr ""
|
1501 |
+
"به اضافه در ایمیل یا آیکنهای دنبالکردن شما میتوانید یک فرم اشتراک نمایش دهید "
|
1502 |
+
"که شانس مشترک شدن در سایتتان را به حداکثر میرساند. برای اینکه به ایمیل مشترک "
|
1503 |
+
"دسترسی داشته باشید، لطفاً"
|
1504 |
+
|
1505 |
+
#: views/sfsi_option_view9.php:102
|
1506 |
+
msgid "claim your feed."
|
1507 |
+
msgstr "خوراکخوانتان را درخواست کنید."
|
1508 |
+
|
1509 |
+
#: views/sfsi_option_view9.php:121
|
1510 |
+
msgid "Place it on your site"
|
1511 |
+
msgstr "در سایتتان قرار دهید"
|
1512 |
+
|
1513 |
+
#: views/sfsi_option_view9.php:124
|
1514 |
+
msgid "You can place the form by different methods:"
|
1515 |
+
msgstr "میتوانید فرم را با روشهای مختلفی قرار دهید:"
|
1516 |
+
|
1517 |
+
#: views/sfsi_option_view9.php:130
|
1518 |
+
msgid "Widget:"
|
1519 |
+
msgstr "ابزارک:"
|
1520 |
+
|
1521 |
+
#: views/sfsi_option_view9.php:132
|
1522 |
+
msgid "Go to the widget settings and drag and drop it to the sidebar:"
|
1523 |
+
msgstr ""
|
1524 |
+
"به تنظیمات ابزارک رفته و با کشیدن و رها کردن، آن را به نوارابزار کناری بکشید:"
|
1525 |
+
|
1526 |
+
#: views/sfsi_option_view9.php:139
|
1527 |
+
msgid "Shortcode:"
|
1528 |
+
msgstr "کد کوتاه (shortcode):"
|
1529 |
+
|
1530 |
+
#: views/sfsi_option_view9.php:142
|
1531 |
+
msgid "Use the shortcode"
|
1532 |
+
msgstr "از این کد کوتاه استفاده کن"
|
1533 |
+
|
1534 |
+
#: views/sfsi_option_view9.php:146
|
1535 |
+
msgid "to place it into your codes"
|
1536 |
+
msgstr "برای استفاده در میان کدهایتان"
|
1537 |
+
|
1538 |
+
#: views/sfsi_option_view9.php:150
|
1539 |
+
msgid "Copy & paste HTML code:"
|
1540 |
+
msgstr "این کد HTML را copy و paste کنید:"
|
1541 |
+
|
1542 |
+
#: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
|
1543 |
+
msgid "Get new posts by email:"
|
1544 |
+
msgstr "دریافت نوشتههای جدید با ایمیل:"
|
1545 |
+
|
1546 |
+
#: views/sfsi_option_view9.php:186
|
1547 |
+
msgid "Define text & design (optional)"
|
1548 |
+
msgstr "متن و طرح را تعیین کنید (اختیاری)"
|
1549 |
+
|
1550 |
+
#: views/sfsi_option_view9.php:189
|
1551 |
+
msgid "Overall size & border"
|
1552 |
+
msgstr "اندازه و کادر دور نهایی"
|
1553 |
+
|
1554 |
+
#: views/sfsi_option_view9.php:201
|
1555 |
+
msgid "Adjust size to space on website?"
|
1556 |
+
msgstr "اندازه متناسب با فضای سایت تنظیم شود؟"
|
1557 |
+
|
1558 |
+
#: views/sfsi_option_view9.php:224
|
1559 |
+
msgid "Height"
|
1560 |
+
msgstr "ارتفاع"
|
1561 |
+
|
1562 |
+
#: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
|
1563 |
+
#: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
|
1564 |
+
#: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
|
1565 |
+
msgid "pixels"
|
1566 |
+
msgstr "پیکسل"
|
1567 |
+
|
1568 |
+
#: views/sfsi_option_view9.php:235
|
1569 |
+
msgid "Width"
|
1570 |
+
msgstr "عرض"
|
1571 |
+
|
1572 |
+
#: views/sfsi_option_view9.php:247
|
1573 |
+
msgid "Border?"
|
1574 |
+
msgstr "کادر دور؟"
|
1575 |
+
|
1576 |
+
#: views/sfsi_option_view9.php:270
|
1577 |
+
msgid "Thickness"
|
1578 |
+
msgstr "ضخامت"
|
1579 |
+
|
1580 |
+
#: views/sfsi_option_view9.php:281
|
1581 |
+
msgid "Color"
|
1582 |
+
msgstr "رنگ"
|
1583 |
+
|
1584 |
+
#: views/sfsi_option_view9.php:296
|
1585 |
+
msgid "Background color:"
|
1586 |
+
msgstr "رنگ پسزمینه:"
|
1587 |
+
|
1588 |
+
#: views/sfsi_option_view9.php:317
|
1589 |
+
msgid "Text above entry field"
|
1590 |
+
msgstr "متن بالای فیلد ورودی"
|
1591 |
+
|
1592 |
+
#: views/sfsi_option_view9.php:348
|
1593 |
+
msgid " Font style:"
|
1594 |
+
msgstr " ظاهر قلم:"
|
1595 |
+
|
1596 |
+
#: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
|
1597 |
+
msgid "Font color"
|
1598 |
+
msgstr "رنگ قلم"
|
1599 |
+
|
1600 |
+
#: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
|
1601 |
+
#: views/sfsi_option_view9.php:527
|
1602 |
+
msgid "Font size"
|
1603 |
+
msgstr "اندازه قلم"
|
1604 |
+
|
1605 |
+
#: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
|
1606 |
+
#: views/sfsi_option_view9.php:541
|
1607 |
+
msgid "Alignment:"
|
1608 |
+
msgstr "چینش:"
|
1609 |
+
|
1610 |
+
#: views/sfsi_option_view9.php:397
|
1611 |
+
msgid "Entry field"
|
1612 |
+
msgstr "فیلد ورودی"
|
1613 |
+
|
1614 |
+
#: views/sfsi_option_view9.php:474
|
1615 |
+
msgid "Subscribe button"
|
1616 |
+
msgstr "دکمه اشتراک"
|
1617 |
+
|
1618 |
+
#: views/sfsi_option_view9.php:550
|
1619 |
+
msgid "Button color:"
|
1620 |
+
msgstr "رنگ کلید:"
|
1621 |
+
|
1622 |
+
#: views/sfsi_option_view9.php:681
|
1623 |
+
msgid "Left Align"
|
1624 |
+
msgstr "چپچین"
|
1625 |
+
|
1626 |
+
#: views/sfsi_option_view9.php:687
|
1627 |
+
msgid "Right Align"
|
1628 |
+
msgstr "راستچین"
|
1629 |
+
|
1630 |
+
#: views/sfsi_options_view.php:10
|
1631 |
+
msgid ""
|
1632 |
+
"We found errors in your javascript which may cause the plugin to not work "
|
1633 |
+
"properly. Please fix the error:"
|
1634 |
+
msgstr ""
|
1635 |
+
"ما خطایی در javascript شما پیدا کردیم که ممکن است مانع از کارکرد درست افزونه "
|
1636 |
+
"شود. لطفاً این خطا را برطرف کنید:"
|
1637 |
+
|
1638 |
+
#: views/sfsi_options_view.php:52
|
1639 |
+
msgid ""
|
1640 |
+
"New: You can now also show a subscription form on your site, increasing sign-"
|
1641 |
+
"ups! (Question 8)"
|
1642 |
+
msgstr ""
|
1643 |
+
"جدید: حالا شما قادر خواهید بود که یک فرم اشتراک در سایتتان نمایش دهید، که "
|
1644 |
+
"تعداد ثبتنام ها را زیادتر میکند (سوال ۸)"
|
1645 |
+
|
1646 |
+
#: views/sfsi_options_view.php:54
|
1647 |
+
msgid ""
|
1648 |
+
"If question 8 gets displayed in a funny way then please reload the page by "
|
1649 |
+
"pressing Control+F5(PC) or Command+R(Mac)"
|
1650 |
+
msgstr ""
|
1651 |
+
"اگر سوال ۸ را به شکل خندهداری میبینید لطفاً این صفحه را بهکمک کلیدهای Ctrl+F5 "
|
1652 |
+
"(در PC) یا Command+R (در مکینتاش) مجدداً بارگذاری کنید"
|
1653 |
+
|
1654 |
+
#: views/sfsi_options_view.php:64
|
1655 |
+
msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
|
1656 |
+
msgstr "به افزونه Ultimate Social Media Icons PLUS خوش آمدید!"
|
1657 |
+
|
1658 |
+
#: views/sfsi_options_view.php:67
|
1659 |
+
msgid ""
|
1660 |
+
"This plugin is 100% FREE and will fulfill all your subscription/sharing/"
|
1661 |
+
"liking needs!"
|
1662 |
+
msgstr ""
|
1663 |
+
"این افزونه ۱۰۰٪ رایگان است و تمامی نیازهای شما را در جذب مشترک، به "
|
1664 |
+
"استراکگذاری مطالب، و گرفتن لایک برآورده میکند."
|
1665 |
+
|
1666 |
+
#: views/sfsi_options_view.php:70
|
1667 |
+
msgid ""
|
1668 |
+
"Simply answer the questions below (at least the first 3) by clicking on them "
|
1669 |
+
"- that`s it!"
|
1670 |
+
msgstr ""
|
1671 |
+
"به راحتی با کلیک کردن به سوالات زیر پاسخ دهید (دستکم ۳ تای اولی) - فقط همین!"
|
1672 |
+
|
1673 |
+
#: views/sfsi_options_view.php:73
|
1674 |
+
msgid ""
|
1675 |
+
"If you have questions, or something doesn`t work as it should, please read "
|
1676 |
+
"the FAQ:"
|
1677 |
+
msgstr ""
|
1678 |
+
"اگر سوالی دارید یا چیزی آنطور که باید، کار نمیکند، لطفاً صفحه سوالات متداول "
|
1679 |
+
"را ببینید:"
|
1680 |
+
|
1681 |
+
#: views/sfsi_options_view.php:84
|
1682 |
+
msgid "Which icons do you want to show on your site?"
|
1683 |
+
msgstr "میخواهید کدام آیکن در سایتتان نمایش داده شود؟"
|
1684 |
+
|
1685 |
+
#: views/sfsi_options_view.php:92
|
1686 |
+
msgid "What do you want the icons to do?"
|
1687 |
+
msgstr "میخواهید آیکنها برایتان چهکار کنند؟"
|
1688 |
+
|
1689 |
+
#: views/sfsi_options_view.php:99
|
1690 |
+
msgid "Where shall they be displayed?"
|
1691 |
+
msgstr "کجا باید نمایش داده شوند؟"
|
1692 |
+
|
1693 |
+
#: views/sfsi_options_view.php:105
|
1694 |
+
msgid "Optional"
|
1695 |
+
msgstr "اختیاری"
|
1696 |
+
|
1697 |
+
#: views/sfsi_options_view.php:110
|
1698 |
+
msgid "What design and animation do you want to give your icons?"
|
1699 |
+
msgstr "چه طرحی و پویانماییای میخواهید به آیکنهایتان بدهید؟"
|
1700 |
+
|
1701 |
+
#: views/sfsi_options_view.php:117
|
1702 |
+
msgid "Do you want to display \"counts\" next to your main icons?"
|
1703 |
+
msgstr "آیا میخواهید \"تعداد\" در کنار آیکنهای اصلیتان نمایش داده شود؟"
|
1704 |
+
|
1705 |
+
#: views/sfsi_options_view.php:124
|
1706 |
+
msgid "Any other wishes for your main icons?"
|
1707 |
+
msgstr "خواسته دیگری از آیکنهای اصلیتان دارید؟"
|
1708 |
+
|
1709 |
+
#: views/sfsi_options_view.php:136
|
1710 |
+
msgid "Do you want to display a pop-up, asking people to subscribe?"
|
1711 |
+
msgstr "آیا میخواهید یک پاپآپ جهت مشترکشدن به کاربران نمایش داده شود؟"
|
1712 |
+
|
1713 |
+
#: views/sfsi_options_view.php:143
|
1714 |
+
msgid "Do you want to show a subscription form (increases sign ups)?"
|
1715 |
+
msgstr "آیا میخواهید یک فرم اشتراک نمایش داده شود (ثبتنامها را افزایش میدهد)؟"
|
1716 |
+
|
1717 |
+
#: views/sfsi_options_view.php:159
|
1718 |
+
msgid ""
|
1719 |
+
"This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
|
1720 |
+
"rating"
|
1721 |
+
msgstr ""
|
1722 |
+
"این افزونه ۱۰۰٪ رایگان میباشد. لطف بزرگی بکنید و امتیاز ۵ ستاره به ما بدهید"
|
1723 |
+
|
1724 |
+
#: views/sfsi_options_view.php:161
|
1725 |
+
msgid "here"
|
1726 |
+
msgstr "اینجا"
|
1727 |
+
|
1728 |
+
#: views/sfsi_options_view.php:163
|
1729 |
+
msgid ""
|
1730 |
+
"If you`re not happy, please get in touch with us at support@ultimatelysocial."
|
1731 |
+
"com, so that we can sort it out.Thank you!"
|
1732 |
+
msgstr ""
|
1733 |
+
"اگر رضایت ندارید، با ما از طریق support@ultimatelysocial.com در تماس باشید، "
|
1734 |
+
"که بتونیم درستش کنیم. ممنون از شما!"
|
1735 |
+
|
1736 |
+
#: views/sfsi_options_view.php:166
|
1737 |
+
msgid "Need top-notch Wordpress development work at a competitive price?"
|
1738 |
+
msgstr "به کار توسعه وردپرسی درجه یک با قیمت رقابتی نیاز دارید؟"
|
1739 |
+
|
1740 |
+
#: views/sfsi_options_view.php:168
|
1741 |
+
msgid "Visit us on ultimatelysocial.com"
|
1742 |
+
msgstr "از ما در ultimatelysocial.com دیدن کنید"
|
1743 |
+
|
1744 |
+
#: views/sfsi_pop_content.php:31
|
1745 |
+
msgid "Steps:"
|
1746 |
+
msgstr "مراحل:"
|
1747 |
+
|
1748 |
+
#: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
|
1749 |
+
msgid "Click on << Upload >> below"
|
1750 |
+
msgstr "روی «آپلود» در پایین کلیک کنید"
|
1751 |
+
|
1752 |
+
#: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
|
1753 |
+
msgid "Upload the icon into the media gallery"
|
1754 |
+
msgstr "آیکن را به درون رسانه آپلود کنید"
|
1755 |
+
|
1756 |
+
#: views/sfsi_pop_content.php:41
|
1757 |
+
msgid "Click on << Insert into post >> "
|
1758 |
+
msgstr "روی «درج در نوشته» کلیک کنید"
|
1759 |
+
|
1760 |
+
#: views/sfsi_pop_content.php:90
|
1761 |
+
msgid "Move over the Facebook-icon…"
|
1762 |
+
msgstr "منتقل کن به بالای آیکن فیسبوک"
|
1763 |
+
|
1764 |
+
#: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
|
1765 |
+
msgid "Move over the “+ icon” to see the sharing options"
|
1766 |
+
msgstr "منتقل کن به بالای آیکن \"+\" تا تنظیمات اشتراکگذاری را ببینید"
|
1767 |
+
|
1768 |
+
#: views/sfsi_pop_content.php:145
|
1769 |
+
msgid "Move over the Twiiter-icon…"
|
1770 |
+
msgstr "منتقل کن به بالای آیکن توییتر"
|
1771 |
+
|
1772 |
+
#: views/sfsi_pop_content.php:172
|
1773 |
+
msgid "Move over the Google+ icon…"
|
1774 |
+
msgstr "منتقل کن به بالای آیکن گوگلپلاس"
|
1775 |
+
|
1776 |
+
#: views/sfsi_pop_content.php:198
|
1777 |
+
msgid "Move over the YouTube-icon…"
|
1778 |
+
msgstr "منتقل کن به بالای آیکن یوتیوب"
|
1779 |
+
|
1780 |
+
#: views/sfsi_pop_content.php:221
|
1781 |
+
msgid "Move over the Pinterest-icon…"
|
1782 |
+
msgstr "منتقل کن به بالای آیکن پینترست"
|
1783 |
+
|
1784 |
+
#: views/sfsi_pop_content.php:249
|
1785 |
+
msgid "Move over the LinkedIn-icon…"
|
1786 |
+
msgstr "منتقل کن به بالای آیکن لینکدین"
|
1787 |
+
|
1788 |
+
#: views/sfsi_pop_content.php:285
|
1789 |
+
msgid ""
|
1790 |
+
"Note: Also if you already offer a newsletter it makes sense to offer this "
|
1791 |
+
"option too, because it will get you more readers as explained"
|
1792 |
+
msgstr ""
|
1793 |
+
"توجه: همچنین اگر هماکنون یک روزنامه ارائه دادهاید، بهتر است این امکان را هم "
|
1794 |
+
"ارائه کنید، بدلیل اینکه همانطور که توضیح داده شد تعداد خوانندههای بیشتری "
|
1795 |
+
"بدست میاورید"
|
1796 |
+
|
1797 |
+
#: views/sfsi_pop_content.php:292
|
1798 |
+
msgid "Ok, keep it active for the time being, I want to see how it works"
|
1799 |
+
msgstr "بسیار خب، بهطور موقت فعالش کن، تا ببینم چگونه کار میکند"
|
1800 |
+
|
1801 |
+
#: views/sfsi_pop_content.php:296
|
1802 |
+
msgid "Deactivate it"
|
1803 |
+
msgstr "غیرفعالش کن"
|
1804 |
+
|
1805 |
+
#: views/sfsi_pop_content.php:304
|
1806 |
+
msgid ""
|
1807 |
+
"Ok, fine, however for using this plugin for FREE, please support us by "
|
1808 |
+
"activating a link back to our site:"
|
1809 |
+
msgstr ""
|
1810 |
+
"بسیار خب، خوب است، به هرحال چون از این افزونه بصورت رایگان استفاده میکنید، "
|
1811 |
+
"لطفاْ ما را با قرار دادن لینکمان در سایتتان حمایت کنید:"
|
1812 |
+
|
1813 |
+
#: views/sfsi_pop_content.php:309
|
1814 |
+
msgid "Ok, activate link"
|
1815 |
+
msgstr "باشه، لینک را فعال کن"
|
1816 |
+
|
1817 |
+
#: views/sfsi_pop_content.php:313
|
1818 |
+
msgid "Don’t activate link"
|
1819 |
+
msgstr "لینک را فعال نکن"
|
1820 |
+
|
1821 |
+
#: views/sfsi_pop_content.php:321
|
1822 |
+
msgid ""
|
1823 |
+
"You’re a toughie. Last try: As a minimum, could you please review this "
|
1824 |
+
"plugin (with 5 stars)? It only takes a minute. Thank you!"
|
1825 |
+
msgstr ""
|
1826 |
+
"شما خیلی خشنید! برای آخرین بار: دست کم، ممکن است لطفاً افزونه ما را ۵ ستاره "
|
1827 |
+
"کنید؟ فقط یک دقیقه زمان میبرد. ممنون از شما!"
|
1828 |
+
|
1829 |
+
#: views/sfsi_pop_content.php:325
|
1830 |
+
msgid "Ok, Review it"
|
1831 |
+
msgstr "باشه، بررسی کن"
|
1832 |
+
|
1833 |
+
#: views/sfsi_pop_content.php:329
|
1834 |
+
msgid "Don’t review and exit"
|
1835 |
+
msgstr "بررسی نکن و خارج شو"
|
1836 |
+
|
1837 |
+
#: views/sfsi_pop_content.php:341
|
1838 |
+
msgid "Upload custom icons"
|
1839 |
+
msgstr "آپلود آیکنهای سفارشی"
|
1840 |
+
|
1841 |
+
#: views/sfsi_pop_content.php:344
|
1842 |
+
msgid ""
|
1843 |
+
"Here you can upload custom icons which perform the same actions as the "
|
1844 |
+
"standard icons."
|
1845 |
+
msgstr ""
|
1846 |
+
"اینجا میتوانید آیکنهای سفارشی که مانند آیکنهای استاندارد کار خواهند کرد را "
|
1847 |
+
"آپلود نمایید."
|
1848 |
+
|
1849 |
+
#: views/sfsi_pop_content.php:353
|
1850 |
+
msgid "Click on << Insert into post >>"
|
1851 |
+
msgstr "روی «درج در نوشته» کلیک کنید"
|
1852 |
+
|
1853 |
+
#: views/sfsi_pop_content.php:583
|
1854 |
+
msgid "I'm done!"
|
1855 |
+
msgstr "انجام دادم!"
|
1856 |
+
|
1857 |
+
#. Plugin Name of the plugin/theme
|
1858 |
+
msgid "Ultimate Social Media PLUS"
|
1859 |
+
msgstr "Ultimate Social Media PLUS"
|
1860 |
+
|
1861 |
+
#. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.7) #-#-#-#-#
|
1862 |
+
#. Plugin URI of the plugin/theme
|
1863 |
+
#. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.7) #-#-#-#-#
|
1864 |
+
#. Author URI of the plugin/theme
|
1865 |
+
msgid "http://ultimatelysocial.com"
|
1866 |
+
msgstr "http://ultimatelysocial.com"
|
1867 |
+
|
1868 |
+
#. Description of the plugin/theme
|
1869 |
+
msgid ""
|
1870 |
+
"The best social media plugin on the market. And 100% FREE. Allows you to add "
|
1871 |
+
"social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
|
1872 |
+
"Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
|
1873 |
+
"range of design options and other features."
|
1874 |
+
msgstr ""
|
1875 |
+
"بهترین افزونه شبکه اجتماعی در فروشگاه. و ۱۰۰٪ رایگان. به شما امکان اضافه "
|
1876 |
+
"نمودن آیکنهای شبکههای اجتماعی و اشتراکگذاری را میدهد (بخصوص فیسبوک، توییتر، "
|
1877 |
+
"ایمیل، فید RSS، پینترست، اینستاگرام، گوگلپلاس، لیندکدین، و کلید "
|
1878 |
+
"اشتراکگذاری). این افزونه گستره وسیعی از اختیارات طراحی و سایر ویژگیها را در "
|
1879 |
+
"اختیارتان میگذارد."
|
1880 |
+
|
1881 |
+
#. Author of the plugin/theme
|
1882 |
+
msgid "UltimatelySocial"
|
1883 |
+
msgstr "UltimatelySocial"
|
libs/controllers/index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
echo _('Access Denied');
|
3 |
?>
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
?>
|
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -1,1020 +1,1020 @@
|
|
1 |
-
<?php
|
2 |
-
/* save all option to options table in database using ajax */
|
3 |
-
/* save settings for section 1 */
|
4 |
-
add_action('wp_ajax_plus_updateSrcn1','sfsi_plus_options_updater1');
|
5 |
-
function sfsi_plus_options_updater1()
|
6 |
-
{
|
7 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step1")) {
|
8 |
-
echo json_encode(array("wrong_nonce")); exit;
|
9 |
-
}
|
10 |
-
$option1= unserialize(get_option('sfsi_plus_section1_options',false));
|
11 |
-
$sfsi_plus_rss_display = isset($_POST["sfsi_plus_rss_display"]) ? $_POST["sfsi_plus_rss_display"] : 'no';
|
12 |
-
$sfsi_plus_email_display = isset($_POST["sfsi_plus_email_display"]) ? $_POST["sfsi_plus_email_display"] : 'no';
|
13 |
-
$sfsi_plus_facebook_display = isset($_POST["sfsi_plus_facebook_display"]) ? $_POST["sfsi_plus_facebook_display"] : 'no';
|
14 |
-
$sfsi_plus_twitter_display = isset($_POST["sfsi_plus_twitter_display"]) ? $_POST["sfsi_plus_twitter_display"] : 'no';
|
15 |
-
$sfsi_plus_google_display = isset($_POST["sfsi_plus_google_display"]) ? $_POST["sfsi_plus_google_display"] : 'no';
|
16 |
-
$sfsi_plus_share_display = isset($_POST["sfsi_plus_share_display"]) ? $_POST["sfsi_plus_share_display"] : 'no';
|
17 |
-
$sfsi_plus_youtube_display = isset($_POST["sfsi_plus_youtube_display"]) ? $_POST["sfsi_plus_youtube_display"] : 'no';
|
18 |
-
$sfsi_plus_pinterest_display= isset($_POST["sfsi_plus_pinterest_display"]) ? $_POST["sfsi_plus_pinterest_display"] : 'no';
|
19 |
-
$sfsi_plus_instagram_display= isset($_POST["sfsi_plus_instagram_display"]) ? $_POST["sfsi_plus_instagram_display"] : 'no';
|
20 |
-
$sfsi_plus_houzz_display = isset($_POST["sfsi_plus_houzz_display"]) ? $_POST["sfsi_plus_houzz_display"] : 'no';
|
21 |
-
$sfsi_plus_linkedin_display = isset($_POST["sfsi_plus_linkedin_display"]) ? $_POST["sfsi_plus_linkedin_display"] : 'no';
|
22 |
-
$sfsi_custom_icons = isset($option1['sfsi_custom_files']) ? $option1['sfsi_custom_files'] : '';
|
23 |
-
$up_option1=array(
|
24 |
-
'sfsi_plus_rss_display' => sanitize_text_field($sfsi_plus_rss_display),
|
25 |
-
'sfsi_plus_email_display' => sanitize_text_field($sfsi_plus_email_display),
|
26 |
-
'sfsi_plus_facebook_display' => sanitize_text_field($sfsi_plus_facebook_display),
|
27 |
-
'sfsi_plus_twitter_display' => sanitize_text_field($sfsi_plus_twitter_display),
|
28 |
-
'sfsi_plus_google_display' => sanitize_text_field($sfsi_plus_google_display),
|
29 |
-
'sfsi_plus_share_display' => sanitize_text_field($sfsi_plus_share_display),
|
30 |
-
'sfsi_plus_youtube_display' => sanitize_text_field($sfsi_plus_youtube_display),
|
31 |
-
'sfsi_plus_pinterest_display' => sanitize_text_field($sfsi_plus_pinterest_display),
|
32 |
-
'sfsi_plus_linkedin_display' => sanitize_text_field($sfsi_plus_linkedin_display),
|
33 |
-
'sfsi_plus_instagram_display' => sanitize_text_field($sfsi_plus_instagram_display),
|
34 |
-
'sfsi_plus_houzz_display' => sanitize_text_field($sfsi_plus_houzz_display),
|
35 |
-
'sfsi_custom_files' => $sfsi_custom_icons
|
36 |
-
);
|
37 |
-
|
38 |
-
$c = update_option('sfsi_plus_section1_options', serialize($up_option1));
|
39 |
-
|
40 |
-
header('Content-Type: application/json');
|
41 |
-
echo json_encode(array("success")); exit;
|
42 |
-
}
|
43 |
-
/* save settings for section 2 */
|
44 |
-
add_action('wp_ajax_plus_updateSrcn2','sfsi_plus_options_updater2');
|
45 |
-
function sfsi_plus_options_updater2()
|
46 |
-
{
|
47 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step2"))
|
48 |
-
{
|
49 |
-
echo json_encode(array("wrong_nonce")); exit;
|
50 |
-
}
|
51 |
-
$sfsi_plus_rss_url = isset($_POST["sfsi_plus_rss_url"]) ? trim($_POST["sfsi_plus_rss_url"]) : '';
|
52 |
-
$sfsi_plus_rss_icons = isset($_POST["sfsi_plus_rss_icons"]) ? $_POST["sfsi_plus_rss_icons"] : 'email';
|
53 |
-
|
54 |
-
$sfsi_plus_facebookPage_option = isset($_POST["sfsi_plus_facebookPage_option"]) ? $_POST["sfsi_plus_facebookPage_option"] : 'no';
|
55 |
-
$sfsi_plus_facebookPage_url = isset($_POST["sfsi_plus_facebookPage_url"]) ? trim($_POST["sfsi_plus_facebookPage_url"]) : '';
|
56 |
-
$sfsi_plus_facebookLike_option = isset($_POST["sfsi_plus_facebookLike_option"]) ? $_POST["sfsi_plus_facebookLike_option"] : 'no';
|
57 |
-
$sfsi_plus_facebookShare_option = isset($_POST["sfsi_plus_facebookShare_option"]) ? $_POST["sfsi_plus_facebookShare_option"] : 'no';
|
58 |
-
|
59 |
-
$sfsi_plus_twitter_followme = isset($_POST["sfsi_plus_twitter_followme"]) ? $_POST["sfsi_plus_twitter_followme"] : 'no';
|
60 |
-
$sfsi_plus_twitter_followUserName = isset($_POST["sfsi_plus_twitter_followUserName"]) ? trim($_POST["sfsi_plus_twitter_followUserName"]) : '';
|
61 |
-
$sfsi_plus_twitter_aboutPage = isset($_POST["sfsi_plus_twitter_aboutPage"]) ? $_POST["sfsi_plus_twitter_aboutPage"] : 'no';
|
62 |
-
$sfsi_plus_twitter_page = isset($_POST["sfsi_plus_twitter_page"]) ? $_POST["sfsi_plus_twitter_page"] : 'no';
|
63 |
-
$sfsi_plus_twitter_pageURL = isset($_POST["sfsi_plus_twitter_pageURL"]) ? trim($_POST["sfsi_plus_twitter_pageURL"]) : '';
|
64 |
-
$sfsi_plus_twitter_aboutPageText= isset($_POST["sfsi_plus_twitter_aboutPageText"]) ? $_POST["sfsi_plus_twitter_aboutPageText"] : 'Hey check out this cool site I found';
|
65 |
-
|
66 |
-
$sfsi_plus_google_page = isset($_POST["sfsi_plus_google_page"]) ? $_POST["sfsi_plus_google_page"] : 'no';
|
67 |
-
$sfsi_plus_google_pageURL = isset($_POST["sfsi_plus_google_pageURL"]) ? trim($_POST["sfsi_plus_google_pageURL"]) : '';
|
68 |
-
$sfsi_plus_googleLike_option = isset($_POST["sfsi_plus_googleLike_option"]) ? $_POST["sfsi_plus_googleLike_option"] : 'no';
|
69 |
-
$sfsi_plus_googleShare_option = isset($_POST["sfsi_plus_googleShare_option"]) ? $_POST["sfsi_plus_googleShare_option"] : 'no';
|
70 |
-
|
71 |
-
$sfsi_plus_youtube_pageUrl = isset($_POST["sfsi_plus_youtube_pageUrl"]) ? trim($_POST["sfsi_plus_youtube_pageUrl"]) : '';
|
72 |
-
$sfsi_plus_youtube_page = isset($_POST["sfsi_plus_youtube_page"]) ? $_POST["sfsi_plus_youtube_page"] : 'no';
|
73 |
-
$sfsi_plus_youtube_follow = isset($_POST["sfsi_plus_youtube_follow"]) ? $_POST["sfsi_plus_youtube_follow"] : 'no';
|
74 |
-
|
75 |
-
$sfsi_plus_pinterest_page = isset($_POST["sfsi_plus_pinterest_page"]) ? $_POST["sfsi_plus_pinterest_page"] : 'no';
|
76 |
-
$sfsi_plus_pinterest_pageUrl = isset($_POST["sfsi_plus_pinterest_pageUrl"]) ? trim($_POST["sfsi_plus_pinterest_pageUrl"]) : '';
|
77 |
-
$sfsi_plus_pinterest_pingBlog = isset($_POST["sfsi_plus_pinterest_pingBlog"]) ? $_POST["sfsi_plus_pinterest_pingBlog"] : 'no';
|
78 |
-
|
79 |
-
$sfsi_plus_instagram_pageUrl = isset($_POST["sfsi_plus_instagram_pageUrl"]) ? trim($_POST["sfsi_plus_instagram_pageUrl"]) : '';
|
80 |
-
|
81 |
-
$sfsi_plus_linkedin_page = isset($_POST["sfsi_plus_linkedin_page"]) ? $_POST["sfsi_plus_linkedin_page"] : 'no';
|
82 |
-
$sfsi_plus_linkedin_pageURL = isset($_POST["sfsi_plus_linkedin_pageURL"]) ? trim($_POST["sfsi_plus_linkedin_pageURL"]) : '';
|
83 |
-
$sfsi_plus_linkedin_follow = isset($_POST["sfsi_plus_linkedin_follow"]) ? $_POST["sfsi_plus_linkedin_follow"] : 'no';
|
84 |
-
$sfsi_plus_linkedin_SharePage = isset($_POST["sfsi_plus_linkedin_SharePage"]) ? $_POST["sfsi_plus_linkedin_SharePage"] : 'no';
|
85 |
-
|
86 |
-
$sfsi_plus_linkedin_followCompany = isset($_POST["sfsi_plus_linkedin_followCompany"])
|
87 |
-
? trim($_POST["sfsi_plus_linkedin_followCompany"])
|
88 |
-
: '';
|
89 |
-
$sfsi_plus_linkedin_recommendBusines = isset($_POST["sfsi_plus_linkedin_recommendBusines"])
|
90 |
-
? $_POST["sfsi_plus_linkedin_recommendBusines"]
|
91 |
-
: 'no';
|
92 |
-
$sfsi_plus_linkedin_recommendCompany = isset($_POST["sfsi_plus_linkedin_recommendCompany"])
|
93 |
-
? trim($_POST["sfsi_plus_linkedin_recommendCompany"])
|
94 |
-
: '';
|
95 |
-
$sfsi_plus_linkedin_recommendProductId = isset($_POST["sfsi_plus_linkedin_recommendProductId"])
|
96 |
-
? trim($_POST["sfsi_plus_linkedin_recommendProductId"])
|
97 |
-
: '';
|
98 |
-
|
99 |
-
$sfsi_plus_youtubeusernameorid = isset($_POST["sfsi_plus_youtubeusernameorid"]) ? trim($_POST["sfsi_plus_youtubeusernameorid"]) : '';
|
100 |
-
$sfsi_plus_ytube_user = isset($_POST["sfsi_plus_ytube_user"]) ? $_POST["sfsi_plus_ytube_user"] : '';
|
101 |
-
$sfsi_plus_ytube_chnlid = isset($_POST["sfsi_plus_ytube_chnlid"]) ? $_POST["sfsi_plus_ytube_chnlid"] : '';
|
102 |
-
|
103 |
-
/*
|
104 |
-
* Escape custom icons url
|
105 |
-
*/
|
106 |
-
if(
|
107 |
-
isset($_POST["sfsi_plus_custom_links"]) &&
|
108 |
-
!empty($_POST["sfsi_plus_custom_links"])
|
109 |
-
)
|
110 |
-
{
|
111 |
-
$esacpedUrls = array();
|
112 |
-
$sfsi_plus_CustomIcon_links = $_POST["sfsi_plus_custom_links"];
|
113 |
-
foreach($sfsi_plus_CustomIcon_links as $sfsi_pluscustomIconUrl)
|
114 |
-
{
|
115 |
-
$esacpedUrls[] = esc_url($sfsi_pluscustomIconUrl);
|
116 |
-
}
|
117 |
-
}
|
118 |
-
else
|
119 |
-
{
|
120 |
-
$esacpedUrls = '';
|
121 |
-
}
|
122 |
-
$sfsi_plus_CustomIcon_links= isset($_POST["sfsi_plus_custom_links"]) ? serialize($esacpedUrls) : '';
|
123 |
-
$sfsi_plus_houzz_pageUrl = isset($_POST["sfsi_plus_houzz_pageUrl"]) ? trim($_POST["sfsi_plus_houzz_pageUrl"]) : '';
|
124 |
-
|
125 |
-
$option2 = unserialize(get_option('sfsi_plus_section2_options',false));
|
126 |
-
$up_option2 = array(
|
127 |
-
'sfsi_plus_rss_url' => esc_url($sfsi_plus_rss_url),
|
128 |
-
'sfsi_rss_blogName' => '',
|
129 |
-
'sfsi_rss_blogEmail' => '',
|
130 |
-
'sfsi_plus_rss_icons' => sanitize_text_field($sfsi_plus_rss_icons),
|
131 |
-
'sfsi_plus_email_url' => esc_url($option2['sfsi_plus_email_url']),
|
132 |
-
|
133 |
-
/* facebook buttons options */
|
134 |
-
'sfsi_plus_facebookPage_option' => sanitize_text_field($sfsi_plus_facebookPage_option),
|
135 |
-
'sfsi_plus_facebookPage_url' => esc_url($sfsi_plus_facebookPage_url),
|
136 |
-
'sfsi_plus_facebookLike_option' => sanitize_text_field($sfsi_plus_facebookLike_option),
|
137 |
-
'sfsi_plus_facebookShare_option' => sanitize_text_field($sfsi_plus_facebookShare_option),
|
138 |
-
|
139 |
-
/* Twitter buttons options */
|
140 |
-
'sfsi_plus_twitter_followme' => sanitize_text_field($sfsi_plus_twitter_followme),
|
141 |
-
'sfsi_plus_twitter_followUserName' => sanitize_text_field($sfsi_plus_twitter_followUserName),
|
142 |
-
'sfsi_plus_twitter_aboutPage' => sanitize_text_field($sfsi_plus_twitter_aboutPage),
|
143 |
-
'sfsi_plus_twitter_page' => sanitize_text_field($sfsi_plus_twitter_page),
|
144 |
-
'sfsi_plus_twitter_pageURL' => esc_url($sfsi_plus_twitter_pageURL),
|
145 |
-
'sfsi_plus_twitter_aboutPageText' => sanitize_text_field($sfsi_plus_twitter_aboutPageText),
|
146 |
-
|
147 |
-
/* google + options */
|
148 |
-
'sfsi_plus_google_page' => sanitize_text_field($sfsi_plus_google_page),
|
149 |
-
'sfsi_plus_google_pageURL' => esc_url($sfsi_plus_google_pageURL),
|
150 |
-
'sfsi_plus_googleLike_option' => sanitize_text_field($sfsi_plus_googleLike_option),
|
151 |
-
'sfsi_plus_googleShare_option' => sanitize_text_field($sfsi_plus_googleShare_option),
|
152 |
-
|
153 |
-
/* youtube options */
|
154 |
-
'sfsi_plus_youtube_pageUrl' => esc_url($sfsi_plus_youtube_pageUrl),
|
155 |
-
'sfsi_plus_youtube_page' => sanitize_text_field($sfsi_plus_youtube_page),
|
156 |
-
'sfsi_plus_youtube_follow' => sanitize_text_field($sfsi_plus_youtube_follow),
|
157 |
-
'sfsi_plus_ytube_user' => sanitize_text_field($sfsi_plus_ytube_user),
|
158 |
-
'sfsi_plus_youtubeusernameorid' => sanitize_text_field($sfsi_plus_youtubeusernameorid),
|
159 |
-
'sfsi_plus_ytube_chnlid' => sanitize_text_field($sfsi_plus_ytube_chnlid),
|
160 |
-
|
161 |
-
/* pinterest options */
|
162 |
-
'sfsi_plus_pinterest_page' => sanitize_text_field($sfsi_plus_pinterest_page),
|
163 |
-
'sfsi_plus_pinterest_pageUrl' => esc_url($sfsi_plus_pinterest_pageUrl),
|
164 |
-
'sfsi_plus_pinterest_pingBlog' => sanitize_text_field($sfsi_plus_pinterest_pingBlog),
|
165 |
-
|
166 |
-
/* instagram and houzz options */
|
167 |
-
'sfsi_plus_instagram_pageUrl' => esc_url($sfsi_plus_instagram_pageUrl),
|
168 |
-
'sfsi_plus_houzz_pageUrl' => esc_url($sfsi_plus_houzz_pageUrl),
|
169 |
-
|
170 |
-
/* linkedIn options */
|
171 |
-
'sfsi_plus_linkedin_page' => sanitize_text_field($sfsi_plus_linkedin_page),
|
172 |
-
'sfsi_plus_linkedin_pageURL' => esc_url($sfsi_plus_linkedin_pageURL),
|
173 |
-
'sfsi_plus_linkedin_follow' => sanitize_text_field($sfsi_plus_linkedin_follow),
|
174 |
-
'sfsi_plus_linkedin_followCompany' => intval($sfsi_plus_linkedin_followCompany),
|
175 |
-
'sfsi_plus_linkedin_SharePage' => sanitize_text_field($sfsi_plus_linkedin_SharePage),
|
176 |
-
'sfsi_plus_linkedin_recommendBusines'=> sanitize_text_field($sfsi_plus_linkedin_recommendBusines),
|
177 |
-
'sfsi_plus_linkedin_recommendCompany'=> sanitize_text_field($sfsi_plus_linkedin_recommendCompany),
|
178 |
-
'sfsi_plus_linkedin_recommendProductId'=> intval($sfsi_plus_linkedin_recommendProductId),
|
179 |
-
'sfsi_plus_CustomIcon_links' => $sfsi_plus_CustomIcon_links
|
180 |
-
);
|
181 |
-
update_option('sfsi_plus_section2_options',serialize($up_option2));
|
182 |
-
$option4 = unserialize(get_option('sfsi_plus_section4_options',false));
|
183 |
-
|
184 |
-
$option4['sfsi_plus_youtubeusernameorid'] = sanitize_text_field($sfsi_plus_youtubeusernameorid);
|
185 |
-
$option4['sfsi_plus_ytube_chnlid'] = sfsi_plus_sanitize_field($sfsi_plus_ytube_chnlid);
|
186 |
-
update_option('sfsi_plus_section4_options', serialize($option4));
|
187 |
-
|
188 |
-
header('Content-Type: application/json');
|
189 |
-
echo json_encode(array("success")); exit;
|
190 |
-
}
|
191 |
-
/* save settings for section 3 */
|
192 |
-
add_action('wp_ajax_plus_updateSrcn3','sfsi_plus_options_updater3');
|
193 |
-
function sfsi_plus_options_updater3()
|
194 |
-
{
|
195 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step3")) {
|
196 |
-
echo json_encode(array("wrong_nonce")); exit;
|
197 |
-
}
|
198 |
-
$sfsi_plus_actvite_theme = isset($_POST["sfsi_plus_actvite_theme"]) ? $_POST["sfsi_plus_actvite_theme"] : 'no';
|
199 |
-
$sfsi_plus_mouseOver = isset($_POST["sfsi_plus_mouseOver"]) ? $_POST["sfsi_plus_mouseOver"] : 'no';
|
200 |
-
$sfsi_plus_mouseOver_effect = isset($_POST["sfsi_plus_mouseOver_effect"]) ? $_POST["sfsi_plus_mouseOver_effect"] : 'fade_in';
|
201 |
-
$sfsi_plus_shuffle_icons = isset($_POST["sfsi_plus_shuffle_icons"]) ? $_POST["sfsi_plus_shuffle_icons"] : 'no';
|
202 |
-
$sfsi_plus_shuffle_Firstload = isset($_POST["sfsi_plus_shuffle_Firstload"]) ? $_POST["sfsi_plus_shuffle_Firstload"] : 'no';
|
203 |
-
$sfsi_plus_shuffle_interval = isset($_POST["sfsi_plus_shuffle_interval"]) ? $_POST["sfsi_plus_shuffle_interval"] : 'no';
|
204 |
-
$sfsi_plus_shuffle_intervalTime = isset($_POST["sfsi_plus_shuffle_intervalTime"]) ? $_POST["sfsi_plus_shuffle_intervalTime"] : '';
|
205 |
-
$sfsi_plus_specialIcon_animation = isset($_POST["sfsi_plus_specialIcon_animation"]) ? $_POST["sfsi_plus_specialIcon_animation"] : '';
|
206 |
-
$sfsi_plus_specialIcon_MouseOver = isset($_POST["sfsi_plus_specialIcon_MouseOver"]) ? $_POST["sfsi_plus_specialIcon_MouseOver"] : 'no';
|
207 |
-
$sfsi_plus_specialIcon_Firstload = isset($_POST["sfsi_plus_specialIcon_Firstload"]) ? $_POST["sfsi_plus_specialIcon_Firstload"] : 'no';
|
208 |
-
|
209 |
-
$sfsi_plus_specialIcon_Firstload_Icons = isset($_POST["sfsi_plus_specialIcon_Firstload_Icons"])
|
210 |
-
? $_POST["sfsi_plus_specialIcon_Firstload_Icons"]
|
211 |
-
: 'all';
|
212 |
-
$sfsi_plus_specialIcon_interval = isset($_POST["sfsi_plus_specialIcon_interval"])
|
213 |
-
? $_POST["sfsi_plus_specialIcon_interval"]
|
214 |
-
: 'no';
|
215 |
-
$sfsi_plus_specialIcon_intervalTime = isset($_POST["sfsi_plus_specialIcon_intervalTime"])
|
216 |
-
? $_POST["sfsi_plus_specialIcon_intervalTime"]
|
217 |
-
: '';
|
218 |
-
$sfsi_plus_specialIcon_intervalIcons = isset($_POST["sfsi_plus_specialIcon_intervalIcons"])
|
219 |
-
? $_POST["sfsi_plus_specialIcon_intervalIcons"]
|
220 |
-
: 'all';
|
221 |
-
|
222 |
-
/* Design and animation option */
|
223 |
-
$up_option3 = array(
|
224 |
-
'sfsi_plus_actvite_theme' => sanitize_text_field($sfsi_plus_actvite_theme),
|
225 |
-
/* animations options */
|
226 |
-
'sfsi_plus_mouseOver' => sanitize_text_field($sfsi_plus_mouseOver),
|
227 |
-
'sfsi_plus_mouseOver_effect' => sanitize_text_field($sfsi_plus_mouseOver_effect),
|
228 |
-
'sfsi_plus_shuffle_icons' => sanitize_text_field($sfsi_plus_shuffle_icons),
|
229 |
-
'sfsi_plus_shuffle_Firstload' => sanitize_text_field($sfsi_plus_shuffle_Firstload),
|
230 |
-
'sfsi_plus_shuffle_interval' => sanitize_text_field($sfsi_plus_shuffle_interval),
|
231 |
-
'sfsi_plus_shuffle_intervalTime' => intval($sfsi_plus_shuffle_intervalTime),
|
232 |
-
'sfsi_plus_specialIcon_animation' => sanitize_text_field($sfsi_plus_specialIcon_animation),
|
233 |
-
'sfsi_plus_specialIcon_MouseOver' => sanitize_text_field($sfsi_plus_specialIcon_MouseOver),
|
234 |
-
'sfsi_plus_specialIcon_Firstload' => sanitize_text_field($sfsi_plus_specialIcon_Firstload),
|
235 |
-
'sfsi_plus_specialIcon_Firstload_Icons' => sanitize_text_field($sfsi_plus_specialIcon_Firstload_Icons),
|
236 |
-
'sfsi_plus_specialIcon_interval' => sanitize_text_field($sfsi_plus_specialIcon_interval),
|
237 |
-
'sfsi_plus_specialIcon_intervalTime' => sanitize_text_field($sfsi_plus_specialIcon_intervalTime),
|
238 |
-
'sfsi_plus_specialIcon_intervalIcons' => sanitize_text_field($sfsi_plus_specialIcon_intervalIcons),
|
239 |
-
);
|
240 |
-
update_option('sfsi_plus_section3_options',serialize($up_option3));
|
241 |
-
header('Content-Type: application/json');
|
242 |
-
echo json_encode(array("success")); exit;
|
243 |
-
}
|
244 |
-
/* save settings for section 4 */
|
245 |
-
add_action('wp_ajax_plus_updateSrcn4','sfsi_plus_options_updater4');
|
246 |
-
function sfsi_plus_options_updater4()
|
247 |
-
{
|
248 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step4")) {
|
249 |
-
echo json_encode(array("wrong_nonce")); exit;
|
250 |
-
}
|
251 |
-
$sfsi_plus_display_counts = isset($_POST["sfsi_plus_display_counts"]) ? $_POST["sfsi_plus_display_counts"] : 'no';
|
252 |
-
|
253 |
-
$sfsi_plus_email_countsDisplay = isset($_POST["sfsi_plus_email_countsDisplay"]) ? $_POST["sfsi_plus_email_countsDisplay"] : 'no';
|
254 |
-
$sfsi_plus_email_countsFrom = isset($_POST["sfsi_plus_email_countsFrom"]) ? $_POST["sfsi_plus_email_countsFrom"] : 'manual';
|
255 |
-
$sfsi_plus_email_manualCounts = isset($_POST["sfsi_plus_email_manualCounts"]) ? trim($_POST["sfsi_plus_email_manualCounts"]) : '';
|
256 |
-
|
257 |
-
$sfsi_plus_rss_countsDisplay = isset($_POST["sfsi_plus_rss_countsDisplay"]) ? $_POST["sfsi_plus_rss_countsDisplay"] : 'no';
|
258 |
-
$sfsi_plus_rss_manualCounts = isset($_POST["sfsi_plus_rss_manualCounts"]) ? trim($_POST["sfsi_plus_rss_manualCounts"]) : '';
|
259 |
-
|
260 |
-
$sfsi_plus_facebook_countsDisplay = isset($_POST["sfsi_plus_facebook_countsDisplay"]) ? $_POST["sfsi_plus_facebook_countsDisplay"] : 'no';
|
261 |
-
$sfsi_plus_facebook_countsFrom = isset($_POST["sfsi_plus_facebook_countsFrom"]) ? $_POST["sfsi_plus_facebook_countsFrom"] : 'manual';
|
262 |
-
$sfsi_plus_facebook_mypageCounts = isset($_POST["sfsi_plus_facebook_mypageCounts"]) ? trim($_POST["sfsi_plus_facebook_mypageCounts"]) : '';
|
263 |
-
$sfsi_plus_facebook_manualCounts = isset($_POST["sfsi_plus_facebook_manualCounts"]) ? trim($_POST["sfsi_plus_facebook_manualCounts"]) : '';
|
264 |
-
$sfsi_plus_facebook_PageLink = isset($_POST["sfsi_plus_facebook_PageLink"]) ? trim($_POST["sfsi_plus_facebook_PageLink"]) : '';
|
265 |
-
|
266 |
-
$sfsi_plus_twitter_countsDisplay = isset($_POST["sfsi_plus_twitter_countsDisplay"]) ? $_POST["sfsi_plus_twitter_countsDisplay"] : 'no';
|
267 |
-
$sfsi_plus_twitter_countsFrom = isset($_POST["sfsi_plus_twitter_countsFrom"]) ? $_POST["sfsi_plus_twitter_countsFrom"] : 'manual';
|
268 |
-
$sfsi_plus_twitter_manualCounts = isset($_POST["sfsi_plus_twitter_manualCounts"]) ? trim($_POST["sfsi_plus_twitter_manualCounts"]) : '';
|
269 |
-
$sfsiplus_tw_consumer_key = isset($_POST["sfsiplus_tw_consumer_key"]) ? trim($_POST["sfsiplus_tw_consumer_key"]) : '';
|
270 |
-
$sfsiplus_tw_consumer_secret = isset($_POST["sfsiplus_tw_consumer_secret"]) ? trim($_POST["sfsiplus_tw_consumer_secret"]) : '';
|
271 |
-
$sfsiplus_tw_oauth_access_token = isset($_POST["sfsiplus_tw_oauth_access_token"]) ? trim($_POST["sfsiplus_tw_oauth_access_token"]) : '';
|
272 |
-
$sfsiplus_tw_oauth_access_token_secret = isset($_POST["sfsiplus_tw_oauth_access_token_secret"])
|
273 |
-
? trim($_POST["sfsiplus_tw_oauth_access_token_secret"])
|
274 |
-
: '';
|
275 |
-
|
276 |
-
$sfsi_plus_google_countsDisplay = isset($_POST["sfsi_plus_google_countsDisplay"]) ? $_POST["sfsi_plus_google_countsDisplay"] : 'no';
|
277 |
-
$sfsi_plus_google_countsFrom = isset($_POST["sfsi_plus_google_countsFrom"]) ? $_POST["sfsi_plus_google_countsFrom"] : 'manual';
|
278 |
-
$sfsi_plus_google_manualCounts = isset($_POST["sfsi_plus_google_manualCounts"]) ? trim($_POST["sfsi_plus_google_manualCounts"]) : '';
|
279 |
-
$sfsi_plus_google_api_key = isset($_POST["sfsi_plus_google_api_key"]) ? trim($_POST["sfsi_plus_google_api_key"]) : '';
|
280 |
-
|
281 |
-
$sfsi_plus_linkedIn_countsDisplay = isset($_POST["sfsi_plus_linkedIn_countsDisplay"]) ? $_POST["sfsi_plus_linkedIn_countsDisplay"] : 'no';
|
282 |
-
$sfsi_plus_linkedIn_countsFrom = isset($_POST["sfsi_plus_linkedIn_countsFrom"]) ? $_POST["sfsi_plus_linkedIn_countsFrom"] : 'manual';
|
283 |
-
$sfsi_plus_linkedIn_manualCounts = isset($_POST["sfsi_plus_linkedIn_manualCounts"]) ? trim($_POST["sfsi_plus_linkedIn_manualCounts"]) : '';
|
284 |
-
$sfsi_plus_ln_company = isset($_POST["sfsi_plus_ln_company"]) ? trim($_POST["sfsi_plus_ln_company"]) : '';
|
285 |
-
$sfsi_plus_ln_api_key = isset($_POST["sfsi_plus_ln_api_key"]) ? trim($_POST["sfsi_plus_ln_api_key"]) : '';
|
286 |
-
$sfsi_plus_ln_secret_key = isset($_POST["sfsi_plus_ln_secret_key"]) ? trim($_POST["sfsi_plus_ln_secret_key"]) : '';
|
287 |
-
$sfsi_plus_ln_oAuth_user_token = isset($_POST["sfsi_plus_ln_oAuth_user_token"]) ? trim($_POST["sfsi_plus_ln_oAuth_user_token"]) : '';
|
288 |
-
|
289 |
-
$sfsi_plus_youtube_countsDisplay = isset($_POST["sfsi_plus_youtube_countsDisplay"]) ? $_POST["sfsi_plus_youtube_countsDisplay"] : 'no';
|
290 |
-
$sfsi_plus_youtube_countsFrom = isset($_POST["sfsi_plus_youtube_countsFrom"]) ? $_POST["sfsi_plus_youtube_countsFrom"] : 'manual';
|
291 |
-
$sfsi_plus_youtube_manualCounts = isset($_POST["sfsi_plus_youtube_manualCounts"]) ? $_POST["sfsi_plus_youtube_manualCounts"] : '';
|
292 |
-
$sfsi_plus_youtube_user = isset($_POST["sfsi_plus_youtube_user"]) ? trim($_POST["sfsi_plus_youtube_user"]) : '';
|
293 |
-
$sfsi_plus_youtube_channelId = isset($_POST["sfsi_plus_youtube_channelId"]) ? trim($_POST["sfsi_plus_youtube_channelId"]) : '';
|
294 |
-
|
295 |
-
$sfsi_plus_pinterest_countsDisplay = isset($_POST["sfsi_plus_pinterest_countsDisplay"]) ? $_POST["sfsi_plus_pinterest_countsDisplay"] : 'no';
|
296 |
-
$sfsi_plus_pinterest_countsFrom = isset($_POST["sfsi_plus_pinterest_countsFrom"]) ? $_POST["sfsi_plus_pinterest_countsFrom"] : 'manual';
|
297 |
-
$sfsi_plus_pinterest_manualCounts = isset($_POST["sfsi_plus_pinterest_manualCounts"]) ? trim($_POST["sfsi_plus_pinterest_manualCounts"]) : '';
|
298 |
-
$sfsi_plus_pinterest_user = isset($_POST["sfsi_plus_pinterest_user"]) ? trim($_POST["sfsi_plus_pinterest_user"]) : '';
|
299 |
-
$sfsi_plus_pinterest_board = isset($_POST["sfsi_plus_pinterest_board"]) ? trim($_POST["sfsi_plus_pinterest_board"]) : '';
|
300 |
-
|
301 |
-
$sfsi_plus_instagram_countsDisplay = isset($_POST["sfsi_plus_instagram_countsDisplay"]) ? $_POST["sfsi_plus_instagram_countsDisplay"] : 'no';
|
302 |
-
$sfsi_plus_instagram_countsFrom = isset($_POST["sfsi_plus_instagram_countsFrom"]) ? $_POST["sfsi_plus_instagram_countsFrom"] : 'manual';
|
303 |
-
$sfsi_plus_instagram_manualCounts = isset($_POST["sfsi_plus_instagram_manualCounts"]) ? trim($_POST["sfsi_plus_instagram_manualCounts"]) : '';
|
304 |
-
$sfsi_plus_instagram_User = isset($_POST["sfsi_plus_instagram_User"]) ? $_POST["sfsi_plus_instagram_User"] : '';
|
305 |
-
|
306 |
-
$sfsi_plus_shares_countsDisplay = isset($_POST["sfsi_plus_shares_countsDisplay"]) ? $_POST["sfsi_plus_shares_countsDisplay"] : 'no';
|
307 |
-
$sfsi_plus_shares_countsFrom = isset($_POST["sfsi_plus_shares_countsFrom"]) ? $_POST["sfsi_plus_shares_countsFrom"] : 'manual';
|
308 |
-
$sfsi_plus_shares_manualCounts = isset($_POST["sfsi_plus_shares_manualCounts"]) ? trim($_POST["sfsi_plus_shares_manualCounts"]) : '';
|
309 |
-
|
310 |
-
$sfsi_plus_houzz_countsDisplay = isset($_POST["sfsi_plus_houzz_countsDisplay"]) ? $_POST["sfsi_plus_houzz_countsDisplay"] : 'no';
|
311 |
-
$sfsi_plus_houzz_countsFrom = isset($_POST["sfsi_plus_houzz_countsFrom"]) ? $_POST["sfsi_plus_houzz_countsFrom"] : 'manual';
|
312 |
-
$sfsi_plus_houzz_manualCounts = isset($_POST["sfsi_plus_houzz_manualCounts"]) ? trim($_POST["sfsi_plus_houzz_manualCounts"]) : '';
|
313 |
-
|
314 |
-
$sfsi_plus_facebookPage_url = isset($_POST["sfsi_plus_facebookPage_url"]) ? trim($_POST["sfsi_plus_facebookPage_url"]) : '';
|
315 |
-
|
316 |
-
$up_option4 = array(
|
317 |
-
'sfsi_plus_display_counts' => sanitize_text_field($sfsi_plus_display_counts),
|
318 |
-
|
319 |
-
'sfsi_plus_email_countsDisplay' => sanitize_text_field($sfsi_plus_email_countsDisplay),
|
320 |
-
'sfsi_plus_email_countsFrom' => sanitize_text_field($sfsi_plus_email_countsFrom),
|
321 |
-
'sfsi_plus_email_manualCounts' => intval($sfsi_plus_email_manualCounts),
|
322 |
-
|
323 |
-
'sfsi_plus_rss_countsDisplay' => sanitize_text_field($sfsi_plus_rss_countsDisplay),
|
324 |
-
'sfsi_plus_rss_manualCounts' => intval($sfsi_plus_rss_manualCounts),
|
325 |
-
|
326 |
-
'sfsi_plus_facebook_countsDisplay' => sanitize_text_field($sfsi_plus_facebook_countsDisplay),
|
327 |
-
'sfsi_plus_facebook_countsFrom' => sanitize_text_field($sfsi_plus_facebook_countsFrom),
|
328 |
-
'sfsi_plus_facebook_mypageCounts' => sfsi_plus_sanitize_field($sfsi_plus_facebook_mypageCounts),
|
329 |
-
'sfsi_plus_facebook_manualCounts' => intval($sfsi_plus_facebook_manualCounts),
|
330 |
-
//'sfsi_plus_facebook_PageLink' => $sfsi_plus_facebook_PageLink,
|
331 |
-
|
332 |
-
'sfsi_plus_twitter_countsDisplay' => sanitize_text_field($sfsi_plus_twitter_countsDisplay),
|
333 |
-
'sfsi_plus_twitter_countsFrom' => sanitize_text_field($sfsi_plus_twitter_countsFrom),
|
334 |
-
'sfsi_plus_twitter_manualCounts' => intval($sfsi_plus_twitter_manualCounts),
|
335 |
-
'sfsiplus_tw_consumer_key' => sfsi_plus_sanitize_field($sfsiplus_tw_consumer_key),
|
336 |
-
'sfsiplus_tw_consumer_secret' => sfsi_plus_sanitize_field($sfsiplus_tw_consumer_secret),
|
337 |
-
'sfsiplus_tw_oauth_access_token' => sfsi_plus_sanitize_field($sfsiplus_tw_oauth_access_token),
|
338 |
-
'sfsiplus_tw_oauth_access_token_secret'=> sfsi_plus_sanitize_field($sfsiplus_tw_oauth_access_token_secret),
|
339 |
-
|
340 |
-
'sfsi_plus_google_countsDisplay' => sanitize_text_field($sfsi_plus_google_countsDisplay),
|
341 |
-
'sfsi_plus_google_countsFrom' => sanitize_text_field($sfsi_plus_google_countsFrom),
|
342 |
-
'sfsi_plus_google_manualCounts' => intval($sfsi_plus_google_manualCounts),
|
343 |
-
'sfsi_plus_google_api_key' => sfsi_plus_sanitize_field($sfsi_plus_google_api_key),
|
344 |
-
|
345 |
-
/*'sfsi_plus_ln_company' => $sfsi_plus_ln_company,
|
346 |
-
'sfsi_plus_ln_api_key' => $sfsi_plus_ln_api_key,
|
347 |
-
'sfsi_plus_ln_secret_key' => $sfsi_plus_ln_secret_key,
|
348 |
-
'sfsi_plus_ln_oAuth_user_token' => $sfsi_plus_ln_oAuth_user_token,*/
|
349 |
-
'sfsi_plus_linkedIn_countsDisplay' => sanitize_text_field($sfsi_plus_linkedIn_countsDisplay),
|
350 |
-
'sfsi_plus_linkedIn_countsFrom' => sanitize_text_field($sfsi_plus_linkedIn_countsFrom),
|
351 |
-
'sfsi_plus_linkedIn_manualCounts' => intval($sfsi_plus_linkedIn_manualCounts),
|
352 |
-
|
353 |
-
'sfsi_plus_youtube_countsDisplay' => sanitize_text_field($sfsi_plus_youtube_countsDisplay),
|
354 |
-
'sfsi_plus_youtube_countsFrom' => sanitize_text_field($sfsi_plus_youtube_countsFrom),
|
355 |
-
'sfsi_plus_youtube_manualCounts' => intval($sfsi_plus_youtube_manualCounts),
|
356 |
-
'sfsi_plus_youtube_user' => sfsi_plus_sanitize_field($sfsi_plus_youtube_user),
|
357 |
-
'sfsi_plus_youtube_channelId' => sfsi_plus_sanitize_field($sfsi_plus_youtube_channelId),
|
358 |
-
|
359 |
-
'sfsi_plus_pinterest_countsDisplay' => sanitize_text_field($sfsi_plus_pinterest_countsDisplay),
|
360 |
-
'sfsi_plus_pinterest_countsFrom' => sanitize_text_field($sfsi_plus_pinterest_countsFrom),
|
361 |
-
'sfsi_plus_pinterest_manualCounts' => intval($sfsi_plus_pinterest_manualCounts),
|
362 |
-
//'sfsi_plus_pinterest_user' => $sfsi_plus_pinterest_user,
|
363 |
-
//'sfsi_plus_pinterest_board' => $sfsi_plus_pinterest_board,
|
364 |
-
|
365 |
-
'sfsi_plus_instagram_countsFrom' => sanitize_text_field($sfsi_plus_instagram_countsFrom),
|
366 |
-
'sfsi_plus_instagram_countsDisplay' => sanitize_text_field($sfsi_plus_instagram_countsDisplay),
|
367 |
-
'sfsi_plus_instagram_manualCounts' => intval($sfsi_plus_instagram_manualCounts),
|
368 |
-
'sfsi_plus_instagram_User' => sanitize_text_field($sfsi_plus_instagram_User),
|
369 |
-
|
370 |
-
'sfsi_plus_shares_countsDisplay' => sanitize_text_field($sfsi_plus_shares_countsDisplay),
|
371 |
-
'sfsi_plus_shares_countsFrom' => sanitize_text_field($sfsi_plus_shares_countsFrom),
|
372 |
-
'sfsi_plus_shares_manualCounts' => intval($sfsi_plus_shares_manualCounts),
|
373 |
-
|
374 |
-
'sfsi_plus_houzz_countsDisplay' => sanitize_text_field($sfsi_plus_houzz_countsDisplay),
|
375 |
-
'sfsi_plus_houzz_countsFrom' => sanitize_text_field($sfsi_plus_houzz_countsFrom),
|
376 |
-
'sfsi_plus_houzz_manualCounts' => intval($sfsi_plus_houzz_manualCounts),
|
377 |
-
);
|
378 |
-
update_option('sfsi_plus_section4_options',serialize($up_option4));
|
379 |
-
|
380 |
-
$new_counts = sfsi_plus_getCounts();
|
381 |
-
header('Content-Type: application/json');
|
382 |
-
echo json_encode(array("res"=>"success",'counts'=>$new_counts)); exit;
|
383 |
-
}
|
384 |
-
/* save settings for section 5 */
|
385 |
-
add_action('wp_ajax_plus_updateSrcn5','sfsi_plus_options_updater5');
|
386 |
-
function sfsi_plus_options_updater5()
|
387 |
-
{
|
388 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step5")) {
|
389 |
-
echo json_encode(array("wrong_nonce")); exit;
|
390 |
-
}
|
391 |
-
$sfsi_plus_icons_size = isset($_POST["sfsi_plus_icons_size"]) ? $_POST["sfsi_plus_icons_size"] : '51';
|
392 |
-
$sfsi_plus_icons_spacing = isset($_POST["sfsi_plus_icons_spacing"]) ? $_POST["sfsi_plus_icons_spacing"] : '2';
|
393 |
-
$sfsi_plus_icons_Alignment = isset($_POST["sfsi_plus_icons_Alignment"]) ? $_POST["sfsi_plus_icons_Alignment"] : 'center';
|
394 |
-
$sfsi_plus_icons_perRow = isset($_POST["sfsi_plus_icons_perRow"]) ? $_POST["sfsi_plus_icons_perRow"] : '5';
|
395 |
-
|
396 |
-
$sfsi_plus_icons_language = isset($_POST["sfsi_plus_icons_language"]) ? $_POST["sfsi_plus_icons_language"] : 'en_US';
|
397 |
-
$sfsi_plus_icons_ClickPageOpen = isset($_POST["sfsi_plus_icons_ClickPageOpen"]) ? $_POST["sfsi_plus_icons_ClickPageOpen"] : 'no';
|
398 |
-
$sfsi_plus_icons_float = isset($_POST["sfsi_plus_icons_float"]) ? $_POST["sfsi_plus_icons_float"] : 'no';
|
399 |
-
$sfsi_plus_disable_floaticons = isset($_POST["sfsi_plus_disable_floaticons"]) ? $_POST["sfsi_plus_disable_floaticons"] : 'no';
|
400 |
-
$sfsi_plus_disable_viewport = isset($_POST["sfsi_plus_disable_viewport"]) ? $_POST["sfsi_plus_disable_viewport"] : 'no';
|
401 |
-
$sfsi_plus_icons_floatPosition = isset($_POST["sfsi_plus_icons_floatPosition"]) ? $_POST["sfsi_plus_icons_floatPosition"] : 'center-right';
|
402 |
-
$sfsi_plus_icons_stick = isset($_POST["sfsi_plus_icons_stick"]) ? $_POST["sfsi_plus_icons_stick"] : 'no';
|
403 |
-
$sfsi_plus_rss_MouseOverText = isset($_POST["sfsi_plus_rss_MouseOverText"]) ? $_POST["sfsi_plus_rss_MouseOverText"] : '';
|
404 |
-
$sfsi_plus_email_MouseOverText = isset($_POST["sfsi_plus_email_MouseOverText"]) ? $_POST["sfsi_plus_email_MouseOverText"] : '';
|
405 |
-
$sfsi_plus_twitter_MouseOverText = isset($_POST["sfsi_plus_twitter_MouseOverText"]) ? $_POST["sfsi_plus_twitter_MouseOverText"] : '';
|
406 |
-
$sfsi_plus_facebook_MouseOverText = isset($_POST["sfsi_plus_facebook_MouseOverText"]) ? $_POST["sfsi_plus_facebook_MouseOverText"] : '';
|
407 |
-
$sfsi_plus_google_MouseOverText = isset($_POST["sfsi_plus_google_MouseOverText"]) ? $_POST["sfsi_plus_google_MouseOverText"] : '';
|
408 |
-
$sfsi_plus_linkedIn_MouseOverText = isset($_POST["sfsi_plus_linkedIn_MouseOverText"]) ? $_POST["sfsi_plus_linkedIn_MouseOverText"] : '';
|
409 |
-
$sfsi_plus_pinterest_MouseOverText = isset($_POST["sfsi_plus_pinterest_MouseOverText"]) ? $_POST["sfsi_plus_pinterest_MouseOverText"] : '';
|
410 |
-
$sfsi_plus_instagram_MouseOverText = isset($_POST["sfsi_plus_instagram_MouseOverText"]) ? $_POST["sfsi_plus_instagram_MouseOverText"] : '';
|
411 |
-
$sfsi_plus_houzz_MouseOverText = isset($_POST["sfsi_plus_houzz_MouseOverText"]) ? $_POST["sfsi_plus_houzz_MouseOverText"] : '';
|
412 |
-
$sfsi_plus_youtube_MouseOverText = isset($_POST["sfsi_plus_youtube_MouseOverText"]) ? $_POST["sfsi_plus_youtube_MouseOverText"] : '';
|
413 |
-
$sfsi_plus_share_MouseOverText = isset($_POST["sfsi_plus_share_MouseOverText"]) ? $_POST["sfsi_plus_share_MouseOverText"] : '';
|
414 |
-
$sfsi_plus_custom_orders = isset($_POST["sfsi_plus_custom_orders"]) ? serialize($_POST["sfsi_plus_custom_orders"]) : '';
|
415 |
-
|
416 |
-
|
417 |
-
$sfsi_plus_rssIcon_order = isset($_POST["sfsi_plus_rssIcon_order"]) ? $_POST["sfsi_plus_rssIcon_order"] : '1';
|
418 |
-
$sfsi_plus_emailIcon_order = isset($_POST["sfsi_plus_emailIcon_order"]) ? $_POST["sfsi_plus_emailIcon_order"] : '2';
|
419 |
-
$sfsi_plus_facebookIcon_order = isset($_POST["sfsi_plus_facebookIcon_order"]) ? $_POST["sfsi_plus_facebookIcon_order"] : '3';
|
420 |
-
$sfsi_plus_googleIcon_order = isset($_POST["sfsi_plus_googleIcon_order"]) ? $_POST["sfsi_plus_googleIcon_order"] : '4';
|
421 |
-
$sfsi_plus_twitterIcon_order = isset($_POST["sfsi_plus_twitterIcon_order"]) ? $_POST["sfsi_plus_twitterIcon_order"] : '5';
|
422 |
-
$sfsi_plus_shareIcon_order = isset($_POST["sfsi_plus_shareIcon_order"]) ? $_POST["sfsi_plus_shareIcon_order"] : '6';
|
423 |
-
$sfsi_plus_youtubeIcon_order = isset($_POST["sfsi_plus_youtubeIcon_order"]) ? $_POST["sfsi_plus_youtubeIcon_order"] : '7';
|
424 |
-
$sfsi_plus_pinterestIcon_order = isset($_POST["sfsi_plus_pinterestIcon_order"]) ? $_POST["sfsi_plus_pinterestIcon_order"] : '8';
|
425 |
-
$sfsi_plus_linkedinIcon_order = isset($_POST["sfsi_plus_linkedinIcon_order"]) ? $_POST["sfsi_plus_linkedinIcon_order"] : '9';
|
426 |
-
$sfsi_plus_instagramIcon_order = isset($_POST["sfsi_plus_instagramIcon_order"]) ? $_POST["sfsi_plus_instagramIcon_order"] : '10';
|
427 |
-
$sfsi_plus_houzzIcon_order = isset($_POST["sfsi_plus_houzzIcon_order"]) ? $_POST["sfsi_plus_houzzIcon_order"] : '11';
|
428 |
-
$sfsi_plus_custom_MouseOverTexts = isset($_POST["sfsi_plus_custom_MouseOverTexts"]) ? serialize($_POST["sfsi_plus_custom_MouseOverTexts"]):'';
|
429 |
-
|
430 |
-
$sfsi_plus_follow_icons_language = isset($_POST["sfsi_plus_follow_icons_language"])
|
431 |
-
? $_POST["sfsi_plus_follow_icons_language"]
|
432 |
-
: 'Follow_en_US';
|
433 |
-
$sfsi_plus_facebook_icons_language = isset($_POST["sfsi_plus_facebook_icons_language"])
|
434 |
-
? $_POST["sfsi_plus_facebook_icons_language"]
|
435 |
-
: 'Visit_us_en_US';
|
436 |
-
$sfsi_plus_twitter_icons_language = isset($_POST["sfsi_plus_twitter_icons_language"])
|
437 |
-
? $_POST["sfsi_plus_twitter_icons_language"]
|
438 |
-
: 'Visit_us_en_US';
|
439 |
-
$sfsi_plus_google_icons_language = isset($_POST["sfsi_plus_google_icons_language"])
|
440 |
-
? $_POST["sfsi_plus_google_icons_language"]
|
441 |
-
: 'Visit_us_en_US';
|
442 |
-
/* size and spacing of icons */
|
443 |
-
$up_option5=array(
|
444 |
-
'sfsi_plus_icons_size' => intval($sfsi_plus_icons_size),
|
445 |
-
'sfsi_plus_icons_spacing' => intval($sfsi_plus_icons_spacing),
|
446 |
-
'sfsi_plus_icons_Alignment' => sanitize_text_field($sfsi_plus_icons_Alignment),
|
447 |
-
'sfsi_plus_icons_perRow' => intval($sfsi_plus_icons_perRow),
|
448 |
-
'sfsi_plus_follow_icons_language' => sanitize_text_field($sfsi_plus_follow_icons_language),
|
449 |
-
'sfsi_plus_facebook_icons_language' => sanitize_text_field($sfsi_plus_facebook_icons_language),
|
450 |
-
'sfsi_plus_twitter_icons_language' => sanitize_text_field($sfsi_plus_twitter_icons_language),
|
451 |
-
'sfsi_plus_google_icons_language' => sanitize_text_field($sfsi_plus_google_icons_language),
|
452 |
-
'sfsi_plus_icons_language' => sanitize_text_field($sfsi_plus_icons_language),
|
453 |
-
'sfsi_plus_icons_ClickPageOpen' => sanitize_text_field($sfsi_plus_icons_ClickPageOpen),
|
454 |
-
'sfsi_plus_icons_float' => sanitize_text_field($sfsi_plus_icons_float),
|
455 |
-
'sfsi_plus_disable_floaticons' => sanitize_text_field($sfsi_plus_disable_floaticons),
|
456 |
-
'sfsi_plus_disable_viewport' => sanitize_text_field($sfsi_plus_disable_viewport),
|
457 |
-
'sfsi_plus_icons_floatPosition' => sanitize_text_field($sfsi_plus_icons_floatPosition),
|
458 |
-
'sfsi_plus_icons_stick' => sanitize_text_field($sfsi_plus_icons_stick),
|
459 |
-
/* mouse over texts */
|
460 |
-
'sfsi_plus_rss_MouseOverText' => sanitize_text_field($sfsi_plus_rss_MouseOverText),
|
461 |
-
'sfsi_plus_email_MouseOverText' => sanitize_text_field($sfsi_plus_email_MouseOverText),
|
462 |
-
'sfsi_plus_twitter_MouseOverText' => sanitize_text_field($sfsi_plus_twitter_MouseOverText),
|
463 |
-
'sfsi_plus_facebook_MouseOverText' => sanitize_text_field($sfsi_plus_facebook_MouseOverText),
|
464 |
-
'sfsi_plus_google_MouseOverText' => sanitize_text_field($sfsi_plus_google_MouseOverText),
|
465 |
-
'sfsi_plus_linkedIn_MouseOverText' => sanitize_text_field($sfsi_plus_linkedIn_MouseOverText),
|
466 |
-
'sfsi_plus_pinterest_MouseOverText' => sanitize_text_field($sfsi_plus_pinterest_MouseOverText),
|
467 |
-
'sfsi_plus_youtube_MouseOverText' => sanitize_text_field($sfsi_plus_youtube_MouseOverText),
|
468 |
-
'sfsi_plus_share_MouseOverText' => sanitize_text_field($sfsi_plus_share_MouseOverText),
|
469 |
-
'sfsi_plus_instagram_MouseOverText' => sanitize_text_field($sfsi_plus_instagram_MouseOverText),
|
470 |
-
'sfsi_plus_houzz_MouseOverText' => sanitize_text_field($sfsi_plus_houzz_MouseOverText),
|
471 |
-
'sfsi_plus_CustomIcons_order' => $sfsi_plus_custom_orders,
|
472 |
-
'sfsi_plus_rssIcon_order' => intval($sfsi_plus_rssIcon_order),
|
473 |
-
'sfsi_plus_emailIcon_order' => intval($sfsi_plus_emailIcon_order),
|
474 |
-
'sfsi_plus_facebookIcon_order' => intval($sfsi_plus_facebookIcon_order),
|
475 |
-
'sfsi_plus_googleIcon_order' => intval($sfsi_plus_googleIcon_order),
|
476 |
-
'sfsi_plus_twitterIcon_order' => intval($sfsi_plus_twitterIcon_order),
|
477 |
-
'sfsi_plus_shareIcon_order' => intval($sfsi_plus_shareIcon_order),
|
478 |
-
'sfsi_plus_youtubeIcon_order' => intval($sfsi_plus_youtubeIcon_order),
|
479 |
-
'sfsi_plus_pinterestIcon_order' => intval($sfsi_plus_pinterestIcon_order),
|
480 |
-
'sfsi_plus_instagramIcon_order' => intval($sfsi_plus_instagramIcon_order),
|
481 |
-
'sfsi_plus_houzzIcon_order' => intval($sfsi_plus_houzzIcon_order),
|
482 |
-
'sfsi_plus_linkedinIcon_order' => intval($sfsi_plus_linkedinIcon_order),
|
483 |
-
'sfsi_plus_custom_MouseOverTexts' => $sfsi_plus_custom_MouseOverTexts
|
484 |
-
);
|
485 |
-
|
486 |
-
update_option('sfsi_plus_section5_options',serialize($up_option5));
|
487 |
-
header('Content-Type: application/json');
|
488 |
-
echo json_encode(array("success")); exit;
|
489 |
-
}
|
490 |
-
/* save settings for section 6 */
|
491 |
-
add_action('wp_ajax_plus_updateSrcn6','sfsi_plus_options_updater6');
|
492 |
-
function sfsi_plus_options_updater6()
|
493 |
-
{
|
494 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step6")) {
|
495 |
-
echo json_encode(array("wrong_nonce")); exit;
|
496 |
-
}
|
497 |
-
$sfsi_plus_show_Onposts = isset($_POST["sfsi_plus_show_Onposts"]) ? $_POST["sfsi_plus_show_Onposts"] : 'no';
|
498 |
-
$sfsi_plus_icons_postPositon = isset($_POST["sfsi_plus_icons_postPositon"]) ? $_POST["sfsi_plus_icons_postPositon"] : '';
|
499 |
-
$sfsi_plus_icons_alignment = isset($_POST["sfsi_plus_icons_alignment"]) ? $_POST["sfsi_plus_icons_alignment"] : 'center-right';
|
500 |
-
$sfsi_plus_textBefor_icons = isset($_POST["sfsi_plus_textBefor_icons"]) ? $_POST["sfsi_plus_textBefor_icons"] : '';
|
501 |
-
$sfsi_plus_icons_DisplayCounts = isset($_POST["sfsi_plus_icons_DisplayCounts"]) ? $_POST["sfsi_plus_icons_DisplayCounts"] : 'no';
|
502 |
-
/* post options */
|
503 |
-
$up_option6=array(
|
504 |
-
'sfsi_plus_show_Onposts' => sanitize_text_field($sfsi_plus_show_Onposts),
|
505 |
-
'sfsi_plus_icons_postPositon' => sanitize_text_field($sfsi_plus_icons_postPositon),
|
506 |
-
'sfsi_plus_icons_alignment' => sanitize_text_field($sfsi_plus_icons_alignment),
|
507 |
-
'sfsi_plus_textBefor_icons' => sanitize_text_field(stripslashes($sfsi_plus_textBefor_icons)),
|
508 |
-
'sfsi_plus_icons_DisplayCounts' => sanitize_text_field($sfsi_plus_icons_DisplayCounts),
|
509 |
-
);
|
510 |
-
update_option('sfsi_plus_section6_options',serialize($up_option6));
|
511 |
-
header('Content-Type: application/json');
|
512 |
-
echo json_encode(array("success")); exit;
|
513 |
-
}
|
514 |
-
/* save settings for section 7 */
|
515 |
-
add_action('wp_ajax_plus_updateSrcn7','sfsi_plus_options_updater7');
|
516 |
-
function sfsi_plus_options_updater7()
|
517 |
-
{
|
518 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step7")) {
|
519 |
-
echo json_encode(array("wrong_nonce")); exit;
|
520 |
-
}
|
521 |
-
$sfsi_plus_popup_text = isset($_POST["sfsi_plus_popup_text"]) ? $_POST["sfsi_plus_popup_text"] : '';
|
522 |
-
$sfsi_plus_popup_background_color = isset($_POST["sfsi_plus_popup_background_color"])
|
523 |
-
? $_POST["sfsi_plus_popup_background_color"]
|
524 |
-
: '#fffff';
|
525 |
-
$sfsi_plus_popup_border_color = isset($_POST["sfsi_plus_popup_border_color"])
|
526 |
-
? $_POST["sfsi_plus_popup_border_color"]
|
527 |
-
: 'center-right';
|
528 |
-
$sfsi_plus_popup_border_thickness = isset($_POST["sfsi_plus_popup_border_thickness"]) ? $_POST["sfsi_plus_popup_border_thickness"] : '';
|
529 |
-
$sfsi_plus_popup_border_shadow = isset($_POST["sfsi_plus_popup_border_shadow"]) ? $_POST["sfsi_plus_popup_border_shadow"] : 'no';
|
530 |
-
$sfsi_plus_popup_font = isset($_POST["sfsi_plus_popup_font"]) ? $_POST["sfsi_plus_popup_font"] : '';
|
531 |
-
$sfsi_plus_popup_fontSize = isset($_POST["sfsi_plus_popup_fontSize"]) ? $_POST["sfsi_plus_popup_fontSize"] : 'no';
|
532 |
-
$sfsi_plus_popup_fontStyle = isset($_POST["sfsi_plus_popup_fontStyle"]) ? $_POST["sfsi_plus_popup_fontStyle"] : '';
|
533 |
-
$sfsi_plus_popup_fontColor = isset($_POST["sfsi_plus_popup_fontColor"]) ? $_POST["sfsi_plus_popup_fontColor"] : 'no';
|
534 |
-
$sfsi_plus_Show_popupOn = isset($_POST["sfsi_plus_Show_popupOn"]) ? $_POST["sfsi_plus_Show_popupOn"] : '';
|
535 |
-
$sfsi_plus_Show_popupOn_PageIDs = isset($_POST["sfsi_plus_Show_popupOn_PageIDs"])
|
536 |
-
? serialize($_POST["sfsi_plus_Show_popupOn_PageIDs"])
|
537 |
-
: '';
|
538 |
-
$sfsi_plus_Shown_pop = isset($_POST["sfsi_plus_Shown_pop"]) ? $_POST["sfsi_plus_Shown_pop"] : '';
|
539 |
-
$sfsi_plus_Shown_popupOnceTime = isset($_POST["sfsi_plus_Shown_popupOnceTime"]) ? $_POST["sfsi_plus_Shown_popupOnceTime"] : 'no';
|
540 |
-
$sfsi_plus_Shown_popuplimitPerUserTime = isset($_POST["sfsi_plus_Shown_popuplimitPerUserTime"])
|
541 |
-
? $_POST["sfsi_plus_Shown_popuplimitPerUserTime"]
|
542 |
-
: '';
|
543 |
-
/* icons pop options */
|
544 |
-
$up_option7=array(
|
545 |
-
'sfsi_plus_popup_text' => sanitize_text_field(stripslashes($sfsi_plus_popup_text)),
|
546 |
-
'sfsi_plus_popup_font' => sanitize_text_field($sfsi_plus_popup_font),
|
547 |
-
'sfsi_plus_popup_fontColor' => sfsi_plus_sanitize_hex_color($sfsi_plus_popup_fontColor),
|
548 |
-
'sfsi_plus_popup_fontSize' => intval($sfsi_plus_popup_fontSize),
|
549 |
-
'sfsi_plus_popup_fontStyle' => sanitize_text_field($sfsi_plus_popup_fontStyle),
|
550 |
-
'sfsi_plus_popup_background_color' => sfsi_plus_sanitize_hex_color($sfsi_plus_popup_background_color),
|
551 |
-
'sfsi_plus_popup_border_color' => sfsi_plus_sanitize_hex_color($sfsi_plus_popup_border_color),
|
552 |
-
'sfsi_plus_popup_border_thickness' => intval($sfsi_plus_popup_border_thickness),
|
553 |
-
'sfsi_plus_popup_border_shadow' => sanitize_text_field($sfsi_plus_popup_border_shadow),
|
554 |
-
'sfsi_plus_Show_popupOn' => sanitize_text_field($sfsi_plus_Show_popupOn),
|
555 |
-
'sfsi_plus_Show_popupOn_PageIDs' => $sfsi_plus_Show_popupOn_PageIDs,
|
556 |
-
'sfsi_plus_Shown_pop' => sanitize_text_field($sfsi_plus_Shown_pop),
|
557 |
-
'sfsi_plus_Shown_popupOnceTime' => intval($sfsi_plus_Shown_popupOnceTime),
|
558 |
-
//'sfsi_plus_Shown_popuplimitPerUserTime' => $sfsi_plus_Shown_popuplimitPerUserTime,
|
559 |
-
);
|
560 |
-
update_option('sfsi_plus_section7_options',serialize($up_option7));
|
561 |
-
header('Content-Type: application/json');
|
562 |
-
echo json_encode(array("success")); exit;
|
563 |
-
}
|
564 |
-
/* save settings for section 3 */
|
565 |
-
add_action('wp_ajax_plus_updateSrcn8','sfsi_plus_options_updater8');
|
566 |
-
function sfsi_plus_options_updater8()
|
567 |
-
{
|
568 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step8")) {
|
569 |
-
echo json_encode(array("wrong_nonce")); exit;
|
570 |
-
}
|
571 |
-
$sfsi_plus_show_via_widget = isset($_POST["sfsi_plus_show_via_widget"]) ? $_POST["sfsi_plus_show_via_widget"] : 'no';
|
572 |
-
$sfsi_plus_float_on_page = isset($_POST["sfsi_plus_float_on_page"]) ? $_POST["sfsi_plus_float_on_page"] : 'no';
|
573 |
-
$sfsi_plus_float_page_position = isset($_POST["sfsi_plus_float_page_position"]) ? $_POST["sfsi_plus_float_page_position"] : 'no';
|
574 |
-
|
575 |
-
$sfsi_plus_icons_floatMargin_top = isset($_POST["sfsi_plus_icons_floatMargin_top"]) ? $_POST["sfsi_plus_icons_floatMargin_top"] : '';
|
576 |
-
$sfsi_plus_icons_floatMargin_bottom = isset($_POST["sfsi_plus_icons_floatMargin_bottom"])? $_POST["sfsi_plus_icons_floatMargin_bottom"]:'';
|
577 |
-
$sfsi_plus_icons_floatMargin_left = isset($_POST["sfsi_plus_icons_floatMargin_left"]) ? $_POST["sfsi_plus_icons_floatMargin_left"] : '';
|
578 |
-
$sfsi_plus_icons_floatMargin_right = isset($_POST["sfsi_plus_icons_floatMargin_right"]) ? $_POST["sfsi_plus_icons_floatMargin_right"]:'';
|
579 |
-
|
580 |
-
$sfsi_plus_place_item_manually = isset($_POST["sfsi_plus_place_item_manually"]) ? $_POST["sfsi_plus_place_item_manually"] : 'no';
|
581 |
-
$sfsi_plus_show_item_onposts = isset($_POST["sfsi_plus_show_item_onposts"]) ? $_POST["sfsi_plus_show_item_onposts"] : 'no';
|
582 |
-
$sfsi_plus_display_button_type = isset($_POST["sfsi_plus_display_button_type"]) ? $_POST["sfsi_plus_display_button_type"] : 'no';
|
583 |
-
|
584 |
-
$sfsi_plus_post_icons_size = isset($_POST["sfsi_plus_post_icons_size"]) ? $_POST["sfsi_plus_post_icons_size"] : 40;
|
585 |
-
$sfsi_plus_post_icons_spacing = isset($_POST["sfsi_plus_post_icons_spacing"]) ? $_POST["sfsi_plus_post_icons_spacing"] : 5;
|
586 |
-
$sfsi_plus_show_Onposts = isset($_POST["sfsi_plus_show_Onposts"]) ? $_POST["sfsi_plus_show_Onposts"] : 'no';
|
587 |
-
$sfsi_plus_textBefor_icons = isset($_POST["sfsi_plus_textBefor_icons"]) ? $_POST["sfsi_plus_textBefor_icons"] : 'Please follow and like us:';
|
588 |
-
$sfsi_plus_icons_alignment = isset($_POST["sfsi_plus_icons_alignment"]) ? $_POST["sfsi_plus_icons_alignment"] : 'center-right';
|
589 |
-
$sfsi_plus_icons_DisplayCounts = isset($_POST["sfsi_plus_icons_DisplayCounts"]) ? $_POST["sfsi_plus_icons_DisplayCounts"] : 'no';
|
590 |
-
$sfsi_plus_display_before_posts = isset($_POST["sfsi_plus_display_before_posts"]) ? $_POST["sfsi_plus_display_before_posts"] : 'no';
|
591 |
-
$sfsi_plus_display_after_posts = isset($_POST["sfsi_plus_display_after_posts"]) ? $_POST["sfsi_plus_display_after_posts"] : 'no';
|
592 |
-
|
593 |
-
//$sfsi_plus_display_on_postspage = isset($_POST["sfsi_plus_display_on_postspage"]) ? $_POST["sfsi_plus_display_on_postspage"] : 'no';
|
594 |
-
//$sfsi_plus_display_on_homepage = isset($_POST["sfsi_plus_display_on_homepage"]) ? $_POST["sfsi_plus_display_on_homepage"] : 'no';
|
595 |
-
|
596 |
-
$sfsi_plus_display_before_blogposts = isset($_POST["sfsi_plus_display_before_blogposts"]) ? $_POST["sfsi_plus_display_before_blogposts"] : 'no';
|
597 |
-
$sfsi_plus_display_after_blogposts = isset($_POST["sfsi_plus_display_after_blogposts"]) ? $_POST["sfsi_plus_display_after_blogposts"] : 'no';
|
598 |
-
$sfsi_plus_rectsub = isset($_POST["sfsi_plus_rectsub"]) ? $_POST["sfsi_plus_rectsub"] : 'no';
|
599 |
-
$sfsi_plus_rectfb = isset($_POST["sfsi_plus_rectfb"]) ? $_POST["sfsi_plus_rectfb"] : 'no';
|
600 |
-
$sfsi_plus_rectgp = isset($_POST["sfsi_plus_rectgp"]) ? $_POST["sfsi_plus_rectgp"] : 'no';
|
601 |
-
$sfsi_plus_rectshr = isset($_POST["sfsi_plus_rectshr"]) ? $_POST["sfsi_plus_rectshr"] : 'no';
|
602 |
-
$sfsi_plus_recttwtr = isset($_POST["sfsi_plus_recttwtr"]) ? $_POST["sfsi_plus_recttwtr"] : 'no';
|
603 |
-
$sfsi_plus_rectpinit = isset($_POST["sfsi_plus_rectpinit"]) ? $_POST["sfsi_plus_rectpinit"] : 'no';
|
604 |
-
$sfsi_plus_rectfbshare = isset($_POST["sfsi_plus_rectfbshare"]) ? $_POST["sfsi_plus_rectfbshare"] : 'no';
|
605 |
-
|
606 |
-
$up_option8=array(
|
607 |
-
'sfsi_plus_show_via_widget' => sanitize_text_field($sfsi_plus_show_via_widget),
|
608 |
-
'sfsi_plus_float_on_page' => sanitize_text_field($sfsi_plus_float_on_page),
|
609 |
-
'sfsi_plus_float_page_position' => sanitize_text_field($sfsi_plus_float_page_position),
|
610 |
-
'sfsi_plus_icons_floatMargin_top' => intval($sfsi_plus_icons_floatMargin_top),
|
611 |
-
'sfsi_plus_icons_floatMargin_bottom'=> intval($sfsi_plus_icons_floatMargin_bottom),
|
612 |
-
'sfsi_plus_icons_floatMargin_left' => intval($sfsi_plus_icons_floatMargin_left),
|
613 |
-
'sfsi_plus_icons_floatMargin_right' => intval($sfsi_plus_icons_floatMargin_right),
|
614 |
-
'sfsi_plus_place_item_manually' => sanitize_text_field($sfsi_plus_place_item_manually),
|
615 |
-
'sfsi_plus_show_item_onposts' => sanitize_text_field($sfsi_plus_show_item_onposts),
|
616 |
-
'sfsi_plus_display_button_type' => sanitize_text_field($sfsi_plus_display_button_type),
|
617 |
-
'sfsi_plus_post_icons_size' => intval($sfsi_plus_post_icons_size),
|
618 |
-
'sfsi_plus_post_icons_spacing' => intval($sfsi_plus_post_icons_spacing),
|
619 |
-
'sfsi_plus_show_Onposts' => sanitize_text_field($sfsi_plus_show_Onposts),
|
620 |
-
'sfsi_plus_textBefor_icons' => sanitize_text_field(stripslashes($sfsi_plus_textBefor_icons)),
|
621 |
-
'sfsi_plus_icons_alignment' => sanitize_text_field($sfsi_plus_icons_alignment),
|
622 |
-
'sfsi_plus_icons_DisplayCounts' => sanitize_text_field($sfsi_plus_icons_DisplayCounts),
|
623 |
-
'sfsi_plus_display_before_posts' => sanitize_text_field($sfsi_plus_display_before_posts),
|
624 |
-
'sfsi_plus_display_after_posts' => sanitize_text_field($sfsi_plus_display_after_posts),
|
625 |
-
|
626 |
-
//'sfsi_plus_display_on_postspage' => $sfsi_plus_display_on_postspage,
|
627 |
-
//'sfsi_plus_display_on_homepage' => $sfsi_plus_display_on_homepage,
|
628 |
-
|
629 |
-
'sfsi_plus_display_before_blogposts'=> sanitize_text_field($sfsi_plus_display_before_blogposts),
|
630 |
-
'sfsi_plus_display_after_blogposts' => sanitize_text_field($sfsi_plus_display_after_blogposts),
|
631 |
-
'sfsi_plus_rectsub' => sanitize_text_field($sfsi_plus_rectsub),
|
632 |
-
'sfsi_plus_rectfb' => sanitize_text_field($sfsi_plus_rectfb),
|
633 |
-
'sfsi_plus_rectgp' => sanitize_text_field($sfsi_plus_rectgp),
|
634 |
-
'sfsi_plus_rectshr' => sanitize_text_field($sfsi_plus_rectshr),
|
635 |
-
'sfsi_plus_recttwtr' => sanitize_text_field($sfsi_plus_recttwtr),
|
636 |
-
'sfsi_plus_rectpinit' => sanitize_text_field($sfsi_plus_rectpinit),
|
637 |
-
'sfsi_plus_rectfbshare' => sanitize_text_field($sfsi_plus_rectfbshare)
|
638 |
-
);
|
639 |
-
update_option('sfsi_plus_section8_options',serialize($up_option8));
|
640 |
-
header('Content-Type: application/json');
|
641 |
-
echo json_encode(array("success")); exit;
|
642 |
-
}
|
643 |
-
/* save settings for section 8 */
|
644 |
-
add_action('wp_ajax_plus_updateSrcn9','sfsi_plus_options_updater9');
|
645 |
-
function sfsi_plus_options_updater9()
|
646 |
-
{
|
647 |
-
if ( !wp_verify_nonce( $_POST['nonce'], "update_plus_step9")) {
|
648 |
-
echo json_encode(array("wrong_nonce")); exit;
|
649 |
-
}
|
650 |
-
|
651 |
-
$sfsi_plus_form_adjustment = isset($_POST["sfsi_plus_form_adjustment"]) ? $_POST["sfsi_plus_form_adjustment"] : 'yes';
|
652 |
-
$sfsi_plus_form_height = isset($_POST["sfsi_plus_form_height"]) ? $_POST["sfsi_plus_form_height"] : '180';
|
653 |
-
$sfsi_plus_form_width = isset($_POST["sfsi_plus_form_width"]) ? $_POST["sfsi_plus_form_width"] : '230';
|
654 |
-
$sfsi_plus_form_border = isset($_POST["sfsi_plus_form_border"]) ? $_POST["sfsi_plus_form_border"] : 'no';
|
655 |
-
$sfsi_plus_form_border_thickness= isset($_POST["sfsi_plus_form_border_thickness"]) ? $_POST["sfsi_plus_form_border_thickness"] : '1';
|
656 |
-
$sfsi_plus_form_border_color = isset($_POST["sfsi_plus_form_border_color"]) ? $_POST["sfsi_plus_form_border_color"] : '#f3faf2';
|
657 |
-
$sfsi_plus_form_background = isset($_POST["sfsi_plus_form_background"]) ? $_POST["sfsi_plus_form_background"] : '#eff7f7';
|
658 |
-
|
659 |
-
$sfsi_plus_form_heading_text = isset($_POST["sfsi_plus_form_heading_text"]) ? $_POST["sfsi_plus_form_heading_text"] : '';
|
660 |
-
$sfsi_plus_form_heading_font = isset($_POST["sfsi_plus_form_heading_font"]) ? $_POST["sfsi_plus_form_heading_font"] : '';
|
661 |
-
$sfsi_plus_form_heading_fontstyle= isset($_POST["sfsi_plus_form_heading_fontstyle"]) ? $_POST["sfsi_plus_form_heading_fontstyle"] : '';
|
662 |
-
$sfsi_plus_form_heading_fontcolor= isset($_POST["sfsi_plus_form_heading_fontcolor"]) ? $_POST["sfsi_plus_form_heading_fontcolor"] : '';
|
663 |
-
$sfsi_plus_form_heading_fontsize= isset($_POST["sfsi_plus_form_heading_fontsize"]) ? $_POST["sfsi_plus_form_heading_fontsize"] : '22';
|
664 |
-
$sfsi_plus_form_heading_fontalign= isset($_POST["sfsi_plus_form_heading_fontalign"]) ? $_POST["sfsi_plus_form_heading_fontalign"] :'center';
|
665 |
-
|
666 |
-
$sfsi_plus_form_field_text = isset($_POST["sfsi_plus_form_field_text"]) ? $_POST["sfsi_plus_form_field_text"] : '';
|
667 |
-
$sfsi_plus_form_field_font = isset($_POST["sfsi_plus_form_field_font"]) ? $_POST["sfsi_plus_form_field_font"] : '';
|
668 |
-
$sfsi_plus_form_field_fontstyle = isset($_POST["sfsi_plus_form_field_fontstyle"]) ? $_POST["sfsi_plus_form_field_fontstyle"] : '';
|
669 |
-
$sfsi_plus_form_field_fontcolor = isset($_POST["sfsi_plus_form_field_fontcolor"]) ? $_POST["sfsi_plus_form_field_fontcolor"] : '';
|
670 |
-
$sfsi_plus_form_field_fontsize = isset($_POST["sfsi_plus_form_field_fontsize"]) ? $_POST["sfsi_plus_form_field_fontsize"] : '22';
|
671 |
-
$sfsi_plus_form_field_fontalign = isset($_POST["sfsi_plus_form_field_fontalign"]) ? $_POST["sfsi_plus_form_field_fontalign"] :'center';
|
672 |
-
|
673 |
-
$sfsi_plus_form_button_text = isset($_POST["sfsi_plus_form_button_text"]) ? $_POST["sfsi_plus_form_button_text"] : 'Subscribe';
|
674 |
-
$sfsi_plus_form_button_font = isset($_POST["sfsi_plus_form_button_font"]) ? $_POST["sfsi_plus_form_button_font"] : '';
|
675 |
-
$sfsi_plus_form_button_fontstyle= isset($_POST["sfsi_plus_form_button_fontstyle"]) ? $_POST["sfsi_plus_form_button_fontstyle"] : '';
|
676 |
-
$sfsi_plus_form_button_fontcolor= isset($_POST["sfsi_plus_form_button_fontcolor"]) ? $_POST["sfsi_plus_form_button_fontcolor"] : '';
|
677 |
-
$sfsi_plus_form_button_fontsize = isset($_POST["sfsi_plus_form_button_fontsize"]) ? $_POST["sfsi_plus_form_button_fontsize"] : '22';
|
678 |
-
$sfsi_plus_form_button_fontalign= isset($_POST["sfsi_plus_form_button_fontalign"]) ? $_POST["sfsi_plus_form_button_fontalign"] :'center';
|
679 |
-
$sfsi_plus_form_button_background= isset($_POST["sfsi_plus_form_button_background"]) ? $_POST["sfsi_plus_form_button_background"]:'#5a6570';
|
680 |
-
|
681 |
-
/* icons pop options */
|
682 |
-
$up_option9 = array(
|
683 |
-
'sfsi_plus_form_adjustment' => sanitize_text_field($sfsi_plus_form_adjustment),
|
684 |
-
'sfsi_plus_form_height' => intval($sfsi_plus_form_height),
|
685 |
-
'sfsi_plus_form_width' => intval($sfsi_plus_form_width),
|
686 |
-
'sfsi_plus_form_border' => sanitize_text_field($sfsi_plus_form_border),
|
687 |
-
'sfsi_plus_form_border_thickness'=> intval($sfsi_plus_form_border_thickness),
|
688 |
-
'sfsi_plus_form_border_color' => sfsi_plus_sanitize_hex_color($sfsi_plus_form_border_color),
|
689 |
-
'sfsi_plus_form_background' => sfsi_plus_sanitize_hex_color($sfsi_plus_form_background),
|
690 |
-
|
691 |
-
'sfsi_plus_form_heading_text' => sanitize_text_field(stripslashes($sfsi_plus_form_heading_text)),
|
692 |
-
'sfsi_plus_form_heading_font' => sanitize_text_field($sfsi_plus_form_heading_font),
|
693 |
-
'sfsi_plus_form_heading_fontstyle'=> sanitize_text_field($sfsi_plus_form_heading_fontstyle),
|
694 |
-
'sfsi_plus_form_heading_fontcolor'=> sfsi_plus_sanitize_hex_color($sfsi_plus_form_heading_fontcolor),
|
695 |
-
'sfsi_plus_form_heading_fontsize' => intval($sfsi_plus_form_heading_fontsize),
|
696 |
-
'sfsi_plus_form_heading_fontalign'=> sanitize_text_field($sfsi_plus_form_heading_fontalign),
|
697 |
-
|
698 |
-
'sfsi_plus_form_field_text' => sanitize_text_field(stripslashes($sfsi_plus_form_field_text)),
|
699 |
-
'sfsi_plus_form_field_font' => sanitize_text_field($sfsi_plus_form_field_font),
|
700 |
-
'sfsi_plus_form_field_fontstyle'=> sanitize_text_field($sfsi_plus_form_field_fontstyle),
|
701 |
-
'sfsi_plus_form_field_fontcolor'=> sfsi_plus_sanitize_hex_color($sfsi_plus_form_field_fontcolor),
|
702 |
-
'sfsi_plus_form_field_fontsize' => intval($sfsi_plus_form_field_fontsize),
|
703 |
-
'sfsi_plus_form_field_fontalign'=> sanitize_text_field($sfsi_plus_form_field_fontalign),
|
704 |
-
|
705 |
-
'sfsi_plus_form_button_text' => sanitize_text_field(stripslashes($sfsi_plus_form_button_text)),
|
706 |
-
'sfsi_plus_form_button_font' => sanitize_text_field($sfsi_plus_form_button_font),
|
707 |
-
'sfsi_plus_form_button_fontstyle'=> sanitize_text_field($sfsi_plus_form_button_fontstyle),
|
708 |
-
'sfsi_plus_form_button_fontcolor'=> sfsi_plus_sanitize_hex_color($sfsi_plus_form_button_fontcolor),
|
709 |
-
'sfsi_plus_form_button_fontsize'=> intval($sfsi_plus_form_button_fontsize),
|
710 |
-
'sfsi_plus_form_button_fontalign'=> sanitize_text_field($sfsi_plus_form_button_fontalign),
|
711 |
-
'sfsi_plus_form_button_background'=> sfsi_plus_sanitize_hex_color($sfsi_plus_form_button_background),
|
712 |
-
);
|
713 |
-
|
714 |
-
update_option('sfsi_plus_section9_options',serialize($up_option9));
|
715 |
-
header('Content-Type: application/json');
|
716 |
-
echo json_encode(array("success")); exit;
|
717 |
-
}
|
718 |
-
|
719 |
-
/* upload custom icons images */
|
720 |
-
/* get counts for admin section */
|
721 |
-
function sfsi_plus_getCounts()
|
722 |
-
{
|
723 |
-
$socialObj = new sfsi_plus_SocialHelper();
|
724 |
-
$sfsi_plus_section4_options = unserialize(get_option('sfsi_plus_section4_options',false));
|
725 |
-
$sfsi_plus_section2_options = unserialize(get_option('sfsi_plus_section2_options',false));
|
726 |
-
$scounts = array(
|
727 |
-
'rss_count'=>'',
|
728 |
-
'email_count'=>'',
|
729 |
-
'fb_count'=>'',
|
730 |
-
'twitter_count'=>'',
|
731 |
-
'google_count'=>'',
|
732 |
-
'linkedIn_count'=>'',
|
733 |
-
'youtube_count'=>'',
|
734 |
-
'pin_count'=>'',
|
735 |
-
'share_count'=>''
|
736 |
-
);
|
737 |
-
/* get rss count */
|
738 |
-
if(!empty($sfsi_plus_section4_options['sfsi_plus_rss_manualCounts']) )
|
739 |
-
{
|
740 |
-
$scounts['rss_count']=$sfsi_plus_section4_options['sfsi_plus_rss_manualCounts'];
|
741 |
-
}
|
742 |
-
/* get email count */
|
743 |
-
if($sfsi_plus_section4_options['sfsi_plus_email_countsFrom']=="source" )
|
744 |
-
{
|
745 |
-
$feed_id = sanitize_text_field(get_option('sfsi_plus_feed_id',false));
|
746 |
-
$feed_data = $socialObj->SFSI_getFeedSubscriber($feed_id);
|
747 |
-
|
748 |
-
$scounts['email_count']= $socialObj->format_num($feed_data);
|
749 |
-
if(empty($scounts['email_count']))
|
750 |
-
{
|
751 |
-
$scounts['email_count']=(string) "0";
|
752 |
-
}
|
753 |
-
}
|
754 |
-
else
|
755 |
-
{
|
756 |
-
$scounts['email_count']=$sfsi_plus_section4_options['sfsi_plus_email_manualCounts'];
|
757 |
-
|
758 |
-
}
|
759 |
-
|
760 |
-
/* get fb count */
|
761 |
-
if($sfsi_plus_section4_options['sfsi_plus_facebook_countsFrom']=="likes" )
|
762 |
-
{
|
763 |
-
$url=home_url();
|
764 |
-
$fb_data=$socialObj->sfsi_get_fb($url);
|
765 |
-
|
766 |
-
$scounts['fb_count']= $socialObj->format_num($fb_data['like_count']);
|
767 |
-
|
768 |
-
}
|
769 |
-
else if($sfsi_plus_section4_options['sfsi_plus_facebook_countsFrom']=="followers" )
|
770 |
-
{
|
771 |
-
$url=home_url();
|
772 |
-
$fb_data=$socialObj->sfsi_get_fb($url);
|
773 |
-
$scounts['fb_count']= format_num($fb_data['share_count']);
|
774 |
-
if(empty($scounts['fb_count']))
|
775 |
-
{
|
776 |
-
$scounts['fb_count']=(string) "0";
|
777 |
-
}
|
778 |
-
}
|
779 |
-
else if($sfsi_plus_section4_options['sfsi_plus_facebook_countsFrom']=="mypage" )
|
780 |
-
{
|
781 |
-
$url = $sfsi_plus_section4_options['sfsi_plus_facebook_mypageCounts'];
|
782 |
-
$fb_data = $socialObj->sfsi_get_fb_pagelike($url);
|
783 |
-
$scounts['fb_count']= $fb_data;
|
784 |
-
}
|
785 |
-
else
|
786 |
-
{
|
787 |
-
$scounts['fb_count']=$sfsi_plus_section4_options['sfsi_plus_facebook_manualCounts'];
|
788 |
-
}
|
789 |
-
/* get twitter counts */
|
790 |
-
if($sfsi_plus_section4_options['sfsi_plus_twitter_countsFrom']=="source")
|
791 |
-
{
|
792 |
-
$twitter_user = $sfsi_plus_section2_options['sfsi_plus_twitter_followUserName'];
|
793 |
-
$tw_settings = array(
|
794 |
-
'sfsiplus_tw_consumer_key'=>$sfsi_plus_section4_options['sfsiplus_tw_consumer_key'],
|
795 |
-
'sfsiplus_tw_consumer_secret'=> $sfsi_plus_section4_options['sfsiplus_tw_consumer_secret'],
|
796 |
-
'sfsiplus_tw_oauth_access_token'=> $sfsi_plus_section4_options['sfsiplus_tw_oauth_access_token'],
|
797 |
-
'sfsiplus_tw_oauth_access_token_secret'=> $sfsi_plus_section4_options['sfsiplus_tw_oauth_access_token_secret']
|
798 |
-
);
|
799 |
-
|
800 |
-
$followers=$socialObj->sfsi_get_tweets($twitter_user,$tw_settings);
|
801 |
-
$scounts['twitter_count']= $socialObj->format_num($followers);
|
802 |
-
}
|
803 |
-
else
|
804 |
-
{
|
805 |
-
$scounts['twitter_count']=$sfsi_plus_section4_options['sfsi_plus_twitter_manualCounts'];
|
806 |
-
}
|
807 |
-
/* get google+ counts */
|
808 |
-
if($sfsi_plus_section4_options['sfsi_plus_google_countsFrom']=="follower" )
|
809 |
-
{
|
810 |
-
$url=$sfsi_plus_section2_options['sfsi_plus_google_pageURL'];
|
811 |
-
$api_key=$sfsi_plus_section4_options['sfsi_plus_google_api_key'];
|
812 |
-
$followers=$socialObj->sfsi_get_google($url,$api_key);
|
813 |
-
if(!is_int($followers))
|
814 |
-
{
|
815 |
-
$followers=0;
|
816 |
-
}
|
817 |
-
$counts=$followers;
|
818 |
-
$scounts['google_count']= $socialObj->format_num($followers);
|
819 |
-
}
|
820 |
-
else if($sfsi_plus_section4_options['sfsi_plus_google_countsFrom']=="likes" )
|
821 |
-
{
|
822 |
-
$url=home_url();
|
823 |
-
$api_key = $sfsi_plus_section4_options['sfsi_plus_google_api_key'];
|
824 |
-
$followers=$socialObj->sfsi_get_google($url,$api_key);
|
825 |
-
if(!is_int($followers))
|
826 |
-
{
|
827 |
-
$followers=0;
|
828 |
-
}
|
829 |
-
$counts=$followers;
|
830 |
-
$scounts['google_count']= $socialObj->format_num($followers);
|
831 |
-
}
|
832 |
-
else
|
833 |
-
{
|
834 |
-
$scounts['google_count']=$sfsi_plus_section4_options['sfsi_plus_google_manualCounts'];
|
835 |
-
}
|
836 |
-
|
837 |
-
/* get linkedIn counts */
|
838 |
-
if($sfsi_plus_section4_options['sfsi_plus_linkedIn_countsFrom']=="follower" )
|
839 |
-
{
|
840 |
-
$linkedIn_compay=$sfsi_plus_section2_options['sfsi_plus_linkedin_followCompany'];
|
841 |
-
$linkedIn_compay=$sfsi_plus_section4_options['sfsi_plus_ln_company'];
|
842 |
-
$ln_settings=array(
|
843 |
-
'sfsi_plus_ln_api_key' => $sfsi_plus_section4_options['sfsi_plus_ln_api_key'],
|
844 |
-
'sfsi_plus_ln_secret_key' => $sfsi_plus_section4_options['sfsi_plus_ln_secret_key'],
|
845 |
-
'sfsi_plus_ln_oAuth_user_token' => $sfsi_plus_section4_options['sfsi_plus_ln_oAuth_user_token']
|
846 |
-
);
|
847 |
-
$followers=$socialObj->sfsi_getlinkedin_follower($linkedIn_compay,$ln_settings);
|
848 |
-
$scounts['linkedIn_count']= $socialObj->format_num($followers);
|
849 |
-
}
|
850 |
-
else
|
851 |
-
{
|
852 |
-
$scounts['linkedIn_count']=$sfsi_plus_section4_options['sfsi_plus_linkedIn_manualCounts'];
|
853 |
-
}
|
854 |
-
/* get youtube counts */
|
855 |
-
if($sfsi_plus_section4_options['sfsi_plus_youtube_countsFrom']=="subscriber" )
|
856 |
-
{
|
857 |
-
if(
|
858 |
-
isset($sfsi_plus_section4_options['sfsi_plus_youtube_user'])
|
859 |
-
)
|
860 |
-
{
|
861 |
-
$youtube_user = $sfsi_plus_section4_options['sfsi_plus_youtube_user'];
|
862 |
-
|
863 |
-
$youtube_user = (
|
864 |
-
isset($sfsi_plus_section4_options['sfsi_plus_youtube_user']) &&
|
865 |
-
!empty($sfsi_plus_section4_options['sfsi_plus_youtube_user'])
|
866 |
-
) ? $sfsi_plus_section4_options['sfsi_plus_youtube_user'] : 'SpecificFeeds';
|
867 |
-
|
868 |
-
$followers = $socialObj->sfsi_get_youtube($youtube_user);
|
869 |
-
$scounts['youtube_count'] = $socialObj->format_num($followers);
|
870 |
-
}
|
871 |
-
else
|
872 |
-
{
|
873 |
-
$scounts['youtube_count'] = 01;
|
874 |
-
}
|
875 |
-
}
|
876 |
-
else
|
877 |
-
{
|
878 |
-
$scounts['youtube_count']=$sfsi_plus_section4_options['sfsi_plus_youtube_manualCounts'];
|
879 |
-
}
|
880 |
-
/* get Pinterest counts */
|
881 |
-
if($sfsi_plus_section4_options['sfsi_plus_pinterest_countsFrom']=="pins" )
|
882 |
-
{
|
883 |
-
$url=home_url();
|
884 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|