From 3bb18c5de639dbb45cfb255a0235a6a5aad507f0 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 11 Jan 2010 17:26:25 -0300 Subject: [PATCH] Removing remaining colors --- public/designs/themes/base/search-results.css | 16 ++++++---------- public/stylesheets/pagination.css | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/public/designs/themes/base/search-results.css b/public/designs/themes/base/search-results.css index 72830c9..25def13 100644 --- a/public/designs/themes/base/search-results.css +++ b/public/designs/themes/base/search-results.css @@ -5,10 +5,10 @@ .controller-search #content .no-boxes h1 { font-variant: small-caps; - color: #05B; /*6A0*/ + color: #555753; font-size: 18px; text-align: left; - border-bottom: 2px solid #08C; /*8C0*/ + border-bottom: 2px solid #2e3436; /*8C0*/ } .query { @@ -36,10 +36,6 @@ .controller-search #content .search_form h3 { display: none; - /* - color: #AAA; - margin: 0px; - */ } .controller-search #content .search_form h4 { @@ -70,18 +66,18 @@ } .controller-search a { - color: #6A0; + color: #555753; } #search-results h3 { - color: #05B; /*6A0*/ + color: #555753; /*6A0*/ font-variant: small-caps; margin: 0px; } .search-results-innerbox { border: 1px solid #CCC; - border-top: 2px solid #08C; /*8C0*/ + border-top: 2px solid #2e3436; border-bottom: none; background: url(imgs/comment-bg-S.png) 0% 100% repeat-x; } @@ -103,7 +99,7 @@ } #content .search-results-box a.see-more:hover { background: transparent url(imgs/arrow-right-p.png) 100% 55% no-repeat; - color: #08C; + color: #888; } diff --git a/public/stylesheets/pagination.css b/public/stylesheets/pagination.css index 5ba9dde..4be1b92 100644 --- a/public/stylesheets/pagination.css +++ b/public/stylesheets/pagination.css @@ -16,5 +16,5 @@ } .pagination a:hover { - color: #026; + color: #2e3436; } -- libgit2 0.21.2