Aangemaakte reacties

16 reactie aan het bekijken (van in totaal 16)
  • Forum: Thema en CSS/opmaak
    In antwoord op: Contact Form 7
    Thread starter mgrst

    (@mgrst)

    Kun je me zeggen waar ?

    .wpcf7-text,
    .wpcf7 textarea {
    width: 75%;
    height: 12px;
    padding: 9px 10px;
    background: #d8d8d8 url(img/bg-input-text.png) repeat-x left top;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #fff;
    font-family: Georgia, “Times New Roman”, serif;
    font-size: 12px;
    font-style: italic;
    }

    .red .wpcf7-text,
    .red .wpcf7 textarea,
    .green .wpcf7-text,
    .green .wpcf7 textarea {
    background: #d5d3c5 url(img/bg-input-text.png) repeat-x left top!important;
    border-right: 1px solid #c8c6b9;
    border-left: 1px solid #c8c6b9;
    }

    .wpcf7 textarea {
    width: 95%;
    height: 100px;
    }

    .wpcf7-submit {
    height: 30px;
    padding: 0 40px;
    background: #d8d8d8 url(img/bg-button-grey.jpg) repeat left top;
    color: #fff;
    font-family: Georgia, “Times New Roman”, serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    .red .wpcf7-submit {
    background: #47101a url(img/bg-button-red.jpg) repeat left top;
    }

    .wpcf7-validation-errors {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(img/bg-commenterror.png) no-repeat left center;
    clear: both;
    }

    .wpcf7-form-control-wrap {
    position: relative;
    }

    .wpcf7-not-valid-tip {
    position: absolute;
    top: -5px;
    left: 10px;
    color: red;
    }

    .wpcf7 .wpcf7-file {
    height: 25px;
    background: #fff!important;
    border: 1px solid #e4e4e4;

16 reactie aan het bekijken (van in totaal 16)