From d1d746fbe0094ce47a67d7ca93a5fe67a091e54d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 24 Apr 2015 13:37:21 -0400 Subject: [PATCH] Full-width background slideshow --- header.php | 1 + scss/_settings.scss | 10 +++++----- scss/_structure.scss | 31 ++++++++++++++++++++++++++++--- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/header.php b/header.php index a14f33d..9d22823 100644 --- a/header.php +++ b/header.php @@ -10,6 +10,7 @@ +
diff --git a/scss/_settings.scss b/scss/_settings.scss index 910be21..393bb31 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -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)})"; diff --git a/scss/_structure.scss b/scss/_structure.scss index 19c63a5..64bbf95 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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 -- 2.17.1