Slideshow changes now only affect homepage images
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 Aug 2014 19:04:36 +0000 (15:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 Aug 2014 19:05:16 +0000 (15:05 -0400)
styles.css
templates/template.html

index 8fa7f44..1e04d01 100644 (file)
@@ -430,17 +430,18 @@ nav.top-bar .top-bar-section > ul > li .dropdown li:last-child a {
   border-bottom: none;
 }
 .top-bar-section .left li .dropdown li .dropdown {
+    background-color: rgba(255,255,255,0.5);
     left: auto;
-    border: 1px solid #b1b3b6;
-    border-top-right-radius: 6px;
-    border-top-left-radius: 6px;
+    border: none;
+}
+.top-bar-section .left li .dropdown li .dropdown li {
+/*    opacity: 1.0 !important;*/
+    border: 1px solid #b1b3b6 !important;
+    border-radius: 6px;
     border-color: -moz-use-text-color #b1b3b6 #b1b3b6;
     border-style: none solid solid;
     border-width: medium 1px 1px;
 }
-.top-bar-section .left li .dropdown li .dropdown li {
-/*    left: -100px;*/
-}
 nav.top-bar .toggle-topbar.menu-icon > a {
   font-size: 20px;
   font-weight: 400;
@@ -585,14 +586,14 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open {
 }
 
 @media (min-width: 800px) {
-    .nivo-caption {
+    #home .nivo-caption {
         left: 15% !important;
         width: 70% !important;
     }
 }
 
 @media (min-width: 980px) {
-    .nivo-caption {
+    #home .nivo-caption {
         left: 5% !important;
         width: 90% !important;
     }
@@ -617,7 +618,7 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open {
   margin: 0 auto;
   min-height: 370px;
 }
-.nivo-caption {
+#home .nivo-caption {
     left: 25%;
     width: 50%;
 }
index f8690f8..66c2745 100644 (file)
       </div>
     </div>
     {bottomScripts:h}
-    <script>
-        
-//        $(document).ready(function(){
-//            var width2 = $(".header-image").width();
-//            
-//            console.log(width2);
-//            console.log($(".header-image").width());
-//            var width3 = $(".nivo-caption").width();
-//            console.log(width3);
-//            $(".nivo-caption").width(width2);
-//            console.log($(".nivo-caption").width());
-//        });
-
-        $( ".nivo-main-image" ).resize(function() {
-            console.log($('.nivo-caption').parent().parent().parent().parent().width());
-        });
-//        $( ".nivo-main-image" ).resize(function() {
-//            $( ".nivo-caption" ).width( $(".header-image").width());
-            console.log("ding");
-//        });
-    </script>
   </body>
 </html>