home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / chrome / classic.jar / skin / classic / editor / EdImageMap.css < prev    next >
Cascading Style Sheet File  |  2002-10-05  |  2KB  |  88 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) 2000 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  * 
  20.  * Contributor(s): 
  21.  *   Dan Haddix
  22.  *   Brian King
  23.  */
  24.  
  25. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  26.  
  27. toolbar#toolbox {
  28.   margin :0px;
  29.   padding: 4px; 0px; 0px; 0px;
  30. }
  31.  
  32. toolbar#toolbox button.tool:active {
  33.   margin: 2px 0px 0px 2px;
  34. }
  35.  
  36. toolbar#toolbox button.tool[toggled="1"] {
  37.   margin: 2px 0px 0px 2px;
  38.   border: 1px white inset;
  39. }
  40.  
  41. toolbar#toolbox button.tool {
  42.   border: 1px solid transparent;
  43.   margin: 1px 1px 1px 1px;
  44.   padding: 2px;
  45.   text-decoration: none;
  46.   color: inherit;
  47. }
  48.  
  49. #pointerButton {
  50.   list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
  51. }
  52.  
  53. #rectButton {
  54.   list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
  55. }
  56.  
  57. #cirButton {
  58.   list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
  59. }
  60.  
  61. #polyButton {
  62.   list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
  63. }
  64.  
  65. #cutButton {
  66.   list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
  67. }
  68.  
  69. #copyButton {
  70.   list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
  71. }
  72.  
  73. #pasteButton {
  74.   list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
  75. }
  76.  
  77. #zoomInButton {
  78.   list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
  79. }
  80.  
  81. #zoomOutButton {
  82.   list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
  83. }
  84.  
  85. #contrastButton {
  86.   list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
  87. }
  88.