Changes between Version 36 and Version 37 of BluePrint/CSS


Ignore:
Timestamp:
09/15/09 06:58:09 (15 years ago)
Author:
Fran Boon
Comment:

ToDos

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v36 v37  
    44 * http://matthewjamestaylor.com/blog/perfect-full-page.htm
    55 * 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
    87The logo font is Brush Script.
    98
    109Main 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
     12The Modules menu could be moved to a single dropdown - located below the Login box.
     13
     14The Auth menu should be migrated to using the same style as the Modules/Options menus?
    1115
    1216The CSS could still do with some cleaning up to remove unused styles.
    1317
    1418We 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
     23CSS 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)
    1725
    1826Maximal usability ideas: