* background colors
* border
* Update adark.css
* font-color
* empty feed color
* slider
* color input improved
* menu nav hover
* nav: highlight font color while hovering
* lighter color btn icon on hover
* btn-attention background color
* empty feed color
* delete .log CSS
* delete white background .icon when feed active
* article header+footer
* bigMarkAsRead button
* .content hr
* dropdown triangle color
* rename variables
* notification colors
* border colors
* last left colors
* reorder
* hover flux icons
* config dropdown menu mobile view shadow+border
* dropdown menu hover color
* close aside hover
* slider-shadow
* icon hover
* toggle aside
* improved contrast blue
* contrast border color hover
* kbd styled
* hover on form elements highlight font color
* font colors instead background color
* link in alert
* contrast attention font color
* fix stream last item border
* font color of author in stream
* lighter color for headlines in article
* nav: active menu entry in lighter font color
* Update adark.rtl.css
* fixes
* fix favicon hover
* fix
Actually, there are two issues to be fixed:
1. Since `div.flux_content` has been changed to `article.flux_content`
in HTML, we should address that in JS too. Or, to take one step
further, select it using `.flux_content` directly.
2. For the article already at the first position, its `prev_article`
would select `#new-article` whose css attribute `display` is `none`
in most cases, which breaks the new position calculation.
* icons
* login screen
* fix login screen input in .stick
* <legend> in the same height like input
* simplefy the search bar button
* header height improved
* improve the config menu button
* navigation bar: border radius
* navigation bar: btn hover improved to darker grey, when not within .stick
* delete unused code ul.nav
* delete outcommented code + translate EN-> FR
* fix syntax
* fixed and RTL
* RTL
* some general.prompt styles now in template.css
* login button
* same layout for login and register form
* improve input and select
* legend with dark background instead grey
* fix config icon z-index
* remove unused code
* improve .prompt
* set header also on login and register page
* fix: show passwort button
* improve login button on login and register screen
* dropdown menu: smaller line height
* improve layout sidebar closer
* remove double code
* swage.css
* fix nits
* fix nits
* nits nits nits
* nits are all around us....
* better position of config button
* show header in mobile view + beauty the login button
* CSS files
* style the about FreshRSS link
* delete unused import.svg
* fix config sidebar padding
* fix position of user query button in mobile view
* improve config button in user query dropdown
* fix global view overlay
* fix close button aside bar in reader view
* generated CSS files
* Update swage.scss
* fix nav_menu icon color of unread and favorite
* improve search bar positioning in mobile view
* read-all dropdown menu opens to left side in mobile view
* restyle the new-article banner
* improve big read button
* make the header fixed while scrolling
* fix search input while scrolling
* improve config icons layout in .box
* fix scrollbar:hover in template.css
* improve article footer dropdowns
* swage.css
* Update main.js
* Update main.js
* fix (S)CSS
* config navigation improved
* left feed navigation: hover color added
* CSS files
* Update swage.scss
* New Article banner improved margin
* textarea: removed grey background
* remove unnecessary line
* Revert new-article banner layout
* Remove :hover in slider
* fix select height in sharing config
* Fix scrollbar for slider with white background
* fix: slider close button with theme color
* fixed scrollbar CSS
* Refactor entry to GReader API format
Some code was copied in two locations and not completely uniform.
Cleaning of related variables and functions (e.g. better types for entries and categories as objects vs. as IDs).
Usecase: I need to call the same GReader-compatible serialization from an extension
* Fixed some edge cases
* Keep summary instead of content
`summary` and `content` seems to be used interchangeably in the Google Reader API. We have been using `summary` for our client API and `content` in our export/import, so stick to that.
* translated the comments FR -> EN
* delete useless extra styles for login header (template.css)
* <select> in the same height like <input>
* simplefy the search bar button
* improve the config menu button
* improve the layout of the login/register prompt
* navigation bar: border radius
* navigation bar: btn hover improved to darker grey, when not within .stick
* header height improved
* delete unused code ul.nav
* delete outcommented code
* translate comments FR -> EN
* improve login form layout
* icons: do not use it as background-image
* mapco.css
* fixes the nuts
* more nuts
* improve mobile login form
* delete unused view-normal.svg
* compress the svg icons
* add close button, add content slider div
* add &ajax=1#slider to the links
* CSS
* fix showPW functionality
* open slider after received Ajax
* do not show empty slider
* RTL CSS
* fixed code smell
* improved: links prep via JS
* Redirect anchor
* enable #anchors in printuri()
* enable #slider when config was saved
* Active sliding via JS
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* added new theme
* removed old picture
* modified color of summary and author
* fixed input elements being hard to distinguish
* make fix-all
* markdown lint
* cleaned up css, still incomplete afaik
* removed duplicate, highlight current article
* removed more duplicates, reordered some things
* make fix-all
* removed last few css duplicates
* removed empty css blocks
* make fix-all
* Cleaned CSS - deleted styles that are maintained in template.css
* RTL CSS
* color changed from template
* icons deleted that did not change to the default icons
* Fix CSS (tabs instead of spaces) + RTL
* Delete import.svg
* use CSS filter instead of coloured theme icons
* active buttons are noticeable, more colored icons
* removed unnecesary line
* added background to favicons
* make fix-all
* RTL
* removed background color change since its not present in other menus
* make fix-all
* fixed alerts, code sections
* fixed some css being inconsistent
* renamed to Nord
* removed important from css
* Reorder CSS, fix duplicate, update RTL CSS
* ran npm fix and test. Removed duplicates
* fixed link color in warnings
* changed alert-warn colors
* color of icons can be changed with css
* make fix-all
* oops, fixed spaces instead of tabs
* border color fix
* border color fix
* Global view: dark background
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: mathContao <math-home@web.de>