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