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

  1. @import url("chrome://global/skin/");
  2. @import url("chrome://yasearch-platform-style/content/alerts/alerts.css");
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4. @namespace html url(http://www.w3.org/1999/xhtml);
  5.  
  6. grid {
  7.   margin: 0.3em 0;
  8.   color: #000;
  9. }
  10.  
  11. rows, row {margin:0; padding:0}
  12.  
  13. .bold {
  14.   font-weight: bold;
  15. }
  16.  
  17. html|div.content-background {
  18.   height: 1px;
  19.   overflow: hidden;
  20.   -moz-box-flex: 1;
  21. }
  22.  
  23. html|div.content-background > image {
  24.   list-style-image: url("chrome://yasearch/skin/dialogs/images/dialog/content.bg.png");
  25.   width: 100%;
  26.   height: 175px;
  27. }
  28.  
  29. window {
  30.   font-size: 9pt;
  31.   line-height: 11pt;
  32.   font-weight: normal;
  33.   font-family: Arial, sans-serif;
  34. }
  35.  
  36. window,
  37. #alertBox {
  38.   color: #000 !important;
  39.   background-color: rgb(255, 216, 146) !important;
  40. }
  41.  
  42. #alertBox[class="changed"] *|*.changedAgain,
  43. #alertBox[class="changedAgain"] *|*.changed {
  44.   display: none;
  45. }
  46.  
  47. #contentHolder {
  48.   min-width: 360px;
  49.   max-width: 360px;
  50.   padding: 12px 0;
  51. }
  52.  
  53. #alertImageBox {
  54.   width: 58px;
  55.   height: 58px;
  56. }
  57.  
  58. #alertImage {
  59.   list-style-image: url("chrome://yasearch/skin/images/bar-logo-48.png");
  60.   width: 48px;
  61.   height: 48px;
  62. }
  63.  
  64. #alertTextBox {
  65.   padding: 0 10px 0 0;
  66. }
  67.  
  68. html|h2, html|p {
  69.   margin: 0;
  70.   padding: 0;
  71. }
  72.  
  73. html|h2 {
  74.   margin-right: 48px;
  75.   font-weight: bold;
  76.   font-size: 12pt;
  77.   line-height: 14pt;
  78.   color: #a82e17;
  79. }
  80.  
  81. html|p {
  82.   margin: 0.4em 0;
  83. }
  84.  
  85. html|div#changesHelp[moreHelpShowed="true"] html|span#showMore,
  86. html|div#changesHelp:not([moreHelpShowed="true"]) > html|div {
  87.   display: none;
  88. }
  89.  
  90. html|span#showMore,
  91. html|a {
  92.   cursor: pointer;
  93.   color: #1455D6;
  94.   text-decoration: underline;
  95.   outline: none;
  96. }
  97.  
  98. html|a:hover {
  99.   color: #424F63;
  100. }
  101.  
  102. .footerHolder {
  103.   margin: 0 58px;
  104.   -moz-box-align: start;
  105.   -moz-box-pack: center;
  106. }
  107.  
  108. button {
  109.   margin: 0;
  110.   min-width: 9em;
  111. }
  112.  
  113. #alertTextBox > html|p:last-child {
  114.    margin-bottom: -0.4em;
  115. }
  116.  
  117. checkbox {
  118.   margin: 0 0 3px 0 !important;
  119.   padding: 0 !important;
  120.   -moz-padding-start: 0 !important;
  121.   -moz-padding-end: 0 !important;
  122.   -moz-margin-start: 0 !important;
  123.   -moz-margin-end: 0 !important;
  124. }
  125.  
  126. html|div.titleHolder {
  127.   position: relative;
  128. }
  129.  
  130. html|div#closeButton {
  131.   position: absolute;
  132.   top: 0;
  133.   right: 0;
  134.   width: 15px;
  135.   height: 15px;
  136.   background: transparent url("chrome://yasearch/skin/dialogs/images/button/close.png") 0 0 no-repeat;
  137. }
  138.  
  139. html|div#closeButton:hover {
  140.   background-position: -15px 0;
  141. }
  142.  
  143. html|div#closeButton:active {
  144.   background-position: -30px 0;
  145. }