Changes between Version 5 and Version 6 of ThemeCustomization

Show
Ignore:
Timestamp:
04/22/10 08:32:35 (3 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ThemeCustomization

    v5 v6  
    3737Concerning CSS stylesheets, you just have to create your new stylesheet with the name of your theme or just copying/renaming the default one, and then modifying. 
    3838 
     39=== With Sample theme === 
    3940 
    40  * How to create new theme :  
    41   * copy the default images files under the images/ directory into your new "Sample" directory under images/themes/ 
    42   * copy the default CSS stylesheet under css/ directory and rename it as Sample.css 
    43   * go to the administration page -> configuration system page, then you can choose in the combo box which theme will be apply to your application 
     41[[Image(Sample_config.png)]] 
     42[[Image(Sample.png)]] 
     43 
     44=== Back to default theme === 
     45 
     46[[Image(choosing_theme.png)]] 
     47 
     48=== How to create new theme === 
     49 * copy the default images files under the images/ directory into your new "Sample" directory under images/themes/ 
     50 * copy the default CSS stylesheet under css/ directory and rename it as Sample.css 
     51 * go to the administration page -> configuration system page, then you can choose in the combo box which theme will be apply to your application 
    4452 
    4553This new feature will also help developers around Geonetwork to easily customize their owns applications without modifying the core code and without loosing compatibility with trunk.