Adjusted footer gradient transparency settings in _gradient.scss
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Oct 2015 19:59:29 +0000 (15:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Oct 2015 19:59:29 +0000 (15:59 -0400)
css/app.css
scss/mixins/_gradient.scss

index 0a3279d..c353c17 100644 (file)
@@ -6617,9 +6617,9 @@ img.alignleft, img.alignright, img.aligncenter, img.alignnone, div.wp-caption im
   max-width: 100%;
   text-align: center; }
   #searchform div input.blogbutton {
-    background: -webkit-linear-gradient(top, #1999ce 60%, #107098 100%);
-    background: -moz-linear-gradient(center top, #1999ce 60%, #107098 100%);
-    background: -ms-linear-gradient(top, #1999ce 60%, #107098 100%);
+    background: -webkit-linear-gradient(top, #1999ce 70%, #107098 100%);
+    background: -moz-linear-gradient(center top, #1999ce 70%, #107098 100%);
+    background: -ms-linear-gradient(top, #1999ce 70%, #107098 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1999ce', endColorstr='#00ffffff',GradientType=0 ); }
 
 #blog-side-info {
@@ -6982,9 +6982,9 @@ html {
   background-color: rgba(47, 77, 79, 0.65); }
 
 main.page-front #content-wrapper {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
   main.page-front #content-wrapper #main-content {
     background: #FFFFFF;
@@ -7023,9 +7023,9 @@ main.page-front #content-wrapper {
       main.page-front #content-wrapper a.action-block img {
         margin: 35px 0 30px; } }
 main.page-inside #content-wrapper {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
   main.page-inside #content-wrapper .featured-image {
     min-height: 525px;
@@ -7059,9 +7059,9 @@ main.page-inside #content-wrapper {
       main.page-inside #content-wrapper .headline {
         margin-top: -110px; } }
   main.page-inside #content-wrapper #main-content {
-    background: -webkit-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-    background: -moz-linear-gradient(center top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
-    background: -ms-linear-gradient(top, #2f4d4f 60%, rgba(255, 255, 255, 0) 100%);
+    background: -webkit-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+    background: -moz-linear-gradient(center top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
+    background: -ms-linear-gradient(top, #2f4d4f 70%, rgba(255, 255, 255, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
     main.page-inside #content-wrapper #main-content .breadcrumbs > * {
       font-style: italic; }
@@ -7326,21 +7326,21 @@ input[type="submit"].blogbutton {
     color: white; }
 
 .blog-single {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, transparent 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, transparent 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, transparent 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, transparent 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, transparent 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, transparent 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
 
 .blog-home {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, transparent 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, transparent 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, transparent 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, transparent 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, transparent 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, transparent 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
 
 .blog-archive {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, transparent 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, transparent 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, transparent 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, transparent 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, transparent 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, transparent 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
 
 #blog-posts-over {
@@ -7531,9 +7531,9 @@ input[type="submit"].blogbutton {
         right: 0; }
 
 .search-results {
-  background: -webkit-linear-gradient(top, #2f4d4f 60%, transparent 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 60%, transparent 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 60%, transparent 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 70%, transparent 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 70%, transparent 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 70%, transparent 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
   .search-results .search-result-header {
     background: url(../assets/home-pg-content-header-map-image.jpg) repeat-y;
index 6030529..477902c 100644 (file)
@@ -4,9 +4,9 @@
 */
 
 @mixin gradient($from, $to) {
-    background: -webkit-linear-gradient(top, $from 60%, $to 100%);
-    background: -moz-linear-gradient(center top, $from 60%, $to 100%);
-    background: -ms-linear-gradient(top, $from 60%, $to 100%);
+    background: -webkit-linear-gradient(top, $from 70%, $to 100%);
+    background: -moz-linear-gradient(center top, $from 70%, $to 100%);
+    background: -ms-linear-gradient(top, $from 70%, $to 100%);
 //    filter: progid:DXIm-ageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}');
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{$from}', endColorstr='#00ffffff',GradientType=0 );
 //    filter: none;