Advertisement
Guest User

Untitled

a guest
Mar 27th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.23 KB | None | 0 0
  1. /*
  2. * jQuery Mobile Framework 1.1.1 1981b3f5ec22675ae47df8f0bdf9622e7780e90e
  3. * http://jquerymobile.com
  4. *
  5. * Copyright 2012 jQuery Foundation and other contributors
  6. * Dual licensed under the MIT or GPL Version 2 licenses.
  7. * http://jquery.org/license
  8. *
  9. */
  10. .ui-bar-a {
  11. border: 1px solid #b9252a;
  12. background: #b9252a;
  13. color: #ffffff;
  14. font-weight: bold;
  15. text-shadow: 0 1px 1px #444444;
  16. background-image: -webkit-gradient(linear, left top, left bottom, from( #cb282e ), to( #a62125 ));
  17. background-image: -webkit-linear-gradient( #cb282e, #a62125 );
  18. background-image: -moz-linear-gradient( #cb282e, #a62125 );
  19. background-image: -ms-linear-gradient( #cb282e, #a62125 );
  20. background-image: -o-linear-gradient( #cb282e, #a62125 );
  21. background-image: linear-gradient( #cb282e, #a62125 );
  22. }
  23. .ui-bar-a .ui-link-inherit {
  24. color: #ffffff;
  25. }
  26. .ui-bar-a a.ui-link {
  27. color: #7cc4e7;
  28. font-weight: bold;
  29. }
  30. .ui-bar-a a.ui-link:visited {
  31. color: #2489CE;
  32. }
  33. .ui-bar-a a.ui-link:hover {
  34. color: #2489CE;
  35. }
  36. .ui-bar-a a.ui-link:active {
  37. color: #2489CE;
  38. }
  39. .ui-bar-a, .ui-bar-a input, .ui-bar-a select, .ui-bar-a textarea, .ui-bar-a button {
  40. font-family: Helvetica, Arial, sans-serif;
  41. }
  42. .ui-body-a, .ui-overlay-a {
  43. border: 1px solid #828282;
  44. color: #000000;
  45. text-shadow: 0 1px 0 #eeeeee;
  46. background: #ededed;
  47. background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF ), to( #d5d5d5 ));
  48. background-image: -webkit-linear-gradient( #FFFFFF, #d5d5d5 );
  49. background-image: -moz-linear-gradient( #FFFFFF, #d5d5d5 );
  50. background-image: -ms-linear-gradient( #FFFFFF, #d5d5d5 );
  51. background-image: -o-linear-gradient( #FFFFFF, #d5d5d5 );
  52. background-image: linear-gradient( #FFFFFF, #d5d5d5 );
  53. }
  54. .ui-overlay-a {
  55. background-image: none;
  56. border-width: 0;
  57. }
  58. .ui-body-a, .ui-body-a input, .ui-body-a select, .ui-body-a textarea, .ui-body-a button {
  59. font-family: Helvetica, Arial, sans-serif;
  60. }
  61. .ui-body-a .ui-link-inherit {
  62. color: #000000;
  63. }
  64. .ui-body-a .ui-link {
  65. color: #2489CE;
  66. font-weight: bold;
  67. }
  68. .ui-body-a .ui-link:visited {
  69. color: #2489CE;
  70. }
  71. .ui-body-a .ui-link:hover {
  72. color: #2489CE;
  73. }
  74. .ui-body-a .ui-link:active {
  75. color: #2489CE;
  76. }
  77. .ui-btn-up-a {
  78. border: 1px solid #c7c7c7;
  79. background: #c7c7c7;
  80. font-weight: bold;
  81. color: #000000;
  82. text-shadow: 0 1px 0 #eeeeee;
  83. background-image: -webkit-gradient(linear, left top, left bottom, from( #dadada ), to( #b3b3b3 ));
  84. background-image: -webkit-linear-gradient( #dadada, #b3b3b3 );
  85. background-image: -moz-linear-gradient( #dadada, #b3b3b3 );
  86. background-image: -ms-linear-gradient( #dadada, #b3b3b3 );
  87. background-image: -o-linear-gradient( #dadada, #b3b3b3 );
  88. background-image: linear-gradient( #dadada, #b3b3b3 );
  89. }
  90. .ui-btn-up-a:visited, .ui-btn-up-a a.ui-link-inherit {
  91. color: #000000;
  92. }
  93. .ui-btn-hover-a {
  94. border: 1px solid #e4e4e4;
  95. background: #e4e4e4;
  96. font-weight: bold;
  97. color: #000000;
  98. text-shadow: 0 1px 0 #eeeeee;
  99. background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa ), to( #cdcdcd ));
  100. background-image: -webkit-linear-gradient( #fafafa, #cdcdcd );
  101. background-image: -moz-linear-gradient( #fafafa, #cdcdcd );
  102. background-image: -ms-linear-gradient( #fafafa, #cdcdcd );
  103. background-image: -o-linear-gradient( #fafafa, #cdcdcd );
  104. background-image: linear-gradient( #fafafa, #cdcdcd );
  105. }
  106. .ui-btn-hover-a:visited, .ui-btn-hover-a:hover, .ui-btn-hover-a a.ui-link-inherit {
  107. color: #000000;
  108. }
  109. .ui-btn-down-a {
  110. border: 1px solid #e4e4e4;
  111. background: #e4e4e4;
  112. font-weight: bold;
  113. color: #000000;
  114. text-shadow: 0 1px 0 #eeeeee;
  115. background-image: -webkit-gradient(linear, left top, left bottom, from( #cdcdcd ), to( #fafafa ));
  116. background-image: -webkit-linear-gradient( #cdcdcd, #fafafa );
  117. background-image: -moz-linear-gradient( #cdcdcd, #fafafa );
  118. background-image: -ms-linear-gradient( #cdcdcd, #fafafa );
  119. background-image: -o-linear-gradient( #cdcdcd, #fafafa );
  120. background-image: linear-gradient( #cdcdcd, #fafafa );
  121. }
  122. .ui-btn-down-a:visited, .ui-btn-down-a:hover, .ui-btn-down-a a.ui-link-inherit {
  123. color: #000000;
  124. }
  125. .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a {
  126. font-family: Helvetica, Arial, sans-serif;
  127. text-decoration: none;
  128. }
  129. .ui-bar-b {
  130. border: 1px solid #B3B3B3;
  131. background: #eeeeee;
  132. color: #3E3E3E;
  133. font-weight: bold;
  134. text-shadow: 0 1px 1px #ffffff;
  135. background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 ), to( #dddddd ));
  136. background-image: -webkit-linear-gradient( #f0f0f0, #dddddd );
  137. background-image: -moz-linear-gradient( #f0f0f0, #dddddd );
  138. background-image: -ms-linear-gradient( #f0f0f0, #dddddd );
  139. background-image: -o-linear-gradient( #f0f0f0, #dddddd );
  140. background-image: linear-gradient( #f0f0f0, #dddddd );
  141. }
  142. .ui-bar-b .ui-link-inherit {
  143. color: #3E3E3E;
  144. }
  145. .ui-bar-b a.ui-link {
  146. color: #7cc4e7;
  147. font-weight: bold;
  148. }
  149. .ui-bar-b a.ui-link:visited {
  150. color: #2489CE;
  151. }
  152. .ui-bar-b a.ui-link:hover {
  153. color: #2489CE;
  154. }
  155. .ui-bar-b a.ui-link:active {
  156. color: #2489CE;
  157. }
  158. .ui-bar-b, .ui-bar-b input, .ui-bar-b select, .ui-bar-b textarea, .ui-bar-b button {
  159. font-family: Helvetica, Arial, sans-serif;
  160. }
  161. .ui-body-b, .ui-overlay-b {
  162. border: 1px solid #aaaaaa;
  163. color: #333333;
  164. text-shadow: 0 1px 0 #ffffff;
  165. background: #f9f9f9;
  166. background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 ), to( #eeeeee ));
  167. background-image: -webkit-linear-gradient( #f9f9f9, #eeeeee );
  168. background-image: -moz-linear-gradient( #f9f9f9, #eeeeee );
  169. background-image: -ms-linear-gradient( #f9f9f9, #eeeeee );
  170. background-image: -o-linear-gradient( #f9f9f9, #eeeeee );
  171. background-image: linear-gradient( #f9f9f9, #eeeeee );
  172. }
  173. .ui-overlay-b {
  174. background-image: none;
  175. border-width: 0;
  176. }
  177. .ui-body-b, .ui-body-b input, .ui-body-b select, .ui-body-b textarea, .ui-body-b button {
  178. font-family: Helvetica, Arial, sans-serif;
  179. }
  180. .ui-body-b .ui-link-inherit {
  181. color: #333333;
  182. }
  183. .ui-body-b .ui-link {
  184. color: #2489CE;
  185. font-weight: bold;
  186. }
  187. .ui-body-b .ui-link:visited {
  188. color: #2489CE;
  189. }
  190. .ui-body-b .ui-link:hover {
  191. color: #2489CE;
  192. }
  193. .ui-body-b .ui-link:active {
  194. color: #2489CE;
  195. }
  196. .ui-btn-up-b {
  197. border: 1px solid #cccccc;
  198. background: #eeeeee;
  199. font-weight: bold;
  200. color: #2F3E46;
  201. text-shadow: 0 1px 0 #ffffff;
  202. background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
  203. background-image: -webkit-linear-gradient( #ffffff, #f1f1f1 );
  204. background-image: -moz-linear-gradient( #ffffff, #f1f1f1 );
  205. background-image: -ms-linear-gradient( #ffffff, #f1f1f1 );
  206. background-image: -o-linear-gradient( #ffffff, #f1f1f1 );
  207. background-image: linear-gradient( #ffffff, #f1f1f1 );
  208. }
  209. .ui-btn-up-b:visited, .ui-btn-up-b a.ui-link-inherit {
  210. color: #2F3E46;
  211. }
  212. .ui-btn-hover-b {
  213. border: 1px solid #bbbbbb;
  214. background: #dfdfdf;
  215. font-weight: bold;
  216. color: #2F3E46;
  217. text-shadow: 0 1px 0 #ffffff;
  218. background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 ));
  219. background-image: -webkit-linear-gradient( #f6f6f6, #e0e0e0 );
  220. background-image: -moz-linear-gradient( #f6f6f6, #e0e0e0 );
  221. background-image: -ms-linear-gradient( #f6f6f6, #e0e0e0 );
  222. background-image: -o-linear-gradient( #f6f6f6, #e0e0e0 );
  223. background-image: linear-gradient( #f6f6f6, #e0e0e0 );
  224. }
  225. .ui-btn-hover-b:visited, .ui-btn-hover-b:hover, .ui-btn-hover-b a.ui-link-inherit {
  226. color: #2F3E46;
  227. }
  228. .ui-btn-down-b {
  229. border: 1px solid #bbbbbb;
  230. background: #d6d6d6;
  231. font-weight: bold;
  232. color: #2F3E46;
  233. text-shadow: 0 1px 0 #ffffff;
  234. background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 ), to( #dfdfdf ));
  235. background-image: -webkit-linear-gradient( #d0d0d0, #dfdfdf );
  236. background-image: -moz-linear-gradient( #d0d0d0, #dfdfdf );
  237. background-image: -ms-linear-gradient( #d0d0d0, #dfdfdf );
  238. background-image: -o-linear-gradient( #d0d0d0, #dfdfdf );
  239. background-image: linear-gradient( #d0d0d0, #dfdfdf );
  240. }
  241. .ui-btn-down-b:visited, .ui-btn-down-b:hover, .ui-btn-down-b a.ui-link-inherit {
  242. color: #2F3E46;
  243. }
  244. .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b {
  245. font-family: Helvetica, Arial, sans-serif;
  246. text-decoration: none;
  247. }
  248. .ui-bar-c {
  249. border: 1px solid #B3B3B3;
  250. background: #eeeeee;
  251. color: #3E3E3E;
  252. font-weight: bold;
  253. text-shadow: 0 1px 1px #ffffff;
  254. background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 ), to( #dddddd ));
  255. background-image: -webkit-linear-gradient( #f0f0f0, #dddddd );
  256. background-image: -moz-linear-gradient( #f0f0f0, #dddddd );
  257. background-image: -ms-linear-gradient( #f0f0f0, #dddddd );
  258. background-image: -o-linear-gradient( #f0f0f0, #dddddd );
  259. background-image: linear-gradient( #f0f0f0, #dddddd );
  260. }
  261. .ui-bar-c .ui-link-inherit {
  262. color: #3E3E3E;
  263. }
  264. .ui-bar-c a.ui-link {
  265. color: #7cc4e7;
  266. font-weight: bold;
  267. }
  268. .ui-bar-c a.ui-link:visited {
  269. color: #2489CE;
  270. }
  271. .ui-bar-c a.ui-link:hover {
  272. color: #2489CE;
  273. }
  274. .ui-bar-c a.ui-link:active {
  275. color: #2489CE;
  276. }
  277. .ui-bar-c, .ui-bar-c input, .ui-bar-c select, .ui-bar-c textarea, .ui-bar-c button {
  278. font-family: Helvetica, Arial, sans-serif;
  279. }
  280. .ui-body-c, .ui-overlay-c {
  281. border: 1px solid #aaaaaa;
  282. color: #333333;
  283. text-shadow: 0 1px 0 #ffffff;
  284. background: #f9f9f9;
  285. background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 ), to( #eeeeee ));
  286. background-image: -webkit-linear-gradient( #f9f9f9, #eeeeee );
  287. background-image: -moz-linear-gradient( #f9f9f9, #eeeeee );
  288. background-image: -ms-linear-gradient( #f9f9f9, #eeeeee );
  289. background-image: -o-linear-gradient( #f9f9f9, #eeeeee );
  290. background-image: linear-gradient( #f9f9f9, #eeeeee );
  291. }
  292. .ui-overlay-c {
  293. background-image: none;
  294. border-width: 0;
  295. }
  296. .ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button {
  297. font-family: Helvetica, Arial, sans-serif;
  298. }
  299. .ui-body-c .ui-link-inherit {
  300. color: #333333;
  301. }
  302. .ui-body-c .ui-link {
  303. color: #2489CE;
  304. font-weight: bold;
  305. }
  306. .ui-body-c .ui-link:visited {
  307. color: #2489CE;
  308. }
  309. .ui-body-c .ui-link:hover {
  310. color: #2489CE;
  311. }
  312. .ui-body-c .ui-link:active {
  313. color: #2489CE;
  314. }
  315. .ui-btn-up-c {
  316. border: 1px solid #cccccc;
  317. background: #eeeeee;
  318. font-weight: bold;
  319. color: #2F3E46;
  320. text-shadow: 0 1px 0 #ffffff;
  321. background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
  322. background-image: -webkit-linear-gradient( #ffffff, #f1f1f1 );
  323. background-image: -moz-linear-gradient( #ffffff, #f1f1f1 );
  324. background-image: -ms-linear-gradient( #ffffff, #f1f1f1 );
  325. background-image: -o-linear-gradient( #ffffff, #f1f1f1 );
  326. background-image: linear-gradient( #ffffff, #f1f1f1 );
  327. }
  328. .ui-btn-up-c:visited, .ui-btn-up-c a.ui-link-inherit {
  329. color: #2F3E46;
  330. }
  331. .ui-btn-hover-c {
  332. border: 1px solid #bbbbbb ;
  333. background: #dfdfdf;
  334. font-weight: bold;
  335. color: #2F3E46;
  336. text-shadow: 0 1px 0 #ffffff;
  337. background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 ));
  338. background-image: -webkit-linear-gradient( #f6f6f6, #e0e0e0 );
  339. background-image: -moz-linear-gradient( #f6f6f6, #e0e0e0 );
  340. background-image: -ms-linear-gradient( #f6f6f6, #e0e0e0 );
  341. background-image: -o-linear-gradient( #f6f6f6, #e0e0e0 );
  342. background-image: linear-gradient( #f6f6f6, #e0e0e0 );
  343. }
  344. .ui-btn-hover-c:visited, .ui-btn-hover-c:hover, .ui-btn-hover-c a.ui-link-inherit {
  345. color: #2F3E46;
  346. }
  347. .ui-btn-down-c {
  348. border: 1px solid #bbbbbb;
  349. background: #d6d6d6;
  350. font-weight: bold;
  351. color: #2F3E46;
  352. text-shadow: 0 1px 0 #ffffff;
  353. background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 ), to( #dfdfdf ));
  354. background-image: -webkit-linear-gradient( #d0d0d0, #dfdfdf );
  355. background-image: -moz-linear-gradient( #d0d0d0, #dfdfdf );
  356. background-image: -ms-linear-gradient( #d0d0d0, #dfdfdf );
  357. background-image: -o-linear-gradient( #d0d0d0, #dfdfdf );
  358. background-image: linear-gradient( #d0d0d0, #dfdfdf );
  359. }
  360. .ui-btn-down-c:visited, .ui-btn-down-c:hover, .ui-btn-down-c a.ui-link-inherit {
  361. color: #2F3E46;
  362. }
  363. .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c {
  364. font-family: Helvetica, Arial, sans-serif;
  365. text-decoration: none;
  366. }
  367. a.ui-link-inherit {
  368. text-decoration: none !important;
  369. }
  370. .ui-btn-active {
  371. border: 1px solid #b9252a;
  372. background: #b9252a;
  373. font-weight: bold;
  374. color: #ffffff;
  375. cursor: pointer;
  376. text-shadow: 0 1px 1px #444444;
  377. text-decoration: none;
  378. background-image: -webkit-gradient(linear, left top, left bottom, from( #cb282e ), to( #a62125 ));
  379. background-image: -webkit-linear-gradient( #cb282e, #a62125 );
  380. background-image: -moz-linear-gradient( #cb282e, #a62125 );
  381. background-image: -ms-linear-gradient( #cb282e, #a62125 );
  382. background-image: -o-linear-gradient( #cb282e, #a62125 );
  383. background-image: linear-gradient( #cb282e, #a62125 );
  384. font-family: Helvetica, Arial, sans-serif;
  385. }
  386. .ui-btn-active:visited, .ui-btn-active:hover, .ui-btn-active a.ui-link-inherit {
  387. color: #ffffff;
  388. }
  389. .ui-btn-inner {
  390. border-top: 1px solid #fff;
  391. border-color: rgba(255, 255, 255, .3);
  392. }
  393. .ui-corner-tl {
  394. -moz-border-radius-topleft: .6em;
  395. -webkit-border-top-left-radius: .6em;
  396. border-top-left-radius: .6em;
  397. }
  398. .ui-corner-tr {
  399. -moz-border-radius-topright: .6em;
  400. -webkit-border-top-right-radius: .6em;
  401. border-top-right-radius: .6em;
  402. }
  403. .ui-corner-bl {
  404. -moz-border-radius-bottomleft: .6em;
  405. -webkit-border-bottom-left-radius: .6em;
  406. border-bottom-left-radius: .6em;
  407. }
  408. .ui-corner-br {
  409. -moz-border-radius-bottomright: .6em;
  410. -webkit-border-bottom-right-radius: .6em;
  411. border-bottom-right-radius: .6em;
  412. }
  413. .ui-corner-top {
  414. -moz-border-radius-topleft: .6em;
  415. -webkit-border-top-left-radius: .6em;
  416. border-top-left-radius: .6em;
  417. -moz-border-radius-topright: .6em;
  418. -webkit-border-top-right-radius: .6em;
  419. border-top-right-radius: .6em;
  420. }
  421. .ui-corner-bottom {
  422. -moz-border-radius-bottomleft: .6em;
  423. -webkit-border-bottom-left-radius: .6em;
  424. border-bottom-left-radius: .6em;
  425. -moz-border-radius-bottomright: .6em;
  426. -webkit-border-bottom-right-radius: .6em;
  427. border-bottom-right-radius: .6em;
  428. }
  429. .ui-corner-right {
  430. -moz-border-radius-topright: .6em;
  431. -webkit-border-top-right-radius: .6em;
  432. border-top-right-radius: .6em;
  433. -moz-border-radius-bottomright: .6em;
  434. -webkit-border-bottom-right-radius: .6em;
  435. border-bottom-right-radius: .6em;
  436. }
  437. .ui-corner-left {
  438. -moz-border-radius-topleft: .6em;
  439. -webkit-border-top-left-radius: .6em;
  440. border-top-left-radius: .6em;
  441. -moz-border-radius-bottomleft: .6em;
  442. -webkit-border-bottom-left-radius: .6em;
  443. border-bottom-left-radius: .6em;
  444. }
  445. .ui-corner-all {
  446. -moz-border-radius: .6em;
  447. -webkit-border-radius: .6em;
  448. border-radius: .6em;
  449. }
  450. .ui-corner-none {
  451. -moz-border-radius: 0;
  452. -webkit-border-radius: 0;
  453. border-radius: 0;
  454. }
  455. .ui-br {
  456. border-bottom: rgb(130, 130, 130);
  457. border-bottom: rgba(130, 130, 130, .3);
  458. border-bottom-width: 1px;
  459. border-bottom-style: solid;
  460. }
  461. .ui-disabled {
  462. opacity: .3;
  463. }
  464. .ui-disabled, .ui-disabled a {
  465. cursor: default !important;
  466. pointer-events: none;
  467. }
  468. .ui-disabled .ui-btn-text {
  469. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  470. filter: alpha(opacity=30);
  471. zoom: 1;
  472. }
  473. .ui-icon, .ui-icon-searchfield:after {
  474. background: #666666;
  475. background: rgba(0, 0, 0, .4);
  476. background-image: url(images/icons-18-white.png);
  477. background-repeat: no-repeat;
  478. -moz-border-radius: 9px;
  479. -webkit-border-radius: 9px;
  480. border-radius: 9px;
  481. }
  482. .ui-icon-alt {
  483. background: #fff;
  484. background: rgba(255, 255, 255, .3);
  485. background-image: url(images/icons-18-black.png);
  486. background-repeat: no-repeat;
  487. }
  488. @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-resolution:240dpi) {
  489. .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r, .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check, .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back, .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield: after, .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
  490. background-image: url(images/icons-36-white.png);
  491. -moz-background-size: 776px 18px;
  492. -o-background-size: 776px 18px;
  493. -webkit-background-size: 776px 18px;
  494. background-size: 776px 18px;
  495. }
  496. .ui-icon-alt {
  497. background-image: url(images/icons-36-black.png);
  498. }
  499. }
  500. .ui-icon-plus {
  501. background-position: -0 50%;
  502. }
  503. .ui-icon-minus {
  504. background-position: -36px 50%;
  505. }
  506. .ui-icon-delete {
  507. background-position: -72px 50%;
  508. }
  509. .ui-icon-arrow-r {
  510. background-position: -108px 50%;
  511. }
  512. .ui-icon-arrow-l {
  513. background-position: -144px 50%;
  514. }
  515. .ui-icon-arrow-u {
  516. background-position: -180px 50%;
  517. }
  518. .ui-icon-arrow-d {
  519. background-position: -216px 50%;
  520. }
  521. .ui-icon-check {
  522. background-position: -252px 50%;
  523. }
  524. .ui-icon-gear {
  525. background-position: -288px 50%;
  526. }
  527. .ui-icon-refresh {
  528. background-position: -324px 50%;
  529. }
  530. .ui-icon-forward {
  531. background-position: -360px 50%;
  532. }
  533. .ui-icon-back {
  534. background-position: -396px 50%;
  535. }
  536. .ui-icon-grid {
  537. background-position: -432px 50%;
  538. }
  539. .ui-icon-star {
  540. background-position: -468px 50%;
  541. }
  542. .ui-icon-alert {
  543. background-position: -504px 50%;
  544. }
  545. .ui-icon-info {
  546. background-position: -540px 50%;
  547. }
  548. .ui-icon-home {
  549. background-position: -576px 50%;
  550. }
  551. .ui-icon-search, .ui-icon-searchfield:after {
  552. background-position: -612px 50%;
  553. }
  554. .ui-icon-checkbox-off {
  555. background-position: -684px 50%;
  556. }
  557. .ui-icon-checkbox-on {
  558. background-position: -648px 50%;
  559. }
  560. .ui-icon-radio-off {
  561. background-position: -756px 50%;
  562. }
  563. .ui-icon-radio-on {
  564. background-position: -720px 50%;
  565. }
  566. .ui-checkbox .ui-icon {
  567. -moz-border-radius: 3px;
  568. -webkit-border-radius: 3px;
  569. border-radius: 3px;
  570. }
  571. .ui-icon-checkbox-off, .ui-icon-radio-off {
  572. background-color: transparent;
  573. }
  574. .ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {
  575. background-color: #b9252a;
  576. }
  577. .ui-icon-loading {
  578. background: url(images/ajax-loader.gif);
  579. background-size: 46px 46px;
  580. }
  581. .ui-btn-corner-tl {
  582. -moz-border-radius-topleft: 1em;
  583. -webkit-border-top-left-radius: 1em;
  584. border-top-left-radius: 1em;
  585. }
  586. .ui-btn-corner-tr {
  587. -moz-border-radius-topright: 1em;
  588. -webkit-border-top-right-radius: 1em;
  589. border-top-right-radius: 1em;
  590. }
  591. .ui-btn-corner-bl {
  592. -moz-border-radius-bottomleft: 1em;
  593. -webkit-border-bottom-left-radius: 1em;
  594. border-bottom-left-radius: 1em;
  595. }
  596. .ui-btn-corner-br {
  597. -moz-border-radius-bottomright: 1em;
  598. -webkit-border-bottom-right-radius: 1em;
  599. border-bottom-right-radius: 1em;
  600. }
  601. .ui-btn-corner-top {
  602. -moz-border-radius-topleft: 1em;
  603. -webkit-border-top-left-radius: 1em;
  604. border-top-left-radius: 1em;
  605. -moz-border-radius-topright: 1em;
  606. -webkit-border-top-right-radius: 1em;
  607. border-top-right-radius: 1em;
  608. }
  609. .ui-btn-corner-bottom {
  610. -moz-border-radius-bottomleft: 1em;
  611. -webkit-border-bottom-left-radius: 1em;
  612. border-bottom-left-radius: 1em;
  613. -moz-border-radius-bottomright: 1em;
  614. -webkit-border-bottom-right-radius: 1em;
  615. border-bottom-right-radius: 1em;
  616. }
  617. .ui-btn-corner-right {
  618. -moz-border-radius-topright: 1em;
  619. -webkit-border-top-right-radius: 1em;
  620. border-top-right-radius: 1em;
  621. -moz-border-radius-bottomright: 1em;
  622. -webkit-border-bottom-right-radius: 1em;
  623. border-bottom-right-radius: 1em;
  624. }
  625. .ui-btn-corner-left {
  626. -moz-border-radius-topleft: 1em;
  627. -webkit-border-top-left-radius: 1em;
  628. border-top-left-radius: 1em;
  629. -moz-border-radius-bottomleft: 1em;
  630. -webkit-border-bottom-left-radius: 1em;
  631. border-bottom-left-radius: 1em;
  632. }
  633. .ui-btn-corner-all {
  634. -moz-border-radius: 1em;
  635. -webkit-border-radius: 1em;
  636. border-radius: 1em;
  637. }
  638. .ui-corner-tl, .ui-corner-tr, .ui-corner-bl, .ui-corner-br, .ui-corner-top, .ui-corner-bottom, .ui-corner-right, .ui-corner-left, .ui-corner-all, .ui-btn-corner-tl, .ui-btn-corner-tr, .ui-btn-corner-bl, .ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom, .ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
  639. -webkit-background-clip: padding-box;
  640. -moz-background-clip: padding;
  641. background-clip: padding-box;
  642. }
  643. .ui-overlay {
  644. background: #666;
  645. opacity: .5;
  646. filter: Alpha(Opacity=50);
  647. position: absolute;
  648. width: 100%;
  649. height: 100%;
  650. }
  651. .ui-overlay-shadow {
  652. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  653. -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  654. box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  655. }
  656. .ui-shadow {
  657. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
  658. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
  659. box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
  660. }
  661. .ui-bar-a .ui-shadow, .ui-bar-b .ui-shadow, .ui-bar-c .ui-shadow {
  662. -moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
  663. -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
  664. box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
  665. }
  666. .ui-shadow-inset {
  667. -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
  668. -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
  669. box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
  670. }
  671. .ui-icon-shadow {
  672. -moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4);
  673. -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4);
  674. box-shadow: 0px 1px 0 rgba(255, 255, 255, .4);
  675. }
  676. .ui-btn:focus, .ui-link-inherit:focus {
  677. outline: 0;
  678. }
  679. .ui-btn.ui-focus {
  680. z-index: 1;
  681. }
  682. .ui-focus, .ui-btn:focus {
  683. -moz-box-shadow: inset 0px 0px 3px #b9252a, 0px 0px 9px #b9252a;
  684. -webkit-box-shadow: inset 0px 0px 3px #b9252a, 0px 0px 9px #b9252a;
  685. box-shadow: inset 0px 0px 3px #b9252a, 0px 0px 9px #b9252a;
  686. }
  687. .ui-input-text.ui-focus, .ui-input-search.ui-focus {
  688. -moz-box-shadow: 0px 0px 12px #b9252a;
  689. -webkit-box-shadow: 0px 0px 12px #b9252a;
  690. box-shadow: 0px 0px 12px #b9252a;
  691. }
  692. .ui-mobile-nosupport-boxshadow * {
  693. -moz-box-shadow: none !important;
  694. -webkit-box-shadow: none !important;
  695. box-shadow: none !important;
  696. }
  697. .ui-mobile-nosupport-boxshadow .ui-focus, .ui-mobile-nosupport-boxshadow .ui-btn:focus, .ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
  698. outline-width: 1px;
  699. outline-style: auto;
  700. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement