-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing.css
293 lines (282 loc) · 8 KB
/
pricing.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
/* GENERAL */
body, span, input, select, label, a, div, th, td {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
text-align: left;
}
body {
color: #444;
font-size: 13px;
line-height: 1.4em;
}
/* WRAP: Remove default page wrap of 800px and make it unrestricted */
#wrap_section {
max-width: initial;
padding: 20px 20px 80px 20px;
margin: 0;
}
/* HEADER: Update the header and remove the icon to make it fit into WordPress a bit better */
#header {
margin: 0 0 20px 0;
background: transparent;
}
#header.card {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header .product-icon {
display: none;
}
#header .product-header-body {
margin-left: 0;
padding-top: 0;
}
#header h1.page-title {
color: #444;
}
#header h2.plugin-title {
color: #444;
}
#header h3 {
color: #999;
}
/* MONEY_BACK_GUARANTEE: Make the money back guarantee look like a WordPress notification */
#money_back_guarantee {
padding: 12px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
border-left-color: #0085ba;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
#money_back_guarantee:before,
#money_back_guarantee:after {
display: none;
}
#money_back_guarantee h1 {
display: none;
/* If you want to display the header just remove the display: none; above */
font-size: 14px;
text-transform: uppercase;
color: #0085ba;
margin-top: 0;
margin-bottom: 10px;
letter-spacing: 1px;
text-align: left;
}
#money_back_guarantee h1 .stars {
display: none;
}
#money_back_guarantee p {
font-size: 14px;
margin: 0;
}
/* Removed padding so faq sits correctly on left of the screen */
#cover {
padding: 0;
}
/* To make the faq left aligned while still having the pricing tables centered we need to text-align: center; the container for them. */
#packages_container {
text-align: center;
}
/* This is the small splurb before the top 3 tab slider buttons (Save up to X% annually!) */
#billing_cycle > span {
font-weight: normal;
font-size: 16px;
}
/* TAB_SLIDER: The actual tab-slider, changed to use the WP primary button colors */
.tab-slider {
background: #fff;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.tab-slider .slider {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0085ba), color-stop(1, #006799));
background-image: -webkit-linear-gradient(top, #0085ba, #006799);
background-image: -moz-linear-gradient(top, #0085ba, #006799);
background-image: -ms-linear-gradient(top, #0085ba, #006799);
background-image: -o-linear-gradient(top, #0085ba, #006799);
background-image: linear-gradient(to bottom, #0085ba, #006799);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ba', endColorstr='#006799');
}
.tab-slider ul li {
color: #555;
font-weight: normal;
-webkit-transition: color 0.5s ease, text-shadow 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
-moz-transition: color 0.5s ease, text-shadow 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
-ms-transition: color 0.5s ease, text-shadow 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
-o-transition: color 0.5s ease, text-shadow 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
transition: color 0.5s ease, text-shadow 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
border: solid 1px #ccc;
border-right-color: transparent;
background-color: transparent;
}
.tab-slider ul li:hover {
color: #23282d;
background-color: #f9f9f9;
}
.tab-slider ul li:first-child {
border: solid 1px #ccc;
border-right-color: transparent;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.tab-slider ul li:last-child {
border: solid 1px #ccc;;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.tab-slider ul li.selected {
cursor: default;
color: #FFF;
text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
border: solid 1px #006799;
border-right-color: #006799;
background-color: transparent;
}
.tab-slider ul li.selected:hover {
color: #FFF;
background-color: transparent;
}
/* PACKAGES: Completely changes the way the packages are laid out in the page */
#packages,
#packages_container.packages-2 #packages {
margin-top: 50px;
margin-left: 0;
display: inline-block; /* Needs to be an inline-block so it can be centered using text-align: center; */
}
#packages_container.packages-2 #packages article {
/* Fix margins so packages align to center correctly */
margin-left: 10px;
margin-right: 10px;
}
#packages > ul {
margin: 0;
}
/* As the LI's are now floated clear after the UL to prevent content overlap */
#packages > ul:after {
content: '';
display:table;
clear: both;
}
#packages > ul>li {
float: left;
margin-bottom: 15px;
}
#packages > ul>li article {
float: none; /* float was moved up to the LI */
}
#packages > ul>li article header {
overflow: hidden; /* added to prevent margin bleed through issue */
}
#packages > ul>li article header h2 {
background-color: #0085ba;
color: #fff;
border: 1px solid #006799;
box-shadow: inset 0 1px 0 rgba(221,221,221,0.5),0 1px 0 rgba(0,0,0,0.15);
margin-bottom: 15px;
text-transform: capitalize;
font-weight: normal;
}
#packages > ul>li article header h3 {
text-transform: initial;
margin-bottom: 15px;
margin-top: 0;
color: #999;
font-size: 15px;
font-weight: normal;
}
#packages > ul>li article .offer {
border-bottom: 1px solid #e6e6e6;
}
#packages > ul>li article .offer .price {
margin-bottom: 20px;
}
#packages > ul>li article .offer .price var,
#packages > ul>li article .offer .price .price-decimal {
color: #444;
}
#packages > ul>li article .offer .period {
text-transform: capitalize;
font-size: 15px;
font-weight: normal;
}
#packages > ul>li article .offer .license {
text-transform: capitalize;
font-size: 15px;
font-weight: normal;
color: #444;
}
#packages > ul>li article .support {
font-weight: normal;
padding: 10px 0;
color: #999;
}
#packages ul>li article .features {
border-bottom: 5px solid #0085ba;
}
/* Change the background color of the selected license within a package */
.licenses li.selected {
background: #0085ba;
}
/* Change the discount green to the bootstrap success green */
.licenses li .discount {
background: #5cb85c;
color: #fff;
border: 1px solid #4cae4c;
}
/* The primary button colors, as far as I can tell this is not used in the pricing table at all but I'm styling it here anyway */
button.btn-primary, button.primary, a.btn-primary {
background: #0085ba;
color: #fff;
border: 1px solid #006799;
box-shadow: inset 0 1px 0 rgba(221,221,221,0.5),0 1px 0 rgba(0,0,0,0.15);
}
button.btn-primary:hover, button.primary:hover, a.btn-primary:hover {
background: #008ec2;
color: #fff;
border: 1px solid #006799;
}
/* Secondary button colors, this is used for both "Your Plan" and "Upgrade Now" */
button.btn-secondary, button.secondary, a.btn-secondary {
background: #5cb85c;
color: #fff;
border: 1px solid #4cae4c;
box-shadow: inset 0 1px 0 rgba(221,221,221,0.5),0 1px 0 rgba(0,0,0,0.15);
}
button.btn-secondary:hover, button.secondary:hover, a.btn-secondary:hover {
background: #449d44;
color: #fff;
border: 1px solid #398439;
}
/* Tertiary button colors, this is used for "Downgrade" */
button.btn-tertiary, button.tertiary, a.btn-tertiary {
background: #d9534f;
color: #fff;
border: 1px solid #d9534f;
box-shadow: inset 0 1px 0 rgba(221,221,221,0.5),0 1px 0 rgba(0,0,0,0.15);
}
button.btn-tertiary:hover, button.tertiary:hover, a.btn-tertiary:hover {
background: #c9302c;
color: #fff;
border: 1px solid #ac2925;
}
/* FAQ: Tighten up the spacing of the FAQ section a bit more */
#faq {
padding: 0;
margin: 50px 0;
}
.multi-billing-cycles #trial_header {
margin: auto;
}