Theme for jQuery Mobile based on Flat-UI. Forked from ququplay/jquery-mobile-flat-ui-theme because the last update was more than a year ago, no support for jQuery Mobile 1.4 onwards. Essentially, the project appears to be abandoned in favour of new premium themes. Hence…
- Updated to support the latest jQuery Mobile 1.4.5
- Slight refinements to design including font weights and shadows
- Replaced internal PNG icons with SVG icons. Faster loading themes and resolution independent!
- New, nicer looking loader animation
Refer to tlkh/transitionmetals or tlkh/fightingships to see implementation and how to modify iOS 7 and iOS 8 status bar colour.
View the live demo.
Copy jquery.mobile.flatui.css
, fonts and images from generated
folder to your project.
Include link to jquery.mobile.flatui.css
<link rel="stylesheet" type="text/css" href="jquery.mobile.flatui.css" />
In order to add a new swatch or colors you can add a new stylus file under src/stylus/swatches/
and run grunt from your command line.
- brew install node
- npm install -g grunt-cli
- cd to project's folder
- npm install
- grunt watch
- start modifying css/stylus files
##License:
The WTFPL License inherited from ququplay/jquery-mobile-flat-ui-theme