5c4837c2d730415347b922d01ce4515573722ca0
[themes.git] / LCARStrek / skin / LCARStrek / editor / EdImageMap.css
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 toolbar#toolbox {
26   margin :0px;
27   padding: 4px; 0px; 0px; 0px;
28 }
29
30 toolbar#toolbox button.tool:active {
31         margin: 2px 0px 0px 2px;
32 }
33
34 toolbar#toolbox button.tool[toggled="1"] {
35   margin: 2px 0px 0px 2px;
36   border: 1px white inset;
37 }
38
39 toolbar#toolbox button.tool {
40   border: 1px solid transparent;
41   margin: 1px 1px 1px 1px;
42         padding: 2px;
43         text-decoration: none;
44         color: inherit;
45 }
46
47 toolbar.toolbox > toolbargrippy {
48         visibility: collapse;
49 }
50
51 #pointerButton {
52         list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
53 }
54
55 #rectButton {
56         list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
57 }
58
59 #cirButton {
60         list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
61 }
62
63 #polyButton {
64         list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
65 }
66
67 #cutButton {
68         list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
69 }
70
71 #copyButton {
72         list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
73 }
74
75 #pasteButton {
76         list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
77 }
78
79 #zoomInButton {
80         list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
81 }
82
83 #zoomOutButton {
84         list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
85 }
86
87 #contrastButton {
88         list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
89 }