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

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url(http://www.w3.org/1999/xhtml);
  3.  
  4. html|a *|* {
  5.   cursor: default !important;
  6. }
  7.  
  8. html|a.thumb-holder {
  9.   min-width: 100px;
  10.   height: 75px;
  11.   margin: 0 !important;
  12. }
  13.  
  14. html|div.content-shadow {
  15.   background: #cdcfcf;
  16.   opacity: 0.9;
  17. }
  18.  
  19. html|table {
  20.   width: 100%;
  21.   height: 100%;
  22. }
  23.  
  24. html|td {
  25.   vertical-align: middle;
  26. }
  27.  
  28. html|td > html|div {
  29.   width: 40%;
  30.   min-width: 450px;
  31.   max-width: 800px;
  32.   margin: 0 auto;
  33.   text-align: left;
  34.   position: relative;
  35.   z-index: 0;
  36.   padding: 1.5em;
  37. }
  38.  
  39. html|div.thumb-empty {
  40.   display: none;
  41. }
  42.  
  43. html|div.thumb-number-value {
  44.   background-position: 0 0;
  45. }
  46.  
  47. #editor textbox {
  48.   -moz-box-sizing: border-box;
  49.   margin: 0;
  50.   padding: 0;
  51.   border: 1px solid rgb(136,136,136);
  52.   width: 100%;
  53.   -moz-box-flex: 1;
  54. }
  55.  
  56. html|h2,
  57. html|p {
  58.   margin: 0;
  59.   padding: 1em 0 0.4em 0;
  60.   color: #545454;
  61.   font-weight: bold;
  62.   font-family: Arial, sans-serif;
  63.   font-size: 13px;
  64. }
  65.  
  66. html|h2 {
  67.     font-size: 16px;
  68.     color: #000;
  69.     padding: 1em 0 0 0;
  70. }
  71.  
  72. html|div.history-list-container {
  73.   height: 11em;
  74. }
  75.  
  76. vbox[anonid="history-list"] {
  77.   color: #000;
  78.   background: #fff;
  79.   border: 1px solid rgb(136,136,136);
  80.   width: 100%;
  81.   height: 100%;
  82.   overflow-x: hidden;
  83.   overflow-y: auto;
  84. }
  85.  
  86. .iconic-list-item {
  87.   -moz-box-align: center;
  88. }
  89.  
  90. .iconic-list-item image {
  91.   width: 16px;
  92.   height: 16px;
  93.   margin: 1px 5px 1px 8px;
  94. }
  95.  
  96. .iconic-list-item label {
  97.   -moz-box-flex: 1;
  98.   color: #000;
  99. }
  100.  
  101. .iconic-list-item:hover label {
  102.   color: #555;
  103. }
  104.  
  105. .dialog-buttons {
  106.   width: 100%;
  107. }
  108.  
  109. .dialog-buttons > button {
  110.   margin: 1em 0 0 0;
  111. }