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 / filD910F7CC53F403A7D2BE99D1E27C320B < prev    next >
Text File  |  2010-07-12  |  3KB  |  117 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #yasearch-popup-autocomplete-panel {
  4.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-popup-autocomplete") !important;
  5. }
  6.  
  7. .yasearchbar-textbox {
  8.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-textbox");
  9.   -moz-appearance: none;
  10.   min-width: 80px;
  11.   border-width: 1px;
  12.   -moz-border-top-colors: ThreeDShadow;
  13.   -moz-border-bottom-colors: ThreeDShadow;
  14.   -moz-border-right-colors: ThreeDShadow;
  15.   -moz-border-left-colors: ThreeDShadow;
  16.   margin: 1px 2px;
  17. }
  18.  
  19. .textbox-input-box {
  20.   margin: 0 3px 0 0;
  21. }
  22.  
  23. .yasearchbar-textbox > .autocomplete-history-dropmarker {
  24.   display: none;
  25. }
  26.  
  27. .yasearchbar-engine-image {
  28.   height: 16px;
  29.   width: 16px;
  30.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  31.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  32.   -moz-margin-start: 3px;
  33. }
  34.  
  35. .yasearchbar-engine-button {
  36.   -moz-appearance: none;
  37.   min-width: 0;
  38.   height: auto;
  39.   min-height: 20px;
  40.   -moz-margin-end: 3px;
  41.   margin: 0;
  42.   padding: 0;
  43.   -moz-box-align: center;
  44.   background: transparent;
  45.   border: none;
  46. }
  47.  
  48. toolbar[id="yasearch-bar"] .yasearchbar-engine-button {
  49.   min-height: 22px;
  50. }
  51.  
  52. .yasearchbar-engine-button > hbox,
  53. .yasearchbar-engine-button > hbox hbox {
  54.   -moz-appearance: none;
  55.   padding: 0;
  56.   border: 0;
  57.   background: transparent !important;
  58. }
  59.  
  60. .yasearchbar-dropmarker-image {
  61.   list-style-image: url("chrome://yasearch/skin/browser-icons/search-arrow.gif");
  62.   margin: 0 0 -10px -2px;
  63. }
  64.  
  65. .yasearchbar-search-button {
  66.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-search-button");
  67. }
  68.  
  69. .yasearchbar-search-button[hidden="true"] {
  70.   display: none;
  71. }
  72.  
  73. .yasearchbar-search-button .toolbarbutton-text {
  74.   display: -moz-box !important;
  75.   margin: 3px 0px 2px 0px !important;
  76.   padding: 0 1px !important;
  77. }
  78.  
  79. .yasearchbar-search-button .toolbarbutton-icon {
  80.   display: none;
  81. }
  82.  
  83. yasearchboxresizer {
  84.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-resizer");
  85.   background: transparent url("chrome://yasearch/skin/browser-icons/splitter-w-arrows.png") 0 center no-repeat;
  86.   width: 11px;
  87.   height: 20px;
  88.   margin: 1px 0px 2px -2px;
  89.   cursor: e-resize;
  90. }
  91.  
  92. yasearchboxresizer:hover,
  93. yasearchboxresizer:active {
  94.   background-position: -16px center;
  95. }
  96.  
  97. yasearchboxhighlighter {
  98.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-highlighter");
  99.   list-style-image: url("images/highlighter.png");
  100.   -moz-image-region: rect(0, 17px, 16px, 0);
  101. }
  102.  
  103. yasearchboxhighlighter[teleportEnabled="true"] {
  104.   -moz-image-region: rect(0px, 34px, 16px, 17px);
  105. }
  106.  
  107. yasearchboxhighlighter > toolbarbutton .toolbarbutton-menubutton-button {
  108.   min-width: 17px !important;
  109. }
  110.  
  111. yasearchboxhighlighter > toolbarbutton image {
  112.   margin: 0;
  113. }
  114.  
  115. yasearchboxhighlighter > toolbarbutton .toolbarbutton-text {
  116.   display: none;
  117. }