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