home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / filC74F2D1A9E0FB17B4DA5191E98BCF801 < prev    next >
Text File  |  2010-07-12  |  2KB  |  75 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. * {
  4.     -moz-appearance: none !important;
  5.     border: none;
  6. }
  7.  
  8. checkbox {
  9.     -moz-box-align: center;
  10.     margin: 2px 4px;
  11.     padding-top: 1px;
  12.     padding-bottom: 1px;
  13.     -moz-padding-start: 4px;
  14.     -moz-padding-end: 2px;
  15. }
  16.  
  17. .checkbox-label-box {
  18.     -moz-margin-start: 2px;
  19.     border: 1px solid transparent;
  20.     padding: 0px 1px 2px 1px;
  21.     -moz-box-align: center;
  22. }
  23.  
  24. .checkbox-icon {
  25.     -moz-margin-end: 2px;
  26.     border: none;
  27. }
  28.  
  29. .checkbox-label {
  30.     margin: 0 !important;
  31.     white-space: nowrap;
  32. }
  33.  
  34.  
  35. .checkbox-label:empty {
  36.     display: none;
  37. }
  38.  
  39. checkbox > .checkbox-check {
  40.     background: none;
  41.     list-style-image: url("checkbox.png");
  42.     -moz-image-region: rect(0px, 12px, 12px, 0px);
  43.     min-height: 12px;
  44.     min-width: 12px;
  45.     max-height: 12px;
  46.     max-width: 12px;
  47. }
  48.  
  49. checkbox[disabled="true"] > .checkbox-check {
  50.     -moz-image-region: rect(12px, 12px, 24px, 0px) !important;
  51. }
  52.  
  53. checkbox:hover > .checkbox-check {
  54.     -moz-image-region: rect(24px, 12px, 36px, 0px);
  55. }
  56.  
  57. checkbox:active > .checkbox-check {
  58.     -moz-image-region: rect(36px, 12px, 48px, 0px);
  59. }
  60.  
  61. checkbox[checked="true"] > .checkbox-check {
  62.     -moz-image-region: rect(0px, 24px, 12px, 12px);
  63. }
  64.  
  65. checkbox[checked="true"][disabled="true"] > .checkbox-check {
  66.     -moz-image-region: rect(12px, 24px, 24px, 12px) !important;
  67. }
  68.  
  69. checkbox[checked="true"]:hover > .checkbox-check {
  70.     -moz-image-region: rect(24px, 24px, 36px, 12px);
  71. }
  72.  
  73. checkbox[checked="true"]:active > .checkbox-check {
  74.     -moz-image-region: rect(36px, 24px, 48px, 12px);
  75. }