jquery / themeroller.jquerymobile.com

ThemeRoller site for jQuery Mobile
Other
140 stars 73 forks source link

Missing global styles #55

Closed gavins closed 12 years ago

gavins commented 12 years ago

The theme I downloaded is missing all the global styles. When I view my page, there are no base fonts, sizes etc.

Also, this wording is incorrect when you attempt to download the theme:

To use your theme, add it to the head of your page after the jquery.mobile.structure file, like this:

Should read before

tybenz commented 12 years ago

Could you be more specific in how to recreate the missing-global-styles bug? The typo has been fixed.

gavins commented 12 years ago

So I downloaded this theme:

http://jquerymobile.com/themeroller/index.php?style_id=20111130-177

As instructed I added these to the top of my page:

When I visit my site, I have some of the elements from that style sheet coming through, but things like list views now have no visual style (only structural). The original style sheet jquery.mobile-1.0.css contained visual styles for ui-btn but this theme roller version does not. Thanks gav > Date: Tue, 20 Dec 2011 12:23:09 -0800 > From: reply@reply.github.com > To: gsansom@hotmail.com > Subject: Re: [web-jquery-mobile-theme-roller] Missing global styles (#55) > > Could you be more specific in how to recreate the missing-global-styles bug? The typo has been fixed. > > --- > > Reply to this email directly or view it on GitHub: > https://github.com/jquery/web-jquery-mobile-theme-roller/issues/55#issuecomment-3224716
tybenz commented 12 years ago

When using ThemeRoller, the original style sheet jquery.mobile-1.0.css is broken into two pieces. Anything not in the Theme CSS file you downloaded should be in the jquery.mobile.structure.css file and everything pertaining to the theme you created is in the Theme file. The global settings that you are looking for can be found in the STRUCTURE file

gavins commented 12 years ago

Ive realised what the issue is now. I only had one swatch, so b and c were missing. This meant the list views using theme c by default had no styling.

-----Original Message-----

From: Tyler Benziger Sent: 22 Dec 2011 06:23:26 GMT To: gavins Subject: Re: [web-jquery-mobile-theme-roller] Missing global styles (#55)

When using ThemeRoller, the original style sheet jquery.mobile-1.0.css is broken into two pieces. Anything not in the Theme CSS file you downloaded should be in the jquery.mobile.structure.css file and everything pertaining to the theme you created is in the Theme file. The global settings that you are looking for can be found in the STRUCTURE file


Reply to this email directly or view it on GitHub: https://github.com/jquery/web-jquery-mobile-theme-roller/issues/55#issuecomment-3245948