home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / global / toolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  1.9 KB  |  64 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. /* ===== toolbar.css ====================================================
  25.   == Styles used by XUL toolbar-related elements.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. /* ::::: toolbox ::::: */
  31.  
  32. toolbox {
  33.   -moz-appearance: toolbox;
  34.   background-color: -moz-Dialog;
  35.   border-left: 1px solid ThreeDShadow;
  36.   border-top: 1px solid ThreeDShadow;
  37.   border-right: 1px solid ThreeDHighlight;
  38. }
  39.  
  40. /* ::::: toolbar & menubar ::::: */
  41.  
  42. toolbar,
  43. menubar {
  44.   min-width: 1px; /* DON'T DELETE!
  45.     Prevents hiding of scrollbars in browser when window is made smaller.*/
  46. }
  47.  
  48. .toolbar-holder {
  49.   border-left: 1px solid ThreeDHighlight;
  50.   border-top: 1px solid ThreeDHighlight;
  51.   border-right: 1px solid ThreeDShadow;
  52.   border-bottom: 1px solid ThreeDShadow;
  53. }  
  54.  
  55. /* ::::: toolbarseparator ::::: */
  56.  
  57. toolbarseparator {
  58.   margin                : 2px 0.2em 2px 0.2em;
  59.   border-right          : 1px solid ThreeDHighlight; 
  60.   border-left           : 1px solid ThreeDShadow;
  61.   width                 : 2px;
  62. }
  63.  
  64.