Changes between Version 3 and Version 4 of DeveloperGuidelines/Themes
- Timestamp:
- 06/23/12 14:37:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes
v3 v4 14 14 By default these files are used: 15 15 * {{{/private/templates/default/views/layout.html}}} 16 * {{{/private/templates/default/views/load.html}}} 16 17 in non-Debug mode: 17 * {{{/static/themes/default/ sahana.min.css}}}18 * {{{/static/themes/default/css/sahana.min.css}}} 18 19 in Debug mode: 19 20 * {{{/private/templates/default/css.cfg}}} 21 * {{{/static/themes/default/css/layout.css}}} 22 * {{{/static/themes/default/reset.css}}} 20 23 * {{{/static/themes/default/layout.css}}} 21 * {{{/static/styles/S3/sahana.css}}} 24 * {{{/static/themes/default/shortcut.css}}} 25 * {{{/static/themes/default/widgets.css}}} 26 * {{{/static/themes/default/style.css}}} 27 * {{{/static/themes/default/homepage.css}}} 28 etc 22 29 23 30 === User Theme === … … 28 35 * {{{settings.base.theme = "themename"}}} 29 36 1. Create new folders to hold the theme elements: 30 * {{{/static/themes/<themename>/css}}} which will usually contain these files: {{{layout.css}}}, {{{ theme.css}}} (it is normally assumed that {{{/static/styles/S3/sahana.css}}} is also used)37 * {{{/static/themes/<themename>/css}}} which will usually contain these files: {{{layout.css}}}, {{{style.css}}} (it is normally assumed that {{{/static/themes/default/css/widgets.css}}} is also used) 31 38 * {{{/static/themes/<themename>/img}}} 32 39 1. If not already using a template create one: {{{/private/templates/<templatename>}}}