new nivo slider effects. added correct nivo slider size. added new container to site...
authorOve Klykken <ove@gaslightmedia.com>
Wed, 23 Jul 2014 21:11:29 +0000 (17:11 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Wed, 23 Jul 2014 21:11:29 +0000 (17:11 -0400)
Toolkit/RotatingImages/config.ini
styles.css
templates/template.html

index 1b3b355..e575408 100644 (file)
@@ -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"
index 3358754..b8ee38d 100755 (executable)
@@ -1,6 +1,14 @@
-.inner-wrap>section>.row {\r
+.inner-wrap>section>#wrapper {\r
     box-shadow: 0 0 10px rgba(0, 0, 0, .5);\r
+    \r
+-webkit-box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5);\r
+   -moz-box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5);\r
+        box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5);\r
+\r
+    width: 62.5rem;\r
+    margin: 0 auto;\r
     }\r
+\r
 body {\r
     background-color: #e8e5db;\r
     background-image: url(assets/bg.jpg);\r
index 7eb2f2b..275e026 100755 (executable)
@@ -33,6 +33,7 @@
 
 
                 <section>
+                <div id="wrapper">
                     <div class="row">
                         <div class="large-12 columns" id="header">
                             <a href="{homePageUrl:h}">
                             <p>Copyright&copy;2014 City of Mackinac Island. Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>. All Rights Reserved.    </p>
                         </div>
                     </div>
+                </div><!-- /#wrapper -->
                 </section>