From: Laury GvR Date: Fri, 15 Aug 2014 19:04:36 +0000 (-0400) Subject: Slideshow changes now only affect homepage images X-Git-Tag: V1.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5a7e14a74146513c04db3dbbfd17d9967fb38179;p=web%2FKeweenaw.git Slideshow changes now only affect homepage images --- diff --git a/styles.css b/styles.css index 8fa7f44..1e04d01 100644 --- a/styles.css +++ b/styles.css @@ -430,17 +430,18 @@ nav.top-bar .top-bar-section > ul > li .dropdown li:last-child a { border-bottom: none; } .top-bar-section .left li .dropdown li .dropdown { + background-color: rgba(255,255,255,0.5); left: auto; - border: 1px solid #b1b3b6; - border-top-right-radius: 6px; - border-top-left-radius: 6px; + border: none; +} +.top-bar-section .left li .dropdown li .dropdown li { +/* opacity: 1.0 !important;*/ + border: 1px solid #b1b3b6 !important; + border-radius: 6px; border-color: -moz-use-text-color #b1b3b6 #b1b3b6; border-style: none solid solid; border-width: medium 1px 1px; } -.top-bar-section .left li .dropdown li .dropdown li { -/* left: -100px;*/ -} nav.top-bar .toggle-topbar.menu-icon > a { font-size: 20px; font-weight: 400; @@ -585,14 +586,14 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open { } @media (min-width: 800px) { - .nivo-caption { + #home .nivo-caption { left: 15% !important; width: 70% !important; } } @media (min-width: 980px) { - .nivo-caption { + #home .nivo-caption { left: 5% !important; width: 90% !important; } @@ -617,7 +618,7 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open { margin: 0 auto; min-height: 370px; } -.nivo-caption { +#home .nivo-caption { left: 25%; width: 50%; } diff --git a/templates/template.html b/templates/template.html index f8690f8..66c2745 100644 --- a/templates/template.html +++ b/templates/template.html @@ -206,26 +206,5 @@ {bottomScripts:h} -