//////////////////////////////////////////////// // Blueprint grid setup. //////////////////////////////////////////////// $blueprint-container-size: 970px; $blueprint-grid-margin: 10px; $blueprint-grid-width:30px; //$blueprint-grid-columns: 24; //$blueprint-container-size: 960px; //$blueprint-grid-margin: 10px; //$blueprint-grid-width: 30;//($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin; // Grid image generation @import 'compass/layout/grid-background'; $grid-background-column-color:#eef2f9; $grid-background-baseline-color:rgba(0,0,0,0.15); $grid-background-gutter-color:#fff; $grid-background-offset:10px; //////////////////////////////////////////////// // IE Support (enable in IE.scss) //////////////////////////////////////////////// $experimental-support-for-pie: false; $legacy-support-for-ie6: false; //////////////////////////////////////////////// // CSS3 Text Shadow //////////////////////////////////////////////// $default-text-shadow-color: black; $default-text-shadow-h-offset: 1px; $default-text-shadow-v-offset: 1px; $default-text-shadow-blur: 1px; $default-border-radius: 10px; //////////////////////////////////////////////// // Blueprint typography setup. //////////////////////////////////////////////// $font-color: #333333; $blue:#2a8ebf !default; $red:#e64a13; $ltblue:lighten($blue, 20%); $darkblue:darken($blue, 20%); $blue_tint:lighten($ltblue, 20%); // Links $link-color: $blue; $link-hover-color: lighten($blue, 20%); $link-focus-color: $link-hover-color; $link-active-color: $red; $link-visited-color: darken($link-color, 10%); // Notifications $feedback-border-color: #dddddd; $success-color: #3e5a3d; $success-bg-color: #ddf5c4; $success-border-color: #a7da74; $notice-color: #514721; $notice-bg-color: #fff6bf; $notice-border-color: #ffd324; $info-color: #be9109; $info-bg-color: #fbf1d2; $info-border-color: #ffcc33; $error-color: #bd132a; $error-bg-color: #fde0e4; $error-border-color: #E41D38; //////////////////////////////////////////////// // Blueprint table setup. //////////////////////////////////////////////// $blueprint-table-header-color: #c3d9ff; $blueprint-table-stripe-color: #e5ecf9; //////////////////////////////////////////////// // Blueprint button setup. //////////////////////////////////////////////// $blueprint-button-font-family:$blueprint-font-family; $blueprint-button-background-color:#333; $blueprint-button-border-color:darken($blueprint-button-background-color, 10%); $blueprint-button-font-color:#fff; $blueprint-button-hover-background-color:#555; $blueprint-button-hover-border-color:darken($blueprint-button-hover-background-color, 10%); $blueprint-button-hover-font-color:$blueprint-button-font-color; $blueprint-button-active-background-color:#444; $blueprint-button-active-border-color:darken($blueprint-button-active-background-color, 10%); $blueprint-button-active-font-color:white;