Is anybody aware of a project/url that shares jQuery UI compatible themes, that you can't tell at first glance are from ThemeRoller. Difference: different icons, styling of tabs, dialogs etc, not just color palette. I think you got what I mean. ThemeRoller is nice but would be even nicer to have some visual alternatives. Even 1 would make a difference :) Thanks in advance.
views:
314answers:
3No, as all the above items are customizable in the ui css file. I usually get it close, then make the necessary changes to the code.
The easiest way I have found to do this is by using firebug, and tweaking the css rules until I get what I am looking for. I then save those changes to the actual file (really easy as firebug gives you line numbers and class names).
EDIT: According to this forum posting, in order to work with ie6, the icons have to be in a very specific format. The forum lists the format.
The good news is that it seems you can likely develop some customized icons in grayscale, and just dump them into the theme you are working on, or even perhaps replace a few of the icons.
The link below is a theme plugin, seems to have some user updated themes.
There's the 'Aristo' JQuery UI theme: http://taitems.tumblr.com/post/482577430/introducing-aristo-a-jquery-ui-theme
Online demo here: http://www.warfuric.com/taitems/demo.html
In a nutshell, the author was fed up with the 'goofiness' of the Themeroller themes and wanted something closer to SproutCore and Cappuccino.