changeset 4217:ef60ae4a34ee kallithea-2.2.5-rebrand

Change the blue colors to Conservancy green
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:08:30 -0400
parents ca3c310df9a4
children f373f182b756
files docs/theme/nature/static/nature.css_t kallithea/public/css/contextbar.css kallithea/public/css/style.css kallithea/templates/base/base.html kallithea/templates/changeset/changeset_file_comment.html kallithea/templates/changeset/diff_block.html kallithea/templates/data_table/_dt_elements.html kallithea/templates/errors/error_document.html
diffstat 8 files changed, 100 insertions(+), 100 deletions(-) [+]
line wrap: on
line diff
--- a/docs/theme/nature/static/nature.css_t	Wed Jul 02 19:08:27 2014 -0400
+++ b/docs/theme/nature/static/nature.css_t	Wed Jul 02 19:08:30 2014 -0400
@@ -54,7 +54,7 @@
 }
  
 div.related {
-    background-color: #003367;
+    background-color: #577632;
     line-height: 32px;
     color: #fff;
     text-shadow: 0px 1px 0 #444;
--- a/kallithea/public/css/contextbar.css	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/public/css/contextbar.css	Wed Jul 02 19:08:30 2014 -0400
@@ -70,7 +70,7 @@
 #content #context-bar {
     position: relative;
     overflow: visible;
-    background-color: #336699;
+    background-color: #577632;
     border-top: 1px solid #517da8;
     border-bottom: 1px solid #003162;
     padding: 0 5px;
@@ -161,14 +161,14 @@
 #context-pages,
 #context-pages ul {
     background: #3b6998; /* Old browsers */
-    background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
-    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
-    background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
-    background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
+    background: -moz-linear-gradient(top, #577632 0%, #577632 100%); /* FF3.6+ */
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#577632), color-stop(100%,#577632)); /* Chrome,Safari4+ */
+    background: -webkit-linear-gradient(top, #577632 0%, #577632 100%); /* Chrome10+,Safari5.1+ */
+    background: -o-linear-gradient(top, #577632 0%, #577632 100%); /* Opera 11.10+ */
+    background: -ms-linear-gradient(top, #577632 0%, #577632 100%); /* IE10+ */
+    background: linear-gradient(to bottom, #577632 0%, #577632 100%); /* W3C */
     /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/
-    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
+    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577632', endColorstr='#577632',GradientType=0 ); /* IE6-9 */*/
 }
 
 #header #header-inner #quick a,
@@ -188,7 +188,7 @@
     display: inline-block;
     float: right;
     border-radius: 4px;
-    background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
+    background-image: linear-gradient(top, #577632 0%, #577632 100%);
 }
 
 #content ul#context-actions li {
--- a/kallithea/public/css/style.css	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/public/css/style.css	Wed Jul 02 19:08:30 2014 -0400
@@ -50,13 +50,13 @@
 }
 
 a {
-    color: #003367;
+    color: #577632;
     text-decoration: none;
     cursor: pointer;
 }
 
 a:hover {
-    color: #316293;
+    color: #576622;
     text-decoration: underline;
 }
 
@@ -269,16 +269,16 @@
     -khtml-border-radius: 0px 0px 8px 8px;
     border-radius: 0px 0px 8px 8px;
     height: 37px;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient(top, #003b76, #00376e);
-    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
-    background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-    background-image: -o-linear-gradient(top, #003b76, #00376e);
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
+    background-image: -khtml-gradient(linear, left top, left bottom, from(#577632), to(#577632) );
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient(top, #577632, #577632);
+    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #577632), color-stop(100%, #577632) );
+    background-image: -webkit-linear-gradient(top, #577632, #577632);
+    background-image: -o-linear-gradient(top, #577632, #577632);
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632',endColorstr='#577632', GradientType=0 );
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 
@@ -287,7 +287,7 @@
     float: left;
     margin: 8px 0 0;
     padding: 4px 12px;
-    border-left: 1px solid #316293;
+    border-left: 1px solid #576622;
 }
 
 #header ul#logged-user li.first {
@@ -328,7 +328,7 @@
 #header-dd {
     clear: both;
     position: fixed !important;
-    background-color: #003B76;
+    background-color: #577632;
     opacity: 0.01;
     cursor: pointer;
     min-height: 10px;
@@ -349,16 +349,16 @@
     min-height: 44px;
     clear: both;
     position: relative;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient(top, #003b76, #00376e);
-    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
-    background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-    background-image: -o-linear-gradient(top, #003b76, #00376e);
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
+    background-image: -khtml-gradient(linear, left top, left bottom, from(#577632), to(#577632) );
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient(top, #577632, #577632);
+    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #577632),color-stop(100%, #577632) );
+    background-image: -webkit-linear-gradient(top, #577632, #577632);
+    background-image: -o-linear-gradient(top, #577632, #577632);
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632',endColorstr='#577632', GradientType=0 );
     margin: 0;
     padding: 0;
     display: block;
@@ -618,7 +618,7 @@
 
 td.quick_repo_menu.active {
     background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
-    border: 1px solid #003367;
+    border: 1px solid #577632;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     cursor: pointer;
 }
@@ -630,7 +630,7 @@
     position: absolute;
     background-color: #FFF;
     background: none repeat scroll 0 0 #FFFFFF;
-    border-color: #003367 #666666 #666666;
+    border-color: #577632 #666666 #666666;
     border-right: 1px solid #666666;
     border-style: solid;
     border-width: 1px;
@@ -956,16 +956,16 @@
 #content div.box div.title {
     clear: both;
     overflow: hidden;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient(top, #003b76, #00376e);
-    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
-    background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-    background-image: -o-linear-gradient(top, #003b76, #00376e);
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
+    background-image: -khtml-gradient(linear, left top, left bottom, from(#577632), to(#577632) );
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient(top, #577632, #577632);
+    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #577632), color-stop(100%, #577632) );
+    background-image: -webkit-linear-gradient(top, #577632, #577632);
+    background-image: -o-linear-gradient(top, #577632, #577632);
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632', endColorstr='#577632', GradientType=0 );
     margin: 0 0 20px;
     padding: 0;
     border-radius: 4px 4px 0 0;
@@ -1834,7 +1834,7 @@
 }
 
 a.metatag[tag="license"]:hover {
-    background-color: #003367;
+    background-color: #577632;
     color: #FFF;
     text-decoration: none;
 }
@@ -1861,16 +1861,16 @@
 }
 
 #footer div#footer-inner {
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient( top, #003b76, #00376e);
-    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
-    background-image: -webkit-linear-gradient( top, #003b76, #00376e));
-    background-image: -o-linear-gradient( top, #003b76, #00376e));
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
+    background-image: -khtml-gradient( linear, left top, left bottom, from(#577632), to(#577632));
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient( top, #577632, #577632);
+    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #577632), color-stop( 100%, #577632));
+    background-image: -webkit-linear-gradient( top, #577632, #577632));
+    background-image: -o-linear-gradient( top, #577632, #577632));
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#577632', endColorstr = '#577632', GradientType = 0);
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
     -webkit-border-radius: 4px 4px 4px 4px;
     -khtml-border-radius: 4px 4px 4px 4px;
@@ -1896,16 +1896,16 @@
     clear: both;
     overflow: hidden;
     position: relative;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
-    background-image: -moz-linear-gradient( top, #003b76, #00376e);
-    background-image: -ms-linear-gradient( top, #003b76, #00376e);
-    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
-    background-image: -webkit-linear-gradient( top, #003b76, #00376e));
-    background-image: -o-linear-gradient( top, #003b76, #00376e));
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
+    background-image: -khtml-gradient( linear, left top, left bottom, from(#577632), to(#577632));
+    background-image: -moz-linear-gradient( top, #577632, #577632);
+    background-image: -ms-linear-gradient( top, #577632, #577632);
+    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #577632), color-stop( 100%, #577632));
+    background-image: -webkit-linear-gradient( top, #577632, #577632));
+    background-image: -o-linear-gradient( top, #577632, #577632));
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#577632', endColorstr = '#577632', GradientType = 0);
     margin: 0 auto;
     padding: 0;
 }
@@ -1979,16 +1979,16 @@
     padding: 4px;
     position: absolute;
     right: 0;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient(top, #003b76, #00376e);
-    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
-    background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-    background-image: -o-linear-gradient(top, #003b76, #00376e);
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
+    background-image: -khtml-gradient(linear, left top, left bottom, from(#577632), to(#577632) );
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient(top, #577632, #577632);
+    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #577632), color-stop(100%, #577632) );
+    background-image: -webkit-linear-gradient(top, #577632, #577632);
+    background-image: -o-linear-gradient(top, #577632, #577632);
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632', endColorstr='#577632', GradientType=0 );
 
     z-index: 999;
     -webkit-border-radius: 0px 0px 4px 4px;
@@ -2146,17 +2146,17 @@
     clear: both;
     overflow: hidden;
     position: relative;
-    background-color: #003B76;
+    background-color: #577632;
     background-repeat: repeat-x;
-    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
-    background-image: -moz-linear-gradient(top, #003b76, #00376e);
-    background-image: -ms-linear-gradient(top, #003b76, #00376e);
-    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
-    background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-    background-image: -o-linear-gradient(top, #003b76, #00376e);
-    background-image: linear-gradient(to bottom, #003b76, #00376e);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
-        endColorstr='#00376e', GradientType=0 );
+    background-image: -khtml-gradient(linear, left top, left bottom, from(#577632), to(#577632) );
+    background-image: -moz-linear-gradient(top, #577632, #577632);
+    background-image: -ms-linear-gradient(top, #577632, #577632);
+    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #577632), color-stop(100%, #577632) );
+    background-image: -webkit-linear-gradient(top, #577632, #577632);
+    background-image: -o-linear-gradient(top, #577632, #577632);
+    background-image: linear-gradient(to bottom, #577632, #577632);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632',
+        endColorstr='#577632', GradientType=0 );
     margin: 0 auto;
     padding: 0;
 }
@@ -2296,7 +2296,7 @@
 }
 
 .trending_language {
-    background-color: #003367;
+    background-color: #577632;
     color: #FFF;
     display: block;
     min-width: 20px;
@@ -2412,7 +2412,7 @@
 
 .cs_files .changes {
     float: right;
-    color: #003367;
+    color: #577632;
 }
 
 .cs_files .changes .added {
@@ -2812,7 +2812,7 @@
 .spantag {
     padding: 1px 3px 1px 3px;
     font-size: 10px;
-    color: #336699;
+    color: #577632;
     white-space: nowrap;
     -webkit-border-radius: 4px;
     border-radius: 4px;
@@ -3001,7 +3001,7 @@
 .diffblock .diff-menu {
     position: absolute;
     background: none repeat scroll 0 0 #FFFFFF;
-    border-color: #003367 #666666 #666666;
+    border-color: #577632 #666666 #666666;
     border-right: 1px solid #666666;
     border-style: solid solid solid;
     border-width: 1px;
@@ -3061,7 +3061,7 @@
 }
 
 .box .search div.search_path div.link a {
-    color: #003367;
+    color: #577632;
     cursor: pointer;
     text-decoration: none;
 }
@@ -3078,7 +3078,7 @@
 }
 
 .info_box .rev {
-    color: #003367;
+    color: #577632;
     font-size: 1.6em;
     font-weight: bold;
     vertical-align: sub;
@@ -3116,7 +3116,7 @@
     position: absolute;
 
     background-color: #FFF;
-    border: 2px solid #003367;
+    border: 2px solid #577632;
     font: 100% sans-serif;
     width: auto;
     opacity: 1;
@@ -3136,7 +3136,7 @@
     position: absolute;
     color: #666;
     background-color: #FFF;
-    border: 2px solid #003367;
+    border: 2px solid #577632;
     font: 100% sans-serif;
     width: auto;
     opacity: 1;
@@ -3571,11 +3571,11 @@
 }
 
 #content div.box div.title div.search {
-    border-left: 1px solid #316293;
+    border-left: 1px solid #576622;
 }
 
 #content div.box div.title div.search div.input input {
-    border: 1px solid #316293;
+    border: 1px solid #576622;
 }
 
 .btn {
@@ -3834,7 +3834,7 @@
     -moz-box-shadow: none;
     box-shadow: none;
     color: #fff;
-    background-color: #316293;
+    background-color: #576622;
 }
 
 .repo-switcher-dropdown.select2-drop.select2-drop-active .select2-results .select2-highlighted {
@@ -4782,7 +4782,7 @@
     font-size: 10px;
     padding: 1px 3px 1px 3px;
     font-size: 10px;
-    color: #336699;
+    color: #577632;
     white-space: nowrap;
     -webkit-border-radius: 4px;
     border-radius: 4px;
--- a/kallithea/templates/base/base.html	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/templates/base/base.html	Wed Jul 02 19:08:30 2014 -0400
@@ -116,7 +116,7 @@
   <div id="context-bar" class="box">
       <h2>
         %if h.is_hg(c.db_repo):
-          <i class="icon-hg" style="color: #316293; font-size: 24px"></i>
+          <i class="icon-hg" style="color: #576622; font-size: 24px"></i>
         %endif
         %if h.is_git(c.db_repo):
           <i class="icon-git" style="color: #e85634; font-size: 24px"></i>
--- a/kallithea/templates/changeset/changeset_file_comment.html	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/templates/changeset/changeset_file_comment.html	Wed Jul 02 19:08:30 2014 -0400
@@ -66,7 +66,7 @@
           <div class="comment-help">${_('Commenting on line {1}.')}
           ${(_('Comments parsed using %s syntax with %s support.') % (
                  ('<a href="%s">RST</a>' % h.url('rst_help')),
-                   ('<span style="color:#003367" class="tooltip" title="%s">@mention</span>' % _('Use @username inside this text to send notification to this Kallithea user'))
+                   ('<span style="color:#577632" class="tooltip" title="%s">@mention</span>' % _('Use @username inside this text to send notification to this Kallithea user'))
                )
             )|n
            }
@@ -151,7 +151,7 @@
         <div id="edit-container" class="clearfix">
             <div class="comment-help">
                 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
-                  '<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
+                  '<span style="color:#577632" class="tooltip" title="%s">@mention</span>' %
                   _('Use @username inside this text to send notification to this Kallithea user')))|n}
               %if change_status:
                 | <a id="show_changeset_link" onClick="change_status_show();">
--- a/kallithea/templates/changeset/diff_block.html	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/templates/changeset/diff_block.html	Wed Jul 02 19:08:30 2014 -0400
@@ -60,7 +60,7 @@
               <div class="changeset_file">
                   ${h.safe_unicode(filenode_path)} |
                   <a class="spantag" href="${h.url('files_home', repo_name=c.other_repo.repo_name, f_path=filenode_path, revision=c.org_ref)}" title="${_('Show file at latest version in this repo')}">${c.org_ref_type}@${h.short_id(c.org_ref) if c.org_ref_type=='rev' else c.org_ref}</a>
-                  <i class="icon-arrow-right" style="font-size: 12px;color:#336699"></i>
+                  <i class="icon-arrow-right" style="font-size: 12px;color:#577632"></i>
                   <a class="spantag" href="${h.url('files_home', repo_name=c.repo_name, f_path=filenode_path, revision=c.other_ref)}" title="${_('Show file at initial version in this repo')}">${c.other_ref_type}@${h.short_id(c.other_ref) if c.other_ref_type=='rev' else c.other_ref}</a>
               </div>
                <div class="diff-actions">
--- a/kallithea/templates/data_table/_dt_elements.html	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/templates/data_table/_dt_elements.html	Wed Jul 02 19:08:30 2014 -0400
@@ -6,7 +6,7 @@
   <ul class="menu_items hidden">
   ##<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
 
-    <li style="border-top:1px solid #003367;margin-left:18px;padding-left:-99px"></li>
+    <li style="border-top:1px solid #577632;margin-left:18px;padding-left:-99px"></li>
     <li>
        <a title="${_('Summary')}" href="${h.url('summary_home',repo_name=repo_name)}">
        <span class="icon">
@@ -60,7 +60,7 @@
 
     ##TYPE OF REPO
     %if h.is_hg(rtype):
-        <span title="${_('Mercurial repository')}"><i class="icon-hg" style="color: #316293; font-size: 14px;"></i></span>
+        <span title="${_('Mercurial repository')}"><i class="icon-hg" style="color: #576622; font-size: 14px;"></i></span>
     %elif h.is_git(rtype):
         <span title="${_('Git repository')}"><i class="icon-git" style="color: #e85634; font-size: 14px;"></i></span>
     %endif
--- a/kallithea/templates/errors/error_document.html	Wed Jul 02 19:08:27 2014 -0400
+++ b/kallithea/templates/errors/error_document.html	Wed Jul 02 19:08:30 2014 -0400
@@ -26,7 +26,7 @@
          }
          .error_message{
             text-align: center;
-            color:#003367;
+            color:#577632;
             font-size: 1.6em;
             margin:10px;
          }