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 / fil1DA2B1D56FDF0860708C71F89521C16B < prev    next >
Text File  |  2010-07-12  |  1KB  |  61 lines

  1. @import url("../../../bindings/orange/orange.css");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. head {
  5.     display: block;
  6.     -moz-box-flex: 1;
  7.     -moz-box-align: center;
  8.     -moz-box-pack: start;
  9.     -moz-box-orient: horizontal;
  10. }
  11.  
  12. head .box {
  13.     -moz-box-align: start;
  14.     -moz-box-pack: start;
  15.     -moz-box-flex: 1;
  16. }
  17.  
  18. head .image {
  19.     -moz-box-align: center;
  20.     -moz-box-pack: center;
  21.     height: 32px;
  22.     width: 32px;
  23.     
  24.     margin-top: 5px;
  25. }
  26. head .image > image {
  27.     max-height: 32px;
  28.     max-width: 32px;
  29.     list-style-image: url("/skin/images/bar-logo.png");
  30. }
  31.  
  32. head .content {
  33.     -moz-box-flex: 1;
  34.     -moz-box-pack: center;
  35.     margin-left: 10px;
  36. }
  37.  
  38. head .content > .title {
  39.     -moz-box-flex: 1;
  40.     color: #774211;
  41.     font-size: 16px;
  42. }
  43. head .content > .description {
  44.     -moz-box-flex: 1;
  45. }
  46.  
  47. head[mode="preset"] .image > image {
  48.     list-style-image: url("../components/images/preset.png");
  49. }
  50.  
  51. head[mode="warning"] .image > image {
  52.     list-style-image: url("exclamation.png");
  53. }
  54.  
  55. head[mode="warning"] .content > .title {
  56.     color: #af2e11;
  57.     font-size: 18px;
  58.     font-weight: bold;
  59. }
  60.  
  61.