update both themes for toolkit winstripe trunk changes up to 2010-02-21
[themes.git] / EarlyBlue / global / global.css
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-1999
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 /* ===== global.css =====================================================
39   == Styles that apply everywhere.
40   ======================================================================= */
41
42 /* all localizable skin settings shall live here */
43 @import url("chrome://global/locale/intl.css");
44
45 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
47 /* ::::: XBL bindings ::::: */
48
49 checkbox {
50   -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
51 }
52
53 radio {
54   -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
55 }
56
57 menulist > menupopup,
58 .menulist-menupopup {
59   -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
60 }
61
62 .menulist-compact {
63   -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact");
64 }
65
66 /*
67 progressmeter[mode="undetermined"] {
68   -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
69 }
70 */
71
72 /* ::::: root elements ::::: */
73
74 window,
75 page,
76 dialog,
77 wizard,
78 prefwindow {
79   background-color: #CCD0DD;
80   color: #000000;
81   font: 11px helvetica,arial,tahoma,sans-serif;
82 }
83
84 window.dialog {
85   padding-top: 8px;
86   padding-bottom: 10px;
87   -moz-padding-start: 8px;
88   -moz-padding-end: 10px;
89 }
90
91 /* ::::: alert icons :::::*/
92
93 .message-icon,
94 .alert-icon,
95 .error-icon,
96 .question-icon,
97 .authentication-icon {
98   width: 32px;
99   height: 32px;
100 }
101
102 .message-icon {
103   list-style-image: url("chrome://global/skin/icons/alert-message.gif");
104 }
105
106 .alert-icon {
107   list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
108 }
109
110 .error-icon {
111   list-style-image: url("chrome://global/skin/icons/alert-error.gif");
112 }
113
114 .question-icon,
115 .authentication-icon {
116   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
117 }
118
119 /* ::::: iframe ::::: */
120
121 iframe {
122   border: none;
123   width: 100px;
124   height: 100px;
125   min-width: 10px;
126   min-height: 10px;
127 }
128
129 /* ::::: statusbar ::::: */
130
131 statusbar {
132   border-top: 1px solid #9999CC;
133   background-color: #666699;
134   color: #CCD0DD;
135   min-height: 16px;
136 }
137
138 statusbarpanel {
139   -moz-box-align: center;
140   -moz-box-pack: center;
141   padding: 0px 1px;
142 }
143
144 statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
145   -moz-appearance: none;
146   border-top-style: none;
147   border-bottom-style: none;
148   -moz-border-start-style: none;
149 }
150
151 .statusbar-resizerpanel {
152   -moz-box-align: end;
153   -moz-box-pack: end;
154   padding: 0px;
155 }
156
157 .statusbarpanel-iconic,
158 .statusbarpanel-iconic-text,
159 .statusbarpanel-menu-iconic {
160   padding: 0px 1px;
161 }
162
163 window:not([active="true"]) menubar > menu {
164   color: #808080;
165 }
166  
167 .toolbar-focustarget {
168   -moz-user-focus: ignore !important;
169 }
170
171 toolbar[mode="text"] .toolbarbutton-text {
172   /* padding: 0 !important;
173   margin: 3px 5px !important; */
174 }
175
176 /* ::::: miscellaneous formatting ::::: */
177
178 :root:-moz-lwtheme,
179 [lwthemefooter="true"] {
180   -moz-appearance: none;
181 }
182
183 :root:-moz-lwtheme-darktext {
184   text-shadow: 1px 1px 2px #FFFFFF;
185 }
186
187 :root:-moz-lwtheme-brighttext {
188   text-shadow: 1px 1px 2px #000000;
189 }
190
191 statusbar:-moz-lwtheme,
192 sidebarheader:-moz-lwtheme {
193   -moz-appearance: none;
194   background: none;
195   border-style: none;
196 }
197
198 .inset {
199   border: 1px inset #CCD0DD;
200   /* margin: 0px 5px 5px; */
201 }
202
203 .outset {
204   border: 1px outset #CCD0DD;
205 }
206
207 /* separators */
208 separator:not([orient="vertical"]) {
209   height: 1.5em;
210 }
211
212 separator[orient="vertical"] {
213   width: 1.5em;
214 }
215
216 separator.thin:not([orient="vertical"]) {
217   height: 0.5em;
218 }
219
220 separator.thin[orient="vertical"] {
221   width: 0.5em;
222 }
223
224 separator.groove:not([orient="vertical"]) {
225   border-top: 2px groove #CCD0DD;
226   height: 0px;
227   margin-top: 0.4em;
228   margin-bottom: 0.4em;
229 }
230
231 separator.groove[orient="vertical"] {
232   border-left: 2px groove #CCD0DD;
233   -moz-margin-start: 0.4em;
234   -moz-margin-end: 0.4em;
235 }
236
237 /* groove separators (0 padding, for dividing effects) */
238 separator.groove-thin {
239   border-top: 2px groove #CCD0DD;
240   height: 0px;
241 }
242
243 separator[orient="vertical"].groove-thin {
244   border-left: 2px groove #CCD0DD;
245 }
246
247 .small-margin {
248   margin: 0px 1px;
249 }
250
251 .plain {
252   -moz-appearance: none;
253   margin: 0px !important;
254   border: none;
255   padding: 0px;
256 }
257
258 description, label  {
259   cursor: default;
260   margin: 1px 3px;
261 }
262
263 label[disabled="true"] {
264   color: #808080;
265 }
266
267 description {
268 /*  margin-bottom: 4px; */
269 }
270
271 .tooltip-label {
272   margin: 0px;
273 }
274
275 .header {
276   font-weight: bold;
277 }
278
279 .monospace {
280   font-family: monospace;
281 }
282
283 .indent {
284 /*  -moz-margin-start: 23px; */
285   -moz-margin-start: 15px;
286 }
287
288 .box-padded {
289   padding: 5px;
290 }
291
292 .spaced {
293   margin: 1px 3px;
294 }
295
296 .wizard-box {
297   padding: 15px 35px 10px;
298 }
299
300 .text-link {
301   color: blue;
302   text-decoration: underline;
303   cursor: pointer;
304 }
305
306 .text-link:focus {
307   /* Don't specify the outline-color, we should always use initial value. */
308   outline: 1px dotted;
309 }
310
311 /* :::::: autoscroll popup ::::: */
312
313 .autoscroller {
314   height: 28px;
315   width: 28px;
316   border: 0px;
317   margin: -14px;
318   padding: 0px;
319   background-image: url("chrome://global/skin/icons/autoscroll.png");
320   background-color: transparent;
321   -moz-appearance: none;
322 }
323
324 .autoscroller[scrolldir="NS"] {
325   background-position: left center;
326 }
327
328 .autoscroller[scrolldir="EW"] {
329   background-position: left bottom;
330 }
331
332 .autoscroller[transparent="true"] {
333   background-position: center top;
334 }
335
336 .autoscroller[transparent="true"][scrolldir="NS"] {
337   background-position: center center;
338 }
339
340 .autoscroller[transparent="true"][scrolldir="EW"] {
341   background-position: center bottom;
342 }
343
344 .autoscroller[translucent="true"] {
345   background-position: right top;
346 }
347
348 .autoscroller[translucent="true"][scrolldir="NS"] {
349   background-position: right center;
350 }
351
352 .autoscroller[translucent="true"][scrolldir="EW"] {
353   background-position: right bottom;
354 }