Changes between Version 6 and Version 7 of DeveloperGuidelines/Themes


Ignore:
Timestamp:
06/23/12 14:54:17 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v6 v7  
    1010NOTE: This is still a work-in-progress: not everything here is ready yet & the details may change!
    1111
    12 === Default Theme ===
     12== Default Theme ==
    1313By default these files are used:
    1414* {{{/private/templates/default/views/layout.html}}}
     
    2727etc
    2828
    29 === User Theme ===
     29== User Theme ==
    3030A new Theme should match the name of the controlling Template.
    3131
     
    4545NB Production sites who wish to compile their code either need to hardcode the theme name in their {{{views/layout.html}}} or upgrade to Web2Py version: 2.00.0 (2012-06-17 23:36:32) or newer
    4646
    47 ==== Ext Theme ====
     47=== Ext Theme ===
    4848Use [http://www.codebeautifier.com CodeBeautifier] to merge the {{{ext-all-notheme.css}}} with {{{xtheme-gray.css}}} (merges properties on the same selectors which most minifiers don't):
    4949 * {{{static/scripts/ext/resources/css/ext-theme.min.css}}}