home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / global / toolbar.css < prev    next >
Cascading Style Sheet File  |  2001-08-06  |  3KB  |  117 lines

  1. toolbox
  2.   {
  3.     background-color      : -moz-Dialog;
  4.     border-left           : 1px solid ThreeDShadow;
  5.     border-top            : 1px solid ThreeDShadow;
  6.     border-right          : 1px solid ThreeDHighlight;
  7.   }
  8.  
  9. toolbar
  10.   {
  11.     background-color      : -moz-Dialog;
  12.     /*
  13.      * DON'T DELETE.  Removes disappearance of scrollbars in content
  14.      * pane when window is made smaller.
  15.      * Talk to evaughan@netscape.com for details.
  16.      */
  17.     min-width             : 1px;      
  18.   }
  19.   
  20. .toolbar-holder
  21.   {
  22.     border-left           : 1px solid ThreeDHighlight;
  23.     border-top            : 1px solid ThreeDHighlight;
  24.     border-right          : 1px solid ThreeDShadow;
  25.     border-bottom         : 1px solid ThreeDShadow;
  26.   }  
  27.  
  28. menubar
  29.   {
  30.     /* DON'T DELETE.  Removes disappearance of scrollbars
  31.      * in content pane when window is made smaller.
  32.      * Talk to evaughan@netscape.com for details.
  33.      */
  34.     min-width             : 1px;
  35.     background-color      : Menu;
  36.   }
  37.  
  38. toolbargrippy
  39.   {
  40.     -moz-box-orient       : vertical;
  41.     border-left           : 1px solid ThreeDHighlight;
  42.     border-top            : 1px solid ThreeDHighlight;
  43.     border-right          : 1px solid ThreeDShadow;
  44.     border-bottom         : 1px solid ThreeDShadow;
  45.     width                 : 12px;
  46.     padding-bottom        : 1px;
  47.   }
  48.  
  49. .toolbargrippy-twisty
  50.   {
  51.     list-style-image      : url("chrome://global/skin/toolbargrippy-twisty.gif");
  52.     margin-top            : 2px;
  53.   }
  54.  
  55. .toolbargrippy-texture
  56.   {
  57.     margin                : 5px 3px 1px 2px;
  58.     background-image      : url("chrome://global/skin/toolbargrippy-texture.gif");
  59.     background-position   : 50% 0%;
  60.     background-repeat     : repeat-y;
  61.   } 
  62.  
  63. toolbargrippy[tbgrippy-collapsed="true"] 
  64.   {
  65.     -moz-box-orient       : horizontal;
  66.     border-left           : 1px solid ThreeDHighlight;
  67.     border-top            : 1px solid ThreeDHighlight;
  68.     border-right          : 1px solid ThreeDShadow;
  69.     border-bottom         : 1px solid ThreeDShadow;
  70.     height                : 12px;
  71.     padding-right         : 1px;
  72.   }
  73.  
  74. .toolbargrippy-twisty-collapsed
  75.   {
  76.     list-style-image      : url("chrome://global/skin/tbg-twisty-collapsed.gif");
  77.     margin-left           : 2px;
  78.   }
  79.  
  80.  
  81. .toolbargrippy-texture-collapsed
  82.   {
  83.     margin                : 2px 1px 1px 5px;
  84.     background-image      : url("chrome://global/skin/tbg-texture-collapsed.gif");
  85.     background-position   : 0% 50%;
  86.     background-repeat     : repeat-x;
  87.   } 
  88.  
  89.  
  90. .collapsed-tray-spring
  91.   {
  92.     border-bottom         : 1px solid ThreeDShadow;
  93.   }  
  94.   
  95. toolbargrippy:hover
  96.   {
  97.     background-color      : #CCCCFF;
  98.   }
  99.   
  100. toolbar[collapsed="true"] > toolbargrippy
  101.   {
  102.     width                 : 30px;
  103.   }
  104.   
  105. toolbarseparator 
  106.   {
  107.     width                 : 1px;
  108.     border-left           : 1px solid ThreeDShadow;
  109.     border-right          : 1px solid ThreeDHighlight; 
  110.     margin                : 2px 0.2em 2px 0.2em;
  111.   }
  112.   
  113. .toolbar-focustarget
  114.   {
  115.     -moz-user-focus       : ignore !important;
  116.   }   
  117.