Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Dubai';
  3. src: url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.eot');
  4. src: url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.eot?#iefix') format('embedded-opentype'),
  5. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.woff2') format('woff2'),
  6. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.woff') format('woff'),
  7. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.ttf') format('truetype'),
  8. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Bold.svg#Dubai-Bold') format('svg');
  9. font-weight: bold;
  10. font-style: normal;
  11. }
  12.  
  13. @font-face {
  14. font-family: 'Dubai';
  15. src: url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.eot');
  16. src: url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.eot?#iefix') format('embedded-opentype'),
  17. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.woff2') format('woff2'),
  18. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.woff') format('woff'),
  19. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.ttf') format('truetype'),
  20. url('https://fandaqah.com/wp-content/themes/neve/fonts/Dubai-Regular.svg#Dubai-Regular') format('svg');
  21. font-weight: normal;
  22. font-style: normal;
  23. }
  24. .supernova .form-all {
  25. background: transparent;
  26. box-shadow: none;
  27. border: none;
  28. width: 70%;
  29. }
  30. .supernova .form-all ul li#cid_1 {display: none;}
  31. .supernova .form-all ul li {
  32. float: right;
  33. width: 48%;
  34. padding: 0;
  35. margin: 0 1% 10px;
  36. clear: initial;
  37. position: relative;
  38. background: #fff !important;
  39. border-radius: 5px;
  40. border: 1px solid #efefef;
  41. overflow: visible;
  42. }
  43. .supernova .form-all ul li label {
  44. line-height: 45px;
  45. width: 33%;
  46. max-width: 33%;
  47. font-size: 15px;
  48. padding: 0 10px;
  49. text-align: right;
  50. color: #666;
  51. background: #fafafa;
  52. float: right;
  53. direction: rtl;
  54. margin: 0 auto;
  55. font-family: 'Dubai' !important;
  56. border-left: 1px solid #efefef;
  57. border-radius: 0 4px 5px 0;
  58. font-weight: normal;
  59. }
  60. .supernova .form-all ul li .form-input {
  61. width: 67%;
  62. max-width: 67%;
  63. float: left;
  64. display: block;
  65. }
  66. .supernova .form-all ul li input {
  67. background: transparent !important;
  68. border: none !important;
  69. border-radius: 4px;
  70. font-size: 15px;
  71. width: 100%;
  72. padding: 0 10px;
  73. color: #333;
  74. transition: all .3s ease;
  75. box-sizing: border-box;
  76. max-width: 100%;
  77. z-index: 99999;
  78. position: relative;
  79. box-shadow: none;
  80. text-align: right;
  81. height: 45px;
  82. line-height: 45px;
  83. font-family: 'Dubai' !important;
  84. }
  85. .supernova .form-all ul li input[type="email"] {text-align: left;}
  86. .supernova .form-all ul li[data-type="control_textarea"] {
  87. float: none;
  88. width: 98%;
  89. clear: both;
  90. }
  91. .supernova .form-all ul li[data-type="control_textarea"] label {
  92. height: 100%;
  93. max-width: 15%;
  94. width: 15%;
  95. min-height: 230px;
  96. line-height: 230px;
  97. }
  98. .supernova .form-all ul li[data-type="control_textarea"] .form-input {
  99. float: none;
  100. width: 85%;
  101. max-width: 85%;
  102. }
  103. .supernova .form-all ul li textarea {
  104. text-align: right;
  105. background: transparent !important;
  106. border: none !important;
  107. border-radius: 4px;
  108. font-size: 15px;
  109. font-weight: normal;
  110. line-height: 30px;
  111. padding: 10px;
  112. color: #333;
  113. transition: all .3s ease;
  114. box-sizing: border-box;
  115. width: 100%;
  116. max-width: 100%;
  117. z-index: 99999;
  118. position: relative;
  119. font-family: 'Dubai' !important;
  120. box-shadow: none;
  121. min-height: 227px;
  122. }
  123. .supernova .form-all ul li.form-line-active, .supernova .form-all ul li.form-line-error {background: none;}
  124. .supernova .form-all ul li.form-line-active input {
  125. border: 1px solid #efefef;
  126. box-shadow: none;
  127. }
  128. .supernova .form-all ul li .form-error-message {
  129. position: absolute;
  130. width: 100%;
  131. top: 100%;
  132. line-height: 35px;
  133. padding: 0 15px 0 35px;
  134. height: 35px;
  135. }
  136. .supernova .form-all ul li[data-type="control_button"] {
  137. float: none;
  138. width: 100%;
  139. margin: 0 auto;
  140. background: transparent !important;
  141. border: none;
  142. clear: both;
  143. }
  144. .supernova .form-all ul li[data-type="control_button"] .form-buttons-wrapper {
  145. margin: 0 auto !important;
  146. text-align: center;
  147. }
  148. .supernova .form-all ul li[data-type="control_button"] button {
  149. background: #fc5f45;
  150. color: #ffffff;
  151. font-family: 'Dubai' !important;
  152. font-size: 20px;
  153. font-weight: normal;
  154. line-height: 45px !important;
  155. border-radius: 30px 30px 30px 30px;
  156. padding: 0 30px !important;
  157. border: none !important;
  158. margin: 0 auto;
  159. box-shadow: none;
  160. text-shadow: none;
  161. max-width: 130px;
  162. }
  163. .supernova .form-all ul li[data-type="control_button"] button:hover {background: #f34123;}
  164. .form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error .form-validation-error {border: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement