Advertisement
Guest User

wordpress contact form 7 styling

a guest
Sep 20th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /* contact form 7 */
  2.  
  3. .wpcf7-form p{ width:100%; overflow:hidden; clear:both; margin:0 0 10px 0; font-size:11px; font-style:italic;}
  4.  
  5. .wpcf7-form p img{ float:left;}
  6.  
  7. .wpcf7-form p input,
  8. .wpcf7-form p textarea{ width:100%; font-size:12px !important; font-style:normal; padding:5px 5% margin:5px 0; overflow:hidden; clear:both;}
  9.  
  10. .wpcf7-form p textarea{ height:200px;}
  11.  
  12. .wpcf7-form p img{ float:left;}
  13.  
  14. .wpcf7-submit.wpcf7-submit, .wpcf7-reset.wpcf7-reset { font-weight:bold;
  15. width:20% !important;
  16. padding:8px !important;
  17. margin-right: 10px !important;
  18. margin:4px;
  19. font-size:12px !important;
  20. color:#fff !important;
  21. background: #000000 !important;
  22. border:none !important;
  23. text-shadow:none;
  24. font-family:Arial, Helvetica, sans-serif !important;
  25. -moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
  26. cursor:pointer;
  27. }
  28.  
  29. .wpcf7-submit.wpcf7-submit:hover, .wpcf7-reset.wpcf7-reset:hover{
  30. color:#fff !important;
  31. background: #353535 !important;
  32. }
  33.  
  34. input.wpcf7-captchar{ width:65px !important; margin-top:5px;}
  35.  
  36. span.wpcf7-not-valid-tip{ position:relative !important; margin-top:5px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement