removed inline slideshow styles
authorOve Klykken <klykken@gmail.com>
Tue, 15 Jul 2014 15:18:47 +0000 (11:18 -0400)
committerOve Klykken <klykken@gmail.com>
Tue, 15 Jul 2014 15:18:47 +0000 (11:18 -0400)
new admin logo
no border on images
more main nav colors
doctype

Toolkit/RotatingImages/templates/rotatingImages.html
images/logo.gif
styles.css
templates/template.html

index 4a603ae..4eb05f0 100644 (file)
@@ -1,24 +1,3 @@
-<style>
-.nivo-caption {
-    background: #369 !important;
-    background: rgba(51,102,153,0.8) !important;
-    }
-.nivo-caption span {
-    float: right;
-    }
-.nivo-controlNav {
-    display: block;
-    position: absolute;
-    z-index: 999;
-    bottom: 10px;
-    right: 50%;
-    }
-#slider-wrapper {
-    width: 100%;
-    height: auto;
-    position: relative;
-    }
-</style>
 {if:images}
 <div id="slider-wrapper" class="slider-wrapper theme-default">
     <div class="ribbon"></div>
index cb56683..fe9ef0e 100755 (executable)
Binary files a/images/logo.gif and b/images/logo.gif differ
index b7310c7..1dd7581 100644 (file)
@@ -1,6 +1,9 @@
 a {\r
     color: #333;\r
     }\r
+img {\r
+    border: 0;\r
+    }\r
 .clearfix:before,\r
 .clearfix:after {\r
     content: " ";\r
@@ -46,6 +49,8 @@ nav {
     right: 20px;\r
     z-index: 10;\r
     background: rgba(255, 255, 255, .3);\r
+    background: rgba(0, 0, 0, .4);\r
+    \r
     border-radius: 5px;\r
     padding: 10px;\r
     }\r
@@ -67,11 +72,11 @@ nav>ul>li>a {
     font-weight: bold;\r
     font-size: 18px;\r
     text-decoration: none;\r
-    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);\r
+    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .4); */\r
     }\r
 nav a:hover {\r
     color: #8b0304;\r
-    text-shadow: 1px 1px 1px rgba(255, 255, 255, .0);\r
+    text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);\r
     }\r
 nav li ul {\r
     padding: 0;\r
@@ -169,6 +174,24 @@ nav li ul li a:hover {
     margin: 0 0 0 40px;\r
     color: white;\r
     }\r
+/* Slideshow */\r
+#slideshow {\r
+    position: relative;\r
+    }\r
+.nivo-caption {\r
+    display: none !important;\r
+    }\r
+\r
+.nivo-controlNav {\r
+display: block;\r
+position: absolute;\r
+z-index: 999;\r
+bottom: 10px;\r
+width: 100%;\r
+    text-align: center;\r
+        \r
+}\r
+    \r
 /* Property Images */\r
 #propertyImages, #propertyImages li {\r
     list-style-type: none;\r
index 9b638e6..05a8862 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
     <meta charset="utf-8">
     <title>{pageTitle:h}</title>