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

  1. @namespace url("http://bar.yandex.ru/firefox");
  2. @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3. @namespace html url("http://www.w3.org/1999/xhtml");
  4. @namespace ya url("http://bar.yandex.ru/firefox");
  5.  
  6. ya|* {
  7.   display: -moz-box;
  8.   -moz-box-orient: vertical;
  9. }
  10.  
  11. dialogcontent {
  12.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#dialogcontent");
  13. }
  14.  
  15. dialogcontent xul|*[anonid="deck"] {
  16.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#deck-stack") !important;
  17.   background-color: rgb(248,217,152);
  18. }
  19.  
  20. tabbox {
  21.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#tabbox");
  22. }
  23.  
  24. tabs {
  25.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#tabs");
  26. }
  27.  
  28. tab {
  29.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#tab");
  30. }
  31.  
  32. tabpanels {
  33.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#tabpanels");
  34. }
  35.  
  36. tabpanel {
  37.   -moz-binding: url("chrome://yasearch/content/dialogs/tabs-bindings.xbl#tabpanel");
  38. }
  39.  
  40. tabbox > xul|stack[anonid="title"] {
  41.   background: #ececec;
  42.   text-align: center;
  43.   padding: 0.18em 0.7em;
  44.   margin: -1px 0 !important;
  45. }
  46.  
  47. tabbox > xul|stack[anonid="title"] > xul|image[anonid="title-bg"] {
  48.   -moz-image-region: rect(0px, 1px, 26px, 0px);
  49.   margin: -0.18em -0.7em;
  50. }
  51.  
  52. xul|image[anonid="title-bg"] {
  53.   list-style-image: url("chrome://yasearch/skin/dialogs/images/title/bg.png");
  54.   -moz-image-region: rect(1px, 2px, 22px, 1px);
  55. }
  56.  
  57. tabbox > xul|stack[anonid="title"] > xul|hbox[anonid="label-container"] {
  58.   margin: 0 10px 0 20px;
  59. }
  60.  
  61. tabbox[busy="true"] xul|stack[anonid="title"] > xul|vbox[anonid="throbber-container"] {
  62.   list-style-image: url("chrome://yasearch/skin/browser-icons/throbber/throbber.gif");
  63.   opacity: 0.4;
  64. }
  65.  
  66. dialog[yashadow="window"] xul|stack[anonid="content-stack"] {
  67.   margin-bottom: -1px;
  68. }
  69.  
  70. html|div.content-background {
  71.   height: 1px;
  72.   overflow: hidden;
  73.   -moz-box-flex: 1;
  74. }
  75.  
  76. html|div.content-background > html|img {
  77.   width: 100%;
  78.   height: 300px;
  79. }
  80.  
  81. tabbox > xul|stack > html|div {
  82.   background: transparent url("chrome://yasearch/skin/dialogs/images/dialog/content.bg.bottom.px.png") 0 300px repeat-x;
  83. }
  84.  
  85. tabbox[yaSingleTabbox="true"] tabs {
  86.   display: none !important;
  87. }
  88.  
  89. tabs {
  90.   font-size: 0.8em;
  91.   text-align: center;
  92. }
  93.  
  94. tab:not([selected="true"]) *|* {
  95.   cursor: pointer !important;
  96. }
  97.  
  98. tabbox html|div[anonid="closeButton"] {
  99.   width: 15px;
  100.   height: 15px;
  101.   background: transparent url("images/button/close.png") 0 0 no-repeat;
  102. }
  103.  
  104. tabbox html|div[anonid="closeButton"]:hover {
  105.   background-position: -15px 0;
  106. }
  107.  
  108. tabbox html|div[anonid="closeButton"]:active {
  109.   background-position: -30px 0;
  110. }