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 |