Commit 3bb18c5de639dbb45cfb255a0235a6a5aad507f0

Authored by Antonio Terceiro
1 parent dfa2cc97

Removing remaining colors

public/designs/themes/base/search-results.css
@@ -5,10 +5,10 @@ @@ -5,10 +5,10 @@
5 5
6 .controller-search #content .no-boxes h1 { 6 .controller-search #content .no-boxes h1 {
7 font-variant: small-caps; 7 font-variant: small-caps;
8 - color: #05B; /*6A0*/ 8 + color: #555753;
9 font-size: 18px; 9 font-size: 18px;
10 text-align: left; 10 text-align: left;
11 - border-bottom: 2px solid #08C; /*8C0*/ 11 + border-bottom: 2px solid #2e3436; /*8C0*/
12 } 12 }
13 13
14 .query { 14 .query {
@@ -36,10 +36,6 @@ @@ -36,10 +36,6 @@
36 36
37 .controller-search #content .search_form h3 { 37 .controller-search #content .search_form h3 {
38 display: none; 38 display: none;
39 - /*  
40 - color: #AAA;  
41 - margin: 0px;  
42 - */  
43 } 39 }
44 40
45 .controller-search #content .search_form h4 { 41 .controller-search #content .search_form h4 {
@@ -70,18 +66,18 @@ @@ -70,18 +66,18 @@
70 } 66 }
71 67
72 .controller-search a { 68 .controller-search a {
73 - color: #6A0; 69 + color: #555753;
74 } 70 }
75 71
76 #search-results h3 { 72 #search-results h3 {
77 - color: #05B; /*6A0*/ 73 + color: #555753; /*6A0*/
78 font-variant: small-caps; 74 font-variant: small-caps;
79 margin: 0px; 75 margin: 0px;
80 } 76 }
81 77
82 .search-results-innerbox { 78 .search-results-innerbox {
83 border: 1px solid #CCC; 79 border: 1px solid #CCC;
84 - border-top: 2px solid #08C; /*8C0*/ 80 + border-top: 2px solid #2e3436;
85 border-bottom: none; 81 border-bottom: none;
86 background: url(imgs/comment-bg-S.png) 0% 100% repeat-x; 82 background: url(imgs/comment-bg-S.png) 0% 100% repeat-x;
87 } 83 }
@@ -103,7 +99,7 @@ @@ -103,7 +99,7 @@
103 } 99 }
104 #content .search-results-box a.see-more:hover { 100 #content .search-results-box a.see-more:hover {
105 background: transparent url(imgs/arrow-right-p.png) 100% 55% no-repeat; 101 background: transparent url(imgs/arrow-right-p.png) 100% 55% no-repeat;
106 - color: #08C; 102 + color: #888;
107 } 103 }
108 104
109 105
public/stylesheets/pagination.css
@@ -16,5 +16,5 @@ @@ -16,5 +16,5 @@
16 } 16 }
17 17
18 .pagination a:hover { 18 .pagination a:hover {
19 - color: #026; 19 + color: #2e3436;
20 } 20 }