From 33c4e5e6c530b5a6427f8febde589dbf777a35f4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 15 Feb 2016 16:04:33 -0500 Subject: [PATCH] added shareThis icon to footer --- css/app.css | 20 ++++++++++++++++---- footer.php | 19 +++++++++++-------- scss/_left-off-canvas.scss | 35 +++++++++++++++++++++++++++++++++-- 3 files changed, 60 insertions(+), 14 deletions(-) diff --git a/css/app.css b/css/app.css index 455009a..7dbe4cf 100644 --- a/css/app.css +++ b/css/app.css @@ -7631,12 +7631,12 @@ ul.social { list-style: none; } ul.social li { display: inline-block; } - ul.social li a.facebook, ul.social li a.twit, ul.social li a.youtube, ul.social li a.pin, ul.social li a.flick, ul.social li a.instagram, ul.social li a.google, ul.social li a.share { + ul.social li a.facebook, ul.social li a.twit, ul.social li a.youtube, ul.social li a.pin, ul.social li a.flick, ul.social li a.instagram, ul.social li a.google, ul.social li a.stButton .sharethis { display: inline-block; background: url(../assets/socials-icon.jpg) no-repeat; height: 24px; width: 24px; } - ul.social li a.facebook:hover, ul.social li a.twit:hover, ul.social li a.youtube:hover, ul.social li a.pin:hover, ul.social li a.flick:hover, ul.social li a.instagram:hover, ul.social li a.google:hover, ul.social li a.share:hover { + ul.social li a.facebook:hover, ul.social li a.twit:hover, ul.social li a.youtube:hover, ul.social li a.pin:hover, ul.social li a.flick:hover, ul.social li a.instagram:hover, ul.social li a.google:hover, ul.social li a.stButton .sharethis:hover { text-decoration: none; background: url(../assets/social-icons-hover.jpg) no-repeat; } ul.social li a.facebook { @@ -7672,10 +7672,22 @@ ul.social { margin: 0 10px; } ul.social li a.google:hover { background-position: -67px -33px; } - ul.social li a.share { + ul.social li a.stButton .sharethis { background-position: -100px -33px; margin-left: 10px; } - ul.social li a.share:hover { + ul.social li a.stButton .sharethis:hover { background-position: -100px -33px; } +.stButton .sharethis { + background: url(../assets/socials-icon.jpg) no-repeat !important; + background-position: -100px -33px !important; } + .stButton .sharethis:hover { + text-decoration: none; + background: url(../assets/social-icons-hover.jpg) no-repeat !important; + background-position: -100px -33px !important; } + +.stButton .chicklets { + height: 25px !important; + line-height: 38px !important; } + /* End Mobile Menu */ \ No newline at end of file diff --git a/footer.php b/footer.php index 16b8fbe..2b425ca 100644 --- a/footer.php +++ b/footer.php @@ -11,16 +11,16 @@

Be Social

@@ -47,5 +47,8 @@ + + + diff --git a/scss/_left-off-canvas.scss b/scss/_left-off-canvas.scss index b356506..52afe53 100644 --- a/scss/_left-off-canvas.scss +++ b/scss/_left-off-canvas.scss @@ -82,7 +82,7 @@ ul.social { li { display: inline-block; a { - &.facebook, &.twit, &.youtube, &.pin, &.flick, &.instagram, &.google, &.share { + &.facebook, &.twit, &.youtube, &.pin, &.flick, &.instagram, &.google, &.stButton .sharethis { display: inline-block; background: url(../assets/socials-icon.jpg) no-repeat; height: 24px; @@ -138,7 +138,7 @@ ul.social { background-position: -67px -33px; } } - &.share { + &.stButton .sharethis { background-position: -100px -33px; margin-left: 10px; &:hover { @@ -148,4 +148,35 @@ ul.social { } } } +.stButton .sharethis{ + background: url(../assets/socials-icon.jpg) no-repeat !important; + background-position: -100px -33px !important; +// margin-left: 10px; +//// height: 24px; +//// width: 24px; + &:hover { + text-decoration: none; + background: url(../assets/social-icons-hover.jpg) no-repeat !important; + background-position: -100px -33px !important; + } +} +//.stButton .sharethis{ +// background-position: -100px -33px !important; +// margin-left: 10px; +// &:hover { +// background-position: -100px -33px !important; +// } +//} +.st_sharethis{ +// position: relative !important; +// top: 7px !important; +// margin-right: 3px !important; +} +.stButton .chicklets{ + height: 25px !important; + line-height: 38px !important; +} +#offShareLeft, #offShareRight{ +// top: 12px !important; +} /* End Mobile Menu */ -- 2.17.1