Commit Graph

49 Commits

Author SHA1 Message Date
Frederic Guillot 60d125a05e Move themes outside of the main repo 2015-01-29 21:06:54 -05:00
Frederic Guillot 8718798d80 Update hello theme 2015-01-19 19:20:29 -05:00
Frederic Guillot 0f62f81d9e Merge branch 'master' of https://github.com/Silvus/miniflux 2015-01-10 20:39:56 -05:00
silvus d3a275616e Fix favicons height 2015-01-11 01:48:25 +01:00
Frederic Guillot 8f9c957f2f Update hello theme with the patched version 2015-01-10 18:42:47 -05:00
Frederic Guillot a45d69dee4 Update Hello skin 2015-01-06 22:59:56 -05:00
Frédéric Guillot 9a980e076d Add icons for the Hello theme (settings page) 2015-01-02 12:07:57 -05:00
Mathias Kresin 9d31eb1a01 Fix feed-last-checked update after refresh-all
I've dropped it accidentally with my last commit. Furthermore I moved
the data-feed-id definition to the article element and dropped multiple
references of the feed id. That's similar to what I've done before with
the data-item-id in 3dae99ac.

The article element holds the information whether a feed is disabled now.

Now it is shown if a feed had errors while updating.
2014-12-31 17:14:19 +01:00
Mathias Kresin 0aa5252c85 remove multiple definition of data-item-page 2014-12-26 23:01:05 +01:00
Mathias Kresin a4d8abb631 Move update icon and update icon blinking to css
Use CSS3 Animation for the "loading icon" blinking and move the definition of
the loading icon to CSS as well.

CSS3 Animations are supported by IE10, Firefox and using the -webkit prefix by
Chrome and Safari.

I've dropped the usage of element.classList in favour of supporting refreshing/
article downloading in IE9 (again). The classList stuff isn't necessarily
needed, as the elements in question only get one or no class assigned.

I've dropped no longer supported css options like:

the appearance option isn't supported by any browser, the -webkit-appearance
doesn't change anything visible.

-webkit-font-smoothing support was dropped in chrome 22 and font-smoothing
isn't specified anywhere.
2014-12-26 23:01:05 +01:00
Mathias Kresin 3dae99ac27 remove multiple definition of item id
The item id exists as data attribute or as element.id postfix on multiple
elements in an article.

The basic idea is to traverse the DOM tree - starting from the event firing
element - in reverse order till an article element is found.

This article element is passed to the JavaScript functions. These JavaScript
functions are getting the elements which they want to manipulate starting from
the article utilizing the JavaScript querySelector function.

The bootstrap themes had a conflicting and unused class style definied, which is
removed by now.
2014-11-20 10:43:29 +01:00
Mathias Kresin e9762e7ea0 Move bookmark/read/unread display style completely to CSS 2014-11-19 20:19:45 +01:00
Mathias Kresin 8424b9bfb1 add brackets to unread, page and feed items counter via CSS
Unified the page-counters before.

This makes processing of counters in javascript way more easier. The minimum
required browser versions for the needed CSS3 selectors are IE9, Firefox 3.5
and Chrome 5. Confirmed working with IE9, Firefox 24.6, Chrome 36, Mobile Safari
on iOS6.

