# smart-forms/0.8/css/mainStyle.css

Smart Forms – when you need more than just a contact form, version 0.8. 100 lines.

- Page: https://pluginprobe.com/plugins/smart-forms/0.8/code/css/mainStyle.css
- Raw: https://pluginprobe.com/plugins/smart-forms/0.8/raw/css/mainStyle.css
- Modified: 2013-12-09T02:14:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/smart-forms/0.8/code/css/mainStyle.css#L10-L20`.

```css
#rednaoSmartForms{
    margin-top:10px;
}

#rednaoSmartForms hr {
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#rednaoSmartForms h2 {
    margion-top: 0px;
    margin-bottom: 0px;
}

#rednaoSmartForms .category {
    margin-top: 10px;
    margin-left:50px;

}

#rednaoSmartForms .description {
}

#rednaoSmartForms input {

}



#rednaoSmartForms .treeDiv{
    cursor: hand;
    cursor: pointer;
}


#rednaoSmartForms .treeButton{

    display:inline;

}

#rednaoSmartForms .treeDiv h2{

    display:inline;
    font-family: verdana;



}

#rednaoSmartForms .description{
    color:#A0A0A0;
    font-family: helvetica;
    font-size: smaller;
    font-style: italic;
}


.rednaoformbuilder  .tempForm {
    padding: 8px 4px !important;
    border: 1px dotted #ccc !important;
    position: absolute !important;    background: white !important;
    box-shadow: 0 0 30px #999 !important;
    -webkit-transition:
        -webkit-transform .1s ease-out !important;
    overflow: hidden !important;
    width:570px !important;
    z-index: 99999 !important;
}



.smartFormsActionMenu{
    float:right;

}
.smartFormsActionMenu img{
    width:20px;
    height:20px;
    margin-right: 5px;
    cursor: hand;
    cursor: pointer;

}

.formelement.last{
    border-color: #dedede;
    border-style: solid;
    border-width: 5px;
}

.formelement.last p{
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    color: gray;
}


```
