From 4333e406d54d1e0ff08f5d22fa9dbf2e7266b72f Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 21 Jul 2014 14:08:40 -0400 Subject: [PATCH] Events output adjusted. slideshow controller bottom center main nav hover effect --- .../templates/rotatingImages.html | 7 ++++--- styles.css | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) mode change 100644 => 100755 Toolkit/RotatingImages/templates/rotatingImages.html diff --git a/Toolkit/RotatingImages/templates/rotatingImages.html b/Toolkit/RotatingImages/templates/rotatingImages.html old mode 100644 new mode 100755 index 7a63826..6005c7a --- a/Toolkit/RotatingImages/templates/rotatingImages.html +++ b/Toolkit/RotatingImages/templates/rotatingImages.html @@ -10,9 +10,10 @@ display: block; position: absolute; z-index: 999; - top: -10px; - right: 10px; - } + bottom: 10px; + text-align: center; + width: 100%; +} #slider-wrapper { width: 100%; height: auto; diff --git a/styles.css b/styles.css index 56ceed7..2977350 100755 --- a/styles.css +++ b/styles.css @@ -75,13 +75,18 @@ a { float: left; } #header nav a { - line-height: 66px; + line-height: 26px; color: white; display: block; padding-left: 20px; padding-right: 20px; + padding: 20px; text-decoration: none; } +#header nav a:hover { + background: rgba(255, 255, 255, .2); + } + /* Slideshow */ #homeSlide { margin-top: 15px; @@ -233,9 +238,17 @@ a { margin-bottom: .5em; display: block; } +#eventItemWrapper a { + text-decoration: none; + } +#eventItemWrapper a:last-child { + color: white; + font-size: 12px; + text-decoration: underline; + } #eventItemWrapper .cEventTitle { font-weight: bold; -` font-weight: 13px; + font-weight: 13px; } #eventItemWrapper .cEventTitle, #eventItemWrapper .cEventDate, -- 2.17.1