adding namespaces and license headers to all CSS files
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / editorPrimaryToolbar.css
CommitLineData
128000f4 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Robert Kaiser <KaiRo@KaiRo.at>
23 *
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the NPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the NPL, the GPL or the LGPL.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
38@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
f6e0a33f 39
40#newButton
41 {
42 list-style-image : url("chrome://editor/skin/images/newfile.gif");
43 }
44
45#newButton[disabled="true"],
46#newButton[disabled="true"]:hover,
47#newButton[disabled="true"]:hover:active
48 {
49 list-style-image : url("chrome://editor/skin/images/newfile-disabled.gif");
50 }
51
f6e0a33f 52#openButton
53 {
54 list-style-image : url("chrome://editor/skin/images/openfile.gif");
55 }
56
57#openButton[disabled="true"],
58#openButton[disabled="true"]:hover,
59#openButton[disabled="true"]:hover:active
60 {
61 list-style-image : url("chrome://editor/skin/images/openfile-disabled.gif");
62 }
63
f6e0a33f 64#saveButton
65 {
66 list-style-image : url("chrome://editor/skin/images/savefile.gif");
67 }
68
69#saveButton[disabled="true"],
70#saveButton[disabled="true"]:hover,
71#saveButton[disabled="true"]:hover:active
72 {
73 list-style-image : url("chrome://editor/skin/images/savefile-disabled.gif");
74 }
75
f6e0a33f 76#saveButton[dirty="true"]
77 {
78 list-style-image : url("chrome://editor/skin/images/savefile-dirty.gif");
79 }
80
81#saveButton[dirty="true"][disabled="true"],
82#saveButton[dirty="true"][disabled="true"]:hover,
83#saveButton[dirty="true"][disabled="true"]:hover:active
84 {
85 list-style-image : url("chrome://editor/skin/images/savefile-disabled.gif");
86 }
87
f6e0a33f 88#publishButton
89 {
90 list-style-image : url("chrome://editor/skin/images/publish.gif");
91 }
92
93#publishButton[disabled="true"],
94#publishButton[disabled="true"]:hover,
95#publishButton[disabled="true"]:hover:active
96 {
97 list-style-image : url("chrome://editor/skin/images/publish-disabled.gif");
98 }
99
f6e0a33f 100#previewButton
101 {
102 list-style-image : url("chrome://editor/skin/images/preview.gif");
103 }
104
105#previewButton[disabled="true"],
106#previewButton[disabled="true"]:hover,
107#previewButton[disabled="true"]:hover:active
108 {
109 list-style-image : url("chrome://editor/skin/images/preview-disabled.gif");
110 }
111
f6e0a33f 112#printButton
113 {
114 list-style-image : url("chrome://global/skin/print.gif");
115 }
116
117#printButton[disabled="true"]
118 {
119 list-style-image : url("chrome://global/skin/print-disabled.gif");
120 }
121
f6e0a33f 122#findButton
123 {
124 list-style-image : url("chrome://editor/skin/images/find.gif");
125 }
126
127#findButton[disabled="true"],
128#findButton[disabled="true"]:hover,
129#findButton[disabled="true"]:hover:active
130 {
131 list-style-image : url("chrome://editor/skin/images/find-disabled.gif");
132 }
133
f6e0a33f 134#linkButton
135 {
136 list-style-image : url("chrome://editor/skin/images/link.gif");
137 }
138
139#linkButton[disabled="true"],
140#linkButton[disabled="true"]:hover,
141#linkButton[disabled="true"]:hover:active
142 {
143 list-style-image : url("chrome://editor/skin/images/link-disabled.gif");
144 }
145
f6e0a33f 146#imageButton
147 {
148 list-style-image : url("chrome://editor/skin/images/image.gif");
149 }
150
151#imageButton[disabled="true"],
152#imageButton[disabled="true"]:hover,
153#imageButton[disabled="true"]:hover:active
154 {
155 list-style-image : url("chrome://editor/skin/images/image-disabled.gif");
156 }
157
f6e0a33f 158#namedAnchorButton
159 {
160 list-style-image : url("chrome://editor/skin/images/anchor.gif");
161 }
162
163#namedAnchorButton[disabled="true"],
164#namedAnchorButton[disabled="true"]:hover,
165#namedAnchorButton[disabled="true"]:hover:active
166 {
167 list-style-image : url("chrome://editor/skin/images/anchor-disabled.gif");
168 }
169
f6e0a33f 170#hlineButton
171 {
172 list-style-image : url("chrome://editor/skin/images/hline.gif");
173 }
174
175#hlineButton[disabled="true"],
176#hlineButton[disabled="true"]:hover,
177#hlineButton[disabled="true"]:hover:active
178 {
179 list-style-image : url("chrome://editor/skin/images/hline-disabled.gif");
180 }
181
f6e0a33f 182#tableButton
183 {
184 list-style-image : url("chrome://editor/skin/images/table.gif");
185 }
186
187#tableButton[disabled="true"],
188#tableButton[disabled="true"]:hover,
189#tableButton[disabled="true"]:hover:active
190 {
191 list-style-image : url("chrome://editor/skin/images/table-disabled.gif");
192 }
193
f6e0a33f 194#spellingButton
195 {
196 list-style-image : url("chrome://editor/skin/images/spell.gif");
197 }
198
199#spellingButton[disabled="true"],
200#spellingButton[disabled="true"]:hover,
201#spellingButton[disabled="true"]:hover:active
202 {
203 list-style-image : url("chrome://editor/skin/images/spell-disabled.gif");
204 }
128000f4 205