update both themes for toolkit winstripe trunk changes between 2008-11-29 adn 2009...
[themes.git] / EarlyBlue / 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-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
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/*
67progressmeter[mode="undetermined"] {
68 -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
69}
70*/
71
72/* ::::: root elements ::::: */
73
74window,
75page,
76dialog,
77wizard,
78prefwindow {
79 background-color: #CCD0DD;
80 color: #000000;
81 font: 11px helvetica,arial,tahoma,sans-serif;
82}
83
84window.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
121iframe {
122 border: none;
123 width: 100px;
124 height: 100px;
125 min-width: 10px;
126 min-height: 10px;
127}
128
129/* ::::: statusbar ::::: */
130
131statusbar {
132 border-top: 1px solid #9999CC;
133 background-color: #666699;
134 color: #CCD0DD;
135 min-height: 16px;
136}
137
138statusbarpanel {
139 -moz-box-align: center;
140 -moz-box-pack: center;
141 padding: 0px 1px;
142}
143
144
145.statusbar-resizerpanel {
146 -moz-box-align: end;
147 -moz-box-pack: end;
148 padding: 0px;
149}
150
151.statusbarpanel-iconic,
152.statusbarpanel-iconic-text,
153.statusbarpanel-menu-iconic {
154 padding: 0px 1px;
155}
156
157window:not([active="true"]) menubar > menu {
158 color: #808080;
159}
160
161.toolbar-focustarget {
162 -moz-user-focus: ignore !important;
163}
164
165toolbar[mode="text"] .toolbarbutton-text {
166 /* padding: 0 !important;
167 margin: 3px 5px !important; */
168}
169
170/* ::::: miscellaneous formatting ::::: */
171
172.inset {
173 border: 1px inset #CCD0DD;
174 /* margin: 0px 5px 5px; */
175}
176
177.outset {
178 border: 1px outset #CCD0DD;
179}
180
181/* separators */
182separator:not([orient="vertical"]) {
183 height: 1.5em;
184}
185
186separator[orient="vertical"] {
187 width: 1.5em;
188}
189
190separator.thin:not([orient="vertical"]) {
191 height: 0.5em;
192}
193
194separator.thin[orient="vertical"] {
195 width: 0.5em;
196}
197
198separator.groove:not([orient="vertical"]) {
199 border-top: 2px groove #CCD0DD;
200 height: 0px;
201 margin-top: 0.4em;
202 margin-bottom: 0.4em;
203}
204
205separator.groove[orient="vertical"] {
206 border-left: 2px groove #CCD0DD;
207 -moz-margin-start: 0.4em;
208 -moz-margin-end: 0.4em;
209}
210
211/* groove separators (0 padding, for dividing effects) */
212separator.groove-thin {
213 border-top: 2px groove #CCD0DD;
214 height: 0px;
215}
216
217separator[orient="vertical"].groove-thin {
218 border-left: 2px groove #CCD0DD;
219}
220
221.small-margin {
222 margin: 0px 1px;
223}
224
225.plain {
226 -moz-appearance: none;
227 margin: 0px !important;
228 border: none;
229 padding: 0px;
230}
231
232description, label {
233 cursor: default;
234 margin: 1px 3px;
235}
236
237label[disabled="true"] {
238 color: #808080;
239}
240
241description {
242/* margin-bottom: 4px; */
243}
244
245.tooltip-label {
246 margin: 0px;
247}
248
249.header {
250 font-weight: bold;
251}
252
253.monospace {
254 font-family: monospace;
255}
256
257.indent {
258/* -moz-margin-start: 23px; */
259 -moz-margin-start: 15px;
260}
261
262.box-padded {
263 padding: 5px;
264}
265
266.spaced {
267 margin: 1px 3px;
268}
269
270.wizard-box {
271 padding: 15px 35px 10px;
272}
273
274.text-link {
275 color: blue;
276 text-decoration: underline;
277 cursor: pointer;
278}
279
280.text-link:focus {
281 /* Don't specify the outline-color, we should always use initial value. */
282 outline: 1px dotted;
283}
284
285/* :::::: autoscroll popup ::::: */
286
287.autoscroller {
288 height: 28px;
289 width: 28px;
290 border: 0px;
291 margin: -14px;
292 padding: 0px;
293 background-image: url("chrome://global/skin/icons/autoscroll.png");
294 background-color: transparent;
295 -moz-appearance: none;
296}
297
298.autoscroller[scrolldir="NS"] {
299 background-position: left center;
300}
301
302.autoscroller[scrolldir="EW"] {
303 background-position: left bottom;
304}
305
306.autoscroller[transparent="true"] {
307 background-position: center top;
308}
309
310.autoscroller[transparent="true"][scrolldir="NS"] {
311 background-position: center center;
312}
313
314.autoscroller[transparent="true"][scrolldir="EW"] {
315 background-position: center bottom;
316}
317
318.autoscroller[translucent="true"] {
319 background-position: right top;
320}
321
322.autoscroller[translucent="true"][scrolldir="NS"] {
323 background-position: right center;
324}
325
326.autoscroller[translucent="true"][scrolldir="EW"] {
327 background-position: right bottom;
328}