summaryrefslogtreecommitdiff
path: root/searx/static/themes/default
AgeCommit message (Collapse)Author
2016-09-22[mod] rename "default" theme to "legacy"Adam Tauber
2016-02-27[fix] apply changes in infobox's stylesa01200356
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.
2015-06-22[fix] reduce server traffic by optimizing imagesNiklas Haas
Simply running ‘optipng’ on every PNG image reduces the overall size of them by 10% on average.
2015-02-16Allow autocompleter to work in a sub folder of the domain name.Cqoicebordel
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-16Modify courgette theme and less it.Cqoicebordel
2015-01-16New icons for CourgetteCqoicebordel
2015-01-15Merge branch 'code_results' of https://github.com/pointhi/searx into ↵Adam Tauber
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-15Tweaks of color and themeCqoicebordel
2015-01-15Add lots of iconsCqoicebordel
2015-01-12[enh] static content generalizationAdam Tauber
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
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-01[enh] themes static content refactorAdam Tauber