| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560 | /* iCheck plugin Flat skin----------------------------------- */.icheckbox_flat,.iradio_flat {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(flat.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat {    background-position: 0 0;}    .icheckbox_flat.checked {        background-position: -22px 0;    }    .icheckbox_flat.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat.checked.disabled {        background-position: -66px 0;    }.iradio_flat {    background-position: -88px 0;}    .iradio_flat.checked {        background-position: -110px 0;    }    .iradio_flat.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat,    .iradio_flat {        background-image: url(flat@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* red */.icheckbox_flat-red,.iradio_flat-red {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(red.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-red {    background-position: 0 0;}    .icheckbox_flat-red.checked {        background-position: -22px 0;    }    .icheckbox_flat-red.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-red.checked.disabled {        background-position: -66px 0;    }.iradio_flat-red {    background-position: -88px 0;}    .iradio_flat-red.checked {        background-position: -110px 0;    }    .iradio_flat-red.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-red.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-red,    .iradio_flat-red {        background-image: url(red@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* green */.icheckbox_flat-green,.iradio_flat-green {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(green.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-green {    background-position: 0 0;}    .icheckbox_flat-green.checked {        background-position: -22px 0;    }    .icheckbox_flat-green.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-green.checked.disabled {        background-position: -66px 0;    }.iradio_flat-green {    background-position: -88px 0;}    .iradio_flat-green.checked {        background-position: -110px 0;    }    .iradio_flat-green.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-green.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-green,    .iradio_flat-green {        background-image: url(green@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* blue */.icheckbox_flat-blue,.iradio_flat-blue {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(blue.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-blue {    background-position: 0 0;}    .icheckbox_flat-blue.checked {        background-position: -22px 0;    }    .icheckbox_flat-blue.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-blue.checked.disabled {        background-position: -66px 0;    }.iradio_flat-blue {    background-position: -88px 0;}    .iradio_flat-blue.checked {        background-position: -110px 0;    }    .iradio_flat-blue.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-blue.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-blue,    .iradio_flat-blue {        background-image: url(blue@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* aero */.icheckbox_flat-aero,.iradio_flat-aero {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(aero.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-aero {    background-position: 0 0;}    .icheckbox_flat-aero.checked {        background-position: -22px 0;    }    .icheckbox_flat-aero.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-aero.checked.disabled {        background-position: -66px 0;    }.iradio_flat-aero {    background-position: -88px 0;}    .iradio_flat-aero.checked {        background-position: -110px 0;    }    .iradio_flat-aero.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-aero.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-aero,    .iradio_flat-aero {        background-image: url(aero@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* grey */.icheckbox_flat-grey,.iradio_flat-grey {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(grey.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-grey {    background-position: 0 0;}    .icheckbox_flat-grey.checked {        background-position: -22px 0;    }    .icheckbox_flat-grey.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-grey.checked.disabled {        background-position: -66px 0;    }.iradio_flat-grey {    background-position: -88px 0;}    .iradio_flat-grey.checked {        background-position: -110px 0;    }    .iradio_flat-grey.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-grey.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-grey,    .iradio_flat-grey {        background-image: url(grey@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* orange */.icheckbox_flat-orange,.iradio_flat-orange {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(orange.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-orange {    background-position: 0 0;}    .icheckbox_flat-orange.checked {        background-position: -22px 0;    }    .icheckbox_flat-orange.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-orange.checked.disabled {        background-position: -66px 0;    }.iradio_flat-orange {    background-position: -88px 0;}    .iradio_flat-orange.checked {        background-position: -110px 0;    }    .iradio_flat-orange.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-orange.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-orange,    .iradio_flat-orange {        background-image: url(orange@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* yellow */.icheckbox_flat-yellow,.iradio_flat-yellow {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(yellow.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-yellow {    background-position: 0 0;}    .icheckbox_flat-yellow.checked {        background-position: -22px 0;    }    .icheckbox_flat-yellow.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-yellow.checked.disabled {        background-position: -66px 0;    }.iradio_flat-yellow {    background-position: -88px 0;}    .iradio_flat-yellow.checked {        background-position: -110px 0;    }    .iradio_flat-yellow.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-yellow.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-yellow,    .iradio_flat-yellow {        background-image: url(yellow@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* pink */.icheckbox_flat-pink,.iradio_flat-pink {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(pink.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-pink {    background-position: 0 0;}    .icheckbox_flat-pink.checked {        background-position: -22px 0;    }    .icheckbox_flat-pink.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-pink.checked.disabled {        background-position: -66px 0;    }.iradio_flat-pink {    background-position: -88px 0;}    .iradio_flat-pink.checked {        background-position: -110px 0;    }    .iradio_flat-pink.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-pink.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-pink,    .iradio_flat-pink {        background-image: url(pink@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}/* purple */.icheckbox_flat-purple,.iradio_flat-purple {    display: inline-block;    *display: inline;    vertical-align: middle;    margin: 0;    padding: 0;    width: 20px;    height: 20px;    background: url(purple.png) no-repeat;    border: none;    cursor: pointer;}.icheckbox_flat-purple {    background-position: 0 0;}    .icheckbox_flat-purple.checked {        background-position: -22px 0;    }    .icheckbox_flat-purple.disabled {        background-position: -44px 0;        cursor: default;    }    .icheckbox_flat-purple.checked.disabled {        background-position: -66px 0;    }.iradio_flat-purple {    background-position: -88px 0;}    .iradio_flat-purple.checked {        background-position: -110px 0;    }    .iradio_flat-purple.disabled {        background-position: -132px 0;        cursor: default;    }    .iradio_flat-purple.checked.disabled {        background-position: -154px 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: 3/2),       only screen and (min-device-pixel-ratio: 1.5) {    .icheckbox_flat-purple,    .iradio_flat-purple {        background-image: url(purple@2x.png);        -webkit-background-size: 176px 22px;        background-size: 176px 22px;    }}
 |