PluginProbe
Print, PDF & Email by PrintFriendly / 3.11.2
Print, PDF & Email by PrintFriendly v3.11.2
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.11.2, at admin.css

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