Version Description
Download this release
Release Info
Developer | marnietave |
Plugin | Free Tools to Automate Your Site Growth |
Version | 1.16 |
Comparing to | |
See all releases |
Code changes from version 1.15 to 1.16
- Readme.txt +7 -1
- classes/class_sumome.php +5 -5
- js/general.php +5 -3
- js/{preload.js → preload.php} +8 -4
- styles/media.css +51 -76
- styles/statistics.css +137 -132
- styles/styles.css +122 -468
- sumome.php +1 -1
- views/main.php +44 -47
- views/statistics.php +7 -5
- views/wordpress-dashboard-welcome-page.php +72 -46
Readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: SumoMe
|
|
3 |
Tags: MailChimp, Aweber, Constant Contact, Campaign Monitor, GetResponse, ActiveCampaign, MyEmma, Mad Mimi, Infusionsoft, Feedblitz, HubSpot, MyNewsletterBuilder, Inbox First, Sailthru, Klaviyo, Vero, Pardot, Zapier, Ontraport, ExactTarget, Vertical Response, Drip, MailerLite, WhatCounts, ConvertKit, MailJet, Maropost, popup, exit intent, growth, subscribers, twitter, facebook share, social plugin, social sharing, subscription, email form, share, sharing, social , social media buttons , links, click to tweet , analytics , newsletter, widget,lightbox, analytics, newsletter, newsletter, Facebook, floating social buttons, google plus, Image sharing, pinterest plugin, pintrest, share image, sharebar, sharing, social bookmarking, social plugin, sms, tweet button, heat map, heatmaps, twitter share, contact form, scroll box, content analytics, inbound marketing, mailing list, share buttons, welcome mat, landing page
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2.1
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -335,6 +335,9 @@ Why you should encourage Twitter sharing
|
|
335 |
* Statistics inside WordPress dashboard
|
336 |
* Better on-boarding
|
337 |
|
|
|
|
|
|
|
338 |
== Upgrade Notice ==
|
339 |
|
340 |
= 1.04 =
|
@@ -380,3 +383,6 @@ Why you should encourage Twitter sharing
|
|
380 |
* Integration with WordPress Admin
|
381 |
* Statistics inside WordPress dashboard
|
382 |
* Better on-boarding
|
|
|
|
|
|
3 |
Tags: MailChimp, Aweber, Constant Contact, Campaign Monitor, GetResponse, ActiveCampaign, MyEmma, Mad Mimi, Infusionsoft, Feedblitz, HubSpot, MyNewsletterBuilder, Inbox First, Sailthru, Klaviyo, Vero, Pardot, Zapier, Ontraport, ExactTarget, Vertical Response, Drip, MailerLite, WhatCounts, ConvertKit, MailJet, Maropost, popup, exit intent, growth, subscribers, twitter, facebook share, social plugin, social sharing, subscription, email form, share, sharing, social , social media buttons , links, click to tweet , analytics , newsletter, widget,lightbox, analytics, newsletter, newsletter, Facebook, floating social buttons, google plus, Image sharing, pinterest plugin, pintrest, share image, sharebar, sharing, social bookmarking, social plugin, sms, tweet button, heat map, heatmaps, twitter share, contact form, scroll box, content analytics, inbound marketing, mailing list, share buttons, welcome mat, landing page
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2.1
|
6 |
+
Stable tag: 1.16
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
335 |
* Statistics inside WordPress dashboard
|
336 |
* Better on-boarding
|
337 |
|
338 |
+
= 1.16 =
|
339 |
+
* CSS and pathname fixes
|
340 |
+
|
341 |
== Upgrade Notice ==
|
342 |
|
343 |
= 1.04 =
|
383 |
* Integration with WordPress Admin
|
384 |
* Statistics inside WordPress dashboard
|
385 |
* Better on-boarding
|
386 |
+
|
387 |
+
= 1.16 =
|
388 |
+
* CSS and pathname fixes
|
classes/class_sumome.php
CHANGED
@@ -114,7 +114,7 @@ class WP_Plugin_SumoMe {
|
|
114 |
$site_id = get_option('sumome_site_id');
|
115 |
|
116 |
if ($site_id) {
|
117 |
-
|
118 |
echo('<script data-cfasync="false" src="//load.sumome.com/" data-sumo-platform="'.$this->dataSumoPlatform.'" data-sumo-mode="admin" data-sumo-site-id="' . esc_attr($site_id) . '" async></script>');
|
119 |
|
120 |
}
|
@@ -127,9 +127,9 @@ class WP_Plugin_SumoMe {
|
|
127 |
|
128 |
public function sumome_render_welcome_page() {
|
129 |
$noClose=true;
|
130 |
-
print '<div class="sumome-plugin-main">';
|
131 |
include(SUMOME__PLUGIN_DIR.'/views/wordpress-dashboard-welcome-page.php');
|
132 |
-
print '</div>';
|
133 |
}
|
134 |
|
135 |
public function sumome_render_dashboard_page() {
|
@@ -170,12 +170,12 @@ class WP_Plugin_SumoMe {
|
|
170 |
$dashboardWidgetClass = 'minimized';
|
171 |
}
|
172 |
include_once(SUMOME__PLUGIN_DIR.'/js/general.php');
|
173 |
-
echo '<div class="sumome-dashboard-widget '.$dashboardWidgetClass.'"></div>';
|
174 |
?>
|
175 |
<script>
|
176 |
jQuery.post(ajaxurl, { action: 'sumome_dashboard_welcome' },
|
177 |
function(data) {
|
178 |
-
jQuery('.sumome-dashboard-widget').html(data);
|
179 |
});
|
180 |
</script>
|
181 |
<?php
|
114 |
$site_id = get_option('sumome_site_id');
|
115 |
|
116 |
if ($site_id) {
|
117 |
+
include(SUMOME__PLUGIN_DIR.'/js/preload.php');
|
118 |
echo('<script data-cfasync="false" src="//load.sumome.com/" data-sumo-platform="'.$this->dataSumoPlatform.'" data-sumo-mode="admin" data-sumo-site-id="' . esc_attr($site_id) . '" async></script>');
|
119 |
|
120 |
}
|
127 |
|
128 |
public function sumome_render_welcome_page() {
|
129 |
$noClose=true;
|
130 |
+
print '<div class="sumome-plugin-container"><div class="sumome-plugin-main">';
|
131 |
include(SUMOME__PLUGIN_DIR.'/views/wordpress-dashboard-welcome-page.php');
|
132 |
+
print '</div></div>';
|
133 |
}
|
134 |
|
135 |
public function sumome_render_dashboard_page() {
|
170 |
$dashboardWidgetClass = 'minimized';
|
171 |
}
|
172 |
include_once(SUMOME__PLUGIN_DIR.'/js/general.php');
|
173 |
+
echo '<div class="sumome-plugin-dashboard-widget '.$dashboardWidgetClass.'"></div>';
|
174 |
?>
|
175 |
<script>
|
176 |
jQuery.post(ajaxurl, { action: 'sumome_dashboard_welcome' },
|
177 |
function(data) {
|
178 |
+
jQuery('.sumome-plugin-dashboard-widget').html(data);
|
179 |
});
|
180 |
</script>
|
181 |
<?php
|
js/general.php
CHANGED
@@ -87,7 +87,7 @@ jQuery(document).ready(function() {
|
|
87 |
}
|
88 |
|
89 |
if (dataName=="sumome-control-advanced-settings") {
|
90 |
-
|
91 |
} else if (jQuery(this).hasClass('sumome-popup-iframe')) {
|
92 |
var popupHref=jQuery(this).data('href');
|
93 |
if (jQuery(this).attr('href')) popupHref=jQuery(this).attr('href');
|
@@ -105,7 +105,7 @@ jQuery(document).ready(function() {
|
|
105 |
} else if (dataName=="sumome-control-account-settings") {
|
106 |
window.open('https://sumome.com/account');
|
107 |
} else if (dataName=="sumome-control-statistics") {
|
108 |
-
document.location.href='admin.php?page=statistics';
|
109 |
} else {
|
110 |
jQuery('.'+dataName).click();
|
111 |
}
|
@@ -137,7 +137,9 @@ jQuery(document).ready(function() {
|
|
137 |
function sumo_logout() {
|
138 |
setCookie('__smToken', '', -1);
|
139 |
setCookie('__smUser', '', -1);
|
140 |
-
|
|
|
|
|
141 |
}
|
142 |
|
143 |
});
|
87 |
}
|
88 |
|
89 |
if (dataName=="sumome-control-advanced-settings") {
|
90 |
+
document.location.href='<?php print admin_url('admin.php?page=siteID')?>';
|
91 |
} else if (jQuery(this).hasClass('sumome-popup-iframe')) {
|
92 |
var popupHref=jQuery(this).data('href');
|
93 |
if (jQuery(this).attr('href')) popupHref=jQuery(this).attr('href');
|
105 |
} else if (dataName=="sumome-control-account-settings") {
|
106 |
window.open('https://sumome.com/account');
|
107 |
} else if (dataName=="sumome-control-statistics") {
|
108 |
+
document.location.href='<?php print admin_url('admin.php?page=statistics')?>';
|
109 |
} else {
|
110 |
jQuery('.'+dataName).click();
|
111 |
}
|
137 |
function sumo_logout() {
|
138 |
setCookie('__smToken', '', -1);
|
139 |
setCookie('__smUser', '', -1);
|
140 |
+
setTimeout(function(){
|
141 |
+
document.location.href='<?php print admin_url('admin.php?page=sumome')?>';
|
142 |
+
}, 500);
|
143 |
}
|
144 |
|
145 |
});
|
js/{preload.js → preload.php}
RENAMED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
function __smReady(sumome) {
|
2 |
sumome.core.emit('login');
|
3 |
sumome.core.on('login', function() {
|
@@ -77,15 +78,17 @@ function __smReady(sumome) {
|
|
77 |
sumome.core.emit('logout', false);
|
78 |
|
79 |
});
|
80 |
-
jQuery(document).on('click', '.sumome-dashboard-widget-learn-more',function () {
|
81 |
-
jQuery('.sumome-dashboard-widget').removeClass('minimized');
|
82 |
});
|
83 |
|
84 |
|
85 |
function sumo_logout() {
|
86 |
setCookie('__smToken', '', -1);
|
87 |
setCookie('__smUser', '', -1);
|
88 |
-
|
|
|
|
|
89 |
}
|
90 |
|
91 |
|
@@ -112,6 +115,7 @@ var setCookie = function(cname, cvalue, exdays) {
|
|
112 |
}
|
113 |
|
114 |
function sumome_login_refresh() {
|
115 |
-
document.location.href='
|
116 |
}
|
117 |
|
|
1 |
+
<script>
|
2 |
function __smReady(sumome) {
|
3 |
sumome.core.emit('login');
|
4 |
sumome.core.on('login', function() {
|
78 |
sumome.core.emit('logout', false);
|
79 |
|
80 |
});
|
81 |
+
jQuery(document).on('click', '.sumome-plugin-dashboard-widget-learn-more',function () {
|
82 |
+
jQuery('.sumome-plugin-dashboard-widget').removeClass('minimized');
|
83 |
});
|
84 |
|
85 |
|
86 |
function sumo_logout() {
|
87 |
setCookie('__smToken', '', -1);
|
88 |
setCookie('__smUser', '', -1);
|
89 |
+
setTimeout(function(){
|
90 |
+
document.location.href='<?php print admin_url('admin.php?page=sumome')?>';
|
91 |
+
}, 500);
|
92 |
}
|
93 |
|
94 |
|
115 |
}
|
116 |
|
117 |
function sumome_login_refresh() {
|
118 |
+
document.location.href='<?php print admin_url('admin.php?page=sumome')?>';
|
119 |
}
|
120 |
|
121 |
+
</script>
|
styles/media.css
CHANGED
@@ -5,6 +5,21 @@
|
|
5 |
width: 100%;
|
6 |
}
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
.sumome-plugin-popup-contents .sumome-site-id {
|
9 |
width: 180px !important;
|
10 |
height: 110px;
|
@@ -63,10 +78,10 @@
|
|
63 |
.sumome-plugin-main .list-number-title {
|
64 |
font-size: 20px;
|
65 |
}
|
66 |
-
.mobile{
|
67 |
display:block;
|
68 |
}
|
69 |
-
.no-mobile{
|
70 |
display:none;
|
71 |
}
|
72 |
.sumome-plugin-main .sumome-help span {
|
@@ -76,124 +91,124 @@
|
|
76 |
|
77 |
|
78 |
|
79 |
-
.sumome-logged-in-container .items .item-tile {
|
80 |
width:45%;
|
81 |
margin:25px 1%;
|
82 |
}
|
83 |
|
84 |
-
.sumome-logged-in-container .items .item-tile {
|
85 |
font-size:20px;
|
86 |
}
|
87 |
-
.sumome-logged-in-container .items .item-tile:nth-child(even) {
|
88 |
float: right;
|
89 |
}
|
90 |
|
91 |
|
92 |
/* top 2 tiles */
|
93 |
-
.sumome-logged-in-container .items .item-tile.sumo-apps,.sumome-logged-in-container .items .item-tile.sumo-store {
|
94 |
width:98%;
|
95 |
float:left;
|
96 |
font-size:25px;
|
97 |
text-align:right;
|
98 |
}
|
99 |
|
100 |
-
.sumome-logged-in-container .items .item-tile.sumo-apps {
|
101 |
background-size: 90%;
|
102 |
background-position: -120px -35px;
|
103 |
}
|
104 |
-
.sumome-logged-in-container .items .item-tile.sumo-store {
|
105 |
background-size: 80%;
|
106 |
background-position: -60px -35px;
|
107 |
}
|
108 |
|
109 |
-
.sumome-logged-in-container .items .item-tile.sumo-apps .item-tile-title,
|
110 |
-
.sumome-logged-in-container .items .item-tile.sumo-store .item-tile-title {
|
111 |
padding-right:30px;
|
112 |
}
|
113 |
|
114 |
-
.sumome-
|
|
|
115 |
line-height:normal;
|
116 |
}
|
117 |
-
.sumome-
|
|
|
118 |
line-height:200px;
|
119 |
}
|
120 |
|
121 |
-
.sumome-logged-in-container .items .item-tile-title {
|
122 |
line-height:normal;
|
123 |
display: inline-flex;
|
124 |
align-items: center;
|
125 |
height:100%;
|
126 |
}
|
127 |
|
128 |
-
.sumome-dashboard-widget-header-title,
|
129 |
-
.sumome-dashboard-widget-header-desc {
|
130 |
width:96% !important;
|
131 |
}
|
132 |
|
133 |
|
134 |
-
.sumome-dashboard-widget {
|
135 |
top: 0;
|
136 |
left: 0px;
|
137 |
width: 100vw;
|
138 |
}
|
139 |
-
|
140 |
-
|
141 |
-
}
|
142 |
-
.sumome-dashboard-widget-inner {
|
143 |
border: 0px solid #ddd;
|
144 |
}
|
145 |
-
.sumome-dashboard-widget-inner .sumome-dashboard-widget-row ul {
|
146 |
margin-left: 0px;
|
147 |
}
|
148 |
|
149 |
-
.sumome-dashboard-widget-inner button.green.connect-button, .sumome-dashboard-widget-inner button.green.dashboard-button {
|
150 |
|
151 |
}
|
152 |
-
.sumome-dashboard-widget.minimized button.green {
|
153 |
line-height: 27px;
|
154 |
font-size: 13px;
|
155 |
}
|
156 |
|
157 |
-
.sumome-dashboard-widget-top-note {
|
158 |
max-width: 95% !important;
|
159 |
}
|
160 |
|
161 |
-
.sumome-dashboard-widget-row {
|
162 |
max-width: 90%;
|
163 |
white-space: normal;
|
164 |
min-height: 400px;
|
165 |
margin-top:0px;
|
166 |
margin-bottom:0px;
|
167 |
}
|
168 |
-
.sumome-dashboard-widget-separator2 {
|
169 |
min-height: 270px;
|
170 |
}
|
171 |
|
172 |
-
.sumome-dashboard-widget-top-note-desc br {
|
173 |
display:none;
|
174 |
}
|
175 |
|
176 |
-
.sumome-dashboard-widget-inner .sumome-dashboard-widget-top-note ul {
|
177 |
margin-top: 15px;
|
178 |
width:80%;
|
179 |
}
|
180 |
|
181 |
-
.sumome-dashboard-widget-middle-note-title {
|
182 |
margin-top: 80px;
|
183 |
}
|
184 |
-
.sumome-dashboard-widget-middle-note-title,
|
185 |
-
.sumome-dashboard-widget-middle-note-desc,
|
186 |
-
.sumome-dashboard-widget-middle-note-clients {
|
187 |
width: 85%;
|
188 |
}
|
189 |
|
190 |
-
.sumome-dashboard-widget-middle-note-clients img {
|
191 |
width: 30%;
|
192 |
padding: 20px;
|
193 |
}
|
194 |
|
195 |
|
196 |
-
.sumome-dashboard-widget-row-title {
|
197 |
text-align: center;
|
198 |
}
|
199 |
.sumome-plugin-left div {
|
@@ -211,7 +226,7 @@
|
|
211 |
|
212 |
}
|
213 |
|
214 |
-
.sumome-logged-in-container .header-banner {
|
215 |
background-image: url('/wp-content/plugins/sumome/images/sumome-banner.jpg');
|
216 |
background-repeat: no-repeat;
|
217 |
min-height: 150px;
|
@@ -223,50 +238,10 @@
|
|
223 |
padding-top:0px;
|
224 |
}
|
225 |
|
226 |
-
.statistics table {
|
227 |
text-align: center;
|
228 |
}
|
229 |
|
230 |
|
231 |
|
232 |
-
/*actual sumome product*/
|
233 |
-
div .sumome-launcher .sumome-launcher-apps ul li {
|
234 |
-
margin: 0px auto;
|
235 |
-
width: 90%;
|
236 |
-
padding: 0px;
|
237 |
-
float: none;
|
238 |
-
}
|
239 |
-
|
240 |
-
.sumome-modal.sumome-xlarge {
|
241 |
-
width: 90%;
|
242 |
-
left: 5%;
|
243 |
-
top: 5vh;
|
244 |
-
height: 90vh;
|
245 |
-
}
|
246 |
-
|
247 |
-
.sumome-modal.sumome-medium {
|
248 |
-
left: 5%;
|
249 |
-
width: 90%;
|
250 |
-
}
|
251 |
-
|
252 |
-
.sumome-control {
|
253 |
-
z-index: 1000;
|
254 |
-
}
|
255 |
-
|
256 |
-
.sumome-plugin-popup-container .about h1 {
|
257 |
-
line-height: 50px;
|
258 |
-
padding-top: 10px;
|
259 |
-
}
|
260 |
-
|
261 |
-
.sumome-plugin-popup-container .hero-bg.about {
|
262 |
-
height: 130px;
|
263 |
-
}
|
264 |
-
|
265 |
-
.sumome-modal .sumome-launcher-app-5d26e2da-aef5-41c1-947a-624497281723,
|
266 |
-
.sumome-modal .sumome-launcher-app-ee27a0af-9947-40c9-8eab-0ab6a4f7a9c1 {
|
267 |
-
display:none;
|
268 |
-
|
269 |
-
}
|
270 |
-
|
271 |
-
|
272 |
}
|
5 |
width: 100%;
|
6 |
}
|
7 |
|
8 |
+
.sumome-plugin-container {
|
9 |
+
margin-left: -20px;
|
10 |
+
}
|
11 |
+
.sumome-plugin-dashboard-widget-learn-more {
|
12 |
+
display:none;
|
13 |
+
}
|
14 |
+
|
15 |
+
.sumome-plugin-dashboard-widget div.sumome-plugin-dashboard-widget-close-button {
|
16 |
+
|
17 |
+
z-index:999999;
|
18 |
+
position:absolute;
|
19 |
+
top:10px;
|
20 |
+
right:10px;
|
21 |
+
}
|
22 |
+
|
23 |
.sumome-plugin-popup-contents .sumome-site-id {
|
24 |
width: 180px !important;
|
25 |
height: 110px;
|
78 |
.sumome-plugin-main .list-number-title {
|
79 |
font-size: 20px;
|
80 |
}
|
81 |
+
.sumome-plugin-main .mobile{
|
82 |
display:block;
|
83 |
}
|
84 |
+
.sumome-plugin-main .no-mobile{
|
85 |
display:none;
|
86 |
}
|
87 |
.sumome-plugin-main .sumome-help span {
|
91 |
|
92 |
|
93 |
|
94 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile {
|
95 |
width:45%;
|
96 |
margin:25px 1%;
|
97 |
}
|
98 |
|
99 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile {
|
100 |
font-size:20px;
|
101 |
}
|
102 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile:nth-child(even) {
|
103 |
float: right;
|
104 |
}
|
105 |
|
106 |
|
107 |
/* top 2 tiles */
|
108 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile.sumo-apps,.sumome-logged-in-container .items .item-tile.sumo-store {
|
109 |
width:98%;
|
110 |
float:left;
|
111 |
font-size:25px;
|
112 |
text-align:right;
|
113 |
}
|
114 |
|
115 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile.sumo-apps {
|
116 |
background-size: 90%;
|
117 |
background-position: -120px -35px;
|
118 |
}
|
119 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile.sumo-store {
|
120 |
background-size: 80%;
|
121 |
background-position: -60px -35px;
|
122 |
}
|
123 |
|
124 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile.sumo-apps .item-tile-title,
|
125 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile.sumo-store .item-tile-title {
|
126 |
padding-right:30px;
|
127 |
}
|
128 |
|
129 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile,
|
130 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile-background {
|
131 |
line-height:normal;
|
132 |
}
|
133 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-apps,
|
134 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-store {
|
135 |
line-height:200px;
|
136 |
}
|
137 |
|
138 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile-title {
|
139 |
line-height:normal;
|
140 |
display: inline-flex;
|
141 |
align-items: center;
|
142 |
height:100%;
|
143 |
}
|
144 |
|
145 |
+
.sumome-plugin-dashboard-widget-header-title,
|
146 |
+
.sumome-plugin-dashboard-widget-header-desc {
|
147 |
width:96% !important;
|
148 |
}
|
149 |
|
150 |
|
151 |
+
.sumome-plugin-dashboard-widget {
|
152 |
top: 0;
|
153 |
left: 0px;
|
154 |
width: 100vw;
|
155 |
}
|
156 |
+
|
157 |
+
.sumome-plugin-dashboard-widget-inner {
|
|
|
|
|
158 |
border: 0px solid #ddd;
|
159 |
}
|
160 |
+
.sumome-plugin-dashboard-widget-inner .sumome-plugin-dashboard-widget-row ul {
|
161 |
margin-left: 0px;
|
162 |
}
|
163 |
|
164 |
+
.sumome-plugin-dashboard-widget-inner button.green.connect-button, .sumome-plugin-dashboard-widget-inner button.green.dashboard-button {
|
165 |
|
166 |
}
|
167 |
+
.sumome-plugin-dashboard-widget.minimized button.green {
|
168 |
line-height: 27px;
|
169 |
font-size: 13px;
|
170 |
}
|
171 |
|
172 |
+
.sumome-plugin-dashboard-widget-top-note {
|
173 |
max-width: 95% !important;
|
174 |
}
|
175 |
|
176 |
+
.sumome-plugin-dashboard-widget-row {
|
177 |
max-width: 90%;
|
178 |
white-space: normal;
|
179 |
min-height: 400px;
|
180 |
margin-top:0px;
|
181 |
margin-bottom:0px;
|
182 |
}
|
183 |
+
.sumome-plugin-dashboard-widget-separator2 {
|
184 |
min-height: 270px;
|
185 |
}
|
186 |
|
187 |
+
.sumome-plugin-dashboard-widget-top-note-desc br {
|
188 |
display:none;
|
189 |
}
|
190 |
|
191 |
+
.sumome-plugin-dashboard-widget-inner .sumome-plugin-dashboard-widget-top-note ul {
|
192 |
margin-top: 15px;
|
193 |
width:80%;
|
194 |
}
|
195 |
|
196 |
+
.sumome-plugin-dashboard-widget-middle-note-title {
|
197 |
margin-top: 80px;
|
198 |
}
|
199 |
+
.sumome-plugin-dashboard-widget-middle-note-title,
|
200 |
+
.sumome-plugin-dashboard-widget-middle-note-desc,
|
201 |
+
.sumome-plugin-dashboard-widget-middle-note-clients {
|
202 |
width: 85%;
|
203 |
}
|
204 |
|
205 |
+
.sumome-plugin-dashboard-widget-middle-note-clients img {
|
206 |
width: 30%;
|
207 |
padding: 20px;
|
208 |
}
|
209 |
|
210 |
|
211 |
+
.sumome-plugin-dashboard-widget-row-title {
|
212 |
text-align: center;
|
213 |
}
|
214 |
.sumome-plugin-left div {
|
226 |
|
227 |
}
|
228 |
|
229 |
+
.sumome-plugin-main .sumome-logged-in-container .header-banner {
|
230 |
background-image: url('/wp-content/plugins/sumome/images/sumome-banner.jpg');
|
231 |
background-repeat: no-repeat;
|
232 |
min-height: 150px;
|
238 |
padding-top:0px;
|
239 |
}
|
240 |
|
241 |
+
.sumome-plugin-main .statistics table {
|
242 |
text-align: center;
|
243 |
}
|
244 |
|
245 |
|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
}
|
styles/statistics.css
CHANGED
@@ -1,18 +1,16 @@
|
|
1 |
|
2 |
-
.statistics-container {
|
3 |
border-radius: 5px;
|
4 |
-
|
5 |
margin-bottom: 20px;
|
6 |
display:none;
|
7 |
}
|
8 |
-
.statistics-inner-container {
|
9 |
|
10 |
}
|
11 |
-
.statistics {
|
12 |
min-height: 100px;
|
13 |
background-color: #f0f3f5;
|
14 |
max-width: 960px;
|
15 |
-
|
16 |
margin: 0px auto;
|
17 |
word-wrap: normal;
|
18 |
-ms-word-wrap: normal;
|
@@ -24,7 +22,6 @@
|
|
24 |
font: inherit;
|
25 |
font-size: 100%;
|
26 |
vertical-align: baseline;
|
27 |
-
|
28 |
width: auto;
|
29 |
line-height: initial;
|
30 |
font-style: initial;
|
@@ -48,23 +45,24 @@
|
|
48 |
margin-bottom: 20px;
|
49 |
padding: 20px 20px 0;
|
50 |
}
|
51 |
-
.statistics:before,
|
|
|
52 |
content: "";
|
53 |
content: none;
|
54 |
}
|
55 |
-
.statistics div, .statistics span, .statistics applet, .statistics object, .statistics iframe,
|
56 |
-
.statistics h1, .statistics h2, .statistics h3, .statistics h4, .statistics h5, .statistics h6, .statistics p, .statistics blockquote, .statistics pre,
|
57 |
-
.statistics a, .statistics abbr, .statistics acronym, .statistics address, .statistics big, .statistics cite, .statistics code,
|
58 |
-
.statistics del, .statistics dfn, .statistics em, .statistics img, .statistics ins, .statistics kbd, .statistics q, .statistics s, .statistics samp,
|
59 |
-
.statistics small, .statistics strike, .statistics strong, .statistics sub, .statistics sup, .statistics tt, .statistics var,
|
60 |
-
.statistics b, .statistics u, .statistics i, .statistics center,
|
61 |
-
.statistics dl, .statistics dt, .statistics dd, .statistics ol, .statistics ul, .statistics li,
|
62 |
-
.statistics fieldset, .statistics form, .statistics label, .statistics legend,
|
63 |
-
.statistics table, .statistics caption, .statistics tbody, .statistics tfoot, .statistics thead, .statistics tr, .statistics th, .statistics td,
|
64 |
-
.statistics article, .statistics aside, .statistics canvas, .statistics details, .statistics embed,
|
65 |
-
.statistics figure, .statistics figcaption, .statistics footer, .statistics header, .statistics hgroup,
|
66 |
-
.statistics menu, .statistics nav, .statistics output, .statistics ruby, .statistics section, .statistics summary,
|
67 |
-
.statistics time, .statistics mark, .statistics audio, .statistics video {
|
68 |
word-wrap: normal;
|
69 |
-ms-word-wrap: normal;
|
70 |
-moz-box-sizing: border-box;
|
@@ -89,35 +87,41 @@
|
|
89 |
-o-border-radius: 0;
|
90 |
border-radius: 0;
|
91 |
}
|
92 |
-
.statistics div {
|
93 |
width: auto;
|
94 |
float: none;
|
95 |
}
|
96 |
-
.statistics table {
|
97 |
border-collapse: collapse;
|
98 |
border-spacing: 0;
|
99 |
}
|
100 |
-
.
|
|
|
|
|
101 |
text-align: left;
|
102 |
font-weight: normal;
|
103 |
vertical-align: middle;
|
104 |
}
|
105 |
-
.statistics q,
|
|
|
106 |
quotes: none;
|
107 |
}
|
108 |
-
.
|
|
|
|
|
|
|
109 |
content: "";
|
110 |
content: none;
|
111 |
}
|
112 |
-
.statistics img {
|
113 |
width: auto;
|
114 |
}
|
115 |
-
.statistics a img {
|
116 |
border: none;
|
117 |
}
|
118 |
-
.statistics input[type=text], .statistics input[type=password],
|
119 |
-
.statistics input[type=radio], .statistics input[type=checkbox],
|
120 |
-
.statistics textarea {
|
121 |
border-width: 1px;
|
122 |
outline: 0;
|
123 |
border-color: black;
|
@@ -135,12 +139,15 @@
|
|
135 |
-moz-border-radius: 3px / 3px;
|
136 |
border-radius: 3px / 3px;
|
137 |
}
|
138 |
-
.
|
139 |
-
.
|
140 |
-
.statistics
|
|
|
|
|
141 |
outline: 0;
|
142 |
}
|
143 |
-
.statistics input[type=radio],
|
|
|
144 |
max-width: initial;
|
145 |
max-height: initial;
|
146 |
min-width: initial;
|
@@ -148,7 +155,7 @@
|
|
148 |
position: static;
|
149 |
display: inline-block;
|
150 |
}
|
151 |
-
.statistics select {
|
152 |
border-color: black;
|
153 |
outline: 0;
|
154 |
margin: 0;
|
@@ -163,10 +170,10 @@
|
|
163 |
-moz-border-radius: 3px / 3px;
|
164 |
border-radius: 3px / 3px;
|
165 |
}
|
166 |
-
.statistics select:focus {
|
167 |
outline: 0;
|
168 |
}
|
169 |
-
.statistics button {
|
170 |
border: initial;
|
171 |
-webkit-border-radius: 0;
|
172 |
-moz-border-radius: 0;
|
@@ -174,78 +181,79 @@
|
|
174 |
-o-border-radius: 0;
|
175 |
border-radius: 0;
|
176 |
}
|
177 |
-
.statistics address:before, .statistics address:after,
|
178 |
-
.statistics article:before, .statistics article:after,
|
179 |
-
.statistics aside:before, .statistics aside:after,
|
180 |
-
.statistics audio:before, .statistics audio:after,
|
181 |
-
.statistics blockquote:before, .statistics blockquote:after,
|
182 |
-
.statistics canvas:before, .statistics canvas:after,
|
183 |
-
.statistics dd:before, .statistics dd:after,
|
184 |
-
.statistics div:before, .statistics div:after,
|
185 |
-
.statistics dl:before, .statistics dl:after,
|
186 |
-
.statistics fieldset:before, .statistics fieldset:after,
|
187 |
-
.statistics figcaption:before, .statistics figcaption:after,
|
188 |
-
.statistics figure:before, .statistics figure:after,
|
189 |
-
.statistics footer:before, .statistics footer:after,
|
190 |
-
.statistics form:before, .statistics form:after,
|
191 |
-
.statistics header:before, .statistics header:after,
|
192 |
-
.statistics hr:before, .statistics hr:after,
|
193 |
-
.statistics main:before, .statistics main:after,
|
194 |
-
.statistics output:before, .statistics output:after,
|
195 |
-
.statistics pre:before, .statistics pre:after,
|
196 |
-
.statistics section:before, .statistics section:after,
|
197 |
-
.statistics table:before, .statistics table:after,
|
198 |
-
.statistics tfoot:before, .statistics tfoot:after,
|
199 |
-
.statistics video:before, .statistics video:after {
|
200 |
content: none;
|
201 |
}
|
202 |
-
.statistics a {
|
203 |
text-decoration: none;
|
204 |
}
|
205 |
-
.statistics h4 {
|
206 |
font-weight: 700;
|
207 |
}
|
208 |
-
.statistics .statsEmpty {
|
209 |
padding-bottom: 20px;
|
210 |
}
|
211 |
-
.statistics .center {
|
212 |
display: block;
|
213 |
margin: 0 auto;
|
214 |
}
|
215 |
-
.statistics .article,
|
216 |
-
.statistics .articleLink {
|
217 |
display: table-cell;
|
218 |
}
|
219 |
-
.statistics .article {
|
220 |
vertical-align: middle;
|
221 |
}
|
222 |
-
.statistics > table.row {
|
223 |
width: 100%;
|
224 |
}
|
225 |
-
.statistics > table.row .wrapper {
|
226 |
display: inline-block;
|
227 |
vertical-align: top;
|
228 |
/*width: 100%;*/
|
229 |
min-width: 280px;
|
230 |
width: 19.8%;
|
231 |
}
|
232 |
-
.statistics > table.row .wrapper table.four.columns {
|
233 |
margin-bottom: 20px;
|
234 |
width: 100%;
|
235 |
}
|
236 |
-
.statistics > table.row .wrapper.last {
|
237 |
margin-right: 0;
|
238 |
}
|
239 |
-
.statistics > table.row .statTable td {
|
240 |
padding-bottom: 4px;
|
241 |
vertical-align: top;
|
242 |
}
|
243 |
-
.
|
|
|
244 |
margin-bottom: 0;
|
245 |
padding-bottom: 0;
|
246 |
margin: 0px 10px;
|
247 |
}
|
248 |
-
.statistics h1 {
|
249 |
font-size: 38px;
|
250 |
line-height: 38px;
|
251 |
text-align: center;
|
@@ -253,7 +261,7 @@
|
|
253 |
padding-top: 8px;
|
254 |
padding-bottom: 6px;
|
255 |
}
|
256 |
-
.statistics h2 {
|
257 |
font-size: 14px;
|
258 |
line-height: 14px;
|
259 |
font-weight: 500;
|
@@ -261,14 +269,14 @@
|
|
261 |
text-align: center;
|
262 |
color: #ffffff;
|
263 |
}
|
264 |
-
.statistics h3 {
|
265 |
font-size: 32px;
|
266 |
line-height: 40px;
|
267 |
text-align: center;
|
268 |
color: #ffffff;
|
269 |
padding-bottom: 8px;
|
270 |
}
|
271 |
-
.statistics h4 {
|
272 |
font-size: 12px;
|
273 |
line-height: 12px;
|
274 |
font-weight: 700;
|
@@ -278,14 +286,14 @@
|
|
278 |
color: #ffffff;
|
279 |
text-transform: uppercase;
|
280 |
}
|
281 |
-
.statistics h5 {
|
282 |
font-size: 28px;
|
283 |
line-height: 28px;
|
284 |
letter-spacing: -3px;
|
285 |
text-align: center;
|
286 |
color: #495259;
|
287 |
}
|
288 |
-
.statistics h6 {
|
289 |
font-size: 14px;
|
290 |
line-height: 14px;
|
291 |
font-weight: 700;
|
@@ -295,14 +303,14 @@
|
|
295 |
color: #495259;
|
296 |
text-transform: uppercase;
|
297 |
}
|
298 |
-
.statistics p {
|
299 |
margin: 0;
|
300 |
font-size: 12px;
|
301 |
line-height: 12px;
|
302 |
letter-spacing: -1px;
|
303 |
color: #495259;
|
304 |
}
|
305 |
-
.statistics p.date {
|
306 |
font-size: 18px;
|
307 |
font-weight: 400;
|
308 |
padding-top: 6px;
|
@@ -311,29 +319,29 @@
|
|
311 |
color: #ffffff;
|
312 |
line-height: 22px;
|
313 |
}
|
314 |
-
.statistics .proText {
|
315 |
color: #ffffff;
|
316 |
font-size: 16px;
|
317 |
line-height: 26px;
|
318 |
text-align: center;
|
319 |
letter-spacing: 0px;
|
320 |
}
|
321 |
-
.statistics .proContainer {
|
322 |
height: auto;
|
323 |
background: #6c62c5;
|
324 |
padding: 9px 10px 8px 10px;
|
325 |
border-radius: 5px;
|
326 |
}
|
327 |
-
.statistics a:visited {
|
328 |
color: #ffffff !important;
|
329 |
}
|
330 |
-
.statistics .small-button {
|
331 |
color: #ffffff !important;
|
332 |
font-weight: 700 !important;
|
333 |
box-shadow: none;
|
334 |
margin-bottom: 5px;
|
335 |
}
|
336 |
-
.statistics .article {
|
337 |
height: auto;
|
338 |
font-size: 23px;
|
339 |
line-height: 28px;
|
@@ -344,74 +352,74 @@
|
|
344 |
color: #ffffff !important;
|
345 |
height: 233px;
|
346 |
}
|
347 |
-
.statistics .article:hover {
|
348 |
color: #ffffff !important;
|
349 |
text-decoration: underline;
|
350 |
}
|
351 |
-
.statistics .appTitle {
|
352 |
height: 28px;
|
353 |
border-top-left-radius: 4px;
|
354 |
border-top-right-radius: 4px;
|
355 |
}
|
356 |
-
.statistics .titlePadding {
|
357 |
padding-left: 20px;
|
358 |
}
|
359 |
-
.statistics .statTable {
|
360 |
border-radius: 4px;
|
361 |
width: 280px;
|
362 |
background-color: #fff;
|
363 |
}
|
364 |
-
.statistics .negativeNumber {
|
365 |
font-size: 17px;
|
366 |
color: #f33f13;
|
367 |
text-align: center;
|
368 |
padding-top: 4px;
|
369 |
padding-bottom: 6px;
|
370 |
}
|
371 |
-
.statistics .positiveNumber {
|
372 |
font-size: 17px;
|
373 |
color: #56c92b;
|
374 |
text-align: center;
|
375 |
padding-top: 4px;
|
376 |
padding-bottom: 6px;
|
377 |
}
|
378 |
-
.statistics .neutralNumber {
|
379 |
font-size: 11px;
|
380 |
color: #ffffff;
|
381 |
background-color: #a4a9ac;
|
382 |
padding: 3px 6px;
|
383 |
border-radius: 4px;
|
384 |
}
|
385 |
-
.statistics .graphLeft {
|
386 |
padding-left: 10px;
|
387 |
letter-spacing: 0;
|
388 |
height: 12px;
|
389 |
text-align: left;
|
390 |
}
|
391 |
-
.statistics p {
|
392 |
margin-bottom: 0px;
|
393 |
}
|
394 |
-
.statistics .graphBar {
|
395 |
height: 10px;
|
396 |
border-radius: 4px 4px 4px 4px;
|
397 |
-webkit-border-radius: 4px 4px 4px 4px;
|
398 |
}
|
399 |
-
.statistics .graphBlank {
|
400 |
padding-top: 10px;
|
401 |
letter-spacing: 0;
|
402 |
}
|
403 |
-
.statistics .graphDivider {
|
404 |
padding: 0 10px 6px 10px !important;
|
405 |
padding-bottom: 6px !important;
|
406 |
}
|
407 |
-
.statistics .grayLine {
|
408 |
height: 1px;
|
409 |
width: 100%;
|
410 |
background: #c2dced;
|
411 |
margin-bottom: 4px;
|
412 |
font-size: 0px;
|
413 |
}
|
414 |
-
.statistics .graphNumberRight {
|
415 |
font-weight: 700;
|
416 |
letter-spacing: 0;
|
417 |
padding-left: 4px;
|
@@ -419,21 +427,21 @@
|
|
419 |
text-align: right;
|
420 |
float: right;
|
421 |
}
|
422 |
-
.statistics .totalNumber {
|
423 |
text-align: center;
|
424 |
padding-top: 3px;
|
425 |
padding-bottom: 7px;
|
426 |
}
|
427 |
-
.statistics.sumome-dashboard-stats {
|
428 |
position: relative !important;
|
429 |
top: initial;
|
430 |
left: initial;
|
431 |
padding: 20px 0 0 20px;
|
432 |
}
|
433 |
-
.statistics.sumome-dashboard-stats .articleLink .article {
|
434 |
height: 233px;
|
435 |
}
|
436 |
-
.statistics h3.headline {
|
437 |
color: #000000;
|
438 |
text-align: left;
|
439 |
font-size: 18px;
|
@@ -441,91 +449,88 @@
|
|
441 |
padding-bottom: 20px;
|
442 |
text-align: center;
|
443 |
}
|
444 |
-
.statistics.sumome-dashboard-stats > table.row .wrapper {
|
445 |
margin-right: 20px;
|
446 |
width: calc(100% - 20px) !important;
|
447 |
}
|
448 |
-
.statistics.sumome-dashboard-stats.columns-2 > table.row .wrapper {
|
449 |
width: calc(50% - 20px) !important;
|
450 |
}
|
451 |
-
.statistics.sumome-dashboard-stats.columns-3 > table.row .wrapper {
|
452 |
width: calc(33.333333333% - 20px) !important;
|
453 |
}
|
454 |
-
.statistics.sumome-dashboard-stats.columns-4 > table.row .wrapper {
|
455 |
width: calc(25% - 20px) !important;
|
456 |
}
|
457 |
-
.statistics.sumome-dashboard-stats.columns-5 > table.row .wrapper {
|
458 |
width: calc(20% - 20px) !important;
|
459 |
}
|
460 |
-
.statistics.sumome-dashboard-stats.columns-6 > table.row .wrapper {
|
461 |
width: calc(16.666666666% - 20px) !important;
|
462 |
}
|
463 |
-
.statistics.sumome-dashboard-stats.columns-7 > table.row .wrapper {
|
464 |
width: calc(14.285714285% - 20px) !important;
|
465 |
}
|
466 |
-
.statistics.sumome-dashboard-stats.columns-8 > table.row .wrapper {
|
467 |
width: calc(12.5% - 20px) !important;
|
468 |
}
|
469 |
-
.statistics.sumome-dashboard-stats.columns-9 > table.row .wrapper {
|
470 |
width: calc(12.5% - 20px) !important;
|
471 |
}
|
472 |
-
.statistics.sumome-dashboard-stats.columns-10 > table.row .wrapper {
|
473 |
width: calc(11.111111111% - 20px) !important;
|
474 |
}
|
475 |
|
476 |
-
.statistics-search {
|
477 |
padding: 0px;
|
478 |
width:960px;
|
479 |
margin:0px auto;
|
480 |
border-radius-top-right: 5px;
|
481 |
border-radius-top-left: 5px;
|
482 |
}
|
483 |
-
.statistics-search .sumome-switch input {
|
484 |
margin: 0px !important;
|
485 |
}
|
486 |
-
.statistics-search .sumome-switch label {
|
487 |
margin-bottom: 16px !important;
|
488 |
}
|
489 |
-
.statistics-search select {
|
490 |
margin: 0 0 16px 0 !important;
|
491 |
}
|
492 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper {
|
493 |
background-color: #f0f3f5;
|
494 |
}
|
495 |
-
.
|
|
|
496 |
margin: 0 0 0 0 !important;
|
497 |
}
|
498 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper input.sumome-dashboard-end-date {
|
499 |
cursor: default;
|
500 |
}
|
501 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper select.sumome-dashboard-date-select {
|
502 |
background-color: #ffffff;
|
503 |
}
|
504 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper .sumome-columns {
|
505 |
padding-left: 20px;
|
506 |
padding-right: 20px;
|
507 |
width: auto;
|
508 |
display: inline-block;
|
509 |
}
|
510 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper .sumome-button {
|
511 |
margin-bottom: 0px;
|
512 |
}
|
513 |
-
.statistics-search .sumome-dashboard-stats-date-select-wrapper div.sumome-small-12 {
|
514 |
margin-top: 20px;
|
515 |
}
|
516 |
-
.statistics-search .sumome-row-header span {
|
517 |
cursor: default;
|
518 |
}
|
519 |
-
.statistics-search .sumome-dashboard-stats-wrapper {
|
520 |
background-color: #f0f3f5;
|
521 |
width: 100% !important;
|
522 |
}
|
523 |
-
.statistics-search .sumome-dashboard-stats-wrapper div.row {
|
524 |
display: inline;
|
525 |
width: 100%;
|
526 |
}
|
527 |
|
528 |
-
#wpbody-content {
|
529 |
-
float: none;
|
530 |
-
width: auto;
|
531 |
-
}
|
1 |
|
2 |
+
.sumome-plugin-main .statistics-container {
|
3 |
border-radius: 5px;
|
|
|
4 |
margin-bottom: 20px;
|
5 |
display:none;
|
6 |
}
|
7 |
+
.sumome-plugin-main .statistics-inner-container {
|
8 |
|
9 |
}
|
10 |
+
.sumome-plugin-main .statistics {
|
11 |
min-height: 100px;
|
12 |
background-color: #f0f3f5;
|
13 |
max-width: 960px;
|
|
|
14 |
margin: 0px auto;
|
15 |
word-wrap: normal;
|
16 |
-ms-word-wrap: normal;
|
22 |
font: inherit;
|
23 |
font-size: 100%;
|
24 |
vertical-align: baseline;
|
|
|
25 |
width: auto;
|
26 |
line-height: initial;
|
27 |
font-style: initial;
|
45 |
margin-bottom: 20px;
|
46 |
padding: 20px 20px 0;
|
47 |
}
|
48 |
+
.sumome-plugin-main .statistics:before,
|
49 |
+
.sumome-plugin-main .statistics:after {
|
50 |
content: "";
|
51 |
content: none;
|
52 |
}
|
53 |
+
.sumome-plugin-main .statistics div, .sumome-plugin-main .statistics span, .sumome-plugin-main .statistics applet, .sumome-plugin-main .statistics object, .sumome-plugin-main .statistics iframe,
|
54 |
+
.sumome-plugin-main .statistics h1, .sumome-plugin-main .statistics h2, .sumome-plugin-main .statistics h3, .sumome-plugin-main .statistics h4, .sumome-plugin-main .statistics h5, .sumome-plugin-main .statistics h6, .sumome-plugin-main .statistics p, .sumome-plugin-main .statistics blockquote, .sumome-plugin-main .statistics pre,
|
55 |
+
.sumome-plugin-main .statistics a, .sumome-plugin-main .statistics abbr, .sumome-plugin-main .statistics acronym, .sumome-plugin-main .statistics address, .sumome-plugin-main .statistics big, .sumome-plugin-main .statistics cite, .sumome-plugin-main .statistics code,
|
56 |
+
.sumome-plugin-main .statistics del, .sumome-plugin-main .statistics dfn, .sumome-plugin-main .statistics em, .sumome-plugin-main .statistics img, .sumome-plugin-main .statistics ins, .sumome-plugin-main .statistics kbd, .sumome-plugin-main .statistics q, .sumome-plugin-main .statistics s, .sumome-plugin-main .statistics samp,
|
57 |
+
.sumome-plugin-main .statistics small, .sumome-plugin-main .statistics strike, .sumome-plugin-main .statistics strong, .sumome-plugin-main .statistics sub, .sumome-plugin-main .statistics sup, .sumome-plugin-main .statistics tt, .sumome-plugin-main .statistics var,
|
58 |
+
.sumome-plugin-main .statistics b, .sumome-plugin-main .statistics u, .sumome-plugin-main .statistics i, .sumome-plugin-main .statistics center,
|
59 |
+
.sumome-plugin-main .statistics dl, .sumome-plugin-main .statistics dt, .sumome-plugin-main .statistics dd, .sumome-plugin-main .statistics ol, .sumome-plugin-main .statistics ul, .sumome-plugin-main .statistics li,
|
60 |
+
.sumome-plugin-main .statistics fieldset, .sumome-plugin-main .statistics form, .sumome-plugin-main .statistics label, .sumome-plugin-main .statistics legend,
|
61 |
+
.sumome-plugin-main .statistics table, .sumome-plugin-main .statistics caption, .sumome-plugin-main .statistics tbody, .sumome-plugin-main .statistics tfoot, .sumome-plugin-main .statistics thead, .sumome-plugin-main .statistics tr, .sumome-plugin-main .statistics th, .sumome-plugin-main .statistics td,
|
62 |
+
.sumome-plugin-main .statistics article, .sumome-plugin-main .statistics aside, .sumome-plugin-main .statistics canvas, .sumome-plugin-main .statistics details, .sumome-plugin-main .statistics embed,
|
63 |
+
.sumome-plugin-main .statistics figure, .sumome-plugin-main .statistics figcaption, .sumome-plugin-main .statistics footer, .sumome-plugin-main .statistics header, .sumome-plugin-main .statistics hgroup,
|
64 |
+
.sumome-plugin-main .statistics menu, .sumome-plugin-main .statistics nav, .sumome-plugin-main .statistics output, .sumome-plugin-main .statistics ruby, .sumome-plugin-main .statistics section, .sumome-plugin-main .statistics summary,
|
65 |
+
.sumome-plugin-main .statistics time, .sumome-plugin-main .statistics mark, .sumome-plugin-main .statistics audio, .sumome-plugin-main .statistics video {
|
66 |
word-wrap: normal;
|
67 |
-ms-word-wrap: normal;
|
68 |
-moz-box-sizing: border-box;
|
87 |
-o-border-radius: 0;
|
88 |
border-radius: 0;
|
89 |
}
|
90 |
+
.sumome-plugin-main .statistics div {
|
91 |
width: auto;
|
92 |
float: none;
|
93 |
}
|
94 |
+
.sumome-plugin-main .statistics table {
|
95 |
border-collapse: collapse;
|
96 |
border-spacing: 0;
|
97 |
}
|
98 |
+
.sumome-plugin-main .statistics caption,
|
99 |
+
.sumome-plugin-main .statistics th,
|
100 |
+
.sumome-plugin-main .statistics td {
|
101 |
text-align: left;
|
102 |
font-weight: normal;
|
103 |
vertical-align: middle;
|
104 |
}
|
105 |
+
.sumome-plugin-main .statistics q,
|
106 |
+
.sumome-plugin-main .statistics blockquote {
|
107 |
quotes: none;
|
108 |
}
|
109 |
+
.sumome-plugin-main .statistics q:before,
|
110 |
+
.sumome-plugin-main .statistics q:after,
|
111 |
+
.sumome-plugin-main .statistics blockquote:before,
|
112 |
+
.sumome-plugin-main .statistics blockquote:after {
|
113 |
content: "";
|
114 |
content: none;
|
115 |
}
|
116 |
+
.sumome-plugin-main .statistics img {
|
117 |
width: auto;
|
118 |
}
|
119 |
+
.sumome-plugin-main .statistics a img {
|
120 |
border: none;
|
121 |
}
|
122 |
+
.sumome-plugin-main .statistics input[type=text], .statistics input[type=password],
|
123 |
+
.sumome-plugin-main .statistics input[type=radio], .statistics input[type=checkbox],
|
124 |
+
.sumome-plugin-main .statistics textarea {
|
125 |
border-width: 1px;
|
126 |
outline: 0;
|
127 |
border-color: black;
|
139 |
-moz-border-radius: 3px / 3px;
|
140 |
border-radius: 3px / 3px;
|
141 |
}
|
142 |
+
.sumome-plugin-main .statistics input[type=text]:focus,
|
143 |
+
.sumome-plugin-main .statistics input[type=password]:focus,
|
144 |
+
.sumome-plugin-main .statistics input[type=radio]:focus,
|
145 |
+
.sumome-plugin-main .statistics input[type=checkbox]:focus,
|
146 |
+
.sumome-plugin-main .statistics textarea:focus {
|
147 |
outline: 0;
|
148 |
}
|
149 |
+
.sumome-plugin-main .statistics input[type=radio],
|
150 |
+
.sumome-plugin-main .statistics input[type=checkbox] {
|
151 |
max-width: initial;
|
152 |
max-height: initial;
|
153 |
min-width: initial;
|
155 |
position: static;
|
156 |
display: inline-block;
|
157 |
}
|
158 |
+
.sumome-plugin-main .statistics select {
|
159 |
border-color: black;
|
160 |
outline: 0;
|
161 |
margin: 0;
|
170 |
-moz-border-radius: 3px / 3px;
|
171 |
border-radius: 3px / 3px;
|
172 |
}
|
173 |
+
.sumome-plugin-main .statistics select:focus {
|
174 |
outline: 0;
|
175 |
}
|
176 |
+
.sumome-plugin-main .statistics button {
|
177 |
border: initial;
|
178 |
-webkit-border-radius: 0;
|
179 |
-moz-border-radius: 0;
|
181 |
-o-border-radius: 0;
|
182 |
border-radius: 0;
|
183 |
}
|
184 |
+
.sumome-plugin-main .statistics address:before, .sumome-plugin-main .statistics address:after,
|
185 |
+
.sumome-plugin-main .statistics article:before, .sumome-plugin-main .statistics article:after,
|
186 |
+
.sumome-plugin-main .statistics aside:before, .sumome-plugin-main .statistics aside:after,
|
187 |
+
.sumome-plugin-main .statistics audio:before, .sumome-plugin-main .statistics audio:after,
|
188 |
+
.sumome-plugin-main .statistics blockquote:before, .sumome-plugin-main .statistics blockquote:after,
|
189 |
+
.sumome-plugin-main .statistics canvas:before, .sumome-plugin-main .statistics canvas:after,
|
190 |
+
.sumome-plugin-main .statistics dd:before, .sumome-plugin-main .statistics dd:after,
|
191 |
+
.sumome-plugin-main .statistics div:before, .sumome-plugin-main .statistics div:after,
|
192 |
+
.sumome-plugin-main .statistics dl:before, .sumome-plugin-main .statistics dl:after,
|
193 |
+
.sumome-plugin-main .statistics fieldset:before, .sumome-plugin-main .statistics fieldset:after,
|
194 |
+
.sumome-plugin-main .statistics figcaption:before, .sumome-plugin-main .statistics figcaption:after,
|
195 |
+
.sumome-plugin-main .statistics figure:before, .sumome-plugin-main .statistics figure:after,
|
196 |
+
.sumome-plugin-main .statistics footer:before, .sumome-plugin-main .statistics footer:after,
|
197 |
+
.sumome-plugin-main .statistics form:before, .sumome-plugin-main .statistics form:after,
|
198 |
+
.sumome-plugin-main .statistics header:before, .sumome-plugin-main .statistics header:after,
|
199 |
+
.sumome-plugin-main .statistics hr:before, .sumome-plugin-main .statistics hr:after,
|
200 |
+
.sumome-plugin-main .statistics main:before, .sumome-plugin-main .statistics main:after,
|
201 |
+
.sumome-plugin-main .statistics output:before, .sumome-plugin-main .statistics output:after,
|
202 |
+
.sumome-plugin-main .statistics pre:before, .sumome-plugin-main .statistics pre:after,
|
203 |
+
.sumome-plugin-main .statistics section:before, .sumome-plugin-main .statistics section:after,
|
204 |
+
.sumome-plugin-main .statistics table:before, .sumome-plugin-main .statistics table:after,
|
205 |
+
.sumome-plugin-main .statistics tfoot:before, .sumome-plugin-main .statistics tfoot:after,
|
206 |
+
.sumome-plugin-main .statistics video:before, .sumome-plugin-main .statistics video:after {
|
207 |
content: none;
|
208 |
}
|
209 |
+
.sumome-plugin-main .statistics a {
|
210 |
text-decoration: none;
|
211 |
}
|
212 |
+
.sumome-plugin-main .statistics h4 {
|
213 |
font-weight: 700;
|
214 |
}
|
215 |
+
.sumome-plugin-main .statistics .statsEmpty {
|
216 |
padding-bottom: 20px;
|
217 |
}
|
218 |
+
.sumome-plugin-main .statistics .center {
|
219 |
display: block;
|
220 |
margin: 0 auto;
|
221 |
}
|
222 |
+
.sumome-plugin-main .statistics .article,
|
223 |
+
.sumome-plugin-main .statistics .articleLink {
|
224 |
display: table-cell;
|
225 |
}
|
226 |
+
.sumome-plugin-main .statistics .article {
|
227 |
vertical-align: middle;
|
228 |
}
|
229 |
+
.sumome-plugin-main .statistics > table.row {
|
230 |
width: 100%;
|
231 |
}
|
232 |
+
.sumome-plugin-main .statistics > table.row .wrapper {
|
233 |
display: inline-block;
|
234 |
vertical-align: top;
|
235 |
/*width: 100%;*/
|
236 |
min-width: 280px;
|
237 |
width: 19.8%;
|
238 |
}
|
239 |
+
.sumome-plugin-main .statistics > table.row .wrapper table.four.columns {
|
240 |
margin-bottom: 20px;
|
241 |
width: 100%;
|
242 |
}
|
243 |
+
.sumome-plugin-main .statistics > table.row .wrapper.last {
|
244 |
margin-right: 0;
|
245 |
}
|
246 |
+
.sumome-plugin-main .statistics > table.row .statTable td {
|
247 |
padding-bottom: 4px;
|
248 |
vertical-align: top;
|
249 |
}
|
250 |
+
.sumome-plugin-main .statistics > table.row:last-child,
|
251 |
+
.sumome-plugin-main .statistics > table.row:last-child .wrapper {
|
252 |
margin-bottom: 0;
|
253 |
padding-bottom: 0;
|
254 |
margin: 0px 10px;
|
255 |
}
|
256 |
+
.sumome-plugin-main .statistics h1 {
|
257 |
font-size: 38px;
|
258 |
line-height: 38px;
|
259 |
text-align: center;
|
261 |
padding-top: 8px;
|
262 |
padding-bottom: 6px;
|
263 |
}
|
264 |
+
.sumome-plugin-main .statistics h2 {
|
265 |
font-size: 14px;
|
266 |
line-height: 14px;
|
267 |
font-weight: 500;
|
269 |
text-align: center;
|
270 |
color: #ffffff;
|
271 |
}
|
272 |
+
.sumome-plugin-main .statistics h3 {
|
273 |
font-size: 32px;
|
274 |
line-height: 40px;
|
275 |
text-align: center;
|
276 |
color: #ffffff;
|
277 |
padding-bottom: 8px;
|
278 |
}
|
279 |
+
.sumome-plugin-main .statistics h4 {
|
280 |
font-size: 12px;
|
281 |
line-height: 12px;
|
282 |
font-weight: 700;
|
286 |
color: #ffffff;
|
287 |
text-transform: uppercase;
|
288 |
}
|
289 |
+
.sumome-plugin-main .statistics h5 {
|
290 |
font-size: 28px;
|
291 |
line-height: 28px;
|
292 |
letter-spacing: -3px;
|
293 |
text-align: center;
|
294 |
color: #495259;
|
295 |
}
|
296 |
+
.sumome-plugin-main .statistics h6 {
|
297 |
font-size: 14px;
|
298 |
line-height: 14px;
|
299 |
font-weight: 700;
|
303 |
color: #495259;
|
304 |
text-transform: uppercase;
|
305 |
}
|
306 |
+
.sumome-plugin-main .statistics p {
|
307 |
margin: 0;
|
308 |
font-size: 12px;
|
309 |
line-height: 12px;
|
310 |
letter-spacing: -1px;
|
311 |
color: #495259;
|
312 |
}
|
313 |
+
.sumome-plugin-main .statistics p.date {
|
314 |
font-size: 18px;
|
315 |
font-weight: 400;
|
316 |
padding-top: 6px;
|
319 |
color: #ffffff;
|
320 |
line-height: 22px;
|
321 |
}
|
322 |
+
.sumome-plugin-main .statistics .proText {
|
323 |
color: #ffffff;
|
324 |
font-size: 16px;
|
325 |
line-height: 26px;
|
326 |
text-align: center;
|
327 |
letter-spacing: 0px;
|
328 |
}
|
329 |
+
.sumome-plugin-main .statistics .proContainer {
|
330 |
height: auto;
|
331 |
background: #6c62c5;
|
332 |
padding: 9px 10px 8px 10px;
|
333 |
border-radius: 5px;
|
334 |
}
|
335 |
+
.sumome-plugin-main .statistics a:visited {
|
336 |
color: #ffffff !important;
|
337 |
}
|
338 |
+
.sumome-plugin-main .statistics .small-button {
|
339 |
color: #ffffff !important;
|
340 |
font-weight: 700 !important;
|
341 |
box-shadow: none;
|
342 |
margin-bottom: 5px;
|
343 |
}
|
344 |
+
.sumome-plugin-main .statistics .article {
|
345 |
height: auto;
|
346 |
font-size: 23px;
|
347 |
line-height: 28px;
|
352 |
color: #ffffff !important;
|
353 |
height: 233px;
|
354 |
}
|
355 |
+
.sumome-plugin-main .statistics .article:hover {
|
356 |
color: #ffffff !important;
|
357 |
text-decoration: underline;
|
358 |
}
|
359 |
+
.sumome-plugin-main .statistics .appTitle {
|
360 |
height: 28px;
|
361 |
border-top-left-radius: 4px;
|
362 |
border-top-right-radius: 4px;
|
363 |
}
|
364 |
+
.sumome-plugin-main .statistics .titlePadding {
|
365 |
padding-left: 20px;
|
366 |
}
|
367 |
+
.sumome-plugin-main .statistics .statTable {
|
368 |
border-radius: 4px;
|
369 |
width: 280px;
|
370 |
background-color: #fff;
|
371 |
}
|
372 |
+
.sumome-plugin-main .statistics .negativeNumber {
|
373 |
font-size: 17px;
|
374 |
color: #f33f13;
|
375 |
text-align: center;
|
376 |
padding-top: 4px;
|
377 |
padding-bottom: 6px;
|
378 |
}
|
379 |
+
.sumome-plugin-main .statistics .positiveNumber {
|
380 |
font-size: 17px;
|
381 |
color: #56c92b;
|
382 |
text-align: center;
|
383 |
padding-top: 4px;
|
384 |
padding-bottom: 6px;
|
385 |
}
|
386 |
+
.sumome-plugin-main .statistics .neutralNumber {
|
387 |
font-size: 11px;
|
388 |
color: #ffffff;
|
389 |
background-color: #a4a9ac;
|
390 |
padding: 3px 6px;
|
391 |
border-radius: 4px;
|
392 |
}
|
393 |
+
.sumome-plugin-main .statistics .graphLeft {
|
394 |
padding-left: 10px;
|
395 |
letter-spacing: 0;
|
396 |
height: 12px;
|
397 |
text-align: left;
|
398 |
}
|
399 |
+
.sumome-plugin-main .statistics p {
|
400 |
margin-bottom: 0px;
|
401 |
}
|
402 |
+
.sumome-plugin-main .statistics .graphBar {
|
403 |
height: 10px;
|
404 |
border-radius: 4px 4px 4px 4px;
|
405 |
-webkit-border-radius: 4px 4px 4px 4px;
|
406 |
}
|
407 |
+
.sumome-plugin-main .statistics .graphBlank {
|
408 |
padding-top: 10px;
|
409 |
letter-spacing: 0;
|
410 |
}
|
411 |
+
.sumome-plugin-main .statistics .graphDivider {
|
412 |
padding: 0 10px 6px 10px !important;
|
413 |
padding-bottom: 6px !important;
|
414 |
}
|
415 |
+
.sumome-plugin-main .statistics .grayLine {
|
416 |
height: 1px;
|
417 |
width: 100%;
|
418 |
background: #c2dced;
|
419 |
margin-bottom: 4px;
|
420 |
font-size: 0px;
|
421 |
}
|
422 |
+
.sumome-plugin-main .statistics .graphNumberRight {
|
423 |
font-weight: 700;
|
424 |
letter-spacing: 0;
|
425 |
padding-left: 4px;
|
427 |
text-align: right;
|
428 |
float: right;
|
429 |
}
|
430 |
+
.sumome-plugin-main .statistics .totalNumber {
|
431 |
text-align: center;
|
432 |
padding-top: 3px;
|
433 |
padding-bottom: 7px;
|
434 |
}
|
435 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats {
|
436 |
position: relative !important;
|
437 |
top: initial;
|
438 |
left: initial;
|
439 |
padding: 20px 0 0 20px;
|
440 |
}
|
441 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats .articleLink .article {
|
442 |
height: 233px;
|
443 |
}
|
444 |
+
.sumome-plugin-main .statistics h3.headline {
|
445 |
color: #000000;
|
446 |
text-align: left;
|
447 |
font-size: 18px;
|
449 |
padding-bottom: 20px;
|
450 |
text-align: center;
|
451 |
}
|
452 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats > table.row .wrapper {
|
453 |
margin-right: 20px;
|
454 |
width: calc(100% - 20px) !important;
|
455 |
}
|
456 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-2 > table.row .wrapper {
|
457 |
width: calc(50% - 20px) !important;
|
458 |
}
|
459 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-3 > table.row .wrapper {
|
460 |
width: calc(33.333333333% - 20px) !important;
|
461 |
}
|
462 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-4 > table.row .wrapper {
|
463 |
width: calc(25% - 20px) !important;
|
464 |
}
|
465 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-5 > table.row .wrapper {
|
466 |
width: calc(20% - 20px) !important;
|
467 |
}
|
468 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-6 > table.row .wrapper {
|
469 |
width: calc(16.666666666% - 20px) !important;
|
470 |
}
|
471 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-7 > table.row .wrapper {
|
472 |
width: calc(14.285714285% - 20px) !important;
|
473 |
}
|
474 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-8 > table.row .wrapper {
|
475 |
width: calc(12.5% - 20px) !important;
|
476 |
}
|
477 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-9 > table.row .wrapper {
|
478 |
width: calc(12.5% - 20px) !important;
|
479 |
}
|
480 |
+
.sumome-plugin-main .statistics.sumome-dashboard-stats.columns-10 > table.row .wrapper {
|
481 |
width: calc(11.111111111% - 20px) !important;
|
482 |
}
|
483 |
|
484 |
+
.sumome-plugin-main .statistics-search {
|
485 |
padding: 0px;
|
486 |
width:960px;
|
487 |
margin:0px auto;
|
488 |
border-radius-top-right: 5px;
|
489 |
border-radius-top-left: 5px;
|
490 |
}
|
491 |
+
.sumome-plugin-main .statistics-search .sumome-switch input {
|
492 |
margin: 0px !important;
|
493 |
}
|
494 |
+
.sumome-plugin-main .statistics-search .sumome-switch label {
|
495 |
margin-bottom: 16px !important;
|
496 |
}
|
497 |
+
.sumome-plugin-main .statistics-search select {
|
498 |
margin: 0 0 16px 0 !important;
|
499 |
}
|
500 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper {
|
501 |
background-color: #f0f3f5;
|
502 |
}
|
503 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper select,
|
504 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper input {
|
505 |
margin: 0 0 0 0 !important;
|
506 |
}
|
507 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper input.sumome-dashboard-end-date {
|
508 |
cursor: default;
|
509 |
}
|
510 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper select.sumome-dashboard-date-select {
|
511 |
background-color: #ffffff;
|
512 |
}
|
513 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper .sumome-columns {
|
514 |
padding-left: 20px;
|
515 |
padding-right: 20px;
|
516 |
width: auto;
|
517 |
display: inline-block;
|
518 |
}
|
519 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper .sumome-button {
|
520 |
margin-bottom: 0px;
|
521 |
}
|
522 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-date-select-wrapper div.sumome-small-12 {
|
523 |
margin-top: 20px;
|
524 |
}
|
525 |
+
.sumome-plugin-main .statistics-search .sumome-row-header span {
|
526 |
cursor: default;
|
527 |
}
|
528 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-wrapper {
|
529 |
background-color: #f0f3f5;
|
530 |
width: 100% !important;
|
531 |
}
|
532 |
+
.sumome-plugin-main .statistics-search .sumome-dashboard-stats-wrapper div.row {
|
533 |
display: inline;
|
534 |
width: 100%;
|
535 |
}
|
536 |
|
|
|
|
|
|
|
|
styles/styles.css
CHANGED
@@ -1,34 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
}
|
4 |
-
.mobile{
|
5 |
display:none;
|
6 |
}
|
7 |
-
.no-mobile{
|
8 |
display:block;
|
9 |
}
|
10 |
-
.hidden {
|
11 |
-
display:none;
|
12 |
-
}
|
13 |
-
|
14 |
-
#wpcontent {
|
15 |
-
padding-left: 0px;
|
16 |
-
}
|
17 |
-
|
18 |
-
#wpfooter {
|
19 |
display:none;
|
20 |
}
|
21 |
|
22 |
-
|
23 |
-
padding-bottom: 0px;
|
24 |
-
}
|
25 |
-
#wpbody-content,
|
26 |
-
.sumome-plugin-container,
|
27 |
-
#wpwrap{
|
28 |
background:#f0f3f5;
|
29 |
}
|
30 |
.sumome-plugin-container {
|
31 |
clear:both;
|
|
|
|
|
32 |
}
|
33 |
.sumome-plugin-linkalike {
|
34 |
display:inline-block;
|
@@ -45,7 +32,7 @@ body,html {
|
|
45 |
|
46 |
color:#65717b;
|
47 |
}
|
48 |
-
.sumome-plugin-main .sumome-dashboard-widget-inner {
|
49 |
margin: 0px;
|
50 |
}
|
51 |
|
@@ -201,9 +188,9 @@ body,html {
|
|
201 |
}
|
202 |
|
203 |
.sumome-plugin-main input[type=text] {
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
}
|
208 |
.sumome-plugin-main .site-ID-container button.button {
|
209 |
height:40px;
|
@@ -228,16 +215,6 @@ body,html {
|
|
228 |
font-weight:bold;
|
229 |
}
|
230 |
|
231 |
-
.login-popup-container .site-ID button.button{
|
232 |
-
border-radius: 0px !important;
|
233 |
-
left:0px;
|
234 |
-
background-color:#d0d4d5;
|
235 |
-
color:#000;
|
236 |
-
|
237 |
-
}
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
.sumome-plugin-main input[type=submit] {
|
242 |
border-radius: 50px;
|
243 |
height:40px;
|
@@ -273,26 +250,19 @@ body,html {
|
|
273 |
margin:0px auto;
|
274 |
background: #f0f3f5;
|
275 |
}
|
276 |
-
|
277 |
-
/*padding: 0% 50%;*/
|
278 |
-
width: 80% !important;
|
279 |
-
margin: 0px auto;
|
280 |
-
float: none !important;
|
281 |
-
/*padding-top:15%;*/
|
282 |
-
padding-top:15px;
|
283 |
-
}
|
284 |
.sumome-plugin-main .sumome-help span {
|
285 |
display:block;
|
286 |
}
|
287 |
|
288 |
-
.sumome-logged-in-container .header-banner {
|
289 |
background-image:url('../images/sumome-banner.jpg');
|
290 |
background-repeat:no-repeat;
|
291 |
min-height:238px;
|
292 |
background-position:center;
|
293 |
}
|
294 |
|
295 |
-
.sumome-logged-in-container-overlay.dim {
|
296 |
opacity:.4;
|
297 |
background-color:#000;
|
298 |
position:absolute;
|
@@ -300,26 +270,28 @@ body,html {
|
|
300 |
bottom:0px;
|
301 |
left:0px;
|
302 |
right:0px;
|
|
|
303 |
}
|
304 |
|
305 |
-
.sumome-logged-in-container .items {
|
306 |
width:80%;
|
307 |
margin:0px auto;
|
308 |
}
|
309 |
|
310 |
-
.sumome-logged-in-container .items div:hover {
|
311 |
box-shadow: 0 10px 18px rgba(0,0,0,0.2);
|
312 |
opacity: 1;
|
313 |
color:#0073b7;
|
314 |
}
|
315 |
-
.sumome-
|
|
|
316 |
box-shadow: none;
|
317 |
opacity: 1;
|
318 |
color:#0073b7;
|
319 |
}
|
320 |
|
321 |
-
.sumome-logged-in-container .items .item-tile,
|
322 |
-
.sumome-logged-in-container .items .item-tile-background
|
323 |
{
|
324 |
width:22%;
|
325 |
display:inline-block;
|
@@ -340,32 +312,35 @@ body,html {
|
|
340 |
}
|
341 |
|
342 |
/* top 2 tiles */
|
343 |
-
.sumome-
|
|
|
344 |
width:46%;
|
345 |
/*float:right;*/
|
346 |
font-size:30px;
|
347 |
text-align:right;
|
348 |
}
|
349 |
|
350 |
-
.sumome-
|
|
|
351 |
white-space:nowrap;
|
352 |
}
|
353 |
-
.sumome-
|
|
|
354 |
padding-right:100px;
|
355 |
display:inline-block;
|
356 |
}
|
357 |
|
358 |
-
.sumome-logged-in-container .items div.sumo-apps .item-tile-background {
|
359 |
/*background-image:url(../images/apps-bg.png);
|
360 |
background-position: -120px -90px;*/
|
361 |
background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1)), url(../images/apps-bg.png) -120px -90px no-repeat;
|
362 |
}
|
363 |
-
.sumome-logged-in-container .items div.sumo-store .item-tile-background {
|
364 |
/*background-image:url(../images/store-bg.png);
|
365 |
background-position: -80px -75px;*/
|
366 |
background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1)), url(../images/store-bg.png) -80px -75px no-repeat;
|
367 |
}
|
368 |
-
.sumome-logged-in-container .items .item-tile .item-tile-background {
|
369 |
background-repeat: no-repeat;
|
370 |
display:inline-block;
|
371 |
width:50%;
|
@@ -374,19 +349,14 @@ body,html {
|
|
374 |
float: left;
|
375 |
}
|
376 |
|
377 |
-
.sumome-logged-in-container .items div:nth-child(even) {
|
378 |
/*float:right;*/
|
379 |
}
|
380 |
|
381 |
|
382 |
-
.sumome-
|
383 |
-
|
384 |
-
|
385 |
-
}
|
386 |
-
|
387 |
-
.sumome-logged-in-container .items .notification-count,
|
388 |
-
.sumome-logged-in-container .items .notification-count:hover,
|
389 |
-
.sumome-logged-in-container .items:hover .notification-count
|
390 |
{
|
391 |
|
392 |
text-align: center;
|
@@ -418,7 +388,7 @@ body,html {
|
|
418 |
/*height:450px;*/
|
419 |
}
|
420 |
|
421 |
-
.loading {
|
422 |
text-align:center;
|
423 |
padding-top: 0px;
|
424 |
height: calc( 100vh - 32px);
|
@@ -427,38 +397,41 @@ body,html {
|
|
427 |
background-color: #fff;
|
428 |
}
|
429 |
|
430 |
-
.back-logged-in {
|
431 |
cursor:pointer;
|
432 |
display:none;
|
433 |
}
|
434 |
|
435 |
-
.tabbed-content-container {
|
436 |
text-align:center;
|
437 |
width:80%;
|
438 |
margin:0px auto;
|
439 |
}
|
440 |
|
441 |
-
.pointer {
|
442 |
cursor:pointer;
|
443 |
}
|
444 |
|
|
|
445 |
.sumome-plugin-main.logged-in.status-logged-in {
|
446 |
display:block;
|
447 |
}
|
|
|
448 |
.sumome-plugin-main.logged-in.status-logged-out {
|
449 |
display:none;
|
450 |
}
|
|
|
451 |
.sumome-plugin-main.logged-out.status-logged-out {
|
452 |
display:block;
|
453 |
}
|
|
|
454 |
.sumome-plugin-main.logged-out.status-logged-in {
|
455 |
display:none;
|
456 |
}
|
457 |
|
458 |
-
.sumome-dashboard-widget-row.status-logged-in {
|
459 |
display:none;
|
460 |
}
|
461 |
-
|
462 |
.sumome-plugin-main.status-logged-out .site-ID table {
|
463 |
margin: 0px auto;
|
464 |
width: 100%;
|
@@ -469,16 +442,6 @@ body,html {
|
|
469 |
}
|
470 |
|
471 |
|
472 |
-
.sumome-site-id {
|
473 |
-
width: 570px;
|
474 |
-
height: 40px;
|
475 |
-
padding-top: 8px;
|
476 |
-
font-size: 15px;
|
477 |
-
vertical-align: bottom;
|
478 |
-
}
|
479 |
-
.site-ID-container {
|
480 |
-
|
481 |
-
}
|
482 |
|
483 |
|
484 |
/*site id popup*/
|
@@ -497,7 +460,7 @@ body,html {
|
|
497 |
.sumome-plugin-main .site-ID table {
|
498 |
margin: 0px auto;
|
499 |
}
|
500 |
-
.sumome-site-id {
|
501 |
width: 570px;
|
502 |
height: 40px;
|
503 |
padding-top: 8px;
|
@@ -564,7 +527,7 @@ body,html {
|
|
564 |
height: 100%;
|
565 |
}
|
566 |
|
567 |
-
.popup-header-container {
|
568 |
cursor: pointer;
|
569 |
width: 60%;
|
570 |
margin: 0px auto;
|
@@ -615,7 +578,8 @@ body,html {
|
|
615 |
}
|
616 |
|
617 |
|
618 |
-
.
|
|
|
619 |
background: url('../images/modal-close.png') no-repeat;
|
620 |
float: right;
|
621 |
width: 15px;
|
@@ -626,10 +590,21 @@ body,html {
|
|
626 |
}
|
627 |
/*end popup*/
|
628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
|
630 |
|
631 |
/*dashboard*/
|
632 |
-
.sumome-dashboard-widget {
|
633 |
position: fixed;
|
634 |
top: 32px;
|
635 |
left: 160px;
|
@@ -640,7 +615,7 @@ body,html {
|
|
640 |
box-sizing: border-box;
|
641 |
background-color: #f1f1f1;
|
642 |
}
|
643 |
-
.sumome-dashboard-widget-inner {
|
644 |
margin: 20px;
|
645 |
/*padding: 80px 16px;*/
|
646 |
min-height: calc( 100vh - 72px);
|
@@ -650,13 +625,13 @@ body,html {
|
|
650 |
color:#65717b;
|
651 |
overflow-x: hidden;
|
652 |
}
|
653 |
-
.sumome-dashboard-widget.minimized {
|
654 |
-
cursor:
|
655 |
height:300px;
|
656 |
width:auto;
|
657 |
position: static;
|
658 |
}
|
659 |
-
.sumome-dashboard-widget-learn-more {
|
660 |
color:#fff;
|
661 |
text-decoration:underline;
|
662 |
font-size:.8em;
|
@@ -666,130 +641,51 @@ body,html {
|
|
666 |
cursor:pointer;
|
667 |
display:none;
|
668 |
}
|
669 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-learn-more {
|
670 |
display:block;
|
671 |
}
|
672 |
|
673 |
|
674 |
|
675 |
-
.sumome-dashboard-widget div.forms {
|
676 |
text-align:center;
|
677 |
-
}/*
|
678 |
-
.sumome-dashboard-widget div.dashboard-widget-close-button {
|
679 |
-
text-align: right;
|
680 |
-
cursor: pointer;
|
681 |
-
border: 0px solid red;
|
682 |
-
z-index: 1000;
|
683 |
-
position: absolute;
|
684 |
-
top: 25px;
|
685 |
-
left: 160px;
|
686 |
-
width: calc( 100% - 185px);
|
687 |
-
}
|
688 |
-
|
689 |
-
|
690 |
-
.sumome-dashboard-widget div.dashboard-widget-close-button div {
|
691 |
-
color: #000;
|
692 |
-
background-color: #fff;
|
693 |
-
width: 60px;
|
694 |
-
float: right;
|
695 |
-
text-align: center;
|
696 |
}
|
697 |
-
|
698 |
-
.sumome-dashboard-widget div.dashboard-widget-close-button {
|
699 |
margin-top: 10px;
|
700 |
margin-right: 10px;
|
701 |
right: 0px;
|
702 |
top: 0px;
|
703 |
}
|
704 |
-
.sumome-dashboard-widget.minimized div.dashboard-widget-close-button {
|
705 |
display:none;
|
706 |
}
|
707 |
|
708 |
-
.sumome-dashboard-widget div {
|
709 |
-
/*width:auto;*/
|
710 |
-
}
|
711 |
|
712 |
-
.sumome-dashboard-widget-inner ul {
|
713 |
list-style-image: url('../images/checkmark.png');
|
714 |
text-align:left;
|
715 |
margin:0px auto;
|
716 |
font-size:16px;
|
717 |
line-height:25px;
|
718 |
}
|
719 |
-
.sumome-dashboard-widget-inner .sumome-dashboard-widget-top-note ul {
|
720 |
width:70%;
|
721 |
}
|
722 |
-
.sumome-dashboard-widget-inner .sumome-dashboard-widget-row ul {
|
723 |
margin-left:25px;
|
724 |
}
|
725 |
|
726 |
|
727 |
-
.login-popup-container .sumome-plugin-popup-container .sumome-modal-header {
|
728 |
-
height: 225px;
|
729 |
-
background-image:url('../images/popup-login-header.png');
|
730 |
-
background-repeat: no-repeat;
|
731 |
-
background-size:100%;
|
732 |
-
}
|
733 |
-
.login-popup-container .popup-title {
|
734 |
-
display:none;
|
735 |
-
}
|
736 |
-
|
737 |
-
.login-popup-container .popup-close,.dashboard-widget-close-button {
|
738 |
-
width: 40px;
|
739 |
-
height: 40px;
|
740 |
-
margin-top: 20px;
|
741 |
-
margin-right: 15px;
|
742 |
-
background-color: #7584c5;
|
743 |
-
color: #fff;
|
744 |
-
border:2px solid #a5cff5;
|
745 |
-
border-radius: 99999px !important;
|
746 |
-
background-position: center;
|
747 |
-
}
|
748 |
-
|
749 |
-
|
750 |
-
.login-popup-container .sumome-plugin-popup-container {
|
751 |
-
height:auto;
|
752 |
-
z-index: 9999;
|
753 |
-
}
|
754 |
-
|
755 |
-
.login-popup-container .sumome-plugin-popup-container .sumome-plugin-popup-container-outer {
|
756 |
-
width: 600px;
|
757 |
-
height:760px;
|
758 |
-
background-color:#eff3f6;
|
759 |
-
border: 0px;
|
760 |
-
border-radius: 4px;
|
761 |
-
box-shadow: 0 10px 18px rgba(0,0,0,0.2);
|
762 |
-
}
|
763 |
-
|
764 |
-
.login-popup-container .sumome-plugin-popup-container .sumome-plugin-popup-container-inner {
|
765 |
-
background-color:#eff3f6;
|
766 |
-
max-height: none;
|
767 |
-
border:0px;
|
768 |
-
overflow: auto;
|
769 |
-
overflow-x: hidden;
|
770 |
-
}
|
771 |
-
|
772 |
-
.login-popup-container .form-container fieldset {
|
773 |
-
width: 100%;
|
774 |
-
box-shadow: unset;
|
775 |
-
border:0px;
|
776 |
-
background-color:#fff;
|
777 |
-
}
|
778 |
|
779 |
-
.login-popup-container .form-container .signup-row {
|
780 |
-
background-color:#eff3f6;
|
781 |
-
margin-top:0px;
|
782 |
|
783 |
-
|
784 |
-
|
785 |
-
.sumome-dashboard-widget-inner.dim {
|
786 |
opacity:.2;
|
787 |
pointer-events: none;
|
788 |
}
|
789 |
|
790 |
|
791 |
|
792 |
-
.sumome-dashboard-widget-header {
|
793 |
background-image:url(../images/sumome-site-welcome-header.jpg);
|
794 |
background-size:100%;
|
795 |
background-repeat:no-repeat;
|
@@ -800,7 +696,7 @@ body,html {
|
|
800 |
background-size: cover; /* Generic*/
|
801 |
padding-bottom: 20px;
|
802 |
}
|
803 |
-
.sumome-dashboard-widget-header-title{
|
804 |
font-size:50px;
|
805 |
font-weight:bold;
|
806 |
margin:0px auto;
|
@@ -810,23 +706,23 @@ body,html {
|
|
810 |
text-align:center;
|
811 |
line-height:50px;
|
812 |
}
|
813 |
-
.sumome-dashboard-widget-header-desc {
|
814 |
margin:0px auto;
|
815 |
text-align:center;
|
816 |
line-height:30px;
|
817 |
}
|
818 |
-
.sumome-dashboard-widget-separator {
|
819 |
min-height:180px;
|
820 |
}
|
821 |
-
.sumome-dashboard-widget-separator2 {
|
822 |
min-height:180px;
|
823 |
background-color:#f0f3f5;
|
824 |
}
|
825 |
-
.sumome-dashboard-widget-top-note-container{
|
826 |
position:absolute;
|
827 |
width:100% !important;
|
828 |
}
|
829 |
-
.sumome-dashboard-widget-top-note{
|
830 |
|
831 |
max-width:650px !important;
|
832 |
border: 1px solid #c8cbcd;
|
@@ -839,7 +735,7 @@ body,html {
|
|
839 |
background-position:center;
|
840 |
margin: 25px auto;
|
841 |
}
|
842 |
-
.sumome-dashboard-widget-top-note-title {
|
843 |
font-size:35px;
|
844 |
font-weight:bold;
|
845 |
margin:0px auto;
|
@@ -849,18 +745,18 @@ body,html {
|
|
849 |
line-height:40px;
|
850 |
color:#0f74b5;
|
851 |
}
|
852 |
-
.sumome-dashboard-widget-top-note-desc {
|
853 |
width:80%;
|
854 |
margin:0px auto;
|
855 |
text-align:center;
|
856 |
font-size:18px;
|
857 |
line-height:28px;
|
858 |
}
|
859 |
-
.sumome-dashboard-widget-row {
|
860 |
max-width:1100px;
|
861 |
white-space:nowrap;
|
862 |
margin:0px auto;
|
863 |
-
margin-top:
|
864 |
margin-bottom:30px;
|
865 |
}
|
866 |
.sumome-plugin-left,.sumome-plugin-right {
|
@@ -886,7 +782,7 @@ body,html {
|
|
886 |
}
|
887 |
|
888 |
|
889 |
-
.sumome-dashboard-widget-row-title {
|
890 |
color:#0f74b5;
|
891 |
text-align:left;
|
892 |
font-size:20px;
|
@@ -894,7 +790,7 @@ body,html {
|
|
894 |
width:80%;
|
895 |
margin-bottom:20px;
|
896 |
}
|
897 |
-
.sumome-dashboard-widget-row-desc {
|
898 |
text-align:left;
|
899 |
font-size:15px;
|
900 |
width:80%;
|
@@ -904,7 +800,7 @@ body,html {
|
|
904 |
}
|
905 |
|
906 |
|
907 |
-
.sumome-dashboard-widget-middle-note-title {
|
908 |
font-size:25px;
|
909 |
margin:0px auto;
|
910 |
padding-top:35px;
|
@@ -913,14 +809,14 @@ body,html {
|
|
913 |
line-height:40px;
|
914 |
color:#0f74b5;
|
915 |
}
|
916 |
-
.sumome-dashboard-widget-middle-note-desc {
|
917 |
width:530px;
|
918 |
margin:0px auto;
|
919 |
text-align:center;
|
920 |
font-size:15px;
|
921 |
line-height:22px;
|
922 |
}
|
923 |
-
.sumome-dashboard-widget-middle-note-clients {
|
924 |
margin:0px auto;
|
925 |
text-align:center;
|
926 |
padding-top:20px;
|
@@ -928,18 +824,26 @@ body,html {
|
|
928 |
width: 900px;
|
929 |
line-height: 80px;
|
930 |
}
|
931 |
-
.sumome-dashboard-widget-middle-note-clients img {
|
932 |
padding:0px 30px;
|
933 |
line-height:260px;
|
934 |
vertical-align:middle;
|
935 |
}
|
936 |
-
.sumome-dashboard-widget-header-button {
|
937 |
text-align:center;
|
938 |
padding-top: 30px;
|
939 |
padding-bottom: 70px;
|
940 |
}
|
941 |
-
|
942 |
-
.sumome-dashboard-widget-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
943 |
{
|
944 |
background-image: linear-gradient(#87d955,#5bc739);
|
945 |
background-color: #87d955;
|
@@ -956,54 +860,58 @@ body,html {
|
|
956 |
}
|
957 |
|
958 |
/*minimized*/
|
959 |
-
.sumome-dashboard-widget.minimized {
|
960 |
height: auto;
|
961 |
}
|
962 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-inner {
|
963 |
margin: 0px;
|
964 |
min-height:auto;
|
965 |
}
|
966 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-header-button {
|
967 |
padding-top: 0px;
|
968 |
padding-bottom: 0px;
|
969 |
}
|
970 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-header-title {
|
971 |
padding-top: 20px;
|
972 |
padding-bottom: 10px;
|
973 |
line-height: 40px;
|
974 |
font-size: 28px;
|
975 |
}
|
976 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-header-desc {
|
977 |
-
font-size:
|
978 |
}
|
979 |
|
980 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-header-title,
|
981 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-header-desc {
|
982 |
width: 100% !important;
|
983 |
}
|
984 |
|
985 |
|
986 |
|
987 |
-
.sumome-wp-dash-logged-in.status-logged-in
|
|
|
|
|
988 |
display:block;
|
989 |
}
|
990 |
-
.sumome-wp-dash-logged-in.status-logged-out
|
|
|
|
|
991 |
display:none;
|
992 |
}
|
993 |
-
.sumome-wp-dash-logged-out.status-logged-out
|
|
|
|
|
994 |
display:block;
|
995 |
padding:0 10px;
|
996 |
}
|
997 |
-
.sumome-wp-dash-logged-out.status-logged-in
|
|
|
|
|
998 |
display:none;
|
999 |
}
|
1000 |
|
1001 |
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
.sumome-dashboard-widget.minimized button.green {
|
1007 |
width: auto;
|
1008 |
height: auto;
|
1009 |
line-height: 4em;
|
@@ -1011,266 +919,12 @@ body,html {
|
|
1011 |
padding: 0 3em;
|
1012 |
font-size:1em;
|
1013 |
}
|
1014 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-top-note {
|
1015 |
width: 90% !important;
|
1016 |
}
|
1017 |
-
.sumome-dashboard-widget.minimized .sumome-dashboard-widget-container {
|
1018 |
display:none;
|
1019 |
}
|
1020 |
|
1021 |
-
|
1022 |
/*end dashboard*/
|
1023 |
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
/*forms*/
|
1046 |
-
.form-container fieldset {
|
1047 |
-
padding: 20px 10px 30px 10px;
|
1048 |
-
border: 1px;
|
1049 |
-
border: 1px solid #c8cbcd;
|
1050 |
-
border-radius: 4px;
|
1051 |
-
box-shadow: 0 10px 18px rgba(0,0,0,0.2);
|
1052 |
-
font-size: 1.125rem;
|
1053 |
-
text-align:center;
|
1054 |
-
width:375px;
|
1055 |
-
margin:0px auto;
|
1056 |
-
min-width:500px;
|
1057 |
-
}
|
1058 |
-
.sumome-dashboard-widget.minimized .form-container fieldset {
|
1059 |
-
min-width:100px;
|
1060 |
-
width:85%;
|
1061 |
-
}
|
1062 |
-
|
1063 |
-
.form-container .row {
|
1064 |
-
padding-top:10px;
|
1065 |
-
}
|
1066 |
-
.form-container input {
|
1067 |
-
color: rgba(0,0,0,0.75);
|
1068 |
-
border-radius: 4px;
|
1069 |
-
box-shadow: none;
|
1070 |
-
font-size: 1.125rem;
|
1071 |
-
line-height: 100%;
|
1072 |
-
padding: 0.5rem;
|
1073 |
-
height: 2.3125rem;
|
1074 |
-
width: 100%;
|
1075 |
-
background-color: #fff;
|
1076 |
-
font-family: inherit;
|
1077 |
-
border-style: solid;
|
1078 |
-
border-width: 1px;
|
1079 |
-
border-color: #ccc;
|
1080 |
-
}
|
1081 |
-
.form-container .label {
|
1082 |
-
min-width:110px;
|
1083 |
-
display:inline-block;
|
1084 |
-
text-align:left;
|
1085 |
-
color: #4d4d4d;
|
1086 |
-
cursor: pointer;
|
1087 |
-
font-weight: normal;
|
1088 |
-
font-size: 16px;
|
1089 |
-
}
|
1090 |
-
.sumome-dashboard-widget.minimized .form-container .label {
|
1091 |
-
display:block;
|
1092 |
-
}
|
1093 |
-
.form-container.signup-form .label {
|
1094 |
-
min-width:130px;
|
1095 |
-
}
|
1096 |
-
.form-container .input {
|
1097 |
-
width:auto;
|
1098 |
-
display:inline-block;
|
1099 |
-
}
|
1100 |
-
.sumome-dashboard-widget.minimized .form-container .input {
|
1101 |
-
display:block;
|
1102 |
-
}
|
1103 |
-
|
1104 |
-
.form-container:not(.site-id-form) button {
|
1105 |
-
border-style: solid;
|
1106 |
-
border-width: 0px;
|
1107 |
-
cursor: pointer;
|
1108 |
-
font-family: "Maven Pro","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
|
1109 |
-
margin: 0 0 1.25rem;
|
1110 |
-
position: relative;
|
1111 |
-
text-decoration: none;
|
1112 |
-
text-align: center;
|
1113 |
-
border-color: #005c92;
|
1114 |
-
max-width: 100%;
|
1115 |
-
border-radius: 99999px !important;
|
1116 |
-
box-shadow: 0 2px 0 rgba(0,0,0,0.2),inset 0 -3px 0 rgba(0,0,0,0.05);
|
1117 |
-
text-transform: uppercase;
|
1118 |
-
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
|
1119 |
-
font-weight: 700 !important;
|
1120 |
-
font-size: 1.2rem !important;
|
1121 |
-
transition: 0.2s opacity ease !important;
|
1122 |
-
color: #fff !important;
|
1123 |
-
}
|
1124 |
-
.form-container button.green,
|
1125 |
-
.form-container button.green:hover,
|
1126 |
-
.form-container button.green:active {
|
1127 |
-
background-image: linear-gradient(#87d955,#5bc739);
|
1128 |
-
background-color: #87d955;
|
1129 |
-
border-color: #87d955 !important;
|
1130 |
-
width:220px;
|
1131 |
-
height:60px;
|
1132 |
-
line-height: 60px;
|
1133 |
-
}
|
1134 |
-
.sumome-dashboard-widget.minimized .form-container button.green{
|
1135 |
-
display:block;
|
1136 |
-
width:180px;
|
1137 |
-
height:40px;
|
1138 |
-
font-size:.9rem !important;
|
1139 |
-
margin: 0px auto;
|
1140 |
-
line-height: 40px;
|
1141 |
-
}
|
1142 |
-
|
1143 |
-
|
1144 |
-
.form-container button.forgot-password-button,
|
1145 |
-
.form-container button.forgot-password-button:hover,
|
1146 |
-
.form-container button.forgot-password-button:active {
|
1147 |
-
width:400px;
|
1148 |
-
margin-top:25px;
|
1149 |
-
}
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
.form-container button.green {
|
1154 |
-
opacity: .9;
|
1155 |
-
}
|
1156 |
-
.form-container button.green:hover {
|
1157 |
-
opacity: 1;
|
1158 |
-
}
|
1159 |
-
|
1160 |
-
.form-container button.purple,.form-container button.purple:hover {
|
1161 |
-
background: #6c65c2;
|
1162 |
-
width:180px;
|
1163 |
-
height:50px;
|
1164 |
-
line-height: 50px;
|
1165 |
-
}
|
1166 |
-
.sumome-dashboard-widget.minimized .form-container button.purple{
|
1167 |
-
display:block;
|
1168 |
-
width:150px;
|
1169 |
-
height:35px;
|
1170 |
-
font-size:.9rem !important;
|
1171 |
-
margin: 0px auto;
|
1172 |
-
line-height: 35px;
|
1173 |
-
}
|
1174 |
-
.form-container button.purple {
|
1175 |
-
opacity: 1;
|
1176 |
-
}
|
1177 |
-
.form-container button.purple:hover {
|
1178 |
-
opacity: .9;
|
1179 |
-
}
|
1180 |
-
|
1181 |
-
|
1182 |
-
.form-container .button:hover {
|
1183 |
-
color: #fff;
|
1184 |
-
opacity: 1;
|
1185 |
-
}
|
1186 |
-
|
1187 |
-
.form-container h1, h2, h3, h4, h5, h6, p {
|
1188 |
-
font-family: "Maven Pro","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
|
1189 |
-
}
|
1190 |
-
.title {
|
1191 |
-
font-size: 20px !important;
|
1192 |
-
font-weight: bold !important;
|
1193 |
-
}
|
1194 |
-
|
1195 |
-
#dashboard-widgets h3, #dashboard-widgets h4, #dashboard_quick_press .drafts h2 {
|
1196 |
-
margin:0px;
|
1197 |
-
padding:0px;
|
1198 |
-
padding:10px 0px !important;
|
1199 |
-
}
|
1200 |
-
|
1201 |
-
|
1202 |
-
.form-container .blue {
|
1203 |
-
height: auto;
|
1204 |
-
background: none;
|
1205 |
-
color: #0f74b5 !important;
|
1206 |
-
}
|
1207 |
-
.text-center {
|
1208 |
-
text-align: center !important;
|
1209 |
-
}
|
1210 |
-
.pointer {
|
1211 |
-
cursor:pointer;
|
1212 |
-
}
|
1213 |
-
.nowrap {
|
1214 |
-
white-space:nowrap;
|
1215 |
-
}
|
1216 |
-
.nowrap h3 {
|
1217 |
-
display:inline-block !important;
|
1218 |
-
}
|
1219 |
-
.form-container.login-form .signup-row {
|
1220 |
-
text-align:center;
|
1221 |
-
margin-top:30px;
|
1222 |
-
line-height:20px;
|
1223 |
-
}
|
1224 |
-
.form-container.login-form .signup-row h3 {
|
1225 |
-
margin-right:20px !important;
|
1226 |
-
}
|
1227 |
-
|
1228 |
-
.sumome-dashboard-widget.minimized .form-container .signup-button {
|
1229 |
-
display: block;
|
1230 |
-
margin: 0px auto;
|
1231 |
-
}
|
1232 |
-
|
1233 |
-
.form-container .link-row {
|
1234 |
-
width: 360px;
|
1235 |
-
text-align: left;
|
1236 |
-
margin: 0px auto !important;
|
1237 |
-
font-size: 13px;
|
1238 |
-
color: #6c65c2;
|
1239 |
-
text-decoration: underline;
|
1240 |
-
transition: 0.2s opacity ease;
|
1241 |
-
}
|
1242 |
-
.form-container.forgot-password-form .link-row,
|
1243 |
-
.form-container.site-id-form .link-row {
|
1244 |
-
text-align: center;
|
1245 |
-
}
|
1246 |
-
.form-container.site-id-form .link-row {
|
1247 |
-
width: 100%;
|
1248 |
-
}
|
1249 |
-
|
1250 |
-
.sumome-dashboard-widget.minimized .form-container .link-row {
|
1251 |
-
width:100% !important;
|
1252 |
-
}
|
1253 |
-
.form-container.signup-form .link-row {
|
1254 |
-
width: 380px !important;
|
1255 |
-
}
|
1256 |
-
|
1257 |
-
.form-container .link-row:hover {
|
1258 |
-
color: #6c65c2;
|
1259 |
-
opacity: .8;
|
1260 |
-
}
|
1261 |
-
.form-container .instructions {
|
1262 |
-
font-size:15px;
|
1263 |
-
width:85%;
|
1264 |
-
margin:0px auto;
|
1265 |
-
text-align:center;
|
1266 |
-
line-height:25px;
|
1267 |
-
}
|
1268 |
-
|
1269 |
-
/*end forms*/
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1 |
+
|
2 |
+
.sumome-plugin-main .mobile{
|
|
|
|
|
3 |
display:none;
|
4 |
}
|
5 |
+
.sumome-plugin-main .no-mobile{
|
6 |
display:block;
|
7 |
}
|
8 |
+
.sumome-plugin-main .hidden {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
display:none;
|
10 |
}
|
11 |
|
12 |
+
.sumome-plugin-container{
|
|
|
|
|
|
|
|
|
|
|
13 |
background:#f0f3f5;
|
14 |
}
|
15 |
.sumome-plugin-container {
|
16 |
clear:both;
|
17 |
+
margin-left:-20px;
|
18 |
+
overflow:auto;
|
19 |
}
|
20 |
.sumome-plugin-linkalike {
|
21 |
display:inline-block;
|
32 |
|
33 |
color:#65717b;
|
34 |
}
|
35 |
+
.sumome-plugin-main .sumome-plugin-dashboard-widget-inner {
|
36 |
margin: 0px;
|
37 |
}
|
38 |
|
188 |
}
|
189 |
|
190 |
.sumome-plugin-main input[type=text] {
|
191 |
+
border-radius: 5px;
|
192 |
+
border: 1px solid #dcd9ea;
|
193 |
+
height:41px;
|
194 |
}
|
195 |
.sumome-plugin-main .site-ID-container button.button {
|
196 |
height:40px;
|
215 |
font-weight:bold;
|
216 |
}
|
217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
.sumome-plugin-main input[type=submit] {
|
219 |
border-radius: 50px;
|
220 |
height:40px;
|
250 |
margin:0px auto;
|
251 |
background: #f0f3f5;
|
252 |
}
|
253 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
.sumome-plugin-main .sumome-help span {
|
255 |
display:block;
|
256 |
}
|
257 |
|
258 |
+
.sumome-plugin-main .sumome-logged-in-container .header-banner {
|
259 |
background-image:url('../images/sumome-banner.jpg');
|
260 |
background-repeat:no-repeat;
|
261 |
min-height:238px;
|
262 |
background-position:center;
|
263 |
}
|
264 |
|
265 |
+
.sumome-plugin-main .sumome-logged-in-container-overlay.dim {
|
266 |
opacity:.4;
|
267 |
background-color:#000;
|
268 |
position:absolute;
|
270 |
bottom:0px;
|
271 |
left:0px;
|
272 |
right:0px;
|
273 |
+
margin-left: -20px;
|
274 |
}
|
275 |
|
276 |
+
.sumome-plugin-main .sumome-logged-in-container .items {
|
277 |
width:80%;
|
278 |
margin:0px auto;
|
279 |
}
|
280 |
|
281 |
+
.sumome-plugin-main .sumome-logged-in-container .items div:hover {
|
282 |
box-shadow: 0 10px 18px rgba(0,0,0,0.2);
|
283 |
opacity: 1;
|
284 |
color:#0073b7;
|
285 |
}
|
286 |
+
.sumome-plugin-main .sumome-logged-in-container .items div:hover div,
|
287 |
+
.sumome-plugin-main .sumome-logged-in-container .items div div:hover {
|
288 |
box-shadow: none;
|
289 |
opacity: 1;
|
290 |
color:#0073b7;
|
291 |
}
|
292 |
|
293 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile,
|
294 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile-background
|
295 |
{
|
296 |
width:22%;
|
297 |
display:inline-block;
|
312 |
}
|
313 |
|
314 |
/* top 2 tiles */
|
315 |
+
.sumome-plugin-main .sumome-logged-in-container .items>div:nth-child(1),
|
316 |
+
.sumome-plugin-main .sumome-logged-in-container .items>div:nth-child(2) {
|
317 |
width:46%;
|
318 |
/*float:right;*/
|
319 |
font-size:30px;
|
320 |
text-align:right;
|
321 |
}
|
322 |
|
323 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-apps,
|
324 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-store {
|
325 |
white-space:nowrap;
|
326 |
}
|
327 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-apps .item-tile-title,
|
328 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-store .item-tile-title {
|
329 |
padding-right:100px;
|
330 |
display:inline-block;
|
331 |
}
|
332 |
|
333 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-apps .item-tile-background {
|
334 |
/*background-image:url(../images/apps-bg.png);
|
335 |
background-position: -120px -90px;*/
|
336 |
background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1)), url(../images/apps-bg.png) -120px -90px no-repeat;
|
337 |
}
|
338 |
+
.sumome-plugin-main .sumome-logged-in-container .items div.sumo-store .item-tile-background {
|
339 |
/*background-image:url(../images/store-bg.png);
|
340 |
background-position: -80px -75px;*/
|
341 |
background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1)), url(../images/store-bg.png) -80px -75px no-repeat;
|
342 |
}
|
343 |
+
.sumome-plugin-main .sumome-logged-in-container .items .item-tile .item-tile-background {
|
344 |
background-repeat: no-repeat;
|
345 |
display:inline-block;
|
346 |
width:50%;
|
349 |
float: left;
|
350 |
}
|
351 |
|
352 |
+
.sumome-plugin-main .sumome-logged-in-container .items div:nth-child(even) {
|
353 |
/*float:right;*/
|
354 |
}
|
355 |
|
356 |
|
357 |
+
.sumome-plugin-main .sumome-logged-in-container .items .notification-count,
|
358 |
+
.sumome-plugin-main .sumome-logged-in-container .items .notification-count:hover,
|
359 |
+
.sumome-plugin-main .sumome-logged-in-container .items:hover .notification-count
|
|
|
|
|
|
|
|
|
|
|
360 |
{
|
361 |
|
362 |
text-align: center;
|
388 |
/*height:450px;*/
|
389 |
}
|
390 |
|
391 |
+
.sumome-plugin-main .loading {
|
392 |
text-align:center;
|
393 |
padding-top: 0px;
|
394 |
height: calc( 100vh - 32px);
|
397 |
background-color: #fff;
|
398 |
}
|
399 |
|
400 |
+
.sumome-plugin-main .back-logged-in {
|
401 |
cursor:pointer;
|
402 |
display:none;
|
403 |
}
|
404 |
|
405 |
+
.sumome-plugin-main .tabbed-content-container {
|
406 |
text-align:center;
|
407 |
width:80%;
|
408 |
margin:0px auto;
|
409 |
}
|
410 |
|
411 |
+
.sumome-plugin-main .pointer {
|
412 |
cursor:pointer;
|
413 |
}
|
414 |
|
415 |
+
.sumome-plugin-container .status-logged-in,
|
416 |
.sumome-plugin-main.logged-in.status-logged-in {
|
417 |
display:block;
|
418 |
}
|
419 |
+
.sumome-plugin-container .sumome-wp-dash-logged-out.status-logged-in,
|
420 |
.sumome-plugin-main.logged-in.status-logged-out {
|
421 |
display:none;
|
422 |
}
|
423 |
+
|
424 |
.sumome-plugin-main.logged-out.status-logged-out {
|
425 |
display:block;
|
426 |
}
|
427 |
+
|
428 |
.sumome-plugin-main.logged-out.status-logged-in {
|
429 |
display:none;
|
430 |
}
|
431 |
|
432 |
+
.sumome-plugin-dashboard-widget-row.status-logged-in {
|
433 |
display:none;
|
434 |
}
|
|
|
435 |
.sumome-plugin-main.status-logged-out .site-ID table {
|
436 |
margin: 0px auto;
|
437 |
width: 100%;
|
442 |
}
|
443 |
|
444 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
|
446 |
|
447 |
/*site id popup*/
|
460 |
.sumome-plugin-main .site-ID table {
|
461 |
margin: 0px auto;
|
462 |
}
|
463 |
+
.sumome-plugin-main .sumome-site-id {
|
464 |
width: 570px;
|
465 |
height: 40px;
|
466 |
padding-top: 8px;
|
527 |
height: 100%;
|
528 |
}
|
529 |
|
530 |
+
.sumome-plugin-main .popup-header-container {
|
531 |
cursor: pointer;
|
532 |
width: 60%;
|
533 |
margin: 0px auto;
|
578 |
}
|
579 |
|
580 |
|
581 |
+
.sumome-plugin-main .popup-close,
|
582 |
+
.sumome-plugin-dashboard-widget-close-button {
|
583 |
background: url('../images/modal-close.png') no-repeat;
|
584 |
float: right;
|
585 |
width: 15px;
|
590 |
}
|
591 |
/*end popup*/
|
592 |
|
593 |
+
.sumome-plugin-dashboard-widget-close-button {
|
594 |
+
width: 40px;
|
595 |
+
height: 40px;
|
596 |
+
margin-top: 20px;
|
597 |
+
margin-right: 15px;
|
598 |
+
background-color: #7584c5;
|
599 |
+
color: #fff;
|
600 |
+
border:2px solid #a5cff5;
|
601 |
+
border-radius: 99999px !important;
|
602 |
+
background-position: center;
|
603 |
+
}
|
604 |
|
605 |
|
606 |
/*dashboard*/
|
607 |
+
.sumome-plugin-dashboard-widget {
|
608 |
position: fixed;
|
609 |
top: 32px;
|
610 |
left: 160px;
|
615 |
box-sizing: border-box;
|
616 |
background-color: #f1f1f1;
|
617 |
}
|
618 |
+
.sumome-plugin-dashboard-widget-inner {
|
619 |
margin: 20px;
|
620 |
/*padding: 80px 16px;*/
|
621 |
min-height: calc( 100vh - 72px);
|
625 |
color:#65717b;
|
626 |
overflow-x: hidden;
|
627 |
}
|
628 |
+
.sumome-plugin-dashboard-widget.minimized {
|
629 |
+
cursor: unset;
|
630 |
height:300px;
|
631 |
width:auto;
|
632 |
position: static;
|
633 |
}
|
634 |
+
.sumome-plugin-dashboard-widget-learn-more {
|
635 |
color:#fff;
|
636 |
text-decoration:underline;
|
637 |
font-size:.8em;
|
641 |
cursor:pointer;
|
642 |
display:none;
|
643 |
}
|
644 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-learn-more {
|
645 |
display:block;
|
646 |
}
|
647 |
|
648 |
|
649 |
|
650 |
+
.sumome-plugin-dashboard-widget div.forms {
|
651 |
text-align:center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
652 |
}
|
653 |
+
.sumome-plugin-dashboard-widget div.sumome-plugin-dashboard-widget-close-button {
|
|
|
654 |
margin-top: 10px;
|
655 |
margin-right: 10px;
|
656 |
right: 0px;
|
657 |
top: 0px;
|
658 |
}
|
659 |
+
.sumome-plugin-dashboard-widget.minimized div.sumome-plugin-dashboard-widget-close-button {
|
660 |
display:none;
|
661 |
}
|
662 |
|
|
|
|
|
|
|
663 |
|
664 |
+
.sumome-plugin-dashboard-widget-inner ul {
|
665 |
list-style-image: url('../images/checkmark.png');
|
666 |
text-align:left;
|
667 |
margin:0px auto;
|
668 |
font-size:16px;
|
669 |
line-height:25px;
|
670 |
}
|
671 |
+
.sumome-plugin-dashboard-widget-inner .sumome-plugin-dashboard-widget-top-note ul {
|
672 |
width:70%;
|
673 |
}
|
674 |
+
.sumome-plugin-dashboard-widget-inner .sumome-plugin-dashboard-widget-row ul {
|
675 |
margin-left:25px;
|
676 |
}
|
677 |
|
678 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
679 |
|
|
|
|
|
|
|
680 |
|
681 |
+
.sumome-plugin-dashboard-widget-inner.dim {
|
|
|
|
|
682 |
opacity:.2;
|
683 |
pointer-events: none;
|
684 |
}
|
685 |
|
686 |
|
687 |
|
688 |
+
.sumome-plugin-dashboard-widget-header {
|
689 |
background-image:url(../images/sumome-site-welcome-header.jpg);
|
690 |
background-size:100%;
|
691 |
background-repeat:no-repeat;
|
696 |
background-size: cover; /* Generic*/
|
697 |
padding-bottom: 20px;
|
698 |
}
|
699 |
+
.sumome-plugin-dashboard-widget-header-title{
|
700 |
font-size:50px;
|
701 |
font-weight:bold;
|
702 |
margin:0px auto;
|
706 |
text-align:center;
|
707 |
line-height:50px;
|
708 |
}
|
709 |
+
.sumome-plugin-dashboard-widget-header-desc {
|
710 |
margin:0px auto;
|
711 |
text-align:center;
|
712 |
line-height:30px;
|
713 |
}
|
714 |
+
.sumome-plugin-dashboard-widget-separator {
|
715 |
min-height:180px;
|
716 |
}
|
717 |
+
.sumome-plugin-dashboard-widget-separator2 {
|
718 |
min-height:180px;
|
719 |
background-color:#f0f3f5;
|
720 |
}
|
721 |
+
.sumome-plugin-dashboard-widget-top-note-container{
|
722 |
position:absolute;
|
723 |
width:100% !important;
|
724 |
}
|
725 |
+
.sumome-plugin-dashboard-widget-top-note{
|
726 |
|
727 |
max-width:650px !important;
|
728 |
border: 1px solid #c8cbcd;
|
735 |
background-position:center;
|
736 |
margin: 25px auto;
|
737 |
}
|
738 |
+
.sumome-plugin-dashboard-widget-top-note-title {
|
739 |
font-size:35px;
|
740 |
font-weight:bold;
|
741 |
margin:0px auto;
|
745 |
line-height:40px;
|
746 |
color:#0f74b5;
|
747 |
}
|
748 |
+
.sumome-plugin-dashboard-widget-top-note-desc {
|
749 |
width:80%;
|
750 |
margin:0px auto;
|
751 |
text-align:center;
|
752 |
font-size:18px;
|
753 |
line-height:28px;
|
754 |
}
|
755 |
+
.sumome-plugin-dashboard-widget-row {
|
756 |
max-width:1100px;
|
757 |
white-space:nowrap;
|
758 |
margin:0px auto;
|
759 |
+
margin-top:50px;
|
760 |
margin-bottom:30px;
|
761 |
}
|
762 |
.sumome-plugin-left,.sumome-plugin-right {
|
782 |
}
|
783 |
|
784 |
|
785 |
+
.sumome-plugin-dashboard-widget-row-title {
|
786 |
color:#0f74b5;
|
787 |
text-align:left;
|
788 |
font-size:20px;
|
790 |
width:80%;
|
791 |
margin-bottom:20px;
|
792 |
}
|
793 |
+
.sumome-plugin-dashboard-widget-row-desc {
|
794 |
text-align:left;
|
795 |
font-size:15px;
|
796 |
width:80%;
|
800 |
}
|
801 |
|
802 |
|
803 |
+
.sumome-plugin-dashboard-widget-middle-note-title {
|
804 |
font-size:25px;
|
805 |
margin:0px auto;
|
806 |
padding-top:35px;
|
809 |
line-height:40px;
|
810 |
color:#0f74b5;
|
811 |
}
|
812 |
+
.sumome-plugin-dashboard-widget-middle-note-desc {
|
813 |
width:530px;
|
814 |
margin:0px auto;
|
815 |
text-align:center;
|
816 |
font-size:15px;
|
817 |
line-height:22px;
|
818 |
}
|
819 |
+
.sumome-plugin-dashboard-widget-middle-note-clients {
|
820 |
margin:0px auto;
|
821 |
text-align:center;
|
822 |
padding-top:20px;
|
824 |
width: 900px;
|
825 |
line-height: 80px;
|
826 |
}
|
827 |
+
.sumome-plugin-dashboard-widget-middle-note-clients img {
|
828 |
padding:0px 30px;
|
829 |
line-height:260px;
|
830 |
vertical-align:middle;
|
831 |
}
|
832 |
+
.sumome-plugin-dashboard-widget-header-button {
|
833 |
text-align:center;
|
834 |
padding-top: 30px;
|
835 |
padding-bottom: 70px;
|
836 |
}
|
837 |
+
|
838 |
+
.sumome-plugin-dashboard-widget-footer-button {
|
839 |
+
text-align:center;
|
840 |
+
padding-top: 50px;
|
841 |
+
padding-bottom: 50px;
|
842 |
+
}
|
843 |
+
|
844 |
+
|
845 |
+
.sumome-plugin-dashboard-widget-inner button.green.connect-button,
|
846 |
+
.sumome-plugin-dashboard-widget-inner button.green.dashboard-button
|
847 |
{
|
848 |
background-image: linear-gradient(#87d955,#5bc739);
|
849 |
background-color: #87d955;
|
860 |
}
|
861 |
|
862 |
/*minimized*/
|
863 |
+
.sumome-plugin-dashboard-widget.minimized {
|
864 |
height: auto;
|
865 |
}
|
866 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-inner {
|
867 |
margin: 0px;
|
868 |
min-height:auto;
|
869 |
}
|
870 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-header-button {
|
871 |
padding-top: 0px;
|
872 |
padding-bottom: 0px;
|
873 |
}
|
874 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-header-title {
|
875 |
padding-top: 20px;
|
876 |
padding-bottom: 10px;
|
877 |
line-height: 40px;
|
878 |
font-size: 28px;
|
879 |
}
|
880 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-header-desc {
|
881 |
+
font-size: 13px;
|
882 |
}
|
883 |
|
884 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-header-title,
|
885 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-header-desc {
|
886 |
width: 100% !important;
|
887 |
}
|
888 |
|
889 |
|
890 |
|
891 |
+
.sumome-plugin-dashboard-widget .sumome-wp-dash-logged-in.status-logged-in,
|
892 |
+
.sumome-plugin-main .sumome-wp-dash-logged-in.status-logged-in
|
893 |
+
{
|
894 |
display:block;
|
895 |
}
|
896 |
+
.sumome-plugin-dashboard-widget .sumome-wp-dash-logged-in.status-logged-out,
|
897 |
+
.sumome-plugin-main .sumome-wp-dash-logged-in.status-logged-out
|
898 |
+
{
|
899 |
display:none;
|
900 |
}
|
901 |
+
.sumome-plugin-dashboard-widget .sumome-wp-dash-logged-out.status-logged-out,
|
902 |
+
.sumome-plugin-main .sumome-wp-dash-logged-out.status-logged-out
|
903 |
+
{
|
904 |
display:block;
|
905 |
padding:0 10px;
|
906 |
}
|
907 |
+
.sumome-plugin-dashboard-widget .sumome-wp-dash-logged-out.status-logged-in,
|
908 |
+
.sumome-plugin-main .sumome-wp-dash-logged-out.status-logged-in
|
909 |
+
{
|
910 |
display:none;
|
911 |
}
|
912 |
|
913 |
|
914 |
+
.sumome-plugin-dashboard-widget.minimized button.green {
|
|
|
|
|
|
|
|
|
915 |
width: auto;
|
916 |
height: auto;
|
917 |
line-height: 4em;
|
919 |
padding: 0 3em;
|
920 |
font-size:1em;
|
921 |
}
|
922 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-top-note {
|
923 |
width: 90% !important;
|
924 |
}
|
925 |
+
.sumome-plugin-dashboard-widget.minimized .sumome-plugin-dashboard-widget-container {
|
926 |
display:none;
|
927 |
}
|
928 |
|
|
|
929 |
/*end dashboard*/
|
930 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sumome.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SumoMe
|
4 |
Plugin URI: http://sumome.com
|
5 |
Description: Free Tools to grow your email list from SumoMe.com
|
6 |
-
Version: 1.
|
7 |
Author: SumoMe
|
8 |
Author URI: http://www.SumoMe.com
|
9 |
*/
|
3 |
Plugin Name: SumoMe
|
4 |
Plugin URI: http://sumome.com
|
5 |
Description: Free Tools to grow your email list from SumoMe.com
|
6 |
+
Version: 1.16
|
7 |
Author: SumoMe
|
8 |
Author URI: http://www.SumoMe.com
|
9 |
*/
|
views/main.php
CHANGED
@@ -37,63 +37,60 @@ $itemArray['SumoMe Settings']['class']="sumo-settings";
|
|
37 |
$itemArray['SumoMe Settings']['data-type']="sumome-app";
|
38 |
$itemArray['SumoMe Settings']['columns']=1;
|
39 |
?>
|
40 |
-
|
41 |
-
<div class="sumome-logged-in-container">
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
-
|
57 |
-
|
58 |
-
if ($parameters['columns']>1) print'<div class="item-tile-background"></div>';
|
59 |
-
|
60 |
-
print '<div class="item-tile-title">'.$title.'</div></div>';
|
61 |
-
}
|
62 |
-
?>
|
63 |
-
</div>
|
64 |
-
|
65 |
-
<div class="tabbed-content-container">
|
66 |
-
<div class="back-logged-in">Back</div>
|
67 |
-
<div class="content"></div>
|
68 |
-
</div>
|
69 |
|
70 |
-
|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
-
<div class="sumome-plugin-main main-bottom">
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
|
|
|
|
79 |
</div>
|
80 |
-
<div class="sumome-instructions">We will love you forever if you leave an <a href="https://wordpress.org/support/view/plugin-reviews/sumome" target="_blank">honest review here</a> of the SumoMe plugin.</div>
|
81 |
</div>
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
</div>
|
92 |
</div>
|
93 |
-
|
94 |
</div>
|
95 |
|
96 |
-
|
97 |
<div class="sumome-logged-in-container-overlay"></div>
|
98 |
<?php
|
99 |
include_once "popup.php";
|
37 |
$itemArray['SumoMe Settings']['data-type']="sumome-app";
|
38 |
$itemArray['SumoMe Settings']['columns']=1;
|
39 |
?>
|
40 |
+
<div class="sumome-plugin-main-wrapper">
|
41 |
+
<div class="sumome-logged-in-container">
|
42 |
+
<!-- Header -->
|
43 |
+
|
44 |
+
<div class="header-banner"></div>
|
45 |
+
|
46 |
+
<div class="items">
|
47 |
+
<?php
|
48 |
+
foreach ($itemArray as $title => $parameters) {
|
49 |
+
print '<div ';
|
50 |
+
foreach ($parameters as $parameterName=>$parameterValue) {
|
51 |
+
if ($parameterName=="class") $parameterValue.=' item-tile';
|
52 |
+
print $parameterName.'="'.$parameterValue.'" ';
|
53 |
+
}
|
54 |
+
print ' data-title="'.$title.'"';
|
55 |
+
print '>';
|
56 |
+
if ($parameters['columns']>1) print'<div class="item-tile-background"></div>';
|
57 |
+
|
58 |
+
print '<div class="item-tile-title">'.$title.'</div></div>';
|
59 |
}
|
60 |
+
?>
|
61 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
+
<div class="tabbed-content-container">
|
64 |
+
<div class="back-logged-in">Back</div>
|
65 |
+
<div class="content"></div>
|
66 |
+
</div>
|
67 |
+
</div>
|
68 |
|
69 |
|
70 |
+
<div class="sumome-plugin-main main-bottom">
|
71 |
+
<!-- Review -->
|
72 |
+
<div class="row row3">
|
73 |
+
<div class="large-12 columns">
|
74 |
+
<div class="list-bullet">
|
75 |
+
<h4 class="list-number-title">Leave a Review!</h4>
|
76 |
+
</div>
|
77 |
+
<div class="sumome-instructions">We will love you forever if you leave an <a href="https://wordpress.org/support/view/plugin-reviews/sumome" target="_blank">honest review here</a> of the SumoMe plugin.</div>
|
78 |
</div>
|
|
|
79 |
</div>
|
80 |
+
|
81 |
+
<!-- Help -->
|
82 |
+
<div class="row">
|
83 |
+
<div class="large-12 columns footer">
|
84 |
+
<h4 class="list-number-title">Need Help?</h4>
|
85 |
+
<div class="sumome-help">
|
86 |
+
<span>Take a look at our <a target="_blank" href="https://help.sumome.com/">help page</a> to see our frequently answered</span>
|
87 |
+
<span>questions or <a target="_blank" href="https://help.sumome.com/customer/portal/emails/new">send us a message</a> and we will get back to you asap.</span>
|
88 |
+
</div>
|
89 |
</div>
|
90 |
</div>
|
91 |
+
</div>
|
92 |
</div>
|
93 |
|
|
|
94 |
<div class="sumome-logged-in-container-overlay"></div>
|
95 |
<?php
|
96 |
include_once "popup.php";
|
views/statistics.php
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
<div class="
|
2 |
-
<div class="
|
|
|
|
|
|
|
|
|
|
|
3 |
</div>
|
4 |
-
<div class="loading"><img src="<?php echo plugins_url('images/sumome-loading.gif', dirname(__FILE__)) ?>"></div>
|
5 |
-
|
6 |
-
|
7 |
<script>
|
8 |
jQuery(document).ready(function() {
|
9 |
getSumomeStats();
|
1 |
+
<div class="sumome-plugin-container">
|
2 |
+
<div class="sumome-plugin-main">
|
3 |
+
<div class="statistics-container">
|
4 |
+
<div class="statistics"></div>
|
5 |
+
</div>
|
6 |
+
<div class="loading"><img src="<?php echo plugins_url('images/sumome-loading.gif', dirname(__FILE__)) ?>"></div>
|
7 |
+
</div>
|
8 |
</div>
|
|
|
|
|
|
|
9 |
<script>
|
10 |
jQuery(document).ready(function() {
|
11 |
getSumomeStats();
|
views/wordpress-dashboard-welcome-page.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<div class="sumome-dashboard-widget-inner">
|
2 |
<?php
|
3 |
if(isset($_COOKIE['__smUser'])) {
|
4 |
$sumomeStatus="status-logged-in";
|
@@ -6,15 +6,15 @@ if(isset($_COOKIE['__smUser'])) {
|
|
6 |
$sumomeStatus="status-logged-out";
|
7 |
}
|
8 |
|
9 |
-
if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></div></div>';
|
10 |
?>
|
11 |
-
<div class="sumome-dashboard-widget-header">
|
12 |
<div class="forms">
|
13 |
|
14 |
<div class="sumome-wp-dash-logged-in <?php print $sumomeStatus?>">
|
15 |
-
<div class="sumome-dashboard-widget-header-title">SumoMe is Connected!</div>
|
16 |
-
<div class="sumome-dashboard-widget-header-button">
|
17 |
-
<button type="submit" class="button green dashboard-button" onclick="document.location.href='
|
18 |
</div>
|
19 |
</div>
|
20 |
|
@@ -26,21 +26,21 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
26 |
//include 'forms-logged-out.php';
|
27 |
?>
|
28 |
</div>
|
29 |
-
<div class="sumome-dashboard-widget-header-title">Please Connect SumoMe</div>
|
30 |
-
<div class="sumome-dashboard-widget-header-desc">SumoMe is the #1 plugin to grow your WordPress site.<br>
|
31 |
Connect today and you'll <b>grow</b> your traffic, <b>build</b> a massive following, and <b>track</b> your progress.</div>
|
32 |
-
<div class="sumome-dashboard-widget-header-button">
|
33 |
<button type="submit" class="button green connect-button" id="connectFormButton">CONNECT SUMOME</button>
|
34 |
-
<div class="sumome-dashboard-widget-learn-more">Learn More</div>
|
35 |
</div>
|
36 |
</div>
|
37 |
</div>
|
38 |
</div>
|
39 |
-
<div class="sumome-dashboard-widget-container">
|
40 |
-
<div class="sumome-dashboard-widget-top-note-container">
|
41 |
-
<div class="sumome-dashboard-widget-top-note">
|
42 |
-
<div class="sumome-dashboard-widget-top-note-title">Grow Your Site</div>
|
43 |
-
<div class="sumome-dashboard-widget-top-note-desc">SumoMe is the most trusted way to grow your site,<br> <b>used by 500,000+ websites.</b><br><br>
|
44 |
<ul>
|
45 |
<li>12 of the most essential tools, all in ONE place</li>
|
46 |
<li>No coding needed</li>
|
@@ -49,13 +49,13 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
49 |
</div>
|
50 |
</div>
|
51 |
</div>
|
52 |
-
<div class="sumome-dashboard-widget-separator2"></div>
|
53 |
-
<div class="sumome-dashboard-widget-separator"></div>
|
54 |
|
55 |
-
<div class="sumome-dashboard-widget-row">
|
56 |
<div class="sumome-plugin-left">
|
57 |
-
<div class="sumome-dashboard-widget-row-title">Grow Your Traffic</div>
|
58 |
-
<div class="sumome-dashboard-widget-row-desc">
|
59 |
<ul>
|
60 |
<li>Add Sharing buttons to your site</li>
|
61 |
<li>Make your posts and images go viral</li>
|
@@ -66,11 +66,11 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
66 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-welcome1.png', dirname(__FILE__))?>"></div>
|
67 |
</div>
|
68 |
|
69 |
-
<div class="sumome-dashboard-widget-row no-mobile">
|
70 |
<div class="sumome-plugin-left"><img src="<?php print plugins_url('images/sumome-site-welcome2.png', dirname(__FILE__))?>"></div>
|
71 |
<div class="sumome-plugin-right">
|
72 |
-
<div class="sumome-dashboard-widget-row-title">Build A Following</div>
|
73 |
-
<div class="sumome-dashboard-widget-row-desc">
|
74 |
<ul>
|
75 |
<li>Get people coming back to your site</li>
|
76 |
<li>Grow your email list</li>
|
@@ -81,10 +81,10 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
81 |
</div>
|
82 |
</div>
|
83 |
|
84 |
-
<div class="sumome-dashboard-widget-row mobile">
|
85 |
<div class="sumome-plugin-left">
|
86 |
-
<div class="sumome-dashboard-widget-row-title">Build A Following</div>
|
87 |
-
<div class="sumome-dashboard-widget-row-desc">
|
88 |
<ul>
|
89 |
<li>Get people coming back to your site</li>
|
90 |
<li>Grow your email list</li>
|
@@ -96,10 +96,10 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
96 |
</div>
|
97 |
|
98 |
|
99 |
-
<div class="sumome-dashboard-widget-row">
|
100 |
<div class="sumome-plugin-left">
|
101 |
-
<div class="sumome-dashboard-widget-row-title">Track Your Progress</div>
|
102 |
-
<div class="sumome-dashboard-widget-row-desc">
|
103 |
<ul>
|
104 |
<li>Discover where people are clicking on your site</li>
|
105 |
<li>See how many visitors you get in real-time</li>
|
@@ -110,12 +110,12 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
110 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-welcome3.png', dirname(__FILE__))?>"></div>
|
111 |
</div>
|
112 |
|
113 |
-
<div class="sumome-dashboard-widget-separator2">
|
114 |
-
<div class="sumome-dashboard-widget-middle-note-title">Your Favorite Websites Already Use SumoMe</div>
|
115 |
|
116 |
-
<div class="sumome-dashboard-widget-middle-note-desc">500,000+ sites are powered by SumoMe.</div>
|
117 |
|
118 |
-
<div class="sumome-dashboard-widget-middle-note-clients">
|
119 |
<img src="<?php print plugins_url('images/sumome-site-clients-airbnb.png', dirname(__FILE__))?>">
|
120 |
<img src="<?php print plugins_url('images/sumome-site-clients-chive.png', dirname(__FILE__))?>">
|
121 |
<img src="<?php print plugins_url('images/sumome-site-clients-tonyrobbins.png', dirname(__FILE__))?>">
|
@@ -126,10 +126,10 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
126 |
</div>
|
127 |
</div>
|
128 |
|
129 |
-
<div class="sumome-dashboard-widget-row">
|
130 |
<div class="sumome-plugin-left">
|
131 |
-
<div class="sumome-dashboard-widget-row-title">We've Got Your Back</div>
|
132 |
-
<div class="sumome-dashboard-widget-row-desc">
|
133 |
<ul>
|
134 |
<li>Unlimited help from our experts</li>
|
135 |
<li>Make sure your site is running smoothly</li>
|
@@ -140,12 +140,30 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
140 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-team.jpg', dirname(__FILE__))?>"></div>
|
141 |
</div>
|
142 |
|
143 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
<div class="sumome-plugin-center">Need to restore an existing account?
|
145 |
<?php
|
146 |
if (substr_count($_SERVER['REQUEST_URI'], 'dashboard')>0) {
|
147 |
?>
|
148 |
-
<a href="
|
149 |
<?php
|
150 |
} else {
|
151 |
?>
|
@@ -156,20 +174,28 @@ if (!isset($noClose)) print '<div class="dashboard-widget-close-button"><div></d
|
|
156 |
</div>
|
157 |
</div>
|
158 |
|
|
|
|
|
|
|
|
|
159 |
</div>
|
160 |
|
161 |
-
</div>
|
162 |
|
163 |
-
|
164 |
-
<?php
|
165 |
-
include_once "popup.php";
|
166 |
-
?>
|
167 |
</div>
|
168 |
|
169 |
-
<script>
|
170 |
|
171 |
-
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
jQuery.post(ajaxurl, { action: 'sumome_hide_dashboard_overlay' }, function(data) {
|
174 |
|
175 |
});
|
1 |
+
<div class="sumome-plugin-dashboard-widget-inner">
|
2 |
<?php
|
3 |
if(isset($_COOKIE['__smUser'])) {
|
4 |
$sumomeStatus="status-logged-in";
|
6 |
$sumomeStatus="status-logged-out";
|
7 |
}
|
8 |
|
9 |
+
if (!isset($noClose)) print '<div class="sumome-plugin-dashboard-widget-close-button"><div></div></div>';
|
10 |
?>
|
11 |
+
<div class="sumome-plugin-dashboard-widget-header">
|
12 |
<div class="forms">
|
13 |
|
14 |
<div class="sumome-wp-dash-logged-in <?php print $sumomeStatus?>">
|
15 |
+
<div class="sumome-plugin-dashboard-widget-header-title">SumoMe is Connected!</div>
|
16 |
+
<div class="sumome-plugin-dashboard-widget-header-button">
|
17 |
+
<button type="submit" class="button green dashboard-button" onclick="document.location.href='<?php print admin_url('admin.php?page=sumome')?>'">DASHBOARD</button>
|
18 |
</div>
|
19 |
</div>
|
20 |
|
26 |
//include 'forms-logged-out.php';
|
27 |
?>
|
28 |
</div>
|
29 |
+
<div class="sumome-plugin-dashboard-widget-header-title">Please Connect SumoMe</div>
|
30 |
+
<div class="sumome-plugin-dashboard-widget-header-desc">SumoMe is the #1 plugin to grow your WordPress site.<br>
|
31 |
Connect today and you'll <b>grow</b> your traffic, <b>build</b> a massive following, and <b>track</b> your progress.</div>
|
32 |
+
<div class="sumome-plugin-dashboard-widget-header-button">
|
33 |
<button type="submit" class="button green connect-button" id="connectFormButton">CONNECT SUMOME</button>
|
34 |
+
<div class="sumome-plugin-dashboard-widget-learn-more">Learn More</div>
|
35 |
</div>
|
36 |
</div>
|
37 |
</div>
|
38 |
</div>
|
39 |
+
<div class="sumome-plugin-dashboard-widget-container">
|
40 |
+
<div class="sumome-plugin-dashboard-widget-top-note-container">
|
41 |
+
<div class="sumome-plugin-dashboard-widget-top-note">
|
42 |
+
<div class="sumome-plugin-dashboard-widget-top-note-title">Grow Your Site</div>
|
43 |
+
<div class="sumome-plugin-dashboard-widget-top-note-desc">SumoMe is the most trusted way to grow your site,<br> <b>used by 500,000+ websites.</b><br><br>
|
44 |
<ul>
|
45 |
<li>12 of the most essential tools, all in ONE place</li>
|
46 |
<li>No coding needed</li>
|
49 |
</div>
|
50 |
</div>
|
51 |
</div>
|
52 |
+
<div class="sumome-plugin-dashboard-widget-separator2"></div>
|
53 |
+
<div class="sumome-plugin-dashboard-widget-separator"></div>
|
54 |
|
55 |
+
<div class="sumome-plugin-dashboard-widget-row">
|
56 |
<div class="sumome-plugin-left">
|
57 |
+
<div class="sumome-plugin-dashboard-widget-row-title">Grow Your Traffic</div>
|
58 |
+
<div class="sumome-plugin-dashboard-widget-row-desc">
|
59 |
<ul>
|
60 |
<li>Add Sharing buttons to your site</li>
|
61 |
<li>Make your posts and images go viral</li>
|
66 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-welcome1.png', dirname(__FILE__))?>"></div>
|
67 |
</div>
|
68 |
|
69 |
+
<div class="sumome-plugin-dashboard-widget-row no-mobile">
|
70 |
<div class="sumome-plugin-left"><img src="<?php print plugins_url('images/sumome-site-welcome2.png', dirname(__FILE__))?>"></div>
|
71 |
<div class="sumome-plugin-right">
|
72 |
+
<div class="sumome-plugin-dashboard-widget-row-title">Build A Following</div>
|
73 |
+
<div class="sumome-plugin-dashboard-widget-row-desc">
|
74 |
<ul>
|
75 |
<li>Get people coming back to your site</li>
|
76 |
<li>Grow your email list</li>
|
81 |
</div>
|
82 |
</div>
|
83 |
|
84 |
+
<div class="sumome-plugin-dashboard-widget-row mobile">
|
85 |
<div class="sumome-plugin-left">
|
86 |
+
<div class="sumome-plugin-dashboard-widget-row-title">Build A Following</div>
|
87 |
+
<div class="sumome-plugin-dashboard-widget-row-desc">
|
88 |
<ul>
|
89 |
<li>Get people coming back to your site</li>
|
90 |
<li>Grow your email list</li>
|
96 |
</div>
|
97 |
|
98 |
|
99 |
+
<div class="sumome-plugin-dashboard-widget-row">
|
100 |
<div class="sumome-plugin-left">
|
101 |
+
<div class="sumome-plugin-dashboard-widget-row-title">Track Your Progress</div>
|
102 |
+
<div class="sumome-plugin-dashboard-widget-row-desc">
|
103 |
<ul>
|
104 |
<li>Discover where people are clicking on your site</li>
|
105 |
<li>See how many visitors you get in real-time</li>
|
110 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-welcome3.png', dirname(__FILE__))?>"></div>
|
111 |
</div>
|
112 |
|
113 |
+
<div class="sumome-plugin-dashboard-widget-separator2">
|
114 |
+
<div class="sumome-plugin-dashboard-widget-middle-note-title">Your Favorite Websites Already Use SumoMe</div>
|
115 |
|
116 |
+
<div class="sumome-plugin-dashboard-widget-middle-note-desc">500,000+ sites are powered by SumoMe.</div>
|
117 |
|
118 |
+
<div class="sumome-plugin-dashboard-widget-middle-note-clients">
|
119 |
<img src="<?php print plugins_url('images/sumome-site-clients-airbnb.png', dirname(__FILE__))?>">
|
120 |
<img src="<?php print plugins_url('images/sumome-site-clients-chive.png', dirname(__FILE__))?>">
|
121 |
<img src="<?php print plugins_url('images/sumome-site-clients-tonyrobbins.png', dirname(__FILE__))?>">
|
126 |
</div>
|
127 |
</div>
|
128 |
|
129 |
+
<div class="sumome-plugin-dashboard-widget-row">
|
130 |
<div class="sumome-plugin-left">
|
131 |
+
<div class="sumome-plugin-dashboard-widget-row-title">We've Got Your Back</div>
|
132 |
+
<div class="sumome-plugin-dashboard-widget-row-desc">
|
133 |
<ul>
|
134 |
<li>Unlimited help from our experts</li>
|
135 |
<li>Make sure your site is running smoothly</li>
|
140 |
<div class="sumome-plugin-right"><img src="<?php print plugins_url('images/sumome-site-team.jpg', dirname(__FILE__))?>"></div>
|
141 |
</div>
|
142 |
|
143 |
+
|
144 |
+
<div class="forms">
|
145 |
+
|
146 |
+
<div class="sumome-wp-dash-logged-in <?php print $sumomeStatus?>">
|
147 |
+
<div class="sumome-plugin-dashboard-widget-header-button sumome-plugin-dashboard-widget-footer-button">
|
148 |
+
<button type="submit" class="button green dashboard-button" onclick="document.location.href='<?php print admin_url('admin.php?page=sumome')?>'">DASHBOARD</button>
|
149 |
+
</div>
|
150 |
+
</div>
|
151 |
+
|
152 |
+
<div class="sumome-wp-dash-logged-out <?php print $sumomeStatus?>">
|
153 |
+
<div class="sumome-plugin-dashboard-widget-header-button sumome-plugin-dashboard-widget-footer-button">
|
154 |
+
<button type="submit" class="button green connect-button" id="connectFormButton">CONNECT SUMOME</button>
|
155 |
+
<div class="sumome-plugin-dashboard-widget-learn-more">Learn More</div>
|
156 |
+
</div>
|
157 |
+
</div>
|
158 |
+
</div>
|
159 |
+
|
160 |
+
|
161 |
+
<div class="sumome-plugin-dashboard-widget-row <?php print $sumomeStatus?>">
|
162 |
<div class="sumome-plugin-center">Need to restore an existing account?
|
163 |
<?php
|
164 |
if (substr_count($_SERVER['REQUEST_URI'], 'dashboard')>0) {
|
165 |
?>
|
166 |
+
<a href="<?php print admin_url('admin.php?page=siteID')?>">Click here</a>
|
167 |
<?php
|
168 |
} else {
|
169 |
?>
|
174 |
</div>
|
175 |
</div>
|
176 |
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
</div>
|
182 |
|
|
|
183 |
|
184 |
+
|
|
|
|
|
|
|
185 |
</div>
|
186 |
|
|
|
187 |
|
188 |
+
|
189 |
+
<script>
|
190 |
+
<?php
|
191 |
+
if (wp_is_mobile()) {
|
192 |
+
?>
|
193 |
+
jQuery('.sumome-plugin-dashboard-widget').addClass('minimized');
|
194 |
+
<?php
|
195 |
+
}
|
196 |
+
?>
|
197 |
+
jQuery(document).on('click', '.sumome-plugin-dashboard-widget div.sumome-plugin-dashboard-widget-close-button',function () {
|
198 |
+
jQuery('.sumome-plugin-dashboard-widget').addClass('minimized');
|
199 |
jQuery.post(ajaxurl, { action: 'sumome_hide_dashboard_overlay' }, function(data) {
|
200 |
|
201 |
});
|