PluginProbe
Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files / 2.7.3
Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files v2.7.3
2.7.13 2.7.6 trunk 1.0.1 1.1 1.1.1 2.1 2.2 2.2.1 2.2.2 2.2.4 2.2.5 2.3 2.7.0 2.7.1 2.7.10 2.7.11 2.7.12 2.7.3 2.7.4 2.7.5 2.7.7 2.7.8
embed-any-document / css / settings.css

settings.css in Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files 2.7.3, at css/settings.css

487 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .clearfix::after {
2 content: "";
3 clear: both;
4 display: table;
5 }
6
7 img {
8 max-width: 100%;
9 height: auto;
10 }
11
12 .clear {
13 clear: both;
14 }
15
16 .f-left {
17 float: left;
18 }
19
20 .fl-right {
21 float: right;
22 }
23
24 .ead-tabs {
25 background: #fff;
26 padding: 5px 20px 0;
27 }
28 h1.ead-title{
29 margin-bottom: 10px;
30 }
31
32 .ead-tabs.visible {
33 display: block;
34 }
35
36 #supportform p.submit {
37 border: none !important;
38 padding-top: 0px !important;
39 }
40
41 .nav-tab-wrapper a {
42 border: none;
43 padding: 7px 15px;
44 margin: 0 10px 0 0;
45 background: none;
46 }
47
48 .nav-tab-wrapper a:hover {
49 border: none;
50 background: none;
51 }
52
53 .nav-tab-wrapper a.nav-tab-active {
54 background: #fff;
55 }
56
57 .form-table {
58 margin-top: 0;
59 margin-bottom: 30px;
60 }
61
62 h2.nav-tab-wrapper {
63 border: none;
64 padding-left: 0;
65 }
66
67 .row {
68 margin: 0 -15px;
69 }
70
71 .ead-left-wrap {
72 width: 66.66666667%;
73 padding: 0 15px;
74 float: left;
75 -moz-box-sizing: border-box;
76 -webkit-box-sizing: border-box;
77 box-sizing: border-box;
78 }
79
80 .ead-form-footer {
81 margin: 0 -20px;
82 padding: 20px;
83 background: #f5f5f5;
84 border-top: 1px solid #ddd;
85 -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
86 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
87 overflow: hidden;
88 }
89
90 .ead-form-footer p {
91 margin: 0;
92 float: right;
93 padding: 0;
94 }
95
96 .purchase-key .ead-inputholder{
97 width: 90%;
98 }
99
100 /*--- Sidebar -----*/
101
102 .ead-right-wrap {
103 float: left;
104 width: 33.3333%;
105 color: #372e2e;
106 padding: 0 15px;
107 -moz-box-sizing: border-box;
108 -webkit-box-sizing: border-box;
109 box-sizing: border-box;
110 }
111
112 .we-are-awsm {
113 background: #fff;
114 padding: 26px 20px;
115 }
116
117 .ead-right-inner {
118 background: #fff;
119 margin-bottom: 15px;
120 }
121
122 .ead-right-inner h3 {
123 margin: 0;
124 padding: 15px 20px;
125 border-bottom: 1px solid #ddd;
126 margin-bottom: 15px;
127 font-size: 14px;
128 color: #5b5b5b;
129 font-weight: normal;
130 }
131
132 .ead-right-wrap ol {
133 padding: 0 20px 15px;
134 margin: 0 0 0 20px;
135 }
136
137 .ead-right-wrap ol a {
138 text-decoration: none;
139 }
140
141 .awsm-branding {
142 overflow: hidden;
143 }
144
145 .awsm-branding img {
146 float: left;
147 margin-right: 15px;
148 }
149
150 .left-clear {
151 overflow: hidden;
152 }
153
154 .awsm-branding h2 {
155 font-size: 12px;
156 padding: 0;
157 margin: 0;
158 line-height: 1.6667;
159 }
160
161 .awsm-branding h3 {
162 font-size: 18px;
163 padding: 0 0 10px;
164 margin: 0;
165 }
166
167 .awsm-branding h3 a {
168 text-decoration: none;
169 color: #333;
170 }
171
172 .awsm-social {
173 list-style-type: none;
174 margin: 0 -2px;
175 }
176
177 .awsm-social li {
178 display: inline-block;
179 padding: 0 2px;
180 }
181
182 .awsm-icon {
183 background: url(../images/icon-sprite.png) no-repeat;
184 display: block;
185 width: 21px;
186 height: 17px;
187 text-indent: -999999px;
188 opacity: 0.46;
189 -webkit-transition: opacity 0.3s ease;
190 -moz-transition: opacity 0.3s ease;
191 -ms-transition: opacity 0.3s ease;
192 -o-transition: opacity 0.3s ease;
193 transition: opacity 0.3s ease;
194 }
195
196 .awsm-icon:hover {
197 opacity: 1;
198 }
199
200 .awsm-icon-twitter {
201 background-position: -26px 0;
202 }
203
204 .awsm-icon-github {
205 background-position: -53px 0;
206 }
207
208 .awsm-icon-behance {
209 background-position: -78px 0;
210 width: 28px;
211 }
212
213 .awsm-icon-dribbble {
214 background-position: right 0;
215 }
216
217 .paypal {
218 text-align: center;
219 }
220
221 .paypal input.small {
222 vertical-align: top;
223 margin-right: 20px;
224 }
225
226 .paypal .donate-btn {
227 vertical-align: top;
228 padding: 0;
229 }
230
231 input.small {
232 max-width: 60px;
233 }
234
235 .ead-frame-width {
236 margin-right: 15px;
237 margin-bottom: 10px;
238 }
239
240 .ead-frame-height {
241 margin-bottom: 10px;
242 }
243
244 span.note,
245 .ead-supported {
246 font-size: 12px;
247 color: #999;
248 }
249
250 div.awsm-error,
251 div.awsm-updated {
252 margin: 5px 0 2px;
253 border-width: 1px 1px 1px 4px;
254 border-style: solid;
255 -webkit-border-radius: 4px;
256 border-radius: 4px;
257 }
258
259 div.awsm-updated {
260 background-color: #fff;
261 border-color: #eee #eee #eee #7ad03a;
262 padding: 1px 12px;
263 }
264
265 div.awsm-error {
266 background: none repeat scroll 0 0 #fff;
267 border-color: #eee #eee #eee #dd3d36;
268 padding: 1px 12px;
269 }
270
271 div.awsm-error p,
272 div.awsm-updated p {
273 margin: 0.5em 0;
274 padding: 2px;
275 }
276
277 .ead-doller {
278 display: inline-block;
279 vertical-align: top;
280 margin: 5px 5px 0 0;
281 font-weight: bold;
282 }
283
284 #supportform label {
285 display: block;
286 margin-bottom: 5px;
287 font-weight: bold;
288 }
289
290 .text-input {
291 width: 100%;
292 height: 40px;
293 -moz-box-sizing: border-box;
294 -webkit-box-sizing: border-box;
295 box-sizing: border-box;
296 }
297
298 #supportform textarea {
299 -moz-box-sizing: border-box;
300 -webkit-box-sizing: border-box;
301 box-sizing: border-box;
302 width: 100%;
303 min-height: 150px;
304 }
305
306 .ead-supported span {
307 display: block;
308 font-weight: bold;
309 margin-top: 10px;
310 }
311
312 .supportedlist ul {
313 margin-top: 5px;
314 }
315
316 .supportedlist li {
317 padding-left: 17px;
318 position: relative;
319 }
320
321 .supportedlist li span {
322 position: absolute;
323 left: 0;
324 top: 3px;
325 width: 11px;
326 height: 11px;
327 margin: 0;
328 }
329
330 .supportedlist li span.ead-check {
331 background: url(../images/icon-yes.png) no-repeat;
332 }
333
334 .supportedlist li span.ead-close {
335 background: url(../images/icon-no.png) no-repeat;
336 }
337
338 .col-left {
339 float: left;
340 width: 47%;
341 margin-right: 6%;
342 }
343
344 .col-right {
345 float: right;
346 width: 47%;
347 }
348
349 .cloudform {
350 margin: 0;
351 }
352
353 .cloudform > li {
354 border: 1px solid #eee;
355 -webkit-border-radius: 4px;
356 border-radius: 4px;
357 padding: 30px 10px;
358 margin-bottom: 20px;
359 overflow: hidden;
360 }
361
362 .ead-cloud {
363 float: left;
364 padding: 0 5px;
365 -moz-box-sizing: border-box;
366 -webkit-box-sizing: border-box;
367 box-sizing: border-box;
368 }
369
370 .ead-cloud.ead-service {
371 text-align: center;
372 width: 14%;
373 }
374
375 .ead-cloud.ead-setup {
376 width: 53%;
377 }
378
379 .ead-cloud.ead-config {
380 width: 30%;
381 }
382
383 .ead-cloud span {
384 display: block;
385 font-weight: bold;
386 color: #ccc;
387 }
388
389 .ead-cloud label {
390 display: block;
391 font-weight: bold;
392 margin-bottom: 5px;
393 }
394
395 .ead-inputholder {
396 float: left;
397 -moz-box-sizing: border-box;
398 -webkit-box-sizing: border-box;
399 box-sizing: border-box;
400 width: 50%;
401 padding: 0 5px;
402 }
403
404 .ead-inputholder input {
405 -moz-box-sizing: border-box;
406 -webkit-box-sizing: border-box;
407 box-sizing: border-box;
408 width: 100%;
409 }
410
411 .ead-cloud ol {
412 list-style: none;
413 margin: 0;
414 }
415
416 .ead-right-widget {
417 margin-bottom: 15px;
418 }
419
420 .row-2 {
421 margin-left: -1px;
422 margin-right: -1px;
423 }
424
425 .col-2 {
426 float: left;
427 padding: 0 1px;
428 width: 50%;
429 -moz-box-sizing: border-box;
430 -webkit-box-sizing: border-box;
431 box-sizing: border-box;
432 }
433
434 .col-2 a {
435 background: #fff;
436 display: block;
437 text-align: center;
438 padding: 25px 10px;
439 text-decoration: none;
440 }
441
442 .col-2 a img {
443 display: block;
444 margin: 0 auto 10px;
445 }
446
447 .settings_page_ead-plus-settings .nav-tab-wrapper {
448 border: none;
449 }
450
451 @media (max-width: 1024px) {
452 .ead-left-wrap {
453 width: 100%;
454 margin-bottom: 25px;
455 }
456 .ead-right-wrap {
457 width: 100%;
458 }
459 }
460
461 @media (max-width: 980px) {
462 .col-left,
463 .col-right {
464 float: none;
465 width: 100%;
466 margin-right: 0%;
467 }
468 }
469
470 @media (max-width: 600px) {
471 .ead-cloud {
472 width: 100% !important;
473 text-align: left !important;
474 float: none;
475 margin-bottom: 20px;
476 }
477 .ead-inputholder {
478 float: none;
479 width: 100%;
480 margin-bottom: 8px;
481 }
482 }
483
484
485 .ead-banner{
486 margin-top: 40px;
487 }