| 1 |
/* Custom Contact Forms CSS */ |
| 2 |
form.customcontactform { |
| 3 |
margin:8px; |
| 4 |
width:95%; |
| 5 |
max-width:600px; |
| 6 |
font-size:1em; |
| 7 |
padding:4px; |
| 8 |
color:#333333; |
| 9 |
} |
| 10 |
form.customcontactform-sidebar { |
| 11 |
width:100%; |
| 12 |
max-width:600px; |
| 13 |
padding:4px; |
| 14 |
color:#333333; |
| 15 |
font-size:1em; |
| 16 |
} |
| 17 |
form.customcontactform div, form.customcontactform-sidebar div { |
| 18 |
list-style-type:none; |
| 19 |
} |
| 20 |
form.customcontactform div p, form.customcontactform-sidebar div p { |
| 21 |
margin:0; |
| 22 |
padding:4px 0 4px 0; |
| 23 |
} |
| 24 |
form.customcontactform div p { |
| 25 |
border-bottom:1px dashed #999; |
| 26 |
} |
| 27 |
form.customcontactform h4, form.customcontactform-sidebar h4 { |
| 28 |
font-size:1.4em; |
| 29 |
font-weight:bold; |
| 30 |
} |
| 31 |
form.customcontactform div p label { |
| 32 |
display:block; |
| 33 |
padding:0; |
| 34 |
width:100%; |
| 35 |
} |
| 36 |
form.customcontactform-sidebar div p label { width:100%; } |
| 37 |
form.customcontactform div p label.checkbox, form.customcontactform-sidebar div p label.checkbox { |
| 38 |
display:inline; |
| 39 |
width:20%; |
| 40 |
} |
| 41 |
form.customcontactform div .show-field-instructions, form.customcontactform-sidebar div .show-field-instructions { |
| 42 |
|
| 43 |
} |
| 44 |
form.customcontactform div span.field-instructions, form.customcontactform-sidebar div span.field-instructions { |
| 45 |
display:none; |
| 46 |
} |
| 47 |
form.customcontactform div p input[type=text], form.customcontactform div p textarea, form.customcontactform-sidebar div p input[type=text], form.customcontactform-sidebar div p textarea { |
| 48 |
border-width:1px; |
| 49 |
border-style:solid; |
| 50 |
border-spacing:0; |
| 51 |
font-weight:normal; |
| 52 |
width:16em; |
| 53 |
padding:2px; |
| 54 |
clear:both; |
| 55 |
margin:0; |
| 56 |
font-size:1.1em; |
| 57 |
font-family:Verdana, Arial, Helvetica, sans-serif; |
| 58 |
-moz-border-radius:4px; |
| 59 |
-khtml-border-radius:4px; |
| 60 |
-webkit-border-radius:4px; |
| 61 |
border-radius:4px; |
| 62 |
word-wrap:break-word; |
| 63 |
} |
| 64 |
form.customcontactform p, form.customcontactform-sidebar p { padding:0 0 0px 17px; margin:0; } |
| 65 |
form.customcontactform div p input[type=submit], form.customcontactform div p .submit, form.customcontactform-sidebar div p .submit { |
| 66 |
font-size:1em; margin-left:2px; |
| 67 |
} |
| 68 |
form.customcontactform div p input[type=checkbox], form.customcontactform-sidebar div p input[type=checkbox] { |
| 69 |
width:20px; |
| 70 |
padding:0; |
| 71 |
margin:0; |
| 72 |
} |
| 73 |
form.customcontactform-sidebar div p input[type=text], form.customcontactform-sidebar div p textarea { |
| 74 |
width:90%; |
| 75 |
font-size:12px; |
| 76 |
margin:0; |
| 77 |
} |
| 78 |
/* ------------------ custom contact forms admin panel ---------------- */ |
| 79 |
#customcontactforms-admin { |
| 80 |
vertical-align:top; |
| 81 |
margin:1em 0 30px 25px; |
| 82 |
} |
| 83 |
#customcontactforms-admin input, textarea, select { |
| 84 |
font-size:1em; |
| 85 |
} |
| 86 |
#customcontactforms-admin .icon32 { |
| 87 |
margin:-6px 6px 9px 5px; |
| 88 |
} |
| 89 |
#customcontactforms-admin .inside { |
| 90 |
padding:5px 10px 10px 10px; |
| 91 |
} |
| 92 |
#customcontactforms-admin h3 { |
| 93 |
margin:0 0 7px 0; |
| 94 |
height:25px; |
| 95 |
padding: 7px 0 0 9px; |
| 96 |
} |
| 97 |
#customcontactforms-admin #instructions { |
| 98 |
float:left; |
| 99 |
width:450px; |
| 100 |
margin:20px 1em 1em 1em; |
| 101 |
} |
| 102 |
#customcontactforms-admin #contact-author { |
| 103 |
float:left; |
| 104 |
width:450px; |
| 105 |
margin:5px 1em 1em 6px; |
| 106 |
} |
| 107 |
#customcontactforms-admin #contact-author form label { |
| 108 |
display:block; font-weight:bold; |
| 109 |
} |
| 110 |
#customcontactforms-admin #instructions p:first-child { |
| 111 |
padding-top:0; |
| 112 |
margin-top:0; |
| 113 |
} |
| 114 |
#customcontactforms-admin #general-settings { |
| 115 |
float:left; |
| 116 |
clear:both; |
| 117 |
width:500px; |
| 118 |
margin:20px 1em 1em 5px; |
| 119 |
} |
| 120 |
#customcontactforms-admin #style-example { |
| 121 |
background:url(images/style-example.gif) no-repeat top left; |
| 122 |
width:405px; |
| 123 |
height:135px; |
| 124 |
padding-left:20px; |
| 125 |
margin:10px 0 0 10px; |
| 126 |
border:0; |
| 127 |
} |
| 128 |
#customcontactforms-admin #create-styles { |
| 129 |
clear:both; |
| 130 |
height:38em; |
| 131 |
width:1000px; |
| 132 |
margin:20px 1em 1em 5px; |
| 133 |
} |
| 134 |
#customcontactforms-admin #plugin-news { |
| 135 |
clear:both; |
| 136 |
width:1000px; |
| 137 |
margin:20px 1em 1em 5px; |
| 138 |
} |
| 139 |
#customcontactforms-admin #plugin-news ul li.first { border-bottom:1px dashed #666; } |
| 140 |
#customcontactforms-admin #manage-styles { |
| 141 |
margin:1px 1em 1em 5px; |
| 142 |
width:1000px; |
| 143 |
} |
| 144 |
#customcontactforms-admin #manage-styles label { |
| 145 |
display:block; |
| 146 |
} |
| 147 |
#customcontactforms-admin #manage-styles input[type=text], #customcontactforms-admin #manage-styles select, #customcontactforms-admin #manage-styles textarea { |
| 148 |
width:80px; |
| 149 |
} |
| 150 |
#customcontactforms-admin #create-styles .style_left { float:left; width:48% } |
| 151 |
#customcontactforms-admin #create-styles .style_right { float:right; width:48%; clear:none } |
| 152 |
#customcontactforms-admin #general-settings form div p.descrip { |
| 153 |
font-style:italic; |
| 154 |
padding-left:20px; |
| 155 |
} |
| 156 |
#customcontactforms-admin #general-settings form div p.show-widget { |
| 157 |
margin-top:1em; |
| 158 |
padding-top:.4em; |
| 159 |
border-top:1px solid #ccc; |
| 160 |
} |
| 161 |
#customcontactforms-admin #create-fields { |
| 162 |
float:left; |
| 163 |
clear:left; |
| 164 |
width:450px; |
| 165 |
margin:0 1em 1em 5px; |
| 166 |
} |
| 167 |
#customcontactforms-admin #create-forms { |
| 168 |
float:left; |
| 169 |
width:500px; |
| 170 |
border-left:1px solid #ccc; |
| 171 |
margin:0 1em 1em 1em; |
| 172 |
} |
| 173 |
#customcontactforms-admin #create-forms .inside div p { |
| 174 |
font-size:.8em; |
| 175 |
} |
| 176 |
#customcontactforms-admin .manage-h3 { |
| 177 |
clear:both; |
| 178 |
margin-top:20px; |
| 179 |
} |
| 180 |
#customcontactforms-admin #manage-fields { |
| 181 |
width:1000px; |
| 182 |
} |
| 183 |
#customcontactforms-admin #manage-forms { |
| 184 |
width:1000px; |
| 185 |
margin-right:10px; |
| 186 |
} |
| 187 |
#customcontactforms-admin #manage-fixed-fields { |
| 188 |
width:1000px; |
| 189 |
} |
| 190 |
#customcontactforms-admin .evenrow { |
| 191 |
background-color:#f5f5f5; |
| 192 |
} |
| 193 |
#customcontactforms-admin .nobordertop { |
| 194 |
border-top:none; |
| 195 |
} |
| 196 |
#customcontactforms-admin .borderbottom { |
| 197 |
border-bottom:2px solid black; |
| 198 |
} |
| 199 |
#customcontactforms-admin .attached_fields { |
| 200 |
float:left; |
| 201 |
width:400px; |
| 202 |
} |
| 203 |
#customcontactforms-admin .attach_field { |
| 204 |
float:left; |
| 205 |
width:300px; |
| 206 |
} |
| 207 |
#customcontactforms-admin .actions { |
| 208 |
float:right; |
| 209 |
width: 80px; padding:0 18px 0 8px; |
| 210 |
} |
| 211 |
#customcontactforms-admin .attach_styles { |
| 212 |
float:left; |
| 213 |
width:300px; |
| 214 |
} |
| 215 |
#customcontactforms-admin label span { |
| 216 |
font-weight:bold; |
| 217 |
} |
| 218 |
|
| 219 |
#customcontactforms-admin #plugin-nav { |
| 220 |
clear:both; |
| 221 |
} |
| 222 |
#customcontactforms-admin #plugin-nav { text-align:center; border-bottom:1px #ccc dashed; margin:0 0 10px 0; padding:0 0 6px 0; } |
| 223 |
#customcontactforms-admin #plugin-nav li { |
| 224 |
border-right:1px solid #666; display:inline; padding:0 8px 0 3px; |
| 225 |
} |
| 226 |
#customcontactforms-admin #plugin-nav li.last { |
| 227 |
border-right:none; |
| 228 |
} |
| 229 |
.width25 { |
| 230 |
width:25px; |
| 231 |
} |
| 232 |
.width50 { |
| 233 |
width:50px; |
| 234 |
} |
| 235 |
.width75 { |
| 236 |
width:75px; |
| 237 |
} |
| 238 |
.width100 { |
| 239 |
width:100px; |
| 240 |
} |
| 241 |
.width125 { |
| 242 |
width:125px; |
| 243 |
} |
| 244 |
.width150 { |
| 245 |
width:150px; |
| 246 |
} |
| 247 |
.width175 { |
| 248 |
width:175px; |
| 249 |
} |
| 250 |
.width200 { |
| 251 |
width:200px; |
| 252 |
} |
| 253 |
.red { color:#F00; } |
| 254 |
.bold { font-weight:bold; } |
| 255 |
.italic { font-style:italic; } |
| 256 |
.hide { display:none; } |
| 257 |
|
| 258 |
/* ----- popover box ---------- */ |
| 259 |
|
| 260 |
.ccf-popover { |
| 261 |
position: absolute; |
| 262 |
top:25%; |
| 263 |
left:25%; |
| 264 |
width:500px; |
| 265 |
padding:10px; |
| 266 |
background-color:#fff; |
| 267 |
border:1px solid #666; |
| 268 |
display:none; |
| 269 |
} |
| 270 |
|
| 271 |
.ccf-popover .ccf-popover-close { position:absolute; top:1px; right:5px; } |
| 272 |
.tooltip { |
| 273 |
background-color:#000; |
| 274 |
border:1px solid #fff; |
| 275 |
padding:10px 15px; |
| 276 |
width:200px; |
| 277 |
display:none; |
| 278 |
color:#fff; |
| 279 |
text-align:left; |
| 280 |
font-size:12px; |
| 281 |
|
| 282 |
/* outline radius for mozilla/firefox only */ |
| 283 |
-moz-box-shadow:0 0 10px #000; |
| 284 |
-webkit-box-shadow:0 0 10px #000; |
| 285 |
} |