From: Ove Klykken Date: Tue, 15 Jul 2014 15:18:47 +0000 (-0400) Subject: removed inline slideshow styles X-Git-Tag: v1.0^2~19^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1ee6a5edbd4a505343fb8df76fb12055bb9ee69c;p=web%2FBigFore.git removed inline slideshow styles new admin logo no border on images more main nav colors doctype --- diff --git a/Toolkit/RotatingImages/templates/rotatingImages.html b/Toolkit/RotatingImages/templates/rotatingImages.html index 4a603ae..4eb05f0 100644 --- a/Toolkit/RotatingImages/templates/rotatingImages.html +++ b/Toolkit/RotatingImages/templates/rotatingImages.html @@ -1,24 +1,3 @@ - {if:images}
diff --git a/images/logo.gif b/images/logo.gif index cb56683..fe9ef0e 100755 Binary files a/images/logo.gif and b/images/logo.gif differ diff --git a/styles.css b/styles.css index b7310c7..1dd7581 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,9 @@ a { color: #333; } +img { + border: 0; + } .clearfix:before, .clearfix:after { content: " "; @@ -46,6 +49,8 @@ nav { right: 20px; z-index: 10; background: rgba(255, 255, 255, .3); + background: rgba(0, 0, 0, .4); + border-radius: 5px; padding: 10px; } @@ -67,11 +72,11 @@ nav>ul>li>a { font-weight: bold; font-size: 18px; text-decoration: none; - text-shadow: 1px 1px 1px rgba(0, 0, 0, .4); + /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .4); */ } nav a:hover { color: #8b0304; - text-shadow: 1px 1px 1px rgba(255, 255, 255, .0); + text-shadow: 1px 1px 1px rgba(255, 255, 255, .4); } nav li ul { padding: 0; @@ -169,6 +174,24 @@ nav li ul li a:hover { margin: 0 0 0 40px; color: white; } +/* Slideshow */ +#slideshow { + position: relative; + } +.nivo-caption { + display: none !important; + } + +.nivo-controlNav { +display: block; +position: absolute; +z-index: 999; +bottom: 10px; +width: 100%; + text-align: center; + +} + /* Property Images */ #propertyImages, #propertyImages li { list-style-type: none; diff --git a/templates/template.html b/templates/template.html index 9b638e6..05a8862 100644 --- a/templates/template.html +++ b/templates/template.html @@ -1,3 +1,4 @@ + {pageTitle:h}