From 69e0b04d4d1bfc11bbc0844411cefefacd7c6fc0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 24 Nov 2015 15:34:27 -0500 Subject: [PATCH] boxshadow and slideshow work --- css/app.css | 14 +++++++------- scss/_page.header.scss | 8 ++++---- scss/_slideshow.scss | 2 +- scss/_topbar.scss | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/css/app.css b/css/app.css index 0be8f21..7af38ef 100644 --- a/css/app.css +++ b/css/app.css @@ -6342,10 +6342,10 @@ header { background: #FFFFFF; z-index: 25; height: 48px; - box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -ms-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -moz-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -webkit-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); } + box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -ms-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -moz-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -webkit-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); } header .social { margin-left: -28px; margin-top: 0; } @@ -6506,7 +6506,7 @@ header .searchform input[type="submit"]:hover { position: relative; border-bottom: 2px solid #FFFFFF; border-top: 2px solid #FFFFFF; - margin-top: 95px; + margin-top: 116px; box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); @@ -6517,7 +6517,7 @@ header .searchform input[type="submit"]:hover { .top-logo { position: absolute; z-index: 2; - margin-top: 52px; } + margin-top: 80px; } .top-logo img { margin-left: -5px; } @@ -7016,7 +7016,7 @@ main a { box-shadow: none; } #slideshow { - top: -91px; + top: -113px; position: relative; max-height: 640px; overflow: hidden; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 4f661fc..2787e51 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -51,10 +51,10 @@ header { background: $white; z-index: 25; height: 48px; - box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -ms-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -moz-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); - -webkit-box-shadow: inset 0px -8px 10px -8px rgba(0, 0, 0, 0.6); + box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -ms-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -moz-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); + -webkit-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); } // #sec-nav { // position: relative; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 89bd9fe..43d4fa9 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -1,5 +1,5 @@ #slideshow { - top: -91px; + top: -113px; position: relative; max-height: 640px; overflow: hidden; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index ee8aebb..299dece 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -38,7 +38,7 @@ position: relative; border-bottom: 2px solid $white; border-top: 2px solid $white; - margin-top: 95px; + margin-top: 116px; box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); @@ -49,7 +49,7 @@ .top-logo { position: absolute; z-index: 2; - margin-top: 52px; + margin-top: 80px; img { margin-left: -5px; } -- 2.17.1