PageRenderTime 58ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/js/jquery.mobile-1.0a3/jquery.mobile-1.0a3.css

http://github.com/spotweb/spotweb
CSS | 1652 lines | 1353 code | 135 blank | 164 comment | 0 complexity | 9c2d91371c501ad1891cd2dd693fe870 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0, Apache-2.0, LGPL-3.0

Large files files are truncated, but you can click here to view the full file

  1. /*!
  2. * jQuery Mobile v1.0a3
  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. /* A
  16. -----------------------------------------------------------------------------------------------------------*/
  17. .ui-bar-a {
  18. border: 1px solid #2A2A2A;
  19. background: #111111;
  20. color: #ffffff;
  21. font-weight: bold;
  22. text-shadow: 0 -1px 1px #000000;
  23. background-image: -moz-linear-gradient(top,
  24. #3c3c3c,
  25. #111111);
  26. background-image: -webkit-gradient(linear,left top,left bottom,
  27. color-stop(0, #3c3c3c),
  28. color-stop(1, #111111));
  29. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c', EndColorStr='#111111')";
  30. }
  31. .ui-bar-a,
  32. .ui-bar-a input,
  33. .ui-bar-a select,
  34. .ui-bar-a textarea,
  35. .ui-bar-a button {
  36. font-family: Helvetica, Arial, sans-serif;
  37. }
  38. .ui-bar-a .ui-link-inherit {
  39. color: #fff;
  40. }
  41. .ui-bar-a .ui-link {
  42. color: #7cc4e7;
  43. font-weight: bold;
  44. }
  45. .ui-body-a {
  46. border: 1px solid #2A2A2A;
  47. background: #222222;
  48. color: #fff;
  49. text-shadow: 0 1px 0 #000;
  50. font-weight: normal;
  51. background-image: -moz-linear-gradient(top,
  52. #666666,
  53. #222222);
  54. background-image: -webkit-gradient(linear,left top,left bottom,
  55. color-stop(0, #666666),
  56. color-stop(1, #222222));
  57. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#222222)')";
  58. }
  59. .ui-body-a,
  60. .ui-body-a input,
  61. .ui-body-a select,
  62. .ui-body-a textarea,
  63. .ui-body-a button {
  64. font-family: Helvetica, Arial, sans-serif;
  65. }
  66. .ui-body-a .ui-link-inherit {
  67. color: #fff;
  68. }
  69. .ui-body-a .ui-link {
  70. color: #2489CE;
  71. font-weight: bold;
  72. }
  73. .ui-br {
  74. border-bottom: 1px solid rgba(130,130,130,.3);
  75. }
  76. .ui-btn-up-a {
  77. border: 1px solid #222;
  78. background: #333333;
  79. font-weight: bold;
  80. color: #fff;
  81. cursor: pointer;
  82. text-shadow: 0 -1px 1px #000;
  83. text-decoration: none;
  84. background-image: -moz-linear-gradient(top,
  85. #555555,
  86. #333333);
  87. background-image: -webkit-gradient(linear,left top,left bottom,
  88. color-stop(0, #555555),
  89. color-stop(1, #333333));
  90. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')";
  91. }
  92. .ui-btn-up-a a.ui-link-inherit {
  93. color: #fff;
  94. }
  95. .ui-btn-hover-a {
  96. border: 1px solid #000;
  97. background: #444444;
  98. font-weight: bold;
  99. color: #fff;
  100. text-shadow: 0 -1px 1px #000;
  101. text-decoration: none;
  102. background-image: -moz-linear-gradient(top,
  103. #666666,
  104. #444444);
  105. background-image: -webkit-gradient(linear,left top,left bottom,
  106. color-stop(0, #666666),
  107. color-stop(1, #444444));
  108. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#444444')";
  109. }
  110. .ui-btn-hover-a a.ui-link-inherit {
  111. color: #fff;
  112. }
  113. .ui-btn-down-a {
  114. border: 1px solid #000;
  115. background: #3d3d3d;
  116. font-weight: bold;
  117. color: #fff;
  118. text-shadow: 0 -1px 1px #000;
  119. background-image: -moz-linear-gradient(top,
  120. #333333,
  121. #5a5a5a);
  122. background-image: -webkit-gradient(linear,left top,left bottom,
  123. color-stop(0, #333333),
  124. color-stop(1, #5a5a5a));
  125. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#5a5a5a')";
  126. }
  127. .ui-btn-down-a a.ui-link-inherit {
  128. color: #fff;
  129. }
  130. .ui-btn-up-a,
  131. .ui-btn-hover-a,
  132. .ui-btn-down-a {
  133. font-family: Helvetica, Arial, sans-serif;
  134. }
  135. /* B
  136. -----------------------------------------------------------------------------------------------------------*/
  137. .ui-bar-b {
  138. border: 1px solid #456f9a;
  139. background: #5e87b0;
  140. color: #fff;
  141. font-weight: bold;
  142. text-shadow: 0 -1px 1px #254f7a;
  143. background-image: -moz-linear-gradient(top,
  144. #81a8ce,
  145. #5e87b0);
  146. background-image: -webkit-gradient(linear,left top,left bottom,
  147. color-stop(0, #81a8ce),
  148. color-stop(1, #5e87b0));
  149. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')";
  150. }
  151. .ui-bar-b,
  152. .ui-bar-b input,
  153. .ui-bar-b select,
  154. .ui-bar-b textarea,
  155. .ui-bar-b button {
  156. font-family: Helvetica, Arial, sans-serif;
  157. }
  158. .ui-bar-b .ui-link-inherit {
  159. color: #fff;
  160. }
  161. .ui-bar-b .ui-link {
  162. color: #7cc4e7;
  163. font-weight: bold;
  164. }
  165. .ui-body-b {
  166. border: 1px solid #C6C6C6;
  167. background: #cccccc;
  168. color: #333333;
  169. text-shadow: 0 1px 0 #fff;
  170. font-weight: normal;
  171. background-image: -moz-linear-gradient(top,
  172. #e6e6e6,
  173. #cccccc);
  174. background-image: -webkit-gradient(linear,left top,left bottom,
  175. color-stop(0, #e6e6e6),
  176. color-stop(1, #cccccc));
  177. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#cccccc')";
  178. }
  179. .ui-body-b,
  180. .ui-body-b input,
  181. .ui-body-b select,
  182. .ui-body-b textarea,
  183. .ui-body-b button {
  184. font-family: Helvetica, Arial, sans-serif;
  185. }
  186. .ui-body-b .ui-link-inherit {
  187. color: #333333;
  188. }
  189. .ui-body-b .ui-link {
  190. color: #2489CE;
  191. font-weight: bold;
  192. }
  193. .ui-btn-up-b {
  194. border: 1px solid #145072;
  195. background: #2567ab;
  196. font-weight: bold;
  197. color: #fff;
  198. cursor: pointer;
  199. text-shadow: 0 -1px 1px #145072;
  200. text-decoration: none;
  201. background-image: -moz-linear-gradient(top,
  202. #4e89c5,
  203. #2567ab);
  204. background-image: -webkit-gradient(linear,left top,left bottom,
  205. color-stop(0, #5f9cc5),
  206. color-stop(1, #396b9e));
  207. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e89c5', EndColorStr='#2567ab')";
  208. }
  209. .ui-btn-up-b a.ui-link-inherit {
  210. color: #fff;
  211. }
  212. .ui-btn-hover-b {
  213. border: 1px solid #00516e;
  214. background: #4b88b6;
  215. font-weight: bold;
  216. color: #fff;
  217. text-shadow: 0 -1px 1px #014D68;
  218. background-image: -moz-linear-gradient(top,
  219. #72b0d4,
  220. #4b88b6);
  221. text-decoration: none;
  222. background-image: -webkit-gradient(linear,left top,left bottom,
  223. color-stop(0, #72b0d4),
  224. color-stop(1, #4b88b6));
  225. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72b0d4', EndColorStr='#4b88b6')";
  226. }
  227. .ui-btn-hover-b a.ui-link-inherit {
  228. color: #fff;
  229. }
  230. .ui-btn-down-b {
  231. border: 1px solid #225377;
  232. background: #4e89c5;
  233. font-weight: bold;
  234. color: #fff;
  235. text-shadow: 0 -1px 1px #225377;
  236. background-image: -moz-linear-gradient(top,
  237. #396b9e,
  238. #4e89c5);
  239. background-image: -webkit-gradient(linear,left top,left bottom,
  240. color-stop(0, #396b9e),
  241. color-stop(1, #4e89c5));
  242. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#396b9e', EndColorStr='#4e89c5')";
  243. }
  244. .ui-btn-down-b a.ui-link-inherit {
  245. color: #fff;
  246. }
  247. .ui-btn-up-b,
  248. .ui-btn-hover-b,
  249. .ui-btn-down-b {
  250. font-family: Helvetica, Arial, sans-serif;
  251. }
  252. /* C
  253. -----------------------------------------------------------------------------------------------------------*/
  254. .ui-bar-c {
  255. border: 1px solid #B3B3B3;
  256. background: #e9eaeb;
  257. color: #3E3E3E;
  258. font-weight: bold;
  259. text-shadow: 0 1px 1px #fff;
  260. background-image: -moz-linear-gradient(top,
  261. #f0f0f0,
  262. #e9eaeb);
  263. background-image: -webkit-gradient(linear,left top,left bottom,
  264. color-stop(0, #f0f0f0),
  265. color-stop(1, #e9eaeb));
  266. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#e9eaeb')";
  267. }
  268. .ui-bar-c,
  269. .ui-bar-c input,
  270. .ui-bar-c select,
  271. .ui-bar-c textarea,
  272. .ui-bar-c button {
  273. font-family: Helvetica, Arial, sans-serif;
  274. }
  275. .ui-body-c {
  276. border: 1px solid #B3B3B3;
  277. color: #333333;
  278. text-shadow: 0 1px 0 #fff;
  279. background: #f0f0f0;
  280. background-image: -moz-linear-gradient(top,
  281. #eeeeee,
  282. #dddddd);
  283. background-image: -webkit-gradient(linear,left top,left bottom,
  284. color-stop(0, #eeeeee),
  285. color-stop(1, #dddddd));
  286. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#dddddd')";
  287. }
  288. .ui-body-c,
  289. .ui-body-c input,
  290. .ui-body-c select,
  291. .ui-body-c textarea,
  292. .ui-body-c button {
  293. font-family: Helvetica, Arial, sans-serif;
  294. }
  295. .ui-body-c .ui-link-inherit {
  296. color: #333333;
  297. }
  298. .ui-body-c .ui-link {
  299. color: #2489CE;
  300. font-weight: bold;
  301. }
  302. .ui-btn-up-c {
  303. border: 1px solid #ccc;
  304. background: #eee;
  305. font-weight: bold;
  306. color: #444;
  307. cursor: pointer;
  308. text-shadow: 0 1px 1px #f6f6f6;
  309. text-decoration: none;
  310. background-image: -moz-linear-gradient(top,
  311. #fefefe,
  312. #eeeeee);
  313. background-image: -webkit-gradient(linear,left top,left bottom,
  314. color-stop(0, #fdfdfd),
  315. color-stop(1, #eeeeee));
  316. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
  317. }
  318. .ui-btn-up-c a.ui-link-inherit {
  319. color: #2F3E46;
  320. }
  321. .ui-btn-hover-c {
  322. border: 1px solid #bbb;
  323. background: #dadada;
  324. font-weight: bold;
  325. color: #101010;
  326. text-decoration: none;
  327. text-shadow: 0 1px 1px #fff;
  328. background-image: -moz-linear-gradient(top,
  329. #ededed,
  330. #dadada);
  331. background-image: -webkit-gradient(linear,left top,left bottom,
  332. color-stop(0, #ededed),
  333. color-stop(1, #dadada));
  334. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')";
  335. }
  336. .ui-btn-hover-c a.ui-link-inherit {
  337. color: #2F3E46;
  338. }
  339. .ui-btn-down-c {
  340. border: 1px solid #808080;
  341. background: #fdfdfd;
  342. font-weight: bold;
  343. color: #111111;
  344. text-shadow: 0 1px 1px #ffffff;
  345. background-image: -moz-linear-gradient(top,
  346. #eeeeee,
  347. #fdfdfd);
  348. background-image: -webkit-gradient(linear,left top,left bottom,
  349. color-stop(0, #eeeeee),
  350. color-stop(1, #fdfdfd));
  351. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#fdfdfd')";
  352. }
  353. .ui-btn-down-c a.ui-link-inherit {
  354. color: #2F3E46;
  355. }
  356. .ui-btn-up-c,
  357. .ui-btn-hover-c,
  358. .ui-btn-down-c {
  359. font-family: Helvetica, Arial, sans-serif;
  360. }
  361. /* D
  362. -----------------------------------------------------------------------------------------------------------*/
  363. .ui-bar-d {
  364. border: 1px solid #ccc;
  365. background: #bbb;
  366. color: #333;
  367. text-shadow: 0 1px 0 #eee;
  368. background-image: -moz-linear-gradient(top,
  369. #ddd,
  370. #bbb);
  371. background-image: -webkit-gradient(linear,left top,left bottom,
  372. color-stop(0, #ddd),
  373. color-stop(1, #bbb));
  374. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
  375. }
  376. .ui-bar-d,
  377. .ui-bar-d input,
  378. .ui-bar-d select,
  379. .ui-bar-d textarea,
  380. .ui-bar-d button {
  381. font-family: Helvetica, Arial, sans-serif;
  382. }
  383. .ui-bar-d .ui-link-inherit {
  384. color: #333;
  385. }
  386. .ui-bar-d .ui-link {
  387. color: #2489CE;
  388. font-weight: bold;
  389. }
  390. .ui-body-d {
  391. border: 1px solid #ccc;
  392. color: #333333;
  393. text-shadow: 0 1px 0 #fff;
  394. background: #ffffff;
  395. }
  396. .ui-body-d,
  397. .ui-body-d input,
  398. .ui-body-d select,
  399. .ui-body-d textarea,
  400. .ui-body-d button {
  401. font-family: Helvetica, Arial, sans-serif;
  402. }
  403. .ui-body-d .ui-link-inherit {
  404. color: #333333;
  405. }
  406. .ui-body-d .ui-link {
  407. color: #2489CE;
  408. font-weight: bold;
  409. }
  410. .ui-btn-up-d {
  411. border: 1px solid #ccc;
  412. background: #fff;
  413. font-weight: bold;
  414. color: #444;
  415. text-decoration: none;
  416. text-shadow: 0 1px 1px #fff;
  417. }
  418. .ui-btn-up-d a.ui-link-inherit {
  419. color: #333;
  420. }
  421. .ui-btn-hover-d {
  422. border: 1px solid #aaa;
  423. background: #eeeeee;
  424. font-weight: bold;
  425. color: #222;
  426. cursor: pointer;
  427. text-shadow: 0 1px 1px #fff;
  428. text-decoration: none;
  429. background-image: -moz-linear-gradient(top,
  430. #fdfdfd,
  431. #eeeeee);
  432. background-image: -webkit-gradient(linear,left top,left bottom,
  433. color-stop(0, #fdfdfd),
  434. color-stop(1, #eeeeee));
  435. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
  436. }
  437. .ui-btn-hover-d a.ui-link-inherit {
  438. color: #222;
  439. }
  440. .ui-btn-down-d {
  441. border: 1px solid #aaaaaa;
  442. background: #ffffff;
  443. font-weight: bold;
  444. color: #111;
  445. text-shadow: 0 1px 1px #ffffff;
  446. background-image: -moz-linear-gradient(top,
  447. #eeeeee,
  448. #ffffff);
  449. background-image: -webkit-gradient(linear,left top,left bottom,
  450. color-stop(0, #eeeeee),
  451. color-stop(1, #ffffff));
  452. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
  453. }
  454. .ui-btn-down-d a.ui-link-inherit {
  455. border: 1px solid #808080;
  456. background: #ced0d2;
  457. font-weight: bold;
  458. color: #111;
  459. text-shadow: none;
  460. background-image: -moz-linear-gradient(top,
  461. #cccccc,
  462. #eeeeee);
  463. background-image: -webkit-gradient(linear,left top,left bottom,
  464. color-stop(0, #cccccc),
  465. color-stop(1, #eeeeee));
  466. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
  467. }
  468. .ui-btn-up-d,
  469. .ui-btn-hover-d,
  470. .ui-btn-down-d {
  471. font-family: Helvetica, Arial, sans-serif;
  472. }
  473. /* E
  474. -----------------------------------------------------------------------------------------------------------*/
  475. .ui-bar-e {
  476. border: 1px solid #F7C942;
  477. background: #fadb4e;
  478. color: #333;
  479. text-shadow: 0 1px 0 #fff;
  480. background-image: -moz-linear-gradient(top,
  481. #fceda7,
  482. #fadb4e);
  483. background-image: -webkit-gradient(linear,left top,left bottom,
  484. color-stop(0, #fceda7),
  485. color-stop(1, #fadb4e));
  486. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')";
  487. }
  488. .ui-bar-e,
  489. .ui-bar-e input,
  490. .ui-bar-e select,
  491. .ui-bar-e textarea,
  492. .ui-bar-d button {
  493. font-family: Helvetica, Arial, sans-serif;
  494. }
  495. .ui-bar-e .ui-link-inherit {
  496. color: #333;
  497. }
  498. .ui-bar-e .ui-link {
  499. color: #2489CE;
  500. font-weight: bold;
  501. }
  502. .ui-body-e {
  503. border: 1px solid #F7C942;
  504. color: #333333;
  505. text-shadow: 0 1px 0 #fff;
  506. background: #faeb9e;
  507. background-image: -moz-linear-gradient(top,
  508. #fff,
  509. #faeb9e);
  510. background-image: -webkit-gradient(linear,left top,left bottom,
  511. color-stop(0, #fff),
  512. color-stop(1, #faeb9e));
  513. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#faeb9e')";
  514. }
  515. .ui-body-e,
  516. .ui-body-e input,
  517. .ui-body-e select,
  518. .ui-body-e textarea,
  519. .ui-body-e button {
  520. font-family: Helvetica, Arial, sans-serif;
  521. }
  522. .ui-body-e .ui-link-inherit {
  523. color: #333333;
  524. }
  525. .ui-body-e .ui-link {
  526. color: #2489CE;
  527. font-weight: bold;
  528. }
  529. .ui-btn-up-e {
  530. border: 1px solid #F7C942;
  531. background: #fadb4e;
  532. font-weight: bold;
  533. color: #333;
  534. cursor: pointer;
  535. text-shadow: 0 1px 1px #fe3;
  536. text-decoration: none;
  537. text-shadow: 0 1px 0 #fff;
  538. background-image: -moz-linear-gradient(top,
  539. #fceda7,
  540. #fadb4e);
  541. background-image: -webkit-gradient(linear,left top,left bottom,
  542. color-stop(0, #fceda7),
  543. color-stop(1, #fadb4e));
  544. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')";
  545. }
  546. .ui-btn-up-e a.ui-link-inherit {
  547. color: #333;
  548. }
  549. .ui-btn-hover-e {
  550. border: 1px solid #e79952;
  551. background: #fbe26f;
  552. font-weight: bold;
  553. color: #111;
  554. text-decoration: none;
  555. text-shadow: 0 1px 1px #fff;
  556. background-image: -moz-linear-gradient(top,
  557. #fcf0b5,
  558. #fbe26f);
  559. background-image: -webkit-gradient(linear,left top,left bottom,
  560. color-stop(0, #fcf0b5),
  561. color-stop(1, #fbe26f));
  562. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf0b5', EndColorStr='#fbe26f')";
  563. }
  564. .ui-btn-hover-e a.ui-link-inherit {
  565. color: #333;
  566. }
  567. .ui-btn-down-e {
  568. border: 1px solid #F7C942;
  569. background: #fceda7;
  570. font-weight: bold;
  571. color: #111;
  572. text-shadow: 0 1px 1px #ffffff;
  573. background-image: -moz-linear-gradient(top,
  574. #fadb4e,
  575. #fceda7);
  576. background-image: -webkit-gradient(linear,left top,left bottom,
  577. color-stop(0, #fadb4e),
  578. color-stop(1, #fceda7));
  579. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fadb4e', EndColorStr='#fceda7')";
  580. }
  581. .ui-btn-down-e a.ui-link-inherit {
  582. color: #333;
  583. }
  584. .ui-btn-up-e,
  585. .ui-btn-hover-e,
  586. .ui-btn-down-e {
  587. font-family: Helvetica, Arial, sans-serif;
  588. }
  589. /* links within "buttons"
  590. -----------------------------------------------------------------------------------------------------------*/
  591. a.ui-link-inherit {
  592. text-decoration: none !important;
  593. }
  594. /* Active class used as the "on" state across all themes
  595. -----------------------------------------------------------------------------------------------------------*/
  596. .ui-btn-active {
  597. border: 1px solid #155678;
  598. background: #4596ce;
  599. font-weight: bold;
  600. color: #fff;
  601. cursor: pointer;
  602. text-shadow: 0 -1px 1px #145072;
  603. text-decoration: none;
  604. background-image: -moz-linear-gradient(top,
  605. #85bae4,
  606. #5393c5);
  607. background-image: -webkit-gradient(linear,left top,left bottom,
  608. color-stop(0, #85bae4),
  609. color-stop(1, #5393c5));
  610. -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#85bae4', EndColorStr='#5393c5')";
  611. outline: none;
  612. }
  613. .ui-btn-active a.ui-link-inherit {
  614. color: #fff;
  615. }
  616. /* button inner top highlight
  617. -----------------------------------------------------------------------------------------------------------*/
  618. .ui-btn-inner {
  619. border-top: 1px solid #fff;
  620. border-color: rgba(255,255,255,.3);
  621. }
  622. /* corner rounding classes
  623. -----------------------------------------------------------------------------------------------------------*/
  624. .ui-corner-tl {
  625. -moz-border-radius-topleft: .6em;
  626. -webkit-border-top-left-radius: .6em;
  627. border-top-left-radius: .6em;
  628. }
  629. .ui-corner-tr {
  630. -moz-border-radius-topright: .6em;
  631. -webkit-border-top-right-radius: .6em;
  632. border-top-right-radius: .6em;
  633. }
  634. .ui-corner-bl {
  635. -moz-border-radius-bottomleft: .6em;
  636. -webkit-border-bottom-left-radius: .6em;
  637. border-bottom-left-radius: .6em;
  638. }
  639. .ui-corner-br {
  640. -moz-border-radius-bottomright: .6em;
  641. -webkit-border-bottom-right-radius: .6em;
  642. border-bottom-right-radius: .6em;
  643. }
  644. .ui-corner-top {
  645. -moz-border-radius-topleft: .6em;
  646. -webkit-border-top-left-radius: .6em;
  647. border-top-left-radius: .6em;
  648. -moz-border-radius-topright: .6em;
  649. -webkit-border-top-right-radius: .6em;
  650. border-top-right-radius: .6em;
  651. }
  652. .ui-corner-bottom {
  653. -moz-border-radius-bottomleft: .6em;
  654. -webkit-border-bottom-left-radius: .6em;
  655. border-bottom-left-radius: .6em;
  656. -moz-border-radius-bottomright: .6em;
  657. -webkit-border-bottom-right-radius: .6em;
  658. border-bottom-right-radius: .6em;
  659. }
  660. .ui-corner-right {
  661. -moz-border-radius-topright: .6em;
  662. -webkit-border-top-right-radius: .6em;
  663. border-top-right-radius: .6em;
  664. -moz-border-radius-bottomright: .6em;
  665. -webkit-border-bottom-right-radius: .6em;
  666. border-bottom-right-radius: .6em;
  667. }
  668. .ui-corner-left {
  669. -moz-border-radius-topleft: .6em;
  670. -webkit-border-top-left-radius: .6em;
  671. border-top-left-radius: .6em;
  672. -moz-border-radius-bottomleft: .6em;
  673. -webkit-border-bottom-left-radius: .6em;
  674. border-bottom-left-radius: .6em;
  675. }
  676. .ui-corner-all {
  677. -moz-border-radius: .6em;
  678. -webkit-border-radius: .6em;
  679. border-radius: .6em;
  680. }
  681. /* Interaction cues
  682. -----------------------------------------------------------------------------------------------------------*/
  683. .ui-disabled {
  684. opacity: .3;
  685. }
  686. .ui-disabled,
  687. .ui-disabled a {
  688. cursor: default !important;
  689. }
  690. /* Icons
  691. -----------------------------------------------------------------------------------------------------------*/
  692. .ui-icon {
  693. background-image: url(images/icons-18-white.png);
  694. background-repeat: no-repeat;
  695. background-color: #666;
  696. background-color: rgba(0,0,0,.4);
  697. -moz-border-radius: 9px;
  698. -webkit-border-radius: 9px;
  699. border-radius: 9px;
  700. }
  701. .ui-icon-disc {
  702. background-color: #666;
  703. background-color: rgba(0,0,0,.3);
  704. -moz-border-radius: 9px;
  705. -webkit-border-radius: 9px;
  706. border-radius: 9px;
  707. }
  708. /* Alt icon color
  709. -----------------------------------------------------------------------------------------------------------*/
  710. .ui-icon-black {
  711. background-image: url(images/icons-18-black.png);
  712. }
  713. .ui-icon-black-disc {
  714. background-color: #fff;
  715. background-color: rgba(255,255,255,.3);
  716. -moz-border-radius: 9px;
  717. -webkit-border-radius: 9px;
  718. border-radius: 9px;
  719. }
  720. /* HD/"retina" sprite
  721. -----------------------------------------------------------------------------------------------------------*/
  722. @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  723. .ui-icon {
  724. background-image: url(images/icons-36-white.png);
  725. background-size: 630px 18px;
  726. }
  727. .ui-icon-black {
  728. background-image: url(images/icons-36-black.png);
  729. }
  730. }
  731. /* plus minus */
  732. .ui-icon-plus {
  733. background-position: -0 0;
  734. }
  735. .ui-icon-minus {
  736. background-position: -36px 0;
  737. }
  738. /* delete/close */
  739. .ui-icon-delete {
  740. background-position: -72px 0;
  741. }
  742. /* arrows */
  743. .ui-icon-arrow-r {
  744. background-position: -108px 0;
  745. }
  746. .ui-icon-arrow-l {
  747. background-position: -144px 0;
  748. }
  749. .ui-icon-arrow-u {
  750. background-position: -180px 0;
  751. }
  752. .ui-icon-arrow-d {
  753. background-position: -216px 0;
  754. }
  755. /* misc */
  756. .ui-icon-check {
  757. background-position: -252px 0;
  758. }
  759. .ui-icon-gear {
  760. background-position: -288px 0;
  761. }
  762. .ui-icon-refresh {
  763. background-position: -324px 0;
  764. }
  765. .ui-icon-forward {
  766. background-position: -360px 0;
  767. }
  768. .ui-icon-back {
  769. background-position: -396px 0;
  770. }
  771. .ui-icon-grid {
  772. background-position: -432px 0;
  773. }
  774. .ui-icon-star {
  775. background-position: -468px 0;
  776. }
  777. .ui-icon-alert {
  778. background-position: -504px 0;
  779. }
  780. .ui-icon-info {
  781. background-position: -540px 0;
  782. }
  783. .ui-icon-home {
  784. background-position: -576px 0;
  785. }
  786. .ui-icon-search {
  787. background-position: -612px 0;
  788. }
  789. /* checks,radios */
  790. .ui-icon-checkbox-off,
  791. .ui-icon-checkbox-on,
  792. .ui-icon-radio-off,
  793. .ui-icon-radio-on {
  794. background-color: transparent;
  795. -moz-border-radius: 0;
  796. -webkit-border-radius: 0;
  797. border-radius: 0;
  798. background-size: 20px 20px;
  799. }
  800. .ui-icon-checkbox-off {
  801. background-image: url(images/form-check-off.png);
  802. }
  803. .ui-icon-checkbox-on {
  804. background-image: url(images/form-check-on.png);
  805. }
  806. .ui-icon-radio-off {
  807. background-image: url(images/form-radio-off.png);}
  808. .ui-icon-radio-on {
  809. background-image: url(images/form-radio-on.png);
  810. }
  811. .ui-icon-searchfield {
  812. background-image: url(images/icon-search-black.png);
  813. background-size: 16px 16px;
  814. }
  815. /* loading icon */
  816. .ui-icon-loading {
  817. background-image: url(images/ajax-loader.png);
  818. width: 40px;
  819. height: 40px;
  820. -moz-border-radius: 20px;
  821. -webkit-border-radius: 20px;
  822. border-radius: 20px;
  823. background-size: 35px 35px;
  824. }
  825. /* Button corner classes
  826. -----------------------------------------------------------------------------------------------------------*/
  827. .ui-btn-corner-tl {
  828. -moz-border-radius-topleft: 1em;
  829. -webkit-border-top-left-radius: 1em;
  830. border-top-left-radius: 1em;
  831. }
  832. .ui-btn-corner-tr {
  833. -moz-border-radius-topright: 1em;
  834. -webkit-border-top-right-radius: 1em;
  835. border-top-right-radius: 1em;
  836. }
  837. .ui-btn-corner-bl {
  838. -moz-border-radius-bottomleft: 1em;
  839. -webkit-border-bottom-left-radius: 1em;
  840. border-bottom-left-radius: 1em;
  841. }
  842. .ui-btn-corner-br {
  843. -moz-border-radius-bottomright: 1em;
  844. -webkit-border-bottom-right-radius: 1em;
  845. border-bottom-right-radius: 1em;
  846. }
  847. .ui-btn-corner-top {
  848. -moz-border-radius-topleft: 1em;
  849. -webkit-border-top-left-radius: 1em;
  850. border-top-left-radius: 1em;
  851. -moz-border-radius-topright: 1em;
  852. -webkit-border-top-right-radius: 1em;
  853. border-top-right-radius: 1em;
  854. }
  855. .ui-btn-corner-bottom {
  856. -moz-border-radius-bottomleft: 1em;
  857. -webkit-border-bottom-left-radius: 1em;
  858. border-bottom-left-radius: 1em;
  859. -moz-border-radius-bottomright: 1em;
  860. -webkit-border-bottom-right-radius: 1em;
  861. border-bottom-right-radius: 1em;
  862. }
  863. .ui-btn-corner-right {
  864. -moz-border-radius-topright: 1em;
  865. -webkit-border-top-right-radius: 1em;
  866. border-top-right-radius: 1em;
  867. -moz-border-radius-bottomright: 1em;
  868. -webkit-border-bottom-right-radius: 1em;
  869. border-bottom-right-radius: 1em;
  870. }
  871. .ui-btn-corner-left {
  872. -moz-border-radius-topleft: 1em;
  873. -webkit-border-top-left-radius: 1em;
  874. border-top-left-radius: 1em;
  875. -moz-border-radius-bottomleft: 1em;
  876. -webkit-border-bottom-left-radius: 1em;
  877. border-bottom-left-radius: 1em;
  878. }
  879. .ui-btn-corner-all {
  880. -moz-border-radius: 1em;
  881. -webkit-border-radius: 1em;
  882. border-radius: 1em;
  883. }
  884. /* radius clip workaround for cleaning up corner trapping */
  885. .ui-corner-tl,
  886. .ui-corner-tr,
  887. .ui-corner-bl,
  888. .ui-corner-br,
  889. .ui-corner-top,
  890. .ui-corner-bottom,
  891. .ui-corner-right,
  892. .ui-corner-left,
  893. .ui-corner-all,
  894. .ui-btn-corner-tl,
  895. .ui-btn-corner-tr,
  896. .ui-btn-corner-bl,
  897. .ui-btn-corner-br,
  898. .ui-btn-corner-top,
  899. .ui-btn-corner-bottom,
  900. .ui-btn-corner-right,
  901. .ui-btn-corner-left,
  902. .ui-btn-corner-all {
  903. -webkit-background-clip: padding-box;
  904. -moz-background-clip: padding-box;
  905. background-clip: padding-box;
  906. }
  907. /* Overlay / modal
  908. -----------------------------------------------------------------------------------------------------------*/
  909. .ui-overlay {
  910. background: #666;
  911. opacity: .5;
  912. filter: Alpha(Opacity=50);
  913. position: absolute;
  914. width: 100%;
  915. height: 100%;
  916. }
  917. .ui-overlay-shadow {
  918. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  919. -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  920. box-shadow: 0px 0px 12px rgba(0,0,0,.6);
  921. }
  922. .ui-shadow {
  923. -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
  924. -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
  925. box-shadow: 0px 1px 4px rgba(0,0,0,.3);
  926. }
  927. .ui-bar-a .ui-shadow,
  928. .ui-bar-b .ui-shadow ,
  929. .ui-bar-c .ui-shadow {
  930. -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  931. -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  932. box-shadow: 0px 1px 0 rgba(255,255,255,.3);
  933. }
  934. .ui-shadow-inset {
  935. -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  936. -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  937. box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
  938. }
  939. .ui-icon-shadow {
  940. -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
  941. -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
  942. box-shadow: 0px 1px 0 rgba(255,255,255,.4);
  943. }
  944. /* Focus state - set here for specificity
  945. -----------------------------------------------------------------------------------------------------------*/
  946. .ui-focus {
  947. -moz-box-shadow: 0px 0px 12px #387bbe;
  948. -webkit-box-shadow: 0px 0px 12px #387bbe;
  949. box-shadow: 0px 0px 12px #387bbe;
  950. }
  951. /* unset box shadow in browsers that don't do it right
  952. -----------------------------------------------------------------------------------------------------------*/
  953. .ui-mobile-nosupport-boxshadow * {
  954. -moz-box-shadow: none !important;
  955. -webkit-box-shadow: none !important;
  956. box-shadow: none !important;
  957. }
  958. /* ...and bring back focus */
  959. .ui-mobile-nosupport-boxshadow .ui-focus {
  960. outline-width: 2px;
  961. }/*
  962. * jQuery Mobile Framework
  963. * Copyright (c) jQuery Project
  964. * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
  965. * Note: Code is in draft form and is subject to change
  966. */
  967. /* some unsets - more probably needed */
  968. .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
  969. .ui-mobile a img, .ui-mobile fieldset { border: 0; }
  970. /* responsive page widths */
  971. .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); }
  972. /* "page" containers - full-screen views, one should always be in view post-pageload */
  973. .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
  974. .ui-mobile .ui-page-active { display: block; overflow: visible; }
  975. /*orientations from js are available */
  976. .portrait,
  977. .portrait .ui-page { min-height: 480px; }
  978. .landscape,
  979. .landscape .ui-page { min-height: 320px; }
  980. /* loading screen */
  981. .ui-loading .ui-mobile-viewport { overflow: hidden !important; }
  982. .ui-loading .ui-loader { display: block; }
  983. .ui-loading .ui-page { overflow: hidden; }
  984. .ui-loader { display: none; position: absolute; opacity: .85; z-index: 10; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
  985. .ui-loader h1 { font-size: 15px; text-align: center; }
  986. .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
  987. /*fouc*/
  988. .ui-mobile-rendering > * { visibility: hidden; }
  989. /*headers, content panels*/
  990. .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
  991. .ui-bar { font-size: 16px; margin: 0; }
  992. .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; }
  993. .ui-header, .ui-footer { display: block; }
  994. .ui-page .ui-header, .ui-page .ui-footer { position: relative; }
  995. .ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
  996. .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; }
  997. .ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
  998. /*content area*/
  999. .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
  1000. .ui-page-fullscreen .ui-content { padding:0; }
  1001. /* icons sizing */
  1002. .ui-icon { width: 18px; height: 18px; }
  1003. /* fullscreen class on ui-content div */
  1004. .ui-fullscreen { }
  1005. .ui-fullscreen img { max-width: 100%; }
  1006. /* non-js content hiding */
  1007. .ui-nojs { position: absolute; left: -9999px; }
  1008. /*
  1009. * jQuery Mobile Framework
  1010. * Copyright (c) jQuery Project
  1011. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1012. */
  1013. .spin {
  1014. -webkit-transform: rotate(360deg);
  1015. -webkit-animation-name: spin;
  1016. -webkit-animation-duration: 1s;
  1017. -webkit-animation-iteration-count: infinite;
  1018. }
  1019. @-webkit-keyframes spin {
  1020. from {-webkit-transform: rotate(0deg);}
  1021. to {-webkit-transform: rotate(360deg);}
  1022. }
  1023. /* Transitions from jQtouch (with small modifications): http://www.jqtouch.com/
  1024. Built by David Kaneda and maintained by Jonathan Stark.
  1025. */
  1026. .in, .out {
  1027. -webkit-animation-timing-function: ease-in-out;
  1028. -webkit-animation-duration: 350ms;
  1029. }
  1030. .slide.in {
  1031. -webkit-transform: translateX(0);
  1032. -webkit-animation-name: slideinfromright;
  1033. }
  1034. .slide.out {
  1035. -webkit-transform: translateX(-100%);
  1036. -webkit-animation-name: slideouttoleft;
  1037. }
  1038. .slide.in.reverse {
  1039. -webkit-transform: translateX(0);
  1040. -webkit-animation-name: slideinfromleft;
  1041. }
  1042. .slide.out.reverse {
  1043. -webkit-transform: translateX(100%);
  1044. -webkit-animation-name: slideouttoright;
  1045. }
  1046. .slideup.in {
  1047. -webkit-transform: translateY(0);
  1048. -webkit-animation-name: slideinfrombottom;
  1049. z-index: 10;
  1050. }
  1051. .slideup.out {
  1052. -webkit-animation-name: dontmove;
  1053. z-index: 0;
  1054. }
  1055. .slideup.out.reverse {
  1056. -webkit-transform: translateY(100%);
  1057. z-index: 10;
  1058. -webkit-animation-name: slideouttobottom;
  1059. }
  1060. .slideup.in.reverse {
  1061. z-index: 0;
  1062. -webkit-animation-name: dontmove;
  1063. }
  1064. .slidedown.in {
  1065. -webkit-transform: translateY(0);
  1066. -webkit-animation-name: slideinfromtop;
  1067. z-index: 10;
  1068. }
  1069. .slidedown.out {
  1070. -webkit-animation-name: dontmove;
  1071. z-index: 0;
  1072. }
  1073. .slidedown.out.reverse {
  1074. -webkit-transform: translateY(-100%);
  1075. z-index: 10;
  1076. -webkit-animation-name: slideouttotop;
  1077. }
  1078. .slidedown.in.reverse {
  1079. z-index: 0;
  1080. -webkit-animation-name: dontmove;
  1081. }
  1082. @-webkit-keyframes slideinfromright {
  1083. from { -webkit-transform: translateX(100%); }
  1084. to { -webkit-transform: translateX(0); }
  1085. }
  1086. @-webkit-keyframes slideinfromleft {
  1087. from { -webkit-transform: translateX(-100%); }
  1088. to { -webkit-transform: translateX(0); }
  1089. }
  1090. @-webkit-keyframes slideouttoleft {
  1091. from { -webkit-transform: translateX(0); }
  1092. to { -webkit-transform: translateX(-100%); }
  1093. }
  1094. @-webkit-keyframes slideouttoright {
  1095. from { -webkit-transform: translateX(0); }
  1096. to { -webkit-transform: translateX(100%); }
  1097. }
  1098. @-webkit-keyframes slideinfromtop {
  1099. from { -webkit-transform: translateY(-100%); }
  1100. to { -webkit-transform: translateY(0); }
  1101. }
  1102. @-webkit-keyframes slideinfrombottom {
  1103. from { -webkit-transform: translateY(100%); }
  1104. to { -webkit-transform: translateY(0); }
  1105. }
  1106. @-webkit-keyframes slideouttobottom {
  1107. from { -webkit-transform: translateY(0); }
  1108. to { -webkit-transform: translateY(100%); }
  1109. }
  1110. @-webkit-keyframes slideouttotop {
  1111. from { -webkit-transform: translateY(0); }
  1112. to { -webkit-transform: translateY(-100%); }
  1113. }
  1114. @-webkit-keyframes fadein {
  1115. from { opacity: 0; }
  1116. to { opacity: 1; }
  1117. }
  1118. @-webkit-keyframes fadeout {
  1119. from { opacity: 1; }
  1120. to { opacity: 0; }
  1121. }
  1122. .fade.in {
  1123. opacity: 1;
  1124. z-index: 10;
  1125. -webkit-animation-name: fadein;
  1126. }
  1127. .fade.out {
  1128. z-index: 0;
  1129. -webkit-animation-name: fadeout;
  1130. }
  1131. /* The properties in this body rule are only necessary for the 'flip' transition.
  1132. * We need specify the perspective to create a projection matrix. This will add
  1133. * some depth as the element flips. The depth number represents the distance of
  1134. * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
  1135. * value.
  1136. */
  1137. .ui-mobile-viewport-perspective {
  1138. -webkit-perspective: 1000;
  1139. position: absolute;
  1140. }
  1141. .ui-mobile-viewport-transitioning,
  1142. .ui-mobile-viewport-transitioning .ui-page {
  1143. width: 100%;
  1144. height: 100%;
  1145. overflow: hidden;
  1146. }
  1147. .flip {
  1148. -webkit-animation-duration: .65s;
  1149. -webkit-backface-visibility:hidden;
  1150. -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. */
  1151. }
  1152. .flip.in {
  1153. -webkit-transform: rotateY(0) scale(1);
  1154. -webkit-animation-name: flipinfromleft;
  1155. }
  1156. .flip.out {
  1157. -webkit-transform: rotateY(-180deg) scale(.8);
  1158. -webkit-animation-name: flipouttoleft;
  1159. }
  1160. /* Shake it all about */
  1161. .flip.in.reverse {
  1162. -webkit-transform: rotateY(0) scale(1);
  1163. -webkit-animation-name: flipinfromright;
  1164. }
  1165. .flip.out.reverse {
  1166. -webkit-transform: rotateY(180deg) scale(.8);
  1167. -webkit-animation-name: flipouttoright;
  1168. }
  1169. @-webkit-keyframes flipinfromright {
  1170. from { -webkit-transform: rotateY(-180deg) scale(.8); }
  1171. to { -webkit-transform: rotateY(0) scale(1); }
  1172. }
  1173. @-webkit-keyframes flipinfromleft {
  1174. from { -webkit-transform: rotateY(180deg) scale(.8); }
  1175. to { -webkit-transform: rotateY(0) scale(1); }
  1176. }
  1177. @-webkit-keyframes flipouttoleft {
  1178. from { -webkit-transform: rotateY(0) scale(1); }
  1179. to { -webkit-transform: rotateY(-180deg) scale(.8); }
  1180. }
  1181. @-webkit-keyframes flipouttoright {
  1182. from { -webkit-transform: rotateY(0) scale(1); }
  1183. to { -webkit-transform: rotateY(180deg) scale(.8); }
  1184. }
  1185. /* Hackish, but reliable. */
  1186. @-webkit-keyframes dontmove {
  1187. from { opacity: 1; }
  1188. to { opacity: 1; }
  1189. }
  1190. .pop {
  1191. -webkit-transform-origin: 50% 50%;
  1192. }
  1193. .pop.in {
  1194. -webkit-transform: scale(1);
  1195. opacity: 1;
  1196. -webkit-animation-name: popin;
  1197. z-index: 10;
  1198. }
  1199. .pop.out.reverse {
  1200. -webkit-transform: scale(.2);
  1201. opacity: 0;
  1202. -webkit-animation-name: popout;
  1203. z-index: 10;
  1204. }
  1205. .pop.in.reverse {
  1206. z-index: 0;
  1207. -webkit-animation-name: dontmove;
  1208. }
  1209. @-webkit-keyframes popin {
  1210. from {
  1211. -webkit-transform: scale(.2);
  1212. opacity: 0;
  1213. }
  1214. to {
  1215. -webkit-transform: scale(1);
  1216. opacity: 1;
  1217. }
  1218. }
  1219. @-webkit-keyframes popout {
  1220. from {
  1221. -webkit-transform: scale(1);
  1222. opacity: 1;
  1223. }
  1224. to {
  1225. -webkit-transform: scale(.2);
  1226. opacity: 0;
  1227. }
  1228. }/*
  1229. * jQuery Mobile Framework
  1230. * Copyright (c) jQuery Project
  1231. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1232. */
  1233. /* content configurations. */
  1234. .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
  1235. .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; }
  1236. /* grid a: 50/50 */
  1237. .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
  1238. .ui-grid-a .ui-block-a { clear: left; }
  1239. /* grid b: 33/33/33 */
  1240. .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
  1241. .ui-grid-b .ui-block-a { clear: left; }
  1242. /* grid c: 25/25/25/25 */
  1243. .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%; }
  1244. .ui-grid-c .ui-block-a { clear: left; }
  1245. /* grid d: 20/20/20/20/20 */
  1246. .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%; }
  1247. .ui-grid-d .ui-block-a { clear: left; }/*
  1248. * jQuery Mobile Framework
  1249. * Copyright (c) jQuery Project
  1250. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1251. */
  1252. /* fixed page header & footer configuration */
  1253. .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; }
  1254. .ui-header-fixed, .ui-footer-fixed {
  1255. z-index: 1000;
  1256. -webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
  1257. }
  1258. .ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
  1259. .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }
  1260. /*
  1261. * jQuery Mobile Framework
  1262. * Copyright (c) jQuery Project
  1263. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1264. */
  1265. .ui-navbar { overflow: hidden; }
  1266. .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
  1267. .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
  1268. .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
  1269. .ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
  1270. .ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; }
  1271. .ui-navbar li .ui-btn { margin-right: -1px; }
  1272. .ui-navbar li .ui-btn:last-child { margin-right: 0; }
  1273. .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
  1274. .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
  1275. .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
  1276. .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
  1277. /*expanded page styles*/
  1278. .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
  1279. .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
  1280. .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
  1281. .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
  1282. .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
  1283. .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
  1284. .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
  1285. .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
  1286. /*
  1287. * jQuery Mobile Framework
  1288. * Copyright (c) jQuery Project
  1289. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1290. */
  1291. .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
  1292. .ui-btn:focus, .ui-btn:active { outline: none; }
  1293. .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; }
  1294. .ui-btn-inline { display: inline-block; }
  1295. .ui-btn-inner { padding: .6em 25px; display: block; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; }
  1296. .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner { padding: .4em 8px .5em; }
  1297. .ui-btn-icon-notext { display: inline-block; width: 20px; height: 20px; padding: 2px 1px 2px 3px; text-indent: -9999px; }
  1298. .ui-btn-icon-notext .ui-btn-inner { padding: 0; }
  1299. .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -999px; }
  1300. .ui-btn-icon-left .ui-btn-inner { padding-left: 33px; }
  1301. .ui-header .ui-btn-icon-left .ui-btn-inner,
  1302. .ui-footer .ui-btn-icon-left .ui-btn-inner,
  1303. .ui-bar .ui-btn-icon-left .ui-btn-inner { padding-left: 27px; }
  1304. .ui-btn-icon-right .ui-btn-inner { padding-right: 33px; }
  1305. .ui-header .ui-btn-icon-right .ui-btn-inner,
  1306. .ui-footer .ui-btn-icon-right .ui-btn-inner,
  1307. .ui-bar .ui-btn-icon-right .ui-btn-inner { padding-right: 27px; }
  1308. .ui-btn-icon-top .ui-btn-inner { padding-top: 33px; }
  1309. .ui-header .ui-btn-icon-top .ui-btn-inner,
  1310. .ui-footer .ui-btn-icon-top .ui-btn-inner,
  1311. .ui-bar .ui-btn-icon-top .ui-btn-inner { padding-top: 27px; }
  1312. .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 33px; }
  1313. .ui-header .ui-btn-icon-bottom .ui-btn-inner,
  1314. .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
  1315. .ui-bar .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 27px; }
  1316. /*btn icon positioning*/
  1317. .ui-btn-icon-notext .ui-icon { display: block; }
  1318. .ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
  1319. .ui-btn-icon-top .ui-icon, .ui-btn-icon-bottom .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
  1320. .ui-btn-icon-left .ui-icon { left: 10px; }
  1321. .ui-btn-icon-right .ui-icon {right: 10px; }
  1322. .ui-header .ui-btn-icon-left .ui-icon,
  1323. .ui-footer .ui-btn-icon-left .ui-icon,
  1324. .ui-bar .ui-btn-icon-left .ui-icon { left: 4px; }
  1325. .ui-header .ui-btn-icon-right .ui-icon,
  1326. .ui-footer .ui-btn-icon-right .ui-icon,
  1327. .ui-bar .ui-btn-icon-right .ui-icon { right: 4px; }
  1328. .ui-header .ui-btn-icon-top .ui-icon,
  1329. .ui-footer .ui-btn-icon-top .ui-icon,
  1330. .ui-bar .ui-btn-icon-top .ui-icon { top: 4px; }
  1331. .ui-header .ui-btn-icon-bottom .ui-icon,
  1332. .ui-footer .ui-btn-icon-bottom .ui-icon,
  1333. .ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; }
  1334. .ui-btn-icon-top .ui-icon { top: 5px; }
  1335. .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
  1336. /*hiding native button,inputs */
  1337. .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: 0; cursor: pointer; }
  1338. /*
  1339. * jQuery Mobile Framework
  1340. * Copyright (c) jQuery Project
  1341. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1342. */
  1343. .ui-collapsible-contain { margin: .5em 0; }
  1344. .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
  1345. .ui-collapsible-heading a { text-align: left; margin: 0; }
  1346. .ui-collapsible-heading a .ui-btn-inner { padding-left: 40px; }
  1347. .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; }
  1348. .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 0; }
  1349. .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
  1350. .ui-collapsible-heading-status { position:absolute; left:-9999px; }
  1351. .ui-collapsible-content { display: block; padding: 10px 0 10px 8px; }
  1352. .ui-collapsible-content-collapsed { display: none; }
  1353. .ui-collapsible-set { margin: .5em 0; }
  1354. .ui-collapsible-set .ui-collapsible-contain { margin: -1px 0 0; }
  1355. /*
  1356. * jQuery Mobile Framework
  1357. * Copyright (c) jQuery Project
  1358. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1359. */
  1360. .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: .5em 0 1em; }
  1361. .ui-bar .ui-controlgroup { margin: 0 .3em; }
  1362. .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; }
  1363. .ui-controlgroup-controls { display: block; width: 95%;}
  1364. .ui-controlgroup li { list-style: none; }
  1365. .ui-controlgroup-vertical .ui-btn,
  1366. .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
  1367. .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
  1368. .ui-controlgroup-horizontal { padding: 0; }
  1369. .ui-controlgroup-horizontal .ui-btn,
  1370. .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { margin: 0 -5px 0 0; display: inline-block; }
  1371. .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
  1372. .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
  1373. .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
  1374. .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
  1375. /* conflicts with listview..
  1376. .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
  1377. .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
  1378. */
  1379. .min-width-480px .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
  1380. .min-width-480px .ui-controlgroup-controls { width: 60%; display: inline-block; } /*
  1381. * jQuery Mobile Framework
  1382. * Copyright (c) jQuery Project
  1383. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1384. */
  1385. .ui-dialog { min-height: 480px; }
  1386. .ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer { margin: 15px; position: relative; }
  1387. .ui-dialog .ui-header, .ui-dialog .ui-footer { z-index: 10; width: auto; }
  1388. .ui-dialog .ui-content, .ui-dialog .ui-footer { margin-top: -15px; }/*
  1389. * jQuery Mobile Framework
  1390. * Copyright (c) jQuery Project
  1391. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1392. */
  1393. .ui-checkbox, .ui-radio { position:relative; margin: .2em 0 .5em; z-index: 1; }
  1394. .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
  1395. .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
  1396. .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
  1397. .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {left: 15px; }
  1398. .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {right: 15px; }
  1399. /* input, label positioning */
  1400. .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }/*
  1401. * jQuery Mobile Framework
  1402. * Copyright (c) jQuery Project
  1403. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1404. */
  1405. .ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
  1406. .ui-field-contain:first-child { border-top-width: 0; }
  1407. .min-width-480px .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }/*
  1408. * jQuery Mobile Framework
  1409. * Copyright (c) jQuery Project
  1410. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1411. */
  1412. .ui-select { display: block; position: relative; }
  1413. .ui-select select { position: absolute; left: -9999px; top: -9999px; }
  1414. .ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; height: 100%; opacity: 0.001; }
  1415. .ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; }
  1416. .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
  1417. .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
  1418. /* labels */
  1419. label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
  1420. /*listbox*/
  1421. .ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: inline-block; min-height: 1em; }
  1422. .ui-select .ui-btn-text { text-overflow: ellipsis; overflow: hidden; width: 85% }
  1423. .ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
  1424. .ui-selectmenu .ui-listview { margin: 0; }
  1425. .ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
  1426. .ui-selectmenu-hidden { top: -9999px; left: -9999px; }
  1427. .ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
  1428. .ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
  1429. .ui-selectmenu-list .ui-li .ui-icon { display: block; }
  1430. .ui-li.ui-selectmenu-placeholder { display: none; }
  1431. .min-width-480px label.ui-select { display: inline-block; width: 20%; margin: 0 2% 0 0; }
  1432. .min-width-480px .ui-select { width: 60%; display: inline-block; }
  1433. /* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
  1434. .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
  1435. /*
  1436. * jQuery Mobile Framework
  1437. * Copyright (c) jQuery Project
  1438. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1439. */
  1440. label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
  1441. input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 95%; }
  1442. input.ui-input-text { -webkit-appearance: none; }
  1443. 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; }
  1444. .ui-input-search { padding: 0 30px; width: 77%; background-position: 8px 50%; background-repeat: no-repeat; position: relative; }
  1445. .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
  1446. .ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -14px; }
  1447. .ui-input-search .ui-input-clear-hidden { display: none; }
  1448. /* orientation adjustments - incomplete!*/
  1449. .min-width-480px label.ui-input-text { vertical-align: top; }
  1450. .min-width-480px label.ui-input-text { display: inline-block; width: 20%; margin: 0 2% 0 0; }
  1451. .min-width-480px input.ui-input-text,
  1452. .min-width-480px textarea.ui-input-text,
  1453. .min-width-480px .ui-input-search { width: 60%; display: inline-block; }
  1454. .min-width-480px .ui-input-search { width: 50%; }/*
  1455. * jQuery Mobile Framework
  1456. * Copyright (c) jQuery Project
  1457. * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
  1458. */
  1459. .ui-listview { margin: 0; counter-reset: listnumbering; }
  1460. .ui-content .ui-listview { margin: -

Large files files are truncated, but you can click here to view the full file