Themes » History » Version 12
Mihaly Bak, 2010-11-26 14:51
1 | 1 | Mischa The Evil | h1. Themes |
---|---|---|---|
2 | |||
3 | 11 | Jean-Philippe Lang | Redmine provides basic support for themes. Redmine themes can override stylesheets only (like @application.css@). |
4 | 1 | Mischa The Evil | |
5 | h2. Installing a theme |
||
6 | |||
7 | 1. First, copy the theme-directory into @../public/themes/@. This would result in a directory-path to @application.css@ like: <pre> |
||
8 | ../public/themes/<themename>/stylesheets/application.css</pre> |
||
9 | |||
10 | 4 | Mischa The Evil | 2. You now may need to restart Redmine so that it shows the newly installed theme in the list of available themes. |
11 | 1 | Mischa The Evil | |
12 | 12 | Mihaly Bak | 2. Go to "Administration -> Settings" > "Display" and select your newly created theme in the "Theme" drop-down list. Save your settings. |
13 | 1 | Mischa The Evil | |
14 | 4 | Mischa The Evil | Redmine should now be displayed using the selected theme. |
15 | 1 | Mischa The Evil | |
16 | h2. Theme list |
||
17 | |||
18 | 10 | Mischa The Evil | A list of available Redmine themes can be found at the [[Theme List|Redmine theme list]]. |
19 | 7 | Shane Pearlman | |
20 | 1 | Mischa The Evil | h2. Creating custom themes |
21 | |||
22 | 9 | Mischa The Evil | There is a howto ([[HowTo create a custom Redmine theme]]) which explains how to create a custom Redmine theme. |