Changes between Version 36 and Version 37 of BluePrint/CSS
- Timestamp:
- 09/15/09 06:58:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CSS
v36 v37 4 4 * http://matthewjamestaylor.com/blog/perfect-full-page.htm 5 5 * This was inspired by the work done on Sahana PHP: http://demo.respere.com/dnn/ 6 * Link on doing soemthing similar with the default web2py menu: http://groups.google.com/group/web2py/browse_thread/thread/ecffcd0427af0fec 7 6 * Link on doing something similar with the default web2py menu: http://groups.google.com/group/web2py/browse_thread/thread/ecffcd0427af0fec 8 7 The logo font is Brush Script. 9 8 10 9 Main outstanding task on this is to have the Modules menu show which module we're currently in. 10 * The Auth menu already does this. 11 12 The Modules menu could be moved to a single dropdown - located below the Login box. 13 14 The Auth menu should be migrated to using the same style as the Modules/Options menus? 11 15 12 16 The CSS could still do with some cleaning up to remove unused styles. 13 17 14 18 We should include alternate layouts which different views can inherit from (common areas included into these to be DRY): 15 * Site home & Module homes act as portals, which require 3 columns: 16 * http://matthewjamestaylor.com/blog/perfect-3-column.htm 19 * Site home & Module homes act as portals, which require a more complex layout, such as: 20 * 3 columns: http://matthewjamestaylor.com/blog/perfect-3-column.htm 21 * Stackable: http://matthewjamestaylor.com/blog/perfect-stacked-columns.htm 22 23 CSS could be parsed as a template (included as a view) & thus have commonly-changed items (Logo/Colours) stored in the database (s3_theme). 24 * Would the minify script cope with this? (Could amend to have the editable file use keywords which are replaced by the braced variables in both debug/min) 17 25 18 26 Maximal usability ideas: