summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
AgeCommit message (Collapse)Author
2026-07-11cleaned up user authenticationMichael Peter Christen
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
2026-07-10new use case graphics and slightly larger fontMichael Peter Christen
2026-07-05removed the snapshot feature and all dependencies from non-java codeMichael Peter Christen
2025-11-30fixed font nameMichael Peter Christen
2025-11-29added fontsMichael Peter Christen
2025-09-21enlarged by 20% also PerformaceGraph, ProfilingGraphMichael Peter Christen
NetworkHistory, ChartPlotter and the Status page.
2025-08-01YaCy Index Pack Generator - refactoring of the SURROGATE process into aMichael Peter Christen
"PACK" concept.
2022-02-09Add option to add host to default blacklist from search resultreger24
- added authorized ikon/button to blacklist a host - host is added to default blacklist - insired by https://github.com/yacy/yacy_search_server/issues/213#issuecomment-412485190
2021-12-26Improved the Image search page to have bigger thumbnails, use a bigger area ↵ZeroCool940711
for results and a smaller left sidebar.
2021-02-09added stub of rc3assembly styleMichael Peter Christen
a little bit late but whatever
2020-12-12design updateMichael Peter Christen
more space
2020-12-12using a lock symbol which looks also good in dark designsMichael Peter Christen
2019-09-26design changes - more spaceMichael Peter Christen
2019-03-15P2P/Privacy switch buttons support with JavaScript disabledluccioman
2019-02-08Render additional embedded audios from links on extended audio searchluccioman
2019-01-30Added basic controls to play all audio results.luccioman
Not displayed when JavaScript is disabled.
2018-10-15Added basic styling for cleaner rendering of missing image snapshotsluccioman
For the output of the Solr snapshots writer
2018-07-04Added server side columns sorting on the Process Scheduler tableluccioman
For easier usage of large tables in the Table_API_p.html page.
2018-02-23Added HTML5 embedded audio for results playing on supporting browsersluccioman
Restricted to authenticated or localhost users only to prevent redistribution license issues.
2018-02-20Vocabulary editor : use accessible labels and CSS for elements positionluccioman
2017-10-09Add a configurable limit to tags initially displayed in search resultsluccioman
When the limit is reached, a button allow expanding/collapsing remaining tags. When this feature is activated without a limit to the number of displayed tags, when encountering search results with a very large number of keywords, the results page can become almost unusable (very long vertical scrollbar)
2017-08-29Make result action links visible when focusing them with keyboard.luccioman
2017-06-04Tokenize result entry keywords and add some styling for displayreger
2017-01-28Added a CSS class for infobox block.luccioman
This will prevent mistakenly hiding a div element not designed to be an infobox but having a ".info" parent (After having previously added the possibility for a div - and not only a span element - to be an infobox).
2017-01-27Added user-friendly controls over disk usage configuration settings.luccioman
As mentioned in issue #103, control settings over YaCy disk usage already existed but lacked a user-friendly way to set them. I added it to the Performance_p.html administration page with a little refactoring on the "Resource Observer" fieldset for improved accessibility and HTML standards respect. Also added the possibility to enable/disable the autoregulation fonction from this page.
2016-12-14Fixed admin navbar rendering at various screen sizes.luccioman
Fix mantis 443 (http://mantis.tokeek.de/view.php?id=443). Tested on : - Debian jessie : Firefox ESR 45.5.1 - MS Windows 10 : Firefox 50.1.0, Chrome 55 and Edge - Emulated devices/adaptative views embedded in the previously mentionned browsers
2016-12-13Fixed resource switch button overlapping at various screen sizes.luccioman
Fixes second part of mantis 708 (http://mantis.tokeek.de/view.php?id=708) The bootstrap-switch component has some sizing issues with long labels, which are not likely to be solved soon due to a lack of resources on that project (see issue https://github.com/nostalgiaz/bootstrap-switch/issues/419 ) This fix works by applying the following ideas : - labels are long, so font-size and padding are reduced on small screen sizes using a media query - use relative percent width values on the component wrappers to prevent overlapping on the neighbour content - disable animation because it relies on absolute pixels width values
2016-12-12Fixed YaCy logo (no external mark) for the refactored navbar search.luccioman
Thanks to reger24 feedback.
2016-11-12Converted more URLs to pure relative ones.luccioman
Easier YaCy peer configuration behind a reverse proxy subfolder : no need for the reverse proxy to rewrite HTML links or URLs in css files. Tested on Debian Jessie with an apache2 reverse proxy. See related mantis issues http://mantis.tokeek.de/view.php?id=106 and http://mantis.tokeek.de/view.php?id=701
2016-11-10bring back/fix: search results and logo without external iconreger
2016-01-06remove obsolete css style for removed file CacheAdmin_p.htmlreger
and remove from translations
2015-11-05Refactoring : default favicon and image processing errors.luc
- moved default favicon processing from ViewImage to yacysearchitem.html : when previewing ico image search results we don't want a default favicon be displayed - throw an IOException ending in a HTTP 500 error when image processing fails, rather than returning a null result : behavior is more consistent accross browsers (for exempla Chrome and Firefox), especially with new default favicon display system
2015-10-21- Keep aspect ratio of images rendered directly by browser such as gifluc
and svg. - Corrected quadratic rendering of landscape images with height smaller than maxHeight
2015-04-20add vertical margin to the search cloud blockEugene Kuligin
2014-11-27bold words in snippets should not be coloured black in the base styleMichael Peter Christen
because there are styles with dark backgrounds which make the bold word invisible
2014-10-08fixed appearance of RSS icon on search result pageMichael Peter Christen
2014-09-05css skin fix: visited was not set which caused bad colors on new-userMichael Peter Christen
menu design.
2014-08-19added a unlock icon for all protected pages that are unlocked becauseorbiter
the administrator is logged in.
2014-04-30enhanced HostBrowser buttons and fixed text input alignmentMichael Peter Christen
2014-03-31added (again) underline to a tagsMichael Peter Christen
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-24corrected line-height in tagcloudMichael Peter Christen
2014-03-22Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.gitMichael Peter Christen
2014-03-22- do not show external link icon on navbar iconMichael Peter Christen
- do not show navbar icon on index.html
2014-03-21Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.gitorbiter
2014-03-21bring api icons to the frontorbiter
2014-03-21- added new input field in index.htmlMichael Peter Christen
- changed progress bar in yacysearch.html - moved pagination navigation to page bottom - moved search term input field to headline
2014-03-20removed underline for anchor refs and replaced it withMichael Peter Christen
underline-on-hover. Please update your style (switch and switch back)
2014-03-19redesign of menus; usage of bootstrap buttons and dropdown-menusMichael Peter Christen
2014-03-19- removed usage of jquery and yacy/ui in standard search interfaces asorbiter
possible - re-implemented formerly jquery-based tagcloud with simple html - fixed minimized menu for mobile/minimized view (try that: make window very narrow...)