summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-01-17 17:26:45 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-01-17 17:26:45 +0100
commitbfc88aef19ced0dac054c135f8cfc2604ce851d3 (patch)
tree4c756f93b1d2c5d53c952edd728827e467729bb0 /searx
parent77bd3e04968e9450203fbb2b0ef4b9eb165c5889 (diff)
downloadsearxng-bfc88aef19ced0dac054c135f8cfc2604ce851d3.tar.gz
searxng-bfc88aef19ced0dac054c135f8cfc2604ce851d3.zip
flat design: logo, search box and some links
Diffstat (limited to 'searx')
-rw-r--r--searx/static/css/style.css15
-rw-r--r--searx/static/img/searx.pngbin34690 -> 7647 bytes
2 files changed, 11 insertions, 4 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 2e6f450e1..6abe6b4bb 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -25,7 +25,16 @@ body, #container {
.row p { padding: 0 10px; max-width: 700px; }
.row h3,ul { margin: 4px 8px;}
-.hmarg { margin: 0 20px; }
+.hmarg {
+ margin: 0 20px;
+ border: 1px solid #3498DB;
+ padding: 4px 10px;
+}
+
+a:link.hmarg { color: #3498DB; }
+a:visited.hmarg { color: #3498DB; }
+a:active.hmarg { color: #3498DB; }
+a:hover.hmarg { color: #3498DB; }
.top_margin { margin-top: 60px; }
@@ -112,9 +121,7 @@ tr:hover td { background: #DDDDDD; }
.center #search_wrapper { margin-left: auto; margin-right: auto; }
.q {
background: none repeat scroll 0 0 #FFFFFF;
- border: 1px solid #8D8D8D;
- border-radius: 3px;
- box-shadow: 1px 1px 2px #999999 inset;
+ border: 1px solid #3498DB;
color: #222222;
font-size: 16px;
height: 28px;
diff --git a/searx/static/img/searx.png b/searx/static/img/searx.png
index 45037ee33..e162da502 100644
--- a/searx/static/img/searx.png
+++ b/searx/static/img/searx.png
Binary files differ