Changes between Version 19 and Version 20 of Projects/Design
- Timestamp:
- 11/24/13 01:39:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Design
v19 v20 69 69 See [wiki:DeveloperGuidelines/Themes] 70 70 71 A theme for a web site provides the "look and feel" of the pages. It gives the overall layout for pages -- it tells where major page elements, like navigation controls, menu bars, side bars, footer, are placed. It specifies colours and backgrounds and logos. Most web sites, Eden included, have several different types of pages that display data from the server's database or provide forms and controls for user interaction -- the theme determines the general layout and page elements for each type of page, independent of the actual data shown. 72 71 73 Ideally we're looking for: 72 74 * A new 'base' theme that could be adapted for use by various organizations, and easily built upon foe branding. … … 80 82 The design of Sahana Eden could be enhanced greatly with everything from a better colour scheme (for example, the grey menu blends into the browser which is confusing) to making more efficient use of space. If you're more of a web designer than programmer, your input is greatly needed. If you could come up with static designs for the following pages, or programmers can do their thing and make Sahana Eden beautiful. If you can design and program, even better! 81 83 82 Try producing designs forthese pages -- they cover the main page types in Eden:84 Try producing a design for each of these pages -- they cover the main page types in Eden: 83 85 84 86 * Home Page - http://demo.eden.sahanafoundation.org/eden/ … … 93 95 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Components.jpg] 94 96 95 Please share the image files and the original design files (preferably an open standard)96 97 97 * Review CSS & layout.py for different themes to avoid duplication -- try for something unique. 98 98 * Ensure that elements have consistent design & class/id tags and can easily be customized … … 102 102 * Fonts 103 103 * Throbbers 104 * Use class/id tags which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / JQueryUIto support easy re-theming (Can copy bootstrap) from https://github.com/flavour/eden/tree/master/private/templates/DRMP)104 * Use class/id tags which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / [http://jqueryui.com/ JQueryUI] to support easy re-theming (Can copy bootstrap) from https://github.com/flavour/eden/tree/master/private/templates/DRMP) 105 105 106 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. 106 107 === Examples === 107 108