Changes between Version 6 and Version 7 of DeveloperGuidelines/Themes
- Timestamp:
- 06/23/12 14:54:17 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes
v6 v7 10 10 NOTE: This is still a work-in-progress: not everything here is ready yet & the details may change! 11 11 12 == = Default Theme ===12 == Default Theme == 13 13 By default these files are used: 14 14 * {{{/private/templates/default/views/layout.html}}} … … 27 27 etc 28 28 29 == = User Theme ===29 == User Theme == 30 30 A new Theme should match the name of the controlling Template. 31 31 … … 45 45 NB 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 46 46 47 === = Ext Theme ====47 === Ext Theme === 48 48 Use [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): 49 49 * {{{static/scripts/ext/resources/css/ext-theme.min.css}}}