Skip to content

tlkh/jquery-mobile-flat-ui-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update (04/13/2015)

Please check our new Premium Themes. We think you will like them.

jQuery Mobile Flat-UI Theme

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.

Usage

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" />

Setup

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

About

jQuery Mobile Flat UI Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.4%
  • JavaScript 0.6%