From: Ian Weller Date: Wed, 13 Apr 2016 13:37:33 +0000 (-0400) Subject: graphic updates X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=17f604cdb7a731736a0017bc0247a59623b1441d;p=WP-Themes%2Fgaslightmedia.git graphic updates --- diff --git a/assets/ready-to-get-started-3.png b/assets/ready-to-get-started-3.png new file mode 100644 index 0000000..5e70004 Binary files /dev/null and b/assets/ready-to-get-started-3.png differ diff --git a/assets/view-our-portfolio-3.png b/assets/view-our-portfolio-3.png new file mode 100644 index 0000000..a137b68 Binary files /dev/null and b/assets/view-our-portfolio-3.png differ diff --git a/css/app.css b/css/app.css index 6c9e29b..3046d62 100644 --- a/css/app.css +++ b/css/app.css @@ -6612,22 +6612,22 @@ h2#block-title { #portfolio_contact a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0 0; display: inline-block; margin: 15px 0 50px; } #portfolio_contact a#portfolio:hover { - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0px -121px; } #portfolio_contact a#contact-button { height: 69px; width: 219px; - background: url(../assets/ready-to-get-started.jpg) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; display: inline-block; margin: 47px 0 50px; } #portfolio_contact a#contact-button:hover { - background: url(../assets/ready-to-get-started.jpg) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0px -79px; } #content-back { @@ -7353,19 +7353,19 @@ input[type="submit"].blogbutton { .sidebar a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0 0; display: block; margin: 15px 0 0; } .sidebar a#portfolio:hover { - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0px -121px; } .sidebar a#ready { display: block; height: 70px; width: 219px; margin-top: 50px; - background: url(../assets/ready-to-get-started.jpg); + background: url(../assets/ready-to-get-started-3.png); background-position: 0 0; } .sidebar a#ready:hover { background-position: 0 69px; } @@ -7765,11 +7765,11 @@ aside.right-off-canvas-menu ul.open { margin: 0 auto; height: 71px; width: 219px; - background: url(../assets/ready-to-get-started.png) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; display: block; } .right-off-canvas-menu ul#off-extras li a#ready-off:hover { - background: url(../assets/ready-to-get-started.png) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0px -77px; } .right-off-canvas-menu ul#off-extras li a#right-social { position: absolute; diff --git a/scss/_main.scss b/scss/_main.scss index ff24501..c999c69 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -131,24 +131,24 @@ h2#block-title { a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0 0; display: inline-block; margin: 15px 0 50px; &:hover { - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0px -121px; } } a#contact-button { height: 69px; width: 219px; - background: url(../assets/ready-to-get-started.jpg) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; display: inline-block; margin: 47px 0 50px; &:hover { - background: url(../assets/ready-to-get-started.jpg) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0px -79px; } } diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 7d3a050..236c0b5 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -103,11 +103,11 @@ aside.right-off-canvas-menu ul.open { margin: 0 auto; height: 71px; width: 219px; - background: url(../assets/ready-to-get-started.png) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; display: block; &:hover { - background: url(../assets/ready-to-get-started.png) no-repeat; + background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0px -77px; } } diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index f5c6bf4..3de2079 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -46,12 +46,12 @@ a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0 0; display: block; margin: 15px 0 0; &:hover { - background: url(../assets/view-our-portfolio-2.png) no-repeat; + background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0px -121px; } } @@ -60,7 +60,7 @@ height: 70px; width: 219px; margin-top: 50px; - background: url(../assets/ready-to-get-started.jpg); + background: url(../assets/ready-to-get-started-3.png); background-position: 0 0; &:hover { background-position: 0 69px