Themes » History » Version 3
Mischa The Evil, 2008-12-13 02:29
Linked "Alternate theme"
1 | 1 | Mischa The Evil | h1. Themes |
---|---|---|---|
2 | 1 | Mischa The Evil | |
3 | 1 | Mischa The Evil | As of version @0.6.0@ (r818), Redmine provides basic support for themes. Redmine themes can override stylesheets only (like @application.css@). |
4 | 1 | Mischa The Evil | |
5 | 1 | Mischa The Evil | h2. Installing a theme |
6 | 1 | Mischa The Evil | |
7 | 1 | Mischa The Evil | 1. First, copy the theme-directory into @../public/themes/@. This would result in a directory-path to @application.css@ like: <pre> |
8 | 1 | Mischa The Evil | ../public/themes/<themename>/stylesheets/application.css</pre> |
9 | 1 | Mischa The Evil | |
10 | 1 | Mischa The Evil | 2. Now [[HowTo_create_a_custom_Redmine_theme#Applying-the-theme|apply]] the newly installed theme. |
11 | 1 | Mischa The Evil | |
12 | 1 | Mischa The Evil | 3. Restart Redmine |
13 | 1 | Mischa The Evil | |
14 | 1 | Mischa The Evil | You should now be able to see and select the theme in the themes-list in 'Admin -> Settings'. |
15 | 1 | Mischa The Evil | |
16 | 1 | Mischa The Evil | h2. Theme list |
17 | 1 | Mischa The Evil | |
18 | 1 | Mischa The Evil | * [[ThemeDefault|Default theme]] - the default Redmine theme (included). |
19 | 1 | Mischa The Evil | * [[ThemeAlternate|Alternate theme]] - a derivative of the default theme including issuelist-colouring based on issue's priority (included). |
20 | 1 | Mischa The Evil | * [[ThemeClassic|Classic theme]] - the more classic-looking redmine theme (included). |
21 | 2 | Mischa The Evil | * [[ThemeBasecamp|Basecamp theme]] - a Redmine-port of 37signals® Basecamp® theme. |
22 | 3 | Mischa The Evil | * [[ThemeAlternateRTL|RTL-mod of Alternate theme]] - a RTL-version of the [[ThemeAlternate|Alternate theme]] (also a dependency of this theme). |
23 | 1 | Mischa The Evil | * [[ThemeSqueejee|Squeejee theme]] - a dark-theme showing Redmine's theme-capabilities. |
24 | 1 | Mischa The Evil | |
25 | 1 | Mischa The Evil | h2. Creating custom themes |
26 | 1 | Mischa The Evil | |
27 | 1 | Mischa The Evil | See the [[HowTo_create_a_custom_Redmine_theme|Howto]] about creating a custom Redmine theme. |