PluginProbe
Mailchimp List Subscribe Form / 1.4
Mailchimp List Subscribe Form v1.4
1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 All 55 releases
mailchimp / css / admin.css

admin.css in Mailchimp List Subscribe Form 1.4, at css/admin.css

356 lines 7.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Logged Out
2 --------------------------------------------------------------- */
3
4
5 /* Errors
6 --------------------------------------------------------------- */
7
8 .error_msg {
9 background: #fadbd5;
10 border: 1px solid #db3a1b;
11 -webkit-border-radius: 6px;
12 -moz-border-radius: 6px;
13 border-radius: 6px;
14 box-sizing: border-box;
15 color: #373737;
16 font-size: 12px;
17 line-height: 16px;
18 margin: 12px 0;
19 padding: 9px;
20 width: 900px;
21 }
22 .success_msg,
23 .notes_msg {
24 background: #fff3d4;
25 border: 1px solid #febe12;
26 -webkit-border-radius: 6px;
27 -moz-border-radius: 6px;
28 border-radius: 6px;
29 box-sizing: border-box;
30 color: #373737;
31 font-size: 12px;
32 line-height: 16px;
33 margin: 12px 0;
34 padding: 9px;
35 width: 900px;
36 }
37
38 /* User
39 --------------------------------------------------------------- */
40
41 table.mc-user {
42 width: 900px;
43 margin-top: 19px;
44 }
45 table.mc-user tr {
46 float: right;
47 }
48 .mc-user td:first-of-type {
49 border-top: 1px solid #6dc5dc;
50 border-bottom: 1px solid #6dc5dc;
51 border-left: 1px solid #6dc5dc;
52 -webkit-border-top-left-radius: 6px;
53 -webkit-border-bottom-left-radius: 6px;
54 -moz-border-radius-topleft: 6px;
55 -moz-border-radius-bottomleft: 6px;
56 border-top-left-radius: 6px;
57 border-bottom-left-radius: 6px;
58 min-width: 200px;
59 font-weight: normal !important;
60 }
61 .mc-user td:last-of-type {
62 border-top: 1px solid #6dc5dc;
63 border-right: 1px solid #6dc5dc;
64 border-bottom: 1px solid #6dc5dc;
65 -webkit-border-top-right-radius: 6px;
66 -webkit-border-bottom-right-radius: 6px;
67 -moz-border-radius-topright: 6px;
68 -moz-border-radius-bottomright: 6px;
69 border-top-right-radius: 6px;
70 border-bottom-right-radius: 6px;
71 min-width: 75px;
72 }
73
74 .mc-user h3 {
75 font-weight: normal;
76 text-indent: 9px;
77 font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
78 }
79
80
81
82 /* List Selection
83 --------------------------------------------------------------- */
84
85 .mc-list-row {
86 width: 900px;
87 margin-bottom: 12px;
88 }
89
90 .mc-list-row td:first-of-type {
91 min-width: 200px;
92 padding: 12px 12px 12px 0;
93 }
94 .mc-list-row td:last-of-type {
95 width: 80px;
96 padding: 12px 12px 12px 0;
97 }
98
99 .mc-list-note {
100 color: #5D5C5D;
101 font-size: 13px;
102 font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
103 font-weight: normal;
104 padding: 0 0 18px;
105 margin-bottom: 8px;
106 margin-top: 7px;
107 border-bottom: 2px solid #95D1C4;
108 width: 900px;
109 }
110 table.mc-list-select {
111 margin-bottom: -40px;
112 }
113
114 /* Headings
115 --------------------------------------------------------------- */
116
117 .mc-h2 {
118 color: #373737;
119 font-size: 26px;
120 margin-bottom: 0;
121 }
122
123 .mc-h3 {
124 color: #52BAD5;
125 font-size: 18px;
126 margin-bottom: 12px;
127 border-bottom: 2px solid #6DC5DC;
128 padding-bottom: 12px;
129 margin-top: 36px;
130 }
131
132 .mc-p {
133 color: #373737;
134 font-size: 16px;
135 font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
136 font-weight: normal;
137 margin-bottom: 0;
138 }
139
140 .mc-a {
141 color: #5D5C5D;
142 font-size: 14px;
143 font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
144 font-weight: normal;
145 margin-bottom: 0;
146 }
147
148 /* Header
149 --------------------------------------------------------------- */
150
151 .mailchimp-header {
152 background: url(images/mailchimp-header.png) no-repeat;
153 background-size: 900px 96px;
154 height: 96px;
155 width: 900px;
156 margin-top: 19px;
157 }
158
159 .mailchimp-header h2 {
160 float: right;
161 margin-top: 24px;
162 margin-right: 12px;
163 font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
164 font-weight: 700;
165 color: #fff !important;
166 text-shadow: none;
167 font-size: 26px !important;
168 }
169
170
171 /* Table
172 --------------------------------------------------------------- */
173
174 table.mc-widefat {
175 background: #fff !important;
176 border: 2px solid #95D1C4 !important;
177 -webkit-border-radius: 6px !important;
178 -moz-border-radius: 6px !important;
179 border-radius: 6px !important;
180 margin: 44px 0 36px;
181 }
182 table.mc-widefat td,
183 table.mc-widefat th {
184 border-bottom: 1px solid #C5E5DE !important;
185 border-top: none !important;
186 padding: 18px;
187 text-align: left;
188 text-shadow: none;
189 }
190
191 table.mc-widefat .last-row td,
192 table.mc-widefat .last-row th {
193 border-bottom: none !important;
194 }
195
196 table.mc-widefat th {
197 color: #373737 !important;
198 font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
199 font-weight: 700;
200 width: 130px;
201 }
202
203 table.mc-widefat td label {
204 padding-left: 24px;
205 display: block;
206 margin-top: -17px;
207 font-style: normal;
208 font-size: 12px;
209 }
210
211 table.mc-widefat td {
212 color: #5D5C5D !important;
213 font-size: 12px;
214 line-height: 18px !important;
215 }
216
217 table.mc-widefat td input {
218 display: inline-block;
219 font-style: normal;
220 }
221
222
223 table.mc-widefat tr:first-child {
224 background: #95D1C4 !important;
225 }
226 table.mc-widefat tr:first-child th {
227 color: #fff !important;
228 font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
229 font-size: 16px;
230 margin-left: 9px;
231 text-shadow: none;
232 border-bottom: none !important;
233 }
234
235
236 .mc-internal-heading {
237 background: rgba(197,229,222,0.25) !important;
238 }
239 table.mc-widefat tr.mc-internal-heading th {
240 text-shadow: none !important;
241 color: #449A88 !important;
242 }
243
244 tr.mc-turned-on th {
245 color: #449A88 !important;
246 }
247 .mc-custom-styling em,
248 .mc-custom-styling td {
249 font-style: normal;
250 font-size: 13px;
251 }
252
253 .mc-custom-styling td span.mc-pre-input {
254 width: 14px;
255 display: inline-block;
256 }
257
258 .mc-custom-styling td input {
259 width: 70px;
260 margin-right: 7px;
261 }
262
263
264
265
266 .mc-widefat.mc-blue {
267 background: #fff !important;
268 border: 2px solid #6DC5DC !important;
269 }
270
271 table.mc-widefat.mc-blue td,
272 table.mc-widefat.mc-blue th {
273 border-bottom: 1px solid #B1E0EC !important;
274 }
275 table.mc-widefat.mc-blue tr:first-child {
276 background: #6DC5DC !important;
277 }
278
279 .mc-widefat.mc-yellow {
280 background: #fff !important;
281 border: 2px solid #FEDE88 !important;
282 }
283
284 table.mc-widefat.mc-yellow td,
285 table.mc-widefat.mc-yellow th {
286 border-bottom: 1px solid #FFE8AA !important;
287 }
288 table.mc-widefat.mc-yellow tr:first-child {
289 background: #FEDE88 !important;
290 }
291
292
293
294 .mc-widefat.mc-api {
295 border: 2px solid #95D1C4 !important;
296 }
297
298 table.mc-widefat.mc-api {
299 margin-bottom: 19px;
300 margin-top: 19px;
301 }
302 table.mc-widefat.mc-api td,
303 table.mc-widefat.mc-api th {
304 border-bottom: none !important;
305 }
306 table.mc-widefat.mc-api tr:first-child {
307 background: #95D1C4 !important;
308 }
309
310 a.mc-api-key {
311 color: #fff;
312 display: block;
313 margin-top: 3px;
314 }
315 a.mc-api-key:hover {
316 color: #fff;
317 text-decoration: underline;
318 }
319
320 .mc-api-submit {
321 margin-bottom: 19px;
322 }
323
324
325 .mc-submit {
326 float: right;
327 clear: both;
328 }
329
330
331 .mailchimp-login {
332 background: #449A88;
333 color: #fff;
334 text-transform: capitalize;
335 padding: 8px 72px;
336 border-radius: 4px;
337 font-weight: 600;
338 font-size: 14px;
339 border-bottom: 2px solid #72C1B0;
340 margin-top: 2px;
341 position: relative;
342 box-sizing: border-box;
343 }
344 .mailchimp-login:hover {
345 background: #72C1B0;
346 border-color: #449A88;
347 color: #fff;
348 }
349 th.mailchimp-connect {
350 width: 100% !important;
351 }
352
353 #wpfooter {
354 margin-left: 0 !important;
355 }
356