Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
80fa862c22
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
126 lines (95 sloc) 3.71 KB
/*
==Color Variables
These styles:
* overwrite bootstrap defaults
* overwrite cornerstone defaults
* are referenced in sherman-common.scss
ONLY color variables in this sheet please.
Other variables belong in sherman-variables-common.scss.
*/
$header-border: #BC3E3E;
$title_parent: #fff;
$title_parentHover: darken($title_parent, 15%);
$title_txt: #fff;
$title_txtHover: darken($title_txt, 15%);
$headings-color: #091733;
$navbar-default-link-color: rgba(255,255,255, 1);
$navbar-default-link-hover-color: #ccc;
$navbar-default-link-hover-bg: transparent;
$navbar-default-link-active-color: #e1e1e1;
$navbar-default-link-active-bg: transparent;
$dropdown-bg: #e9e9e9;
$dropdown-link-color: rgba(0,0,0, .6);
$dropdown-link-hover-color: #fff;
$dropdown-link-hover-bg: #081b39;
$dropdown-link-active-color: #000;
$dropdown-link-active-bg: #d0d0d0;
$widget-border-color: #eaeaea;
$widget-head-color: #081B39;
// Calendar
$uc-ecw-month-bg: #f5f5f5;
$uc-ecw-month-color: #b02e36;
$uc-ecw-day-bg: #f5f5f5;
$uc-ecw-day-color: #6b6b6b;
$uc-ecw-title-color: #113B7C;
$uc-ecw-title-hover: darken($uc-ecw-title-color, 15%);
$uc-ecw-time-color: #113B7C;
$uc-ecw-time-hover: darken($uc-ecw-time-color, 15%);
$link-color: #9A0405;
$link-hover-color: darken($link-color, 15%) !default;
$footers-bg: #212121;
$footers-link-color: rgba(255,255,255,.7);
$footers-link-hover: rgba(255,255,255,1);
$footers-border-color: #BC3E3E;
$megafooter-widget-color: rgba(255,255,255, 0.6);
$megafooter-widget-head-color: #ffffff !important;
/* Primary Colors (Bootstrap) */
$brand-primary: #676767 !default;
$brand-success: #48c239 !default;
$brand-info: #d7d7d7 !default;
$brand-warning: #e4c632 !default;
$brand-danger: #a01413 !default;
$brand-default: #0b2347 !default;
/* Buttons, define text, background and border color. */
$btn-font-weight: normal !default;
$btn-default-color: #fff;
$btn-default-bg: #193563;
$btn-default-border: darken($btn-default-bg, 15%);
$btn-font-weight: normal !default;
$btn-info-color: #6b6869;
$btn-info-bg: #ededed;
$btn-info-border: darken($btn-info-bg, 15%);
$btn-font-weight: normal !default;
$btn-warning-color: #313131;
$btn-warning-bg: #fbdf56;
$btn-warning-border: darken($btn-warning-bg, 15%);
//** Default label background color
$label-default-bg: $brand-default !default;
/* Sherman Only Variables */
$sh-masthead-start: #ab140d;
$sh-masthead-end: #9b0000;
$sh-navbar-toggle-color: rgba(255,255,255, .7);
$sh-navbar-toggle-border-color: rgba(255,255,255, .1);
$sh-navbar-toggle-background-color: rgba(0,0,0, .15);
$sh-navbar-toggle-background-color-hover: rgba(0,0,0, .3);
$sh-navbar-toggle-background-color-active: rgba(0,0,0, .6);
$sh-icon-bar-background-color: rgba(255,255,255, .5);
$sh-current-menu-ancestor-dropdown-toggle: #fff;
$sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%);
$sh-nav-secondary-border-color: #eee;
$sh-secondary-bg-color: #081b39;
$sh-secondary-text-color: #fff;
$sh-table-border: rgba(255, 255, 255, 0.2);
$sh-mega-footer-widget-heading: #ffffff !important;
$sh-mega-footer-border-color: rgba(0,0,0, 1);
$sh-header1-color: #091733;
/* Main Search Form */
$searchText: #fff;
$searchPlacehoderText: rgba($searchText, .5);
$searchBackground: rgba(255, 255, 255, .2);
/* Body Search Form */
$body-search-bg-color: rgba(0, 0, 0, .12);
$body-search-text-color: #9A0405;
/* Footer Search Form */
$search-bg-color: #878787;
$search-text-color: #ffffff;