a01200356
4267b11a45
[fix] apply changes in infobox's styles
...
changes were made for wolframalpha infobox:
- wrap text inside infobox.
for example, there's a hill in New Zealand called
Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu
(don't blame me, blame the Kiwis)
and now it doesn't break the infobox.
- add an optional image field for infobox's attributes.
(doesn't affect ddg infobox at all)
- table is now always split in half.
needed so that images stay inside infobox.
(max-width doesn't work for inline elements, it's the table
that has to set the width.
if you don't like how the table width looks now in ddg/wiki's infobox,
i can change that code so that the style only applies when using
wolframalpha.
2016-02-27 19:19:04 -06:00
Adam Tauber
5eabba2da1
[mod] list all engines of a result
2015-10-03 17:46:12 +02:00
Niklas Haas
7144c94e26
[fix] reduce server traffic by optimizing images
...
Simply running ‘optipng’ on every PNG image reduces the overall size of
them by 10% on average.
2015-06-22 01:49:07 +02:00
Adam Tauber
952473d297
Merge pull request #246 from Cqoicebordel/pix-arts
...
New theme !
2015-04-25 12:52:07 -04:00
Cqoicebordel
5c63f2a80a
A bit of cleanup
2015-02-17 19:01:18 +01:00
Cqoicebordel
af100afb98
Change font
2015-02-17 18:50:57 +01:00
Cqoicebordel
e181041f11
Ajax loading + Tweaks of CSS
2015-02-17 01:07:14 +01:00
Cqoicebordel
f7b052c354
Allow autocompleter to work in a sub folder of the domain name.
2015-02-16 14:45:42 +01:00
Cqoicebordel
d740e7384a
New Theme, Pix-art.
...
First commit
2015-02-15 19:09:17 +01:00
Cqoicebordel
d4ba97d00d
Engine table in preference page in Courgette text-aligned to the right in RTL
2015-02-11 22:00:13 +01:00
Adam Tauber
df9cf9d09b
Merge branch 'rtl' of github.com:Cqoicebordel/searx
2015-02-10 15:23:56 +01:00
Cqoicebordel
71ae75d73e
Extract color
2015-01-19 22:04:53 +01:00
Cqoicebordel
9b2187b261
Change theme to allow the logo to be text instead of image
2015-01-19 21:24:46 +01:00
Thomas Pointhuber
7366a0e141
[fix] add wordwrap to fix style issues
2015-01-18 13:42:31 +01:00
Cqoicebordel
14447a0761
Modify courgette theme and less it.
2015-01-16 00:55:28 +01:00
Cqoicebordel
4f14f6cd26
New icons for Courgette
2015-01-16 00:29:11 +01:00
Adam Tauber
a04fafd419
Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results
...
Conflicts:
searx/static/themes/default/css/style.css
searx/static/themes/oscar/css/oscar.min.css
searx/templates/oscar/result_templates/torrent.html
2015-01-15 18:26:00 +01:00
Adam Tauber
c5599e3c7c
Merge pull request #174 from pointhi/nojs_fix
...
add no javascript support to oscar-template
2015-01-15 17:05:44 +01:00
Thomas Pointhuber
5bfaabeb6b
[enh] add nojs support into oscar-template
2015-01-15 15:48:50 +01:00
Cqoicebordel
08df681b48
Tweaks of color and theme
2015-01-15 01:46:01 +01:00
Cqoicebordel
ceb650a01f
Add lots of icons
2015-01-15 01:00:48 +01:00
Adam Tauber
410dbc573b
[enh] static content generalization
2015-01-12 14:54:16 +01:00
Thomas Pointhuber
400b54191c
Merge branch 'master' of https://github.com/asciimoo/searx into code_results
...
Conflicts:
searx/engines/searchcode_code.py
searx/engines/searchcode_doc.py
searx/static/oscar/js/searx.min.js
searx/templates/oscar/result_templates/default.html
searx/templates/oscar/result_templates/images.html
searx/templates/oscar/result_templates/map.html
searx/templates/oscar/result_templates/torrent.html
searx/templates/oscar/result_templates/videos.html
2015-01-09 21:30:09 +01:00
Cqoicebordel
b918cd2b8e
Whitespace correction
2015-01-05 02:09:11 +01:00
Cqoicebordel
4a195e0b28
Integrated media in results + Deezer Engine
...
New "embedded" item for the results, allow to give an iframe to display the media directly in the results.
Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked.
Deezer engine based on public API (no key).
2015-01-05 02:04:23 +01:00
Adam Tauber
20c4de8f06
[fix] filename strip
2015-01-01 18:06:51 +01:00
Adam Tauber
8151585918
[fix] static file paths
2015-01-01 17:54:33 +01:00
Adam Tauber
9f12605f7e
[enh] themes static content refactor
2015-01-01 17:48:12 +01:00