From: Ian Weller Date: Tue, 2 Feb 2016 21:29:01 +0000 (-0500) Subject: applied gradient to bg-container area X-Git-Tag: v1.0.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9c8b9c9799ba67275779db0b773691e573795217;p=WP-Themes%2Fsaultstemarie.git applied gradient to bg-container area --- diff --git a/css/app.css b/css/app.css index de796bc..5ea69ac 100644 --- a/css/app.css +++ b/css/app.css @@ -6683,27 +6683,27 @@ header { #headerLinks { top: -1px; } -main.page-front { - background: -webkit-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); - background: -moz-linear-gradient(center top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); - background: -ms-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); +@media screen and (max-width: 1024px) { + main.page-front { + padding: 0; } } +main.page-front #content-wrapper { + background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); } - @media screen and (max-width: 1024px) { - main.page-front { - padding: 0; } } main.page-front #content-wrapper #main-content { margin: 37px auto; } main.page-inside { - padding-top: 2px; - background: -webkit-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); - background: -moz-linear-gradient(center top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); - background: -ms-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%); - filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); } + padding-top: 2px; } @media screen and (max-width: 1024px) { main.page-inside { padding: 0; } } main.page-inside #content-wrapper { + background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); min-height: 250px; } main.page-inside #content-wrapper #main-content { background: #FFFFFF; @@ -6777,9 +6777,9 @@ main.page-inside { margin-top: 25px; padding-top: 0; } .blocks #block-1.blocks:before, .blocks #block-2.blocks:before, .blocks #block-3.blocks:before { - background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 92%, #000000 100%); - background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 92%, #000000 100%); - background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 92%, #000000 100%); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 51%, #000000 100%); + background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 51%, #000000 100%); + background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 51%, #000000 100%); filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=rgba(255, 255, 255, 0), EndColorStr=#000000; position: absolute; content: ''; @@ -7409,6 +7409,13 @@ header .searchform input[type="submit"]:hover, header .searchformHeader input[ty #action-items a img { padding: 10px; } } +#back_grad { + background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); + height: 1000px; } + footer { background: #3a8bb6; padding: 20px 0 10px; } diff --git a/footer.php b/footer.php index 28d2d5d..8f55f79 100644 --- a/footer.php +++ b/footer.php @@ -11,6 +11,8 @@
+
+