PluginProbe
Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files / 1.1
Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files v1.1
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 1.1, at css/settings.css

182 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 img {
2 max-width: 100%;
3 height: auto;
4 }
5 .clear {
6 clear: both;
7 }
8 .f-left{
9 float: left;
10 }
11 .fl-right{
12 float: right;
13 }
14 .tabs {
15 display: none;
16 background: #fff;
17 padding: 10px 20px 10px 35px;
18 }
19 .tabs.visible {
20 display: block;
21 }
22 .nav-tab-wrapper a {
23 background: none;
24 border: none;
25 }
26 .nav-tab-wrapper a:hover{
27 border: none;
28 }
29 .nav-tab-wrapper a.nav-tab-active {
30 background: #fff;
31 }
32 .form-table {
33 margin-top: 0;
34 padding-top: 0.5em;
35 }
36 h2.nav-tab-wrapper {
37 border: none;
38 padding-left: 0;
39 }
40 h2.ead-title {
41 background: url(../images/icon-ead.png) no-repeat 0 14px;
42 padding-left: 46px;
43 padding-bottom: 25px;
44 }
45 .ead-left-wrap {
46 float: left;
47 width: 100%;
48 -moz-box-sizing: border-box;
49 -webkit-box-sizing: border-box;
50 box-sizing: border-box;
51 padding-right:340px;
52 margin-right: -340px;
53 }
54 .ead-right-wrap {
55 float: right;
56 max-width: 300px;
57 background: #fff;
58 padding-bottom: 15px;
59 color: #372e2e;
60 }
61 .author-info {
62 padding: 25px 15px;
63 text-align: center;
64 }
65 .awsm-social {
66 text-align: center;
67 list-style-type: none;
68 padding: 15px;
69 border-top: 1px solid #dadada;
70 border-bottom: 1px solid #dadada;
71 margin-bottom: 20px;
72 }
73 .awsm-social li {
74 display: inline-block;
75 margin: 0 6px;
76 }
77 .awsm-icon{
78 background: url(../images/ead-icon-sprite.jpg) no-repeat;
79 display: block;
80 width: 21px;
81 height: 21px;
82 text-indent: -999999px;
83 opacity: 0.46;
84 }
85 .awsm-icon:hover{
86 opacity: 1;
87 }
88 .awsm-icon-facebook{
89
90 }
91 .awsm-icon-twitter{
92 background-position: -26px 0;
93 }
94 .awsm-icon-github{
95 background-position: -52px 0;
96 }
97 .awsm-icon-behance{
98 background-position: -78px 0;
99 width: 28px;
100 }
101 .awsm-icon-dribbble{
102 background-position: right 0;
103 }
104
105 .paypal{ text-align: center;}
106 .paypal input.small{ vertical-align:top; margin-right: 20px;}
107 .paypal .donate-btn{ vertical-align: top; padding:0; }
108 input.small {
109 max-width: 60px;
110 }
111 .ead-frame-width{
112 margin-right: 15px;
113 margin-bottom: 10px;
114 }
115 .ead-frame-height{
116 margin-bottom: 10px;
117 }
118 span.note, .ead_supported {
119 font-size: 12px;
120 color: #999;
121 }
122
123 div.awsm-error, div.awsm-updated {
124 margin: 5px 0 2px;
125 border-width: 1px 1px 1px 4px;
126 border-style: solid;
127 -webkit-border-radius: 4px;
128 border-radius: 4px;
129 }
130 div.awsm-updated {
131 background-color: #fff;
132 border-color: #eee #eee #eee #7ad03a;
133 padding: 1px 12px;
134 }
135 div.awsm-error {
136 background: none repeat scroll 0 0 #fff;
137 border-color: #eee #eee #eee #dd3d36;
138 padding: 1px 12px;
139 }
140 div.awsm-error p, div.awsm-updated p {
141 margin: 0.5em 0;
142 padding: 2px;
143 }
144 .ead_doller{
145 display: inline-block;
146 vertical-align: top;
147 margin: 5px 5px 0 0;
148 font-weight: bold;
149 }
150 #supportform label{ display: block; margin-bottom: 5px; font-weight: bold;}
151 .text-input{ width: 100%; height: 40px; -moz-box-sizing: border-box;
152 -webkit-box-sizing: border-box;
153 box-sizing: border-box;}
154 #supportform textarea{-moz-box-sizing: border-box;
155 -webkit-box-sizing: border-box;
156 box-sizing: border-box; width:100%;}
157 .ead_supported span{ display:block; font-weight: bold; margin-top: 10px;}
158 .supportedlist ul{ margin-top: 5px;}
159 .supportedlist li{ padding-left:17px; position: relative; }
160 .supportedlist li span{ position:absolute; left:0; top:3px; width:11px; height:11px; margin: 0;}
161 .supportedlist li span.ead-check{ background:url(../images/icon-yes.png) no-repeat;}
162 .supportedlist li span.ead-close{ background:url(../images/icon-no.png) no-repeat;}
163 .col-left{float: left;width: 47%;margin-right: 6%;}
164 .col-right{float: right;width: 47%;}
165 @media (max-width: 800px) {
166 .ead-left-wrap {
167 float: none;
168 width: 100%;
169 margin-bottom: 30px;
170 padding-right: 0;
171 margin-right: 0;
172 }
173 .ead-right-wrap {
174 float: none;
175 width: 100%;
176 }
177
178 }
179 @media (max-width: 980px) {
180 .col-left,.col-right{float: none;width:100%;margin-right:0%;}
181
182 }