Advertisement
grayowlbear

original style "metmet"

Feb 9th, 2024
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. // Green.less
  2.  
  3. // Custom code
  4. .advanced-header {
  5. .top-menu-grid .top-menu-grid-vetrtical .ty-dropdown-box__title.open a:before,
  6. .ut2-top-cart-content .ty-dropdown-box__title.open i:not(.ut2-icon-outline-expand_more):before,
  7. .ut2-top-my-account .ty-dropdown-box__title.open i:not(.ut2-icon-outline-expand_more):before {
  8. color: @decorative;
  9. }
  10. }
  11. .ty-icon-star-empty {
  12. color: @base5;
  13. }
  14.  
  15. // ======================================================= ##Variables
  16.  
  17. @rounded_corners: true;
  18. @links: #02994d;
  19. @menu_links: #ffffff;
  20. @menu: #02994d;
  21. @base: #eeeeee;
  22. @font: #363636;
  23.  
  24. @primary_button: #02994d;
  25. //@primary_button_color
  26. //@primary_button_hover
  27.  
  28. @secondary_button: #646464;
  29. //@secondary_button_color
  30. //@secondary_button_hover
  31.  
  32. @tertiary_button: #f0f0f0;
  33. //@tertiary_button_color
  34. @tertiary_button_hover: #f6f6f6;
  35.  
  36. @sidebar: #ffffff;
  37. @price: #363636;
  38. @discount_label: #ff0000;
  39. @in_stock: #02994d;
  40. @out_of_stock: #999999;
  41. @top_panel_links: #999999;
  42. @top_panel_text: #999999;
  43. @footer_text: #363636;
  44. @decorative: #ff0000;
  45.  
  46. @general_bg_color: #ffffff;
  47. @general_bg_image: transparent;
  48. @general_bg_repeat: repeat;
  49. @general_bg_scroll: scroll;
  50.  
  51. @top_panel_bg: #ffffff;
  52. @top_panel_bg_full: true;
  53. @top_panel_bg_transparent: false;
  54. @top_panel_bg_grad_stop: #ffffff;
  55.  
  56. @header_bg: #ffffff;
  57. @header_bg_full: true;
  58. @header_bg_transparent: false;
  59. @header_bg_grad_stop: #ffffff;
  60.  
  61. @content_bg: #ffffff;
  62. @content_bg_full: false;
  63. @content_bg_transparent: true;
  64.  
  65. @footer_bg: #ffffff;
  66. @footer_bg_full: true;
  67. @footer_bg_transparent: false;
  68. @footer_bg_grad_stop: #ffffff;
  69.  
  70. @body_font: Roboto,sans-serif;
  71. @body_font_size: 14px;
  72. @body_font_style: normal;
  73. @body_font_weight: normal;
  74. @headings_font: MuseoSansBlack,Arial,sans-serif;
  75. @headings_font_size: 24px;
  76. @headings_font_decoration: none;
  77. @headings_font_style: normal;
  78. @headings_font_weight: normal;
  79. @links_font: Roboto,sans-serif;
  80. @links_font_size: 14px;
  81. @links_font_decoration: none;
  82. @links_font_style: normal;
  83. @links_font_weight: normal;
  84. @price_font: MuseoSansBlack,Arial,sans-serif;
  85. @price_font_size: 21px;
  86. @price_font_decoration: none;
  87. @price_font_style: normal;
  88. @price_font_weight: normal;
  89. @buttons_font: Roboto,sans-serif;
  90. @buttons_font_size: 14px;
  91. @buttons_font_decoration: none;
  92. @buttons_font_style: normal;
  93. @buttons_font_weight: normal;
  94.  
  95. // Only this style ------------------------------------
  96.  
  97. @bt-color: @font;
  98. @abt__ut2_general_bright_hues: false;
  99. @categories-block-bg: #f6f6f6;
  100. @grid-list-title-color: #434343;
  101.  
  102. // Mix color
  103. @mix-lighten-font: 35%;
  104. @mix-lighten-max-font: 45%;
  105. @mix-discount_label_lighten: 40%;
  106.  
  107. // Fill
  108. @fill-color-box: #ff671f;
  109. @title-color-box: #ffffff;
  110. @fill-gray-box: #f6f6f6;
  111.  
  112. // General
  113. @abt__ut2_general_use_rounding: little;
  114. @abt__ut2_general_use_titles_uppercase: false;
  115. @abt__ut2_general_stars_rating_color: #02994d;
  116.  
  117. @abt__ut2_general_labels_style: as_drop;
  118. @abt__ut2_general_labels_use_outline: true;
  119. @abt__ut2_general_labels_use_shadow: false;
  120. @abt__ut2_general_labels_use_text_shadow: false;
  121.  
  122. @abt__ut2_general_buttons_style: use_background;
  123. @abt__ut2_general_buttons_use_text_uppercase: false;
  124. @abt__ut2_general_buttons_use_shadow: true;
  125. @abt__ut2_general_buttons_use_gradient: false;
  126.  
  127. // Containers
  128. @abt__ut2_containers_header_add_delimiters: true;
  129. @abt__ut2_containers_header_use_color_menu_on_hover: #02994d;
  130. @abt__ut2_containers_header_use_color_elements_on_hover: #02994d;
  131. @abt__ut2_containers_header_use_color_icons: #ffffff;
  132. @abt__ut2_containers_header_use_animation_for_not_empty_cart: true;
  133.  
  134. // Product list
  135. @abt__ut2_product_list_show_grid_border: solid_without_margins;
  136. @abt__ut2_product_list_use_elements_alignment: use;
  137. @abt__ut2_product_list_extend_grid_item_on_hover: true;
  138.  
  139. // Products
  140. @abt__ut2_products_use_color_buttons_add_to_cart: #ff671f;
  141.  
  142. // Checkout
  143. @checkout_link: #02994d;
  144. @checkout_input_border: #e1e1e1;
  145. @checkout_selected_input_border: #02994d;
  146. @checkout_step_title: #02994d;
  147. @checkout_input_text: #363636;
  148. @checkout_input_label: #bcbcbc;
  149. @checkout_control_border: #e1e1e1;
  150. @checkout_selected_control_border: #02994d;
  151. @checkout_control_background: #ffffff;
  152. @checkout_selected_control_background: #eaf2e7;
  153. @checkout_control_title: #02994d;
  154. @checkout_control_description: #8f8f8f;
  155. @checkout_control_label: #8f8f8f;
  156. @checkout_terms_background: #fff1eb;
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. /*GFONTS*/
  181. /* cyrillic-ext */
  182. @font-face {
  183. font-family: 'Roboto';
  184. font-style: normal;
  185. font-weight: 400;
  186. font-display: swap;
  187. src: url(../media/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  188. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  189. }
  190. /* cyrillic */
  191. @font-face {
  192. font-family: 'Roboto';
  193. font-style: normal;
  194. font-weight: 400;
  195. font-display: swap;
  196. src: url(../media/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  197. unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  198. }
  199. /* greek-ext */
  200. @font-face {
  201. font-family: 'Roboto';
  202. font-style: normal;
  203. font-weight: 400;
  204. font-display: swap;
  205. src: url(../media/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  206. unicode-range: U+1F00-1FFF;
  207. }
  208. /* greek */
  209. @font-face {
  210. font-family: 'Roboto';
  211. font-style: normal;
  212. font-weight: 400;
  213. font-display: swap;
  214. src: url(../media/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  215. unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  216. }
  217. /* vietnamese */
  218. @font-face {
  219. font-family: 'Roboto';
  220. font-style: normal;
  221. font-weight: 400;
  222. font-display: swap;
  223. src: url(../media/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  224. unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  225. }
  226. /* latin-ext */
  227. @font-face {
  228. font-family: 'Roboto';
  229. font-style: normal;
  230. font-weight: 400;
  231. font-display: swap;
  232. src: url(../media/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  233. unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  234. }
  235. /* latin */
  236. @font-face {
  237. font-family: 'Roboto';
  238. font-style: normal;
  239. font-weight: 400;
  240. font-display: swap;
  241. src: url(../media/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  242. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  243. }
  244.  
  245. /*/GFONTS*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement