/* iCheck.js Minimal skin
|
----------------------------------- */
|
.icheckbox_minimal,
|
.iradio_minimal {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/minimal.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal,
|
.icheckbox_minimal.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal.hover,
|
.icheckbox_minimal:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal,
|
.iradio_minimal.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal.hover,
|
.iradio_minimal:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal,
|
.iradio_minimal {
|
background-image: url(/plugins/img/icheck/minimal/minimal@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* red */
|
.icheckbox_minimal-red,
|
.iradio_minimal-red {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/red.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-red,
|
.icheckbox_minimal-red.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-red.hover,
|
.icheckbox_minimal-red:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-red.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-red.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-red.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-red,
|
.iradio_minimal-red.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-red.hover,
|
.iradio_minimal-red:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-red.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-red.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-red.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-red,
|
.iradio_minimal-red {
|
background-image: url(/plugins/img/icheck/minimal/red@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* green */
|
.icheckbox_minimal-green,
|
.iradio_minimal-green {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/green.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-green,
|
.icheckbox_minimal-green.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-green.hover,
|
.icheckbox_minimal-green:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-green.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-green.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-green.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-green,
|
.iradio_minimal-green.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-green.hover,
|
.iradio_minimal-green:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-green.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-green.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-green.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-green,
|
.iradio_minimal-green {
|
background-image: url(/plugins/img/icheck/minimal/green@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* blue */
|
.icheckbox_minimal-blue,
|
.iradio_minimal-blue {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/blue.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-blue,
|
.icheckbox_minimal-blue.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-blue.hover,
|
.icheckbox_minimal-blue:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-blue.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-blue.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-blue.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-blue,
|
.iradio_minimal-blue.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-blue.hover,
|
.iradio_minimal-blue:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-blue.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-blue.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-blue.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-blue,
|
.iradio_minimal-blue {
|
background-image: url(/plugins/img/icheck/minimal/blue@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* aero */
|
.icheckbox_minimal-aero,
|
.iradio_minimal-aero {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/aero.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-aero,
|
.icheckbox_minimal-aero.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-aero.hover,
|
.icheckbox_minimal-aero:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-aero.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-aero.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-aero.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-aero,
|
.iradio_minimal-aero.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-aero.hover,
|
.iradio_minimal-aero:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-aero.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-aero.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-aero.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-aero,
|
.iradio_minimal-aero {
|
background-image: url(/plugins/img/icheck/minimal/aero@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* grey */
|
.icheckbox_minimal-grey,
|
.iradio_minimal-grey {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/grey.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-grey,
|
.icheckbox_minimal-grey.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-grey.hover,
|
.icheckbox_minimal-grey:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-grey.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-grey.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-grey.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-grey,
|
.iradio_minimal-grey.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-grey.hover,
|
.iradio_minimal-grey:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-grey.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-grey.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-grey.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-grey,
|
.iradio_minimal-grey {
|
background-image: url(/plugins/img/icheck/minimal/grey@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* orange */
|
.icheckbox_minimal-orange,
|
.iradio_minimal-orange {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/orange.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-orange,
|
.icheckbox_minimal-orange.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-orange.hover,
|
.icheckbox_minimal-orange:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-orange.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-orange.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-orange.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-orange,
|
.iradio_minimal-orange.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-orange.hover,
|
.iradio_minimal-orange:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-orange.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-orange.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-orange.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-orange,
|
.iradio_minimal-orange {
|
background-image: url(/plugins/img/icheck/minimal/orange@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* yellow */
|
.icheckbox_minimal-yellow,
|
.iradio_minimal-yellow {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/yellow.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-yellow,
|
.icheckbox_minimal-yellow.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-yellow.hover,
|
.icheckbox_minimal-yellow:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-yellow.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-yellow.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-yellow.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-yellow,
|
.iradio_minimal-yellow.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-yellow.hover,
|
.iradio_minimal-yellow:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-yellow.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-yellow.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-yellow.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-yellow,
|
.iradio_minimal-yellow {
|
background-image: url(/plugins/img/icheck/minimal/yellow@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* pink */
|
.icheckbox_minimal-pink,
|
.iradio_minimal-pink {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/pink.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-pink,
|
.icheckbox_minimal-pink.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-pink.hover,
|
.icheckbox_minimal-pink:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-pink.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-pink.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-pink.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-pink,
|
.iradio_minimal-pink.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-pink.hover,
|
.iradio_minimal-pink:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-pink.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-pink.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-pink.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-pink,
|
.iradio_minimal-pink {
|
background-image: url(/plugins/img/icheck/minimal/pink@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|
|
/* purple */
|
.icheckbox_minimal-purple,
|
.iradio_minimal-purple {
|
display: block;
|
margin: 0;
|
padding: 0;
|
width: 18px;
|
height: 18px;
|
background: url(/plugins/img/icheck/minimal/purple.png) no-repeat;
|
border: none;
|
cursor: pointer;
|
}
|
|
.icheckbox_minimal-purple,
|
.icheckbox_minimal-purple.static:hover {
|
background-position: 0 0;
|
}
|
.icheckbox_minimal-purple.hover,
|
.icheckbox_minimal-purple:hover {
|
background-position: -20px 0;
|
}
|
.icheckbox_minimal-purple.checked {
|
background-position: -40px 0;
|
}
|
.icheckbox_minimal-purple.disabled {
|
background-position: -60px 0;
|
cursor: default;
|
}
|
.icheckbox_minimal-purple.checked.disabled {
|
background-position: -80px 0;
|
}
|
|
.iradio_minimal-purple,
|
.iradio_minimal-purple.static:hover {
|
background-position: -100px 0;
|
}
|
.iradio_minimal-purple.hover,
|
.iradio_minimal-purple:hover {
|
background-position: -120px 0;
|
}
|
.iradio_minimal-purple.checked {
|
background-position: -140px 0;
|
}
|
.iradio_minimal-purple.disabled {
|
background-position: -160px 0;
|
cursor: default;
|
}
|
.iradio_minimal-purple.checked.disabled {
|
background-position: -180px 0;
|
}
|
|
/* Retina support */
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
only screen and (-o-min-device-pixel-ratio: 1.5),
|
only screen and (min-device-pixel-ratio: 1.5) {
|
.icheckbox_minimal-purple,
|
.iradio_minimal-purple {
|
background-image: url(/plugins/img/icheck/minimal/purple@2x.png);
|
-webkit-background-size: 200px 20px;
|
background-size: 200px 20px;
|
}
|
}
|