You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
1.9 KiB

  1. .wpcf7 .screen-reader-response {
  2. position: absolute;
  3. overflow: hidden;
  4. clip: rect(1px, 1px, 1px, 1px);
  5. height: 1px;
  6. width: 1px;
  7. margin: 0;
  8. padding: 0;
  9. border: 0;
  10. }
  11. .wpcf7 form .wpcf7-response-output {
  12. margin: 2em 0.5em 1em;
  13. padding: 0.2em 1em;
  14. border: 2px solid #00a0d2; /* Blue */
  15. }
  16. .wpcf7 form.init .wpcf7-response-output {
  17. display: none;
  18. }
  19. .wpcf7 form.sent .wpcf7-response-output {
  20. border-color: #46b450; /* Green */
  21. }
  22. .wpcf7 form.failed .wpcf7-response-output,
  23. .wpcf7 form.aborted .wpcf7-response-output {
  24. border-color: #dc3232; /* Red */
  25. }
  26. .wpcf7 form.spam .wpcf7-response-output {
  27. border-color: #f56e28; /* Orange */
  28. }
  29. .wpcf7 form.invalid .wpcf7-response-output,
  30. .wpcf7 form.unaccepted .wpcf7-response-output {
  31. border-color: #ffb900; /* Yellow */
  32. }
  33. .wpcf7-form-control-wrap {
  34. position: relative;
  35. }
  36. .wpcf7-not-valid-tip {
  37. color: #dc3232;
  38. font-size: 1em;
  39. font-weight: normal;
  40. display: block;
  41. }
  42. .use-floating-validation-tip .wpcf7-not-valid-tip {
  43. position: absolute;
  44. top: 20%;
  45. left: 20%;
  46. z-index: 100;
  47. border: 1px solid #dc3232;
  48. background: #fff;
  49. padding: .2em .8em;
  50. }
  51. span.wpcf7-list-item {
  52. display: inline-block;
  53. margin: 0 0 0 1em;
  54. }
  55. span.wpcf7-list-item-label::before,
  56. span.wpcf7-list-item-label::after {
  57. content: " ";
  58. }
  59. div.wpcf7 .ajax-loader {
  60. visibility: hidden;
  61. display: inline-block;
  62. background-image: url('../../images/ajax-loader.gif');
  63. width: 16px;
  64. height: 16px;
  65. border: none;
  66. padding: 0;
  67. margin: 0 0 0 4px;
  68. vertical-align: middle;
  69. }
  70. div.wpcf7 .ajax-loader.is-active {
  71. visibility: visible;
  72. }
  73. div.wpcf7 div.ajax-error {
  74. display: none;
  75. }
  76. div.wpcf7 .placeheld {
  77. color: #888;
  78. }
  79. div.wpcf7 input[type="file"] {
  80. cursor: pointer;
  81. }
  82. div.wpcf7 input[type="file"]:disabled {
  83. cursor: default;
  84. }
  85. div.wpcf7 .wpcf7-submit:disabled {
  86. cursor: not-allowed;
  87. }
  88. .wpcf7 input[type="url"],
  89. .wpcf7 input[type="email"],
  90. .wpcf7 input[type="tel"] {
  91. direction: ltr;
  92. }