first commit
This commit is contained in:
328
wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css
Normal file
328
wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css
Normal file
@@ -0,0 +1,328 @@
|
||||
.mc4wp-form input[name^="_mc4wp_honey"] {
|
||||
display: none !important; }
|
||||
|
||||
/* Mailchimp for WP - Default Form Styles */
|
||||
.mc4wp-form-basic,
|
||||
.mc4wp-form-theme {
|
||||
margin: 1em 0;
|
||||
/* Form Elements */
|
||||
/* Remove font-weight bold from nested elements */
|
||||
/* Alert */ }
|
||||
.mc4wp-form-basic,
|
||||
.mc4wp-form-basic label,
|
||||
.mc4wp-form-basic input,
|
||||
.mc4wp-form-theme,
|
||||
.mc4wp-form-theme label,
|
||||
.mc4wp-form-theme input {
|
||||
width: auto;
|
||||
display: block;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
cursor: auto;
|
||||
height: auto;
|
||||
vertical-align: baseline;
|
||||
line-height: normal; }
|
||||
.mc4wp-form-basic:after,
|
||||
.mc4wp-form-theme:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
.mc4wp-form-basic label,
|
||||
.mc4wp-form-theme label {
|
||||
font-weight: bold;
|
||||
margin-bottom: 6px;
|
||||
display: block; }
|
||||
.mc4wp-form-basic input.placeholdersjs,
|
||||
.mc4wp-form-theme input.placeholdersjs {
|
||||
color: #aaa !important; }
|
||||
.mc4wp-form-basic input[type="text"],
|
||||
.mc4wp-form-basic input[type="email"],
|
||||
.mc4wp-form-basic input[type="tel"],
|
||||
.mc4wp-form-basic input[type="url"],
|
||||
.mc4wp-form-basic input[type="date"],
|
||||
.mc4wp-form-basic textarea,
|
||||
.mc4wp-form-basic select,
|
||||
.mc4wp-form-theme input[type="text"],
|
||||
.mc4wp-form-theme input[type="email"],
|
||||
.mc4wp-form-theme input[type="tel"],
|
||||
.mc4wp-form-theme input[type="url"],
|
||||
.mc4wp-form-theme input[type="date"],
|
||||
.mc4wp-form-theme textarea,
|
||||
.mc4wp-form-theme select {
|
||||
min-height: 32px;
|
||||
width: 100%;
|
||||
max-width: 480px; }
|
||||
.mc4wp-form-basic input[type="number"],
|
||||
.mc4wp-form-theme input[type="number"] {
|
||||
min-width: 40px; }
|
||||
.mc4wp-form-basic input[type="checkbox"],
|
||||
.mc4wp-form-basic input[type="radio"],
|
||||
.mc4wp-form-theme input[type="checkbox"],
|
||||
.mc4wp-form-theme input[type="radio"] {
|
||||
position: relative;
|
||||
margin: 0 6px 0 0;
|
||||
padding: 0;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
display: inline-block;
|
||||
border: 0; }
|
||||
.mc4wp-form-basic input[type="checkbox"],
|
||||
.mc4wp-form-theme input[type="checkbox"] {
|
||||
-webkit-appearance: checkbox;
|
||||
-moz-appearance: checkbox;
|
||||
appearance: checkbox; }
|
||||
.mc4wp-form-basic input[type="radio"],
|
||||
.mc4wp-form-theme input[type="radio"] {
|
||||
-webkit-appearance: radio;
|
||||
-moz-appearance: radio;
|
||||
appearance: radio; }
|
||||
.mc4wp-form-basic input[type="submit"],
|
||||
.mc4wp-form-basic button,
|
||||
.mc4wp-form-basic input[type="button"],
|
||||
.mc4wp-form-theme input[type="submit"],
|
||||
.mc4wp-form-theme button,
|
||||
.mc4wp-form-theme input[type="button"] {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
.mc4wp-form-basic label > span,
|
||||
.mc4wp-form-basic li > label,
|
||||
.mc4wp-form-theme label > span,
|
||||
.mc4wp-form-theme li > label {
|
||||
font-weight: normal; }
|
||||
.mc4wp-form-basic .mc4wp-alert,
|
||||
.mc4wp-form-theme .mc4wp-alert {
|
||||
color: #c09853;
|
||||
clear: both; }
|
||||
.mc4wp-form-basic .mc4wp-success,
|
||||
.mc4wp-form-theme .mc4wp-success {
|
||||
color: #468847; }
|
||||
.mc4wp-form-basic .mc4wp-notice,
|
||||
.mc4wp-form-theme .mc4wp-notice {
|
||||
color: #3a87ad; }
|
||||
.mc4wp-form-basic .mc4wp-error,
|
||||
.mc4wp-form-theme .mc4wp-error {
|
||||
color: #CD5C5C; }
|
||||
|
||||
/* Right-To-Left specific styles */
|
||||
.rtl .mc4wp-form-reset input[type="checkbox"],
|
||||
.rtl .mc4wp-form-reset input[type="radio"] {
|
||||
margin: 0 0 0 6px; }
|
||||
|
||||
/* Form base theme */
|
||||
.mc4wp-form-theme input[type="text"],
|
||||
.mc4wp-form-theme input[type="email"],
|
||||
.mc4wp-form-theme input[type="tel"],
|
||||
.mc4wp-form-theme input[type="url"],
|
||||
.mc4wp-form-theme input[type="date"],
|
||||
.mc4wp-form-theme input[type="number"],
|
||||
.mc4wp-form-theme textarea,
|
||||
.mc4wp-form-theme select {
|
||||
height: auto;
|
||||
padding: 8px 16px;
|
||||
line-height: 1.428571429;
|
||||
color: #555555 !important;
|
||||
vertical-align: middle;
|
||||
background: none;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
text-shadow: none; }
|
||||
|
||||
.mc4wp-form-theme input:focus,
|
||||
.mc4wp-form-theme textarea:focus,
|
||||
.mc4wp-form-theme select:focus,
|
||||
.mc4wp-form-theme button:focus {
|
||||
outline: 0;
|
||||
background-image: none; }
|
||||
|
||||
.mc4wp-form-theme textarea {
|
||||
height: auto; }
|
||||
|
||||
.mc4wp-form-theme input[readonly],
|
||||
.mc4wp-form-theme input[disabled] {
|
||||
background-color: #eeeeee; }
|
||||
|
||||
.mc4wp-form-theme input[type="submit"],
|
||||
.mc4wp-form-theme input[type="button"],
|
||||
.mc4wp-form-theme button {
|
||||
display: inline-block;
|
||||
padding: 8px 16px;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
text-shadow: none;
|
||||
filter: none;
|
||||
height: auto;
|
||||
width: auto; }
|
||||
|
||||
.mc4wp-form-theme input[type="submit"]:hover,
|
||||
.mc4wp-form-theme input[type="button"]:hover,
|
||||
.mc4wp-form-theme button:hover,
|
||||
.mc4wp-form-theme input[type="submit"]:focus,
|
||||
.mc4wp-form-theme input[type="button"]:focus,
|
||||
.mc4wp-form-theme button:focus {
|
||||
outline: 0;
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
background: none; }
|
||||
|
||||
.mc4wp-form-theme-dark input[type="submit"],
|
||||
.mc4wp-form-theme-dark button {
|
||||
color: #ffffff !important;
|
||||
background-color: #444444 !important;
|
||||
border-color: #1e1e1e; }
|
||||
|
||||
.mc4wp-form-theme-dark input[type="submit"]:hover,
|
||||
.mc4wp-form-theme-dark button:hover,
|
||||
.mc4wp-form-theme-dark input[type="submit"]:active,
|
||||
.mc4wp-form-theme-dark button:active,
|
||||
.mc4wp-form-theme-dark input[type="submit"]:focus,
|
||||
.mc4wp-form-theme-dark button:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #1e1e1e !important;
|
||||
border-color: black; }
|
||||
|
||||
.mc4wp-form-theme-dark input[type="text"]:focus,
|
||||
.mc4wp-form-theme-dark input[type="email"]:focus,
|
||||
.mc4wp-form-theme-dark input[type="tel"]:focus,
|
||||
.mc4wp-form-theme-dark input[type="url"]:focus,
|
||||
.mc4wp-form-theme-dark input[type="date"]:focus,
|
||||
.mc4wp-form-theme-dark textarea:focus,
|
||||
.mc4wp-form-theme-dark select:focus {
|
||||
border-color: #6a6a6a;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.15); }
|
||||
|
||||
.mc4wp-form-theme-light input[type="submit"],
|
||||
.mc4wp-form-theme-light button {
|
||||
color: #000000 !important;
|
||||
background-color: #ffffff !important;
|
||||
border-color: #d9d9d9; }
|
||||
|
||||
.mc4wp-form-theme-light input[type="submit"]:hover,
|
||||
.mc4wp-form-theme-light button:hover,
|
||||
.mc4wp-form-theme-light input[type="submit"]:active,
|
||||
.mc4wp-form-theme-light button:active,
|
||||
.mc4wp-form-theme-light input[type="submit"]:focus,
|
||||
.mc4wp-form-theme-light button:focus {
|
||||
color: #000000 !important;
|
||||
background-color: #d9d9d9 !important;
|
||||
border-color: #b3b3b3; }
|
||||
|
||||
.mc4wp-form-theme-light input[type="text"]:focus,
|
||||
.mc4wp-form-theme-light input[type="email"]:focus,
|
||||
.mc4wp-form-theme-light input[type="tel"]:focus,
|
||||
.mc4wp-form-theme-light input[type="url"]:focus,
|
||||
.mc4wp-form-theme-light input[type="date"]:focus,
|
||||
.mc4wp-form-theme-light textarea:focus,
|
||||
.mc4wp-form-theme-light select:focus {
|
||||
border-color: #d9d9d9;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.15); }
|
||||
|
||||
.mc4wp-form-theme-red input[type="submit"],
|
||||
.mc4wp-form-theme-red button {
|
||||
color: #ffffff !important;
|
||||
background-color: #d9534f !important;
|
||||
border-color: #b52b27; }
|
||||
|
||||
.mc4wp-form-theme-red input[type="submit"]:hover,
|
||||
.mc4wp-form-theme-red button:hover,
|
||||
.mc4wp-form-theme-red input[type="submit"]:active,
|
||||
.mc4wp-form-theme-red button:active,
|
||||
.mc4wp-form-theme-red input[type="submit"]:focus,
|
||||
.mc4wp-form-theme-red button:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #b52b27 !important;
|
||||
border-color: #761c19; }
|
||||
|
||||
.mc4wp-form-theme-red input[type="text"]:focus,
|
||||
.mc4wp-form-theme-red input[type="email"]:focus,
|
||||
.mc4wp-form-theme-red input[type="tel"]:focus,
|
||||
.mc4wp-form-theme-red input[type="url"]:focus,
|
||||
.mc4wp-form-theme-red input[type="date"]:focus,
|
||||
.mc4wp-form-theme-red textarea:focus,
|
||||
.mc4wp-form-theme-red select:focus {
|
||||
border-color: #e7908e;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.15); }
|
||||
|
||||
.mc4wp-form-theme-blue input[type="submit"],
|
||||
.mc4wp-form-theme-blue button {
|
||||
color: #ffffff !important;
|
||||
background-color: #428bca !important;
|
||||
border-color: #2a6496; }
|
||||
|
||||
.mc4wp-form-theme-blue input[type="submit"]:hover,
|
||||
.mc4wp-form-theme-blue button:hover,
|
||||
.mc4wp-form-theme-blue input[type="submit"]:active,
|
||||
.mc4wp-form-theme-blue button:active,
|
||||
.mc4wp-form-theme-blue input[type="submit"]:focus,
|
||||
.mc4wp-form-theme-blue button:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #2a6496 !important;
|
||||
border-color: #193c5a; }
|
||||
|
||||
.mc4wp-form-theme-blue input[type="text"]:focus,
|
||||
.mc4wp-form-theme-blue input[type="email"]:focus,
|
||||
.mc4wp-form-theme-blue input[type="tel"]:focus,
|
||||
.mc4wp-form-theme-blue input[type="url"]:focus,
|
||||
.mc4wp-form-theme-blue input[type="date"]:focus,
|
||||
.mc4wp-form-theme-blue textarea:focus,
|
||||
.mc4wp-form-theme-blue select:focus {
|
||||
border-color: #7eb0db;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.15); }
|
||||
|
||||
.mc4wp-form-theme-green input[type="submit"],
|
||||
.mc4wp-form-theme-green button {
|
||||
color: #ffffff !important;
|
||||
background-color: #5cb85c !important;
|
||||
border-color: #3d8b3d; }
|
||||
|
||||
.mc4wp-form-theme-green input[type="submit"]:hover,
|
||||
.mc4wp-form-theme-green button:hover,
|
||||
.mc4wp-form-theme-green input[type="submit"]:active,
|
||||
.mc4wp-form-theme-green button:active,
|
||||
.mc4wp-form-theme-green input[type="submit"]:focus,
|
||||
.mc4wp-form-theme-green button:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #3d8b3d !important;
|
||||
border-color: #255625; }
|
||||
|
||||
.mc4wp-form-theme-green input[type="text"]:focus,
|
||||
.mc4wp-form-theme-green input[type="email"]:focus,
|
||||
.mc4wp-form-theme-green input[type="tel"]:focus,
|
||||
.mc4wp-form-theme-green input[type="url"]:focus,
|
||||
.mc4wp-form-theme-green input[type="date"]:focus,
|
||||
.mc4wp-form-theme-green textarea:focus,
|
||||
.mc4wp-form-theme-green select:focus {
|
||||
border-color: #91cf91;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.15); }
|
||||
Reference in New Issue
Block a user