_all.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. /* iCheck plugin Square skin
  2. ----------------------------------- */
  3. .icheckbox_square,
  4. .iradio_square {
  5. display: inline-block;
  6. *display: inline;
  7. vertical-align: middle;
  8. margin: 0;
  9. padding: 0;
  10. width: 22px;
  11. height: 22px;
  12. background: url(square.png) no-repeat;
  13. border: none;
  14. cursor: pointer;
  15. }
  16. .icheckbox_square {
  17. background-position: 0 0;
  18. }
  19. .icheckbox_square.hover {
  20. background-position: -24px 0;
  21. }
  22. .icheckbox_square.checked {
  23. background-position: -48px 0;
  24. }
  25. .icheckbox_square.disabled {
  26. background-position: -72px 0;
  27. cursor: default;
  28. }
  29. .icheckbox_square.checked.disabled {
  30. background-position: -96px 0;
  31. }
  32. .iradio_square {
  33. background-position: -120px 0;
  34. }
  35. .iradio_square.hover {
  36. background-position: -144px 0;
  37. }
  38. .iradio_square.checked {
  39. background-position: -168px 0;
  40. }
  41. .iradio_square.disabled {
  42. background-position: -192px 0;
  43. cursor: default;
  44. }
  45. .iradio_square.checked.disabled {
  46. background-position: -216px 0;
  47. }
  48. /* HiDPI support */
  49. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  50. .icheckbox_square,
  51. .iradio_square {
  52. background-image: url(square@2x.png);
  53. -webkit-background-size: 240px 24px;
  54. background-size: 240px 24px;
  55. }
  56. }
  57. /* red */
  58. .icheckbox_square-red,
  59. .iradio_square-red {
  60. display: inline-block;
  61. *display: inline;
  62. vertical-align: middle;
  63. margin: 0;
  64. padding: 0;
  65. width: 22px;
  66. height: 22px;
  67. background: url(red.png) no-repeat;
  68. border: none;
  69. cursor: pointer;
  70. }
  71. .icheckbox_square-red {
  72. background-position: 0 0;
  73. }
  74. .icheckbox_square-red.hover {
  75. background-position: -24px 0;
  76. }
  77. .icheckbox_square-red.checked {
  78. background-position: -48px 0;
  79. }
  80. .icheckbox_square-red.disabled {
  81. background-position: -72px 0;
  82. cursor: default;
  83. }
  84. .icheckbox_square-red.checked.disabled {
  85. background-position: -96px 0;
  86. }
  87. .iradio_square-red {
  88. background-position: -120px 0;
  89. }
  90. .iradio_square-red.hover {
  91. background-position: -144px 0;
  92. }
  93. .iradio_square-red.checked {
  94. background-position: -168px 0;
  95. }
  96. .iradio_square-red.disabled {
  97. background-position: -192px 0;
  98. cursor: default;
  99. }
  100. .iradio_square-red.checked.disabled {
  101. background-position: -216px 0;
  102. }
  103. /* HiDPI support */
  104. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  105. .icheckbox_square-red,
  106. .iradio_square-red {
  107. background-image: url(red@2x.png);
  108. -webkit-background-size: 240px 24px;
  109. background-size: 240px 24px;
  110. }
  111. }
  112. /* green */
  113. .icheckbox_square-green,
  114. .iradio_square-green {
  115. display: inline-block;
  116. *display: inline;
  117. vertical-align: middle;
  118. margin: 0;
  119. padding: 0;
  120. width: 22px;
  121. height: 22px;
  122. background: url(green.png) no-repeat;
  123. border: none;
  124. cursor: pointer;
  125. }
  126. .icheckbox_square-green {
  127. background-position: 0 0;
  128. }
  129. .icheckbox_square-green.hover {
  130. background-position: -24px 0;
  131. }
  132. .icheckbox_square-green.checked {
  133. background-position: -48px 0;
  134. }
  135. .icheckbox_square-green.disabled {
  136. background-position: -72px 0;
  137. cursor: default;
  138. }
  139. .icheckbox_square-green.checked.disabled {
  140. background-position: -96px 0;
  141. }
  142. .iradio_square-green {
  143. background-position: -120px 0;
  144. }
  145. .iradio_square-green.hover {
  146. background-position: -144px 0;
  147. }
  148. .iradio_square-green.checked {
  149. background-position: -168px 0;
  150. }
  151. .iradio_square-green.disabled {
  152. background-position: -192px 0;
  153. cursor: default;
  154. }
  155. .iradio_square-green.checked.disabled {
  156. background-position: -216px 0;
  157. }
  158. /* HiDPI support */
  159. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  160. .icheckbox_square-green,
  161. .iradio_square-green {
  162. background-image: url(green@2x.png);
  163. -webkit-background-size: 240px 24px;
  164. background-size: 240px 24px;
  165. }
  166. }
  167. /* blue */
  168. .icheckbox_square-blue,
  169. .iradio_square-blue {
  170. display: inline-block;
  171. *display: inline;
  172. vertical-align: middle;
  173. margin: 0;
  174. padding: 0;
  175. width: 22px;
  176. height: 22px;
  177. background: url(blue.png) no-repeat;
  178. border: none;
  179. cursor: pointer;
  180. }
  181. .icheckbox_square-blue {
  182. background-position: 0 0;
  183. }
  184. .icheckbox_square-blue.hover {
  185. background-position: -24px 0;
  186. }
  187. .icheckbox_square-blue.checked {
  188. background-position: -48px 0;
  189. }
  190. .icheckbox_square-blue.disabled {
  191. background-position: -72px 0;
  192. cursor: default;
  193. }
  194. .icheckbox_square-blue.checked.disabled {
  195. background-position: -96px 0;
  196. }
  197. .iradio_square-blue {
  198. background-position: -120px 0;
  199. }
  200. .iradio_square-blue.hover {
  201. background-position: -144px 0;
  202. }
  203. .iradio_square-blue.checked {
  204. background-position: -168px 0;
  205. }
  206. .iradio_square-blue.disabled {
  207. background-position: -192px 0;
  208. cursor: default;
  209. }
  210. .iradio_square-blue.checked.disabled {
  211. background-position: -216px 0;
  212. }
  213. /* HiDPI support */
  214. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  215. .icheckbox_square-blue,
  216. .iradio_square-blue {
  217. background-image: url(blue@2x.png);
  218. -webkit-background-size: 240px 24px;
  219. background-size: 240px 24px;
  220. }
  221. }
  222. /* aero */
  223. .icheckbox_square-aero,
  224. .iradio_square-aero {
  225. display: inline-block;
  226. *display: inline;
  227. vertical-align: middle;
  228. margin: 0;
  229. padding: 0;
  230. width: 22px;
  231. height: 22px;
  232. background: url(aero.png) no-repeat;
  233. border: none;
  234. cursor: pointer;
  235. }
  236. .icheckbox_square-aero {
  237. background-position: 0 0;
  238. }
  239. .icheckbox_square-aero.hover {
  240. background-position: -24px 0;
  241. }
  242. .icheckbox_square-aero.checked {
  243. background-position: -48px 0;
  244. }
  245. .icheckbox_square-aero.disabled {
  246. background-position: -72px 0;
  247. cursor: default;
  248. }
  249. .icheckbox_square-aero.checked.disabled {
  250. background-position: -96px 0;
  251. }
  252. .iradio_square-aero {
  253. background-position: -120px 0;
  254. }
  255. .iradio_square-aero.hover {
  256. background-position: -144px 0;
  257. }
  258. .iradio_square-aero.checked {
  259. background-position: -168px 0;
  260. }
  261. .iradio_square-aero.disabled {
  262. background-position: -192px 0;
  263. cursor: default;
  264. }
  265. .iradio_square-aero.checked.disabled {
  266. background-position: -216px 0;
  267. }
  268. /* HiDPI support */
  269. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  270. .icheckbox_square-aero,
  271. .iradio_square-aero {
  272. background-image: url(aero@2x.png);
  273. -webkit-background-size: 240px 24px;
  274. background-size: 240px 24px;
  275. }
  276. }
  277. /* grey */
  278. .icheckbox_square-grey,
  279. .iradio_square-grey {
  280. display: inline-block;
  281. *display: inline;
  282. vertical-align: middle;
  283. margin: 0;
  284. padding: 0;
  285. width: 22px;
  286. height: 22px;
  287. background: url(grey.png) no-repeat;
  288. border: none;
  289. cursor: pointer;
  290. }
  291. .icheckbox_square-grey {
  292. background-position: 0 0;
  293. }
  294. .icheckbox_square-grey.hover {
  295. background-position: -24px 0;
  296. }
  297. .icheckbox_square-grey.checked {
  298. background-position: -48px 0;
  299. }
  300. .icheckbox_square-grey.disabled {
  301. background-position: -72px 0;
  302. cursor: default;
  303. }
  304. .icheckbox_square-grey.checked.disabled {
  305. background-position: -96px 0;
  306. }
  307. .iradio_square-grey {
  308. background-position: -120px 0;
  309. }
  310. .iradio_square-grey.hover {
  311. background-position: -144px 0;
  312. }
  313. .iradio_square-grey.checked {
  314. background-position: -168px 0;
  315. }
  316. .iradio_square-grey.disabled {
  317. background-position: -192px 0;
  318. cursor: default;
  319. }
  320. .iradio_square-grey.checked.disabled {
  321. background-position: -216px 0;
  322. }
  323. /* HiDPI support */
  324. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  325. .icheckbox_square-grey,
  326. .iradio_square-grey {
  327. background-image: url(grey@2x.png);
  328. -webkit-background-size: 240px 24px;
  329. background-size: 240px 24px;
  330. }
  331. }
  332. /* orange */
  333. .icheckbox_square-orange,
  334. .iradio_square-orange {
  335. display: inline-block;
  336. *display: inline;
  337. vertical-align: middle;
  338. margin: 0;
  339. padding: 0;
  340. width: 22px;
  341. height: 22px;
  342. background: url(orange.png) no-repeat;
  343. border: none;
  344. cursor: pointer;
  345. }
  346. .icheckbox_square-orange {
  347. background-position: 0 0;
  348. }
  349. .icheckbox_square-orange.hover {
  350. background-position: -24px 0;
  351. }
  352. .icheckbox_square-orange.checked {
  353. background-position: -48px 0;
  354. }
  355. .icheckbox_square-orange.disabled {
  356. background-position: -72px 0;
  357. cursor: default;
  358. }
  359. .icheckbox_square-orange.checked.disabled {
  360. background-position: -96px 0;
  361. }
  362. .iradio_square-orange {
  363. background-position: -120px 0;
  364. }
  365. .iradio_square-orange.hover {
  366. background-position: -144px 0;
  367. }
  368. .iradio_square-orange.checked {
  369. background-position: -168px 0;
  370. }
  371. .iradio_square-orange.disabled {
  372. background-position: -192px 0;
  373. cursor: default;
  374. }
  375. .iradio_square-orange.checked.disabled {
  376. background-position: -216px 0;
  377. }
  378. /* HiDPI support */
  379. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  380. .icheckbox_square-orange,
  381. .iradio_square-orange {
  382. background-image: url(orange@2x.png);
  383. -webkit-background-size: 240px 24px;
  384. background-size: 240px 24px;
  385. }
  386. }
  387. /* yellow */
  388. .icheckbox_square-yellow,
  389. .iradio_square-yellow {
  390. display: inline-block;
  391. *display: inline;
  392. vertical-align: middle;
  393. margin: 0;
  394. padding: 0;
  395. width: 22px;
  396. height: 22px;
  397. background: url(yellow.png) no-repeat;
  398. border: none;
  399. cursor: pointer;
  400. }
  401. .icheckbox_square-yellow {
  402. background-position: 0 0;
  403. }
  404. .icheckbox_square-yellow.hover {
  405. background-position: -24px 0;
  406. }
  407. .icheckbox_square-yellow.checked {
  408. background-position: -48px 0;
  409. }
  410. .icheckbox_square-yellow.disabled {
  411. background-position: -72px 0;
  412. cursor: default;
  413. }
  414. .icheckbox_square-yellow.checked.disabled {
  415. background-position: -96px 0;
  416. }
  417. .iradio_square-yellow {
  418. background-position: -120px 0;
  419. }
  420. .iradio_square-yellow.hover {
  421. background-position: -144px 0;
  422. }
  423. .iradio_square-yellow.checked {
  424. background-position: -168px 0;
  425. }
  426. .iradio_square-yellow.disabled {
  427. background-position: -192px 0;
  428. cursor: default;
  429. }
  430. .iradio_square-yellow.checked.disabled {
  431. background-position: -216px 0;
  432. }
  433. /* HiDPI support */
  434. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  435. .icheckbox_square-yellow,
  436. .iradio_square-yellow {
  437. background-image: url(yellow@2x.png);
  438. -webkit-background-size: 240px 24px;
  439. background-size: 240px 24px;
  440. }
  441. }
  442. /* pink */
  443. .icheckbox_square-pink,
  444. .iradio_square-pink {
  445. display: inline-block;
  446. *display: inline;
  447. vertical-align: middle;
  448. margin: 0;
  449. padding: 0;
  450. width: 22px;
  451. height: 22px;
  452. background: url(pink.png) no-repeat;
  453. border: none;
  454. cursor: pointer;
  455. }
  456. .icheckbox_square-pink {
  457. background-position: 0 0;
  458. }
  459. .icheckbox_square-pink.hover {
  460. background-position: -24px 0;
  461. }
  462. .icheckbox_square-pink.checked {
  463. background-position: -48px 0;
  464. }
  465. .icheckbox_square-pink.disabled {
  466. background-position: -72px 0;
  467. cursor: default;
  468. }
  469. .icheckbox_square-pink.checked.disabled {
  470. background-position: -96px 0;
  471. }
  472. .iradio_square-pink {
  473. background-position: -120px 0;
  474. }
  475. .iradio_square-pink.hover {
  476. background-position: -144px 0;
  477. }
  478. .iradio_square-pink.checked {
  479. background-position: -168px 0;
  480. }
  481. .iradio_square-pink.disabled {
  482. background-position: -192px 0;
  483. cursor: default;
  484. }
  485. .iradio_square-pink.checked.disabled {
  486. background-position: -216px 0;
  487. }
  488. /* HiDPI support */
  489. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  490. .icheckbox_square-pink,
  491. .iradio_square-pink {
  492. background-image: url(pink@2x.png);
  493. -webkit-background-size: 240px 24px;
  494. background-size: 240px 24px;
  495. }
  496. }
  497. /* purple */
  498. .icheckbox_square-purple,
  499. .iradio_square-purple {
  500. display: inline-block;
  501. *display: inline;
  502. vertical-align: middle;
  503. margin: 0;
  504. padding: 0;
  505. width: 22px;
  506. height: 22px;
  507. background: url(purple.png) no-repeat;
  508. border: none;
  509. cursor: pointer;
  510. }
  511. .icheckbox_square-purple {
  512. background-position: 0 0;
  513. }
  514. .icheckbox_square-purple.hover {
  515. background-position: -24px 0;
  516. }
  517. .icheckbox_square-purple.checked {
  518. background-position: -48px 0;
  519. }
  520. .icheckbox_square-purple.disabled {
  521. background-position: -72px 0;
  522. cursor: default;
  523. }
  524. .icheckbox_square-purple.checked.disabled {
  525. background-position: -96px 0;
  526. }
  527. .iradio_square-purple {
  528. background-position: -120px 0;
  529. }
  530. .iradio_square-purple.hover {
  531. background-position: -144px 0;
  532. }
  533. .iradio_square-purple.checked {
  534. background-position: -168px 0;
  535. }
  536. .iradio_square-purple.disabled {
  537. background-position: -192px 0;
  538. cursor: default;
  539. }
  540. .iradio_square-purple.checked.disabled {
  541. background-position: -216px 0;
  542. }
  543. /* HiDPI support */
  544. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  545. .icheckbox_square-purple,
  546. .iradio_square-purple {
  547. background-image: url(purple@2x.png);
  548. -webkit-background-size: 240px 24px;
  549. background-size: 240px 24px;
  550. }
  551. }