Redmine Highrise theme
Redmine theme based on 37signals Highrise CRM
About
A freshly designed, open and responsive Redmine and RedmineCRM plugins theme with scalable to fit all browser widths/resolutions and customizable header colors with main menu position.
Free Download Free Download with left menuCompatibility
This theme is compatible with the latest Redmine v2.2.x. It is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox
Gallery
Installation
- Download the theme Download
- Unzip it into
../public/themes/. This would result in a directory-path to application.css like:../public/themes/highrise_tabs/stylesheets/application.css
- You now may need to restart Redmine so that it shows the newly installed theme in the list of available themes.
- Go to "Administration -> Settings" -> "Display" and select your newly created theme in the "Theme" drop-down list. Save your settings.
- Redmine should now be displayed using the selected theme.
Change logo and color¶
- Change imported file name to red.css, green.css, grey.css or dark_grey.css, in line 2
- Change padding in line 6 to iterate your logo (logo file should be present in
{redmine}/public/themes/highrise/images/logo.png)
@import url(../../../stylesheets/application.css);
@import url(blue.css);
#header > h1 {
background: url(../images/logo.png) no-repeat -2px -5px;
padding: 5px 50px; /* Change this for set your own logo*/
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
License
Redmine Hightrise theme is open source and released under the terms of the GNU General Public License v2 (GPL).
Changelog
v1.1.1
- Redmine 2.2 support
- CRM plugin 3.1 support
- Invoices plugin 2.0.1 support
- Helpdesk plugin 2.1.0 support
- Retina display support (thumbnails, contacts avatars, logo)