PluginProbe
Mailchimp List Subscribe Form / 1.9.1
Mailchimp List Subscribe Form v1.9.1
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 / assets / css / frontend.css

frontend.css in Mailchimp List Subscribe Form 1.9.1, at assets/css/frontend.css

117 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .mc_error_msg, .mc_error_msg a {
2 color: red;
3 margin-bottom: 1.0em;
4 }
5 .mc_success_msg {
6 color: green;
7 margin-bottom: 1.0em;
8 }
9 div.mc_interest{
10 width:100%;
11 }
12 #mc_signup_form label.mc_interest_label {
13 display:inline;
14 }
15 .mc_signup_submit {
16 text-align:center;
17 }
18 ul.mc_list {
19 list-style-type: none;
20 margin-left: 0;
21 padding-left: 0;
22 }
23 ul.mc_list li {
24 font-size: 14px;
25 }
26 #ui-datepicker-div .ui-datepicker-year {
27 display: none;
28 }
29 #ui-datepicker-div.show .ui-datepicker-year {
30 display: inline;
31 padding-left: 3px
32 }
33 .widget_mailchimpsf_widget .widget-title {
34 line-height: 1.4em;
35 margin-bottom: 0.75em;
36 }
37 .mc_custom_border_hdr,
38 #mc_subheader {
39 line-height: 1.25em;
40 margin-bottom: 18px;
41 }
42 .mc_merge_var {
43 padding:0;
44 margin:0;
45 margin-bottom: 1.0em;
46 }
47 .mc_var_label,
48 .mc_interest_label {
49 display: block;
50 margin-bottom: 0.5em;
51 }
52 .mc_input {
53 -moz-box-sizing: border-box;
54 -webkit-box-sizing: border-box;
55 box-sizing: border-box;
56 padding: 10px 8px;
57 width: 100%;
58 }
59 .mc_input.mc_phone {
60 width: auto;
61 }
62 select.mc_select {
63 margin-top: 0.5em;
64 padding: 10px 8px;
65 width: 100%;
66 }
67 .mc_address_label {
68 margin-top: 1.0em;
69 margin-bottom: 0.5em;
70 display: block;
71 }
72 .mc_address_label ~ select {
73 padding: 10px 8px;
74 width: 100%;
75 }
76 .mc_list li {
77 list-style: none;
78 background: none !important;
79 }
80 .mc_interests_header {
81 font-weight:bold;
82 margin-top: 1.0em;
83 margin-bottom: 0.5em;
84 }
85 .mc_interest label,
86 .mc_interest input {
87 margin-bottom: 0.4em;
88 }
89 #mc_signup_submit {
90 margin-top: 1.5em;
91 padding: 10px 8px;
92 width: 80%;
93 }
94 #mc_unsub_link a {
95 font-size: 0.75em;
96 }
97 #mc_unsub_link {
98 margin-top: 1.0em;
99 }
100 .mc_header_address,
101 .mc_email_format {
102 display: block;
103 font-weight: bold;
104 margin-top: 1.0em;
105 margin-bottom: 0.5em;
106 }
107 .mc_email_options {
108 margin-top: 0.5em;
109 }
110 .mc_email_type {
111 padding-left: 4px;
112 }
113 #mc-indicates-required {
114 width:100%;
115 margin-top: 1em;
116 }
117