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

  1. @import url("chrome://yasearch/skin/yasearch.css");
  2. @import url("chrome://yasearch/skin/dialogs/tabbox.css");
  3. @import url("chrome://yasearch/skin/dialogs/button.css");
  4. @import url("chrome://yasearch/skin/dialogs/checkbox.css");
  5.  
  6. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  7. @namespace html url("http://www.w3.org/1999/xhtml");
  8. @namespace ya url("http://bar.yandex.ru/firefox");
  9.  
  10. dialog,
  11. .dialog-content-box,
  12. ya|dialogcontent,
  13. ya|dialogcontent label,
  14. .autocomplete-textbox-container,
  15. .textbox-input-box,
  16. .autocomplete-history-dropmarker {
  17.   margin: 0 !important;
  18.   padding: 0 !important;
  19. }
  20.  
  21. dialog {
  22.   font-size: 19px;
  23.   font-weight: normal;
  24.   font-family: Arial, 'Lucida Grande', sans-serif;
  25.   
  26.   color: #272727;
  27.   
  28.   border: none;
  29.   cursor: default;
  30.   
  31.   -moz-appearance: none !important;
  32.   background-image: none !important;
  33. }
  34.  
  35. dialog[yatransparent="true"] {
  36.   background-color: transparent !important;
  37. }
  38.  
  39. ya|dialogcontent {
  40.   border: 3px solid;
  41.   
  42.   -moz-border-top-colors: #f0f3f0 #e6e6e4 #dad9db;
  43.   -moz-border-left-colors: #f0f3f0 #e6e6e4 #dad9db;
  44.   -moz-border-bottom-colors: #e6e6e6 #dadada #c4c4c4;
  45.   -moz-border-right-colors: #e6e6e6 #dadada #c4c4c4;
  46.   
  47.   -moz-border-radius: 1px;
  48.   
  49.   background-color: rgb(248,217,152);
  50. }
  51.  
  52. dialog[yashadow="window"] ya|dialogcontent {
  53.   -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
  54.   border: none !important;
  55.   margin: 0 16px 24px 16px !important;
  56. }
  57.  
  58. .dialog-button-box {
  59.   display: none !important;
  60. }
  61.  
  62. vbox[yahref],
  63. hbox[yahref] {
  64.   cursor: pointer;
  65.   -moz-user-focus: none;
  66. }
  67.  
  68. description[yahref],
  69. label[yahref],
  70. label[onclick] {
  71.   text-decoration: underline;
  72.   cursor: pointer;
  73.   -moz-user-focus: none;
  74. }
  75.  
  76. textbox {
  77.   margin: 0.2em 0.25em !important;
  78.   padding: 0.1em 0.1em 0.15em 0.2em !important;
  79.   
  80.   color: #272727 !important;
  81.   background-color: #fff !important;
  82.   background-image: none !important;
  83.   
  84.   border: 1px solid !important;
  85.   -moz-border-top-colors: #d8d8d8 !important;
  86.   -moz-border-right-colors: #d8d8d8 !important;
  87.   -moz-border-bottom-colors: #d8d8d8 !important;
  88.   -moz-border-left-colors: #d8d8d8 !important;
  89.   -moz-border-radius: 0 !important;
  90. }
  91.  
  92. textbox,
  93. textbox > * {
  94.   -moz-appearance: none !important;
  95. }
  96.  
  97. textbox[type="autocomplete"] {
  98.   -moz-border-top-colors: #aaa294 !important;
  99. }
  100.  
  101. textbox[disabled="true"] {
  102.   background-color: #edecee !important;
  103. }
  104.  
  105. textbox > hbox,
  106. textbox > hbox > hbox,
  107. textbox html|input {
  108.   outline: none !important;
  109.   color: #272727 !important;
  110.   border: none !important;
  111.   background-color: #fff !important;
  112.   background-image: none !important;
  113. }
  114.  
  115. .autocomplete-history-dropmarker {
  116.   -moz-appearance: none !important;
  117.   border: none !important;
  118.   list-style-image: none !important;
  119.   opacity: 0.8;
  120.   width: 9px;
  121.   background: #fff url("") center center no-repeat !important;
  122.   max-height: none !important;
  123. }
  124.  
  125. textbox:not([yaHasSavedLogins="false"]) .autocomplete-history-dropmarker {
  126.   background-image: url("chrome://yasearch/skin/browser-icons/arrows/arrow-dn.gif") !important;
  127. }
  128.  
  129. .autocomplete-history-dropmarker image {
  130.   display: none;
  131. }
  132.  
  133. .autocomplete-treebody::-moz-tree-cell-text {
  134.   color: #272727;
  135. }
  136.