PluginProbe
Print, PDF & Email by PrintFriendly / 3.0.9
Print, PDF & Email by PrintFriendly v3.0.9
5.5.13 5.5.12 5.5.11 trunk 0.2 0.9 1.0 2.0 2.1.8 3.0 3.0.9 3.1.6 3.10.0 3.11.0 3.11.1 3.11.2 3.12.0 3.12.1 3.12.2 3.12.3 3.12.4 3.12.5 3.13.0 3.14.0 3.14.1 All 95 releases
printfriendly / admin.css

admin.css in Print, PDF & Email by PrintFriendly 3.0.9, at admin.css

311 lines 5.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 label{
2 display: block;
3 margin: 1.5em 0;
4 }
5 h3{
6 margin: 3em 0 2em;
7 border-bottom: 1px solid #ccc;
8 padding-bottom:.75em;
9 clear: both;
10 }
11
12 #buttongroup1, #buttongroup2, #buttongroup3, #custom-txt div, #button-placement div{
13 display: block;
14 margin-right: 3em;
15 float: left;
16 }
17 #custom-txt div#txt-size, div#button-placement-options{
18 margin-right: 0;
19 }
20 #custom-button-preview {
21 clear:both;
22 padding-top: 20px;
23 margin-left: 2em;
24 }
25 #custom-button-preview img{
26 margin-right: 6px;
27 }
28 #custom, #placement-adv-options{
29 float: left;
30 }
31 #custom-txt, #custom-img {
32 margin: 2em 0 2em 2em;
33 clear: both;
34
35 }
36 .description{
37 color: #cacaca;
38 }
39 .printfriendly-text2{
40 font-family: verdana;
41 font-size: 14px;
42 color: #6D9F00;
43 }
44 select{
45 display: block;
46 margin: .5em .5em 2em 0;
47 }
48 select#javascript, select#website_protocol{
49 display: inline-block;
50 margin-bottom: 0;
51 }
52 input[type="radio"] {
53 cursor: pointer;
54
55 margin-right: 10px;
56 vertical-align: middle;
57 }
58
59
60 /* WP lacks styling for type="number", so in here for now */
61 input[type="number"] {
62 border-color: #DFDFDF;
63 background-color: white;
64 border-width: 1px;
65 border-style: solid;
66 -moz-border-radius: 3px;
67 -khtml-border-radius: 3px;
68 -webkit-border-radius: 3px;
69 border-radius: 3px;
70 -moz-box-sizing: border-box;
71 -webkit-box-sizing: border-box;
72 -ms-box-sizing: border-box;
73 box-sizing: border-box;
74 width: 36px;
75 margin-right: .5em;
76 }
77 #pf-shortcode{
78
79 margin-left: 2em;
80 }
81 .custom-logo label, .custom-logo input, #pf-favicon {
82 display: inline-block;
83 }
84
85 .custom-logo input {
86 width: 20em;
87 }
88
89 .custom-logo label {
90 margin-left: 5px;
91 margin-right: 2px;
92 }
93
94 label#pf-favicon {
95 vertical-align: baseline;
96 margin: 0;
97 }
98
99 .printfriendly-details input {
100 width: 20em;
101 }
102
103 .printfriendly-details label {
104 margin-left: 5px;
105 margin-right: 2px;
106 }
107
108 .icon32 {
109 background: url(images/pf-icon.png) center center no-repeat;
110 }
111
112 #after-submit{
113 border-top: 2px dashed #dfdfdf;
114 margin:4em 0;
115 padding-top:1em;
116 }
117 #addmanual-help {
118 display: none;
119 }
120
121 #colorSelector {
122 position: relative;
123 width: 36px;
124 height: 36px;
125 background: url(images/select2.png);
126 display: inline-block;
127 cursor: pointer;
128 }
129
130 #colorSelector div {
131 position: absolute;
132 top: 4px;
133 left: 4px;
134 width: 28px;
135 height: 28px;
136 background: url(images/select2.png) center;
137 }
138
139 .colorpicker {
140 width: 356px;
141 height: 176px;
142 overflow: hidden;
143 position: absolute;
144 background: url(images/custom_background.png);
145 font-family: Arial, Helvetica, sans-serif;
146 display: none;
147 }
148
149 .colorpicker_color {
150 width: 150px;
151 height: 150px;
152 left: 14px;
153 top: 13px;
154 position: absolute;
155 background: #f00;
156 overflow: hidden;
157 cursor: crosshair;
158 }
159
160 .colorpicker_color div {
161 position: absolute;
162 top: 0;
163 left: 0;
164 width: 150px;
165 height: 150px;
166 background: url(images/colorpicker_overlay.png);
167 }
168
169 .colorpicker_color div div {
170 position: absolute;
171 top: 0;
172 left: 0;
173 width: 11px;
174 height: 11px;
175 overflow: hidden;
176 background: url(images/colorpicker_select.gif);
177 margin: -5px 0 0 -5px;
178 }
179
180 .colorpicker_hue {
181 position: absolute;
182 top: 13px;
183 left: 171px;
184 width: 35px;
185 height: 150px;
186 cursor: n-resize;
187 }
188
189 .colorpicker_hue div {
190 position: absolute;
191 width: 35px;
192 height: 9px;
193 overflow: hidden;
194 background: url(images/custom_indic.gif) left top;
195 margin: -4px 0 0 0;
196 left: 0px;
197 }
198
199 .colorpicker_new_color {
200 position: absolute;
201 width: 60px;
202 height: 30px;
203 left: 213px;
204 top: 13px;
205 background: #f00;
206 }
207
208 .colorpicker_current_color {
209 position: absolute;
210 width: 60px;
211 height: 30px;
212 left: 283px;
213 top: 13px;
214 background: #f00;
215 }
216
217 .colorpicker input {
218 background-color: transparent;
219 border: 1px solid transparent !important;
220 position: absolute;
221 font-size: 10px;
222 font-family: Arial, Helvetica, sans-serif;
223 color: #778398;
224 top: 4px;
225 right: 11px;
226 text-align: right;
227 margin: 0;
228 padding: 0 !important;
229 height: 11px;
230 line-height: 11px;
231 outline: none;
232 }
233
234 .colorpicker_hex {
235 position: absolute;
236 width: 72px;
237 height: 22px;
238 background: url(images/custom_hex.png) top;
239 left: 212px;
240 top: 142px;
241 }
242
243 .colorpicker_hex input {
244 right: 6px;
245 }
246
247 .colorpicker_field {
248 height: 22px;
249 width: 62px;
250 background-position: top;
251 position: absolute;
252 }
253
254 .colorpicker_field span {
255 position: absolute;
256 width: 12px;
257 height: 22px;
258 overflow: hidden;
259 top: 0;
260 right: 0;
261 cursor: n-resize;
262 }
263
264 .colorpicker_rgb_r {
265 background-image: url(images/custom_rgb_r.png);
266 top: 52px;
267 left: 212px;
268 }
269
270 .colorpicker_rgb_g {
271 background-image: url(images/custom_rgb_g.png);
272 top: 82px;
273 left: 212px;
274 }
275
276 .colorpicker_rgb_b {
277 background-image: url(images/custom_rgb_b.png);
278 top: 112px;
279 left: 212px;
280 }
281
282 .colorpicker_hsb_h, .colorpicker_hsb_s, .colorpicker_hsb_b {
283 display: none;
284 }
285
286 .colorpicker_submit {
287 position: absolute;
288 width: 22px;
289 height: 22px;
290 background: url(images/custom_submit.png) top;
291 left: 322px;
292 top: 142px;
293 overflow: hidden;
294 }
295
296 .colorpicker_focus {
297 background-position: center;
298 }
299
300 .colorpicker_hex.colorpicker_focus {
301 background-position: bottom;
302 }
303
304 .colorpicker_submit.colorpicker_focus {
305 background-position: bottom;
306 }
307
308 .colorpicker_slider {
309 background-position: bottom;
310 }
311