Advertisement
Guest User

Untitled

a guest
Jan 30th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1.  
  2. /*TABLES*/
  3.  
  4. .avia-center-col {
  5. font-size: 1.2em;
  6. padding-left: 0px;
  7. padding-right: 0px;
  8. padding-bottom: 0px;
  9. padding-top: 0px;
  10. text-align: center;
  11. }
  12. .avia-table.avia-data-table tr {
  13. line-height: 4px !important;
  14. }
  15. /* Alternate row color */
  16. #top .avia-table tr:nth-child(odd)
  17. {
  18. background: #ffffff !important;
  19. }
  20. #top .avia-table tr:nth-child(even)
  21. {
  22. background: #f5f5f5 !important;
  23. }
  24. /* Table head */
  25. #top .avia-table th {
  26. font-size: 0.8em !important;
  27. vertical-align: top;
  28. letter-spacing: 0.3em !important;
  29. font-weight: 300;
  30. font-style: normal;
  31. padding-top: 18px;
  32. padding-bottom: 19px;
  33. background: #fffffff !important;
  34. text-align: center;
  35. }
  36.  
  37. /*COLOR INDICATIONS – CIRCLES ON THIRD ROW*/
  38. .rosa::before {
  39. content: '';
  40. display: inline-block;
  41. background-color: #d8a79a;
  42. width: 13px; /* Adjust size of the circle */
  43. height: 13px; /* Adjust size of the circle */
  44. border-radius: 50%;
  45. margin-right: 2px; /* Adjust spacing */
  46. margin-left: 3px; /* Adjust spacing */
  47. position: relative;
  48. }
  49. .grey::before {
  50. content: '';
  51. display: inline-block;
  52. background-color: #918d8b;
  53. width: 13px; /* Adjust size of the circle */
  54. height: 13px; /* Adjust size of the circle */
  55. border-radius: 50%;
  56. margin-right: 2px; /* Adjust spacing */
  57. margin-left: 3px; /* Adjust spacing */
  58. position: relative;
  59. }
  60. .green::before {
  61. content: '';
  62. display: inline-block;
  63. background-color: #67886a;
  64. width: 13px; /* Adjust size of the circle */
  65. height: 13px; /* Adjust size of the circle */
  66. border-radius: 50%;
  67. margin-right: 2px; /* Adjust spacing */
  68. margin-left: 3px; /* Adjust spacing */
  69. position: relative;
  70. }
  71. .yellow::before {
  72. content: '';
  73. display: inline-block;
  74. background-color: #f8c46a;
  75. width: 13px; /* Adjust size of the circle */
  76. height: 13px; /* Adjust size of the circle */
  77. border-radius: 50%;
  78. margin-right: 2px; /* Adjust spacing */
  79. margin-left: 3px; /* Adjust spacing */
  80. position: relative;
  81. }
  82. .red::before {
  83. content: '';
  84. display: inline-block;
  85. background-color: #be624c;
  86. width: 13px; /* Adjust size of the circle */
  87. height: 13px; /* Adjust size of the circle */
  88. border-radius: 50%;
  89. margin-right: 2px; /* Adjust spacing */
  90. margin-left: 3px; /* Adjust spacing */
  91. position: relative;
  92. }
  93. .rose::before {
  94. content: '';
  95. display: inline-block;
  96. background-color: #f5cfcb;
  97. width: 13px; /* Adjust size of the circle */
  98. height: 13px; /* Adjust size of the circle */
  99. border-radius: 50%;
  100. margin-right: 2px; /* Adjust spacing */
  101. margin-left: 3px; /* Adjust spacing */
  102. position: relative;
  103. }
  104. .pearl::before {
  105. content: '';
  106. display: inline-block;
  107. background-color: #acaeb3;
  108. width: 13px; /* Adjust size of the circle */
  109. height: 13px; /* Adjust size of the circle */
  110. border-radius: 50%;
  111. margin-right: 2px; /* Adjust spacing */
  112. margin-left: 3px; /* Adjust spacing */
  113. position: relative;
  114. }
  115. .sand::before {
  116. content: '';
  117. display: inline-block;
  118. background-color: #e9e0cb;
  119. width: 13px; /* Adjust size of the circle */
  120. height: 13px; /* Adjust size of the circle */
  121. border-radius: 50%;
  122. margin-right: 2px; /* Adjust spacing */
  123. margin-left: 3px; /* Adjust spacing */
  124. position: relative;
  125. }
  126. .petrol::before {
  127. content: '';
  128. display: inline-block;
  129. background-color: #47797a;
  130. width: 13px; /* Adjust size of the circle */
  131. height: 13px; /* Adjust size of the circle */
  132. border-radius: 50%;
  133. margin-right: 2px; /* Adjust spacing */
  134. margin-left: 3px; /* Adjust spacing */
  135. position: relative;
  136. }
  137. .white::before {
  138. content: '';
  139. display: inline-block;
  140. background-color: #ffffff;
  141. width: 13px;
  142. height: 13px;
  143. border-radius: 50%;
  144. margin-right: 2px;
  145. margin-left: 3px;
  146. position: relative;
  147. box-shadow: inset 0 0 0 0.8px #232323; /* Inset box-shadow for inner border */
  148. }
  149. .burgundy::before {
  150. content: '';
  151. display: inline-block;
  152. background-color: #93405d;
  153. width: 13px; /* Adjust size of the circle */
  154. height: 13px; /* Adjust size of the circle */
  155. border-radius: 50%;
  156. margin-right: 2px; /* Adjust spacing */
  157. margin-left: 3px; /* Adjust spacing */
  158. position: relative;
  159. }
  160. .paleyellow::before {
  161. content: '';
  162. display: inline-block;
  163. background-color: #f3e9b0;
  164. width: 13px; /* Adjust size of the circle */
  165. height: 13px; /* Adjust size of the circle */
  166. border-radius: 50%;
  167. margin-right: 2px; /* Adjust spacing */
  168. margin-left: 3px; /* Adjust spacing */
  169. position: relative;
  170. }
  171. .mistyblue::before {
  172. content: '';
  173. display: inline-block;
  174. background-color: #b9d6db;
  175. width: 13px; /* Adjust size of the circle */
  176. height: 13px; /* Adjust size of the circle */
  177. border-radius: 50%;
  178. margin-right: 2px; /* Adjust spacing */
  179. margin-left: 3px; /* Adjust spacing */
  180. position: relative;
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement