PluginProbe ʕ •ᴥ•ʔ
MC4WP: Mailchimp for WordPress / 4.0.1
MC4WP: Mailchimp for WordPress v4.0.1
4.13.0 4.12.6 4.12.4 4.12.5 4.12.3 4.12.2 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 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.10 2.3.11 2.3.12 2.3.13 2.3.14 2.3.15 2.3.16 2.3.17 2.3.18 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 3.0.10 3.0.11 3.0.12 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.13 4.1.14 4.1.15 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.10.0 4.10.1 4.10.2 4.10.3 4.10.4 4.10.5 4.10.6 4.10.7 4.10.8 4.10.9 4.11.0 4.11.1 4.12.0 4.12.1 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.3 4.3.1 4.3.2 4.3.3 4.4 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.6.0 4.6.1 4.6.2 4.7 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.8 4.8.1 4.8.10 4.8.11 4.8.12 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.8.9 4.9.0 4.9.1 4.9.10 4.9.11 4.9.12 4.9.13 4.9.14 4.9.15 4.9.16 4.9.17 4.9.18 4.9.19 4.9.2 4.9.20 4.9.21 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 4.9.9 trunk 1.1.5 1.2.1 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8
mailchimp-for-wp / assets / css / form-themes.css
mailchimp-for-wp / assets / css Last commit date
admin-styles.css 9 years ago admin-styles.min.css 9 years ago checkbox-reset.css 9 years ago checkbox-reset.min.css 9 years ago form-basic.css 9 years ago form-basic.css.map 10 years ago form-basic.min.css 9 years ago form-editor.css 9 years ago form-editor.min.css 9 years ago form-themes.css 9 years ago form-themes.css.map 10 years ago form-themes.min.css 9 years ago
form-themes.css
329 lines
1 .mc4wp-form input[name^="_mc4wp_honey"] {
2 display: none !important; }
3
4 /* MailChimp for WP - Default Form Styles */
5 .mc4wp-form-basic,
6 .mc4wp-form-theme {
7 margin: 1em 0;
8 /* Form Elements */
9 /* Remove font-weight bold from nested elements */
10 /* Alert */ }
11 .mc4wp-form-basic,
12 .mc4wp-form-basic label,
13 .mc4wp-form-basic input,
14 .mc4wp-form-theme,
15 .mc4wp-form-theme label,
16 .mc4wp-form-theme input {
17 width: auto;
18 display: block;
19 -webkit-box-sizing: border-box;
20 -moz-box-sizing: border-box;
21 box-sizing: border-box;
22 cursor: auto;
23 height: auto;
24 vertical-align: baseline;
25 line-height: normal; }
26 .mc4wp-form-basic:after,
27 .mc4wp-form-theme:after {
28 content: "";
29 display: table;
30 clear: both; }
31 .mc4wp-form-basic label,
32 .mc4wp-form-theme label {
33 font-weight: bold;
34 margin-bottom: 6px;
35 display: block; }
36 .mc4wp-form-basic input.placeholdersjs,
37 .mc4wp-form-theme input.placeholdersjs {
38 color: #aaa !important; }
39 .mc4wp-form-basic input[type="text"],
40 .mc4wp-form-basic input[type="email"],
41 .mc4wp-form-basic input[type="tel"],
42 .mc4wp-form-basic input[type="url"],
43 .mc4wp-form-basic input[type="date"],
44 .mc4wp-form-basic textarea,
45 .mc4wp-form-basic select,
46 .mc4wp-form-theme input[type="text"],
47 .mc4wp-form-theme input[type="email"],
48 .mc4wp-form-theme input[type="tel"],
49 .mc4wp-form-theme input[type="url"],
50 .mc4wp-form-theme input[type="date"],
51 .mc4wp-form-theme textarea,
52 .mc4wp-form-theme select {
53 min-height: 32px;
54 width: 100%;
55 max-width: 480px; }
56 .mc4wp-form-basic input[type="number"],
57 .mc4wp-form-theme input[type="number"] {
58 min-width: 40px; }
59 .mc4wp-form-basic input[type="checkbox"],
60 .mc4wp-form-basic input[type="radio"],
61 .mc4wp-form-theme input[type="checkbox"],
62 .mc4wp-form-theme input[type="radio"] {
63 position: relative;
64 margin: 0 6px 0 0;
65 padding: 0;
66 height: 13px;
67 width: 13px;
68 display: inline-block;
69 border: 0; }
70 .mc4wp-form-basic input[type="checkbox"],
71 .mc4wp-form-theme input[type="checkbox"] {
72 -webkit-appearance: checkbox;
73 -moz-appearance: checkbox;
74 appearance: checkbox; }
75 .mc4wp-form-basic input[type="radio"],
76 .mc4wp-form-theme input[type="radio"] {
77 -webkit-appearance: radio;
78 -moz-appearance: radio;
79 appearance: radio; }
80 .mc4wp-form-basic input[type="submit"],
81 .mc4wp-form-basic button,
82 .mc4wp-form-basic input[type="button"],
83 .mc4wp-form-theme input[type="submit"],
84 .mc4wp-form-theme button,
85 .mc4wp-form-theme input[type="button"] {
86 cursor: pointer;
87 display: inline-block;
88 -webkit-appearance: none;
89 -moz-appearance: none;
90 appearance: none; }
91 .mc4wp-form-basic label > span,
92 .mc4wp-form-basic li > label,
93 .mc4wp-form-theme label > span,
94 .mc4wp-form-theme li > label {
95 font-weight: normal; }
96 .mc4wp-form-basic .mc4wp-alert,
97 .mc4wp-form-theme .mc4wp-alert {
98 color: #c09853;
99 clear: both; }
100 .mc4wp-form-basic .mc4wp-success,
101 .mc4wp-form-theme .mc4wp-success {
102 color: #468847; }
103 .mc4wp-form-basic .mc4wp-notice,
104 .mc4wp-form-theme .mc4wp-notice {
105 color: #3a87ad; }
106 .mc4wp-form-basic .mc4wp-error,
107 .mc4wp-form-theme .mc4wp-error {
108 color: #CD5C5C; }
109
110 /* Right-To-Left specific styles */
111 .rtl .mc4wp-form-reset input[type="checkbox"],
112 .rtl .mc4wp-form-reset input[type="radio"] {
113 margin: 0 0 0 6px; }
114
115 /* Form base theme */
116 .mc4wp-form-theme input[type="text"],
117 .mc4wp-form-theme input[type="email"],
118 .mc4wp-form-theme input[type="tel"],
119 .mc4wp-form-theme input[type="url"],
120 .mc4wp-form-theme input[type="date"],
121 .mc4wp-form-theme input[type="number"],
122 .mc4wp-form-theme textarea,
123 .mc4wp-form-theme select {
124 height: auto;
125 margin: 0;
126 padding: 8px 16px;
127 line-height: 1.428571429;
128 color: #555555 !important;
129 vertical-align: middle;
130 background: none;
131 background-color: #ffffff;
132 border: 1px solid #cccccc;
133 -webkit-border-radius: 2px;
134 -moz-border-radius: 2px;
135 border-radius: 2px;
136 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
137 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
138 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
139 text-shadow: none; }
140
141 .mc4wp-form-theme input:focus,
142 .mc4wp-form-theme textarea:focus,
143 .mc4wp-form-theme select:focus,
144 .mc4wp-form-theme button:focus {
145 outline: 0;
146 background-image: none; }
147
148 .mc4wp-form-theme textarea {
149 height: auto; }
150
151 .mc4wp-form-theme input[readonly],
152 .mc4wp-form-theme input[disabled] {
153 background-color: #eeeeee; }
154
155 .mc4wp-form-theme input[type="submit"],
156 .mc4wp-form-theme input[type="button"],
157 .mc4wp-form-theme button {
158 display: inline-block;
159 padding: 8px 16px;
160 margin: 0;
161 font-weight: normal;
162 line-height: 1.428571429;
163 text-align: center;
164 white-space: nowrap;
165 vertical-align: middle;
166 cursor: pointer;
167 border: 1px solid transparent;
168 border-radius: 2px;
169 -webkit-user-select: none;
170 -moz-user-select: none;
171 user-select: none;
172 box-shadow: none;
173 background: none;
174 text-shadow: none;
175 filter: none;
176 height: auto;
177 width: auto; }
178
179 .mc4wp-form-theme input[type="submit"]:hover,
180 .mc4wp-form-theme input[type="button"]:hover,
181 .mc4wp-form-theme button:hover,
182 .mc4wp-form-theme input[type="submit"]:focus,
183 .mc4wp-form-theme input[type="button"]:focus,
184 .mc4wp-form-theme button:focus {
185 outline: 0;
186 color: #333333;
187 text-decoration: none;
188 background: none; }
189
190 .mc4wp-form-theme-dark input[type="submit"],
191 .mc4wp-form-theme-dark button {
192 color: #ffffff !important;
193 background-color: #444444 !important;
194 border-color: #1e1e1e; }
195
196 .mc4wp-form-theme-dark input[type="submit"]:hover,
197 .mc4wp-form-theme-dark button:hover,
198 .mc4wp-form-theme-dark input[type="submit"]:active,
199 .mc4wp-form-theme-dark button:active,
200 .mc4wp-form-theme-dark input[type="submit"]:focus,
201 .mc4wp-form-theme-dark button:focus {
202 color: #ffffff !important;
203 background-color: #1e1e1e !important;
204 border-color: black; }
205
206 .mc4wp-form-theme-dark input[type="text"]:focus,
207 .mc4wp-form-theme-dark input[type="email"]:focus,
208 .mc4wp-form-theme-dark input[type="tel"]:focus,
209 .mc4wp-form-theme-dark input[type="url"]:focus,
210 .mc4wp-form-theme-dark input[type="date"]:focus,
211 .mc4wp-form-theme-dark textarea:focus,
212 .mc4wp-form-theme-dark select:focus {
213 border-color: #6a6a6a;
214 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15);
215 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15);
216 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15); }
217
218 .mc4wp-form-theme-light input[type="submit"],
219 .mc4wp-form-theme-light button {
220 color: #000000 !important;
221 background-color: #ffffff !important;
222 border-color: #d9d9d9; }
223
224 .mc4wp-form-theme-light input[type="submit"]:hover,
225 .mc4wp-form-theme-light button:hover,
226 .mc4wp-form-theme-light input[type="submit"]:active,
227 .mc4wp-form-theme-light button:active,
228 .mc4wp-form-theme-light input[type="submit"]:focus,
229 .mc4wp-form-theme-light button:focus {
230 color: #000000 !important;
231 background-color: #d9d9d9 !important;
232 border-color: #b3b3b3; }
233
234 .mc4wp-form-theme-light input[type="text"]:focus,
235 .mc4wp-form-theme-light input[type="email"]:focus,
236 .mc4wp-form-theme-light input[type="tel"]:focus,
237 .mc4wp-form-theme-light input[type="url"]:focus,
238 .mc4wp-form-theme-light input[type="date"]:focus,
239 .mc4wp-form-theme-light textarea:focus,
240 .mc4wp-form-theme-light select:focus {
241 border-color: #d9d9d9;
242 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15);
243 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15);
244 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15); }
245
246 .mc4wp-form-theme-red input[type="submit"],
247 .mc4wp-form-theme-red button {
248 color: #ffffff !important;
249 background-color: #d9534f !important;
250 border-color: #b52b27; }
251
252 .mc4wp-form-theme-red input[type="submit"]:hover,
253 .mc4wp-form-theme-red button:hover,
254 .mc4wp-form-theme-red input[type="submit"]:active,
255 .mc4wp-form-theme-red button:active,
256 .mc4wp-form-theme-red input[type="submit"]:focus,
257 .mc4wp-form-theme-red button:focus {
258 color: #ffffff !important;
259 background-color: #b52b27 !important;
260 border-color: #761c19; }
261
262 .mc4wp-form-theme-red input[type="text"]:focus,
263 .mc4wp-form-theme-red input[type="email"]:focus,
264 .mc4wp-form-theme-red input[type="tel"]:focus,
265 .mc4wp-form-theme-red input[type="url"]:focus,
266 .mc4wp-form-theme-red input[type="date"]:focus,
267 .mc4wp-form-theme-red textarea:focus,
268 .mc4wp-form-theme-red select:focus {
269 border-color: #e7908e;
270 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15);
271 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15);
272 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15); }
273
274 .mc4wp-form-theme-blue input[type="submit"],
275 .mc4wp-form-theme-blue button {
276 color: #ffffff !important;
277 background-color: #428bca !important;
278 border-color: #2a6496; }
279
280 .mc4wp-form-theme-blue input[type="submit"]:hover,
281 .mc4wp-form-theme-blue button:hover,
282 .mc4wp-form-theme-blue input[type="submit"]:active,
283 .mc4wp-form-theme-blue button:active,
284 .mc4wp-form-theme-blue input[type="submit"]:focus,
285 .mc4wp-form-theme-blue button:focus {
286 color: #ffffff !important;
287 background-color: #2a6496 !important;
288 border-color: #193c5a; }
289
290 .mc4wp-form-theme-blue input[type="text"]:focus,
291 .mc4wp-form-theme-blue input[type="email"]:focus,
292 .mc4wp-form-theme-blue input[type="tel"]:focus,
293 .mc4wp-form-theme-blue input[type="url"]:focus,
294 .mc4wp-form-theme-blue input[type="date"]:focus,
295 .mc4wp-form-theme-blue textarea:focus,
296 .mc4wp-form-theme-blue select:focus {
297 border-color: #7eb0db;
298 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15);
299 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15);
300 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15); }
301
302 .mc4wp-form-theme-green input[type="submit"],
303 .mc4wp-form-theme-green button {
304 color: #ffffff !important;
305 background-color: #5cb85c !important;
306 border-color: #3d8b3d; }
307
308 .mc4wp-form-theme-green input[type="submit"]:hover,
309 .mc4wp-form-theme-green button:hover,
310 .mc4wp-form-theme-green input[type="submit"]:active,
311 .mc4wp-form-theme-green button:active,
312 .mc4wp-form-theme-green input[type="submit"]:focus,
313 .mc4wp-form-theme-green button:focus {
314 color: #ffffff !important;
315 background-color: #3d8b3d !important;
316 border-color: #255625; }
317
318 .mc4wp-form-theme-green input[type="text"]:focus,
319 .mc4wp-form-theme-green input[type="email"]:focus,
320 .mc4wp-form-theme-green input[type="tel"]:focus,
321 .mc4wp-form-theme-green input[type="url"]:focus,
322 .mc4wp-form-theme-green input[type="date"]:focus,
323 .mc4wp-form-theme-green textarea:focus,
324 .mc4wp-form-theme-green select:focus {
325 border-color: #91cf91;
326 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15);
327 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15);
328 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15); }
329