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 / fil652C6DFD60FBC3AA2A6700CF934C55E7 < prev    next >
Text File  |  2010-07-12  |  2KB  |  118 lines

  1. @import url("../../../bindings/orange/orange.css");
  2.  
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5. component {
  6.     background: #ffffff;
  7.     vertical-align: bottom;
  8.     
  9.     display: -moz-box;
  10.     -moz-box-align: start;
  11. }
  12.  
  13. component:nth-child(even) {
  14.     background: #ffeac4;
  15. }
  16.  
  17. component[type="widget"] image[src] {
  18.     list-style-image: url("images/widget.png");
  19.     max-width: 16px;
  20.     max-height: 16px;
  21.     min-width: 16px;
  22.     min-height: 16px;
  23. }
  24.  
  25. *.xxx {
  26.     border: 1px solid red;
  27. }
  28.  
  29. .center {
  30.     -moz-box-flex: 1;
  31. }
  32.  
  33. .center .widgets {
  34.     -moz-box-flex: 1;
  35. }
  36.  
  37. .version {
  38.     color: #666666;
  39.     font-size: 11px;
  40.     margin: 5px 0;
  41. }
  42.  
  43. /* item type: package */
  44. [type="package"] .widget {
  45.     -moz-box-align: baseline;
  46. }
  47.  
  48. [type="package"] .version {
  49.     margin-left: 52px;
  50. }
  51.  
  52. [type="package"] .widget .icon {
  53.     margin: 4px 10px 0px 26px;
  54.     display: -moz-box;
  55. }
  56.  
  57. [type="package"] .widget .title {
  58.     color: #000000;
  59.     font-size: 13px;
  60.     -moz-box-flex: 1;
  61. }
  62.  
  63. /* item type: package-remove */
  64. [type="package-remove"] {
  65.     -moz-box-align: start;
  66. }
  67.  
  68. [type="package-remove"] .widgets {
  69.     -moz-box-flex: 1;
  70.     padding: 2px 0;
  71. }
  72.  
  73. [type="package-remove"] .widget {
  74.     -moz-box-align: baseline;
  75.     padding: 2px 0;
  76. }
  77.  
  78. [type="package-remove"] .widget .icon {
  79.     margin: 0px 10px;
  80. }
  81.  
  82. [type="package-remove"] .widget .title {
  83.     color: #000000;
  84.     font-size: 13px;
  85.     -moz-box-flex: 1;
  86. }
  87.  
  88. /* item type: preset */
  89. [type="preset"] .center {
  90. }
  91.  
  92. [type="preset"] .icon-container {
  93.     -moz-box-align: center;
  94.     -moz-box-pack: center;
  95.     margin: 5px 10px;
  96.     min-width: 32px;
  97.     min-height: 32px;
  98. }
  99.  
  100. [type="preset"] .icon {
  101.     max-width: 32px;
  102.     max-height: 32px;
  103.     list-style-image: url("images/preset.png");
  104. }
  105.  
  106. [type="preset"] .info {
  107. }
  108.  
  109. [type="preset"] .info * {
  110. }
  111.  
  112. [type="preset"] .title {
  113.     color: #000000;
  114.     margin: 3px 0 0 0;
  115.     font-size: 13px;
  116.     -moz-box-flex: 1;
  117. }
  118.