From c21a907cacbbfa8ce8a135362067086063a805f6 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 22 Sep 2014 22:42:29 +0200 Subject: initial commit of the new template 'oscar' * base.html mostly implemented * stats.html implemented * about.html implemented * most of preferences.html implemented * using bootstrap.js --- searx/static/oscar/css/oscar.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 searx/static/oscar/css/oscar.css (limited to 'searx/static/oscar/css/oscar.css') diff --git a/searx/static/oscar/css/oscar.css b/searx/static/oscar/css/oscar.css new file mode 100644 index 000000000..6ca390679 --- /dev/null +++ b/searx/static/oscar/css/oscar.css @@ -0,0 +1,19 @@ +/* Sticky footer styles +-------------------------------------------------- */ + +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height */ + margin-bottom: 80px; +} + +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 40px; +} -- cgit v1.2.3