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 / fil0388643F6317A7DE7CB8F03FF52E702D < prev    next >
Text File  |  2010-07-12  |  4KB  |  174 lines

  1. @namespace url("http://www.w3.org/1999/xhtml");
  2. @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. .ya-status {
  5.   position: relative;
  6.   display: block;
  7.   vertical-align: top;
  8.   margin-left: 8px;
  9. }
  10.  
  11. .ya-status[mode="edit"] {
  12.   -moz-box-flex: 1;
  13. }
  14.  
  15. .ya-status-arrow {
  16.   position: absolute;
  17.   left: -8px;
  18.   top: 8px;
  19.   width: 8px;
  20.   height: 8px;
  21.   background: url("chrome://yasearch/skin/dialogs/images/status/arrow.png") 0 0 no-repeat;
  22.   z-index: 1000;
  23. }
  24.  
  25. .ya-status-border {
  26.   -moz-border-radius: 8px;
  27.   padding: 4px;
  28.   background: #ffffff;
  29. }
  30.  
  31. .ya-status-content > *|* {
  32.   display: none;
  33. }
  34.  
  35. .ya-status[mode="text"] .ya-status-content > .ya-status-text {
  36.   display: block;
  37.   cursor: pointer;
  38.   min-width: 30px;
  39.   max-width: 150px;
  40.   max-height: 30px!important;
  41.   overflow: hidden;
  42.   word-wrap: break-word;
  43.   color: #e44d14;
  44.   font-size: 15px;
  45.   line-height: 15px;
  46.   padding: 1px;
  47.   margin: 3px 4px 3px 4px;
  48.   position: relative;
  49. }
  50.  
  51. .ya-status[mode="text"] .ya-status-content > .ya-status-text > span {
  52.   max-width: 100%;
  53. }
  54.  
  55. .ya-status .ya-status-text .ya-status-text-empty {
  56.   font-style: italic;
  57. }
  58.  
  59. .ya-status .ya-status-text[empty="false"] .ya-status-text-empty {
  60.   display: none;
  61. }
  62.  
  63. .ya-status:not([mode="text"]) .ya-status-text * {
  64.   display: none;
  65. }
  66.  
  67. .ya-status[mode="text"] .ya-status-content > .ya-status-text > div {
  68.   display: none;
  69. }
  70.  
  71. .ya-status[mode="text"] .ya-status-content > .ya-status-text[overflow] > div {
  72.   display: block;
  73.   position: absolute;
  74.   right: 0px;
  75.   bottom: 0px;
  76.   height: 15px;
  77.   width: 20px;
  78.   background: url("chrome://yasearch/skin/dialogs/images/status/fade-white.png");
  79. }
  80.  
  81. .ya-status[mode="edit"] .ya-status-content > .ya-status-edit {
  82.   vertical-align: top;
  83.   display: -moz-box;
  84.   -moz-box-orient: horizontal;
  85.   height: 38px;
  86.   width: 160px;
  87. }
  88.  
  89. .ya-status[mode="edit"] .ya-status-content > .ya-status-edit textarea {
  90.   display: -moz-box;
  91.   -moz-box-flex: 1;
  92.   height: 100%;
  93.   width: 100%;
  94.   border: 0px solid red !important;
  95.   font-size: 12px !important;
  96.   line-height: 12px;
  97.   font-family: sans-serif !important;
  98.   margin: 0 -10px 0px 2px;
  99.   padding: 0 !important;
  100.   overflow-x: hidden;
  101.   overflow-y: scroll;
  102.   word-wrap: break-word;
  103. }
  104.  
  105. .ya-status[mode="edit"] .ya-status-content .left {
  106.   overflow: hidden;
  107.   display: -moz-box;
  108.   -moz-box-flex: 1;
  109. }
  110.  
  111. .ya-status[mode="edit"] .ya-status-content .right {
  112.   display: -moz-box;
  113.   -moz-box-pack: end;
  114.   -moz-box-orient: vertical;
  115. }
  116.  
  117. .ya-status-edit xul|scrollbar {
  118.   -moz-binding: url("chrome://yasearch/content/dialogs/scrollbar.xbl#scrollbar") !important;
  119.   -moz-box-flex: 1;
  120. }
  121.  
  122. .ya-status[mode="edit"] .ya-status-content .ya-status-ok {
  123.   display: -moz-box;
  124.   margin-top: 2px;
  125.   width: 13px;
  126.   height: 13px;
  127.   background: url("chrome://yasearch/skin/dialogs/images/status/ok.png");
  128.   cursor: pointer;
  129. }
  130.  
  131. .ya-status[request="wait"][mode="text"] .ya-status-text {
  132.   max-width: 134px;
  133.   margin-right: 20px;
  134. }
  135.  
  136. .ya-status[request="wait"][mode="text"] .ya-status-throbber {
  137.   opacity: 0.3;
  138.   position: absolute;
  139.   right: 3px;
  140.   bottom: 3px;
  141.   display: block;
  142.   width: 16px;
  143.   height: 16px;
  144.   background: url("chrome://yasearch/skin/browser-icons/throbber/throbber-small.gif");
  145. }
  146.  
  147. .ya-status-error {
  148.   position: absolute;
  149.   z-index: 10;
  150.   padding: 5px;
  151.   height: 32px;
  152.   width: 152px;
  153.   background: url("chrome://yasearch/skin/dialogs/images/status/error.png");
  154.   color: #ffffff;
  155.   font-size: 11px;
  156.   font-weight: bold;
  157.   text-align: center;
  158.   margin: -5px;
  159. }
  160.  
  161. .ya-status-error span {
  162.   text-decoration: underline;
  163.   cursor: pointer;
  164. }
  165.  
  166. .ya-status[request="error"] .ya-status-error {
  167.   display: block;
  168. }
  169.  
  170. .ya-status[request="error"] .ya-status-content {
  171.     min-height: 32px;
  172.     min-width: 152px;
  173. }
  174.