yinghe

Untitled

Jun 28th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. //css for rates widget
  2. .flex-calendar .flex-calendar-booking-middle,.flex-calendar .flex-calendar-booking-start {
  3. background: none !important;
  4. }
  5.  
  6.  
  7. body {
  8. color: #43425D !important;
  9. text-shadow: none !important;
  10. }
  11.  
  12. .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
  13. background-color: transparent !important;
  14. }
  15. .flex-calendar .flex-calendar-booking-end
  16. {
  17. background: none !important;
  18. }
  19.  
  20.  
  21. h4.flex-calendar-month-title {
  22. font-family: Playfair Display !important;
  23. font-size: 28px;
  24. border-bottom: none;
  25. }
  26.  
  27. body {
  28. font-family: Source Sans Pro;
  29. font-weight: 100 !important;
  30. }
  31.  
  32. .flex-calendar th.day-header {
  33. font-family: poppins;
  34. font-weight: 600;
  35. color: #C69454;
  36. }
  37.  
  38. .flex-calendar.has-rates .day-number {
  39. font-weight: 100;
  40. }
  41.  
  42. :is(.flex-calendar.has-rates .day-rate-hidden .day-content):before {
  43. content: "";
  44. position: absolute;
  45. top: 50%;
  46. height: 2px;
  47. background-color: #43425D;
  48. width: 100%;
  49. left: 0;
  50. z-index: 2;
  51. }
  52.  
  53. :is(.flex-calendar.has-rates .day-rate-hidden .day-content) {
  54. position: relative;
  55. }
  56.  
  57. .day-content {color: #43425D !important;}
  58.  
  59. .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
  60. text-shadow: none !important;
  61. }
  62.  
  63. .flex-calendar-month tr:has(.day-header) {
  64. border-bottom: 2px solid #43425D !important;
  65. line-height: 40px;
  66. }
  67.  
  68. .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content {
  69. background-color: transparent !important;
  70. color: #fff !important;
  71. }
  72.  
  73. .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content:after {
  74. content: "";
  75. width: 40px;
  76. height: 40px;
  77. position: absolute;
  78. left: 50%;
  79. transform: translatex(-50%);
  80. top: 0;
  81. bottom: 0;
  82. background-color: #C69454;
  83. border-radius: 100%;
  84. z-index: 0;
  85. }
  86.  
  87. .flex-calendar.has-rates .day-number {
  88. z-index: 1;
  89. position: relative;
  90. }
Advertisement
Add Comment
Please, Sign In to add comment