$width: 1200px; $mobile-limit: 800px; $font-size: 1em; $font-family: "Source Sans Pro", sans-serif; $border-radius: 0; $body-background: #F2F2F2; $primary-color: #E42320; $link-color: #666666; $nav-background: transparent; $nav-submenu-background: white; $nav-submenu-color: #DA0000; $nav-item-background: transparent; $nav-color: #050707; $nav-active-color: white; $nav-item-selected-color: $primary-color; $nav-menu-color: $primary-color; $nav-after-image: false; $button-background: $link-color; $title-color: #000; $title-font-size: 2em; $footer-background: #000000; $footer-color: #FFFFFF; $dashboard-selected-color: $primary-color; $title-border-bottom: 0; $cell-border: 0; $cell-background: #FFFFFF; $title-background: #FFFFFF; $cell-border: 0px solid transparent; $cell-entry-hover-color: #FFFFFF; $cell-entry-hover-effect: top-to-bottom; $cell-entry-hover-background: #999999; $cell-entry-border: 1px solid transparent; $sidebar-width: 230px; $menucell-hover-border: 5px solid #999; $button-background: #CCC; $button-border-radius: 5px; $button-color: $title-color; $widget-background: $body-background; $widget-border: 1px solid darken($widget-background, 10%); $widget-border-radius: 5px; $widget-custom-radio-checkbox-color: #555555; $input-border-radius: 5px; $input-background-color: $body-background; $widget-custom-radio-checkbox: true; $widget-unique-checkbox-position: left; %homepage-block-color { background-color: $body-background; color: $title-color; } %homepage-block-hover { background-color: $cell-entry-hover-background; color: $cell-entry-hover-color; }