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 / fil0DEA326A2ABA21E7145DBD7A1E7DE9D9 < prev    next >
Text File  |  2010-07-12  |  6KB  |  287 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.w3.org/1999/xhtml");
  3. @namespace svg url("http://www.w3.org/2000/svg");
  4. @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  5. @namespace html url("http://www.w3.org/1999/xhtml");
  6.  
  7. a:focus {
  8.   outline: none;
  9. }
  10.  
  11. a {
  12.   cursor: pointer !important;
  13. }
  14.  
  15. #favicon {
  16.   display: none;
  17. }
  18.  
  19. #container {
  20.   position: relative;
  21. }
  22.  
  23. #container,
  24. table {
  25.   margin: 0 auto;
  26.   padding: 0;
  27.   width: 100%;
  28.   height: 100%;
  29.   min-height: 100%;
  30.   max-height: 100%;
  31. }
  32.  
  33. #search-container {
  34.   margin: 0 0 0 8px;
  35. }
  36.  
  37. #search-container-link {
  38.   display: block;
  39.   width: 95px;
  40.   height: 37px;
  41.   margin: 0 15px 6px 0;
  42.   background: url("chrome://yasearch/skin/images/yandex-logo-37.png") 0 0 no-repeat;
  43. }
  44.  
  45. table {
  46.   border: none;
  47.   border-collapse: collapse;
  48. }
  49.  
  50. table > tr > td {
  51.   padding: 0;
  52.   vertical-align: middle;
  53.   height: 100%;
  54.   min-height: 100%;
  55. }
  56.  
  57. a.thumb-holder {
  58.   -moz-binding: url("chrome://yasearch/content/ftab/ftab.xml#thumb");
  59.   display: block;
  60.   position: relative;
  61.   margin: 8px;
  62.   padding: 0;
  63.   text-decoration: none;
  64. }
  65.  
  66. a.thumb-holder > div.thumb-shadow {
  67.   position: absolute;
  68.   top: -8px;
  69.   left: -8px;
  70.   bottom: -8px;
  71.   right: -8px;
  72.   
  73.   border: 8px solid;
  74.   -moz-border-radius: 8px;
  75.   -moz-border-top-colors:    rgba(200,200,200,0.1)  rgba(180,180,180,0.12) rgba(160,160,160,0.16) rgba(140,140,140,0.24)
  76.                              rgba(120,120,120,0.35) rgba(110,110,110,0.45) rgba(100,100,100,0.5)  rgba(90,90,90,0.55);
  77.   -moz-border-right-colors:  rgba(200,200,200,0.1)  rgba(180,180,180,0.12) rgba(160,160,160,0.16) rgba(140,140,140,0.24)
  78.                              rgba(120,120,120,0.35) rgba(110,110,110,0.45) rgba(100,100,100,0.5)  rgba(90,90,90,0.55);
  79.   -moz-border-bottom-colors: rgba(200,200,200,0.1)  rgba(180,180,180,0.12) rgba(160,160,160,0.16) rgba(140,140,140,0.24)
  80.                              rgba(120,120,120,0.35) rgba(110,110,110,0.45) rgba(100,100,100,0.5)  rgba(90,90,90,0.55);
  81.   -moz-border-left-colors:   rgba(200,200,200,0.1)  rgba(180,180,180,0.12) rgba(160,160,160,0.16) rgba(140,140,140,0.24)
  82.                              rgba(120,120,120,0.35) rgba(110,110,110,0.45) rgba(100,100,100,0.5)  rgba(90,90,90,0.55);
  83.   
  84.   display: none;
  85. }
  86.  
  87. a.thumb-holder:hover > div.thumb-shadow {
  88.   display: block;
  89. }
  90.  
  91. a.thumb-holder div.thumb-container {
  92.   outline: 1px solid rgb(193,193,193);
  93. }
  94.  
  95. svg|svg {
  96.   width: 100%;
  97.   height: 100%;
  98.   display: block;
  99. }
  100.  
  101. a[yaThumbState="error"] svg|g.error {
  102.   display: block !important;
  103. }
  104.  
  105. td.thumb > a:hover svg|rect.hover-off {
  106.   display: none;
  107. }
  108.  
  109. a[yaThumbState="busy"] .throbber {
  110.   position: absolute;
  111.   top: 50%; left: 50%;
  112.   margin: -10px 0 0 -10px;
  113.   width: 20px; height: 20px;
  114.   background: transparent url("chrome://yasearch/skin/browser-icons/throbber/throbber.gif") 50% 50% no-repeat;
  115.   opacity: 0.7;
  116. }
  117.  
  118. .control-holder {
  119.   display: none;
  120.   position: absolute;
  121.   top: -13px;
  122.   right: -10px;
  123.   background: transparent url("chrome://yasearch/skin/ftab/control.png") 0 0 no-repeat;
  124.   text-align: center;
  125.   padding: 5px 0 0 8px;
  126.   width: 37px;/*45*/
  127.   height: 21px;/*26*/
  128. }
  129.  
  130. td.thumb > a[href]:hover > .thumb-container > .control-holder {
  131.   display: block;
  132. }
  133.  
  134. .control-holder > a {
  135.   width: 13px;
  136.   height: 13px;
  137.   display: block;
  138.   float: left;
  139.   background: transparent url("chrome://yasearch/skin/ftab/control.png") -9px 0 no-repeat;
  140. }
  141.  
  142. .control-holder > a.control-prefs {
  143.   background-position: -9px -25px;
  144. }
  145.  
  146. .control-holder > a:hover.control-prefs {
  147.   background-position: -9px -38px;
  148. }
  149.  
  150. .control-holder > a.control-remove {
  151.   background-position: -23px -25px;
  152. }
  153.  
  154. .control-holder > a:hover.control-remove {
  155.   background-position: -23px -52px;
  156. }
  157.  
  158. /*=============================================*/
  159. .text-holder {
  160.   position: absolute;
  161.   left: 0;
  162.   top: 0;
  163.   overflow: hidden;
  164.   color: rgb(175,155,155);
  165.   font-weight: normal;
  166.   font-family: Arial, sans-serif;
  167.   font-size: 13px;
  168.   width: 100%;
  169.   height: 100%;
  170.   white-space: nowrap;
  171. }
  172.  
  173. .text-holder > div {
  174.   position: absolute;
  175.   left: 0;
  176.   bottom: 0;
  177.   width: 100%;
  178.   overflow: hidden;
  179. }
  180.  
  181. .text-holder > div > p {
  182.   margin: 0;
  183.   padding: 0.1em 0.3em 0 0.3em;
  184. }
  185.  
  186. .thumb-title {
  187.   font-weight: bold;
  188.   color: #000;
  189.   background-color: rgb(242,242,242);
  190.   border-top: 1px solid rgb(224,224,224);
  191. }
  192.  
  193. a.thumb-holder:hover .thumb-title {
  194.   color: #f00;
  195. }
  196.  
  197. .text-holder > .thumb-title > p {
  198.   padding: 0.2em 0.4em 0.15em 0.4em;
  199. }
  200.  
  201. .thumb-title .shade {
  202.   position: absolute;
  203.   top: 0;
  204.   right: 0;
  205.   width: 30px;
  206.   height: 100%;
  207.   margin-left: -30px;
  208.   background: url("chrome://yasearch/skin/ftab/shade.title.png");
  209. }
  210.  
  211. a:not([href]) .thumb-title {
  212.   display: none;
  213. }
  214.  
  215. .thumb-empty {
  216.   height: 4em;
  217.   margin: 0.4em 0.4em 0.6em 0.4em;
  218.   display: none;
  219. }
  220.  
  221. a:not([href]):hover .thumb-empty {
  222.   display: block;
  223. }
  224.  
  225. .text-holder > .thumb-number {
  226.   left: auto;
  227.   right: 0;
  228.   width: 40px;
  229.   height: 55px;
  230. }
  231.  
  232. .text-holder > .thumb-number > .thumb-number-value {
  233.   position: absolute;
  234.   width: 40px;
  235.   height: 165px;
  236.   top: -55px;
  237.   background: transparent url("chrome://yasearch/skin/ftab/num.png") 0 0 no-repeat;
  238. }
  239.  
  240. td.thumb > a:hover .thumb-number-value {
  241.   top: 0;
  242. }
  243.  
  244. a[href] .thumb-number-value {
  245.   top: -110px !important;
  246. }
  247.  
  248. /*=============================================*/
  249. xul|hbox#editor {
  250.   -moz-binding: url("chrome://yasearch/content/ftab/ftab.xml#editor");
  251.   -moz-box-flex: 1;
  252.   display: none;
  253. }
  254.  
  255. /*=============================================*/
  256. xul|textbox xul|image.autocomplete-icon {
  257.   display: none;
  258. }
  259.  
  260. xul|textbox {
  261.   padding: 0.1em 0;
  262. }
  263.  
  264. xul|textbox#ftab-search-box html|input {
  265.   font-size: 1.2em;
  266.   font-family: Arial, 'Lucida Grande', sans-serif;
  267. }
  268.  
  269. xul|textbox:-moz-system-metric(windows-default-theme) {
  270.   padding: 0.25em 0.1em 0.3em 0.1em;
  271. }
  272.  
  273. xul|*#treecolAutoCompleteComment {
  274.   text-align: right;
  275.   -moz-box-flex: 0 !important;
  276.   min-width: 5em !important;
  277. }
  278.  
  279. xul|*.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), 
  280. xul|*.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
  281.   color: GrayText;
  282.   font-size: smaller;
  283. }
  284.  
  285. xul|*.autocomplete-treebody::-moz-tree-cell(suggesthint) {
  286.   border-top: 1px solid GrayText;
  287. }