Contact


Speak *
Name
Email
Please type the letters and numbers shown in the image.
 Captcha Code
 

Below is the code used to style the concrete5 core Form Block. This uses the built in html handles to style the specific elements.

  1. table.formBlockSurveyTable tbody tr td textarea,
  2. table.formBlockSurveyTable tbody tr td input,
  3. table.formBlockSurveyTable tbody tr td input {
  4. border-radius: 7px;
  5. -moz-border-radius: 7px;
  6. -webkit-border-radius: 7px;
  7. border: 1px solid silver;
  8. color: #9d9297;
  9. font: 15px "Courier New", Courier, mono;
  10. padding: 5px;
  11. }
  12.  
  13. .formBlockSubmitButton {
  14. background-color: #a6effe;
  15. font-family: "Lucida Grande", Lucida, Verdana, sans-serif!important;
  16. box-shadow: 0px 0px 8px #999;
  17. -webkit-box-shadow: 0px 0px 8px #999;
  18. -moz-box-shadow: 0px 0px 8px #999;
  19. float: left;
  20. width: 105px;
  21. }
  22.  
  23. .formBlockSubmitButton:hover {
  24. color: black;
  25. background-color: #fcface;
  26. }