mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
* drop image_layout.js from simple theme * move image_layout.js to oscar theme and delete common js dir (since its empty now) * align top position of image detail modal with bottom position of search header * use flexbox to display images; row height can be set via @results-image-row-height in defenitions.less * display span title underneath each image with a max width of 12rem * increase margin and padding around image article on desktop and tablet * make article height smaller on phone layout (height of 6rem) to display more content on current view * remove content from result, if the title and content matches * use a group that cotains the flex image article, if images are mixed with other categories * fix pylint issues in webapp.py * use the default.html result template in unit tests (thanks @return42) |
||
|---|---|---|
| .. | ||
| css | ||
| fonts | ||
| img | ||
| js | ||
| src | ||
| .gitignore | ||
| gruntfile.js | ||
| package.json | ||
| README.rst | ||
install dependencies
run this command in the directory searx/static/themes/oscar
npm install
compile sources
run this command in the directory searx/static/themes/oscar
grunt
or in the root directory:
make grunt
directory structure
see:
- gruntfile.js
- package.json
css directory
bootstrap*: bootstrap NPM package,leaflet.*: leaflet NPM packageleaflet.min.css: minimized version ofleaflet.css(see gruntfile.js)logicodev.*: compiled fromsrc/less/logicodevlogicodev-dark*: compiled fromsrc/less/logicodev-darkpointhi*: compiled fromsrc/less/pointhiimages: leaflet NPM package
font directory
- from bootstrap NPM package
js directory
searx.*: compiled fromsrc/js- other files are from NPM packages
img directory
- images for the oscar theme