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 / editor / editorModeToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  2.3 KB  |  81 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. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  27.  
  28.  
  29. /* ::::: edit mode toolbar ::::: */
  30.  
  31. #EditModeToolbar {
  32.   -moz-box-align: start;
  33.   border: 0;
  34.   padding: 0;
  35. }
  36.  
  37. #NormalModeButton {
  38.   list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif");
  39. }
  40.  
  41. #TagModeButton {
  42.   list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif");
  43. }
  44.  
  45. #SourceModeButton {
  46.   list-style-image: url("chrome://editor/skin/icons/editmode-html.gif");
  47. }
  48.  
  49. #PreviewModeButton {
  50.   list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); 
  51. }
  52.  
  53. .tab-bottom {
  54.   margin: 0;
  55.   border: 2px solid;
  56.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  57.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  58.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  59.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  60.   -moz-border-radius: 0;
  61.   padding: 0px 1px 1px 0px;
  62. }
  63.  
  64. .tab-bottom:hover:active,
  65. .tab-bottom[selected="true"] {
  66.   -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
  67.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  68.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  69.   -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
  70.   padding: 1px 0px 0px 1px;
  71. }
  72.  
  73. .tabs-bottom > .tabs-left,
  74. .tabs-bottom > .tabs-right {
  75.   background-color: ThreeDLightShadow;
  76. }
  77.  
  78. .tab-text {
  79.   display: none;
  80. }
  81.