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 / fil032FE4D7F08677C765AFA3EC95C9959B < prev    next >
Text File  |  2010-07-12  |  2KB  |  70 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. stack[anonid="yawintitle-stack"] {
  4.   color: #272727;
  5.   min-height: 26px;
  6.   background-color: #ececec;
  7. }
  8.  
  9. stack[anonid="yawintitle-stack"] > image[anonid="yawintitle-stack-bg"] {
  10.   list-style-image: url("chrome://yasearch/skin/dialogs/images/title/bg.png");
  11.   -moz-image-region: rect(0px, 1px, 26px, 0px);
  12. }
  13.  
  14. stack[anonid="yawintitle-stack"] > hbox > label {
  15.   text-align: center;
  16.   font-size: 14px;
  17.   font-weight: bold;
  18. }
  19.  
  20. hbox[anonid="buttons-box"] {
  21.   min-height: 18px;
  22. }
  23.  
  24. hbox[anonid="buttons-box"] > toolbarbutton {
  25.   -moz-appearance: none;
  26.   -moz-image-region: rect(0px, 15px, 15px, 0px);
  27.   width: 15px;
  28.   height: 15px;
  29.   padding: 0;
  30.   margin: 0;
  31.   border: none !important;
  32.   cursor: default;
  33.   list-style-image: url("chrome://yasearch/skin/dialogs/images/button/close.png");
  34.   background-color: transparent;
  35. }
  36.  
  37. hbox[anonid="buttons-box"] > toolbarbutton:hover {
  38.   -moz-image-region: rect(0px, 30px, 15px, 15px);
  39. }
  40.  
  41. hbox[anonid="buttons-box"] > toolbarbutton:active {
  42.   -moz-image-region: rect(0px, 45px, 15px, 30px);
  43. }
  44.  
  45. hbox[anonid="buttons-box"] > toolbarbutton.title-button-top {
  46.   list-style-image: url("chrome://yasearch/skin/dialogs/images/button/win-top-bottom.png");
  47.   -moz-image-region: rect(15px, 15px, 30px, 0px);
  48. }
  49.  
  50. hbox[anonid="buttons-box"] > toolbarbutton.title-button-bottom {
  51.   list-style-image: url("chrome://yasearch/skin/dialogs/images/button/win-top-bottom.png");
  52.   -moz-image-region: rect(0px, 15px, 15px, 0px);
  53. }
  54.  
  55. hbox[anonid="buttons-box"] > toolbarbutton.title-button-top:hover {
  56.   -moz-image-region: rect(15px, 30px, 30px, 15px);
  57. }
  58.  
  59. hbox[anonid="buttons-box"] > toolbarbutton.title-button-bottom:hover {
  60.   -moz-image-region: rect(0px, 30px, 15px, 15px);
  61. }
  62.  
  63. hbox[anonid="buttons-box"] toolbarbutton[class] {
  64.   display: none;
  65. }
  66.  
  67. stack[anonid="yawintitle-stack"][mode~="top"] .title-button-bottom,
  68. stack[anonid="yawintitle-stack"][mode~="bottom"] .title-button-top {
  69.   display: -moz-box !important;
  70. }