Browse Source

Merge pull request #27 from matejc/flatdesign

flat design: logo, search box and some links
Adam Tauber 11 years ago
parent
commit
a06a7f8861
2 changed files with 11 additions and 4 deletions
  1. 11
    4
      searx/static/css/style.css
  2. BIN
      searx/static/img/searx.png

+ 11
- 4
searx/static/css/style.css View File

@@ -25,7 +25,16 @@ body, #container {
25 25
 .row p { padding: 0 10px; max-width: 700px; }
26 26
 .row h3,ul { margin: 4px 8px;}
27 27
 
28
-.hmarg { margin: 0 20px; }
28
+.hmarg {
29
+    margin: 0 20px;
30
+    border: 1px solid #3498DB;
31
+    padding: 4px 10px;
32
+}
33
+
34
+a:link.hmarg { color: #3498DB; }
35
+a:visited.hmarg { color: #3498DB; }
36
+a:active.hmarg { color: #3498DB; }
37
+a:hover.hmarg { color: #3498DB; }
29 38
 
30 39
 .top_margin { margin-top: 60px; }
31 40
 
@@ -112,9 +121,7 @@ tr:hover td { background: #DDDDDD; }
112 121
 .center #search_wrapper { margin-left: auto; margin-right: auto; }
113 122
 .q {
114 123
     background: none repeat scroll 0 0 #FFFFFF;
115
-    border: 1px solid #8D8D8D;
116
-    border-radius: 3px;
117
-    box-shadow: 1px 1px 2px #999999 inset;
124
+    border: 1px solid #3498DB;
118 125
     color: #222222;
119 126
     font-size: 16px;
120 127
     height: 28px;

BIN
searx/static/img/searx.png View File