makeBCT

#AI #OpenAI #Chatbot #Cloud #WordPress

[공통] 컨택 폼 스타일

Author
북극海
Date
2015-09-10 16:32
Views
1325
공통 폼 스타일

/* form */
.visual-form-builder li.vfb-two-column div span {margin:0;}
.visual-form-builder fieldset {clear: both; margin-bottom: 20px; border: 1px solid #d8d8d8; background-color: #fbfbfb; }
.visual-form-builder .vfb-legend { color: #262626; margin: 10px 14px; padding: 10px 0px;}
.visual-form-builder .vfb-legend h3 {font-size: 16px !important; color: #FF3C00; }
select.vfb-select, input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea, select.vfb-select { padding: 8px; }
li.vfb-left-half .vfb-small, li.vfb-left-half .vfb-medium, li.vfb-left-half .vfb-large, li.vfb-right-half .vfb-small, li.vfb-right-half .vfb-medium, li.vfb-right-half .vfb-large, li.vfb-left-third .vfb-small, li.vfb-left-third .vfb-medium, li.vfb-left-third .vfb-large, li.vfb-middle-third .vfb-small, li.vfb-middle-third .vfb-medium, li.vfb-middle-third .vfb-large, li.vfb-right-third .vfb-small, li.vfb-right-third .vfb-medium, li.vfb-right-third .vfb-large, .visual-form-builder li.vfb-left-two-thirds .vfb-small, .visual-form-builder li.vfb-left-two-thirds .vfb-medium, .visual-form-builder li.vfb-left-two-thirds .vfb-large, .visual-form-builder li.vfb-right-two-thirds .vfb-small, .visual-form-builder li.vfb-right-two-thirds .vfb-medium, .visual-form-builder li.vfb-right-two-thirds .vfb-large { width: 95%; }
input.vfb-large, input[type="text"].vfb-large, input[type="tel"].vfb-large, input[type="email"].vfb-large, input[type="url"].vfb-large, select.vfb-large, textarea.vfb-textarea { width: 96%; }
.visual-form-builder label, label.vfb-desc { padding:0; color:#262626; }
.visual-form-builder li span label { margin: 0; font-size: 11px; color: #818181; }
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea { background-color:#fff; border: 1px solid #d8d8d8; }
.vfb-submit, input[type="submit"].vfb-submit { font-size: 14px; font-weight: bold; padding: 16px 16px 18px; width: 120px; background-color: #ff3c00; border: 1px solid #7e2c26; border-radius: 5px; color: #fff; cursor: pointer; }
.visual-form-builder label.vfb-choice { color: #000; }