home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / global / toolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.1 KB  |  110 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  25.  
  26. /* ===== toolbar.css ====================================================
  27.   == Styles used by XUL toolbar-related elements.
  28.   ======================================================================= */
  29.  
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  31.  
  32. /* ::::: toolbox ::::: */
  33.  
  34. toolbox {
  35.   -moz-appearance: toolbox;
  36.   background-color: -moz-Dialog;
  37.   border-top: 1px solid ThreeDShadow;
  38.   border-right: 1px solid ThreeDHighlight;
  39.   border-bottom: 1px solid ThreeDHighlight;
  40.   border-left: 1px solid ThreeDShadow;
  41.   margin-bottom: 3px;
  42. }
  43.  
  44. /* ::::: toolbar & menubar ::::: */
  45.  
  46. toolbar,
  47. menubar {
  48.   min-width: 1px; /* Prevents hiding of scrollbars */
  49. }
  50.  
  51. /* ::::: toolbar holder & grippy ::::: */
  52.  
  53. .toolbar-holder {
  54.   border-top: 1px solid ThreeDHighlight;
  55.   border-right: 1px solid ThreeDShadow;
  56.   border-bottom: 1px solid ThreeDShadow;
  57.   border-left: 1px solid transparent;   /* merge grippy with toolbar */
  58.   padding: 0px;
  59. }
  60.  
  61. toolbargrippy {
  62.   -moz-box-orient: vertical;
  63.   -moz-box-align: center;
  64.   border-top: 1px solid ThreeDHighlight;
  65.   border-right: 1px solid transparent;  /* merge grippy with toolbar */
  66.   border-bottom: 1px solid ThreeDShadow;
  67.   border-left: 1px solid ThreeDHighlight;
  68.   padding: 2px;
  69. }
  70.  
  71. .toolbargrippy-texture {
  72.   margin: 0;
  73.   border-top: 1px solid ThreeDHighlight;
  74.   border-right: 1px solid ThreeDShadow;
  75.   border-bottom: 1px solid ThreeDShadow;
  76.   border-left: 1px solid ThreeDHighlight;
  77.   padding: 0 0 0 1px;
  78. }
  79.  
  80. /* ::::: collapsed tray and grippies ::::: */
  81.  
  82. toolbargrippy[tbgrippy-collapsed="true"] {
  83.   -moz-box-orient: horizontal;
  84.   border-top: 1px solid ThreeDHighlight;
  85.   border-right: 1px solid ThreeDShadow;
  86.   border-bottom: 1px solid ThreeDShadow;
  87.   border-left: 1px solid ThreeDHighlight;
  88.   padding: 0px;
  89.   width: 48px !important;
  90.   height: 6px !important;
  91. }
  92.  
  93. toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture {
  94.   display: none;
  95. }
  96.  
  97. toolbargrippy[tbgrippy-collapsed="true"]:hover {
  98.   background-color: ThreeDLightShadow;
  99. }
  100.  
  101.  
  102. /* ::::: toolbar separator ::::: */
  103.  
  104. toolbarseparator {
  105.   margin: 2px 3px;
  106.   border-right: 1px solid ThreeDHighlight; 
  107.   border-left: 1px solid ThreeDShadow;
  108.   width: 2px;
  109. }
  110.