Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
a87c634fd6
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
184 lines (145 sloc) 6.1 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: #273a60;
$title_parent: #0b1860;
$title_parentHover: darken($title_parent, 15%);
$title_txt: #0b1860;
$title_txtHover: darken($title_txt, 15%);
$headings-color: #0b1860;
$navbar-default-link-color: rgba(7,26,56, .7);
$navbar-default-link-hover-color: rgba(7,26,56, 1);
$navbar-default-link-hover-bg: transparent;
$navbar-default-link-active-color: rgba(7,26,56, 1);
$navbar-default-link-active-bg: transparent;
$dropdown-bg: #e9e9e9;
$dropdown-link-color: #444 ;
$dropdown-link-hover-color: #fff ;
$dropdown-link-hover-bg: #b71717;
$dropdown-link-active-color: #000 ;
$dropdown-link-active-bg: #d0d0d0 ;
$widget-border-color: #eaeaea;
$widget-head-color: #0b1860;
$link-color: #388ac3;
$link-hover-color: darken($link-color, 5%) !default;
// Calendar
$ecw-icon-month-bg: #f5f5f5;
$ecw-icon-month-color: #2e77b0;
$ecw-icon-day-bg: #f5f5f5;
$ecw-icon-day-color: #454545;
$ecw-title-color: #113B7C;
$ecw-time-color: #2e77b0;
// MEGA FOOTER
$megafooter-widget-border-color: transparent;
$megafooter-widget-border-width: 0px;
$megafooter-widget-bg: transparent;
$megafooter-widget-color: #aaa;
$megafooter-widget-link-color: #fff;
$megafooter-widget-link-hover: $link-color;
$megafooter-widget-head-bg: $megafooter-widget-bg;
$megafooter-widget-head-color: $megafooter-widget-color;
$megafooter-widget-head-border-width: $megafooter-widget-border-width;
$megafooter-widget-head-border-color: $megafooter-widget-border-color;
// SHARED
$megafooter-ecw-title-color: rgba(255,255,255,.7);
$megafooter-ecw-title-color-hover: rgba(255,255,255, 1);
// LIST VIEW
$megafooter-ecw-list-date-color: $ecw-time-color;
$megafooter-ecw-list-date-color-hover: darken($megafooter-ecw-list-date-color, 15%);
// ICON VIEW
$megafooter-ecw-icon-month-color: $ecw-icon-month-color;
$megafooter-ecw-icon-month-color-hover: darken($ecw-icon-month-color, 15%);
$megafooter-ecw-icon-month-bg: rgba(0,0,0, .6);
$megafooter-ecw-icon-month-bg-hover: lighten($megafooter-ecw-icon-month-bg, 5%);
$megafooter-ecw-icon-month-border-color: $megafooter-widget-border-color !default;
$megafooter-ecw-icon-month-border-color-hover: $megafooter-widget-border-color !default;
$megafooter-ecw-icon-day-color: rgba(255,255,255,.7);
$megafooter-ecw-icon-day-color-hover: rgba(255,255,255, 1);
$megafooter-ecw-icon-day-bg: rgba(0,0,0, .6);
$megafooter-ecw-icon-day-bg-hover: lighten($megafooter-ecw-icon-month-bg, 5%);
$megafooter-ecw-icon-day-border-color: $megafooter-widget-border-color !default;
$megafooter-ecw-icon-day-border-color-hover: $megafooter-widget-border-color !default;
$megafooter-ecw-time-color: $ecw-time-color;
$megafooter-ecw-time-color-hover: lighten($ecw-time-color, 15%);
// Footer
$footers-bg: #212121;
$footers-link-color: rgba(255,255,255,.7);
$footers-link-hover: rgba(255,255,255,1);
$footers-border-color: #fff;
/* Primary Colors (Bootstrap) */
$brand-default: #676767 !default;
$brand-primary: #0b2347 !default;
$brand-success: #48c239 !default;
$brand-info: #d7d7d7 !default;
$brand-warning: #e4c632 !default;
$brand-danger: #a01413 !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: #e3e3e3;
$sh-masthead-end: #d4d4d4;
$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: rgba(7,26,56, 1);
$sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%);
$sh-nav-secondary-border-color: #fff;
$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: #fff;
$sh-header1-color: #ac0000;
// SEARCH
// Header
$sh-masthead-search-btn-bg: rgba(255, 255, 255, .5);
$sh-masthead-search-btn-color: rgba(0, 0, 0, .3);
$sh-masthead-search-input-bg: rgba(255, 255, 255, .5);
$sh-masthead-search-input-color: rgba(0, 0, 0, .5);
$sh-masthead-search-input-placeholder-color: rgba(0, 0, 0, .3);
// Content
$sh-content-search-btn-bg: rgba(0, 0, 0, .1);
$sh-content-search-btn-color: rgba(0, 0, 0, .5);
$sh-content-search-input-bg: rgba(0, 0, 0, .1);
$sh-content-search-input-color: rgba(0, 0, 0, .7);
$sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5);
// Footers
$sh-footers-search-btn-bg: rgba(255, 255, 255, .2);
$sh-footers-search-btn-color: rgba(255, 255, 255, .5);
$sh-footers-search-input-bg: rgba(255, 255, 255, .2);
$sh-footers-search-input-color: rgba(255, 255, 255, 1);
$sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .5);
#masthead{
#site-title{
fieldset{
border: 1px solid #ccc;
.form-control{
box-shadow:none;
webkit-box-shadow:none;
moz-box-shadow:none;
}
}
}
}