An unintended side effect of CSS brackets is that theme designers are able to
implement there idea of brackets.
2014-11-19 20:19:45 +01:00
Frédéric Guillot ca72433299 Improve layout (always show prev/next) 2014-11-08 12:55:30 -05:00
Mathias Kresin 5a6cc4708a Hello Theme: do not depend on language specific labels 2014-11-05 17:10:10 +01:00
Mathias Kresin b0ca5e8aa0 remove abandoned file
The file confirm_disable_feed isn't used anymore and the action disable-feed
does't exists.
2014-11-05 14:45:42 +01:00
Frédéric Guillot e29a22442d Update hello theme with sass sources included 2014-09-15 12:15:56 +02:00
Frédéric Guillot bf202b6d83 Fix 404 errors for the Hello theme 2014-09-11 14:32:15 +02:00
Frédéric Guillot fe95890e6f Minor fix for Hello theme 2014-09-11 14:27:39 +02:00
Frédéric Guillot d7e5cd0ad4 New theme: 'Hello' created by Meradoou 2014-09-01 08:34:28 -08:00
Frédéric Guillot 0069cc3792 Add new theme: Cards (pull-request #224) 2014-07-26 07:20:51 -04:00
silvus 655e8fda68 Add option to select display mode on lists (summaries or full contents) 2014-05-29 16:57:23 +02:00
Silvus e4b2e44096 Include .less files (bootstrap themes) 2014-04-01 14:01:26 +02:00
Frédéric Guillot 165cf3a070 Update themes bootstrap-light and bootswatch-cyborg to the new html structure 2014-03-31 21:27:05 -04:00
Frédéric Guillot 6ed3ec788a Change loading icon to use an utf8 symbol 2014-02-22 21:50:54 -05:00
Frédéric Guillot da61d38249 Improve mobile layout (Android phones) 2014-02-14 21:21:14 -05:00
Frédéric Guillot 5cb7d40838 Add a new theme with almost no css 'NoStyle' 2014-02-09 12:33:33 -05:00
Frédéric Guillot 2509de7f76 Improve others themes 2014-02-09 12:32:46 -05:00
Frédéric Guillot 49583f381f Improve files organization 2014-02-08 14:13:14 -05:00
Franklin Delehelle f5e6cd9a34 Uniformisation of fonts 2013-11-21 00:26:38 +01:00
franklin c1182d3bfe Colors \o/ 2013-11-20 14:58:46 +01:00
franklin 82582a0788 Delete unused fonts 2013-11-20 01:01:09 +01:00
franklin bb9ae03db6 My new theme \o/ 2013-11-20 00:59:56 +01:00
Frédéric Guillot 7251ce88c9 Add new theme: Copper (By Nicolas Dewaele) 2013-11-11 20:38:54 -05:00
silvus 9d40ebca54 Smalls fixes and improvements for the two versions of the theme 2013-09-19 19:54:14 +02:00
Frédéric Guillot 53712f2ec1 Rename theme Bootstrap-3 in Bootstrap-light 2013-09-18 19:55:59 -04:00
silvus 3da86975cd New theme base on Bootstrap 3 (dark version) 2013-09-18 22:03:12 +02:00
silvus 035034d32c New theme base on Bootstrap 3 (light version) 2013-09-18 22:01:28 +02:00
Frederic Guillot f1dafc5f57 Improve CSS (code/pre tags) 2013-08-07 20:18:48 -04:00
Frederic Guillot 9deefd424e Improve Green theme (change red button color) 2013-08-04 11:46:45 -04:00
Frederic Guillot 892478d430 Improve Green theme 2013-08-04 11:43:03 -04:00
Frederic Guillot d1f31288d4 Merge pull-request for the green theme 2013-07-21 10:16:51 -04:00
Epoc 26d0937dde Green theme : improvements
I hope I'm requesting this pull correctly
2013-07-20 15:48:12 +02:00
Frederic Guillot 3a79a96b5a Improve mobile version of Green theme 2013-07-20 09:10:55 -04:00
Epoc c45489c709 And here is the Green theme !
There are still things to finish and fix, especially for the responsive
version (I'm not a responsive design guy), but nothing blocking.

PS : This is my very first pull request
2013-07-20 12:36:41 +02:00
Frederic Guillot cf9f1b3655 Change color of the alert box for midnight theme 2013-07-19 21:19:55 -04:00
Frederic Guillot aacd4f0dc4 Update readme 2013-07-19 21:01:55 -04:00
Frederic Guillot b3848b771e Improve dark Theme 2013-07-19 20:53:15 -04:00
Luca Marra 4938d47cec added dark theme v1.0 2013-07-19 11:32:22 +02:00