From: Laury GvR Date: Thu, 29 Sep 2016 20:40:27 +0000 (-0400) Subject: Updated theme for 2017 images X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f05229cb0220d01f2f25b8fa69773ef9a9de70df;p=WP-Themes%2Fblog-kalamazoobeerweek.git Updated theme for 2017 images --- diff --git a/images/banner2017.png b/images/banner2017.png new file mode 100644 index 0000000..37cdc39 Binary files /dev/null and b/images/banner2017.png differ diff --git a/images/banners_2015.png b/images/banners_2015.png deleted file mode 100644 index 1486c61..0000000 Binary files a/images/banners_2015.png and /dev/null differ diff --git a/images/banners_2016.png b/images/banners_2016.png deleted file mode 100644 index 076e7b2..0000000 Binary files a/images/banners_2016.png and /dev/null differ diff --git a/images/red-coaster-2017-rotated.png b/images/red-coaster-2017-rotated.png new file mode 100644 index 0000000..ff0c032 Binary files /dev/null and b/images/red-coaster-2017-rotated.png differ diff --git a/style.css b/style.css index b14dbed..644931b 100644 --- a/style.css +++ b/style.css @@ -363,7 +363,7 @@ body, input, textarea { } body { /*background: #e2e2e2;*/ - background: url(images/banners_2016.png) 50% 10px no-repeat; + background: url(images/banner2017.png) 50% 10px no-repeat; min-width: 990px; } #page { @@ -577,7 +577,7 @@ a:hover { height: 124px; top: 91px; left: 24px; - background: url(images/logo_2015.png) top left no-repeat; + background: url(images/red-coaster-2017-rotated.png) top left no-repeat; } a#home_link { position: absolute; @@ -2173,7 +2173,7 @@ a.comment-reply-link > span { /* Post author highlighting */ .commentlist > li.bypostauthor { background: #ddd; - backgroundL rgba(0, 0, 0, .5); + background: rgba(0, 0, 0, .5); border-color: #d3d3d3; } .commentlist > li.bypostauthor .comment-meta {