diff options
author | Alib <aliboba@free.fr> | 2010-03-18 17:21:19 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-18 17:21:19 +0100 |
commit | 816d55f57ec56f4f306585075ac43e011bcb9fea (patch) | |
tree | 3b73cd016fc0b9b54438f501840bd7249bf81290 /themes/apple | |
parent | 8f38837933ee756146813a43dc1633cab1a99ae3 (diff) | |
download | istreamdev-816d55f57ec56f4f306585075ac43e011bcb9fea.tar.gz istreamdev-816d55f57ec56f4f306585075ac43e011bcb9fea.tar.bz2 |
clean themes rep
Diffstat (limited to 'themes/apple')
65 files changed, 0 insertions, 2419 deletions
diff --git a/themes/apple/.svn/all-wcprops b/themes/apple/.svn/all-wcprops deleted file mode 100644 index e9ce505..0000000 --- a/themes/apple/.svn/all-wcprops +++ /dev/null @@ -1,11 +0,0 @@ -K 25
-svn:wc:ra_dav:version-url
-V 36
-/svn/!svn/ver/133/trunk/themes/apple
-END
-theme.css
-K 25
-svn:wc:ra_dav:version-url
-V 46
-/svn/!svn/ver/133/trunk/themes/apple/theme.css
-END
diff --git a/themes/apple/.svn/entries b/themes/apple/.svn/entries deleted file mode 100644 index 784f5ef..0000000 --- a/themes/apple/.svn/entries +++ /dev/null @@ -1,65 +0,0 @@ -10
-
-dir
-133
-http://jqtouch.googlecode.com/svn/trunk/themes/apple
-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.243073Z
-8c8fb5a689b7a0c55aca13d7a1643151
-2010-01-15T21:08:54.001495Z
-133
-RBoulanouar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-14938
-
-img
-dir
-
diff --git a/themes/apple/.svn/text-base/theme.css.svn-base b/themes/apple/.svn/text-base/theme.css.svn-base deleted file mode 100644 index dbbb4dc..0000000 --- a/themes/apple/.svn/text-base/theme.css.svn-base +++ /dev/null @@ -1,727 +0,0 @@ -body, #jqt { - background: rgb(0,0,0); -} - -body > *, #jqt > * { - background: rgb(197,204,211) url(img/pinstripes.png); -} - -#jqt h1, #jqt h2 { - font: bold 18px "Helvetica Neue", Helvetica; - text-shadow: rgba(255,255,255,.2) 0 1px 1px; - color: rgb(76, 86, 108); - margin: 10px 20px 6px; -} - -/* @group Toolbar */ - -#jqt .toolbar { - -webkit-box-sizing: border-box; - border-bottom: 1px solid #2d3642; - padding: 10px; - height: 45px; - background: url(img/toolbar.png) #6d84a2 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, 0.4) 0px -1px 0; - 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: 6px; - 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/toolButton.png) 0 5 0 5; -} - -#jqt .button.active, #jqt .cancel.active, #jqt .add.active { - -webkit-border-image: url(img/toolButton.png) 0 5 0 5; -} - -#jqt .blueButton { - -webkit-border-image: url(img/actionButton.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/backButton.png) 0 8 0 14; -} - -#jqt .back.active { - -webkit-border-image: url(img/backButton.png) 0 8 0 14; -} - -#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: black; - background: #fff; - border: 1px solid #B4B4B4; - font: bold 17px "Helvetica Neue", Helvetica; - padding: 0; - margin: 15px 10px 17px 10px; - -webkit-border-radius: 8px; -} - -#jqt ul li { - color: #666; - border-top: 1px solid #B4B4B4; - list-style-type: none; - padding: 10px 10px 10px 10px; -} - -/* when you have a first LI item on any list */ - -#jqt li:first-child, #jqt li:first-child a { - border-top: 0; - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; -} - -#jqt li:last-child, #jqt li:last-child a { - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; -} - -/* universal arrows */ - -#jqt ul li.arrow { - background-image: url(img/chevron.png); - background-position: right center; - background-repeat: no-repeat; -} - -#jqt ul li.arrow a { - padding: 12px 22px 12px 10px; -} - -#jqt #plastic ul li.arrow, #jqt #metal ul li.arrow { - background-image: url(../images/chevron_dg.png); - background-position: right center; - background-repeat: no-repeat; -} - -/* universal links on list */ - -#jqt ul li a, #jqt li.img a + a { - color: #000; - 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); -} - -#jqt ul li a.active { - background: #194fdb url(img/selection.png) 0 0 repeat-x; - color: #fff; -} - -#jqt ul li a.button { - background-color: #194fdb; - color: #fff; -} - -#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.form li:hover { - background: #fff; -} - -#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: #fff 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(../images/chevron.png) no-repeat 103% 3px; - -webkit-appearance: textfield; - margin-left: -6px; - width: 104%; -} - -#jqt ul li input[type="checkbox"], #jqt ul li input[type="radio"] { - margin: 0; - color: rgb(50,79,133); - 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; - margin: -12px 0 0 17px; -} - -/* @end */ - -/* @group Edge to edge */ -#jqt ul.edgetoedge { - -webkit-border-radius: 0; -} - -#jqt ul.edgetoedge li.sep { - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(139, 159, 171, 1)), to(rgba(181, 193, 201, 1.0))); - border-bottom: 1px solid #b5c1c9; - border-top: 1px solid #b5c1c9; - color: #fff; - font-size: 16px; - margin: 1px 0 0 0; - padding: 2px 10px; - text-shadow: #636a6f 0 1px 0; -} - -#jqt .edgetoedge h4 { - color: #fff; - background: rgb(154,159,170) url(img/listGroup.png) top left repeat-x; - border-top: 1px solid rgb(165,177,186); - text-shadow: #666 0 1px 0; - margin: 0; - padding: 2px 10px; -} - -#jqt .edgetoedge, #jqt .metal { - margin: 0; - padding: 0; - background-color: rgb(255,255,255); -} - -#jqt .edgetoedge ul, #jqt .metal ul, #jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; -} - -#jqt .metal ul { - border-top: 0; - border-bottom: 0; - background: rgb(180,180,180); -} - -#jqt .edgetoedge ul li:first-child, -#jqt .edgetoedge ul li:first-child a, -#jqt .edgetoedge ul li:last-child, -#jqt .edgetoedge ul li:last-child a, -#jqt .metal ul li:first-child a, -#jqt .metal ul li:last-child a { - -webkit-border-radius: 0; -} - -#jqt .edgetoedge ul li small { - font-size: 16px; - line-height: 28px; -} - -#jqt .edgetoedge li, #jqt .metal li { - -webkit-border-radius: 0; -} - -#jqt .edgetoedge li em { - font-weight: normal; - font-style: normal; -} - -#jqt .edgetoedge h4 + ul { - border-top: 1px solid rgb(152,158,164); - border-bottom: 1px solid rgb(113,125,133); -} - -/* @end */ - -/* @group Mini Label */ - -#jqt ul li small { - color: #369; - font: 17px "Helvetica Neue", Helvetica; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - width: 23%; - float: right; - padding: 3px 0px; -} - -#jqt ul li.arrow small { - padding: 0 15px; -} - -#jqt ul li small.counter { - font-size: 17px !important; - line-height: 13px !important; - font-weight: bold; - background: rgb(154,159,170); - color: #fff; - -webkit-border-radius: 11px; - padding: 4px 10px 5px 10px; - display: inline !important; - width: auto; - margin-top: -22px; -} - -#jqt ul li.arrow small.counter { - margin-right: 15px; -} - -/* @end */ - -/* @group Plastic */ - -#jqt #plastic ul li.arrow, #jqt #metal ul li.arrow { - background-image: url(img/listArrow.png); - background-position: right center; - background-repeat: no-repeat; -} - -#jqt .edgetoedge ul, #jqt .metal ul, #jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; -} - -#jqt .metal ul li { - border-top: 1px solid rgb(238,238,238); - border-bottom: 1px solid rgb(156,158,165); - background: url(../images/bgMetal.png) top left repeat-x; - font-size: 26px; - text-shadow: #fff 0 1px 0; -} - -#jqt .metal ul li a { - line-height: 26px; - margin: 0; - padding: 13px 0; -} - -#jqt .metal ul li a:hover { - color: rgb(0,0,0); -} - -#jqt .metal ul li:hover small { - color: inherit; -} - -#jqt .metal ul li a em { - display: block; - font-size: 14px; - font-style: normal; - color: #444; - width: 50%; - line-height: 14px; -} - -#jqt .metal ul li small { - float: right; - position: relative; - margin-top: 10px; - font-weight: bold; -} - -#jqt .metal ul li.arrow a small { - padding-right: 0; - line-height: 17px; -} - -#jqt .metal ul li.arrow { - background: url(../images/bgMetal.png) top left repeat-x, - url(../images/chevron_dg.png) right center no-repeat; -} - -#jqt .plastic { - margin: 0; - padding: 0; - background: rgb(173,173,173); -} - -#jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; - background-color: rgb(173,173,173); -} - -#jqt .plastic ul li { - -webkit-border-radius: 0; - border-top: 1px solid rgb(191,191,191); - border-bottom: 1px solid rgb(157,157,157); -} - -#jqt .plastic ul li:nth-child(odd) { - background-color: rgb(152,152,152); - border-top: 1px solid rgb(181,181,181); - border-bottom: 1px solid rgb(138,138,138); -} - -#jqt .plastic ul + p { - font-size: 11px; - color: #2f3237; - text-shadow: none; - padding: 10px 10px; -} - -#jqt .plastic ul + p strong { - font-size: 14px; - line-height: 18px; - text-shadow: #fff 0 1px 0; -} - -#jqt .plastic ul li a { - text-shadow: rgb(211,211,211) 0 1px 0; -} - -#jqt .plastic ul li:nth-child(odd) a { - text-shadow: rgb(191,191,191) 0 1px 0; -} - -#jqt .plastic ul li small { - color: #3C3C3C; - text-shadow: rgb(211,211,211) 0 1px 0; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; - line-height: 24px; -} - -#jqt #plastic ul.minibanner, #jqt #plastic ul.bigbanner { - margin: 10px; - border: 0; - height: 81px; - clear: both; -} - -#jqt #plastic ul.bigbanner { - height: 140px !important; -} - -#jqt #plastic ul.minibanner li { - border: 1px solid rgb(138,138,138); - background-color: rgb(152,152,152); - width: 145px; - height: 81px; - float: left; - -webkit-border-radius: 5px; - padding: 0; -} - -#jqt #plastic ul.bigbanner li { - border: 1px solid rgb(138,138,138); - background-color: rgb(152,152,152); - width: 296px; - height: 140px; - float: left; - -webkit-border-radius: 5px; - padding: 0; - margin-bottom: 4px; -} - -#jqt #plastic ul.minibanner li:first-child { - margin-right: 6px; -} - -#jqt #plastic ul.minibanner li a { - color: transparent; - text-shadow: none; - display: block; - width: 145px; - height: 81px; -} - -#jqt #plastic ul.bigbanner li a { - color: transparent; - text-shadow: none; - display: block; - width: 296px; - height: 145px; -} - -/* @end */ - -/* @group Individual */ - -#jqt ul.individual { - border: 0; - background: none; - clear: both; - overflow: hidden; -} - -#jqt ul.individual li { - color: rgb(183,190,205); - background: white; - border: 1px solid rgb(180,180,180); - 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; -} - -#jqt ul.individual li + li { - float: right; -} - -#jqt ul.individual li a { - color: rgb(50,79,133); - line-height: 16px; - margin: -11px -10px -14px -10px; - padding: 11px 10px 14px 10px; - -webkit-border-radius: 8px; -} - -#jqt ul.individual li a:hover { - color: #fff; - background: #36c; -} - -/* @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-tap-highlight-color: rgba(0,0,0,0); - margin: 0; - -webkit-border-radius: 5px; - background: #fff url(img/on_off.png) 0 0 no-repeat; - height: 27px; - overflow: hidden; - width: 149px; - border: 0; - -webkit-appearance: textarea; - background-color: transparent; - -webkit-transition: left .15s; - position: absolute; - top: 0; - left: -55px; -} -/* @end */ - - - -#jqt .info { - background: #dce1eb; - font-size: 12px; - line-height: 16px; - text-align: center; - text-shadow: rgba(255,255,255,.8) 0 1px 0; - color: rgb(76, 86, 108); - padding: 15px; - border-top: 1px solid rgba(76, 86, 108, .3); - font-weight: bold; -} diff --git a/themes/apple/img/.svn/all-wcprops b/themes/apple/img/.svn/all-wcprops deleted file mode 100644 index 0f667ce..0000000 --- a/themes/apple/img/.svn/all-wcprops +++ /dev/null @@ -1,119 +0,0 @@ -K 25
-svn:wc:ra_dav:version-url
-V 40
-/svn/!svn/ver/115/trunk/themes/apple/img
-END
-greenButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 56
-/svn/!svn/ver/115/trunk/themes/apple/img/greenButton.png
-END
-backButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 54
-/svn/!svn/ver/57/trunk/themes/apple/img/backButton.png
-END
-grayButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 53
-/svn/!svn/ver/9/trunk/themes/apple/img/grayButton.png
-END
-loading.gif
-K 25
-svn:wc:ra_dav:version-url
-V 50
-/svn/!svn/ver/9/trunk/themes/apple/img/loading.gif
-END
-pinstripes.png
-K 25
-svn:wc:ra_dav:version-url
-V 53
-/svn/!svn/ver/9/trunk/themes/apple/img/pinstripes.png
-END
-toolbar.png
-K 25
-svn:wc:ra_dav:version-url
-V 51
-/svn/!svn/ver/57/trunk/themes/apple/img/toolbar.png
-END
-chevron.png
-K 25
-svn:wc:ra_dav:version-url
-V 51
-/svn/!svn/ver/51/trunk/themes/apple/img/chevron.png
-END
-on_off.png
-K 25
-svn:wc:ra_dav:version-url
-V 50
-/svn/!svn/ver/57/trunk/themes/apple/img/on_off.png
-END
-redButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 54
-/svn/!svn/ver/115/trunk/themes/apple/img/redButton.png
-END
-actionButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 57
-/svn/!svn/ver/115/trunk/themes/apple/img/actionButton.png
-END
-toolButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 54
-/svn/!svn/ver/57/trunk/themes/apple/img/toolButton.png
-END
-whiteButton.png
-K 25
-svn:wc:ra_dav:version-url
-V 54
-/svn/!svn/ver/9/trunk/themes/apple/img/whiteButton.png
-END
-toggleOn.png
-K 25
-svn:wc:ra_dav:version-url
-V 51
-/svn/!svn/ver/9/trunk/themes/apple/img/toggleOn.png
-END
-thumb.png
-K 25
-svn:wc:ra_dav:version-url
-V 49
-/svn/!svn/ver/57/trunk/themes/apple/img/thumb.png
-END
-toggle.png
-K 25
-svn:wc:ra_dav:version-url
-V 49
-/svn/!svn/ver/9/trunk/themes/apple/img/toggle.png
-END
-selection.png
-K 25
-svn:wc:ra_dav:version-url
-V 52
-/svn/!svn/ver/9/trunk/themes/apple/img/selection.png
-END
-cancel.png
-K 25
-svn:wc:ra_dav:version-url
-V 49
-/svn/!svn/ver/9/trunk/themes/apple/img/cancel.png
-END
-listGroup.png
-K 25
-svn:wc:ra_dav:version-url
-V 53
-/svn/!svn/ver/57/trunk/themes/apple/img/listGroup.png
-END
-listArrowSel.png
-K 25
-svn:wc:ra_dav:version-url
-V 55
-/svn/!svn/ver/9/trunk/themes/apple/img/listArrowSel.png
-END
diff --git a/themes/apple/img/.svn/entries b/themes/apple/img/.svn/entries deleted file mode 100644 index 19622c8..0000000 --- a/themes/apple/img/.svn/entries +++ /dev/null @@ -1,674 +0,0 @@ -10
-
-dir
-133
-http://jqtouch.googlecode.com/svn/trunk/themes/apple/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.238073Z
-e77d96f3d42207c60248c958513177d7
-2009-10-25T08:00:04.365941Z
-115
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1935
-
-backButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.238073Z
-dd5d1b2178d7f29c6988c7b351374865
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-783
-
-grayButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.238073Z
-1041b36eaff6868d89453dac81019839
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-943
-
-loading.gif
-file
-
-
-
-
-2010-03-04T14:47:56.238073Z
-da76e45dd725f984f0fb5fd7fa6b5ed0
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1435
-
-pinstripes.png
-file
-
-
-
-
-2010-03-04T14:47:56.239073Z
-4083fe1c4e14f5ddd0ba98ac6c55e6af
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-117
-
-toolbar.png
-file
-
-
-
-
-2010-03-04T14:47:56.239073Z
-2e759fec57af1684c18be5ebb4baa329
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-168
-
-chevron.png
-file
-
-
-
-
-2010-03-04T14:47:56.239073Z
-3d059e6b6957c1be7a1bfdb4316776e6
-2009-08-31T02:22:55.434267Z
-51
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-259
-
-on_off.png
-file
-
-
-
-
-2010-03-04T14:47:56.239073Z
-71f37708819cfac4c2d575ca5d03e587
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2634
-
-redButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.239073Z
-c0c9af820d6172e61bd6a8f4cf9c7057
-2009-10-25T08:00:04.365941Z
-115
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1927
-
-actionButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.240073Z
-d3da8bf9621bdc92397d51c96b495eac
-2009-10-25T08:00:04.365941Z
-115
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-517
-
-toolButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.240073Z
-98ca7468d06352b351b6ad50b4c23444
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-521
-
-whiteButton.png
-file
-
-
-
-
-2010-03-04T14:47:56.240073Z
-17f06c4431d610ecac4361df5845b817
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-978
-
-toggleOn.png
-file
-
-
-
-
-2010-03-04T14:47:56.240073Z
-d3660086fd6ac805dccaef5339633b64
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-163
-
-thumb.png
-file
-
-
-
-
-2010-03-04T14:47:56.241073Z
-65de250b1baccedd8b81fa338c8627fe
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2834
-
-toggle.png
-file
-
-
-
-
-2010-03-04T14:47:56.241073Z
-bdebeb51c0c12ae443b9eb770fbb9bbe
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2815
-
-selection.png
-file
-
-
-
-
-2010-03-04T14:47:56.241073Z
-af582c91abf093b4a7648de3ed1496da
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-159
-
-cancel.png
-file
-
-
-
-
-2010-03-04T14:47:56.241073Z
-47e9de7efdc94a42890a57d7b952128f
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-362
-
-listGroup.png
-file
-
-
-
-
-2010-03-04T14:47:56.242073Z
-38a0ce9de336bcb064d79ea28223a692
-2009-09-03T18:03:08.814593Z
-57
-davidcolbykaneda
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2863
-
-listArrowSel.png
-file
-
-
-
-
-2010-03-04T14:47:56.242073Z
-2f3cce7337192817acdf1c7bd533912a
-2009-04-11T19:17:40.360466Z
-6
-david@dyadcom.com
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-308
-
diff --git a/themes/apple/img/.svn/prop-base/actionButton.png.svn-base b/themes/apple/img/.svn/prop-base/actionButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/actionButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/backButton.png.svn-base b/themes/apple/img/.svn/prop-base/backButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/backButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/cancel.png.svn-base b/themes/apple/img/.svn/prop-base/cancel.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/cancel.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/chevron.png.svn-base b/themes/apple/img/.svn/prop-base/chevron.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/chevron.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/grayButton.png.svn-base b/themes/apple/img/.svn/prop-base/grayButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/grayButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/greenButton.png.svn-base b/themes/apple/img/.svn/prop-base/greenButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/greenButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/listArrowSel.png.svn-base b/themes/apple/img/.svn/prop-base/listArrowSel.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/listArrowSel.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/listGroup.png.svn-base b/themes/apple/img/.svn/prop-base/listGroup.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/listGroup.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/loading.gif.svn-base b/themes/apple/img/.svn/prop-base/loading.gif.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/loading.gif.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/on_off.png.svn-base b/themes/apple/img/.svn/prop-base/on_off.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/on_off.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/pinstripes.png.svn-base b/themes/apple/img/.svn/prop-base/pinstripes.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/pinstripes.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/redButton.png.svn-base b/themes/apple/img/.svn/prop-base/redButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/redButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/selection.png.svn-base b/themes/apple/img/.svn/prop-base/selection.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/selection.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/thumb.png.svn-base b/themes/apple/img/.svn/prop-base/thumb.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/thumb.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/toggle.png.svn-base b/themes/apple/img/.svn/prop-base/toggle.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/toggle.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/toggleOn.png.svn-base b/themes/apple/img/.svn/prop-base/toggleOn.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/toggleOn.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/toolButton.png.svn-base b/themes/apple/img/.svn/prop-base/toolButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/toolButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/toolbar.png.svn-base b/themes/apple/img/.svn/prop-base/toolbar.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/toolbar.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/prop-base/whiteButton.png.svn-base b/themes/apple/img/.svn/prop-base/whiteButton.png.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/themes/apple/img/.svn/prop-base/whiteButton.png.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/themes/apple/img/.svn/text-base/actionButton.png.svn-base b/themes/apple/img/.svn/text-base/actionButton.png.svn-base Binary files differdeleted file mode 100644 index 0f92dfd..0000000 --- a/themes/apple/img/.svn/text-base/actionButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/backButton.png.svn-base b/themes/apple/img/.svn/text-base/backButton.png.svn-base Binary files differdeleted file mode 100644 index 935f914..0000000 --- a/themes/apple/img/.svn/text-base/backButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/cancel.png.svn-base b/themes/apple/img/.svn/text-base/cancel.png.svn-base Binary files differdeleted file mode 100644 index 5f6dcc8..0000000 --- a/themes/apple/img/.svn/text-base/cancel.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/chevron.png.svn-base b/themes/apple/img/.svn/text-base/chevron.png.svn-base Binary files differdeleted file mode 100644 index 6421a16..0000000 --- a/themes/apple/img/.svn/text-base/chevron.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/grayButton.png.svn-base b/themes/apple/img/.svn/text-base/grayButton.png.svn-base Binary files differdeleted file mode 100644 index 0ce6a30..0000000 --- a/themes/apple/img/.svn/text-base/grayButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/greenButton.png.svn-base b/themes/apple/img/.svn/text-base/greenButton.png.svn-base Binary files differdeleted file mode 100644 index a45594b..0000000 --- a/themes/apple/img/.svn/text-base/greenButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/listArrowSel.png.svn-base b/themes/apple/img/.svn/text-base/listArrowSel.png.svn-base Binary files differdeleted file mode 100644 index 86832eb..0000000 --- a/themes/apple/img/.svn/text-base/listArrowSel.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/listGroup.png.svn-base b/themes/apple/img/.svn/text-base/listGroup.png.svn-base Binary files differdeleted file mode 100644 index 567d858..0000000 --- a/themes/apple/img/.svn/text-base/listGroup.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/loading.gif.svn-base b/themes/apple/img/.svn/text-base/loading.gif.svn-base Binary files differdeleted file mode 100644 index 8522ddf..0000000 --- a/themes/apple/img/.svn/text-base/loading.gif.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/on_off.png.svn-base b/themes/apple/img/.svn/text-base/on_off.png.svn-base Binary files differdeleted file mode 100644 index 62325a8..0000000 --- a/themes/apple/img/.svn/text-base/on_off.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/pinstripes.png.svn-base b/themes/apple/img/.svn/text-base/pinstripes.png.svn-base Binary files differdeleted file mode 100644 index c997775..0000000 --- a/themes/apple/img/.svn/text-base/pinstripes.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/redButton.png.svn-base b/themes/apple/img/.svn/text-base/redButton.png.svn-base Binary files differdeleted file mode 100644 index f5728df..0000000 --- a/themes/apple/img/.svn/text-base/redButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/selection.png.svn-base b/themes/apple/img/.svn/text-base/selection.png.svn-base Binary files differdeleted file mode 100644 index 537e3f0..0000000 --- a/themes/apple/img/.svn/text-base/selection.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/thumb.png.svn-base b/themes/apple/img/.svn/text-base/thumb.png.svn-base Binary files differdeleted file mode 100644 index 81495a0..0000000 --- a/themes/apple/img/.svn/text-base/thumb.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/toggle.png.svn-base b/themes/apple/img/.svn/text-base/toggle.png.svn-base Binary files differdeleted file mode 100644 index 3b62ebf..0000000 --- a/themes/apple/img/.svn/text-base/toggle.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/toggleOn.png.svn-base b/themes/apple/img/.svn/text-base/toggleOn.png.svn-base Binary files differdeleted file mode 100644 index b016814..0000000 --- a/themes/apple/img/.svn/text-base/toggleOn.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/toolButton.png.svn-base b/themes/apple/img/.svn/text-base/toolButton.png.svn-base Binary files differdeleted file mode 100644 index dfbba4e..0000000 --- a/themes/apple/img/.svn/text-base/toolButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/toolbar.png.svn-base b/themes/apple/img/.svn/text-base/toolbar.png.svn-base Binary files differdeleted file mode 100644 index 2159c7d..0000000 --- a/themes/apple/img/.svn/text-base/toolbar.png.svn-base +++ /dev/null diff --git a/themes/apple/img/.svn/text-base/whiteButton.png.svn-base b/themes/apple/img/.svn/text-base/whiteButton.png.svn-base Binary files differdeleted file mode 100644 index 5514b27..0000000 --- a/themes/apple/img/.svn/text-base/whiteButton.png.svn-base +++ /dev/null diff --git a/themes/apple/img/actionButton.png b/themes/apple/img/actionButton.png Binary files differdeleted file mode 100644 index 0f92dfd..0000000 --- a/themes/apple/img/actionButton.png +++ /dev/null diff --git a/themes/apple/img/backButton.png b/themes/apple/img/backButton.png Binary files differdeleted file mode 100644 index 935f914..0000000 --- a/themes/apple/img/backButton.png +++ /dev/null diff --git a/themes/apple/img/blueButton.png b/themes/apple/img/blueButton.png Binary files differdeleted file mode 100644 index 0f92dfd..0000000 --- a/themes/apple/img/blueButton.png +++ /dev/null diff --git a/themes/apple/img/cancel.png b/themes/apple/img/cancel.png Binary files differdeleted file mode 100644 index 5f6dcc8..0000000 --- a/themes/apple/img/cancel.png +++ /dev/null diff --git a/themes/apple/img/chevron.png b/themes/apple/img/chevron.png Binary files differdeleted file mode 100644 index 6421a16..0000000 --- a/themes/apple/img/chevron.png +++ /dev/null diff --git a/themes/apple/img/grayButton.png b/themes/apple/img/grayButton.png Binary files differdeleted file mode 100644 index 0ce6a30..0000000 --- a/themes/apple/img/grayButton.png +++ /dev/null diff --git a/themes/apple/img/greenButton.png b/themes/apple/img/greenButton.png Binary files differdeleted file mode 100644 index a45594b..0000000 --- a/themes/apple/img/greenButton.png +++ /dev/null diff --git a/themes/apple/img/listArrowSel.png b/themes/apple/img/listArrowSel.png Binary files differdeleted file mode 100644 index 86832eb..0000000 --- a/themes/apple/img/listArrowSel.png +++ /dev/null diff --git a/themes/apple/img/listGroup.png b/themes/apple/img/listGroup.png Binary files differdeleted file mode 100644 index 567d858..0000000 --- a/themes/apple/img/listGroup.png +++ /dev/null diff --git a/themes/apple/img/loading.gif b/themes/apple/img/loading.gif Binary files differdeleted file mode 100644 index 8522ddf..0000000 --- a/themes/apple/img/loading.gif +++ /dev/null diff --git a/themes/apple/img/on_off.png b/themes/apple/img/on_off.png Binary files differdeleted file mode 100644 index 62325a8..0000000 --- a/themes/apple/img/on_off.png +++ /dev/null diff --git a/themes/apple/img/pinstripes.png b/themes/apple/img/pinstripes.png Binary files differdeleted file mode 100644 index c997775..0000000 --- a/themes/apple/img/pinstripes.png +++ /dev/null diff --git a/themes/apple/img/redButton.png b/themes/apple/img/redButton.png Binary files differdeleted file mode 100644 index f5728df..0000000 --- a/themes/apple/img/redButton.png +++ /dev/null diff --git a/themes/apple/img/selection.png b/themes/apple/img/selection.png Binary files differdeleted file mode 100644 index 537e3f0..0000000 --- a/themes/apple/img/selection.png +++ /dev/null diff --git a/themes/apple/img/thumb.png b/themes/apple/img/thumb.png Binary files differdeleted file mode 100644 index 81495a0..0000000 --- a/themes/apple/img/thumb.png +++ /dev/null diff --git a/themes/apple/img/toggle.png b/themes/apple/img/toggle.png Binary files differdeleted file mode 100644 index 3b62ebf..0000000 --- a/themes/apple/img/toggle.png +++ /dev/null diff --git a/themes/apple/img/toggleOn.png b/themes/apple/img/toggleOn.png Binary files differdeleted file mode 100644 index b016814..0000000 --- a/themes/apple/img/toggleOn.png +++ /dev/null diff --git a/themes/apple/img/toolButton.png b/themes/apple/img/toolButton.png Binary files differdeleted file mode 100644 index dfbba4e..0000000 --- a/themes/apple/img/toolButton.png +++ /dev/null diff --git a/themes/apple/img/toolbar.png b/themes/apple/img/toolbar.png Binary files differdeleted file mode 100644 index 2159c7d..0000000 --- a/themes/apple/img/toolbar.png +++ /dev/null diff --git a/themes/apple/img/whiteButton.png b/themes/apple/img/whiteButton.png Binary files differdeleted file mode 100644 index 5514b27..0000000 --- a/themes/apple/img/whiteButton.png +++ /dev/null diff --git a/themes/apple/theme.css b/themes/apple/theme.css deleted file mode 100644 index dbbb4dc..0000000 --- a/themes/apple/theme.css +++ /dev/null @@ -1,727 +0,0 @@ -body, #jqt { - background: rgb(0,0,0); -} - -body > *, #jqt > * { - background: rgb(197,204,211) url(img/pinstripes.png); -} - -#jqt h1, #jqt h2 { - font: bold 18px "Helvetica Neue", Helvetica; - text-shadow: rgba(255,255,255,.2) 0 1px 1px; - color: rgb(76, 86, 108); - margin: 10px 20px 6px; -} - -/* @group Toolbar */ - -#jqt .toolbar { - -webkit-box-sizing: border-box; - border-bottom: 1px solid #2d3642; - padding: 10px; - height: 45px; - background: url(img/toolbar.png) #6d84a2 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, 0.4) 0px -1px 0; - 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: 6px; - 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/toolButton.png) 0 5 0 5; -} - -#jqt .button.active, #jqt .cancel.active, #jqt .add.active { - -webkit-border-image: url(img/toolButton.png) 0 5 0 5; -} - -#jqt .blueButton { - -webkit-border-image: url(img/actionButton.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/backButton.png) 0 8 0 14; -} - -#jqt .back.active { - -webkit-border-image: url(img/backButton.png) 0 8 0 14; -} - -#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: black; - background: #fff; - border: 1px solid #B4B4B4; - font: bold 17px "Helvetica Neue", Helvetica; - padding: 0; - margin: 15px 10px 17px 10px; - -webkit-border-radius: 8px; -} - -#jqt ul li { - color: #666; - border-top: 1px solid #B4B4B4; - list-style-type: none; - padding: 10px 10px 10px 10px; -} - -/* when you have a first LI item on any list */ - -#jqt li:first-child, #jqt li:first-child a { - border-top: 0; - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; -} - -#jqt li:last-child, #jqt li:last-child a { - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; -} - -/* universal arrows */ - -#jqt ul li.arrow { - background-image: url(img/chevron.png); - background-position: right center; - background-repeat: no-repeat; -} - -#jqt ul li.arrow a { - padding: 12px 22px 12px 10px; -} - -#jqt #plastic ul li.arrow, #jqt #metal ul li.arrow { - background-image: url(../images/chevron_dg.png); - background-position: right center; - background-repeat: no-repeat; -} - -/* universal links on list */ - -#jqt ul li a, #jqt li.img a + a { - color: #000; - 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); -} - -#jqt ul li a.active { - background: #194fdb url(img/selection.png) 0 0 repeat-x; - color: #fff; -} - -#jqt ul li a.button { - background-color: #194fdb; - color: #fff; -} - -#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.form li:hover { - background: #fff; -} - -#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: #fff 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(../images/chevron.png) no-repeat 103% 3px; - -webkit-appearance: textfield; - margin-left: -6px; - width: 104%; -} - -#jqt ul li input[type="checkbox"], #jqt ul li input[type="radio"] { - margin: 0; - color: rgb(50,79,133); - 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; - margin: -12px 0 0 17px; -} - -/* @end */ - -/* @group Edge to edge */ -#jqt ul.edgetoedge { - -webkit-border-radius: 0; -} - -#jqt ul.edgetoedge li.sep { - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(139, 159, 171, 1)), to(rgba(181, 193, 201, 1.0))); - border-bottom: 1px solid #b5c1c9; - border-top: 1px solid #b5c1c9; - color: #fff; - font-size: 16px; - margin: 1px 0 0 0; - padding: 2px 10px; - text-shadow: #636a6f 0 1px 0; -} - -#jqt .edgetoedge h4 { - color: #fff; - background: rgb(154,159,170) url(img/listGroup.png) top left repeat-x; - border-top: 1px solid rgb(165,177,186); - text-shadow: #666 0 1px 0; - margin: 0; - padding: 2px 10px; -} - -#jqt .edgetoedge, #jqt .metal { - margin: 0; - padding: 0; - background-color: rgb(255,255,255); -} - -#jqt .edgetoedge ul, #jqt .metal ul, #jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; -} - -#jqt .metal ul { - border-top: 0; - border-bottom: 0; - background: rgb(180,180,180); -} - -#jqt .edgetoedge ul li:first-child, -#jqt .edgetoedge ul li:first-child a, -#jqt .edgetoedge ul li:last-child, -#jqt .edgetoedge ul li:last-child a, -#jqt .metal ul li:first-child a, -#jqt .metal ul li:last-child a { - -webkit-border-radius: 0; -} - -#jqt .edgetoedge ul li small { - font-size: 16px; - line-height: 28px; -} - -#jqt .edgetoedge li, #jqt .metal li { - -webkit-border-radius: 0; -} - -#jqt .edgetoedge li em { - font-weight: normal; - font-style: normal; -} - -#jqt .edgetoedge h4 + ul { - border-top: 1px solid rgb(152,158,164); - border-bottom: 1px solid rgb(113,125,133); -} - -/* @end */ - -/* @group Mini Label */ - -#jqt ul li small { - color: #369; - font: 17px "Helvetica Neue", Helvetica; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - width: 23%; - float: right; - padding: 3px 0px; -} - -#jqt ul li.arrow small { - padding: 0 15px; -} - -#jqt ul li small.counter { - font-size: 17px !important; - line-height: 13px !important; - font-weight: bold; - background: rgb(154,159,170); - color: #fff; - -webkit-border-radius: 11px; - padding: 4px 10px 5px 10px; - display: inline !important; - width: auto; - margin-top: -22px; -} - -#jqt ul li.arrow small.counter { - margin-right: 15px; -} - -/* @end */ - -/* @group Plastic */ - -#jqt #plastic ul li.arrow, #jqt #metal ul li.arrow { - background-image: url(img/listArrow.png); - background-position: right center; - background-repeat: no-repeat; -} - -#jqt .edgetoedge ul, #jqt .metal ul, #jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; -} - -#jqt .metal ul li { - border-top: 1px solid rgb(238,238,238); - border-bottom: 1px solid rgb(156,158,165); - background: url(../images/bgMetal.png) top left repeat-x; - font-size: 26px; - text-shadow: #fff 0 1px 0; -} - -#jqt .metal ul li a { - line-height: 26px; - margin: 0; - padding: 13px 0; -} - -#jqt .metal ul li a:hover { - color: rgb(0,0,0); -} - -#jqt .metal ul li:hover small { - color: inherit; -} - -#jqt .metal ul li a em { - display: block; - font-size: 14px; - font-style: normal; - color: #444; - width: 50%; - line-height: 14px; -} - -#jqt .metal ul li small { - float: right; - position: relative; - margin-top: 10px; - font-weight: bold; -} - -#jqt .metal ul li.arrow a small { - padding-right: 0; - line-height: 17px; -} - -#jqt .metal ul li.arrow { - background: url(../images/bgMetal.png) top left repeat-x, - url(../images/chevron_dg.png) right center no-repeat; -} - -#jqt .plastic { - margin: 0; - padding: 0; - background: rgb(173,173,173); -} - -#jqt .plastic ul { - -webkit-border-radius: 0; - margin: 0; - border-left: 0; - border-right: 0; - border-top: 0; - background-color: rgb(173,173,173); -} - -#jqt .plastic ul li { - -webkit-border-radius: 0; - border-top: 1px solid rgb(191,191,191); - border-bottom: 1px solid rgb(157,157,157); -} - -#jqt .plastic ul li:nth-child(odd) { - background-color: rgb(152,152,152); - border-top: 1px solid rgb(181,181,181); - border-bottom: 1px solid rgb(138,138,138); -} - -#jqt .plastic ul + p { - font-size: 11px; - color: #2f3237; - text-shadow: none; - padding: 10px 10px; -} - -#jqt .plastic ul + p strong { - font-size: 14px; - line-height: 18px; - text-shadow: #fff 0 1px 0; -} - -#jqt .plastic ul li a { - text-shadow: rgb(211,211,211) 0 1px 0; -} - -#jqt .plastic ul li:nth-child(odd) a { - text-shadow: rgb(191,191,191) 0 1px 0; -} - -#jqt .plastic ul li small { - color: #3C3C3C; - text-shadow: rgb(211,211,211) 0 1px 0; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; - line-height: 24px; -} - -#jqt #plastic ul.minibanner, #jqt #plastic ul.bigbanner { - margin: 10px; - border: 0; - height: 81px; - clear: both; -} - -#jqt #plastic ul.bigbanner { - height: 140px !important; -} - -#jqt #plastic ul.minibanner li { - border: 1px solid rgb(138,138,138); - background-color: rgb(152,152,152); - width: 145px; - height: 81px; - float: left; - -webkit-border-radius: 5px; - padding: 0; -} - -#jqt #plastic ul.bigbanner li { - border: 1px solid rgb(138,138,138); - background-color: rgb(152,152,152); - width: 296px; - height: 140px; - float: left; - -webkit-border-radius: 5px; - padding: 0; - margin-bottom: 4px; -} - -#jqt #plastic ul.minibanner li:first-child { - margin-right: 6px; -} - -#jqt #plastic ul.minibanner li a { - color: transparent; - text-shadow: none; - display: block; - width: 145px; - height: 81px; -} - -#jqt #plastic ul.bigbanner li a { - color: transparent; - text-shadow: none; - display: block; - width: 296px; - height: 145px; -} - -/* @end */ - -/* @group Individual */ - -#jqt ul.individual { - border: 0; - background: none; - clear: both; - overflow: hidden; -} - -#jqt ul.individual li { - color: rgb(183,190,205); - background: white; - border: 1px solid rgb(180,180,180); - 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; -} - -#jqt ul.individual li + li { - float: right; -} - -#jqt ul.individual li a { - color: rgb(50,79,133); - line-height: 16px; - margin: -11px -10px -14px -10px; - padding: 11px 10px 14px 10px; - -webkit-border-radius: 8px; -} - -#jqt ul.individual li a:hover { - color: #fff; - background: #36c; -} - -/* @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-tap-highlight-color: rgba(0,0,0,0); - margin: 0; - -webkit-border-radius: 5px; - background: #fff url(img/on_off.png) 0 0 no-repeat; - height: 27px; - overflow: hidden; - width: 149px; - border: 0; - -webkit-appearance: textarea; - background-color: transparent; - -webkit-transition: left .15s; - position: absolute; - top: 0; - left: -55px; -} -/* @end */ - - - -#jqt .info { - background: #dce1eb; - font-size: 12px; - line-height: 16px; - text-align: center; - text-shadow: rgba(255,255,255,.8) 0 1px 0; - color: rgb(76, 86, 108); - padding: 15px; - border-top: 1px solid rgba(76, 86, 108, .3); - font-weight: bold; -} diff --git a/themes/apple/theme.min.css b/themes/apple/theme.min.css deleted file mode 100644 index decc185..0000000 --- a/themes/apple/theme.min.css +++ /dev/null @@ -1 +0,0 @@ -body{background:#000;}body>*{background:#c5ccd3 url(img/pinstripes.png);}h1,h2{font:bold 18px Helvetica;text-shadow:rgba(255,255,255,.2) 0 1px 1px;color:#4c566c;margin:10px 20px 6px;}.toolbar{-webkit-box-sizing:border-box;border-bottom:1px solid #2d3642;padding:10px;height:45px;background:url(img/toolbar.png) #6d84a2 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,0.4) 0 -1px 0;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:6px;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/toolButton.png) 0 5 0 5;}.button.active,.back.active,.cancel.active,.add.active{-webkit-border-image:url(img/toolButton.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/backButton.png) 0 8 0 14;}.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:black;background:#fff;border:1px solid #B4B4B4;font:bold 17px Helvetica;padding:0;margin:15px 10px 17px 10px;-webkit-border-radius:8px;}ul li{color:#666;border-top:1px solid #B4B4B4;list-style-type:none;padding:10px 10px 10px 10px;}li:first-child,li:first-child a{border-top:0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;}li:last-child,li:last-child a{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;}ul li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}#plastic ul li.arrow,#metal ul li.arrow{background-image:url(../images/chevron_dg.png);background-position:right center;background-repeat:no-repeat;}ul li a,li.img a+a{color:#000;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);}ul li a.active{background:#194fdb url(img/selection.png) 0 0 repeat-x;color:#fff;}ul li a.button{background-color:#194fdb;color:#fff;}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.form li:hover{background:#fff;}ul li input[type="text"],ul li input[type="password"],ul li textarea,ul li select{color:#777;background:#fff 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(../images/chevron.png) no-repeat 103% 3px;-webkit-appearance:textfield;margin-left:-6px;width:104%;}ul li input[type="checkbox"],ul li input[type="radio"]{margin:0;color:#324f85;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;margin:-12px 0 0 17px;}.edgetoedge h4{color:#fff;background:#9a9faa url(img/listGroup.png) top left repeat-x;border-top:1px solid #a5b1ba;text-shadow:#666 0 1px 0;margin:0;padding:2px 10px;}.edgetoedge,.metal{margin:0;padding:0;background-color:#fff;}.edgetoedge ul,.metal ul,.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;}.metal ul{border-top:0;border-bottom:0;background:#b4b4b4;}.edgetoedge ul li:first-child,.edgetoedge ul li:first-child a,.edgetoedge ul li:last-child,.edgetoedge ul li:last-child a,.metal ul li:first-child a,.metal ul li:last-child a{-webkit-border-radius:0;}.edgetoedge ul li small{font-size:16px;line-height:28px;}.edgetoedge li,.metal li{-webkit-border-radius:0;}.edgetoedge li em{font-weight:normal;font-style:normal;}.edgetoedge h4+ul{border-top:1px solid #989ea4;border-bottom:1px solid #717d85;}ul li small{color:#369;font:17px Helvetica;text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:23%;float:right;padding:3px 0;}ul li.arrow small{padding:0 15px;}ul li small.counter{font-size:17px!important;line-height:13px!important;font-weight:bold;background:#9a9faa;color:#fff;-webkit-border-radius:11px;padding:4px 10px 5px 10px;display:inline!important;width:auto;margin-top:-22px;}ul li.arrow small.counter{margin-right:15px;}#plastic ul li.arrow,#metal ul li.arrow{background-image:url(img/listArrow.png);background-position:right center;background-repeat:no-repeat;}.edgetoedge ul,.metal ul,.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;}.metal ul li{border-top:1px solid #eee;border-bottom:1px solid #9c9ea5;background:url(../images/bgMetal.png) top left repeat-x;font-size:26px;text-shadow:#fff 0 1px 0;}.metal ul li a{line-height:26px;margin:0;padding:13px 0;}.metal ul li a:hover{color:#000;}.metal ul li:hover small{color:inherit;}.metal ul li a em{display:block;font-size:14px;font-style:normal;color:#444;width:50%;line-height:14px;}.metal ul li small{float:right;position:relative;margin-top:10px;font-weight:bold;}.metal ul li.arrow a small{padding-right:0;line-height:17px;}.metal ul li.arrow{background:url(../images/bgMetal.png) top left repeat-x,url(../images/chevron_dg.png) right center no-repeat;}.plastic{margin:0;padding:0;background:#adadad;}.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;background-color:#adadad;}.plastic ul li{-webkit-border-radius:0;border-top:1px solid #bfbfbf;border-bottom:1px solid #9d9d9d;}.plastic ul li:nth-child(odd){background-color:#989898;border-top:1px solid #b5b5b5;border-bottom:1px solid #8a8a8a;}.plastic ul+p{font-size:11px;color:#2f3237;text-shadow:none;padding:10px 10px;}.plastic ul+p strong{font-size:14px;line-height:18px;text-shadow:#fff 0 1px 0;}.plastic ul li a{text-shadow:#d3d3d3 0 1px 0;}.plastic ul li:nth-child(odd) a{text-shadow:#bfbfbf 0 1px 0;}.plastic ul li small{color:#3C3C3C;text-shadow:#d3d3d3 0 1px 0;font-size:13px;font-weight:bold;text-transform:uppercase;line-height:24px;}#plastic ul.minibanner,#plastic ul.bigbanner{margin:10px;border:0;height:81px;clear:both;}#plastic ul.bigbanner{height:140px!important;}#plastic ul.minibanner li{border:1px solid #8a8a8a;background-color:#989898;width:145px;height:81px;float:left;-webkit-border-radius:5px;padding:0;}#plastic ul.bigbanner li{border:1px solid #8a8a8a;background-color:#989898;width:296px;height:140px;float:left;-webkit-border-radius:5px;padding:0;margin-bottom:4px;}#plastic ul.minibanner li:first-child{margin-right:6px;}#plastic ul.minibanner li a{color:transparent;text-shadow:none;display:block;width:145px;height:81px;}#plastic ul.bigbanner li a{color:transparent;text-shadow:none;display:block;width:296px;height:145px;}ul.individual{border:0;background:none;clear:both;overflow:hidden;}ul.individual li{color:#b7becd;background:white;border:1px solid #b4b4b4;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;}ul.individual li+li{float:right;}ul.individual li a{color:#324f85;line-height:16px;margin:-11px -10px -14px -10px;padding:11px 10px 14px 10px;-webkit-border-radius:8px;}ul.individual li a:hover{color:#fff;background:#36c;}.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-tap-highlight-color:rgba(0,0,0,0);margin:0;-webkit-border-radius:5px;background:#fff url(img/on_off.png) 0 0 no-repeat;height:27px;overflow:hidden;width:149px;border:0;-webkit-appearance:textarea;background-color:transparent;-webkit-transition:left .15s;position:absolute;top:0;left:-55px;}.info{background:#dce1eb;font-size:12px;line-height:16px;text-align:center;text-shadow:rgba(255,255,255,.8) 0 1px 0;color:#4c566c;padding:15px;border-top:1px solid rgba(76,86,108,.3);font-weight:bold;}
\ No newline at end of file |