Full-width background slideshow
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Apr 2015 17:37:21 +0000 (13:37 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Apr 2015 17:37:21 +0000 (13:37 -0400)
header.php
scss/_settings.scss
scss/_structure.scss

index a14f33d..9d22823 100644 (file)
@@ -10,6 +10,7 @@
     <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
+  <?php echo do_shortcode("[metaslider id=39]") ?>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
index 910be21..393bb31 100644 (file)
@@ -157,12 +157,12 @@ $green          :#547260;
 // - - - - - - - - - - - - - - - - - - - - - - - - -
 
 // $small-range: (0em, 40em);
-// $medium-range: (40.063em, 64em);
+$medium-range: (40.063em, 64em);
 // $large-range: (64.063em, 90em);
 // $xlarge-range: (90.063em, 120em);
 // $xxlarge-range: (120.063em, 99999999em);
 
-// $screen: "only screen";
+$screen: "only screen";
 
 // $landscape: "#{$screen} and (orientation: landscape)";
 // $portrait: "#{$screen} and (orientation: portrait)";
@@ -170,9 +170,9 @@ $green          :#547260;
 // $small-up: $screen;
 // $small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})";
 
-// $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
-// $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
-
+ $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
+ $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
+ $medium-down: "#{$screen} and (max-width: #{upper-bound($medium-range)})";
 // $large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})";
 // $large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})";
 
index 19c63a5..64bbf95 100644 (file)
@@ -8,8 +8,8 @@
 //    src: url(../assets/font/Rage Italic.ttf);
 //}
 body {
-    background: url(../assets/bkgrd.jpg) no-repeat fixed;
-    background-size: cover;
+    //background: url(../assets/bkgrd.jpg) no-repeat fixed;
+    //background-size: cover;
 }
     /*Fonts*/
 h1 {
@@ -545,4 +545,29 @@ footer {
 //    font-size: 50px;
 //    color: $white;
 //    text-transform: none;
-//}
\ No newline at end of file
+//}
+
+
+/* Metaslider */
+.metaslider {
+    z-index: -1;
+    position:fixed !important;
+}
+.metaslider, .metaslider div, .metaslider div img {
+    top:0;
+    right:0;
+    bottom:0;
+    left:0;
+    min-width:1440 !important;
+    min-height:900 !important;
+    @media #{$medium-down} {
+        width: auto !important;
+    }
+}
+/* End Metaslider */
+
+/* Ai1EC */
+#ai1ec-container a {
+    color: white;
+}
+/* End Ai1EC */
\ No newline at end of file