Changes between Version 3 and Version 4 of DeveloperGuidelines/Themes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v3 v4  
    1414By default these files are used:
    1515* {{{/private/templates/default/views/layout.html}}}
     16* {{{/private/templates/default/views/load.html}}}
    1617in non-Debug mode:
    17 * {{{/static/themes/default/sahana.min.css}}}
     18* {{{/static/themes/default/css/sahana.min.css}}}
    1819in Debug mode:
    1920* {{{/private/templates/default/css.cfg}}}
     21* {{{/static/themes/default/css/layout.css}}}
     22* {{{/static/themes/default/reset.css}}}
    2023* {{{/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}}}
     28etc
    2229
    2330=== User Theme ===
     
    2835 * {{{settings.base.theme = "themename"}}}
    29361. 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)
    3138 * {{{/static/themes/<themename>/img}}}
    32391. If not already using a template create one: {{{/private/templates/<templatename>}}}