summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/css/logicodev.css
AgeCommit message (Collapse)Author
2022-04-30[theme] delete static/themes/oscar and templates/oscarMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
2022-04-30[upd] ./manage pyenv.cmd searxng_extra/update/update_pygments.pyMarkus Heiser
After each update of the pygments version, we (or github action) should [1] 1. update less files: ./manage pyenv.cmd searxng_extra/update/update_pygments.py update: static/themes/oscar/src/generated/pygments-logicodev.less update: static/themes/oscar/src/generated/pygments-pointhi.less update: static/themes/simple/src/generated/pygments.less 2. rebuild the static files of each themes: make static.build.commit [1] https://github.com/searxng/searxng/pull/2#issuecomment-826958666 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-20[build] /staticAlexandre Flament
2022-01-07[build] /staticMarkus Heiser
2021-12-31[build] /staticMarkus Heiser
2021-11-26[build] /staticmrpaulblack
2021-10-03[build] /staticAlexandre Flament
2021-09-30[build] /staticAlexandre Flament
2021-09-24[build] /staticAlexandre Flament
2021-09-19[build] /staticAlexandre Flament
2021-09-07[build] /staticMarkus Heiser
2021-09-06[build] /staticMarkus Heiser
2021-06-22Static buildAlexandre Flament
2021-06-10[static] make themes.all - based on commit 12af3b39Markus Heiser
Based on commit 12af3b39 this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-05-17[static] make /stats more CSP compliant- make themes.allMarkus Heiser
Based on commits - 0507e185 [fix] bar graph and rename CSS class engine-scores -> engine-score - 3e9ad7ae [fix] make /stats more CSP compliant - github issue form - 34859d0e [fix] make /stats more CSP compliant - oscar theme - 0a6c4884 [fix] make /stats more CSP compliant - simple theme - cdfb4b7f [fix] make /stats more CSP compliant - bar graph - 965817f2 [fix] simple theme - generate missing sourceMap file this patch is generated by:: make themes.all Reported-by: https://github.com/searxng/searxng/issues/57 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-28[static] make themes.all - from commit 9e8171e38Markus Heiser
Based on commit 9e8171e38 this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-24[mod] update /statsAlexandre Flament
2021-04-21[mod] oscar: /preferences , engines tab: report engine timesAlexandre Flament
* display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail.
2021-04-05[enh] oscar: image thumbnail layoutAlexandre Flament
Adjust thumbnail sizes to fill the container width
2021-03-28fix dark "expand" button from infoboxMarc Abonce Seguin
2021-03-22[mod] preferences: a tooltip is shown when the mouse is over the engine namesAlexandre Flament
2021-03-21[mod] oscar: fix the sourcemap URL in *.min.cssAlexandre Flament
Close https://github.com/searx/searx/issues/2670 Note: clean-css contains a bug: * a multiline comment or URL adds "$stdin" to the sourcemap (see src/less/logicodev/search.less) * in this case when the user opens the devtools, the browser fails to load this "https://.../$stdin" URL * it is not a problem and the error appears only when the user actively tries to debug the CSS. * seems related to https://github.com/jakubpawlowicz/clean-css/issues/593
2021-03-16[mod] upgrade pygmentsAlexandre Flament
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
2021-03-10[mod] oscar: upgrade npm dependenciesAlexandre Flament
2020-11-30[fix] fix the reset button in the oscar theme (#2306)GazoilKerozen
Rely on javascript instead of type="clear" Close #2009
2020-08-27fix selects in preferences so they look consistent (#2150)Marc Abonce Seguin
2020-08-10add toggle to resize infoboxMarc Abonce Seguin
2020-08-09add class for infobox's official urlMarc Abonce Seguin
2020-08-09set max-height on infobox's imagesMarc Abonce Seguin
2020-07-02[fix] refine contrast ratios of texts and borders - #350Noémi Ványi
2020-06-30Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-25[fix] make "Advanced settings" openable and usable with keyboard - #350Adam Tauber
2020-06-23[enh] make checkboxes in preferences accessible using keyboard - #350Adam Tauber
2020-06-10Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-10[fix] do not stretch images - fixes #1262Adam Tauber
2020-06-04Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-03[mod] reduce the gap between resultsAdam Tauber
2020-06-03[enh] build css after less file changesAdam Tauber
2020-05-15[build] rebuild of the oscar theme, build from ad208378Markus Heiser
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf