mirror of
https://github.com/searxng/searxng.git
synced 2026-01-02 17:10:01 +00:00
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
This commit is contained in:
5
searx/static/oscar/css/bootstrap-theme.min.css
vendored
Normal file
5
searx/static/oscar/css/bootstrap-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
searx/static/oscar/css/bootstrap.min.css
vendored
Normal file
5
searx/static/oscar/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
19
searx/static/oscar/css/oscar.css
Normal file
19
searx/static/oscar/css/oscar.css
Normal file
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user