Advertisement
JulieJabber

Untitled

Apr 6th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. /* CALENDAR WIDGET within Enfold Child's styles.css */
  2.  
  3. #ui-datepicker-div
  4. {
  5. font: 70.5% "Montserrat", Helvetica, Arial, Sans-Serif !important;
  6. }
  7.  
  8. #CalendarWidget
  9. {
  10. width: 99% !important;
  11. height: auto !important;
  12. font-weight: 200 !important;
  13. color: #fff !important;
  14. text-align: center !important;
  15. padding-top: 20px !important;
  16. padding-bottom: 20px !important;
  17. padding-left: 2px !important;
  18. padding-right: 2px !important;
  19. margin-top: 20px !important;
  20. background-color: #221133 !important;
  21. border: 2px solid #ffffff !important;
  22. }
  23.  
  24. #CalendarWidget span {
  25. font-weight: 600 !important;
  26. color: #ffe14a !important;
  27. margin-right: 8px !important;
  28. }
  29.  
  30. .ui-datepicker-trigger
  31. {
  32. top: 19px !important;
  33. left: 100px !important;
  34. }
  35.  
  36. .w_cursor
  37. {
  38. cursor: pointer !important;
  39. }
  40.  
  41. .w_textbox
  42. {
  43. height: 19px !important;
  44. font: normal normal normal 11px Arial, sans-serif !important;
  45. color: #3e3d2f !important;
  46. margin-bottom: 6px !important;
  47. }
  48.  
  49. .w_label
  50. {
  51. font: normal normal bold 12px Arial, sans-serif !important;
  52. font-weight: 200 !important;
  53. color: #fff !important;
  54. top: 0px !important;
  55. left: 0px !important;
  56.  
  57. }
  58.  
  59. .w_label_reset
  60. {
  61. font: normal normal normal 11px Arial, sans-serif !important;
  62. color: #f37516 !important;
  63. }
  64.  
  65. .w_label_error
  66. {
  67. font: normal normal bold 12px Arial, sans-serif !important;
  68. color: #f37516 !important;
  69. }
  70.  
  71. .w_dropdown
  72. {
  73. height: 19px !important;
  74. font: normal normal normal 11px Arial, sans-serif !important;
  75. color: #3e3d2f !important;
  76. top: 17px !important;
  77. left: -2px !important;
  78. }
  79.  
  80. .divArrivalDate
  81. {
  82. width: 100% !important;
  83. height: 40px !important;
  84. margin-left: 8px !important;
  85. }
  86.  
  87. .divDepartureDate
  88. {
  89. width: 120px !important;
  90. height: 40px !important;
  91. margin-left: 8px !important;
  92. }
  93.  
  94. .divNights
  95. {
  96. width: 90px !important;
  97. height: 40px !important;
  98. margin-left: 8px !important;
  99. }
  100.  
  101. .divAdults
  102. {
  103. width: 50px !important;
  104. height: 40px !important;
  105. margin-left: 8px !important;
  106. }
  107.  
  108. .divChildren
  109. {
  110. width: 50px !important;
  111. height: 40px !important;
  112. margin-left: 8px !important;
  113. }
  114.  
  115. .divPromo
  116. {
  117. width: 120px !important;
  118. height: 40px !important;
  119. margin-left: 8px !important;
  120. }
  121.  
  122. .txtDates
  123. {
  124. width: 90px !important;
  125. margin-left: 8px !important;
  126. }
  127.  
  128. .txtNights
  129. {
  130. width: 30px !important;
  131. margin-left: 8px !important;
  132. }
  133.  
  134. .txtPromoCode
  135. {
  136. top: 17px !important;
  137. left: 0px !important;
  138. margin-left: 8px !important;
  139. }
  140.  
  141. .btnBook
  142. {
  143. width: 150px !important;
  144. height: 25px !important;
  145. margin-left: 8px !important;
  146. font: normal bold normal 11px Arial, sans-serif !important;
  147. }
  148.  
  149. /* UNDER CalendarWidget_MultiProperty.css */
  150.  
  151. .PropertySelection
  152. {
  153. position: absolute !important;
  154. font: normal normal normal 11px Arial, sans-serif !important;
  155. }
  156.  
  157. .w_label_error
  158. {
  159. position: absolute !important;
  160. font: normal normal bold 12px Arial, sans-serif !important;
  161. color: #f37516 !important;
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement