PageRenderTime 57ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/projekty/list/files/resources/lib/jquerymobile/1.1.0/jquery.mobile.theme-1.1.0.css

https://bitbucket.org/baniol/mobilang
CSS | 1167 lines | 1009 code | 103 blank | 55 comment | 0 complexity | 4ecb95acfd97c6f5cfc9cbcd6c1047be MD5 | raw file
  1. /*
  2. * jQuery Mobile Framework 1.1.0 db342b1f315c282692791aa870455901fdb46a55
  3. * http://jquerymobile.com
  4. *
  5. * Copyright 2011 (c) jQuery Project
  6. * Dual licensed under the MIT or GPL Version 2 licenses.
  7. * http://jquery.org/license
  8. *
  9. */
  10. /* Swatches */
  11. /* A
  12. -----------------------------------------------------------------------------------------------------------*/
  13. .ui-bar-a {
  14. border: 1px solid #333 /*{a-bar-border}*/;
  15. background: #111111 /*{a-bar-background-color}*/;
  16. color: #ffffff /*{a-bar-color}*/;
  17. font-weight: bold;
  18. text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
  19. background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
  20. background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  21. background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
  22. background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
  23. background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
  24. background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
  25. }
  26. .ui-bar-a,
  27. .ui-bar-a input,
  28. .ui-bar-a select,
  29. .ui-bar-a textarea,
  30. .ui-bar-a button {
  31. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  32. }
  33. .ui-bar-a .ui-link-inherit {
  34. color: #fff /*{a-bar-color}*/;
  35. }
  36. .ui-bar-a .ui-link {
  37. color: #7cc4e7 /*{a-bar-link-color}*/;
  38. font-weight: bold;
  39. }
  40. .ui-bar-a .ui-link:hover {
  41. color: #2489CE /*{a-bar-link-hover}*/;
  42. }
  43. .ui-bar-a .ui-link:active {
  44. color: #2489CE /*{a-bar-link-active}*/;
  45. }
  46. .ui-bar-a .ui-link:visited {
  47. color: #2489CE /*{a-bar-link-visited}*/;
  48. }
  49. .ui-body-a,
  50. .ui-overlay-a {
  51. border: 1px solid #444 /*{a-body-border}*/;
  52. background: #222 /*{a-body-background-color}*/;
  53. color: #fff /*{a-body-color}*/;
  54. text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
  55. font-weight: normal;
  56. background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
  57. background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  58. background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
  59. background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
  60. background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
  61. background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
  62. }
  63. .ui-overlay-a {
  64. background-image: none;
  65. border-width: 0;
  66. }
  67. .ui-body-a,
  68. .ui-body-a input,
  69. .ui-body-a select,
  70. .ui-body-a textarea,
  71. .ui-body-a button {
  72. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  73. }
  74. .ui-body-a .ui-link-inherit {
  75. color: #fff /*{a-body-color}*/;
  76. }
  77. .ui-body-a .ui-link {
  78. color: #2489CE /*{a-body-link-color}*/;
  79. font-weight: bold;
  80. }
  81. .ui-body-a .ui-link:hover {
  82. color: #2489CE /*{a-body-link-hover}*/;
  83. }
  84. .ui-body-a .ui-link:active {
  85. color: #2489CE /*{a-body-link-active}*/;
  86. }
  87. .ui-body-a .ui-link:visited {
  88. color: #2489CE /*{a-body-link-visited}*/;
  89. }
  90. .ui-btn-up-a {
  91. border: 1px solid #111 /*{a-bup-border}*/;
  92. background: #333 /*{a-bup-background-color}*/;
  93. font-weight: bold;
  94. color: #fff /*{a-bup-color}*/;
  95. text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
  96. background-image: -webkit-gradient(linear, left top, left bottom, from( #444444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
  97. background-image: -webkit-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  98. background-image: -moz-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
  99. background-image: -ms-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
  100. background-image: -o-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
  101. background-image: linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
  102. }
  103. .ui-btn-up-a a.ui-link-inherit {
  104. color: #fff /*{a-bup-color}*/;
  105. }
  106. .ui-btn-hover-a {
  107. border: 1px solid #000 /*{a-bhover-border}*/;
  108. background: #444444 /*{a-bhover-background-color}*/;
  109. font-weight: bold;
  110. color: #fff /*{a-bhover-color}*/;
  111. text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
  112. background-image: -webkit-gradient(linear, left top, left bottom, from( #555555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
  113. background-image: -webkit-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  114. background-image: -moz-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
  115. background-image: -ms-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
  116. background-image: -o-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
  117. background-image: linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
  118. }
  119. .ui-btn-hover-a a.ui-link-inherit {
  120. color: #fff /*{a-bhover-color}*/;
  121. }
  122. .ui-btn-down-a {
  123. border: 1px solid #000 /*{a-bdown-border}*/;
  124. background: #222 /*{a-bdown-background-color}*/;
  125. font-weight: bold;
  126. color: #fff /*{a-bdown-color}*/;
  127. text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
  128. background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
  129. background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  130. background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
  131. background-image: -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
  132. background-image: -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
  133. background-image: linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
  134. }
  135. .ui-btn-down-a a.ui-link-inherit {
  136. color: #fff /*{a-bdown-color}*/;
  137. }
  138. .ui-btn-up-a,
  139. .ui-btn-hover-a,
  140. .ui-btn-down-a {
  141. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  142. text-decoration: none;
  143. }
  144. /* B
  145. -----------------------------------------------------------------------------------------------------------*/
  146. .ui-bar-b {
  147. border: 1px solid #456f9a /*{b-bar-border}*/;
  148. background: #5e87b0 /*{b-bar-background-color}*/;
  149. color: #fff /*{b-bar-color}*/;
  150. font-weight: bold;
  151. text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
  152. background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
  153. background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  154. background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
  155. background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
  156. background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
  157. background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
  158. }
  159. .ui-bar-b,
  160. .ui-bar-b input,
  161. .ui-bar-b select,
  162. .ui-bar-b textarea,
  163. .ui-bar-b button {
  164. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  165. }
  166. .ui-bar-b .ui-link-inherit {
  167. color: #fff /*{b-bar-color}*/;
  168. }
  169. .ui-bar-b .ui-link {
  170. color: #ddf0f8 /*{b-bar-link-color}*/;
  171. font-weight: bold;
  172. }
  173. .ui-bar-b .ui-link:hover {
  174. color: #ddf0f8 /*{b-bar-link-hover}*/;
  175. }
  176. .ui-bar-b .ui-link:active {
  177. color: #ddf0f8 /*{b-bar-link-active}*/;
  178. }
  179. .ui-bar-b .ui-link:visited {
  180. color: #ddf0f8 /*{b-bar-link-visited}*/;
  181. }
  182. .ui-body-b,
  183. .ui-overlay-b {
  184. border: 1px solid #999 /*{b-body-border}*/;
  185. background: #f3f3f3 /*{b-body-background-color}*/;
  186. color: #222222 /*{b-body-color}*/;
  187. text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
  188. font-weight: normal;
  189. background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
  190. background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  191. background-image: -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
  192. background-image: -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
  193. background-image: -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
  194. background-image: linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
  195. }
  196. .ui-overlay-b {
  197. background-image: none;
  198. border-width: 0;
  199. }
  200. .ui-body-b,
  201. .ui-body-b input,
  202. .ui-body-b select,
  203. .ui-body-b textarea,
  204. .ui-body-b button {
  205. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  206. }
  207. .ui-body-b .ui-link-inherit {
  208. color: #333333 /*{b-body-color}*/;
  209. }
  210. .ui-body-b .ui-link {
  211. color: #2489CE /*{b-body-link-color}*/;
  212. font-weight: bold;
  213. }
  214. .ui-body-b .ui-link:hover {
  215. color: #2489CE /*{b-body-link-hover}*/;
  216. }
  217. .ui-body-b .ui-link:active {
  218. color: #2489CE /*{b-body-link-active}*/;
  219. }
  220. .ui-body-b .ui-link:visited {
  221. color: #2489CE /*{b-body-link-visited}*/;
  222. }
  223. .ui-btn-up-b {
  224. border: 1px solid #044062 /*{b-bup-border}*/;
  225. background: #396b9e /*{b-bup-background-color}*/;
  226. font-weight: bold;
  227. color: #fff /*{b-bup-color}*/;
  228. text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
  229. background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
  230. background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  231. background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
  232. background-image: -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
  233. background-image: -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
  234. background-image: linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
  235. }
  236. .ui-btn-up-b a.ui-link-inherit {
  237. color: #fff /*{b-bup-color}*/;
  238. }
  239. .ui-btn-hover-b {
  240. border: 1px solid #00415e /*{b-bhover-border}*/;
  241. background: #4b88b6 /*{b-bhover-background-color}*/;
  242. font-weight: bold;
  243. color: #fff /*{b-bhover-color}*/;
  244. text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
  245. background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
  246. background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  247. background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
  248. background-image: -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
  249. background-image: -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
  250. background-image: linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
  251. }
  252. .ui-btn-hover-b a.ui-link-inherit {
  253. color: #fff /*{b-bhover-color}*/;
  254. }
  255. .ui-btn-down-b {
  256. border: 1px solid #225377 /*{b-bdown-border}*/;
  257. background: #4e89c5 /*{b-bdown-background-color}*/;
  258. font-weight: bold;
  259. color: #fff /*{b-bdown-color}*/;
  260. text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
  261. background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
  262. background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  263. background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
  264. background-image: -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
  265. background-image: -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
  266. background-image: linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
  267. }
  268. .ui-btn-down-b a.ui-link-inherit {
  269. color: #fff /*{b-bdown-color}*/;
  270. }
  271. .ui-btn-up-b,
  272. .ui-btn-hover-b,
  273. .ui-btn-down-b {
  274. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  275. text-decoration: none;
  276. }
  277. /* C
  278. -----------------------------------------------------------------------------------------------------------*/
  279. .ui-bar-c {
  280. border: 1px solid #B3B3B3 /*{c-bar-border}*/;
  281. background: #eeeeee /*{c-bar-background-color}*/;
  282. color: #3E3E3E /*{c-bar-color}*/;
  283. font-weight: bold;
  284. text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
  285. background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
  286. background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  287. background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
  288. background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
  289. background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
  290. background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
  291. }
  292. .ui-bar-c .ui-link-inherit {
  293. color: #3E3E3E /*{c-bar-color}*/;
  294. }
  295. .ui-bar-c .ui-link {
  296. color: #7cc4e7 /*{c-bar-link-color}*/;
  297. font-weight: bold;
  298. }
  299. .ui-bar-c .ui-link:hover {
  300. color: #2489CE /*{c-bar-link-hover}*/;
  301. }
  302. .ui-bar-c .ui-link:active {
  303. color: #2489CE /*{c-bar-link-active}*/;
  304. }
  305. .ui-bar-c .ui-link:visited {
  306. color: #2489CE /*{c-bar-link-visited}*/;
  307. }
  308. .ui-bar-c,
  309. .ui-bar-c input,
  310. .ui-bar-c select,
  311. .ui-bar-c textarea,
  312. .ui-bar-c button {
  313. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  314. }
  315. .ui-body-c,
  316. .ui-overlay-c {
  317. border: 1px solid #aaa /*{c-body-border}*/;
  318. color: #333333 /*{c-body-color}*/;
  319. text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
  320. background: #f9f9f9 /*{c-body-background-color}*/;
  321. background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
  322. background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  323. background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
  324. background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
  325. background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
  326. background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
  327. }
  328. .ui-overlay-c {
  329. background-image: none;
  330. border-width: 0;
  331. }
  332. .ui-body-c,
  333. .ui-body-c input,
  334. .ui-body-c select,
  335. .ui-body-c textarea,
  336. .ui-body-c button {
  337. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  338. }
  339. .ui-body-c .ui-link-inherit {
  340. color: #333333 /*{c-body-color}*/;
  341. }
  342. .ui-body-c .ui-link {
  343. color: #2489CE /*{c-body-link-color}*/;
  344. font-weight: bold;
  345. }
  346. .ui-body-c .ui-link:hover {
  347. color: #2489CE /*{c-body-link-hover}*/;
  348. }
  349. .ui-body-c .ui-link:active {
  350. color: #2489CE /*{c-body-link-active}*/;
  351. }
  352. .ui-body-c .ui-link:visited {
  353. color: #2489CE /*{c-body-link-visited}*/;
  354. }
  355. .ui-btn-up-c {
  356. border: 1px solid #ccc /*{c-bup-border}*/;
  357. background: #eee /*{c-bup-background-color}*/;
  358. font-weight: bold;
  359. color: #222 /*{c-bup-color}*/;
  360. text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
  361. background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
  362. background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  363. background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
  364. background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
  365. background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
  366. background-image: linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
  367. }
  368. .ui-btn-up-c a.ui-link-inherit {
  369. color: #2F3E46 /*{c-bup-color}*/;
  370. }
  371. .ui-btn-hover-c {
  372. border: 1px solid #bbb /*{c-bhover-border}*/;
  373. background: #dfdfdf /*{c-bhover-background-color}*/;
  374. font-weight: bold;
  375. color: #222 /*{c-bhover-color}*/;
  376. text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
  377. background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
  378. background-image: -webkit-linear-gradient( #f9f9f9 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  379. background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
  380. background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
  381. background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
  382. background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
  383. }
  384. .ui-btn-hover-c a.ui-link-inherit {
  385. color: #2F3E46 /*{c-bhover-color}*/;
  386. }
  387. .ui-btn-down-c {
  388. border: 1px solid #bbb /*{c-bdown-border}*/;
  389. background: #d6d6d6 /*{c-bdown-background-color}*/;
  390. font-weight: bold;
  391. color: #222 /*{c-bdown-color}*/;
  392. text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
  393. background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
  394. background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  395. background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
  396. background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
  397. background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
  398. background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
  399. }
  400. .ui-btn-down-c a.ui-link-inherit {
  401. color: #2F3E46 /*{c-bdown-color}*/;
  402. }
  403. .ui-btn-up-c,
  404. .ui-btn-hover-c,
  405. .ui-btn-down-c {
  406. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  407. text-decoration: none;
  408. }
  409. /* D
  410. -----------------------------------------------------------------------------------------------------------*/
  411. .ui-bar-d {
  412. border: 1px solid #bbb /*{d-bar-border}*/;
  413. background: #bbb /*{d-bar-background-color}*/;
  414. color: #333 /*{d-bar-color}*/;
  415. text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
  416. background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
  417. background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  418. background-image: -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
  419. background-image: -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
  420. background-image: -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
  421. background-image: linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
  422. }
  423. .ui-bar-d,
  424. .ui-bar-d input,
  425. .ui-bar-d select,
  426. .ui-bar-d textarea,
  427. .ui-bar-d button {
  428. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  429. }
  430. .ui-bar-d .ui-link-inherit {
  431. color: #333333 /*{d-bar-color}*/;
  432. }
  433. .ui-bar-d .ui-link {
  434. color: #2489CE /*{d-bar-link-color}*/;
  435. font-weight: bold;
  436. }
  437. .ui-bar-d .ui-link:hover {
  438. color: #2489CE /*{d-bar-link-hover}*/;
  439. }
  440. .ui-bar-d .ui-link:active {
  441. color: #2489CE /*{d-bar-link-active}*/;
  442. }
  443. .ui-bar-d .ui-link:visited {
  444. color: #2489CE /*{d-bar-link-visited}*/;
  445. }
  446. .ui-body-d,
  447. .ui-overlay-d {
  448. border: 1px solid #bbb /*{d-body-border}*/;
  449. color: #333333 /*{d-body-color}*/;
  450. text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
  451. background: #ffffff /*{d-body-background-color}*/;
  452. background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
  453. background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  454. background-image: -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
  455. background-image: -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
  456. background-image: -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
  457. background-image: linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
  458. }
  459. .ui-overlay-d {
  460. background-image: none;
  461. border-width: 0;
  462. }
  463. .ui-body-d,
  464. .ui-body-d input,
  465. .ui-body-d select,
  466. .ui-body-d textarea,
  467. .ui-body-d button {
  468. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  469. }
  470. .ui-body-d .ui-link-inherit {
  471. color: #333333 /*{d-body-color}*/;
  472. }
  473. .ui-body-d .ui-link {
  474. color: #2489CE /*{d-body-link-color}*/;
  475. font-weight: bold;
  476. }
  477. .ui-body-d .ui-link:hover {
  478. color: #2489CE /*{d-body-link-hover}*/;
  479. }
  480. .ui-body-d .ui-link:active {
  481. color: #2489CE /*{d-body-link-active}*/;
  482. }
  483. .ui-body-d .ui-link:visited {
  484. color: #2489CE /*{d-body-link-visited}*/;
  485. }
  486. .ui-btn-up-d {
  487. border: 1px solid #bbb /*{d-bup-border}*/;
  488. background: #fff /*{d-bup-background-color}*/;
  489. font-weight: bold;
  490. color: #333 /*{d-bup-color}*/;
  491. text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
  492. background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
  493. background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  494. background-image: -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
  495. background-image: -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
  496. background-image: -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
  497. background-image: linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
  498. }
  499. .ui-btn-up-d a.ui-link-inherit {
  500. color: #333 /*{d-bup-color}*/;
  501. }
  502. .ui-btn-hover-d {
  503. border: 1px solid #aaa /*{d-bhover-border}*/;
  504. background: #eeeeee /*{d-bhover-background-color}*/;
  505. font-weight: bold;
  506. color: #333 /*{d-bhover-color}*/;
  507. cursor: pointer;
  508. text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
  509. background-image: -webkit-gradient(linear, left top, left bottom, from( #eee), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
  510. background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  511. background-image: -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
  512. background-image: -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
  513. background-image: -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
  514. background-image: linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
  515. }
  516. .ui-btn-hover-d a.ui-link-inherit {
  517. color: #333 /*{d-bhover-color}*/;
  518. }
  519. .ui-btn-down-d {
  520. border: 1px solid #aaa /*{d-bdown-border}*/;
  521. background: #eee /*{d-bdown-background-color}*/;
  522. font-weight: bold;
  523. color: #333 /*{d-bdown-color}*/;
  524. text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
  525. background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
  526. background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  527. background-image: -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
  528. background-image: -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
  529. background-image: -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
  530. background-image: linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
  531. }
  532. .ui-btn-down-d a.ui-link-inherit {
  533. color: #333 /*{d-bdown-color}*/;
  534. }
  535. .ui-btn-up-d,
  536. .ui-btn-hover-d,
  537. .ui-btn-down-d {
  538. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  539. text-decoration: none;
  540. }
  541. /* E
  542. -----------------------------------------------------------------------------------------------------------*/
  543. .ui-bar-e {
  544. border: 1px solid #F7C942 /*{e-bar-border}*/;
  545. background: #fadb4e /*{e-bar-background-color}*/;
  546. color: #333 /*{e-bar-color}*/;
  547. text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
  548. background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
  549. background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  550. background-image: -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
  551. background-image: -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
  552. background-image: -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
  553. background-image: linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
  554. }
  555. .ui-bar-e,
  556. .ui-bar-e input,
  557. .ui-bar-e select,
  558. .ui-bar-e textarea,
  559. .ui-bar-e button {
  560. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  561. }
  562. .ui-bar-e .ui-link-inherit {
  563. color: #333333 /*{e-bar-color}*/;
  564. }
  565. .ui-bar-e .ui-link {
  566. color: #2489CE /*{e-bar-link-color}*/;
  567. font-weight: bold;
  568. }
  569. .ui-bar-e .ui-link:hover {
  570. color: #2489CE /*{e-bar-link-hover}*/;
  571. }
  572. .ui-bar-e .ui-link:active {
  573. color: #2489CE /*{e-bar-link-active}*/;
  574. }
  575. .ui-bar-e .ui-link:visited {
  576. color: #2489CE /*{e-bar-link-visited}*/;
  577. }
  578. .ui-body-e,
  579. .ui-overlay-e {
  580. border: 1px solid #F7C942 /*{e-body-border}*/;
  581. color: #222222 /*{e-body-color}*/;
  582. text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
  583. background: #fff9df /*{e-body-background-color}*/;
  584. background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
  585. background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  586. background-image: -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
  587. background-image: -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
  588. background-image: -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
  589. background-image: linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
  590. }
  591. .ui-overlay-e {
  592. background-image: none;
  593. border-width: 0;
  594. }
  595. .ui-body-e,
  596. .ui-body-e input,
  597. .ui-body-e select,
  598. .ui-body-e textarea,
  599. .ui-body-e button {
  600. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  601. }
  602. .ui-body-e .ui-link-inherit {
  603. color: #333333 /*{e-body-color}*/;
  604. }
  605. .ui-body-e .ui-link {
  606. color: #2489CE /*{e-body-link-color}*/;
  607. font-weight: bold;
  608. }
  609. .ui-body-e .ui-link:hover {
  610. color: #2489CE /*{e-body-link-hover}*/;
  611. }
  612. .ui-body-e .ui-link:active {
  613. color: #2489CE /*{e-body-link-active}*/;
  614. }
  615. .ui-body-e .ui-link:visited {
  616. color: #2489CE /*{e-body-link-visited}*/;
  617. }
  618. .ui-btn-up-e {
  619. border: 1px solid #F4C63f /*{e-bup-border}*/;
  620. background: #fadb4e /*{e-bup-background-color}*/;
  621. font-weight: bold;
  622. color: #222 /*{e-bup-color}*/;
  623. text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
  624. background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
  625. background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  626. background-image: -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
  627. background-image: -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
  628. background-image: -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
  629. background-image: linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
  630. }
  631. .ui-btn-up-e a.ui-link-inherit {
  632. color: #222 /*{e-bup-color}*/;
  633. }
  634. .ui-btn-hover-e {
  635. border: 1px solid #F2C43d /*{e-bhover-border}*/;
  636. background: #fbe26f /*{e-bhover-background-color}*/;
  637. font-weight: bold;
  638. color: #111 /*{e-bhover-color}*/;
  639. text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
  640. background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
  641. background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  642. background-image: -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
  643. background-image: -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
  644. background-image: -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
  645. background-image: linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
  646. }
  647. .ui-btn-hover-e a.ui-link-inherit {
  648. color: #333 /*{e-bhover-color}*/;
  649. }
  650. .ui-btn-down-e {
  651. border: 1px solid #F2C43d /*{e-bdown-border}*/;
  652. background: #fceda7 /*{e-bdown-background-color}*/;
  653. font-weight: bold;
  654. color: #111 /*{e-bdown-color}*/;
  655. text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #ffffff /*{e-bdown-shadow-color}*/;
  656. background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
  657. background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  658. background-image: -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
  659. background-image: -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
  660. background-image: -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
  661. background-image: linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
  662. }
  663. .ui-btn-down-e a.ui-link-inherit {
  664. color: #333 /*{e-bdown-color}*/;
  665. }
  666. .ui-btn-up-e,
  667. .ui-btn-hover-e,
  668. .ui-btn-down-e {
  669. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  670. text-decoration: none;
  671. }
  672. /* Structure */
  673. /* links within "buttons"
  674. -----------------------------------------------------------------------------------------------------------*/
  675. a.ui-link-inherit {
  676. text-decoration: none !important;
  677. }
  678. /* Active class used as the "on" state across all themes
  679. -----------------------------------------------------------------------------------------------------------*/
  680. .ui-btn-active {
  681. border: 1px solid #2373a5 /*{global-active-border}*/;
  682. background: #5393c5 /*{global-active-background-color}*/;
  683. font-weight: bold;
  684. color: #fff /*{global-active-color}*/;
  685. cursor: pointer;
  686. text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
  687. text-decoration: none;
  688. background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
  689. background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
  690. background-image: -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
  691. background-image: -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
  692. background-image: -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
  693. background-image: linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
  694. font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  695. }
  696. .ui-btn-active a.ui-link-inherit {
  697. color: #fff /*{global-active-color}*/;
  698. }
  699. /* button inner top highlight
  700. -----------------------------------------------------------------------------------------------------------*/
  701. .ui-btn-inner {
  702. border-top: 1px solid #fff;
  703. border-color: rgba(255,255,255,.3);
  704. }
  705. /* corner rounding classes
  706. -----------------------------------------------------------------------------------------------------------*/
  707. .ui-corner-tl {
  708. -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  709. -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  710. border-top-left-radius: .6em /*{global-radii-blocks}*/;
  711. }
  712. .ui-corner-tr {
  713. -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  714. -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  715. border-top-right-radius: .6em /*{global-radii-blocks}*/;
  716. }
  717. .ui-corner-bl {
  718. -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  719. -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  720. border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  721. }
  722. .ui-corner-br {
  723. -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  724. -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  725. border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  726. }
  727. .ui-corner-top {
  728. -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  729. -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  730. border-top-left-radius: .6em /*{global-radii-blocks}*/;
  731. -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  732. -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  733. border-top-right-radius: .6em /*{global-radii-blocks}*/;
  734. }
  735. .ui-corner-bottom {
  736. -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  737. -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  738. border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  739. -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  740. -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  741. border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  742. }
  743. .ui-corner-right {
  744. -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  745. -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  746. border-top-right-radius: .6em /*{global-radii-blocks}*/;
  747. -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  748. -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  749. border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  750. }
  751. .ui-corner-left {
  752. -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  753. -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  754. border-top-left-radius: .6em /*{global-radii-blocks}*/;
  755. -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  756. -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  757. border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  758. }
  759. .ui-corner-all {
  760. -moz-border-radius: .6em /*{global-radii-blocks}*/;
  761. -webkit-border-radius: .6em /*{global-radii-blocks}*/;
  762. border-radius: .6em /*{global-radii-blocks}*/;
  763. }
  764. .ui-corner-none {
  765. -moz-border-radius: 0;
  766. -webkit-border-radius: 0;
  767. border-radius: 0;
  768. }
  769. /* Form field separator
  770. -----------------------------------------------------------------------------------------------------------*/
  771. .ui-br {
  772. border-bottom: rgb(130,130,130);
  773. border-bottom: rgba(130,130,130,.3);
  774. border-bottom-width: 1px;
  775. border-bottom-style: solid;
  776. }
  777. /* Interaction cues
  778. -----------------------------------------------------------------------------------------------------------*/
  779. .ui-disabled {
  780. opacity: .3;
  781. }
  782. .ui-disabled,
  783. .ui-disabled a {
  784. cursor: default !important;
  785. pointer-events: none;
  786. }
  787. .ui-disabled .ui-btn-text {
  788. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  789. filter: alpha(opacity=30);
  790. zoom: 1;
  791. }
  792. /* Icons
  793. -----------------------------------------------------------------------------------------------------------*/
  794. .ui-icon,
  795. .ui-icon-searchfield:after {
  796. background: #666 /*{global-icon-color}*/;
  797. background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
  798. background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
  799. background-repeat: no-repeat;
  800. -moz-border-radius: 9px;
  801. -webkit-border-radius: 9px;
  802. border-radius: 9px;
  803. }
  804. /* Alt icon color
  805. -----------------------------------------------------------------------------------------------------------*/
  806. .ui-icon-alt {
  807. background: #fff;
  808. background: rgba(255,255,255,.3);
  809. background-image: url(images/icons-18-black.png);
  810. background-repeat: no-repeat;
  811. }
  812. /* HD/"retina" sprite
  813. -----------------------------------------------------------------------------------------------------------*/
  814. @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  815. only screen and (min--moz-device-pixel-ratio: 1.5),
  816. only screen and (min-resolution: 240dpi) {
  817. .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
  818. .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
  819. .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
  820. .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
  821. .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
  822. background-image: url(images/icons-36-white.png);
  823. -moz-background-size: 776px 18px;
  824. -o-background-size: 776px 18px;
  825. -webkit-background-size: 776px 18px;
  826. background-size: 776px 18px;
  827. }
  828. .ui-icon-alt {
  829. background-image: url(images/icons-36-black.png);
  830. }
  831. }
  832. /* plus minus */
  833. .ui-icon-plus {
  834. background-position: -0 50%;
  835. }
  836. .ui-icon-minus {
  837. background-position: -36px 50%;
  838. }
  839. /* delete/close */
  840. .ui-icon-delete {
  841. background-position: -72px 50%;
  842. }
  843. /* arrows */
  844. .ui-icon-arrow-r {
  845. background-position: -108px 50%;
  846. }
  847. .ui-icon-arrow-l {
  848. background-position: -144px 50%;
  849. }
  850. .ui-icon-arrow-u {
  851. background-position: -180px 50%;
  852. }
  853. .ui-icon-arrow-d {
  854. background-position: -216px 50%;
  855. }
  856. /* misc */
  857. .ui-icon-check {
  858. background-position: -252px 50%;
  859. }
  860. .ui-icon-gear {
  861. background-position: -288px 50%;
  862. }
  863. .ui-icon-refresh {
  864. background-position: -324px 50%;
  865. }
  866. .ui-icon-forward {
  867. background-position: -360px 50%;
  868. }
  869. .ui-icon-back {
  870. background-position: -396px 50%;
  871. }
  872. .ui-icon-grid {
  873. background-position: -432px 50%;
  874. }
  875. .ui-icon-star {
  876. background-position: -468px 50%;
  877. }
  878. .ui-icon-alert {
  879. background-position: -504px 50%;
  880. }
  881. .ui-icon-info {
  882. background-position: -540px 50%;
  883. }
  884. .ui-icon-home {
  885. background-position: -576px 50%;
  886. }
  887. .ui-icon-search,
  888. .ui-icon-searchfield:after {
  889. background-position: -612px 50%;
  890. }
  891. .ui-icon-checkbox-off {
  892. background-position: -684px 50%;
  893. }
  894. .ui-icon-checkbox-on {
  895. background-position: -648px 50%;
  896. }
  897. .ui-icon-radio-off {
  898. background-position: -756px 50%;
  899. }
  900. .ui-icon-radio-on {
  901. background-position: -720px 50%;
  902. }
  903. /* checks,radios */
  904. .ui-checkbox .ui-icon {
  905. -moz-border-radius: 3px;
  906. -webkit-border-radius: 3px;
  907. border-radius: 3px;
  908. }
  909. .ui-icon-checkbox-off,
  910. .ui-icon-radio-off {
  911. background-color: transparent;
  912. }
  913. .ui-checkbox-on .ui-icon,
  914. .ui-radio-on .ui-icon {
  915. background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
  916. }
  917. /* loading icon */
  918. .ui-icon-loading {
  919. background: url(images/ajax-loader.gif);
  920. background-size: 46px 46px;
  921. }
  922. /* Button corner classes
  923. -----------------------------------------------------------------------------------------------------------*/
  924. .ui-btn-corner-tl {
  925. -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  926. -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  927. border-top-left-radius: 1em /*{global-radii-buttons}*/;
  928. }
  929. .ui-btn-corner-tr {
  930. -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  931. -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  932. border-top-right-radius: 1em /*{global-radii-buttons}*/;
  933. }
  934. .ui-btn-corner-bl {
  935. -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  936. -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  937. border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  938. }
  939. .ui-btn-corner-br {
  940. -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  941. -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  942. border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  943. }
  944. .ui-btn-corner-top {
  945. -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  946. -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  947. border-top-left-radius: 1em /*{global-radii-buttons}*/;
  948. -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  949. -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  950. border-top-right-radius: 1em /*{global-radii-buttons}*/;
  951. }
  952. .ui-btn-corner-bottom {
  953. -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  954. -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  955. border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  956. -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  957. -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  958. border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  959. }
  960. .ui-btn-corner-right {
  961. -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  962. -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  963. border-top-right-radius: 1em /*{global-radii-buttons}*/;
  964. -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  965. -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  966. border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  967. }
  968. .ui-btn-corner-left {
  969. -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  970. -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  971. border-top-left-radius: 1em /*{global-radii-buttons}*/;
  972. -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  973. -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  974. border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  975. }
  976. .ui-btn-corner-all {
  977. -moz-border-radius: 1em /*{global-radii-buttons}*/;
  978. -webkit-border-radius: 1em /*{global-radii-buttons}*/;
  979. border-radius: 1em /*{global-radii-buttons}*/;
  980. }
  981. /* radius clip workaround for cleaning up corner trapping */
  982. .ui-corner-tl,
  983. .ui-corner-tr,
  984. .ui-corner-bl,
  985. .ui-corner-br,
  986. .ui-corner-top,
  987. .ui-corner-bottom,
  988. .ui-corner-right,
  989. .ui-corner-left,
  990. .ui-corner-all,
  991. .ui-btn-corner-tl,
  992. .ui-btn-corner-tr,
  993. .ui-btn-corner-bl,
  994. .ui-btn-corner-br,
  995. .ui-btn-corner-top,
  996. .ui-btn-corner-bottom,
  997. .ui-btn-corner-right,
  998. .ui-btn-corner-left,
  999. .ui-btn-corner-all {
  1000. -webkit-background-clip: padding-box;
  1001. -moz-background-clip: padding;
  1002. background-clip: padding-box;
  1003. }
  1004. /* Overlay / modal
  1005. -----------------------------------------------------------------------------------------------------------*/
  1006. .ui-overlay {
  1007. background: #666;
  1008. opacity: .5;
  1009. filter: Alpha(Opacity=50);
  1010. position: absolute;
  1011. width: 100%;
  1012. height: 100%;
  1013. }
  1014. .ui-overlay-shadow {
  1015. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  1016. -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  1017. box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  1018. }
  1019. .ui-shadow {
  1020. -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1021. -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1022. box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1023. }
  1024. .ui-bar-a .ui-shadow,
  1025. .ui-bar-b .ui-shadow ,
  1026. .ui-bar-c .ui-shadow {
  1027. -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  1028. -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  1029. box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  1030. }
  1031. .ui-shadow-inset {
  1032. -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  1033. -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  1034. box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  1035. }
  1036. .ui-icon-shadow {
  1037. -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1038. -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1039. box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1040. }
  1041. /* Focus state - set here for specificity (note: these classes are added by JavaScript)
  1042. -----------------------------------------------------------------------------------------------------------*/
  1043. .ui-btn:focus {
  1044. outline: 0;
  1045. }
  1046. .ui-focus,
  1047. .ui-btn:focus {
  1048. -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1049. -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1050. box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1051. }
  1052. /* unset box shadow in browsers that don't do it right
  1053. -----------------------------------------------------------------------------------------------------------*/
  1054. .ui-mobile-nosupport-boxshadow * {
  1055. -moz-box-shadow: none !important;
  1056. -webkit-box-shadow: none !important;
  1057. box-shadow: none !important;
  1058. }
  1059. /* ...and bring back focus */
  1060. .ui-mobile-nosupport-boxshadow .ui-focus,
  1061. .ui-mobile-nosupport-boxshadow .ui-btn:focus {
  1062. outline-width: 1px;
  1063. outline-style: dotted;
  1064. }