| 1 |
#pf_settings ul { |
| 2 |
float:left; |
| 3 |
margin:1em ; |
| 4 |
} |
| 5 |
#pf_position ul { |
| 6 |
margin-right:3em; |
| 7 |
} |
| 8 |
#pf_settings li{ |
| 9 |
margin:1.25em 0; |
| 10 |
} |
| 11 |
#pf_settings input { |
| 12 |
margin:0 .5em; |
| 13 |
} |
| 14 |
#custom_buttons { |
| 15 |
border:2px dashed #E8F7C7; |
| 16 |
float:left; |
| 17 |
margin:1em; |
| 18 |
position:relative; |
| 19 |
} |
| 20 |
ul#pftxtbuttons, ul#custom_options{ |
| 21 |
margin-top:0; |
| 22 |
} |
| 23 |
#custom_options{ |
| 24 |
position:absolute; |
| 25 |
right:0px; |
| 26 |
} |
| 27 |
#custom_url { |
| 28 |
display:inline-block; |
| 29 |
} |
| 30 |
#pf_margin input, input#pf_text_size { |
| 31 |
width:2em; |
| 32 |
} |
| 33 |
#pf_position, #buttonStyle{ |
| 34 |
clear:both; |
| 35 |
/* Borders Radius */ |
| 36 |
-moz-border-radius: 6px ; |
| 37 |
-webkit-border-radius: 6px ; |
| 38 |
border-radius: 6px; |
| 39 |
border:1px solid #DFDFDF; |
| 40 |
background: #fff; |
| 41 |
margin:1em 1em 2em 0; |
| 42 |
} |
| 43 |
|
| 44 |
#pf_settings h3{ |
| 45 |
font-size:13px; |
| 46 |
text-shadow: 0 1px 0 #FFFFFF; |
| 47 |
padding:.5em 1em; |
| 48 |
margin:0; |
| 49 |
/* Background Gradient */ |
| 50 |
background-color: #e1e1e1; |
| 51 |
background-image: -moz-linear-gradient(top, #ededed, #e1e1e1); |
| 52 |
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ededed),color-stop(1, #e1e1e1)); |
| 53 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#e1e1e1'); |
| 54 |
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#e1e1e1')"; |
| 55 |
} |
| 56 |
.help { |
| 57 |
font-size:11px; |
| 58 |
color:#bbb; |
| 59 |
} |
| 60 |
|
| 61 |
#contact_pf{ |
| 62 |
float:right; |
| 63 |
} |
| 64 |
|
| 65 |
|
| 66 |
#colorSelector { |
| 67 |
width: 30px; |
| 68 |
height: 30px; |
| 69 |
background: url(../images/select.png); |
| 70 |
display:inline-block; |
| 71 |
} |
| 72 |
#colorSelector div { |
| 73 |
width: 30px; |
| 74 |
height: 30px; |
| 75 |
background: url(../images/select.png) center; |
| 76 |
} |
| 77 |
|
| 78 |
|
| 79 |
|
| 80 |
.colorpicker { |
| 81 |
width: 356px; |
| 82 |
height: 176px; |
| 83 |
overflow: hidden; |
| 84 |
position: absolute; |
| 85 |
background: url(../images/colorpicker_background.png); |
| 86 |
font-family: Arial, Helvetica, sans-serif; |
| 87 |
display: none; |
| 88 |
} |
| 89 |
.colorpicker_color { |
| 90 |
width: 150px; |
| 91 |
height: 150px; |
| 92 |
left: 14px; |
| 93 |
top: 13px; |
| 94 |
position: absolute; |
| 95 |
background: #f00; |
| 96 |
overflow: hidden; |
| 97 |
cursor: crosshair; |
| 98 |
} |
| 99 |
.colorpicker_color div { |
| 100 |
position: absolute; |
| 101 |
top: 0; |
| 102 |
left: 0; |
| 103 |
width: 150px; |
| 104 |
height: 150px; |
| 105 |
background: url(../images/colorpicker_overlay.png); |
| 106 |
} |
| 107 |
.colorpicker_color div div { |
| 108 |
position: absolute; |
| 109 |
top: 0; |
| 110 |
left: 0; |
| 111 |
width: 11px; |
| 112 |
height: 11px; |
| 113 |
overflow: hidden; |
| 114 |
background: url(../images/colorpicker_select.gif); |
| 115 |
margin: -5px 0 0 -5px; |
| 116 |
} |
| 117 |
.colorpicker_hue { |
| 118 |
position: absolute; |
| 119 |
top: 13px; |
| 120 |
left: 171px; |
| 121 |
width: 35px; |
| 122 |
height: 150px; |
| 123 |
cursor: n-resize; |
| 124 |
} |
| 125 |
.colorpicker_hue div { |
| 126 |
position: absolute; |
| 127 |
width: 35px; |
| 128 |
height: 9px; |
| 129 |
overflow: hidden; |
| 130 |
background: url(../images/colorpicker_indic.gif) left top; |
| 131 |
margin: -4px 0 0 0; |
| 132 |
left: 0px; |
| 133 |
} |
| 134 |
.colorpicker_new_color { |
| 135 |
position: absolute; |
| 136 |
width: 60px; |
| 137 |
height: 30px; |
| 138 |
left: 213px; |
| 139 |
top: 13px; |
| 140 |
background: #f00; |
| 141 |
} |
| 142 |
.colorpicker_current_color { |
| 143 |
position: absolute; |
| 144 |
width: 60px; |
| 145 |
height: 30px; |
| 146 |
left: 283px; |
| 147 |
top: 13px; |
| 148 |
background: #f00; |
| 149 |
} |
| 150 |
.colorpicker input { |
| 151 |
background-color: transparent; |
| 152 |
border: 1px solid transparent; |
| 153 |
position: absolute; |
| 154 |
font-size: 10px; |
| 155 |
font-family: Arial, Helvetica, sans-serif; |
| 156 |
color: #898989; |
| 157 |
top: 4px; |
| 158 |
right: 11px; |
| 159 |
text-align: right; |
| 160 |
margin: 0; |
| 161 |
padding: 0; |
| 162 |
height: 11px; |
| 163 |
} |
| 164 |
.colorpicker_hex { |
| 165 |
position: absolute; |
| 166 |
width: 72px; |
| 167 |
height: 22px; |
| 168 |
background: url(../images/colorpicker_hex.png) top; |
| 169 |
left: 212px; |
| 170 |
top: 142px; |
| 171 |
} |
| 172 |
.colorpicker_hex input { |
| 173 |
right: 6px; |
| 174 |
} |
| 175 |
.colorpicker_field { |
| 176 |
height: 22px; |
| 177 |
width: 62px; |
| 178 |
background-position: top; |
| 179 |
position: absolute; |
| 180 |
} |
| 181 |
.colorpicker_field span { |
| 182 |
position: absolute; |
| 183 |
width: 12px; |
| 184 |
height: 22px; |
| 185 |
overflow: hidden; |
| 186 |
top: 0; |
| 187 |
right: 0; |
| 188 |
cursor: n-resize; |
| 189 |
} |
| 190 |
.colorpicker_rgb_r { |
| 191 |
background-image: url(../images/colorpicker_rgb_r.png); |
| 192 |
top: 52px; |
| 193 |
left: 212px; |
| 194 |
} |
| 195 |
.colorpicker_rgb_g { |
| 196 |
background-image: url(../images/colorpicker_rgb_g.png); |
| 197 |
top: 82px; |
| 198 |
left: 212px; |
| 199 |
} |
| 200 |
.colorpicker_rgb_b { |
| 201 |
background-image: url(../images/colorpicker_rgb_b.png); |
| 202 |
top: 112px; |
| 203 |
left: 212px; |
| 204 |
} |
| 205 |
.colorpicker_hsb_h { |
| 206 |
background-image: url(../images/colorpicker_hsb_h.png); |
| 207 |
top: 52px; |
| 208 |
left: 282px; |
| 209 |
} |
| 210 |
.colorpicker_hsb_s { |
| 211 |
background-image: url(../images/colorpicker_hsb_s.png); |
| 212 |
top: 82px; |
| 213 |
left: 282px; |
| 214 |
} |
| 215 |
.colorpicker_hsb_b { |
| 216 |
background-image: url(../images/colorpicker_hsb_b.png); |
| 217 |
top: 112px; |
| 218 |
left: 282px; |
| 219 |
} |
| 220 |
.colorpicker_submit { |
| 221 |
position: absolute; |
| 222 |
width: 22px; |
| 223 |
height: 22px; |
| 224 |
background: url(../images/colorpicker_submit.png) top; |
| 225 |
left: 322px; |
| 226 |
top: 142px; |
| 227 |
overflow: hidden; |
| 228 |
} |
| 229 |
.colorpicker_focus { |
| 230 |
background-position: center; |
| 231 |
} |
| 232 |
.colorpicker_hex.colorpicker_focus { |
| 233 |
background-position: bottom; |
| 234 |
} |
| 235 |
.colorpicker_submit.colorpicker_focus { |
| 236 |
background-position: bottom; |
| 237 |
} |
| 238 |
.colorpicker_slider { |
| 239 |
background-position: bottom; |
| 240 |
} |
| 241 |
.clear{ |
| 242 |
clear:both; |
| 243 |
} |
| 244 |
|