// Content Styling @content_bg: #fff; @content_text: #000; @content_anchor: red; @content_hover_anchor: yellow; // Navigation Styling @nav_bg: #c1201d; @nav_text: #fff; @nav_hover_bg: #930e00; @nav_hover_text: #fff; .nav_border{ border: 0 none; } .nav_hover_border{ border: 0 none; } @nav_border_radius: 4px; // Subnav Styling @subnav_bg: #27292c; @subnav_text: #fff; @subnav_hover_bg: #c1201d; @subnav_hover_text: #fff; .subnav_border{ border: 0 none; } .subnav_hover_border{ border: 0 none; } @subnav_border_radius: 6px; .subnav_box_shadow{ -webkit-box-shadow: 1px 1px 2px 0px #555; box-shadow: 1px 1px 2px 0px #555; } // Button Styling @button_bg: #c1201d; @button_text: #fff; @button_hover_bg: #930e00; @button_hover_text: #fff; .button_border{ border: 0 none; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; } @import '/less/base-layout.less'; @import '/less/evolution-style.less';