summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-15 18:19:31 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-15 18:19:31 +0200
commit38eb96f8fcf0aeb85421580ede3d5e4a1cc4e3d0 (patch)
treeca7b56b245bf7cd0e258dbdb5065a2866b2c0b94 /searx
parentd5ec0f43e465e1bd016f1c841122fc3c774fc718 (diff)
[enh] ui improvements
Diffstat (limited to 'searx')
-rw-r--r--searx/static/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index e69de29bb..158197763 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -0,0 +1,11 @@
+html {
+ font-family: sans-serif;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ color: #444444;
+}
+.center { text-align: center; }
+
+h1 { font-size: 5em; }
+
+input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; }