Official website

Monday, April 15, 2013

Stylesheets

Themes below are apply to jquery mobile 1.3.1. Jubito currently use version 1.4. Please read the note on this post.

Glacier (Default)

Download

Droid

Download

Bronze

Download

Mustard

Download

Desert

Download

Hot Rod Red

Download

Brick

Download

Reddish

Download

Instructions

To change the stylesheet follow this post
or alternatively edit index.html and change the stylesheet name
<!DOCTYPE html>
<html>
    <head>
        <title>jubito</title>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="default.css" />
        <link rel="shortcut icon" href="favicon.ico" />
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile.structure-1.3.1.min.css" />
        <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
You can also create a custom one with themeroller.