Wijmo UI for the Web
Included Themes
Wijmo User Guide > Concepts > Themes and Styles > Included Themes

Wijmo includes all of the following themes, which you can see in action on http://wijmo.com/demo/themes. You can also use any jQuery UI themes, which you can also see in action in the Themes demo.

Arctic

Aristo

Rocket

Midnight

Sterling

Cobalt

Lucid new!

Stafford new!

Link to a theme with markup like this in the <head> section of your page.

Theme Markup
Copy Code
<!--Theme-->
<link href="http://cdn.wijmo.com/themes/stafford/jquery-wijmo.css" rel="stylesheet" type="text/css" />

Mobile Themes

Wijmo includes themes designed especially for mobile applications.

Moonlight

Ocean new!

Link to a mobile theme with markup like this in the <head> section of your page.

Mobile Theme Markup
Copy Code
<!--Theme-->
<link href="http://cdn.wijmo.com/themes/1.4.0/moonlight-mobile/jquery-wijmo.css" rel="stylesheet" type="text/css" />
See Also