diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-06-26 01:57:43 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-06-26 01:57:43 +0200 |
| commit | f496dc353d336ffe11dde161963d72366f0eee16 (patch) | |
| tree | 2738503a83af512c5a2612ae2ac5070fe7988f32 /searx/static/themes/oscar/less/logicodev/infobox.less | |
| parent | 237d251d14e50d937805fcf030c4fbdb9d3918c9 (diff) | |
[enh] oscar theme redesign added
The original code made by @logico-dev (#559)
Diffstat (limited to 'searx/static/themes/oscar/less/logicodev/infobox.less')
| -rw-r--r-- | searx/static/themes/oscar/less/logicodev/infobox.less | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/logicodev/infobox.less b/searx/static/themes/oscar/less/logicodev/infobox.less new file mode 100644 index 000000000..0d488d744 --- /dev/null +++ b/searx/static/themes/oscar/less/logicodev/infobox.less @@ -0,0 +1,37 @@ +.infobox { + + .panel-heading{ + background-color: @dim-gray; + + .panel-title{ + font-weight: 700; + } + } + + + p{ + font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important; + font-style: italic; + } + + .btn{ + background-color: @green; + border: none; + + a{ + color: white; + margin: 5px; + } + } + + .infobox_part { + margin-bottom: 20px; + word-wrap: break-word; + table-layout: fixed; + + } + + .infobox_part:last-child { + margin-bottom: 0; + } +} |