summaryrefslogtreecommitdiff
path: root/searx/static/themes
AgeCommit message (Collapse)Author
2018-02-07[mod] add bottom margin to results - closes #1176Adam Tauber
2018-01-31[enh] build oscar cssAdam Tauber
2018-01-24Preserve image aspect ratio in resultsMatthew Olmsted
Noticed that images are often distorted in the results due to a hard minimum height. This keeps the 4-per-row image results consistent in row height without distorting wider images.
2017-12-20dark background for answers && no background for highlightNoémi Ványi
2017-12-06Merge pull request #1109 from dalf/simple_magnet_svgAdam Tauber
simple theme : magnet.svg is replaced by a home made version
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-12-05simple theme : replace magnet.svg with a home made versionAlexandre Flament
2017-11-26[mod] simple theme: add the license to different files.Dalf
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
2017-08-13[fix] travis build : various fix about grunt buildsAlexandre Flament
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-06-25[fix] wrap suggestions inside suggestion boxmarc
long suggestions now wrap around the box instead of going overboard.
2017-03-08[mod] oscar theme: use tinypng.com to reduce logos and faviconAlexandre Flament
2017-03-08[mod] reduce png and gif image sizes using optipng and gifsicle tools.Alexandre Flament
2017-01-27[mod] darker green url in logicodevAdam Tauber
2017-01-27[fix] add padding to pointhi theme's navbar - closes #841Adam Tauber
2017-01-27[fix] darker green for result urlsNoémi Ványi
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[enh] search input design mods according to #226Adam Tauber
2017-01-15Add 1337x iconjcherqui
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-29remove unnecessary media query && generated filesNoémi Ványi
2016-12-29add modal window for pointhi styleNoémi Ványi
2016-12-29add generated css of modal windowNoémi Ványi
2016-12-29add own pics modal windowNoemi Vanyi
2016-11-02[fix] menu style in pointhi oscar themeAdam Tauber
2016-11-01[fix] menu without js - closes #747Adam Tauber
2016-09-22[mod] rename "default" theme to "legacy"Adam Tauber
2016-09-06[enh] more compact image results ++ fixed modal linksAdam Tauber
2016-09-06[fix] replace modal-content class to prevent remote content loadAdam Tauber
details: http://stackoverflow.com/questions/18378720/bootstrap-3-with-remote-modal
2016-09-05[fix] result url wrap - closes #652Adam Tauber
2016-09-05[fix] remove trailing whitespacesAdam Tauber
2016-08-10[fix] oscar grunt css buildAdam Tauber
2016-08-09set type of cursor to pointer in advanced searchNoémi Ványi
2016-08-07redesign toggle button of engines && pluginsNoemi Vanyi
2016-07-27[fix] wrap categories on small screens ++ some code formatting - closes #647Adam Tauber
2016-07-25add advanced settings to pointhi styleNoemi Vanyi
2016-07-25add advanced settings for logicodev styleNoemi Vanyi
2016-07-25Merge pull request #644 from dalf/logicodev_fixAdam Tauber
[fix] close #637 : the search box doesn't overlap the menu.
2016-07-25[fix] close #637 : the search box doesn't overlap the menu.Alexandre Flament
2016-07-25[fix] Close #640 : remove MapQuest maps. Add in comment maps.wikimedia.org ↵Alexandre Flament
maps, see https://www.mediawiki.org/wiki/Maps
2016-07-02[fix] remove unecessary capitalize of name of instanceNoemi Vanyi
2016-06-28[fix] mobile navbar errors - closes #596Adam Tauber
2016-06-26[mod] more compact logicodev skinAdam Tauber
2016-06-26[fix] logo responsivity ++ preferences button hoverAdam Tauber
2016-06-26[enh] oscar theme redesign addedAdam Tauber
The original code made by @logico-dev (#559)
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.