From 8b75276d5a9f5a897f19193be4c222b8c6608eed Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Tue, 22 Dec 2015 02:07:04 +0100 Subject: [PATCH 1/2] Fix gradients broken by previous commit. [0d89044: Replace gradient images with CSS gradients.] replaced gradient images with CSS gradients but in doing so changed some of them from light blue to gold. Change the colours to correct ones where necessary. --- www/conservancy/static/css/conservancy.css | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 39e33f0c..dd391308 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -190,7 +190,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; } #container #sidebar { width: 200px; float: left; - background-color: #ccd4a3; + background-color: #ccd4a3; } #container #sidebar li { @@ -199,11 +199,11 @@ h3 { margin-top: .6em; margin-bottom: .4em; } padding: 3px 10px 3px 10px; margin: 5px; border: 1px solid #CCC; - background: #ffd843; - background: -moz-linear-gradient(top, #fff, #ffd533); - background: -webkit-linear-gradient(top, #fff, #ffd533); - background: linear-gradient(to bottom, #fff, #ffd533); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffd533', GradientType=0); + background: #eaf1f1; + background: -moz-linear-gradient(top, #fff, #eaf1f1); + background: -webkit-linear-gradient(top, #fff, #eaf1f1); + background: linear-gradient(to bottom, #fff, #eaf1f1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaf1f1', GradientType=0); } #container #sidebar li a:hover { background: #577632; color: #fff; } @@ -226,11 +226,11 @@ h3 { margin-top: .6em; margin-bottom: .4em; } { color: #000033; font-weight: bold; - background: #ffd843; - background: -moz-linear-gradient(bottom, #fff, #ffd533); - background: -webkit-linear-gradient(bottom, #fff, #ffd533); - background: linear-gradient(to top, #fff, #ffd533); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd533', endColorstr='#ffffff', GradientType=0); + background: #eaf1f1; + background: -moz-linear-gradient(bottom, #fff, #eaf1f1); + background: -webkit-linear-gradient(bottom, #fff, #eaf1f1); + background: linear-gradient(to top, #fff, #eaf1f1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0); } #container #sidebar h2 { text-align: center; @@ -346,11 +346,11 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */ { color: #000033; font-weight: bold; - background: #ffd843; - background: -moz-linear-gradient(bottom, #fff, #ffd533); - background: -webkit-linear-gradient(bottom, #fff, #ffd533); - background: linear-gradient(to top, #fff, #ffd533); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd533', endColorstr='#ffffff', GradientType=0); + background: #eaf1f1; + background: -moz-linear-gradient(bottom, #fff, #eaf1f1); + background: -webkit-linear-gradient(bottom, #fff, #eaf1f1); + background: linear-gradient(to top, #fff, #eaf1f1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0); } body.conservancy-supporter #navbar ul li.supporter a { From 2c9d02eb36be2da2af0a5f91fd6e3cb0616d9865 Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Tue, 22 Dec 2015 01:57:01 +0100 Subject: [PATCH 2/2] Update repository location information in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0588602b..6c5f5627 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Contributing ============ -The canonical location for this repository is -[on Gitorious](https://gitorious.org/conservancy/website). Copies of this -repository elsewhere, such as Github, are for backup purposes only. If you -have contributions, submit them on Gitorious. +The canonical location for this repository is [on Conservancy’s +Kallithea instance](http://k.sfconservancy.org/website). Copies of +this repository elsewhere, such as Github, are for backup purposes +only.. License =======