From d740e7384a95c6a7d80e5f492f4dd7edb312175e Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sun, 15 Feb 2015 19:09:17 +0100 Subject: New Theme, Pix-art. First commit --- searx/templates/pix-art/base.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 searx/templates/pix-art/base.html (limited to 'searx/templates/pix-art/base.html') diff --git a/searx/templates/pix-art/base.html b/searx/templates/pix-art/base.html new file mode 100644 index 000000000..2a3870e58 --- /dev/null +++ b/searx/templates/pix-art/base.html @@ -0,0 +1,28 @@ + + + + + + + + + {% block title %}{% endblock %}searx + + + {% block styles %} + {% endblock %} + {% block meta %}{% endblock %} + {% block head %} + {% endblock %} + + +
+ {% block content %} + {% endblock %} + + +
+ + -- cgit v1.2.3 From e181041f11f612937299d440ccb090d3a78cf740 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 17 Feb 2015 01:07:14 +0100 Subject: Ajax loading + Tweaks of CSS --- searx/templates/pix-art/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/templates/pix-art/base.html') diff --git a/searx/templates/pix-art/base.html b/searx/templates/pix-art/base.html index 2a3870e58..f98d617fb 100644 --- a/searx/templates/pix-art/base.html +++ b/searx/templates/pix-art/base.html @@ -14,6 +14,9 @@ {% block meta %}{% endblock %} {% block head %} {% endblock %} +
@@ -23,6 +26,9 @@ searx = {}; +
-- cgit v1.2.3 From 5c63f2a80a749897b66604e43cc483306d263aeb Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 17 Feb 2015 19:01:18 +0100 Subject: A bit of cleanup --- searx/templates/pix-art/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/pix-art/base.html') diff --git a/searx/templates/pix-art/base.html b/searx/templates/pix-art/base.html index f98d617fb..23bcf44e3 100644 --- a/searx/templates/pix-art/base.html +++ b/searx/templates/pix-art/base.html @@ -1,5 +1,5 @@ - + -- cgit v1.2.3