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

  1. @import url("../orange.css");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. window,
  5. dialog {
  6.     font-weight: normal;
  7.     font-family: Arial, "Lucida Grande", sans-serif;
  8.     
  9.     color: #272727;
  10.     
  11.     border: none;
  12.     cursor: default;
  13.     
  14.     -moz-appearance: none !important;
  15.     background-image: none !important;
  16. }
  17.  
  18. dialog > .body {
  19.     border: none !important;
  20. }
  21.  
  22. *[ex-transparent="true"] {
  23.     background-color: transparent !important;
  24. }
  25.  
  26. /* shadow for dialog (fx35win) */
  27. *[ex-shadow="true"] .body {
  28.     margin: 24px !important;
  29.     -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
  30. }
  31.  
  32. *[ex-shadow="pseudo"] .body {
  33.   border: 3px solid !important;
  34.   
  35.   -moz-border-top-colors: #f0f3f0 #e6e6e4 #dad9db;
  36.   -moz-border-left-colors: #f0f3f0 #e6e6e4 #dad9db;
  37.   -moz-border-bottom-colors: #e6e6e6 #dadada #c4c4c4;
  38.   -moz-border-right-colors: #e6e6e6 #dadada #c4c4c4;
  39.   
  40.   -moz-border-radius: 1px;
  41.   
  42.   background-color: #f8d998;
  43. }
  44.  
  45. dialog > .body > .title {
  46.     background: url("images/title-background.png");
  47.     height: 26px;
  48.     max-height: 26px;
  49.     vertical-align: top;
  50. }
  51.  
  52. dialog > .body > .title > .title-text {
  53.     -moz-box-flex: 1;
  54.     font-size: 19px;
  55.     line-height: 19px;
  56.     text-align: center;
  57.     margin: 0 !important;
  58.     padding: 0 !important;
  59.     margin-right: -26px !important;
  60. }
  61.  
  62. dialog > .body > .title > .title-close {
  63.     position: relative;
  64.     width: 15px;
  65.     height: 15px;
  66.     background: url("images/close.png") no-repeat;
  67.     margin: 6px 11px 5px 0px;
  68. }
  69. dialog > .body > .title > .title-close:hover {
  70.     background-position: -15px 0;
  71. }
  72. dialog > .body > .title > .title-close:active {
  73.     background-position: -30px 0;
  74. }
  75.  
  76. dialog > .body > .content {
  77.     background: #f8d998 url("images/content-background.png") no-repeat;
  78.     background-position: 0 -50px;
  79.     padding: 20px;
  80.     color: #b66f15;
  81. }
  82.