131 | | Review CSS & layout.py for different themes to avoid duplication -- try for something unique. |
132 | | |
133 | | Ensure that elements have consistent design & class/id tags and can easily be customized |
134 | | * Buttons |
135 | | * Tables |
136 | | * Popups |
137 | | * Fonts |
138 | | * Throbbers |
139 | | * Use class/id tags which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / [http://jqueryui.com/ JQueryUI] to support easy re-theming. |
140 | | |
141 | | Please share your CSS and HTML files and any images they need. If you have mockups or anything you'd like to point out about your theme, please include that too. |
| 131 | Review the current themes to avoid duplication -- try for something unique. You will need to install an Eden developer environment to see the themes that do not have demo servers. The files for themes can also be found in this directory: |
| 132 | * https://github.com/flavour/eden/tree/master/static/themes |
| 133 | |
| 134 | Ensure that elements have consistent design & class/id names and can easily be customized. Use class/id names which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / [http://jqueryui.com/ JQueryUI] to support easy re-theming. Elements that you may want to customize include: |
| 135 | * Buttons |
| 136 | * Menus |
| 137 | * Tables |
| 138 | * Popups |
| 139 | * Tooltips |
| 140 | * Fonts |
| 141 | * Throbbers |
| 142 | * Cards |
| 143 | * Icons |
| 144 | |
| 145 | Please share your theme code files and any images they need. If you have mockups or anything you'd like to point out about your theme, please include that too. |