Custom Icons
Custom Themes
Custom Plugins
Efficiency & Workflow
and...
Skeumorphism
Yep!
Absolutely!
#jqcon
;
![]() |
|
<!-- standard include -->
<link rel="stylesheet" href="jquery.mobile-1.1.0.min.css" />
<script src="jquery-1.7.2.min.js"></script>
<script src="jquery.mobile-1.1.0.min.js"></script>
<!-- custom theme include -->
<link rel="stylesheet" href="jquery.mobile.structure-1.1.0.min.css" />
<link rel="stylesheet" href="custom-theme.min.css" />
<script src="jquery-1.7.2.min.js"></script>
<script src="jquery.mobile-1.1.0.min.js"></script>
.ui-icon-jqcon-hat {
background: url("hat.png") no-repeat rgba(0,0,0,0.4);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-icon-jqcon-hat {
background: url("hat@2x.png") no-repeat rgba(0,0,0,0.4);
background-size: 18px 18px;
}
}
border-radius: 10px 20px 0px 50px;
border-radius: 10px 20px 0px 50px;
linear-gradient(top, #b4df5b 0%,#b4df5b 100%);
border-radius: 10px 20px 0px 50px;
linear-gradient(top, #b4df5b 0%,#b4df5b 100%);
box-shadow: 0px 0px 40px rgba(0,0,0,.7);
border-radius: 10px 20px 0px 50px;
linear-gradient(top, #b4df5b 0%,#b4df5b 100%);
box-shadow: 0px 0px 40px rgba(0,0,0,.7);
text-shadow: 0px -4px 0 rgba(255,255,255,1);
andymatthews$ npm install grunt
andymatthews$ mkdir jquerycon
andymatthews$ cd jquerycon
andymatthews$ grunt init:jquery