home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / communicator / brand.css~ < prev    next >
Encoding:
Text File  |  2003-12-13  |  2.6 KB  |  71 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-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ==== brand.css ===========================================================
  25.    == Styles related to branding in the Communicator suite.
  26.    ========================================================================== */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. #navigator-throbber {
  31.   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
  32.   -moz-user-focus: ignore;
  33.   -moz-box-align: center;
  34.   -moz-box-pack: center;
  35.   margin: 0 5px;
  36.   border: 2px solid;
  37.   -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
  38.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  39.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  40.   -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
  41.   -moz-border-radius: 0;
  42.   padding: 1px;
  43.   min-width: 0;
  44.   list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
  45.   -moz-appearance:none !important;
  46. }
  47.  
  48. #navigator-throbber:hover:active {
  49.   -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
  50.   -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
  51.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
  52.   -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
  53. }
  54.   
  55. #navigator-throbber[busy="true"] {
  56.   list-style-image: url("chrome://communicator/skin/brand/throbber32x32.mng");
  57. }
  58.   
  59. #navigator-throbber[buttonstyle="text"],
  60. #navigator-throbber[buttonstyle="pictures"],
  61. #navigator-throbber[toolbarmode="small"] {
  62.   margin: 0 5px;
  63.   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
  64. }
  65.  
  66. #navigator-throbber[buttonstyle="text"][busy="true"],
  67. #navigator-throbber[buttonstyle="pictures"][busy="true"],
  68. #navigator-throbber[toolbarmode="small"][busy="true"] {
  69.   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
  70. }
  71.