spree_heist_theme 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. data/.gitignore +2 -0
  2. data/LICENSE +26 -0
  3. data/README.md +19 -0
  4. data/app/assets/images/store/auth-icons.png +0 -0
  5. data/app/assets/images/store/bg.jpg +0 -0
  6. data/app/assets/images/store/footer_bkgd.jpg +0 -0
  7. data/app/assets/images/store/icons/american-express-curved-32px.png +0 -0
  8. data/app/assets/images/store/icons/discover-curved-32px.png +0 -0
  9. data/app/assets/images/store/icons/facebook.png +0 -0
  10. data/app/assets/images/store/icons/mastercard-curved-32px.png +0 -0
  11. data/app/assets/images/store/icons/social-icons-rollover.png +0 -0
  12. data/app/assets/images/store/icons/social-icons.png +0 -0
  13. data/app/assets/images/store/icons/twitter.png +0 -0
  14. data/app/assets/images/store/icons/visa-curved-32px.png +0 -0
  15. data/app/assets/images/store/kid.jpg +0 -0
  16. data/app/assets/images/store/logo.png +0 -0
  17. data/app/assets/images/store/narrow_bg.png +0 -0
  18. data/app/assets/images/store/satellite-radios-bg.jpg +0 -0
  19. data/app/assets/images/store/search_bg_s1.gif +0 -0
  20. data/app/assets/images/store/shadow_top.png +0 -0
  21. data/app/assets/images/store/social-icons-rollover.png +0 -0
  22. data/app/assets/images/store/social-icons.png +0 -0
  23. data/app/assets/javascripts/store/checkout.js +78 -0
  24. data/app/assets/javascripts/store/rdr_wishlist.js +31 -0
  25. data/app/assets/stylesheets/store/auth-buttons.css +376 -0
  26. data/app/assets/stylesheets/store/base.css +0 -0
  27. data/app/assets/stylesheets/store/cart.css +141 -0
  28. data/app/assets/stylesheets/store/checkout.css +278 -0
  29. data/app/assets/stylesheets/store/display.css.erb +225 -0
  30. data/app/assets/stylesheets/store/editor.css +37 -0
  31. data/app/assets/stylesheets/store/errors.css.erb +55 -0
  32. data/app/assets/stylesheets/store/login.css +31 -0
  33. data/app/assets/stylesheets/store/misc.css +85 -0
  34. data/app/assets/stylesheets/store/products.css +133 -0
  35. data/app/assets/stylesheets/store/rdr.css +16 -0
  36. data/app/assets/stylesheets/store/reset.css +72 -0
  37. data/app/assets/stylesheets/store/screen.scss.css +0 -0
  38. data/app/assets/stylesheets/store/social.css +61 -0
  39. data/app/assets/stylesheets/store/spree_core.css +0 -0
  40. data/app/assets/stylesheets/store/taxonomy.css.erb +72 -0
  41. data/app/assets/stylesheets/store/typography.css +167 -0
  42. data/app/overrides/shared/replace_rescently_viewed_products_block_title.rb +4 -0
  43. data/app/overrides/spree/checkout/payment/remove_card_expiration.rb +3 -0
  44. data/app/overrides/spree/checkout/payment/remove_cart_code.rb +3 -0
  45. data/app/overrides/spree/checkout/payment/remove_gateway_icons.rb +5 -0
  46. data/app/overrides/spree/checkout/payment/replace_gateway_fields.rb +26 -0
  47. data/app/overrides/spree/checkout/payment/replace_paypal_payment.rb +8 -0
  48. data/app/overrides/spree/checkout/remove_checkout_registration_header.rb +4 -0
  49. data/app/overrides/spree/checkout/remove_confirm_buttons.rb +3 -0
  50. data/app/overrides/spree/checkout/remove_delivery_buttons.rb +3 -0
  51. data/app/overrides/spree/checkout/remove_payment_buttons.rb +3 -0
  52. data/app/overrides/spree/checkout/remove_shipping.rb +3 -0
  53. data/app/overrides/spree/checkout/remove_summary_title.rb +4 -0
  54. data/app/overrides/spree/checkout/remvove_address_buttons.rb +4 -0
  55. data/app/overrides/spree/checkout/replace_billing.rb +175 -0
  56. data/app/overrides/spree/checkout/replace_checkout.rb +25 -0
  57. data/app/overrides/spree/checkout/replace_checkout_registration.rb +47 -0
  58. data/app/overrides/spree/checkout/replace_confirm.rb +70 -0
  59. data/app/overrides/spree/checkout/replace_order_summary.rb +38 -0
  60. data/app/overrides/spree/checkout/replace_payment.rb +21 -0
  61. data/app/overrides/spree/checkout/replace_shipping_method.rb +27 -0
  62. data/app/overrides/spree/layouts/replace_body.rb +95 -0
  63. data/app/overrides/spree/orders/remove_orders_show_header.rb +5 -0
  64. data/app/overrides/spree/orders/replace_cart_detail.rb +34 -0
  65. data/app/overrides/spree/orders/replace_empty-cart.rb +3 -0
  66. data/app/overrides/spree/orders/replace_line_item.rb +34 -0
  67. data/app/overrides/spree/orders/replace_orders_show.rb +83 -0
  68. data/app/overrides/spree/orders/replace_outside_cart_form.rb +21 -0
  69. data/app/overrides/spree/products/add_related_products_to_cart_form.rb +20 -0
  70. data/app/overrides/spree/products/add_taxonomies_to_product_show.rb +7 -0
  71. data/app/overrides/spree/products/drop_icon_from_add_to_wishlist.rb +5 -0
  72. data/app/overrides/spree/products/redefine_add_wish_to_cart_form.rb +7 -0
  73. data/app/overrides/spree/products/redefine_email_to_friend.rb +13 -0
  74. data/app/overrides/spree/products/replace_cart_form.rb +42 -0
  75. data/app/overrides/spree/products/replace_product_show.rb +87 -0
  76. data/app/overrides/spree/shared/add_to_head.rb +4 -0
  77. data/app/overrides/spree/shared/redefine_recently_viewed_overrides.rb +16 -0
  78. data/app/overrides/spree/shared/remove_brs_from_login_form.rb +3 -0
  79. data/app/overrides/spree/shared/remove_brs_from_user_form.rb +4 -0
  80. data/app/overrides/spree/shared/replace_products.rb +30 -0
  81. data/app/overrides/spree/shared/replace_taxonomies.rb +5 -0
  82. data/app/overrides/spree/shared/tweak_button_login.rb +5 -0
  83. data/app/overrides/spree/shared/tweak_remember_me_login.rb +6 -0
  84. data/app/overrides/spree/taxons/replace_taxon_children.rb +6 -0
  85. data/app/overrides/spree/taxons/replace_taxon_sidebar_navigation.rb +7 -0
  86. data/app/overrides/spree/user_registrations/redefine_add_socials_to_login_extras.rb +14 -0
  87. data/app/overrides/spree/user_registrations/replace_user_registration_new.rb +11 -0
  88. data/app/overrides/spree/user_sessions/replace_user_sessions_new.rb +39 -0
  89. data/app/overrides/spree/users/redefine_add_wishlists_to_account_my_orders.rb +13 -0
  90. data/app/overrides/spree/users/redefine_replace_account_summary_with_social_logins.rb +44 -0
  91. data/app/overrides/spree/users/remove_account_summary.rb +3 -0
  92. data/app/overrides/spree/users/replace_account_header.rb +4 -0
  93. data/app/overrides/spree/users/replace_account_my_orders.rb +36 -0
  94. data/app/overrides/spree/wishlists/replace_new_wishlist_form.rb +9 -0
  95. data/app/overrides/spree/wishlists/replace_new_wishlist_header.rb +5 -0
  96. data/app/views/spree/shared/_all_products.html.erb +22 -0
  97. data/app/views/spree/shared/_product_banner.html.erb +6 -0
  98. data/app/views/spree/shared/_social_users.html.erb +13 -0
  99. data/app/views/spree/wishlists/show.html.erb +86 -0
  100. data/lib/generators/spree_heist_theme/install/install_generator.rb +17 -0
  101. data/lib/spree_heist_theme.rb +15 -0
  102. data/spree_heist_theme.gemspec +16 -0
  103. data/vendor/assets/images/fancybox/blank.gif +0 -0
  104. data/vendor/assets/images/fancybox/fancy_close.png +0 -0
  105. data/vendor/assets/images/fancybox/fancy_loading.png +0 -0
  106. data/vendor/assets/images/fancybox/fancy_nav_left.png +0 -0
  107. data/vendor/assets/images/fancybox/fancy_nav_right.png +0 -0
  108. data/vendor/assets/images/fancybox/fancy_shadow_e.png +0 -0
  109. data/vendor/assets/images/fancybox/fancy_shadow_n.png +0 -0
  110. data/vendor/assets/images/fancybox/fancy_shadow_ne.png +0 -0
  111. data/vendor/assets/images/fancybox/fancy_shadow_nw.png +0 -0
  112. data/vendor/assets/images/fancybox/fancy_shadow_s.png +0 -0
  113. data/vendor/assets/images/fancybox/fancy_shadow_se.png +0 -0
  114. data/vendor/assets/images/fancybox/fancy_shadow_sw.png +0 -0
  115. data/vendor/assets/images/fancybox/fancy_shadow_w.png +0 -0
  116. data/vendor/assets/images/fancybox/fancy_title_left.png +0 -0
  117. data/vendor/assets/images/fancybox/fancy_title_main.png +0 -0
  118. data/vendor/assets/images/fancybox/fancy_title_over.png +0 -0
  119. data/vendor/assets/images/fancybox/fancy_title_right.png +0 -0
  120. data/vendor/assets/images/fancybox/fancybox-x.png +0 -0
  121. data/vendor/assets/images/fancybox/fancybox-y.png +0 -0
  122. data/vendor/assets/images/fancybox/fancybox.png +0 -0
  123. data/vendor/assets/javascripts/jquery.easing-1.3.pack.js +72 -0
  124. data/vendor/assets/javascripts/jquery.fancybox-1.3.4.js +1156 -0
  125. data/vendor/assets/javascripts/jquery.fancybox-1.3.4.pack.js +46 -0
  126. data/vendor/assets/javascripts/jquery.mousewheel-3.0.4.pack.js +14 -0
  127. data/vendor/assets/stylesheets/jq-autocomplete.css +48 -0
  128. data/vendor/assets/stylesheets/jq-mobile-1.0a2.css +866 -0
  129. data/vendor/assets/stylesheets/jquery.fancybox-1.3.4.css +359 -0
  130. metadata +174 -0
