applicationName = "Homepage Slideshow"
useTitles = On
hasPrevNextLinks = Off
-width = 505
-height = 303
+width = 720
+height = 480
; time between the fades in milliseconds
[rotation time]
transition[] = "fold"
transition[] = "fade"
transition[] = "random"
+transition[] = "slideInRight"
+transition[] = "slideInLeft"
+transition[] = "boxRandom"
+transition[] = "boxRain"
+transition[] = "boxRainReverse"
+transition[] = "boxRainGrow"
+transition[] = "boxRainGrowReverse"
-.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
<section>
+ <div id="wrapper">
<div class="row">
<div class="large-12 columns" id="header">
<a href="{homePageUrl:h}">
<p>Copyright©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>