From 07a7560954197b81b1c93b2e46aabe5765d83758 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Wed, 23 Jul 2014 17:11:29 -0400 Subject: [PATCH] new nivo slider effects. added correct nivo slider size. added new container to site for shadow. new style for new shadow container. --- Toolkit/RotatingImages/config.ini | 11 +++++++++-- styles.css | 10 +++++++++- templates/template.html | 2 ++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Toolkit/RotatingImages/config.ini b/Toolkit/RotatingImages/config.ini index 1b3b355..e575408 100644 --- a/Toolkit/RotatingImages/config.ini +++ b/Toolkit/RotatingImages/config.ini @@ -3,8 +3,8 @@ applicationName = "Homepage Slideshow" useTitles = On hasPrevNextLinks = Off -width = 505 -height = 303 +width = 720 +height = 480 ; time between the fades in milliseconds [rotation time] @@ -26,3 +26,10 @@ transition[] = "sliceUpDownLeft" transition[] = "fold" transition[] = "fade" transition[] = "random" +transition[] = "slideInRight" +transition[] = "slideInLeft" +transition[] = "boxRandom" +transition[] = "boxRain" +transition[] = "boxRainReverse" +transition[] = "boxRainGrow" +transition[] = "boxRainGrowReverse" diff --git a/styles.css b/styles.css index 3358754..b8ee38d 100755 --- a/styles.css +++ b/styles.css @@ -1,6 +1,14 @@ -.inner-wrap>section>.row { +.inner-wrap>section>#wrapper { box-shadow: 0 0 10px rgba(0, 0, 0, .5); + +-webkit-box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5); + -moz-box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5); + box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5); + + width: 62.5rem; + margin: 0 auto; } + body { background-color: #e8e5db; background-image: url(assets/bg.jpg); diff --git a/templates/template.html b/templates/template.html index 7eb2f2b..275e026 100755 --- a/templates/template.html +++ b/templates/template.html @@ -33,6 +33,7 @@
+
-- 2.17.1