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 / filE5A16CDA589436F3F4879AAE532E933F < prev    next >
Text File  |  2010-07-12  |  4KB  |  144 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. prefwindow {
  4.   height: auto !important;
  5.   width: auto !important;
  6. }
  7.  
  8. prefwindow[animate="on"],
  9. prefwindow[animated="true"] {
  10.   min-height: 0 !important;
  11. }
  12.  
  13. prefpane .container {
  14.     padding-bottom: 3px;
  15. }
  16.  
  17. .prefWindow-dlgbuttons-hack {
  18.     -moz-binding: url("bindings/customize.xml#prefWindow-dlgbuttons-hack");
  19. }
  20.  
  21. prefwindow:not([prefWindow-dlgbuttons-hack]) .prefWindow-dlgbuttons {
  22.     visibility: hidden;
  23. }
  24.  
  25. prefwindow:not([lastSelected="prefpane-customize"]) button[dlgtype="customdelete"],
  26. prefwindow:not([lastSelected="prefpane-customize"]) button[dlgtype="extra2"] {
  27.     display: none;
  28. }
  29.  
  30. richlistbox {
  31.     -moz-binding: url("bindings/customize.xml#richlistbox");
  32. }
  33.  
  34. #registered-widgets-list {
  35.     -moz-binding: url("bindings/customize.xml#richlistbox-registered");
  36. }
  37.  
  38. #active-widgets-list {
  39.     -moz-binding: url("bindings/customize.xml#richlistbox-active");
  40. }
  41.  
  42. #registered-widgets-list richlistitem {
  43.     -moz-binding: url("bindings/customize.xml#registered-richlistitem");
  44. }
  45.  
  46. #active-widgets-list richlistitem {
  47.     -moz-binding: url("bindings/customize.xml#active-richlistitem");
  48. }
  49.  
  50. richlistitem[collapsedSettings="false"]:not(:empty) vbox[anonid="settingsContainer"],
  51. richlistitem[collapsedSettings="false"] vbox:not(:empty)[anonid="settingsContainer"] {
  52.     padding-left: 20px;
  53.     padding: 5px 10px 10px 21px;
  54. }
  55.  
  56. richlistitem image.xb-widget-icon {
  57.     max-width: 16px;
  58.     max-height: 16px;
  59.     margin: 1px 1px 1px 3px;
  60. }
  61.  
  62. richlistitem image.xb-widget-icon[src=""] {
  63.     list-style-image: url("../dialogs/package-management/components/images/widget.png");
  64. }
  65.  
  66. richlistitem[id^="separator"] image.xb-widget-icon {
  67.     list-style-image: url("../../../skin/preferences/separator.png");
  68. }
  69.  
  70. richlistitem[id^="spring"] image.xb-widget-icon {
  71.     list-style-image: url("../../../skin/preferences/spring.png");
  72. }
  73.  
  74. richlistitem[id^="spacer"] image.xb-widget-icon {
  75.     list-style-image: url("../../../skin/preferences/spacer.png");
  76. }
  77.  
  78. richlistitem[xb-dragover-node="before"] {
  79.     border-top: 2px dotted rgba(125,125,125,0.7);
  80. }
  81.  
  82. richlistitem[xb-dragover-node="after"] {
  83.     border-bottom: 2px dotted rgba(125,125,125,0.7);
  84. }
  85.  
  86. .buttons-container {
  87.     -moz-box-pack: center;
  88.     padding: 0 2px;
  89. }
  90.  
  91. button.minimal {
  92.     -moz-binding: url("bindings/customize.xml#button-minimal");
  93. }
  94. button.arrow-right {
  95.     list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif") !important;
  96. }
  97. button.arrow-left {
  98.     list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif") !important;
  99. }
  100. button.arrow-up {
  101.     list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif") !important;
  102. }
  103. button.arrow-down {
  104.     list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif") !important;
  105. }
  106.  
  107. button.minimal[disabled="true"] {
  108.     opacity: 0.4;
  109. }
  110.  
  111. radio[pane] {
  112.     list-style-image: url("chrome://yasearch-platform-style/content/preferences/preferences.png");
  113.     min-width: 64px;
  114. }
  115.  
  116. radio[pane="prefpane-misc"] {
  117.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  118. }
  119.  
  120. radio[pane="prefpane-misc"]:active  {
  121.     -moz-image-region: rect(32px, 64px, 64px, 32px);
  122. }
  123.  
  124. radio[pane="prefpane-customize"] {
  125.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  126. }
  127.  
  128. radio[pane="prefpane-customize"]:active  {
  129.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  130. }
  131.  
  132. radio[pane] image {
  133.     opacity: .7;
  134. }
  135.  
  136. radio[pane]:hover image,
  137. radio[pane][selected="true"] image {
  138.     opacity: 1;
  139. }
  140.  
  141. .small-text {
  142.     font-size: 0.9em;
  143. }
  144.