| 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: 50px; |
| 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 |
.mc-custom-styling td input[type="checkbox"] { |
| 263 |
width: auto; |
| 264 |
margin-right: 7px; |
| 265 |
} |
| 266 |
|
| 267 |
|
| 268 |
|
| 269 |
|
| 270 |
.mc-widefat.mc-blue { |
| 271 |
background: #fff !important; |
| 272 |
border: 2px solid #6DC5DC !important; |
| 273 |
} |
| 274 |
|
| 275 |
table.mc-widefat.mc-blue td, |
| 276 |
table.mc-widefat.mc-blue th { |
| 277 |
border-bottom: 1px solid #B1E0EC !important; |
| 278 |
} |
| 279 |
table.mc-widefat.mc-blue tr:first-child { |
| 280 |
background: #6DC5DC !important; |
| 281 |
} |
| 282 |
|
| 283 |
.mc-widefat.mc-yellow { |
| 284 |
background: #fff !important; |
| 285 |
border: 2px solid #FEDE88 !important; |
| 286 |
} |
| 287 |
|
| 288 |
table.mc-widefat.mc-yellow td, |
| 289 |
table.mc-widefat.mc-yellow th { |
| 290 |
border-bottom: 1px solid #FFE8AA !important; |
| 291 |
} |
| 292 |
table.mc-widefat.mc-yellow tr:first-child { |
| 293 |
background: #FEDE88 !important; |
| 294 |
} |
| 295 |
|
| 296 |
|
| 297 |
|
| 298 |
.mc-widefat.mc-api { |
| 299 |
border: 2px solid #95D1C4 !important; |
| 300 |
} |
| 301 |
|
| 302 |
table.mc-widefat.mc-api { |
| 303 |
margin-bottom: 19px; |
| 304 |
margin-top: 19px; |
| 305 |
} |
| 306 |
table.mc-widefat.mc-api td, |
| 307 |
table.mc-widefat.mc-api th { |
| 308 |
border-bottom: none !important; |
| 309 |
} |
| 310 |
table.mc-widefat.mc-api tr:first-child { |
| 311 |
background: #95D1C4 !important; |
| 312 |
} |
| 313 |
|
| 314 |
a.mc-api-key { |
| 315 |
color: #fff; |
| 316 |
display: block; |
| 317 |
margin-top: 3px; |
| 318 |
} |
| 319 |
a.mc-api-key:hover { |
| 320 |
color: #fff; |
| 321 |
text-decoration: underline; |
| 322 |
} |
| 323 |
|
| 324 |
.mc-api-submit { |
| 325 |
margin-bottom: 19px; |
| 326 |
} |
| 327 |
|
| 328 |
|
| 329 |
.mc-submit { |
| 330 |
float: right; |
| 331 |
clear: both; |
| 332 |
} |
| 333 |
|
| 334 |
|
| 335 |
.mailchimp-login { |
| 336 |
background: #449A88; |
| 337 |
color: #fff; |
| 338 |
text-transform: capitalize; |
| 339 |
padding: 8px 72px; |
| 340 |
border-radius: 4px; |
| 341 |
font-weight: 600; |
| 342 |
font-size: 14px; |
| 343 |
border-bottom: 2px solid #72C1B0; |
| 344 |
margin-top: 2px; |
| 345 |
position: relative; |
| 346 |
box-sizing: border-box; |
| 347 |
} |
| 348 |
.mailchimp-login:hover { |
| 349 |
background: #72C1B0; |
| 350 |
border-color: #449A88; |
| 351 |
color: #fff; |
| 352 |
} |
| 353 |
th.mailchimp-connect { |
| 354 |
width: 100% !important; |
| 355 |
} |
| 356 |
|
| 357 |
#wpfooter { |
| 358 |
margin-left: 0 !important; |
| 359 |
} |
| 360 |
|