diff options
Diffstat (limited to 'themes/jqt')
61 files changed, 2042 insertions, 0 deletions
diff --git a/themes/jqt/.svn/all-wcprops b/themes/jqt/.svn/all-wcprops new file mode 100644 index 0000000..9cb8fd9 --- /dev/null +++ b/themes/jqt/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25
+svn:wc:ra_dav:version-url
+V 34
+/svn/!svn/ver/133/trunk/themes/jqt
+END
+theme.css
+K 25
+svn:wc:ra_dav:version-url
+V 44
+/svn/!svn/ver/133/trunk/themes/jqt/theme.css
+END
diff --git a/themes/jqt/.svn/entries b/themes/jqt/.svn/entries new file mode 100644 index 0000000..d6dda81 --- /dev/null +++ b/themes/jqt/.svn/entries @@ -0,0 +1,65 @@ +10
+
+dir
+133
+http://jqtouch.googlecode.com/svn/trunk/themes/jqt
+http://jqtouch.googlecode.com/svn
+
+
+
+2010-01-15T21:08:54.001495Z
+133
+RBoulanouar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+210952ee-217a-11de-8f7e-2b794b28c5cd
+
+theme.css
+file
+
+
+
+
+2010-03-04T14:47:56.967073Z
+ea89d52f4a301917d7f4f148d7c2a7d4
+2010-01-15T21:08:54.001495Z
+133
+RBoulanouar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+14134
+
+img
+dir
+
diff --git a/themes/jqt/.svn/text-base/theme.css.svn-base b/themes/jqt/.svn/text-base/theme.css.svn-base new file mode 100644 index 0000000..e429903 --- /dev/null +++ b/themes/jqt/.svn/text-base/theme.css.svn-base @@ -0,0 +1,561 @@ +body, #jqt { + background: #000; + color: #ddd; +} +body > *, div#jqt > * { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65)); +} +#jqt h1, #jqt h2 { + font: bold 18px "Helvetica Neue", Helvetica; + text-shadow: rgba(255,255,255,.2) 0 1px 1px; + color: #000; + margin: 10px 20px 5px; +} +/* @group Toolbar */ +#jqt .toolbar { + -webkit-box-sizing: border-box; + border-bottom: 1px solid #000; + padding: 10px; + height: 45px; + background: url(img/toolbar.png) #000000 repeat-x; + position: relative; +} +#jqt .black-translucent .toolbar { + margin-top: 20px; +} +div#jqt .toolbar > h1 { + position: absolute; + overflow: hidden; + left: 50%; + top: 10px; + line-height: 1em; + margin: 1px 0 0 -75px; + height: 40px; + font-size: 20px; + width: 150px; + font-weight: bold; + text-shadow: rgba(0,0,0,1) 0 -1px 1px; + text-align: center; + text-overflow: ellipsis; + white-space: nowrap; + color: #fff; +} +div#jqt.landscape .toolbar > h1 { + margin-left: -125px; + width: 250px; +} +#jqt .button, #jqt .back, #jqt .cancel, #jqt .add { + position: absolute; + overflow: hidden; + top: 8px; + right: 10px; + margin: 0; + border-width: 0 5px; + padding: 0 3px; + width: auto; + height: 30px; + line-height: 30px; + font-family: inherit; + font-size: 12px; + font-weight: bold; + color: #fff; + text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0; + text-overflow: ellipsis; + text-decoration: none; + white-space: nowrap; + background: none; + -webkit-border-image: url(img/button.png) 0 5 0 5; +} +#jqt .button.active, #jqt .cancel.active, #jqt .add.active { + -webkit-border-image: url(img/button_clicked.png) 0 5 0 5; + color: #aaa; +} +#jqt .blueButton { + -webkit-border-image: url(img/blueButton.png) 0 5 0 5; + border-width: 0 5px; +} +#jqt .back { + left: 6px; + right: auto; + padding: 0; + max-width: 55px; + border-width: 0 8px 0 14px; + -webkit-border-image: url(img/back_button.png) 0 8 0 14; +} +#jqt .back.active { + -webkit-border-image: url(img/back_button_clicked.png) 0 8 0 14; + color: #aaa; +} +#jqt .leftButton, #jqt .cancel { + left: 6px; + right: auto; +} +#jqt .add { + font-size: 24px; + line-height: 24px; + font-weight: bold; +} +#jqt .whiteButton, +#jqt .grayButton, #jqt .redButton, #jqt .blueButton, #jqt .greenButton { + display: block; + border-width: 0 12px; + padding: 10px; + text-align: center; + font-size: 20px; + font-weight: bold; + text-decoration: inherit; + color: inherit; +} + +#jqt .whiteButton.active, #jqt .grayButton.active, #jqt .redButton.active, #jqt .blueButton.active, #jqt .greenButton.active, +#jqt .whiteButton:active, #jqt .grayButton:active, #jqt .redButton:active, #jqt .blueButton:active, #jqt .greenButton:active { + -webkit-border-image: url(img/activeButton.png) 0 12 0 12; +} +#jqt .whiteButton { + -webkit-border-image: url(img/whiteButton.png) 0 12 0 12; + text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; +} +#jqt .grayButton { + -webkit-border-image: url(img/grayButton.png) 0 12 0 12; + color: #FFFFFF; +} + +#jqt .redButton { + -webkit-border-image: url(img/redButton.png) 0 12 0 12; + color: #FFFFFF; +} + +#jqt .greenButton { + -webkit-border-image: url(img/greenButton.png) 0 12 0 12; + color: #FFFFFF; +} + + +/* @end */ +/* @group Lists */ +#jqt h1 + ul, #jqt h2 + ul, #jqt h3 + ul, #jqt h4 + ul, #jqt h5 + ul, #jqt h6 + ul { + margin-top: 0; +} +#jqt ul { + color: #aaa; + border: 1px solid #333333; + font: bold 18px "Helvetica Neue", Helvetica; + padding: 0; + margin: 15px 10px 17px 10px; +} +#jqt ul.rounded { + -webkit-border-radius: 8px; + -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px; +} +#jqt ul.rounded li:first-child, #jqt ul.rounded li:first-child a { + border-top: 0; + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; +} +#jqt ul.rounded li:last-child, #jqt ul.rounded li:last-child a { + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; +} +#jqt ul li { + color: #666; + border-top: 1px solid #333; + border-bottom: #555858; + list-style-type: none; + padding: 10px 10px 10px 10px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + overflow: hidden; +} +#jqt ul li.arrow { + background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + background-position: right center; + background-repeat: no-repeat; +} + +#jqt ul li.arrow a { + padding: 12px 22px 12px 10px; +} + +#jqt ul li.forward { + background-image: url(img/chevron_circle.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + background-position: right center; + background-repeat: no-repeat; +} +/* universal links on list */ +#jqt ul li a, #jqt li.img a + a { + color: #fff; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + padding: 12px 10px 12px 10px; + margin: -10px; + -webkit-tap-highlight-color: rgba(0,0,0,0); + text-shadow: rgba(0,0,0,.2) 0 1px 1px; +} +#jqt ul li a.active, #jqt ul li a.button { + background-color: #53b401; + color: #fff; +} +#jqt ul li a.active.loading { + background-image: url(img/loading.gif); + background-position: 95% center; + background-repeat: no-repeat; +} +#jqt ul li.arrow a.active { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul li.forward a.active { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul li.img a + a { + margin: -10px 10px -20px -5px; + font-size: 17px; + font-weight: bold; +} +#jqt ul li.img a + a + a { + font-size: 14px; + font-weight: normal; + margin-left: -10px; + margin-bottom: -10px; + margin-top: 0; +} +#jqt ul li.img a + small + a { + margin-left: -5px; +} +#jqt ul li.img a + small + a + a { + margin-left: -10px; + margin-top: -20px; + margin-bottom: -10px; + font-size: 14px; + font-weight: normal; +} +#jqt ul li.img a + small + a + a + a { + margin-left: 0px !important; + margin-bottom: 0; +} +#jqt ul li a + a { + color: #000; + font: 14px "Helvetica Neue", Helvetica; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + margin: 0; + padding: 0; +} +#jqt ul li a + a + a, #jqt ul li.img a + a + a + a, #jqt ul li.img a + small + a + a + a { + color: #666; + font: 13px "Helvetica Neue", Helvetica; + margin: 0; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + padding: 0; +} +/* +@end */ +/* @group Forms */ +#jqt ul.form li { + padding: 7px 10px; +} +#jqt ul.form li.error { + border: 2px solid red; +} +#jqt ul.form li.error + li.error { + border-top: 0; +} +#jqt ul li input[type="text"], +#jqt ul li input[type="password"], +#jqt ul li input[type="tel"], +#jqt ul li input[type="number"], +#jqt ul li input[type="search"], +#jqt ul li input[type="email"], +#jqt ul li input[type="url"], +#jqt ul li textarea, +#jqt ul li select { + color: #777; + background: transparent url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='); + border: 0; + font: normal 17px "Helvetica Neue", Helvetica; + padding: 0; + display: inline-block; + margin-left: 0px; + width: 100%; + -webkit-appearance: textarea; +} +#jqt ul li textarea { + height: 120px; + padding: 0; + text-indent: -2px; +} +#jqt ul li select { + text-indent: 0px; + background: transparent url(img/chevron.png) no-repeat right center; + -webkit-appearance: textfield; + margin-left: -6px; + width: 104%; +} +#jqt ul li input[type="checkbox"], #jqt ul li input[type="radio"] { + margin: 0; + padding: 10px 10px; +} +#jqt ul li input[type="checkbox"]:after, #jqt ul li input[type="radio"]:after { + content: attr(title); + font: 17px "Helvetica Neue", Helvetica; + display: block; + width: 246px; + color: #777; + margin: -12px 0 0 17px; +} +/* @end */ +/* @group Mini Label */ +#jqt ul li small { + color: #64c114; + font: 17px "Helvetica Neue", Helvetica; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + width: 23%; + float: right; + padding: 0; +} +#jqt ul li.arrow small { + padding: 0 15px; +} +#jqt ul li small.counter { + font-size: 17px; + line-height: 13px; + font-weight: bold; + background: rgba(0,0,0,.15); + color: #fff; + -webkit-border-radius: 11px; + padding: 4px 10px 5px 10px; + display: block; + width: auto; + margin-top: -22px; + -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0; +} +#jqt ul li.arrow small.counter { + margin-right: 15px; +} +/* @end */ +/* @group Individual */ +#jqt ul.individual { + border: 0; + background: none; + clear: both; + overflow: hidden; + padding-bottom: 3px; + -webkit-box-shadow: none; +} +#jqt ul.individual li { + background: #4c4d4e; + border: 1px solid #333; + font-size: 14px; + text-align: center; + -webkit-border-radius: 8px; + -webkit-box-sizing: border-box; + width: 48%; + float: left; + display: block; + padding: 11px 10px 14px 10px; + -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); +} +#jqt ul.individual li + li { + float: right; +} +#jqt ul.individual li a { + color: #fff; + line-height: 16px; + margin: -11px -10px -14px -10px; + padding: 11px 10px 14px 10px; + -webkit-border-radius: 8px; +} +/* @end */ +/* @group Toggle */ +#jqt .toggle { + width: 94px; + position: relative; + height: 27px; + display: block; + overflow: hidden; + float: right; +} +#jqt .toggle input[type="checkbox"]:checked { + left: 0px; +} +#jqt .toggle input[type="checkbox"] { + -webkit-appearance: textarea; + -webkit-border-radius: 5px; + -webkit-tap-highlight-color: rgba(0,0,0,0); + -webkit-transition: left .15s; + background-color: transparent; + background: #fff url(img/on_off.png) 0 0 no-repeat; + border: 0; + height: 27px; + left: -55px; + margin: 0; + overflow: hidden; + position: absolute; + top: 0; + width: 149px; +} +/* @end */ +/* @group Info */ +#jqt .info { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC)); + font-size: 12px; + line-height: 16px; + text-align: center; + text-shadow: rgba(255,255,255,.8) 0 1px 0; + color: #444; + padding: 15px; + border-top: 1px solid rgba(255,255,255,.2); + font-weight: bold; +} +/* @end */ +/* @group Edge to edge */ +#jqt ul.edgetoedge { + border-width: 1px 0; + margin: 0; + padding: 0; +} +#jqt ul.edgetoedge li { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729)); + border-bottom: 2px solid #000; + border-top: 1px solid #4a4b4d; + font-size: 20px; + margin-bottom: -1px; +} +#jqt ul.edgetoedge li.sep { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5))); + border-bottom: 1px solid #111113; + border-top: 1px solid #666; + color: #3e9ac3; + font-size: 16px; + margin: 1px 0 0 0; + padding: 2px 10px; + text-shadow: #000 0 1px 0; +} +#jqt ul.edgetoedge li em { + font-weight: normal; + font-style: normal; +} +/* @end */ +/* @group Plastic */ +#jqt #plastic { + background: #17181a; +} +#jqt ul.plastic { + background: #17181a; + color: #aaa; + font: bold 18px "Helvetica Neue", Helvetica; + margin: 0; + padding: 0; + border-width: 0 0 1px 0; +} +#jqt ul.plastic li { + border-width: 1px 0; + border-style: solid; + border-top-color: #222; + border-bottom-color: #000; + color: #666; + list-style-type: none; + overflow: hidden; + padding: 10px 10px 10px 10px; +} +#jqt ul.plastic li a.active.loading { + background-image: url(img/loading.gif); + background-position: 95% center; + background-repeat: no-repeat; +} +#jqt ul.plastic li small { + color: #888; + font-size: 13px; + font-weight: bold; + line-height: 24px; + text-transform: uppercase; +} +#jqt ul.plastic li:nth-child(odd) { + background-color: #1c1c1f; +} +#jqt ul.plastic li.arrow { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.arrow a.active { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.forward { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.forward a.active { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +/* @group Metal */ +#jqt ul.metal { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 0; + margin: 0; +} +#jqt ul.metal li { + background-image: none; + border-top: 1px solid #fff; + border-bottom: 1px solid #666; + font-size: 26px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1))); +} +#jqt ul.metal li a { + line-height: 26px; + margin: 0; + text-shadow: #fff 0 1px 0; + padding: 13px 0; +} +#jqt ul.metal li a em { + display: block; + font-size: 14px; + font-style: normal; + color: #444; + width: 50%; + line-height: 14px; +} +#jqt ul.metal li a.active { + color: rgb(0,0,0); +} +#jqt ul.metal li small { + float: right; + position: relative; + margin-top: 10px; + font-weight: bold; +} +#jqt ul.metal li.arrow { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; + background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1))); + background-repeat: no-repeat; + background-position: right center; +} +#jqt ul.metal li.arrow a small { + padding-right: 15px; + line-height: 17px; +} +/* @end */ diff --git a/themes/jqt/img/.svn/all-wcprops b/themes/jqt/img/.svn/all-wcprops new file mode 100644 index 0000000..93ad5f8 --- /dev/null +++ b/themes/jqt/img/.svn/all-wcprops @@ -0,0 +1,113 @@ +K 25
+svn:wc:ra_dav:version-url
+V 38
+/svn/!svn/ver/115/trunk/themes/jqt/img
+END
+greenButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 54
+/svn/!svn/ver/115/trunk/themes/jqt/img/greenButton.png
+END
+grayButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 51
+/svn/!svn/ver/9/trunk/themes/jqt/img/grayButton.png
+END
+loading.gif
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/svn/!svn/ver/57/trunk/themes/jqt/img/loading.gif
+END
+toolbar.png
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/svn/!svn/ver/57/trunk/themes/jqt/img/toolbar.png
+END
+chevron.png
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/svn/!svn/ver/57/trunk/themes/jqt/img/chevron.png
+END
+on_off.png
+K 25
+svn:wc:ra_dav:version-url
+V 48
+/svn/!svn/ver/57/trunk/themes/jqt/img/on_off.png
+END
+redButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 52
+/svn/!svn/ver/115/trunk/themes/jqt/img/redButton.png
+END
+activeButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 55
+/svn/!svn/ver/115/trunk/themes/jqt/img/activeButton.png
+END
+back_button_clicked.png
+K 25
+svn:wc:ra_dav:version-url
+V 60
+/svn/!svn/ver/9/trunk/themes/jqt/img/back_button_clicked.png
+END
+button.png
+K 25
+svn:wc:ra_dav:version-url
+V 47
+/svn/!svn/ver/9/trunk/themes/jqt/img/button.png
+END
+whiteButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 52
+/svn/!svn/ver/9/trunk/themes/jqt/img/whiteButton.png
+END
+toggleOn.png
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/svn/!svn/ver/9/trunk/themes/jqt/img/toggleOn.png
+END
+toggle.png
+K 25
+svn:wc:ra_dav:version-url
+V 47
+/svn/!svn/ver/9/trunk/themes/jqt/img/toggle.png
+END
+blueButton.png
+K 25
+svn:wc:ra_dav:version-url
+V 53
+/svn/!svn/ver/115/trunk/themes/jqt/img/blueButton.png
+END
+chevron_circle.png
+K 25
+svn:wc:ra_dav:version-url
+V 56
+/svn/!svn/ver/57/trunk/themes/jqt/img/chevron_circle.png
+END
+rowhead.png
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/svn/!svn/ver/57/trunk/themes/jqt/img/rowhead.png
+END
+button_clicked.png
+K 25
+svn:wc:ra_dav:version-url
+V 55
+/svn/!svn/ver/9/trunk/themes/jqt/img/button_clicked.png
+END
+back_button.png
+K 25
+svn:wc:ra_dav:version-url
+V 52
+/svn/!svn/ver/9/trunk/themes/jqt/img/back_button.png
+END
diff --git a/themes/jqt/img/.svn/entries b/themes/jqt/img/.svn/entries new file mode 100644 index 0000000..3fadd7c --- /dev/null +++ b/themes/jqt/img/.svn/entries @@ -0,0 +1,640 @@ +10
+
+dir
+133
+http://jqtouch.googlecode.com/svn/trunk/themes/jqt/img
+http://jqtouch.googlecode.com/svn
+
+
+
+2009-10-25T08:00:04.365941Z
+115
+davidcolbykaneda
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+210952ee-217a-11de-8f7e-2b794b28c5cd
+
+greenButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.962073Z
+e77d96f3d42207c60248c958513177d7
+2009-10-25T08:00:04.365941Z
+115
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1935
+
+grayButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.962073Z
+1041b36eaff6868d89453dac81019839
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+943
+
+loading.gif
+file
+
+
+
+
+2010-03-04T14:47:56.962073Z
+95b7a04cd85d0c04cd12c07d02596e23
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+2536
+
+toolbar.png
+file
+
+
+
+
+2010-03-04T14:47:56.963073Z
+b869b6ec32d23cc99125a9aecae821fc
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+805
+
+chevron.png
+file
+
+
+
+
+2010-03-04T14:47:56.963073Z
+b97109798e637cea3b114647cc7e86b9
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3074
+
+on_off.png
+file
+
+
+
+
+2010-03-04T14:47:56.963073Z
+f0106a0a0b980be828f3d0cfb49f988b
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+2496
+
+redButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.963073Z
+c0c9af820d6172e61bd6a8f4cf9c7057
+2009-10-25T08:00:04.365941Z
+115
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1927
+
+activeButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.964073Z
+c44b9444f9aec80b5212671948dfccda
+2009-10-25T08:00:04.365941Z
+115
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1827
+
+back_button_clicked.png
+file
+
+
+
+
+2010-03-04T14:47:56.964073Z
+75049a40f200455923c5ee198ac185f4
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3741
+
+button.png
+file
+
+
+
+
+2010-03-04T14:47:56.964073Z
+0d3d3aede455501353db2db92d22b808
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3315
+
+whiteButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.964073Z
+17f06c4431d610ecac4361df5845b817
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+978
+
+toggleOn.png
+file
+
+
+
+
+2010-03-04T14:47:56.964073Z
+d3660086fd6ac805dccaef5339633b64
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+163
+
+toggle.png
+file
+
+
+
+
+2010-03-04T14:47:56.965073Z
+bdebeb51c0c12ae443b9eb770fbb9bbe
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+2815
+
+blueButton.png
+file
+
+
+
+
+2010-03-04T14:47:56.965073Z
+31e6bb205785b14b99f972469309a1d1
+2009-10-25T08:00:04.365941Z
+115
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1979
+
+chevron_circle.png
+file
+
+
+
+
+2010-03-04T14:47:56.965073Z
+7bdca122d9c225a352e9b5b8fdfa8b75
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1243
+
+rowhead.png
+file
+
+
+
+
+2010-03-04T14:47:56.965073Z
+09562c0978c632fc8b15c5612614711e
+2009-09-03T18:03:08.814593Z
+57
+davidcolbykaneda
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+171
+
+button_clicked.png
+file
+
+
+
+
+2010-03-04T14:47:56.966073Z
+0f3e780733d57f036943d65631417f76
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3283
+
+back_button.png
+file
+
+
+
+
+2010-03-04T14:47:56.966073Z
+29b39e2432440df4b0b1781dd4a41408
+2009-04-11T19:17:40.360466Z
+6
+david@dyadcom.com
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3756
+
diff --git a/themes/jqt/img/.svn/prop-base/activeButton.png.svn-base b/themes/jqt/img/.svn/prop-base/activeButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/activeButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/back_button.png.svn-base b/themes/jqt/img/.svn/prop-base/back_button.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/back_button.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/back_button_clicked.png.svn-base b/themes/jqt/img/.svn/prop-base/back_button_clicked.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/back_button_clicked.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/blueButton.png.svn-base b/themes/jqt/img/.svn/prop-base/blueButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/blueButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/button.png.svn-base b/themes/jqt/img/.svn/prop-base/button.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/button.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/button_clicked.png.svn-base b/themes/jqt/img/.svn/prop-base/button_clicked.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/button_clicked.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/chevron.png.svn-base b/themes/jqt/img/.svn/prop-base/chevron.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/chevron.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/chevron_circle.png.svn-base b/themes/jqt/img/.svn/prop-base/chevron_circle.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/chevron_circle.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/grayButton.png.svn-base b/themes/jqt/img/.svn/prop-base/grayButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/grayButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/greenButton.png.svn-base b/themes/jqt/img/.svn/prop-base/greenButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/greenButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/loading.gif.svn-base b/themes/jqt/img/.svn/prop-base/loading.gif.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/loading.gif.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/on_off.png.svn-base b/themes/jqt/img/.svn/prop-base/on_off.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/on_off.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/redButton.png.svn-base b/themes/jqt/img/.svn/prop-base/redButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/redButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/rowhead.png.svn-base b/themes/jqt/img/.svn/prop-base/rowhead.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/rowhead.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/toggle.png.svn-base b/themes/jqt/img/.svn/prop-base/toggle.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/toggle.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/toggleOn.png.svn-base b/themes/jqt/img/.svn/prop-base/toggleOn.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/toggleOn.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/toolbar.png.svn-base b/themes/jqt/img/.svn/prop-base/toolbar.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/toolbar.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/prop-base/whiteButton.png.svn-base b/themes/jqt/img/.svn/prop-base/whiteButton.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/themes/jqt/img/.svn/prop-base/whiteButton.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/themes/jqt/img/.svn/text-base/activeButton.png.svn-base b/themes/jqt/img/.svn/text-base/activeButton.png.svn-base Binary files differnew file mode 100644 index 0000000..a472f1b --- /dev/null +++ b/themes/jqt/img/.svn/text-base/activeButton.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/back_button.png.svn-base b/themes/jqt/img/.svn/text-base/back_button.png.svn-base Binary files differnew file mode 100644 index 0000000..9873901 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/back_button.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/back_button_clicked.png.svn-base b/themes/jqt/img/.svn/text-base/back_button_clicked.png.svn-base Binary files differnew file mode 100644 index 0000000..5ec4230 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/back_button_clicked.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/blueButton.png.svn-base b/themes/jqt/img/.svn/text-base/blueButton.png.svn-base Binary files differnew file mode 100644 index 0000000..7c39f27 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/blueButton.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/button.png.svn-base b/themes/jqt/img/.svn/text-base/button.png.svn-base Binary files differnew file mode 100644 index 0000000..52cc7e2 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/button.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/button_clicked.png.svn-base b/themes/jqt/img/.svn/text-base/button_clicked.png.svn-base Binary files differnew file mode 100644 index 0000000..25d478f --- /dev/null +++ b/themes/jqt/img/.svn/text-base/button_clicked.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/chevron.png.svn-base b/themes/jqt/img/.svn/text-base/chevron.png.svn-base Binary files differnew file mode 100644 index 0000000..5bdaa46 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/chevron.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/chevron_circle.png.svn-base b/themes/jqt/img/.svn/text-base/chevron_circle.png.svn-base Binary files differnew file mode 100644 index 0000000..b477e7c --- /dev/null +++ b/themes/jqt/img/.svn/text-base/chevron_circle.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/grayButton.png.svn-base b/themes/jqt/img/.svn/text-base/grayButton.png.svn-base Binary files differnew file mode 100644 index 0000000..0ce6a30 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/grayButton.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/greenButton.png.svn-base b/themes/jqt/img/.svn/text-base/greenButton.png.svn-base Binary files differnew file mode 100644 index 0000000..a45594b --- /dev/null +++ b/themes/jqt/img/.svn/text-base/greenButton.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/loading.gif.svn-base b/themes/jqt/img/.svn/text-base/loading.gif.svn-base Binary files differnew file mode 100644 index 0000000..2b4205b --- /dev/null +++ b/themes/jqt/img/.svn/text-base/loading.gif.svn-base diff --git a/themes/jqt/img/.svn/text-base/on_off.png.svn-base b/themes/jqt/img/.svn/text-base/on_off.png.svn-base Binary files differnew file mode 100644 index 0000000..95d6d5c --- /dev/null +++ b/themes/jqt/img/.svn/text-base/on_off.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/redButton.png.svn-base b/themes/jqt/img/.svn/text-base/redButton.png.svn-base Binary files differnew file mode 100644 index 0000000..f5728df --- /dev/null +++ b/themes/jqt/img/.svn/text-base/redButton.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/rowhead.png.svn-base b/themes/jqt/img/.svn/text-base/rowhead.png.svn-base Binary files differnew file mode 100644 index 0000000..b2fa8f6 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/rowhead.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/toggle.png.svn-base b/themes/jqt/img/.svn/text-base/toggle.png.svn-base Binary files differnew file mode 100644 index 0000000..3b62ebf --- /dev/null +++ b/themes/jqt/img/.svn/text-base/toggle.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/toggleOn.png.svn-base b/themes/jqt/img/.svn/text-base/toggleOn.png.svn-base Binary files differnew file mode 100644 index 0000000..b016814 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/toggleOn.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/toolbar.png.svn-base b/themes/jqt/img/.svn/text-base/toolbar.png.svn-base Binary files differnew file mode 100644 index 0000000..c17bcf2 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/toolbar.png.svn-base diff --git a/themes/jqt/img/.svn/text-base/whiteButton.png.svn-base b/themes/jqt/img/.svn/text-base/whiteButton.png.svn-base Binary files differnew file mode 100644 index 0000000..5514b27 --- /dev/null +++ b/themes/jqt/img/.svn/text-base/whiteButton.png.svn-base diff --git a/themes/jqt/img/activeButton.png b/themes/jqt/img/activeButton.png Binary files differnew file mode 100644 index 0000000..a472f1b --- /dev/null +++ b/themes/jqt/img/activeButton.png diff --git a/themes/jqt/img/back_button.png b/themes/jqt/img/back_button.png Binary files differnew file mode 100644 index 0000000..9873901 --- /dev/null +++ b/themes/jqt/img/back_button.png diff --git a/themes/jqt/img/back_button_clicked.png b/themes/jqt/img/back_button_clicked.png Binary files differnew file mode 100644 index 0000000..5ec4230 --- /dev/null +++ b/themes/jqt/img/back_button_clicked.png diff --git a/themes/jqt/img/blueButton.png b/themes/jqt/img/blueButton.png Binary files differnew file mode 100644 index 0000000..7c39f27 --- /dev/null +++ b/themes/jqt/img/blueButton.png diff --git a/themes/jqt/img/button.png b/themes/jqt/img/button.png Binary files differnew file mode 100644 index 0000000..52cc7e2 --- /dev/null +++ b/themes/jqt/img/button.png diff --git a/themes/jqt/img/button_clicked.png b/themes/jqt/img/button_clicked.png Binary files differnew file mode 100644 index 0000000..25d478f --- /dev/null +++ b/themes/jqt/img/button_clicked.png diff --git a/themes/jqt/img/chevron.png b/themes/jqt/img/chevron.png Binary files differnew file mode 100644 index 0000000..5bdaa46 --- /dev/null +++ b/themes/jqt/img/chevron.png diff --git a/themes/jqt/img/chevron_circle.png b/themes/jqt/img/chevron_circle.png Binary files differnew file mode 100644 index 0000000..b477e7c --- /dev/null +++ b/themes/jqt/img/chevron_circle.png diff --git a/themes/jqt/img/grayButton.png b/themes/jqt/img/grayButton.png Binary files differnew file mode 100644 index 0000000..0ce6a30 --- /dev/null +++ b/themes/jqt/img/grayButton.png diff --git a/themes/jqt/img/greenButton.png b/themes/jqt/img/greenButton.png Binary files differnew file mode 100644 index 0000000..a45594b --- /dev/null +++ b/themes/jqt/img/greenButton.png diff --git a/themes/jqt/img/loading.gif b/themes/jqt/img/loading.gif Binary files differnew file mode 100644 index 0000000..2b4205b --- /dev/null +++ b/themes/jqt/img/loading.gif diff --git a/themes/jqt/img/on_off.png b/themes/jqt/img/on_off.png Binary files differnew file mode 100644 index 0000000..1fed123 --- /dev/null +++ b/themes/jqt/img/on_off.png diff --git a/themes/jqt/img/redButton.png b/themes/jqt/img/redButton.png Binary files differnew file mode 100644 index 0000000..f5728df --- /dev/null +++ b/themes/jqt/img/redButton.png diff --git a/themes/jqt/img/rowhead.png b/themes/jqt/img/rowhead.png Binary files differnew file mode 100644 index 0000000..b2fa8f6 --- /dev/null +++ b/themes/jqt/img/rowhead.png diff --git a/themes/jqt/img/toggle.png b/themes/jqt/img/toggle.png Binary files differnew file mode 100644 index 0000000..3b62ebf --- /dev/null +++ b/themes/jqt/img/toggle.png diff --git a/themes/jqt/img/toggleOn.png b/themes/jqt/img/toggleOn.png Binary files differnew file mode 100644 index 0000000..b016814 --- /dev/null +++ b/themes/jqt/img/toggleOn.png diff --git a/themes/jqt/img/toolbar.png b/themes/jqt/img/toolbar.png Binary files differnew file mode 100644 index 0000000..c17bcf2 --- /dev/null +++ b/themes/jqt/img/toolbar.png diff --git a/themes/jqt/img/whiteButton.png b/themes/jqt/img/whiteButton.png Binary files differnew file mode 100644 index 0000000..5514b27 --- /dev/null +++ b/themes/jqt/img/whiteButton.png diff --git a/themes/jqt/theme.css b/themes/jqt/theme.css new file mode 100644 index 0000000..38f1455 --- /dev/null +++ b/themes/jqt/theme.css @@ -0,0 +1,561 @@ +body, #jqt { + background: #000; + color: #ddd; +} +body > *, div#jqt > * { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65)); +} +#jqt h1, #jqt h2 { + font: bold 18px "Helvetica Neue", Helvetica; + text-shadow: rgba(255,255,255,.2) 0 1px 1px; + color: #000; + margin: 10px 20px 5px; +} +/* @group Toolbar */ +#jqt .toolbar { + -webkit-box-sizing: border-box; + border-bottom: 1px solid #000; + padding: 8px; + height: 45px; + background: url(img/toolbar.png) #000000 repeat-x; + position: relative; +} +#jqt .black-translucent .toolbar { + margin-top: 20px; +} +div#jqt .toolbar > h1 { + position: absolute; + overflow: hidden; + left: 48%; + vertical-align:middle; + line-height: 1em; + margin: 1px 0 0 -75px; + height: 40px; + font-size: 18px; + width: 150px; + font-weight: bold; + text-shadow: rgba(0,0,0,1) 0 -1px 1px; + text-align: center; + text-overflow: ellipsis; + white-space: nowrap; + color: #fff; +} +div#jqt.landscape .toolbar > h1 { + margin-left: -125px; + width: 250px; +} +#jqt .button, #jqt .back, #jqt .cancel, #jqt .add { + position: absolute; + overflow: hidden; + top: 8px; + right: 10px; + margin: 0; + border-width: 0 5px; + padding: 0 3px; + width: auto; + height: 30px; + line-height: 30px; + font-family: inherit; + font-size: 12px; + font-weight: bold; + color: #fff; + text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0; + text-overflow: ellipsis; + text-decoration: none; + white-space: nowrap; + background: none; + -webkit-border-image: url(img/button.png) 0 5 0 5; +} +#jqt .button.active, #jqt .cancel.active, #jqt .add.active { + -webkit-border-image: url(img/button_clicked.png) 0 5 0 5; + color: #aaa; +} +#jqt .blueButton { + -webkit-border-image: url(img/blueButton.png) 0 5 0 5; + border-width: 0 5px; +} +#jqt .back { + left: 6px; + right: auto; + padding: 0; + max-width: 55px; + border-width: 0 8px 0 14px; + -webkit-border-image: url(img/back_button.png) 0 8 0 14; +} +#jqt .back.active { + -webkit-border-image: url(img/back_button_clicked.png) 0 8 0 14; + color: #aaa; +} +#jqt .leftButton, #jqt .cancel { + left: 6px; + right: auto; +} +#jqt .add { + font-size: 24px; + line-height: 24px; + font-weight: bold; +} +#jqt .whiteButton, +#jqt .grayButton, #jqt .redButton, #jqt .blueButton, #jqt .greenButton { + display: block; + border-width: 0 12px; + padding: 10px; + text-align: center; + font-size: 20px; + font-weight: bold; + text-decoration: inherit; + color: inherit; +} + +#jqt .whiteButton.active, #jqt .grayButton.active, #jqt .redButton.active, #jqt .blueButton.active, #jqt .greenButton.active, +#jqt .whiteButton:active, #jqt .grayButton:active, #jqt .redButton:active, #jqt .blueButton:active, #jqt .greenButton:active { + -webkit-border-image: url(img/activeButton.png) 0 12 0 12; +} +#jqt .whiteButton { + -webkit-border-image: url(img/whiteButton.png) 0 12 0 12; + text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; +} +#jqt .grayButton { + -webkit-border-image: url(img/grayButton.png) 0 12 0 12; + color: #FFFFFF; +} + +#jqt .redButton { + -webkit-border-image: url(img/redButton.png) 0 12 0 12; + color: #FFFFFF; +} + +#jqt .greenButton { + -webkit-border-image: url(img/greenButton.png) 0 12 0 12; + color: #FFFFFF; +} + + +/* @end */ +/* @group Lists */ +#jqt h1 + ul, #jqt h2 + ul, #jqt h3 + ul, #jqt h4 + ul, #jqt h5 + ul, #jqt h6 + ul { + margin-top: 0; +} +#jqt ul { + color: #aaa; + border: 1px solid #333333; + font: bold 18px "Helvetica Neue", Helvetica; + padding: 0; + margin: 15px 10px 17px 10px; +} +#jqt ul.rounded { + -webkit-border-radius: 8px; + -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px; +} +#jqt ul.rounded li:first-child, #jqt ul.rounded li:first-child a { + border-top: 0; + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; +} +#jqt ul.rounded li:last-child, #jqt ul.rounded li:last-child a { + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; +} +#jqt ul li { + color: #666; + border-top: 1px solid #333; + border-bottom: #555858; + list-style-type: none; + padding: 10px 10px 10px 10px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + overflow: hidden; +} +#jqt ul li.arrow { + background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + background-position: right center; + background-repeat: no-repeat; +} + +#jqt ul li.arrow a { + padding: 12px 22px 12px 10px; +} + +#jqt ul li.forward { + background-image: url(img/chevron_circle.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); + background-position: right center; + background-repeat: no-repeat; +} +/* universal links on list */ +#jqt ul li a, #jqt li.img a + a { + color: #fff; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + padding: 12px 10px 12px 10px; + margin: -10px; + -webkit-tap-highlight-color: rgba(0,0,0,0); + text-shadow: rgba(0,0,0,.2) 0 1px 1px; +} +#jqt ul li a.active, #jqt ul li a.button { + background-color: #ff8300; + color: #fff; +} +#jqt ul li a.active.loading { + background-image: url(img/loading.gif); + background-position: 95% center; + background-repeat: no-repeat; +} +#jqt ul li.arrow a.active { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul li.forward a.active { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul li.img a + a { + margin: -10px 10px -20px -5px; + font-size: 17px; + font-weight: bold; +} +#jqt ul li.img a + a + a { + font-size: 14px; + font-weight: normal; + margin-left: -10px; + margin-bottom: -10px; + margin-top: 0; +} +#jqt ul li.img a + small + a { + margin-left: -5px; +} +#jqt ul li.img a + small + a + a { + margin-left: -10px; + margin-top: -20px; + margin-bottom: -10px; + font-size: 14px; + font-weight: normal; +} +#jqt ul li.img a + small + a + a + a { + margin-left: 0px !important; + margin-bottom: 0; +} +#jqt ul li a + a { + color: #000; + font: 14px "Helvetica Neue", Helvetica; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + margin: 0; + padding: 0; +} +#jqt ul li a + a + a, #jqt ul li.img a + a + a + a, #jqt ul li.img a + small + a + a + a { + color: #666; + font: 13px "Helvetica Neue", Helvetica; + margin: 0; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + padding: 0; +} +/* +@end */ +/* @group Forms */ +#jqt ul.form li { + padding: 7px 10px; +} +#jqt ul.form li.error { + border: 2px solid red; +} +#jqt ul.form li.error + li.error { + border-top: 0; +} +#jqt ul li input[type="text"], +#jqt ul li input[type="password"], +#jqt ul li input[type="tel"], +#jqt ul li input[type="number"], +#jqt ul li input[type="search"], +#jqt ul li input[type="email"], +#jqt ul li input[type="url"], +#jqt ul li textarea, +#jqt ul li select { + color: #FFFFFF; + background: transparent url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='); + border: 0; + font: bold 17px "Helvetica Neue", Helvetica; + padding: 0; + display: inline-block; + margin-left: 10px; + width: 100%; + -webkit-appearance: textarea; +} +#jqt ul li textarea { + height: 120px; + padding: 0; + text-indent: -2px; +} +#jqt ul li select { + text-indent: 15px; + background: transparent url(img/chevron.png) no-repeat right center; + -webkit-appearance: textfield; + margin-left: -6px; + width: 104%; +} +#jqt ul li input[type="checkbox"], #jqt ul li input[type="radio"] { + margin: 0; + padding: 10px 10px; +} +#jqt ul li input[type="checkbox"]:after, #jqt ul li input[type="radio"]:after { + content: attr(title); + font: 17px "Helvetica Neue", Helvetica; + display: block; + width: 246px; + color: #ff8300; + margin: -12px 0 0 17px; +} +/* @end */ +/* @group Mini Label */ +#jqt ul li small { + color: #64c114; + font: 17px "Helvetica Neue", Helvetica; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; + width: 23%; + float: right; + padding: 0; +} +#jqt ul li.arrow small { + padding: 0 15px; +} +#jqt ul li small.counter { + font-size: 17px; + line-height: 13px; + font-weight: bold; + background: rgba(0,0,0,.15); + color: #fff; + -webkit-border-radius: 11px; + padding: 4px 10px 5px 10px; + display: block; + width: auto; + margin-top: -25px; + -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0; +} +#jqt ul li.arrow small.counter { + margin-right: 15px; +} +/* @end */ +/* @group Individual */ +#jqt ul.individual { + border: 0; + background: none; + clear: both; + overflow: hidden; + padding-bottom: 3px; + -webkit-box-shadow: none; +} +#jqt ul.individual li { + background: #4c4d4e; + border: 1px solid #333; + font-size: 14px; + text-align: center; + -webkit-border-radius: 8px; + -webkit-box-sizing: border-box; + width: 48%; + float: left; + display: block; + padding: 11px 10px 14px 10px; + -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); +} +#jqt ul.individual li + li { + float: right; +} +#jqt ul.individual li a { + color: #fff; + line-height: 16px; + margin: -11px -10px -14px -10px; + padding: 11px 10px 14px 10px; + -webkit-border-radius: 8px; +} +/* @end */ +/* @group Toggle */ +#jqt .toggle { + width: 94px; + position: relative; + height: 27px; + display: block; + overflow: hidden; + float: right; +} +#jqt .toggle input[type="checkbox"]:checked { + left: 0px; +} +#jqt .toggle input[type="checkbox"] { + -webkit-appearance: textarea; + -webkit-border-radius: 5px; + -webkit-tap-highlight-color: rgba(0,0,0,0); + -webkit-transition: left .15s; + background-color: transparent; + background: #fff url(img/on_off.png) 0 0 no-repeat; + border: 0; + height: 27px; + left: -55px; + margin: 0; + overflow: hidden; + position: absolute; + top: 0; + width: 149px; +} +/* @end */ +/* @group Info */ +#jqt .info { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC)); + font-size: 12px; + line-height: 16px; + text-align: center; + text-shadow: rgba(255,255,255,.8) 0 1px 0; + color: #444; + padding: 15px; + border-top: 1px solid rgba(255,255,255,.2); + font-weight: bold; +} +/* @end */ +/* @group Edge to edge */ +#jqt ul.edgetoedge { + border-width: 1px 0; + margin: 0; + padding: 0; +} +#jqt ul.edgetoedge li { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729)); + border-bottom: 2px solid #000; + border-top: 1px solid #4a4b4d; + font-size: 20px; + margin-bottom: -1px; +} +#jqt ul.edgetoedge li.sep { + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5))); + border-bottom: 1px solid #111113; + border-top: 1px solid #666; + color: #3e9ac3; + font-size: 16px; + margin: 1px 0 0 0; + padding: 2px 10px; + text-shadow: #000 0 1px 0; +} +#jqt ul.edgetoedge li em { + font-weight: normal; + font-style: normal; +} +/* @end */ +/* @group Plastic */ +#jqt #plastic { + background: #17181a; +} +#jqt ul.plastic { + background: #17181a; + color: #aaa; + font: bold 18px "Helvetica Neue", Helvetica; + margin: 0; + padding: 0; + border-width: 0 0 1px 0; +} +#jqt ul.plastic li { + border-width: 1px 0; + border-style: solid; + border-top-color: #222; + border-bottom-color: #000; + color: #666; + list-style-type: none; + overflow: hidden; + padding: 10px 10px 10px 10px; +} +#jqt ul.plastic li a.active.loading { + background-image: url(img/loading.gif); + background-position: 95% center; + background-repeat: no-repeat; +} +#jqt ul.plastic li small { + color: #888; + font-size: 13px; + font-weight: bold; + line-height: 24px; + text-transform: uppercase; +} +#jqt ul.plastic li:nth-child(odd) { + background-color: #1c1c1f; +} +#jqt ul.plastic li.arrow { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.arrow a.active { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.forward { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +#jqt ul.plastic li.forward a.active { + background-image: url(img/chevron_circle.png); + background-position: right center; + background-repeat: no-repeat; +} +/* @group Metal */ +#jqt ul.metal { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 0; + margin: 0; +} +#jqt ul.metal li { + background-image: none; + border-top: 1px solid #fff; + border-bottom: 1px solid #666; + font-size: 26px; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1))); +} +#jqt ul.metal li a { + line-height: 26px; + margin: 0; + text-shadow: #fff 0 1px 0; + padding: 13px 0; +} +#jqt ul.metal li a em { + display: block; + font-size: 14px; + font-style: normal; + color: #444; + width: 50%; + line-height: 14px; +} +#jqt ul.metal li a.active { + color: rgb(0,0,0); +} +#jqt ul.metal li small { + float: right; + position: relative; + margin-top: 10px; + font-weight: bold; +} +#jqt ul.metal li.arrow { + background-image: url(img/chevron.png); + background-position: right center; + background-repeat: no-repeat; + background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1))); + background-repeat: no-repeat; + background-position: right center; +} +#jqt ul.metal li.arrow a small { + padding-right: 15px; + line-height: 17px; +} +/* @end */ diff --git a/themes/jqt/theme.min.css b/themes/jqt/theme.min.css new file mode 100644 index 0000000..0182b88 --- /dev/null +++ b/themes/jqt/theme.min.css @@ -0,0 +1 @@ +body{background:#000;color:#ddd;}body>*{background:-webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#5e5e65));}h1,h2{font:bold 18px Helvetica;text-shadow:rgba(255,255,255,.2) 0 1px 1px;color:#000;margin:10px 20px 5px;}.toolbar{-webkit-box-sizing:border-box;border-bottom:1px solid #000;padding:10px;height:45px;background:url(img/toolbar.png) #000 repeat-x;position:relative;}.black-translucent .toolbar{margin-top:20px;}.toolbar>h1{position:absolute;overflow:hidden;left:50%;top:10px;line-height:1em;margin:1px 0 0 -75px;height:40px;font-size:20px;width:150px;font-weight:bold;text-shadow:rgba(0,0,0,1) 0 -1px 1px;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;}body.landscape .toolbar>h1{margin-left:-125px;width:250px;}.button,.back,.cancel,.add{position:absolute;overflow:hidden;top:8px;right:10px;margin:0;border-width:0 5px;padding:0 3px;width:auto;height:30px;line-height:30px;font-family:inherit;font-size:12px;font-weight:bold;color:#fff;text-shadow:rgba(0,0,0,0.5) 0 -1px 0;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;background:none;-webkit-border-image:url(img/button.png) 0 5 0 5;}.blueButton{-webkit-border-image:url(img/blueButton.png) 0 5 0 5;border-width:0 5px;}.back{left:6px;right:auto;padding:0;max-width:55px;border-width:0 8px 0 14px;-webkit-border-image:url(img/back_button.png) 0 8 0 14;}.back.active{-webkit-border-image:url(img/back_button_clicked.png) 0 8 0 14;color:#aaa;}.leftButton,.cancel{left:6px;right:auto;}.add{font-size:24px;line-height:24px;font-weight:bold;}.whiteButton,.grayButton{display:block;border-width:0 12px;padding:10px;text-align:center;font-size:20px;font-weight:bold;text-decoration:inherit;color:inherit;}.whiteButton{-webkit-border-image:url(img/whiteButton.png) 0 12 0 12;text-shadow:rgba(255,255,255,0.7) 0 1px 0;}.grayButton{-webkit-border-image:url(img/grayButton.png) 0 12 0 12;color:#FFF;}h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul{margin-top:0;}ul{color:#aaa;border:1px solid #333;font:bold 18px Helvetica;padding:0;margin:15px 10px 17px 10px;}ul.rounded{-webkit-border-radius:8px;-webkit-box-shadow:rgba(0,0,0,.3) 1px 1px 3px;}ul.rounded li:first-child,ul.rounded li:first-child a{border-top:0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;}ul.rounded li:last-child,ul.rounded li:last-child a{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;}ul li{color:#666;border-top:1px solid #333;border-bottom:#555858;list-style-type:none;padding:10px 10px 10px 10px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));overflow:hidden;}ul li.arrow{background-image:url(img/chevron.png),-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));background-position:right center;background-repeat:no-repeat;}ul li.forward{background-image:url(img/chevron_circle.png),-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));background-position:right center;background-repeat:no-repeat;}ul li a,li.img a+a{color:#fff;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:12px 10px 12px 10px;margin:-10px;-webkit-tap-highlight-color:rgba(0,0,0,0);text-shadow:rgba(0,0,0,.2) 0 1px 1px;}ul li a.active,ul li a.button{background-color:#53b401;color:#fff;}ul li a.active.loading{background-image:url(img/loading.gif);background-position:95% center;background-repeat:no-repeat;}ul li.arrow a.active{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul li.forward a.active{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul li.img a+a{margin:-10px 10px -20px -5px;font-size:17px;font-weight:bold;}ul li.img a+a+a{font-size:14px;font-weight:normal;margin-left:-10px;margin-bottom:-10px;margin-top:0;}ul li.img a+small+a{margin-left:-5px;}ul li.img a+small+a+a{margin-left:-10px;margin-top:-20px;margin-bottom:-10px;font-size:14px;font-weight:normal;}ul li.img a+small+a+a+a{margin-left:0!important;margin-bottom:0;}ul li a+a{color:#000;font:14px Helvetica;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0;padding:0;}ul li a+a+a,ul li.img a+a+a+a,ul li.img a+small+a+a+a{color:#666;font:13px Helvetica;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:0;}ul.form li{padding:7px 10px;}ul.form li.error{border:2px solid red;}ul.form li.error+li.error{border-top:0;}ul li input[type="text"],ul li input[type="password"],ul li textarea,ul li select{color:#777;background:transparent url(../.png);border:0;font:normal 17px Helvetica;padding:0;display:inline-block;margin-left:0;width:100%;-webkit-appearance:textarea;}ul li textarea{height:120px;padding:0;text-indent:-2px;}ul li select{text-indent:0;background:transparent url(img/chevron.png) no-repeat right center;-webkit-appearance:textfield;margin-left:-6px;width:104%;}ul li input[type="checkbox"],ul li input[type="radio"]{margin:0;padding:10px 10px;}ul li input[type="checkbox"]:after,ul li input[type="radio"]:after{content:attr(title);font:17px Helvetica;display:block;width:246px;color:#777;margin:-12px 0 0 17px;}ul li small{color:#64c114;font:17px Helvetica;text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:23%;float:right;padding:0;}ul li.arrow small{padding:0 15px;}ul li small.counter{font-size:17px;line-height:13px;font-weight:bold;background:rgba(0,0,0,.15);color:#fff;-webkit-border-radius:11px;padding:4px 10px 5px 10px;display:block;width:auto;margin-top:-22px;-webkit-box-shadow:rgba(255,255,255,.1) 0 1px 0;}ul li.arrow small.counter{margin-right:15px;}ul.individual{border:0;background:none;clear:both;overflow:hidden;padding-bottom:3px;-webkit-box-shadow:none;}ul.individual li{background:#4c4d4e;border:1px solid #333;font-size:14px;text-align:center;-webkit-border-radius:8px;-webkit-box-sizing:border-box;width:48%;float:left;display:block;padding:11px 10px 14px 10px;-webkit-box-shadow:rgba(0,0,0,.2) 1px 1px 3px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));}ul.individual li+li{float:right;}ul.individual li a{color:#fff;line-height:16px;margin:-11px -10px -14px -10px;padding:11px 10px 14px 10px;-webkit-border-radius:8px;}.toggle{width:94px;position:relative;height:27px;display:block;overflow:hidden;float:right;}.toggle input[type="checkbox"]:checked{left:0;}.toggle input[type="checkbox"]{-webkit-appearance:textarea;-webkit-border-radius:5px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transition:left .15s;background-color:transparent;background:#fff url(img/on_off.png) 0 0 no-repeat;border:0;height:27px;left:-55px;margin:0;overflow:hidden;position:absolute;top:0;width:149px;}.info{background:-webkit-gradient(linear,0% 0,0% 100%,from(#ccc),to(#aaa),color-stop(.6,#CCC));font-size:12px;line-height:16px;text-align:center;text-shadow:rgba(255,255,255,.8) 0 1px 0;color:#444;padding:15px;border-top:1px solid rgba(255,255,255,.2);font-weight:bold;}ul.edgetoedge{border-width:1px 0;margin:0;padding:0;}ul.edgetoedge li{background:-webkit-gradient(linear,0% 0,0% 100%,from(#1e1f21),to(#272729));border-bottom:2px solid #000;border-top:1px solid #4a4b4d;font-size:20px;margin-bottom:-1px;}ul.edgetoedge li.sep{background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));border-bottom:1px solid #111113;border-top:1px solid #666;color:#3e9ac3;font-size:16px;margin:1px 0 0 0;padding:2px 10px;text-shadow:#000 0 1px 0;}ul.edgetoedge li em{font-weight:normal;font-style:normal;}#plastic{background:#17181a;}ul.plastic{background:#17181a;color:#aaa;font:bold 18px Helvetica;margin:0;padding:0;border-width:0 0 1px 0;}ul.plastic li{border-width:1px 0;border-style:solid;border-top-color:#222;border-bottom-color:#000;color:#666;list-style-type:none;overflow:hidden;padding:10px 10px 10px 10px;}ul.plastic li a.active.loading{background-image:url(img/loading.gif);background-position:95% center;background-repeat:no-repeat;}ul.plastic li small{color:#888;font-size:13px;font-weight:bold;line-height:24px;text-transform:uppercase;}ul.plastic li:nth-child(odd){background-color:#1c1c1f;}ul.plastic li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.arrow a.active{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.forward{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.forward a.active{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul.metal{border-bottom:0;border-left:0;border-right:0;border-top:0;margin:0;}ul.metal li{background-image:none;border-top:1px solid #fff;border-bottom:1px solid #666;font-size:26px;background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(238,238,238,1)),to(rgba(156,158,160,1)));}ul.metal li a{line-height:26px;margin:0;text-shadow:#fff 0 1px 0;padding:13px 0;}ul.metal li a em{display:block;font-size:14px;font-style:normal;color:#444;width:50%;line-height:14px;}ul.metal li a.active{color:#000;}ul.metal li small{float:right;position:relative;margin-top:10px;font-weight:bold;}ul.metal li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;background-image:url(img/chevron.png),-webkit-gradient(linear,0% 0,0% 100%,from(rgba(238,238,238,1)),to(rgba(156,158,160,1)));background-repeat:no-repeat;background-position:right center;}ul.metal li.arrow a small{padding-right:15px;line-height:17px;}
\ No newline at end of file |