Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. <!--<iframe src="https://tfaforms.com/4723079" style="width: 100%; overflow: hidden" frameborder="0" scrolling="no"></iframe>
  2. <script src="//tfaforms.com/js/iframe_resize_helper.js"></script>-->
  3.  
  4. <!-- Force the form button to be enabled, for some reason, it is getting disabled -->
  5. <script>
  6. window.onload = function(){
  7. setTimeout(function(){
  8. console.log("submit button state updated");
  9. document.getElementById("submit_button").disabled = false;
  10. }, 1000);
  11. };
  12. </script>
  13.  
  14. <!-- Styling to force the script embedded Form Assembly form to match that of the Newsletter form -->
  15. <style>
  16. .wFormContainer{
  17. margin: 0 !important;
  18. }
  19.  
  20. .wFormContainer{
  21. font-size: 15px;
  22. line-height: 24px;
  23. letter-spacing: 0.2px;
  24. color: #000;
  25. }
  26.  
  27. .wFormContainer .wForm #wfTabNav,
  28. .wFormContainer .wForm form{
  29. padding: 0;
  30. }
  31.  
  32. .wFormContainer .wFormHeader,
  33. .wFormContainer .wFormTitle,
  34. .wFormContainer .wFormFooter{
  35. display: none;
  36. }
  37.  
  38.  
  39. .wFormContainer .wForm{
  40. background-color: transparent !important;
  41. -webkit-box-shadow: initial !important;
  42. box-shadow: initial !important;
  43. }
  44.  
  45. .wFormContainer .wFormThankYou{
  46. padding: 0 !important;
  47. }
  48.  
  49. .wFormContainer .wForm input[type="text"]{
  50. border-left: none;
  51. border-right: none;
  52. border-top: none;
  53. border-bottom: 2px solid black !important;
  54. border-radius: 0;
  55. }
  56.  
  57. .wForm form > div.oneField{
  58. margin-bottom: 15px;
  59. }
  60.  
  61. .wForm #tfa_captcha_text{
  62. margin-top: 15px;
  63. }
  64.  
  65. .wForm input[type=submit],
  66. .wFormContainer .wForm input[type='submit']:disabled{
  67. display: inline-block !important;
  68. text-align: center !important;
  69. white-space: nowrap !important;
  70. vertical-align: middle !important;
  71. user-select: none !important;
  72. border: 2px solid transparent;
  73. transition: all 0.2s !important;
  74. box-shadow: none !important;
  75. padding: 8px 34px !important;
  76. font-size: 18px !important;
  77. font-weight: bold !important;
  78. letter-spacing: 0.6px !important;
  79. line-height: 32px !important;
  80. border-radius: 100px !important;
  81. padding: 12px 44px !important;
  82. border-radius: 30px !important;
  83. opacity: .65 !important;
  84. margin-top: 0 !important;
  85. cursor: pointer !important;
  86. border-color: #fff;
  87. color: #323232;
  88. background-color: #dedede;
  89. }
  90.  
  91. .wFormContainer .wForm input[type='submit']:disabled{
  92. opacity: .75;
  93. }
  94.  
  95. .section-subscribe .wForm input[type=submit]{
  96. color: #323232;
  97. background-color: #fff;
  98. }
  99.  
  100. .wForm .section-subscribe input[type=submit]:hover,
  101. .wForm .section-subscribe input[type=submit]:focus {
  102. background-color: #323232;
  103. border-color: #323232;
  104. color: #fff;
  105. }
  106.  
  107. .wFormContainer .inputWrapper textarea,
  108. .wFormContainer .inputWrapper input,
  109. .wFormContainer .inputWrapper select{
  110. border: 2px solid black;
  111. border-radius: 0;
  112. }
  113.  
  114. .wForm .labelsAbove .preField {
  115. font-family: proxima-nova, sans-serif;
  116. font-weight: 400;
  117. letter-spacing: 0.2px;
  118. font-size: 18px;
  119. line-height: 32px;
  120. color: #323232;
  121. -webkit-font-smoothing: antialiased;
  122. }
  123.  
  124.  
  125. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement