Framework CCCS page
This commit is contained in:
parent
09aba964a9
commit
8f812ab935
319 changed files with 24165 additions and 50 deletions
|
|
@ -32,18 +32,18 @@ $purple: #7a43b6 !default;
|
|||
// Scaffolding
|
||||
// -------------------------
|
||||
$bodyBackground: $white !default;
|
||||
$textColor: $grayDark !default;
|
||||
$textColor: $black !default;
|
||||
|
||||
|
||||
// Links
|
||||
// -------------------------
|
||||
$linkColor: #08c !default;
|
||||
$linkColor: $cccsGreen !default;
|
||||
$linkColorHover: darken($linkColor, 15%) !default;
|
||||
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
$sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$sansFontFamily: "TitilliumText", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$serifFontFamily: Georgia, "Times New Roman", Times, serif !default;
|
||||
$monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace !default;
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ $altFontFamily: $serifFontFamily !default;
|
|||
|
||||
$headingsFontFamily: inherit !default; // empty to use BS default, $baseFontFamily
|
||||
$headingsFontWeight: bold !default; // instead of browser default, bold
|
||||
$headingsColor: inherit !default; // empty to use BS default, $textColor
|
||||
$headingsColor: $cccsBlue !default;
|
||||
|
||||
|
||||
// Component sizing
|
||||
|
|
@ -176,7 +176,7 @@ $wellBackground: #f5f5f5 !default;
|
|||
|
||||
// Navbar
|
||||
// -------------------------
|
||||
$navbarCollapseWidth: 979px !default;
|
||||
$navbarCollapseWidth: 767px !default;
|
||||
$navbarCollapseDesktopWidth: $navbarCollapseWidth + 1;
|
||||
|
||||
$navbarHeight: 40px !default;
|
||||
|
|
@ -185,8 +185,8 @@ $navbarBackground: darken($navbarBackgroundHighlight, 5%) !defaul
|
|||
$navbarBorder: darken($navbarBackground, 12%) !default;
|
||||
|
||||
$navbarText: #777 !default;
|
||||
$navbarLinkColor: #777 !default;
|
||||
$navbarLinkColorHover: $grayDark !default;
|
||||
$navbarLinkColor: $cccsBlue !default;
|
||||
$navbarLinkColorHover: darken($navbarLinkColor, 15%) !default;
|
||||
$navbarLinkColorActive: $gray !default;
|
||||
$navbarLinkBackgroundHover: transparent !default;
|
||||
$navbarLinkBackgroundActive: darken($navbarBackground, 5%) !default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue