PluginProbe
MakeCommerce for WooCommerce / 1.1.4
MakeCommerce for WooCommerce v1.1.4
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
makecommerce / css / makecommerce.css

makecommerce.css in MakeCommerce for WooCommerce 1.1.4, at css/makecommerce.css

190 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 select#makecommerce {
2 display: none;
3 }
4 ul.makecommerce-picker {
5 list-style-type: none;
6 margin: 0px;
7 padding: 0;
8 }
9 ul.makecommerce-picker input.makecommerce_country_picker {
10 margin: 0px;
11 }
12 div.makecommerce_country_picker_methods {
13 display: none;
14 margin-bottom: 10px;
15 margin-left: 0px;
16 }
17 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker {
18 width: 24%;
19 }
20 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker {
21 width: 32%;
22 }
23 div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker {
24 width: 48%;
25 }
26 div.makecommerce_country_picker_methods hr {
27 border-width: 0px;
28 height: 0px;
29 margin-bottom: 25px;
30 display: none;
31 }
32 li.makecommerce-picker-country {
33 border: 0px solid !important;
34 padding: 0 !important;
35 margin: 0 !important;
36 }
37 li.makecommerce-picker-country .makecommerce_country_picker_methods{
38 margin-top: 5px;
39 margin-bottom: 10px;
40 float: left;
41 width: 100%;
42 }
43 div.makecommerce-banklink-picker {
44 display: inline-block;
45 cursor: pointer;
46 margin: 0px;
47 border: 0px;
48 max-width: 14.2%;
49 margin-bottom: 2px;
50 float: left;
51 padding: 4px;
52 box-sizing: border-box;
53 }
54 .payment_box.payment_method_makecommerce{
55 margin-bottom: 0px;
56 }
57 div.makecommerce-banklink-picker.selected {
58 background: orange;
59 }
60 div.makecommerce-banklink-picker img {
61 width: 100%;
62 float: left;
63 max-height: none !important;
64 }
65 .payment_box.payment_method_makecommerce{
66 padding: 1em 1em 0.8em 1em !important;
67 }
68 .woocommerce-checkout #payment ul.payment_methods li div.makecommerce-banklink-picker img {
69 margin: 0px;
70 max-width: 100%;
71 }
72 .woocommerce-checkout #payment ul.payment_methods li div.makecommerce-banklink-picker img:hover{
73 opacity: 0.8;
74 }
75
76 .woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label {
77 display: inline-block;
78 cursor: pointer;
79 height: 22px;
80 width: 30px;
81 background-position: center;
82 margin: 3px;
83 padding: 0px;
84 background-repeat: no-repeat;
85 background-size: cover;
86 }
87 .makecommerce_country_picker_countries {
88 padding: 0px 1px;
89 }
90 .woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label.selected {
91 height: 28px;
92 width: 36px;
93 border: 3px solid orange;
94 margin: 0;
95 }
96 .woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label::before{
97 display: none;
98 }
99
100 div.makecommerce-info > div {
101 display: inline-block;
102 vertical-align: middle;
103 }
104 div.makecommerce-logo a img {
105 width: 231px;
106 }
107 div.makecommerce-link a {
108 color: #007bdb;
109 text-decoration: none;
110 }
111 div.makecommerce-link a:hover {
112 text-decoration: underline;
113 }
114 .makecommerce-picker-country .breaker {
115 float: left;
116 width: 100%;
117 margin-bottom: 9px;
118 }
119 div.mc-processing-message {
120 display: none;
121 margin-top: 8px;
122 }
123 div.mc-processing-message img {
124 width: 16px;
125 }
126 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
127 max-width: 25%;
128 width: 25%;
129 }
130 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
131 max-width: 33.333%;
132 width: 33.333%;
133 }
134 div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{
135 max-width: 184px;
136 width: 50%;
137 }
138 li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-small{
139 max-width: 734px;
140 }
141 li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-medium{
142 max-width: 551px;
143 }
144 li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-large{
145 /* max-width: 367px; */
146 }
147 @media screen and (max-width: 767px){
148 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
149 max-width: 61px;
150 width: 25%;
151 }
152 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
153 max-width: 92px;
154 width: 33.33%;
155 }
156 div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{
157 max-width: 184px;
158 width: 50%;
159 }
160 }
161 @media screen and (max-width: 500px){
162 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
163 max-width: 61px;
164 width: 33.33%;
165 }
166 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
167 max-width: 92px;
168 width: 50%;
169 }
170 div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{
171 max-width: 184px;
172 width: 100%;
173 }
174 li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-large{
175 /*max-width: 184px;*/
176 }
177 li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-medium{
178 /*max-width: 551px;*/
179 }
180 }
181 @media screen and (max-width: 400px){
182 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
183 max-width: 61px;
184 width: 50%;
185 }
186 }
187 .payment_box select#MakeCommerce {
188 display: none;
189 }
190