As promised, Mojito, our new Redmine skin, is now available for download. We’re very keen to see how this theme gets used so please leave a comment if you decide to take it for a spin.
→ Download Modula Mojito theme (.zip 4.8kb)
Installation is simple:
1. Download the ModulaMojito.zip package
2. Unpack it into your Redmine themes folder (~/redmine/public/themes)
3. Restart your instance running Redmine and select the new “Modula Mojito” theme from your Redmine /settings panel.
History
Feb. 10 2009: First released
Feb. 14 2009: Fixed some styles
Mar. 26 2009: Improved usability
Jun. 18 2009: A small fix
Sep. 7 2009: Bugfix release (credits to Eclectice and Gally)
May 2, 2011: Moved to GitHub.


33 comments
Henrique Bastos says:
Feb 25, 2009
Hello! No doubt that’s the best redmine theme I could find. It improves sections visibility and visually groups actions. Congratulations! Great job!
Eero says:
Feb 25, 2009
Thanks Henrique!
Gerrit Fries says:
Feb 28, 2009
Hi there!
You got some nice themes for redmine. since I’m planning a redmine-theme website I was wondering wheter I could use your templates on my site. I think some screenshots of your themes and a link to your site for downloading wouldn’t be a problem – am I wrong?!
kind regards,
gerrit
Eero says:
Feb 28, 2009
Hi, Gerrit.
Just go ahead. No problem. Good luck with your site! :)
Dave says:
Apr 23, 2009
Great theme.
I find the green text to be too light when it’s shown on the white background. Does anyone else? It makes my eyes hurt, and my coworkers had the same complaint. We’ve darkened it a bit.
Eero says:
Apr 23, 2009
Thanks, Dave.
You are probably right about the colors. I try to find some time to think it over and push out an improved version.
emcconville says:
Jun 17, 2009
Add the css property “outline:none;” on the “a” selector. That’ll clean up the navigation on some browsers.
Cheers
Eero says:
Jun 18, 2009
Thanks!
Caleb says:
Jul 24, 2009
Gonna have a go with this theme — love it! Just to dumb to figure out how to restart Redmine… :S
eclectice says:
Sep 9, 2009
Hi,
I love your theme.
But, I think there is a CSS style bug when clicking on the tree view of a SCM repository. Do you intend to display the folder icons when collapsing/expanding a folder tree in Redmine 0.8.4?
http://{domainname}/redmine/repositories/show/{projectid}
Eero says:
Sep 9, 2009
Ok. Thanks.
There may be a bug. I’m currently unable to test the SCM feature thoroughly but if you have a solution I’ll be happy to upgrade the files.
Gally says:
Oct 6, 2009
While I am no expert in CSS commenting out the following in the application.css solved the tree display issue :
.icon-time { padding-left: 0; font-size: 2em; }
.icon, .icon-add, .icon-time { background: none; }
Gally says:
Oct 6, 2009
BTW, great job on the theme! Best one I’ve seen!
Eero says:
Oct 7, 2009
Thank you, Gally! I just upgraded the theme accordingly.
Zip says:
Jan 25, 2010
I love it! I made some minor modifications to use with zipt.org
Mike says:
Mar 22, 2010
Thanks for a wonderful post, l ve been looking for such information, I will join jour rss feed now.
Aleksey V. Zapparov AKA ixti says:
Jun 26, 2010
Great style. But unfortunately it brake icons sometime (e.g. icon of time tracker plug-in). In order to fix that I have added following to the stylesheet of this template:
.icon {
padding-left: 20px !important;
padding-top: 2px !important;
padding-bottom: 3px !important;
}
Eero says:
Jul 14, 2010
Thanks for pointing that out!
Alex says:
Jul 26, 2010
Thanks! An excellent theme!
Jaris says:
Aug 27, 2010
Good Job! Nice and solid view!
Henrik says:
Sep 14, 2010
I really like it aswell (just installed it on our server). Nice and clean, the way I like it.
One thing though, when there is a subproject the parentprojects link in the top is #f8f8f8 from #header a in the original application.css file, it needs to be overwritten.
egarcia says:
Sep 27, 2010
Hi there!
We loved this theme and we use it currently in our company’s internal project tracking site.
One minor thing: for some reason the contextual toolbar (bar containing “edit / watch / lock /etc when seeing a wiki page) seems to be misaligned.
I fixed this by setting margin-top to 0 in .contextual:
. contextual {
font-size:0.9em;
margin-right:1em;
margin-top:0;
}
Something.. says:
Sep 28, 2010
Make sure plugin is Redmine 1.0.2 compliant and fix small issues?? Love the theme by the way. :)
Peter says:
Oct 27, 2010
Excellent Theme — makes redmine even more fun to work with!
Thanks a lot!
The only improvement I could think of is a svn / git version to stay up to date.
Something.. says:
Oct 27, 2010
Using the time module, when you click the report link from the Overview tab, you can see the Log Time link is clearly messed up. I fixed it by moving it and changing the breadcrumb. Breadcrumbs look great everywhere else, as well as the other places the Log Time link appears (I made sure the changes to the Log Time only applies to that particular page).
p.breadcrumb {
font-size:0.9em;
padding:6px 0;
}
div a.icon-time-add {
line-height:0em;
}
I also made the display issues and messages awesome looking, but that’s a topic for another time. (Here’s an image though)
http://img820.imageshack.us/img820/9055/snapshot7i.png
sampablokuper says:
Oct 30, 2010
Thanks for making this attractive theme available!
vkovalskiy says:
Dec 13, 2010
Great theme, the most convinient for Redmine. Although we made some changes inside of CSS for better headers impression. What it is your license for theme and can we share modified version online?
Eero says:
Dec 14, 2010
Thanks for asking. This theme is completely free. You can share your own versions of the theme.
Something says:
Dec 31, 2010
My earlier fix caused a problem with the context-menu icon-time-add. To fix it, in addition to what I stated awhile ago, just add this:
#context-menu li a.icon-time-add {
line-height: inherit;
}
simoncpu says:
Feb 5, 2011
WE WANT MOAR! WE WANT MOAR! MOAR SKINZ PLOX!!!11!!!!
Thank you for providing us with the Modula Redmine theme series. We really appreciate it. :)
Alex says:
Mar 31, 2011
This theme is pleasant!
Tell me, Eero, what icons a you used? Where Is download this icons?
Thanks!
Hugo Ferreira says:
May 2, 2011
I created a repository over at GitHub for the Modula Mojito theme:
https://github.com/mindclick/modula-mojito
Contributions and improvements via GitHub are most welcome.
Alex says:
Aug 18, 2012
Hi! It’s time to update the Modula Mojito theme: remove “-moz” and “-webkit” from CSS.