Themes

Aigaion supports the use of themes, you can select it on your 'profile' page. If you don't like the standard themes, feel free to create one yourself. Here is how to do it:

  • Create a directory where the theme-files will be stored, below the '/aigaionengine/themes/' directory.
  • Copy the themes/default/css/, themes/default/img/ and themes/default/icons/ directories (but NOT the files in them) to that theme directory. You end up with the following directory structure:
     [new-theme-directory]/css/
                            [all style files]
     [new-theme-directory]/icons/
                            [all icons]
     [new-theme-directory]/img/
                            [all other images]
    
  • You can then start modifying the icons and the styles. Styles go into the file "css/styling.css" and "css/positioning.css"; new icons into the icons directory. You only need to override those style elements and icons that must be changed: the styles and icons in the "default" theme will be used as fallback.
Note that the personal configuration forms will automatically pick up the new theme as an option.

If you do not have access to the web server yourself, create the theme and kindly ask your system administrator (Admin) to place it in the directory mentioned above.