home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / editor / editorModeToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-01-22  |  1.8 KB  |  59 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. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  25.  
  26. /* ::::: edit mode toolbar ::::: */
  27.  
  28. #EditModeToolbar {
  29.   -moz-box-align: start;
  30.   border-left: 1px solid ThreeDDarkShadow;
  31.   border-right: 1px solid ThreeDLightShadow;
  32.   padding: 0px 2px 2px 2px;
  33.   min-width: 1px;
  34. }
  35.  
  36. .tab-bottom[selected="true"] {
  37.   color: -moz-FieldText;
  38.   -moz-border-top-colors: -moz-Field;
  39.   -moz-border-bottom-colors: ThreeDShadow -moz-Field;
  40.   -moz-border-left-colors: ThreeDHighlight -moz-Field;
  41. }
  42.  
  43. #NormalModeButton {
  44.   list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif");
  45. }
  46.  
  47. #TagModeButton {
  48.   list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif");
  49. }
  50.  
  51. #SourceModeButton {
  52.   list-style-image: url("chrome://editor/skin/icons/editmode-html.gif");
  53. }
  54.  
  55. #PreviewModeButton {
  56.   list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); 
  57. }
  58.  
  59.