PluginProbe
Uji Countdown / trunk
Uji Countdown vtrunk
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / assets / css / pink.css

pink.css in Uji Countdown trunk, at assets/css/pink.css

54 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* iCheck plugin Flat skin, pink
2 ----------------------------------- */
3 .icheckbox_flat-pink,
4 .iradio_flat-pink {
5 display: block;
6 margin: 0;
7 padding: 0;
8 width: 20px;
9 height: 20px;
10 background: url(pink.png) no-repeat;
11 border: none;
12 cursor: pointer;
13 }
14
15 .icheckbox_flat-pink {
16 background-position: 0 0;
17 }
18 .icheckbox_flat-pink.checked {
19 background-position: -22px 0;
20 }
21 .icheckbox_flat-pink.disabled {
22 background-position: -44px 0;
23 cursor: default;
24 }
25 .icheckbox_flat-pink.checked.disabled {
26 background-position: -66px 0;
27 }
28
29 .iradio_flat-pink {
30 background-position: -88px 0;
31 }
32 .iradio_flat-pink.checked {
33 background-position: -110px 0;
34 }
35 .iradio_flat-pink.disabled {
36 background-position: -132px 0;
37 cursor: default;
38 }
39 .iradio_flat-pink.checked.disabled {
40 background-position: -154px 0;
41 }
42
43 /* Retina support */
44 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45 only screen and (-moz-min-device-pixel-ratio: 1.5),
46 only screen and (-o-min-device-pixel-ratio: 3/2),
47 only screen and (min-device-pixel-ratio: 1.5) {
48 .icheckbox_flat-pink,
49 .iradio_flat-pink {
50 background-image: url("pink@2x.png");
51 -webkit-background-size: 176px 22px;
52 background-size: 176px 22px;
53 }
54 }