Ok either the Getting Started guide is wrong or the theme builder is fubar. In order to get any css styling, I HAVE to use files from the developer-bundle folder like this: <link href="/stylesheets/development-bundle/themes/redmond/ui.all.css" media="screen" rel="stylesheet" type="text/css" /> It's the ui.theme.css file that has all the styling in it. even the combined file jquery-ui-1.7.2.custom.css in that same folder has none. I suppose I could include both the ui.theme.css file and the jquery- ui-1.7.2.custom.css to achieve the same results because the ui.all.css includes the theme file and the base file which in turn imports all the individual widget files.
Nothing in the /css folder has any color, border, sizing etc in it. My guess is the generator doesn't work. So maybe I'm not so much the noob I thought I was and the system's borked? Maybe not... ;) Eric On Feb 8, 12:43 pm, nowhere <gemorga...@gmail.com> wrote: > The demo page has this: > <link rel="stylesheet" > href="http://static.jquery.com/ui/css/ > base2.css" type="text/css" media="all" /> > <link rel="stylesheet" > href="http://ajax.googleapis.com/ajax/libs/ > jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" type="text/css" > media="all" /> > <link rel="stylesheet" > href="http://static.jquery.com/ui/css/demo- > docs-theme/ui.theme.css" type="text/css" media="all" /> > <script > src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ > jquery.min.js" type="text/javascript"></script> > <script > src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/ > jquery-ui.min.js" type="text/javascript"></script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/latest/ > external/bgiframe/jquery.bgiframe.min.js" type="text/javascript"></ > script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/ > minified/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script> > > <script src="/js/demos.js" > type="text/javascript"></script> > > Which is include far more than the Getting started page is > suggesting... > > On Feb 8, 12:36 pm, nowhere <gemorga...@gmail.com> wrote: > > > Ok replied too soon. I have been through that page and have all three > > files included but the theme is not present. All js stuff works > > (accordion goes up and down) but no theme. > > > Looking at the html produced it has all the classes I am expected > > (widgets and such). When I look at the /stylesheets/jquery- > > ui-1.7.2.custom.css file tho I don't see any color definitions and no > > references to url's to load any images as backgrounds or otherwise and > > no @imports. There is definitely something missing. > > > Eric > > > On Feb 8, 12:19 pm, nowhere <gemorga...@gmail.com> wrote: > > > > Ah crap, > > > > I somehow missed the whole bottom half of that doc. Must be trying to > > > do too many things at once and got distracted by the fact that the > > > demo pages (opened in a new window via the link that's provided) on > > > the jQueryUI site don't actually have a theme. I'll look more closely > > > at the getting started. So THANKS! You did point me right to the > > > spot... > > > > Eric > > > > On Feb 8, 12:08 pm, "Richard D. Worth" <rdwo...@gmail.com> wrote: > > > > > On Mon, Feb 8, 2010 at 2:01 PM, nowhere <gemorga...@gmail.com> wrote: > > > > > > Can anyone point me to a doc that describes what the files are that > > > > > are generated by the theme roller or even the base package and which > > > > > ones are needed? > > > > > You might want to start here: > > > > >http://jqueryui.com/docs/Getting_Started > > > > > - Richard -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.