@@ -0,0 +1,866 @@
1
+ /*!
2
+ * jQuery Mobile v1.0a2
3
+ * http://jquerymobile.com/
4
+ *
5
+ * Copyright 2010, jQuery Project
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ * http://jquery.org/license
8
+ */
9
+ /*
10
+ * jQuery Mobile Framework
11
+ * Copyright (c) jQuery Project
12
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
13
+ * Note: Code is in draft form and is subject to change
14
+ */
15
+
16
+
17
+
18
+ /* theme bar,body,btn containers
19
+ ----------------------------------*/
20
+ .ui-bar-a { border: 1px solid #2A2A2A; background: #111111; color: #fff; font-weight: bold; text-shadow: 0 -1px 1px #000; background-image: -moz-linear-gradient(top, #3c3c3c, #111111); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3c3c3c),color-stop(1, #111111)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c', EndColorStr='#111111')"; }
21
+ .ui-bar-a, .ui-bar-a input, .ui-bar-a select, .ui-bar-a textarea, .ui-bar-a button { font-family: Helvetica, Arial, sans-serif; }
22
+ .ui-bar-a .ui-link-inherit { color: #fff; }
23
+ .ui-bar-a .ui-link { color: #7cc4e7; font-weight: bold; }
24
+
25
+ .ui-body-a { border: 1px solid #2A2A2A; background: #222222; color: #fff; text-shadow: 0 1px 0 #000; font-weight: normal; background-image: -moz-linear-gradient(top, #666666, #222222); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #222222)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#222222)')"; }
26
+ .ui-body-a, .ui-body-a input, .ui-body-a select, .ui-body-a textarea, .ui-body-a button { font-family: Helvetica, Arial, sans-serif; }
27
+ .ui-body-a .ui-link-inherit { color: #fff; }
28
+ .ui-body-a .ui-link { color: #2489CE; font-weight: bold; }
29
+ .ui-br { border-bottom: 1px solid rgba(130,130,130,.3); }
30
+
31
+ .ui-btn-up-a { border: 1px solid #222; background: #333333; font-weight: bold; color: #fff; cursor: pointer; text-shadow: 0 -1px 1px #000; text-decoration: none; background-image: -moz-linear-gradient(top, #555555, #333333); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #333333)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')"; }
32
+ .ui-btn-up-a a.ui-link-inherit { color: #fff; }
33
+ .ui-btn-hover-a { border: 1px solid #000; background: #444444; font-weight: bold; color: #fff; text-shadow: 0 -1px 1px #000; text-decoration: none; background-image: -moz-linear-gradient(top, #666666, #444444); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #444444)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#444444')"; }
34
+ .ui-btn-hover-a a.ui-link-inherit { color: #fff; }
35
+ .ui-btn-down-a { border: 1px solid #000; background: #3d3d3d; font-weight: bold; color: #fff; text-shadow: 0 -1px 1px #000; background-image: -moz-linear-gradient(top, #333333, #5a5a5a); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #5a5a5a)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#5a5a5a')"; }
36
+ .ui-btn-down-a a.ui-link-inherit { color: #fff; }
37
+ .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a { font-family: Helvetica, Arial, sans-serif; }
38
+
39
+
40
+
41
+
42
+ .ui-bar-b { border: 1px solid #456f9a; background: #5e87b0; color: #fff; font-weight: bold; text-shadow: 0 -1px 1px #254f7a; background-image: -moz-linear-gradient(top, #81a8ce, #5e87b0); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #81a8ce),color-stop(1, #5e87b0)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')"; }
43
+ .ui-bar-b, .ui-bar-b input, .ui-bar-b select, .ui-bar-b textarea, .ui-bar-b button { font-family: Helvetica, Arial, sans-serif; }
44
+ .ui-bar-b .ui-link-inherit { color: #fff; }
45
+ .ui-bar-b .ui-link { color: #7cc4e7; font-weight: bold; }
46
+
47
+ .ui-body-b { border: 1px solid #C6C6C6; background: #cccccc; color: #333333; text-shadow: 0 1px 0 #fff; font-weight: normal; background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #cccccc)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#cccccc')"; }
48
+ .ui-body-b, .ui-body-b input, .ui-body-b select, .ui-body-b textarea, .ui-body-b button { font-family: Helvetica, Arial, sans-serif; }
49
+ .ui-body-b .ui-link-inherit { color: #333333; }
50
+ .ui-body-b .ui-link { color: #2489CE; font-weight: bold; }
51
+
52
+ .ui-btn-up-b { border: 1px solid #145072; background: #2567ab; font-weight: bold; color: #fff; cursor: pointer; text-shadow: 0 -1px 1px #145072; text-decoration: none; background-image: -moz-linear-gradient(top, #4e89c5, #2567ab); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5f9cc5),color-stop(1, #396b9e)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e89c5', EndColorStr='#2567ab')"; }
53
+ .ui-btn-up-b a.ui-link-inherit { color: #fff; }
54
+ .ui-btn-hover-b { border: 1px solid #00516e; background: #4b88b6; font-weight: bold; color: #fff; text-shadow: 0 -1px 1px #014D68; background-image: -moz-linear-gradient(top, #72b0d4, #4b88b6); text-decoration: none; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #72b0d4),color-stop(1, #4b88b6)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72b0d4', EndColorStr='#4b88b6')"; }
55
+ .ui-btn-hover-b a.ui-link-inherit { color: #fff; }
56
+ .ui-btn-down-b { border: 1px solid #225377; background: #4e89c5; font-weight: bold; color: #fff; text-shadow: 0 -1px 1px #225377; background-image: -moz-linear-gradient(top, #396b9e, #4e89c5); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #396b9e),color-stop(1, #4e89c5)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#396b9e', EndColorStr='#4e89c5')"; }
57
+ .ui-btn-down-b a.ui-link-inherit { color: #fff; }
58
+ .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b { font-family: Helvetica, Arial, sans-serif; }
59
+
60
+
61
+
62
+
63
+ .ui-bar-c { border: 1px solid #B3B3B3; background: #e9eaeb; color: #3E3E3E; font-weight: bold; text-shadow: 0 1px 1px #fff; background-image: -moz-linear-gradient(top, #f0f0f0, #e9eaeb); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0f0f0),color-stop(1, #e9eaeb)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#e9eaeb')"; }
64
+ .ui-bar-c, .ui-bar-c input, .ui-bar-c select, .ui-bar-c textarea, .ui-bar-c button { font-family: Helvetica, Arial, sans-serif; }
65
+
66
+ .ui-body-c { border: 1px solid #B3B3B3; color: #333333; text-shadow: 0 1px 0 #fff; background: #f0f0f0; background-image: -moz-linear-gradient(top, #fff, #f0f0f0); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f0f0f0)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f0f0f0')"; }
67
+ .ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button { font-family: Helvetica, Arial, sans-serif; }
68
+ .ui-body-c .ui-link-inherit { color: #333333; }
69
+ .ui-body-c .ui-link { color: #2489CE; font-weight: bold; }
70
+
71
+ .ui-btn-up-c { border: 1px solid #ccc; background: #eee; font-weight: bold; color: #444; cursor: pointer; text-shadow: 0 1px 1px #f6f6f6; text-decoration: none; background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdfdfd),color-stop(1, #eeeeee)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')"; }
72
+ .ui-btn-up-c a.ui-link-inherit { color: #2F3E46; }
73
+
74
+ .ui-btn-hover-c { border: 1px solid #aaa; background: #f5f5f5; font-weight: bold; color: #111111; text-decoration: none; text-shadow: 0 1px 1px #fff; background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #f5f5f5)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5f5')"; }
75
+ .ui-btn-hover-c a.ui-link-inherit { color: #2F3E46; }
76
+
77
+ .ui-btn-down-c { border: 1px solid #808080; background: #fdfdfd; font-weight: bold; color: #111111; text-shadow: 0 1px 1px #ffffff; background-image: -moz-linear-gradient(top, #eeeeee, #fdfdfd); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #fdfdfd)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#fdfdfd')"; }
78
+ .ui-btn-down-c a.ui-link-inherit { color: #2F3E46; }
79
+ .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c { font-family: Helvetica, Arial, sans-serif; }
80
+
81
+
82
+ .ui-bar-d { border: 1px solid #ccc; background: #bbb; color: #333; text-shadow: 0 1px 0 #eee; background-image: -moz-linear-gradient(top, #ddd, #bbb); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(1, #bbb)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd', EndColorStr='#bbb')"; }
83
+ .ui-bar-d, .ui-bar-d input, .ui-bar-d select, .ui-bar-d textarea, .ui-bar-d button { font-family: Helvetica, Arial, sans-serif; }
84
+ .ui-bar-d .ui-link-inherit { color: #333; }
85
+ .ui-bar-d .ui-link { color: #2489CE; font-weight: bold; }
86
+
87
+ .ui-body-d { border: 1px solid #ccc; color: #333333; text-shadow: 0 1px 0 #fff; background: #ffffff; }
88
+ .ui-body-d, .ui-body-d input, .ui-body-d select, .ui-body-d textarea, .ui-body-d button { font-family: Helvetica, Arial, sans-serif; }
89
+ .ui-body-d .ui-link-inherit { color: #333333; }
90
+ .ui-body-d .ui-link { color: #2489CE; font-weight: bold; }
91
+
92
+ .ui-btn-up-d { border: 1px solid #ccc; background: #fff; font-weight: bold; color: #444; text-decoration: none; text-shadow: 0 1px 1px #fff; }
93
+ .ui-btn-up-d a.ui-link-inherit { color: #333; }
94
+ .ui-btn-hover-d { border: 1px solid #aaa; background: #eeeeee; font-weight: bold; color: #222; cursor: pointer; text-shadow: 0 1px 1px #fff; text-decoration: none; background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdfdfd),color-stop(1, #eeeeee)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')"; }
95
+ .ui-btn-hover-d a.ui-link-inherit { color: #222; }
96
+
97
+ .ui-btn-down-d { border: 1px solid #aaaaaa; background: #ffffff; font-weight: bold; color: #111; text-shadow: 0 1px 1px #ffffff; background-image: -moz-linear-gradient(top, #eeeeee, #ffffff); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #ffffff)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')"; }
98
+ .ui-btn-down-d a.ui-link-inherit { border: 1px solid #808080; background: #ced0d2; font-weight: bold; color: #111; text-shadow: none; background-image: -moz-linear-gradient(top, #cccccc, #eeeeee); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #eeeeee)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')"; }
99
+ .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d { font-family: Helvetica, Arial, sans-serif; }
100
+
101
+
102
+ .ui-bar-e { border: 1px solid #F7C942; background: #fadb4e; color: #333; text-shadow: 0 1px 0 #fff; background-image: -moz-linear-gradient(top, #fceda7, #fadb4e); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fceda7),color-stop(1, #fadb4e)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')"; }
103
+ .ui-bar-e, .ui-bar-e input, .ui-bar-e select, .ui-bar-e textarea, .ui-bar-d button { font-family: Helvetica, Arial, sans-serif; }
104
+ .ui-bar-e .ui-link-inherit { color: #333; }
105
+ .ui-bar-e .ui-link { color: #2489CE; font-weight: bold; }
106
+
107
+ .ui-body-e { border: 1px solid #F7C942; color: #333333; text-shadow: 0 1px 0 #fff; background: #faeb9e; background-image: -moz-linear-gradient(top, #fff, #faeb9e); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #faeb9e)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#faeb9e')"; }
108
+ .ui-body-e, .ui-body-e input, .ui-body-e select, .ui-body-e textarea, .ui-body-e button { font-family: Helvetica, Arial, sans-serif; }
109
+ .ui-body-e .ui-link-inherit { color: #333333; }
110
+ .ui-body-e .ui-link { color: #2489CE; font-weight: bold; }
111
+
112
+
113
+ .ui-btn-up-e { border: 1px solid #F7C942; background: #fadb4e; font-weight: bold; color: #333; cursor: pointer; text-shadow: 0 1px 1px #fe3; text-decoration: none; text-shadow: 0 1px 0 #fff; background-image: -moz-linear-gradient(top, #fceda7, #fadb4e); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fceda7),color-stop(1, #fadb4e)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')"; }
114
+ .ui-btn-up-e a.ui-link-inherit { color: #333; }
115
+
116
+ .ui-btn-hover-e { border: 1px solid #e79952; background: #fbe26f; font-weight: bold; color: #111; text-decoration: none; text-shadow: 0 1px 1px #fff; background-image: -moz-linear-gradient(top, #fcf0b5, #fbe26f); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fcf0b5),color-stop(1, #fbe26f)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf0b5', EndColorStr='#fbe26f')"; }
117
+
118
+ .ui-btn-hover-e a.ui-link-inherit { color: #333; }
119
+ .ui-btn-down-e { border: 1px solid #F7C942; background: #fceda7; font-weight: bold; color: #111; text-shadow: 0 1px 1px #ffffff; background-image: -moz-linear-gradient(top, #fadb4e, #fceda7); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fadb4e),color-stop(1, #fceda7)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fadb4e', EndColorStr='#fceda7')"; }
120
+ .ui-btn-down-e a.ui-link-inherit { color: #333; }
121
+ .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e { font-family: Helvetica, Arial, sans-serif; }
122
+
123
+
124
+ /* links within "buttons" */
125
+ a.ui-link-inherit { text-decoration: none !important; }
126
+
127
+ /* Active class used as the "on" state across all themes */
128
+ .ui-btn-active { border: 1px solid #155678; background: #4596ce; font-weight: bold; color: #fff; cursor: pointer; text-shadow: 0 -1px 1px #145072; text-decoration: none; background-image: -moz-linear-gradient(top, #85bae4, #5393c5); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #85bae4),color-stop(1, #5393c5)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#85bae4', EndColorStr='#5393c5')"; }
129
+ .ui-btn-active a.ui-link-inherit { color: #fff; }
130
+
131
+ /* button inner top highlight */
132
+ .ui-btn-inner { border-top: 1px solid #fff; border-color: rgba(255,255,255,.3); }
133
+
134
+
135
+ /* Container Corner radius */
136
+ .ui-corner-tl { -moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em; border-top-left-radius: .6em; }
137
+ .ui-corner-tr { -moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em; border-top-right-radius: .6em; }
138
+ .ui-corner-bl { -moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em; border-bottom-left-radius: .6em; }
139
+ .ui-corner-br { -moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em; border-bottom-right-radius: .6em; }
140
+ .ui-corner-top { -moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em; border-top-left-radius: .6em; -moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em; border-top-right-radius: .6em; }
141
+ .ui-corner-bottom { -moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em; border-bottom-left-radius: .6em; -moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em; border-bottom-right-radius: .6em; }
142
+ .ui-corner-right { -moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em; border-top-right-radius: .6em; -moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em; border-bottom-right-radius: .6em; }
143
+ .ui-corner-left { -moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em; border-top-left-radius: .6em; -moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em; border-bottom-left-radius: .6em; }
144
+ .ui-corner-all { -moz-border-radius: .6em; -webkit-border-radius: .6em; border-radius: .6em; }
145
+
146
+
147
+
148
+ /* Interaction Cues
149
+ ----------------------------------*/
150
+ .ui-disabled { cursor: default !important; opacity: .3; }
151
+
152
+ /* Icons
153
+ ----------------------------------*/
154
+ /* .ui-icon { background-position: 50% 50%; background-repeat: no-repeat; background-color: #fff; background-color: rgba(0,0,0,.4); -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; } */
155
+
156
+ .ui-icon { background-image: url(images/icons-18-white.png); background-repeat: no-repeat; background-color: #666; background-color: rgba(0,0,0,.4); -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; }
157
+ .ui-icon-disc { background-color: #666; background-color: rgba(0,0,0,.3); -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; }
158
+
159
+ /* alt color */
160
+ .ui-icon-black { background-image: url(images/icons-18-black.png); }
161
+ .ui-icon-black-disc { background-color: #fff; background-color: rgba(255,255,255,.3); -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; }
162
+
163
+ /* retina */
164
+ @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
165
+ .ui-icon { background-image: url(images/icons-36-white.png); background-size: 558px 18px; }
166
+ .ui-icon-black { background-image: url(images/icons-36-black.png); }
167
+ }
168
+
169
+ /*plus minus*/
170
+ .ui-icon-plus { background-position: -0 0; }
171
+ .ui-icon-minus { background-position: -36px 0; }
172
+
173
+ /* delete/close */
174
+ .ui-icon-delete { background-position: -72px 0; }
175
+
176
+ /*arrows*/
177
+ .ui-icon-arrow-r { background-position: -108px 0; }
178
+ .ui-icon-arrow-l { background-position: -144px 0; }
179
+ .ui-icon-arrow-u { background-position: -180px 0; }
180
+ .ui-icon-arrow-d { background-position: -216px 0; }
181
+
182
+ .ui-icon-check { background-position: -252px 0; }
183
+ .ui-icon-gear { background-position: -288px 0; }
184
+ .ui-icon-refresh { background-position: -324px 0; }
185
+ .ui-icon-forward { background-position: -360px 0; }
186
+ .ui-icon-back { background-position: -396px 0; }
187
+
188
+ .ui-icon-grid { background-position: -432px 0; }
189
+ .ui-icon-star { background-position: -468px 0; }
190
+ .ui-icon-alert { background-position: -504px 0; }
191
+ .ui-icon-info { background-position: -540px 0; }
192
+
193
+ /*checks,radios*/
194
+ .ui-icon-checkbox-off,
195
+ .ui-icon-checkbox-on,
196
+ .ui-icon-radio-off,
197
+ .ui-icon-radio-on { background-color: transparent; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-size: 20px 20px; }
198
+
199
+ .ui-icon-checkbox-off { background-image: url(images/form-check-off.png); }
200
+ .ui-icon-checkbox-on { background-image: url(images/form-check-on.png); }
201
+ .ui-icon-radio-off { background-image: url(images/form-radio-off.png);}
202
+ .ui-icon-radio-on { background-image: url(images/form-radio-on.png); }
203
+
204
+ .ui-icon-search { background-image: url(images/icon-search-black.png); background-size: 16px 16px; }
205
+
206
+ /* loading icon */
207
+ .ui-icon-loading { background-image: url(images/ajax-loader.png); width: 40px; height: 40px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; background-size: 35px 35px; }
208
+
209
+ /* btn Corner radius */
210
+ .ui-btn-corner-tl { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; border-top-left-radius: 1em; }
211
+ .ui-btn-corner-tr { -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: 1em; border-top-right-radius: 1em; }
212
+ .ui-btn-corner-bl { -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; border-bottom-left-radius: 1em; }
213
+ .ui-btn-corner-br { -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: 1em; border-bottom-right-radius: 1em; }
214
+ .ui-btn-corner-top { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; border-top-left-radius: 1em; -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: 1em; border-top-right-radius: 1em; }
215
+ .ui-btn-corner-bottom { -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; border-bottom-left-radius: 1em; -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: 1em; border-bottom-right-radius: 1em; }
216
+ .ui-btn-corner-right { -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: 1em; border-top-right-radius: 1em; -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: 1em; border-bottom-right-radius: 1em; }
217
+ .ui-btn-corner-left { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; border-top-left-radius: 1em; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; border-bottom-left-radius: 1em; }
218
+ .ui-btn-corner-all { -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em;}
219
+
220
+ /* radius clip */
221
+ .ui-corner-tl, .ui-corner-tr, .ui-corner-bl,
222
+ .ui-corner-br, .ui-corner-top, .ui-corner-bottom,
223
+ .ui-corner-right, .ui-corner-left, .ui-corner-all,
224
+ .ui-btn-corner-tl, .ui-btn-corner-tr, .ui-btn-corner-bl,
225
+ .ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom,
226
+ .ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
227
+ -webkit-background-clip: padding-box;
228
+ -moz-background-clip: padding-box;
229
+ background-clip: padding-box;
230
+ }
231
+
232
+ /* Overlays */
233
+ .ui-overlay { background: #666; opacity: .5; filter:Alpha(Opacity=50); position: absolute; width: 100%; height: 100%; }
234
+ .ui-overlay-shadow { -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6); -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6); box-shadow: 0px 0px 12px rgba(0,0,0,.6); }
235
+
236
+ .ui-shadow { -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3); -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3); box-shadow: 0px 1px 4px rgba(0,0,0,.3); }
237
+ .ui-bar-a .ui-shadow, .ui-bar-b .ui-shadow , .ui-bar-c .ui-shadow { -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3); -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3); box-shadow: 0px 1px 0 rgba(255,255,255,.3); }
238
+ .ui-shadow-inset { -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2); box-shadow: inset 0px 1px 4px rgba(0,0,0,.2); }
239
+ .ui-icon-shadow { -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4); -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4); box-shadow: 0px 1px 0 rgba(255,255,255,.4); }
240
+
241
+ /* set focus state last */
242
+ .ui-focus { outline-width: 0; -moz-box-shadow: 0px 0px 12px #387bbe; -webkit-box-shadow: 0px 0px 12px #387bbe; box-shadow: 0px 0px 12px #387bbe; }
243
+
244
+ /* unset box shadow in browsers that don't do it right */
245
+ .ui-mobile-nosupport-boxshadow * { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
246
+ .ui-mobile-nosupport-boxshadow .ui-focus { outline-width: 2px; }
247
+ /*
248
+ * jQuery Mobile Framework
249
+ * Copyright (c) jQuery Project
250
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
251
+ * Note: Code is in draft form and is subject to change
252
+ */
253
+
254
+ /* some unsets - more probably needed */
255
+ .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
256
+ .ui-mobile a img, .ui-mobile fieldset { border: 0; }
257
+
258
+ /* responsive page widths */
259
+ .ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
260
+
261
+ /*orientations from js are available */
262
+ .portrait { }
263
+ .landscape { }
264
+
265
+ /* "page" containers - full-screen views, one should always be in view post-pageload */
266
+ .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
267
+ .ui-page-active { display: block; overflow: visible; min-height: 100%; }
268
+
269
+ /* loading screen */
270
+ .ui-loading .ui-mobile-viewport { overflow: hidden !important; }
271
+ .ui-loading .ui-loader { display: block; }
272
+ .ui-loading .ui-page { overflow: hidden; }
273
+ .ui-loader { display: none; position: absolute; opacity: .85; z-index: 10; top: 75px; left: 50%; width: 200px; margin-left: -130px; padding: 20px 30px; }
274
+ .ui-loader h1 { font-size: 15px; text-align: center; }
275
+ .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
276
+
277
+ /*fouc*/
278
+ .ui-mobile-rendering > * { visibility: hidden; }
279
+
280
+ /*headers, content panels*/
281
+ .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
282
+ .ui-bar { font-size: 16px; margin: 0; }
283
+ .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
284
+
285
+ .ui-header, .ui-footer { display: block; }
286
+ .ui-page .ui-header, .ui-page .ui-footer { position: relative; }
287
+ .ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
288
+ .ui-header .ui-title, .ui-footer .ui-title { text-align: center; font-size: 16px; display: block; margin: .6em 90px .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
289
+ .ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
290
+
291
+ /*content area*/
292
+ .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
293
+ .ui-page-fullscreen .ui-content { padding:0; }
294
+
295
+ /* icons sizing */
296
+ .ui-icon { width: 18px; height: 18px; }
297
+
298
+ /* fullscreen class on ui-content div */
299
+ .ui-fullscreen { }
300
+ .ui-fullscreen img { max-width: 100%; }
301
+
302
+ /* non-js content hiding */
303
+ .ui-nojs { position: absolute; left: -9999px; }
304
+ /*
305
+ * jQuery Mobile Framework
306
+ * Copyright (c) jQuery Project
307
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
308
+ */
309
+ .spin {
310
+ -webkit-transform: rotate(360deg);
311
+ -webkit-animation-name: spin;
312
+ -webkit-animation-duration: 1s;
313
+ -webkit-animation-iteration-count: infinite;
314
+ }
315
+ @-webkit-keyframes spin {
316
+ from {-webkit-transform: rotate(0deg);}
317
+ to {-webkit-transform: rotate(360deg);}
318
+ }
319
+
320
+ /* Transitions from jQtouch (with small modifications): http://www.jqtouch.com/
321
+ Built by David Kaneda and maintained by Jonathan Stark.
322
+ */
323
+ .in, .out {
324
+ -webkit-animation-timing-function: ease-in-out;
325
+ -webkit-animation-duration: 350ms;
326
+ }
327
+
328
+ .slide.in {
329
+ -webkit-transform: translateX(0);
330
+ -webkit-animation-name: slideinfromright;
331
+ }
332
+
333
+ .slide.out {
334
+ -webkit-transform: translateX(-100%);
335
+ -webkit-animation-name: slideouttoleft;
336
+ }
337
+
338
+ .slide.in.reverse {
339
+ -webkit-transform: translateX(0);
340
+ -webkit-animation-name: slideinfromleft;
341
+ }
342
+
343
+ .slide.out.reverse {
344
+ -webkit-transform: translateX(100%);
345
+ -webkit-animation-name: slideouttoright;
346
+ }
347
+
348
+ .slideup.in {
349
+ -webkit-transform: translateY(0);
350
+ -webkit-animation-name: slideinfrombottom;
351
+ z-index: 10;
352
+ }
353
+
354
+ .slideup.out {
355
+ -webkit-animation-name: dontmove;
356
+ z-index: 0;
357
+ }
358
+
359
+ .slideup.out.reverse {
360
+ -webkit-transform: translateY(100%);
361
+ z-index: 10;
362
+ -webkit-animation-name: slideouttobottom;
363
+ }
364
+
365
+ .slideup.in.reverse {
366
+ z-index: 0;
367
+ -webkit-animation-name: dontmove;
368
+ }
369
+ .slidedown.in {
370
+ -webkit-transform: translateY(0);
371
+ -webkit-animation-name: slideinfromtop;
372
+ z-index: 10;
373
+ }
374
+
375
+ .slidedown.out {
376
+ -webkit-animation-name: dontmove;
377
+ z-index: 0;
378
+ }
379
+
380
+ .slidedown.out.reverse {
381
+ -webkit-transform: translateY(-100%);
382
+ z-index: 10;
383
+ -webkit-animation-name: slideouttotop;
384
+ }
385
+
386
+ .slidedown.in.reverse {
387
+ z-index: 0;
388
+ -webkit-animation-name: dontmove;
389
+ }
390
+
391
+ @-webkit-keyframes slideinfromright {
392
+ from { -webkit-transform: translateX(100%); }
393
+ to { -webkit-transform: translateX(0); }
394
+ }
395
+
396
+ @-webkit-keyframes slideinfromleft {
397
+ from { -webkit-transform: translateX(-100%); }
398
+ to { -webkit-transform: translateX(0); }
399
+ }
400
+
401
+ @-webkit-keyframes slideouttoleft {
402
+ from { -webkit-transform: translateX(0); }
403
+ to { -webkit-transform: translateX(-100%); }
404
+ }
405
+
406
+ @-webkit-keyframes slideouttoright {
407
+ from { -webkit-transform: translateX(0); }
408
+ to { -webkit-transform: translateX(100%); }
409
+ }
410
+
411
+
412
+ @-webkit-keyframes slideinfromtop {
413
+ from { -webkit-transform: translateY(-100%); }
414
+ to { -webkit-transform: translateY(0); }
415
+ }
416
+
417
+ @-webkit-keyframes slideinfrombottom {
418
+ from { -webkit-transform: translateY(100%); }
419
+ to { -webkit-transform: translateY(0); }
420
+ }
421
+
422
+ @-webkit-keyframes slideouttobottom {
423
+ from { -webkit-transform: translateY(0); }
424
+ to { -webkit-transform: translateY(100%); }
425
+ }
426
+
427
+ @-webkit-keyframes slideouttotop {
428
+ from { -webkit-transform: translateY(0); }
429
+ to { -webkit-transform: translateY(-100%); }
430
+ }
431
+ @-webkit-keyframes fadein {
432
+ from { opacity: 0; }
433
+ to { opacity: 1; }
434
+ }
435
+
436
+ @-webkit-keyframes fadeout {
437
+ from { opacity: 1; }
438
+ to { opacity: 0; }
439
+ }
440
+
441
+ .fade.in {
442
+ opacity: 1;
443
+ z-index: 10;
444
+ -webkit-animation-name: fadein;
445
+ }
446
+ .fade.out {
447
+ z-index: 0;
448
+ }
449
+
450
+ /* The properties in this body rule are only necessary for the 'flip' transition.
451
+ * We need specify the perspective to create a projection matrix. This will add
452
+ * some depth as the element flips. The depth number represents the distance of
453
+ * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
454
+ * value.
455
+ */
456
+ .ui-mobile-viewport-transitioning {
457
+ -webkit-perspective: 1000;
458
+ position: absolute;
459
+ }
460
+
461
+ .ui-mobile-viewport-transitioning,
462
+ .ui-mobile-viewport-transitioning .ui-page {
463
+ width: 100%;
464
+ height: 100%;
465
+ overflow: hidden;
466
+ }
467
+
468
+ .flip {
469
+ -webkit-animation-duration: .65s;
470
+ -webkit-backface-visibility:hidden;
471
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
472
+ }
473
+
474
+ .flip.in {
475
+ -webkit-transform: rotateY(0) scale(1);
476
+ -webkit-animation-name: flipinfromleft;
477
+ }
478
+
479
+ .flip.out {
480
+ -webkit-transform: rotateY(-180deg) scale(.8);
481
+ -webkit-animation-name: flipouttoleft;
482
+ }
483
+
484
+ /* Shake it all about */
485
+
486
+ .flip.in.reverse {
487
+ -webkit-transform: rotateY(0) scale(1);
488
+ -webkit-animation-name: flipinfromright;
489
+ }
490
+
491
+ .flip.out.reverse {
492
+ -webkit-transform: rotateY(180deg) scale(.8);
493
+ -webkit-animation-name: flipouttoright;
494
+ }
495
+
496
+ @-webkit-keyframes flipinfromright {
497
+ from { -webkit-transform: rotateY(-180deg) scale(.8); }
498
+ to { -webkit-transform: rotateY(0) scale(1); }
499
+ }
500
+
501
+ @-webkit-keyframes flipinfromleft {
502
+ from { -webkit-transform: rotateY(180deg) scale(.8); }
503
+ to { -webkit-transform: rotateY(0) scale(1); }
504
+ }
505
+
506
+ @-webkit-keyframes flipouttoleft {
507
+ from { -webkit-transform: rotateY(0) scale(1); }
508
+ to { -webkit-transform: rotateY(-180deg) scale(.8); }
509
+ }
510
+
511
+ @-webkit-keyframes flipouttoright {
512
+ from { -webkit-transform: rotateY(0) scale(1); }
513
+ to { -webkit-transform: rotateY(180deg) scale(.8); }
514
+ }
515
+
516
+
517
+ /* Hackish, but reliable. */
518
+
519
+ @-webkit-keyframes dontmove {
520
+ from { opacity: 1; }
521
+ to { opacity: 1; }
522
+ }
523
+
524
+ .pop {
525
+ -webkit-transform-origin: 50% 50%;
526
+ }
527
+
528
+ .pop.in {
529
+ -webkit-transform: scale(1);
530
+ opacity: 1;
531
+ -webkit-animation-name: popin;
532
+ z-index: 10;
533
+ }
534
+
535
+ .pop.out.reverse {
536
+ -webkit-transform: scale(.2);
537
+ opacity: 0;
538
+ -webkit-animation-name: popout;
539
+ z-index: 10;
540
+ }
541
+
542
+ .pop.in.reverse {
543
+ z-index: 0;
544
+ -webkit-animation-name: dontmove;
545
+ }
546
+
547
+ @-webkit-keyframes popin {
548
+ from {
549
+ -webkit-transform: scale(.2);
550
+ opacity: 0;
551
+ }
552
+ to {
553
+ -webkit-transform: scale(1);
554
+ opacity: 1;
555
+ }
556
+ }
557
+
558
+ @-webkit-keyframes popout {
559
+ from {
560
+ -webkit-transform: scale(1);
561
+ opacity: 1;
562
+ }
563
+ to {
564
+ -webkit-transform: scale(.2);
565
+ opacity: 0;
566
+ }
567
+ }/*
568
+ * jQuery Mobile Framework
569
+ * Copyright (c) jQuery Project
570
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
571
+ */
572
+
573
+ /* content configurations. */
574
+ .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
575
+ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; }
576
+
577
+ /* grid a: 50/50 */
578
+ .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
579
+ .ui-grid-a .ui-block-a { clear: left; }
580
+
581
+ /* grid b: 33/33/33 */
582
+ .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
583
+ .ui-grid-b .ui-block-a { clear: left; }
584
+
585
+ /* grid c: 25/25/25/25 */
586
+ .ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
587
+ .ui-grid-c .ui-block-a { clear: left; }
588
+
589
+ /* grid d: 20/20/20/20/20 */
590
+ .ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
591
+ .ui-grid-d .ui-block-a { clear: left; }/*
592
+ * jQuery Mobile Framework
593
+ * Copyright (c) jQuery Project
594
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
595
+ */
596
+ /* fixed page header & footer configuration */
597
+ .ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { position: absolute; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
598
+ .ui-header-fixed, .ui-footer-fixed {
599
+ z-index: 1000;
600
+ -webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
601
+ }
602
+ .ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
603
+ .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }
604
+ /*
605
+ * jQuery Mobile Framework
606
+ * Copyright (c) jQuery Project
607
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
608
+ */
609
+ .ui-navbar { overflow: hidden; }
610
+ .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
611
+ .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
612
+ .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
613
+ .ui-navbar li.ui-navbar-truncate { position: absolute; left: -99999px; top: -99999px; }
614
+ .ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; outline: none; border-right-width: 0; }
615
+ .ui-navbar li .ui-btn { margin-right: -1px; }
616
+ .ui-navbar li .ui-btn:last-child { margin-right: 0; }
617
+ .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
618
+ .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
619
+ .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
620
+ .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
621
+ /*expanded page styles*/
622
+ .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
623
+ .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
624
+ .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
625
+ .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
626
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
627
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
628
+ .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
629
+ .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }/*
630
+ * jQuery Mobile Framework
631
+ * Copyright (c) jQuery Project
632
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
633
+ */
634
+ .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
635
+ .ui-btn:focus, .ui-btn a:focus { outline: none; }
636
+ .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; }
637
+ .ui-btn-inline { display: inline-block; }
638
+ .ui-btn-inner { padding: .6em 25px; display: block; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; }
639
+ .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner { padding: .4em 8px .5em; }
640
+ .ui-btn-icon-notext { display: inline-block; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
641
+ .ui-btn-icon-notext .ui-btn-inner { padding: 0; }
642
+ .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -999px; }
643
+ .ui-btn-icon-left .ui-btn-inner { padding-left: 33px; }
644
+ .ui-header .ui-btn-icon-left .ui-btn-inner,
645
+ .ui-footer .ui-btn-icon-left .ui-btn-inner,
646
+ .ui-bar .ui-btn-icon-left .ui-btn-inner { padding-left: 27px; }
647
+ .ui-btn-icon-right .ui-btn-inner { padding-right: 33px; }
648
+ .ui-header .ui-btn-icon-right .ui-btn-inner,
649
+ .ui-footer .ui-btn-icon-right .ui-btn-inner,
650
+ .ui-bar .ui-btn-icon-right .ui-btn-inner { padding-right: 27px; }
651
+ .ui-btn-icon-top .ui-btn-inner { padding-top: 33px; }
652
+ .ui-header .ui-btn-icon-top .ui-btn-inner,
653
+ .ui-footer .ui-btn-icon-top .ui-btn-inner,
654
+ .ui-bar .ui-btn-icon-top .ui-btn-inner { padding-top: 27px; }
655
+ .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 33px; }
656
+ .ui-header .ui-btn-icon-bottom .ui-btn-inner,
657
+ .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
658
+ .ui-bar .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 27px; }
659
+
660
+ /*btn icon positioning*/
661
+ .ui-btn-icon-notext .ui-icon { display: block; }
662
+ .ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
663
+ .ui-btn-icon-top .ui-icon, .ui-btn-icon-bottom .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
664
+ .ui-btn-icon-left .ui-icon { left: 10px; }
665
+ .ui-btn-icon-right .ui-icon {right: 10px; }
666
+ .ui-header .ui-btn-icon-left .ui-icon,
667
+ .ui-footer .ui-btn-icon-left .ui-icon,
668
+ .ui-bar .ui-btn-icon-left .ui-icon { left: 4px; }
669
+ .ui-header .ui-btn-icon-right .ui-icon,
670
+ .ui-footer .ui-btn-icon-right .ui-icon,
671
+ .ui-bar .ui-btn-icon-right .ui-icon { right: 4px; }
672
+ .ui-header .ui-btn-icon-top .ui-icon,
673
+ .ui-footer .ui-btn-icon-top .ui-icon,
674
+ .ui-bar .ui-btn-icon-top .ui-icon { top: 4px; }
675
+ .ui-header .ui-btn-icon-bottom .ui-icon,
676
+ .ui-footer .ui-btn-icon-bottom .ui-icon,
677
+ .ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; }
678
+ .ui-btn-icon-top .ui-icon { top: 5px; }
679
+ .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
680
+ /*hiding native button,inputs */
681
+ .ui-btn-hidden { position: absolute; left: -9999px; }
682
+ /*
683
+ * jQuery Mobile Framework
684
+ * Copyright (c) jQuery Project
685
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
686
+ */
687
+ .ui-collapsible-contain { margin: .5em 0; }
688
+ .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
689
+ .ui-collapsible-heading a { text-align: left; margin: 0; }
690
+ .ui-collapsible-heading a .ui-btn-inner { padding-left: 40px; }
691
+ .ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
692
+ .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 0; }
693
+ .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
694
+ .ui-collapsible-heading-status { position:absolute; left:-99999px; }
695
+ .ui-collapsible-content { display: block; padding: 10px 0 10px 8px; }
696
+ .ui-collapsible-content-collapsed { display: none; }
697
+
698
+ .ui-collapsible-set { margin: .5em 0; }
699
+ .ui-collapsible-set .ui-collapsible-contain { margin: -1px 0 0; }/*
700
+ * jQuery Mobile Framework
701
+ * Copyright (c) jQuery Project
702
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
703
+ */
704
+ .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: .5em 0 1em; }
705
+ .ui-bar .ui-controlgroup { margin: 0 .3em; }
706
+ .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; }
707
+ .ui-controlgroup-controls { display: block; width: 95%;}
708
+ .ui-controlgroup li { list-style: none; }
709
+ .ui-controlgroup-vertical .ui-btn,
710
+ .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
711
+ .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
712
+ .ui-controlgroup-horizontal { padding: 0; }
713
+ .ui-controlgroup-horizontal .ui-btn,
714
+ .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { margin: 0 -5px 0 0; display: inline-block; }
715
+ .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
716
+ .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
717
+ .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
718
+ .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
719
+ /* conflicts with listview..
720
+ .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
721
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
722
+ */
723
+
724
+ .min-width-480px .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
725
+ .min-width-480px .ui-controlgroup-controls { width: 60%; display: inline-block; } /*
726
+ * jQuery Mobile Framework
727
+ * Copyright (c) jQuery Project
728
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
729
+ */
730
+ .ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer { margin: 15px; position: relative; }
731
+ .ui-dialog .ui-header, .ui-dialog .ui-footer { z-index: 10; width: auto; }
732
+ .ui-dialog .ui-content, .ui-dialog .ui-footer { margin-top: -15px; }/*
733
+ * jQuery Mobile Framework
734
+ * Copyright (c) jQuery Project
735
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
736
+ */
737
+ .ui-checkbox, .ui-radio { position:relative; margin: .2em 0 .5em; }
738
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; }
739
+ .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
740
+ .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
741
+ .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {left: 15px; }
742
+ .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {right: 15px; }
743
+ /* input, label positioning */
744
+ .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; }/*
745
+ * jQuery Mobile Framework
746
+ * Copyright (c) jQuery Project
747
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
748
+ */
749
+ .ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
750
+ .ui-field-contain:first-child { border-top-width: 0; }
751
+ @media screen and (max-width: 480px){
752
+ .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
753
+ }/*
754
+ * jQuery Mobile Framework
755
+ * Copyright (c) jQuery Project
756
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
757
+ */
758
+ .ui-select { display: block; }
759
+ .ui-select select { position: absolute; left: -99999px; }
760
+ .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
761
+ .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
762
+
763
+ /* labels */
764
+ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
765
+
766
+ /*listbox*/
767
+ .ui-listbox { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
768
+ .ui-listbox .ui-listview { margin: 0;
769
+ }
770
+ .ui-listbox-hidden { top: -999999px; left: -99999px; }
771
+ .ui-listbox-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
772
+ .ui-screen-hidden, .ui-listbox-list .ui-li .ui-icon { display: none; }
773
+ .ui-listbox-list .ui-btn-active .ui-icon { display: block; }
774
+
775
+ /*used in listbox - to be removed/replaced with page-style hiding*/
776
+ .ui-helper-hidden,.ui-mobile .ui-content-hidden { display: none; }
777
+
778
+ .min-width-480px label.ui-select { display: inline-block; width: 20%; margin: 0 2% 0 0; }
779
+ .min-width-480px .ui-select { width: 60%; display: inline-block; } /*
780
+ * jQuery Mobile Framework
781
+ * Copyright (c) jQuery Project
782
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
783
+ */
784
+ label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
785
+ input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 95%; }
786
+ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
787
+ .ui-input-search { padding: 0 30px; width: 77%; background-position: 8px 50%; background-repeat: no-repeat; position: relative; }
788
+ .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
789
+ .ui-input-search .ui-input-clear { position: absolute; right: 2px; top: 50%; margin-top: -12px; }
790
+ .ui-input-search .ui-input-clear-hidden { display: none; }
791
+
792
+ /* orientation adjustments - incomplete!*/
793
+ .min-width-480px label.ui-input-text { vertical-align: top; }
794
+ .min-width-480px label.ui-input-text { display: inline-block; width: 20%; margin: 0 2% 0 0; }
795
+ .min-width-480px input.ui-input-text,
796
+ .min-width-480px textarea.ui-input-text,
797
+ .min-width-480px .ui-input-search { width: 60%; display: inline-block; }
798
+ .min-width-480px .ui-input-search { width: 50%; }/*
799
+ * jQuery Mobile Framework
800
+ * Copyright (c) jQuery Project
801
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
802
+ */
803
+ .ui-listview { margin: 0; counter-reset: listnumbering; }
804
+ .ui-content .ui-listview { margin: -15px; }
805
+ .ui-content .ui-listview-inset { margin: 1em 0; }
806
+ .ui-listview, .ui-li { list-style:none; padding:0; zoom: 1; }
807
+ .ui-li { display: block; margin:0; position: relative; overflow: hidden; text-align: left; border-width: 0; border-top-width: 1px; }
808
+ .ui-li .ui-btn-text { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
809
+ .ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; counter-reset: listnumbering; }
810
+ ol.ui-listview .ui-link-inherit:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
811
+ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
812
+ .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
813
+ .ui-li:last-child { border-bottom-width: 1px; }
814
+ .ui-li .ui-btn-inner { display: block; position: relative; padding: .7em 75px .7em 15px; }
815
+ .ui-li-has-thumb .ui-btn-inner { min-height: 60px; padding-left: 100px; }
816
+ .ui-li-has-icon .ui-btn-inner { min-height: 20px; padding-left: 40px; }
817
+ .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
818
+ .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
819
+ .ui-li-thumb, .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
820
+ .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
821
+ .ui-li-thumb, .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
822
+
823
+ .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
824
+ .min-width-480px .ui-li-aside { width: 45%; }
825
+ .ui-li-has-alt .ui-btn-inner { padding-right: 95px; }
826
+ .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 38px; }
827
+ .ui-li-divider .ui-li-count { right: 10px; }
828
+ .ui-li-has-alt .ui-li-count { right: 55px; }
829
+ .ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; }
830
+ .ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; }
831
+ .ui-li-link-alt .ui-btn-inner { padding: 0; position: static; }
832
+ .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
833
+
834
+ .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
835
+ .ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
836
+
837
+ /* Odd iPad positioning issue. */
838
+ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
839
+ .ui-li .ui-btn-text { overflow: visible; }
840
+ }/*
841
+ * jQuery Mobile Framework
842
+ * Copyright (c) jQuery Project
843
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
844
+ */
845
+ label.ui-slider { display: block; }
846
+ input.ui-slider-input, .min-width-480px input.ui-slider-input { display: inline-block; width: 40px; }
847
+ select.ui-slider-switch { display: none; }
848
+ div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 66%; }
849
+ a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
850
+ a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
851
+ .min-width-480px label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
852
+ .min-width-480px div.ui-slider { width: 45%; }
853
+
854
+ div.ui-slider-switch { height: 32px; overflow: hidden; margin-left: 0; }
855
+ div.ui-slider-inneroffset { margin-left: 50%; position: absolute; top: 1px; height: 100%; width: 50%; }
856
+ div.ui-slider-handle-snapping { -webkit-transition: left 100ms linear; }
857
+ div.ui-slider-labelbg { position: absolute; top:0; margin: 0; border-width: 0; }
858
+ div.ui-slider-switch div.ui-slider-labelbg-a { width: 60%; height: 100%; left: 0; }
859
+ div.ui-slider-switch div.ui-slider-labelbg-b { width: 60%; height: 100%; right: 0; }
860
+ .ui-slider-switch-a div.ui-slider-labelbg-a, .ui-slider-switch-b div.ui-slider-labelbg-b { z-index: 1; }
861
+ .ui-slider-switch-a div.ui-slider-labelbg-b, .ui-slider-switch-b div.ui-slider-labelbg-a { z-index: 10; }
862
+
863
+ div.ui-slider-switch a.ui-slider-handle { z-index: 20; width: 101%; height: 32px; margin-top: -18px; margin-left: -101%; }
864
+ span.ui-slider-label { width: 100%; position: absolute;height: 32px; font-size: 16px; text-align: center; line-height: 2; background: none; border-color: transparent; }
865
+ span.ui-slider-label-a { left: -100%; margin-right: -1px }
866
+ span.ui-slider-label-b { right: -100%; margin-left: -1px }