Updated theme for 2017 images
authorLaury GvR <laury@gaslightmedia.com>
Thu, 29 Sep 2016 20:40:27 +0000 (16:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 29 Sep 2016 20:40:27 +0000 (16:40 -0400)
images/banner2017.png [new file with mode: 0644]
images/banners_2015.png [deleted file]
images/banners_2016.png [deleted file]
images/red-coaster-2017-rotated.png [new file with mode: 0644]
style.css

diff --git a/images/banner2017.png b/images/banner2017.png
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
index 0000000..ff0c032
Binary files /dev/null and b/images/red-coaster-2017-rotated.png differ
index b14dbed..644931b 100644 (file)
--- 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 {