PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.01.01
E2Pdf – Export Pdf Tool for WordPress v1.01.01
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
e2pdf / css / extension / divi.css

divi.css in E2Pdf – Export Pdf Tool for WordPress 1.01.01, at css/extension/divi.css

358 lines 8.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .et_pb_contact_form {
2 margin-left: -3%;
3 }
4
5 .et_pb_contact_form [data-conditional-logic] {
6 display: none;
7 }
8
9 p.et_pb_contact_field {
10 margin-bottom: 3%;
11 padding: 0 0 0 3%;
12 -webkit-box-sizing: border-box;
13 -moz-box-sizing: border-box;
14 box-sizing: border-box;
15 }
16
17 p.et_pb_contact_field_half + p.et_pb_contact_field_last:not(.et_pb_contact_field_half),
18 p.et_pb_contact_field:not(.et_pb_contact_field_last) {
19 clear: both;
20 }
21
22 p.et_pb_contact_field.et_pb_contact_field_last + p.et_pb_contact_field.et_pb_contact_field_last {
23 clear: both;
24 }
25
26 .et_pb_contact_field.et_pb_section_parallax,
27 .et_pb_contact_field.et_pb_section_video {
28 position: relative;
29 }
30
31 .et_pb_contact_field * {
32 position: relative;
33 }
34
35 .et_pb_contact_main_title {
36 position: relative;
37 padding-bottom: 16px;
38 font-weight: 500;
39 }
40
41 h1.et_pb_contact_main_title {
42 font-size: 26px;
43 }
44
45 .et-pb-contact-message {
46 position: relative;
47 }
48
49 .et_pb_column_1_3 .et_pb_contact_main_title,
50 .et_pb_column_1_4 .et_pb_contact_main_title {
51 font-size: 22px;
52 }
53
54 .e2pdf-dialog label.et_pb_contact_form_label {
55 display: none;
56 }
57
58 .et_pb_contact_right {
59 display: inline-block;
60 min-width: 105px;
61 margin: 0;
62 text-align: right;
63 }
64
65 .et_pb_contact {
66 position: relative;
67 }
68
69 .et_pb_contact .et_pb_contact_field_half {
70 float: left;
71 width: 50%;
72 }
73
74 .et_pb_contact p input,
75 .et_pb_contact p textarea {
76 width: 100%;
77 padding: 16px;
78 border: none;
79 -webkit-border-radius: 0;
80 -moz-border-radius: 0;
81 border-radius: 0;
82 color: #999;
83 background-color: #eee;
84 font-size: 14px;
85 }
86
87 .et_pb_contact p textarea {
88 font-family: inherit;
89 }
90
91 .et_pb_contact p input::-moz-placeholder,
92 .et_pb_contact p textarea::-moz-placeholder {
93 opacity: 1;
94 }
95
96 .et_pb_contact p input:-moz-placeholder,
97 .et_pb_contact p textarea:-moz-placeholder {
98 opacity: 1;
99 }
100
101 .et_pb_contact_right p input {
102 max-width: 50px;
103 padding: 16px;
104 }
105
106 .et_pb_contact p input[type="checkbox"],
107 .et_pb_contact p input[type="radio"] {
108 display: block;
109 width: auto;
110 max-width: none;
111 margin: 0;
112 padding: 0;
113 position: absolute;
114 visibility: hidden;
115 width: 18px;
116 height: 18px;
117 margin-top: 1px;
118 }
119
120 .et_pb_contact p input[type="checkbox"] + label,
121 .et_pb_contact p input[type="radio"] + label {
122 display: inline-block;
123 position: relative;
124 min-height: 1.7em;
125 line-height: 1.7em;
126 vertical-align: middle;
127 cursor: pointer;
128 }
129
130 .et_pb_contact p input[type="checkbox"] + label i,
131 .et_pb_contact p input[type="radio"] + label i {
132 display: inline-block;
133 position: relative;
134 width: 18px;
135 height: 18px;
136 margin-right: 6px;
137 background-color: #eee;
138 font-style: normal;
139 vertical-align: middle;
140 content: "";
141 }
142
143 .rtl .et_pb_contact p input[type="checkbox"] + label i,
144 .rtl .et_pb_contact p input[type="radio"] + label i {
145 margin-right: 0;
146 margin-left: 6px;
147 }
148
149 .et_pb_contact p input[type="radio"] + label i {
150 border-radius: 50%;
151 }
152
153 .et_pb_contact p input[type="checkbox"]:checked + label i:before,
154 .et_pb_contact p input[type="radio"]:checked + label i:before {
155 position: absolute;
156 top: 50%;
157 left: 50%;
158 content: "";
159 transform: translate(-50%, -50%);
160 }
161
162 .et_pb_contact p input[type="checkbox"]:checked + label i:before {
163 width: 17px;
164 height: 17px;
165 color: #2ea3f2;
166 font-family: "dashicons";
167 font-size: 17px;
168 line-height: 17px;
169 content: "\f147";
170 }
171
172 .et_pb_contact p input[type="radio"]:checked + label i:before {
173 width: 6px;
174 height: 6px;
175 border-radius: 50%;
176 background: #2ea3f2;
177 }
178
179 .et_pb_contact p input[type="checkbox"] ~ input[type="text"] {
180 display: none !important;
181 }
182
183 .et_pb_contact_field[data-type="select"] {
184 position: relative;
185 }
186
187 .et_pb_contact_field[data-type="select"]:after {
188 position: absolute;
189 top: 50%;
190 right: 10px;
191 width: 0;
192 height: 0;
193 margin-top: 3px;
194 border: 6px solid;
195 border-color: #666 transparent transparent transparent;
196 content: "";
197 transform: translateY(-50%);
198 pointer-events: none;
199 }
200
201 .et_pb_contact_select {
202 box-sizing: border-box;
203 width: 100%;
204 padding: 16px 20px 16px 10px;
205 border: 0;
206 border-radius: 0;
207 color: #999;
208 background-color: #eee;
209
210 -webkit-appearance: none;
211 -moz-appearance: none;
212 appearance: none;
213 }
214
215 .et_pb_contact_select::-ms-expand {
216 display: none;
217 }
218
219 .rtl .et_pb_contact_select {
220 padding: 16px 10px 16px 20px;
221 }
222
223 .rtl .et_pb_contact_field[data-type="select"]:after {
224 right: auto;
225 left: 42px;
226 }
227
228 .et_pb_contact_field_options_wrapper {
229 display: block;
230 }
231
232 .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
233 float: left;
234 margin-right: 20px;
235 }
236
237 .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list {
238 float: left;
239 }
240
241 .et_pb_contact_field_options_wrapper:after {
242 display: block;
243 clear: both;
244 content: " ";
245 }
246
247 .rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title,
248 .rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list {
249 float: right;
250 }
251
252 .rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
253 margin-right: 0;
254 margin-left: 20px;
255 }
256
257 .et_pb_contact_field_options_title,
258 .et_pb_contact_field_select_title,
259 .et_pb_contact_field_checkbox,
260 .et_pb_contact_field_radio {
261 display: block;
262 }
263
264 .et_pb_contact_field_radio_title,
265 .et_pb_contact_field_select_title {
266 padding-bottom: 4px;
267 font-size: 16px;
268 }
269
270 .et_pb_contact_message {
271 min-height: 150px;
272 }
273
274 .et_pb_contact_submit,
275 .et_pb_contact_reset {
276 display: inline-block;
277 margin: 0 0 0 15px;
278 font-family: inherit;
279 cursor: pointer;
280 }
281
282 .et_pb_contact p .et_contact_error {
283 border: 1px solid #f00 !important;
284 }
285
286 .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,
287 .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,
288 .et_pb_contact .et_pb_contact_form p.et_contact_error input[type="checkbox"] + label {
289 color: #f00 !important;
290 }
291
292 .et_contact_bottom_container {
293 float: right;
294 margin-top: -1.5%;
295 text-align: right;
296 }
297
298 .et_pb_contact_form .et_pb_contactform_validate_field {
299 display: none !important;
300 visibility: hidden !important;
301 width: 0 !important;
302 height: 0 !important;
303 border: none !important;
304 opacity: 0 !important;
305 }
306
307 .et_pb_contactform_validate_field {
308 display: none;
309 }
310
311 .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title,
312 .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list,
313 .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title,
314 .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list,
315 .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title,
316 .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list,
317 .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,
318 .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,
319 .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title,
320 .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,
321 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,
322 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list {
323 float: none;
324 }
325
326 .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
327 .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
328 .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
329 .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
330 .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
331 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
332 display: flex;
333 }
334
335 .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
336 .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
337 justify-content: center;
338 }
339
340 .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
341 .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
342 justify-content: flex-end;
343 }
344
345 .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
346 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
347 justify-content: space-between;
348 }
349
350
351 .clearfix:after {
352 display: block;
353 visibility: hidden;
354 clear: both;
355 height: 0;
356 font-size: 0;
357 content: " ";
358 }