From 338a838af5cc175ce31cc547a8b1e75559097b25 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 5 Oct 2016 11:48:50 -0400 Subject: [PATCH] Tab navigation fix --- css/sherman-black.css | 50 +++++++++++++++ css/sherman-blue.css | 50 +++++++++++++++ css/sherman-brightyellow.css | 50 +++++++++++++++ css/sherman-green.css | 50 +++++++++++++++ css/sherman-grey.css | 50 +++++++++++++++ css/sherman-hotpink.css | 50 +++++++++++++++ css/sherman-huntergreen.css | 50 +++++++++++++++ css/sherman-lavender.css | 50 +++++++++++++++ css/sherman-orange.css | 50 +++++++++++++++ css/sherman-pink.css | 50 +++++++++++++++ css/sherman-purple.css | 50 +++++++++++++++ css/sherman-red.css | 50 +++++++++++++++ css/sherman-redorange.css | 50 +++++++++++++++ css/sherman-skyblue.css | 50 +++++++++++++++ css/sherman-teal.css | 50 +++++++++++++++ css/sherman-yellow.css | 50 +++++++++++++++ sass/_sherman-common.scss | 75 +++++++++++++++++++++++ sass/_sherman-variables-black.scss | 2 +- sass/_sherman-variables-blue.scss | 2 +- sass/_sherman-variables-brightyellow.scss | 2 +- sass/_sherman-variables-common.scss | 2 +- sass/_sherman-variables-green.scss | 2 +- sass/_sherman-variables-grey.scss | 2 +- sass/_sherman-variables-hotpink.scss | 2 +- sass/_sherman-variables-huntergreen.scss | 2 +- sass/_sherman-variables-lavender.scss | 2 +- sass/_sherman-variables-orange.scss | 2 +- sass/_sherman-variables-pink.scss | 2 +- sass/_sherman-variables-purple.scss | 2 +- sass/_sherman-variables-red.scss | 2 +- sass/_sherman-variables-redorange.scss | 2 +- sass/_sherman-variables-skyblue.scss | 2 +- sass/_sherman-variables-teal.scss | 2 +- sass/_sherman-variables-yellow.scss | 2 +- 34 files changed, 892 insertions(+), 17 deletions(-) diff --git a/css/sherman-black.css b/css/sherman-black.css index 37ca5de..5503f03 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.6); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #717073; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #4b4a4c; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #717073; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #4b4a4c; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-blue.css b/css/sherman-blue.css index 32b1af0..b854432 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.6); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #388ac3; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #276088; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #388ac3; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #276088; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-brightyellow.css b/css/sherman-brightyellow.css index 30a1639..8abab0c 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(0, 0, 0, 0.8); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #4b4fa9; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #585cb5; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #4b4fa9; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #585cb5; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-green.css b/css/sherman-green.css index 4030e7f..d58043b 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.8); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #1a7a43; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #27b966; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #1a7a43; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #27b966; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-grey.css b/css/sherman-grey.css index d48bda3..28f5ba8 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -11054,6 +11054,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(7, 26, 56, 0.7); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: #071a38; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: #071a38; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: #071a38; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #388ac3; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #327caf; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #388ac3; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #327caf; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-hotpink.css b/css/sherman-hotpink.css index 77f83d1..03e3883 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.8); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #40b8af; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #50c2b9; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #40b8af; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #50c2b9; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-huntergreen.css b/css/sherman-huntergreen.css index 2e3c2e8..bf4f1eb 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.6); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #256927; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #39a23c; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #256927; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #39a23c; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-lavender.css b/css/sherman-lavender.css index 4330157..6d956c9 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: white; + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #71569a; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #9983ba; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #71569a; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #9983ba; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-orange.css b/css/sherman-orange.css index c54b267..cd99f8a 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: white; + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #fa6900; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #ff9547; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #fa6900; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #ff9547; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-pink.css b/css/sherman-pink.css index 1cd5a66..98d148d 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.8); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #56a356; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #86bf86; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #56a356; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #86bf86; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-purple.css b/css/sherman-purple.css index fb3cc1b..bed78ed 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: white; + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: rgba(255, 255, 255, 0.9); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: rgba(255, 255, 255, 0.9); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: rgba(255, 255, 255, 0.9); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #9e398a; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #be4ca7; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #9e398a; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #be4ca7; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-red.css b/css/sherman-red.css index 1c0ea43..18b5dc6 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: white; + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: #cccccc; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: #cccccc; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: #cccccc; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #b02e36; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #9c2930; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #b02e36; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #9c2930; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-redorange.css b/css/sherman-redorange.css index 24e5637..647576a 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.9); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #c22e28; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #dd5f5a; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #c22e28; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #dd5f5a; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-skyblue.css b/css/sherman-skyblue.css index 24c44aa..5ccfefa 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: white; + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: rgba(255, 255, 255, 0.8); + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #f6562c; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #f76a44; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #f6562c; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #f76a44; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-teal.css b/css/sherman-teal.css index 8fb9e2c..cdb6db8 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(255, 255, 255, 0.6); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #86507c; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #ad76a3; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #86507c; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #ad76a3; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/css/sherman-yellow.css b/css/sherman-yellow.css index efc50d7..777a82d 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -11045,6 +11045,56 @@ body { margin-top: -2px !important; } } +#masthead #nav-wrapper #nav-tabs { + padding-bottom: 1px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a { + color: rgba(0, 0, 0, 0.8); + border: none; + padding: 13px 15px; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:hover { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:active { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li a:focus { + color: white; + background-color: transparent; + border: none; +} +#masthead #nav-wrapper #nav-tabs .nav-tabs li.current-menu-item a { + background-color: white; + color: #333; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a { + color: #9921a6; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li a:hover { + color: #c93bd8; +} +#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar li.current-menu-item a { + background-color: #efefef; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a { + background-color: white; + color: #9921a6; + cursor: pointer; +} +#masthead #nav-wrapper #nav-tabs #tabs-top li.current_page_parent a:hover { + color: #c93bd8; + background-color: white; +} .navbar-default .navbar-brand { color: white; diff --git a/sass/_sherman-common.scss b/sass/_sherman-common.scss index 986f3d2..055d335 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -205,6 +205,81 @@ body{ margin-top:-2px !important; } } + + #nav-tabs { + padding-bottom:1px; + .nav-tabs { + li { + a { + color:$navbar-default-link-color; + border:none; + padding: 13px 15px; + + &:hover { + color:$navbar-default-link-hover-color; + background-color:transparent; + border:none; + } + &:active { + color:$navbar-default-link-hover-color; + background-color:transparent; + border:none; + } + &:focus { + color:$navbar-default-link-hover-color; + background-color:transparent; + border:none; + } + } + + &.current-menu-item { + a { + background-color: white; + color: #333; + } + } + } + } + + #tabs-bottom .navbar { + background-color: white; + border-left: 1px solid #ededed; + margin: 1px 0 -1px; + + li { + a { + color:$link-color; + + &:hover { + color:$link-hover-color; + } + } + + &.current-menu-item { + a { + background-color: #efefef; + } + } + } + } + + #tabs-top { + li { + &.current_page_parent { + a { + background-color: white; + color:$link-color; + cursor: pointer; + + &:hover { + color:$link-hover-color; + background-color:white; + } + } + } + } + } + } //end nav-tabs } } diff --git a/sass/_sherman-variables-black.scss b/sass/_sherman-variables-black.scss index 10d0b15..7315765 100644 --- a/sass/_sherman-variables-black.scss +++ b/sass/_sherman-variables-black.scss @@ -11,7 +11,7 @@ */ -$header-border: #363636; +$header-border: #363636; $title_parent: #eee; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-blue.scss b/sass/_sherman-variables-blue.scss index d0be54e..a648b26 100644 --- a/sass/_sherman-variables-blue.scss +++ b/sass/_sherman-variables-blue.scss @@ -11,7 +11,7 @@ */ -$header-border: #273a60; +$header-border: #273a60; $title_parent: #7c878e; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-brightyellow.scss b/sass/_sherman-variables-brightyellow.scss index c2baf4f..5fc4456 100644 --- a/sass/_sherman-variables-brightyellow.scss +++ b/sass/_sherman-variables-brightyellow.scss @@ -11,7 +11,7 @@ */ -$header-border: #f2e15d; +$header-border: #f2e15d; $title_parent: rgba(0,0,0,1); $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-common.scss b/sass/_sherman-variables-common.scss index f9e4f79..76360ed 100644 --- a/sass/_sherman-variables-common.scss +++ b/sass/_sherman-variables-common.scss @@ -9,7 +9,7 @@ $header-border: #fff !default; $border-radius-base: 0px; $border-radius-large: 4px; -$border-radius-small: 4px; +$border-radius-small: 4px; $navbar-margin-bottom: 0; $navbar-collapse-max-height: none; diff --git a/sass/_sherman-variables-green.scss b/sass/_sherman-variables-green.scss index 5a87195..ebf303c 100644 --- a/sass/_sherman-variables-green.scss +++ b/sass/_sherman-variables-green.scss @@ -11,7 +11,7 @@ */ -$header-border: #1a7a43; +$header-border: #1a7a43; $title_parent: #eee; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-grey.scss b/sass/_sherman-variables-grey.scss index 88939b8..ccaaee5 100644 --- a/sass/_sherman-variables-grey.scss +++ b/sass/_sherman-variables-grey.scss @@ -11,7 +11,7 @@ */ -$header-border: #273a60; +$header-border: #273a60; $title_parent: #0b1860; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-hotpink.scss b/sass/_sherman-variables-hotpink.scss index 8207d6d..fb61107 100644 --- a/sass/_sherman-variables-hotpink.scss +++ b/sass/_sherman-variables-hotpink.scss @@ -11,7 +11,7 @@ */ -$header-border: #ef3473; +$header-border: #ef3473; $title_parent: rgba(255,255,255, 1); $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-huntergreen.scss b/sass/_sherman-variables-huntergreen.scss index 409bcb3..fb93d89 100644 --- a/sass/_sherman-variables-huntergreen.scss +++ b/sass/_sherman-variables-huntergreen.scss @@ -12,7 +12,7 @@ */ $header-border: #153916; - + $title_parent: #eee; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-lavender.scss b/sass/_sherman-variables-lavender.scss index 8516ee1..0e2a5af 100644 --- a/sass/_sherman-variables-lavender.scss +++ b/sass/_sherman-variables-lavender.scss @@ -11,7 +11,7 @@ */ -$header-border: #764d85; +$header-border: #764d85; $title_parent: rgba(255,255,255, 1); $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-orange.scss b/sass/_sherman-variables-orange.scss index 4b39e9d..4791a34 100644 --- a/sass/_sherman-variables-orange.scss +++ b/sass/_sherman-variables-orange.scss @@ -11,7 +11,7 @@ */ -$header-border: #fa6900; +$header-border: #fa6900; $title_parent: #fff; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-pink.scss b/sass/_sherman-variables-pink.scss index efad1ae..cbaa360 100644 --- a/sass/_sherman-variables-pink.scss +++ b/sass/_sherman-variables-pink.scss @@ -11,7 +11,7 @@ */ -$header-border: #d88c90; +$header-border: #d88c90; $title_parent: rgba(255,255,255, 1); $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-purple.scss b/sass/_sherman-variables-purple.scss index 34e75b8..d6e528b 100644 --- a/sass/_sherman-variables-purple.scss +++ b/sass/_sherman-variables-purple.scss @@ -11,7 +11,7 @@ */ -$header-border: #490a3d; +$header-border: #490a3d; $title_parent: #fff; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-red.scss b/sass/_sherman-variables-red.scss index 2aa10b9..d6da209 100644 --- a/sass/_sherman-variables-red.scss +++ b/sass/_sherman-variables-red.scss @@ -46,7 +46,7 @@ $link-hover-color: darken($link-color, 5%) !default; $ecw-icon-month-bg: #f5f5f5; $ecw-icon-month-color: #b02e36; $ecw-icon-day-bg: #f5f5f5; -$ecw-icon-day-color: #6b6b6b; +$ecw-icon-day-color: #6b6b6b; $ecw-title-color: #6b6b6b; $ecw-time-color: #b02e36; diff --git a/sass/_sherman-variables-redorange.scss b/sass/_sherman-variables-redorange.scss index 0cf53af..46166e8 100644 --- a/sass/_sherman-variables-redorange.scss +++ b/sass/_sherman-variables-redorange.scss @@ -11,7 +11,7 @@ */ -$header-border: #c22e28; +$header-border: #c22e28; $title_parent: rgba(255,255,255, .9); $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-skyblue.scss b/sass/_sherman-variables-skyblue.scss index e5e64b4..91b7b4c 100644 --- a/sass/_sherman-variables-skyblue.scss +++ b/sass/_sherman-variables-skyblue.scss @@ -11,7 +11,7 @@ */ -$header-border: #24a6ca; +$header-border: #24a6ca; $title_parent: #fff; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-teal.scss b/sass/_sherman-variables-teal.scss index 739a3a3..140ba9e 100644 --- a/sass/_sherman-variables-teal.scss +++ b/sass/_sherman-variables-teal.scss @@ -11,7 +11,7 @@ */ -$header-border: #363636; +$header-border: #363636; $title_parent: #eee; $title_parentHover: darken($title_parent, 15%); diff --git a/sass/_sherman-variables-yellow.scss b/sass/_sherman-variables-yellow.scss index b431494..1405b38 100644 --- a/sass/_sherman-variables-yellow.scss +++ b/sass/_sherman-variables-yellow.scss @@ -11,7 +11,7 @@ */ -$header-border: #e3cc04; +$header-border: #e3cc04; $title_parent: rgba(0,0,0, .8); $title_parentHover: darken($title_parent, 15%);