don't make buttons disappear in download progress windows, don't make dropdown button...
[themes.git] / LCARStrek / global / global.css
... / ...
CommitLineData
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/* ===== 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
49checkbox {
50 -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
51}
52
53radio {
54 -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
55}
56
57menulist > 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/* LCARStrek special bindings */
67
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");
78}
79
80toolbaritem > menubar {
81 -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
82}
83
84/*
85progressmeter[mode="undetermined"] {
86 -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
87}
88*/
89
90/* ::::: root elements ::::: */
91
92window,
93page,
94dialog,
95wizard,
96prefwindow {
97 background-color: #000000;
98 color: #FF9F00;
99/* font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
100 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
101 padding: 3px;
102}
103
104/* deprecated */
105window.dialog {
106 background-color: #000000;
107 padding-top: 8px;
108 padding-bottom: 10px;
109 -moz-padding-start: 8px;
110 -moz-padding-end: 10px;
111}
112
113/* ::::: alert icons :::::*/
114
115.message-icon,
116.alert-icon,
117.error-icon,
118.question-icon,
119.authentication-icon {
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
136.question-icon,
137.authentication-icon {
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;
155 min-height: 16px;
156}
157
158.statusbar-center {
159 background-color: #8050B0;
160 -moz-padding-start: 2px;
161 color: #FFCF00;
162 -moz-box-align: stretch;
163}
164
165.statusbar-left {
166 -moz-border-radius: 9px 0px 0px 9px;
167 background-color: #6000CF;
168 width: 13px;
169 -moz-margin-end: 3px;
170}
171
172.statusbar-right {
173 -moz-border-radius: 0px 9px 9px 0px;
174 background-color: #6000CF;
175 width: 13px;
176 -moz-margin-start: 3px;
177}
178
179statusbarpanel {
180 -moz-box-align: center;
181 -moz-box-pack: center;
182 padding: 0px 2px;
183}
184
185statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
186 -moz-appearance: none;
187 border-top-style: none;
188 border-bottom-style: none;
189 -moz-border-start-style: none;
190}
191
192.statusbar-resizerpanel {
193 -moz-box-align: end;
194 -moz-box-pack: end;
195 padding: 0px;
196}
197
198.statusbarpanel-iconic,
199.statusbarpanel-iconic-text,
200.statusbarpanel-menu-iconic {
201 padding: 0px 2px;
202}
203
204.statusbarpanel-progress {
205 -moz-box-orient: vertical;
206}
207
208.toolbar-focustarget {
209 -moz-user-focus: ignore !important;
210}
211
212toolbar[mode="text"] .toolbarbutton-text {
213 /* padding: 0 !important;
214 margin: 3px 5px !important; */
215}
216
217/* ::::: miscellaneous formatting ::::: */
218
219:root:-moz-lwtheme,
220[lwthemefooter="true"] {
221 -moz-appearance: none;
222}
223
224:root:-moz-lwtheme-darktext {
225 text-shadow: 1px 1px 2px #FFCF00;
226}
227
228:root:-moz-lwtheme-brighttext {
229 text-shadow: 1px 1px 2px #000000;
230}
231
232statusbar:-moz-lwtheme,
233sidebarheader:-moz-lwtheme {
234 -moz-appearance: none;
235 background: none;
236 border-style: none;
237}
238
239.inset {
240/* border: 1px inset #FF9F00;
241 margin: 0px 5px 5px; */
242}
243
244.outset {
245/* border: 1px outset #FF9F00; */
246}
247
248/* separators */
249separator:not([orient="vertical"]) {
250 height: 1.5em;
251}
252
253separator[orient="vertical"] {
254 width: 1.5em;
255}
256
257separator.thin:not([orient="vertical"]) {
258 height: 0.5em;
259}
260
261separator.thin[orient="vertical"] {
262 width: 0.5em;
263}
264
265separator.groove:not([orient="vertical"]) {
266 border-top: 2px groove #FF9F00;
267 height: 0px;
268 margin-top: 0.4em;
269 margin-bottom: 0.4em;
270}
271
272separator.groove[orient="vertical"] {
273 border-left: 2px groove #FF9F00;
274 -moz-margin-start: 0.4em;
275 -moz-margin-end: 0.4em;
276}
277
278/* groove separators (0 padding, for dividing effects) */
279separator.groove-thin {
280 border-top: 2px groove #FF9F00;
281 height: 0px;
282}
283
284separator[orient="vertical"].groove-thin {
285 border-left: 2px groove #FF9F00;
286}
287
288.small-margin {
289 margin: 0px 1px;
290}
291
292.plain {
293 -moz-appearance: none;
294 margin: 0px !important;
295 border: none;
296 padding: 0px;
297}
298
299description, label {
300 cursor: default;
301 margin: 1px 3px;
302}
303
304label[disabled="true"] {
305 color: #8050B0;
306}
307
308description {
309/* margin-bottom: 4px; */
310}
311
312.tooltip-label {
313 margin: 0px;
314}
315
316.header {
317 font-weight: bold;
318}
319
320.monospace {
321 font-family: monospace;
322}
323
324.indent {
325/* -moz-margin-start: 23px; */
326 -moz-margin-start: 15px;
327}
328
329.box-padded {
330 padding: 5px;
331}
332
333.spaced {
334 margin: 1px 3px;
335}
336
337.wizard-box {
338 padding: 15px 35px 10px;
339}
340
341.text-link {
342 color: blue;
343 text-decoration: underline;
344 cursor: pointer;
345}
346
347.text-link:-moz-focusring {
348 /* Don't specify the outline-color, we should always use initial value. */
349 outline: 1px dotted;
350}
351
352/* :::::: autoscroll popup ::::: */
353
354.autoscroller {
355 height: 28px;
356 width: 28px;
357 border: 0px;
358 margin: -14px;
359 padding: 0px;
360 background-image: url("chrome://global/skin/icons/autoscroll.png");
361 background-color: transparent;
362 -moz-appearance: none;
363}
364
365.autoscroller[scrolldir="NS"] {
366 background-position: left center;
367}
368
369.autoscroller[scrolldir="EW"] {
370 background-position: left bottom;
371}
372
373.autoscroller[transparent="true"] {
374 background-position: center top;
375}
376
377.autoscroller[transparent="true"][scrolldir="NS"] {
378 background-position: center center;
379}
380
381.autoscroller[transparent="true"][scrolldir="EW"] {
382 background-position: center bottom;
383}
384
385.autoscroller[translucent="true"] {
386 background-position: right top;
387}
388
389.autoscroller[translucent="true"][scrolldir="NS"] {
390 background-position: right center;
391}
392
393.autoscroller[translucent="true"][scrolldir="EW"] {
394 background-position: right bottom;
395}