styleadded.css 562 B

123456789101112131415161718192021222324252627282930
  1. <style>/*per scheda produttori*/
  2. #forma span.wpcf7-list-item {
  3. width: 300px;
  4. border: solid 1px white;
  5. vertical-align: top;
  6. padding: 0.5em;
  7. }
  8. textarea{min-width: 80%;}
  9. #produttive .wpcf7-list-item-label {
  10. font-size: 1.4em;
  11. }
  12. .post-content li h3 {
  13. font-size: 2em;
  14. text-transform: uppercase;
  15. font-family: inherit;
  16. }
  17. span.wpcf7-list-item {
  18. width: 155px;
  19. white-space: inherit;
  20. display: inline-block;
  21. }
  22. .post-content form ul {
  23. margin: 0 0 1.6em 3em;
  24. padding: 1em;
  25. border: dotted 5px sandybrown;
  26. }
  27. </style>