keeping up with Classic, making textboxes size and look better
[themes.git] / EarlyBlue / messenger / threadPaneLabels.css
... / ...
CommitLineData
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
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 Communicator.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corp.
18 * Portions created by the Initial Developer are Copyright (C) 2001
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Scott MacGregor (mscott@netscape.com)
23 * Joe Hewitt (hewitt@netscape.com)
24 * Sean Su <ssu@netscape.com>
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the MPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the MPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40/* ===== threadPaneLabels.css ===========================================
41 == Styles for the thread pane in the Messenger 3-pane window.
42 ======================================================================= */
43
44@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
45
46/* ::::: thread labels decoration ::::: */
47
48/* There are 10x7 color definitions (size of the color picker used)
49 times 2 (2 style definitions for each color) + 2 general black
50 and white color definitions.
51 The color definitions can be in the following formats:
52 color: red;
53 color: #FF0000;
54 color: rgb(128, 0, 0);
55*/
56treechildren:-moz-tree-cell-text(lc-FFFFFF) {
57 color: #FFFFFF
58}
59treechildren:-moz-tree-row(lc-FFFFFF, selected) {
60 background-color: #FFFFFF;
61}
62
63treechildren:-moz-tree-cell-text(lc-CCCCCC) {
64 color: #CCCCCC
65}
66treechildren:-moz-tree-row(lc-CCCCCC, selected) {
67 background-color: #CCCCCC;
68}
69
70treechildren:-moz-tree-cell-text(lc-C0C0C0) {
71 color: #C0C0C0
72}
73treechildren:-moz-tree-row(lc-C0C0C0, selected) {
74 background-color: #C0C0C0;
75}
76
77treechildren:-moz-tree-cell-text(lc-999999) {
78 color: #999999
79}
80treechildren:-moz-tree-row(lc-999999, selected) {
81 background-color: #999999;
82}
83
84treechildren:-moz-tree-cell-text(lc-666666) {
85 color: #666666
86}
87treechildren:-moz-tree-row(lc-666666, selected) {
88 background-color: #666666;
89}
90
91treechildren:-moz-tree-cell-text(lc-333333) {
92 color: #333333
93}
94treechildren:-moz-tree-row(lc-333333, selected) {
95 background-color: #333333;
96}
97
98treechildren:-moz-tree-cell-text(lc-000000) {
99 color: #000000
100}
101treechildren:-moz-tree-row(lc-000000, selected) {
102 background-color: #000000;
103}
104
105
106treechildren:-moz-tree-cell-text(lc-FFCCCC) {
107 color: #FFCCCC
108}
109treechildren:-moz-tree-row(lc-FFCCCC, selected) {
110 background-color: #FFCCCC;
111}
112
113treechildren:-moz-tree-cell-text(lc-FF6666) {
114 color: #FF6666
115}
116treechildren:-moz-tree-row(lc-FF6666, selected) {
117 background-color: #FF6666;
118}
119
120treechildren:-moz-tree-cell-text(lc-FF0000) {
121 color: #FF0000
122}
123treechildren:-moz-tree-row(lc-FF0000, selected) {
124 background-color: #FF0000;
125}
126
127treechildren:-moz-tree-cell-text(lc-CC0000) {
128 color: #CC0000
129}
130treechildren:-moz-tree-row(lc-CC0000, selected) {
131 background-color: #CC0000;
132}
133
134treechildren:-moz-tree-cell-text(lc-990000) {
135 color: #990000
136}
137treechildren:-moz-tree-row(lc-990000, selected) {
138 background-color: #990000;
139}
140
141treechildren:-moz-tree-cell-text(lc-660000) {
142 color: #660000
143}
144treechildren:-moz-tree-row(lc-660000, selected) {
145 background-color: #660000;
146}
147
148treechildren:-moz-tree-cell-text(lc-330000) {
149 color: #330000
150}
151treechildren:-moz-tree-row(lc-330000, selected) {
152 background-color: #330000;
153}
154
155
156treechildren:-moz-tree-cell-text(lc-FFCC99) {
157 color: #FFCC99
158}
159treechildren:-moz-tree-row(lc-FFCC99, selected) {
160 background-color: #FFCC99;
161}
162
163treechildren:-moz-tree-cell-text(lc-FF9966) {
164 color: #FF9966
165}
166treechildren:-moz-tree-row(lc-FF9966, selected) {
167 background-color: #FF9966;
168}
169
170treechildren:-moz-tree-cell-text(lc-FF9900) {
171 color: #FF9900
172}
173treechildren:-moz-tree-row(lc-FF9900, selected) {
174 background-color: #FF9900;
175}
176
177treechildren:-moz-tree-cell-text(lc-FF6600) {
178 color: #FF6600
179}
180treechildren:-moz-tree-row(lc-FF6600, selected) {
181 background-color: #FF6600;
182}
183
184treechildren:-moz-tree-cell-text(lc-CC6600) {
185 color: #CC6600
186}
187treechildren:-moz-tree-row(lc-CC6600, selected) {
188 background-color: #CC6600;
189}
190
191treechildren:-moz-tree-cell-text(lc-993300) {
192 color: #993300
193}
194treechildren:-moz-tree-row(lc-993300, selected) {
195 background-color: #993300;
196}
197
198treechildren:-moz-tree-cell-text(lc-663300) {
199 color: #663300
200}
201treechildren:-moz-tree-row(lc-663300, selected) {
202 background-color: #663300;
203}
204
205
206treechildren:-moz-tree-cell-text(lc-FFFF99) {
207 color: #FFFF99
208}
209treechildren:-moz-tree-row(lc-FFFF99, selected) {
210 background-color: #FFFF99;
211}
212
213treechildren:-moz-tree-cell-text(lc-FFFF66) {
214 color: #FFFF66
215}
216treechildren:-moz-tree-row(lc-FFFF66, selected) {
217 background-color: #FFFF66;
218}
219
220treechildren:-moz-tree-cell-text(lc-FFCC66) {
221 color: #FFCC66
222}
223treechildren:-moz-tree-row(lc-FFCC66, selected) {
224 background-color: #FFCC66;
225}
226
227treechildren:-moz-tree-cell-text(lc-FFCC33) {
228 color: #FFCC33
229}
230treechildren:-moz-tree-row(lc-FFCC33, selected) {
231 background-color: #FFCC33;
232}
233
234treechildren:-moz-tree-cell-text(lc-CC9933) {
235 color: #CC9933
236}
237treechildren:-moz-tree-row(lc-CC9933, selected) {
238 background-color: #CC9933;
239}
240
241treechildren:-moz-tree-cell-text(lc-996633) {
242 color: #996633
243}
244treechildren:-moz-tree-row(lc-996633, selected) {
245 background-color: #996633;
246}
247
248treechildren:-moz-tree-cell-text(lc-663333) {
249 color: #663333
250}
251treechildren:-moz-tree-row(lc-663333, selected) {
252 background-color: #663333;
253}
254
255
256treechildren:-moz-tree-cell-text(lc-FFFFCC) {
257 color: #FFFFCC
258}
259treechildren:-moz-tree-row(lc-FFFFCC, selected) {
260 background-color: #FFFFCC;
261}
262
263treechildren:-moz-tree-cell-text(lc-FFFF33) {
264 color: #FFFF33
265}
266treechildren:-moz-tree-row(lc-FFFF33, selected) {
267 background-color: #FFFF33;
268}
269
270treechildren:-moz-tree-cell-text(lc-FFFF00) {
271 color: #FFFF00
272}
273treechildren:-moz-tree-row(lc-FFFF00, selected) {
274 background-color: #FFFF00;
275}
276
277treechildren:-moz-tree-cell-text(lc-FFCC00) {
278 color: #FFCC00
279}
280treechildren:-moz-tree-row(lc-FFCC00, selected) {
281 background-color: #FFCC00;
282}
283
284treechildren:-moz-tree-cell-text(lc-999900) {
285 color: #999900
286}
287treechildren:-moz-tree-row(lc-999900, selected) {
288 background-color: #999900;
289}
290
291treechildren:-moz-tree-cell-text(lc-666600) {
292 color: #666600
293}
294treechildren:-moz-tree-row(lc-666600, selected) {
295 background-color: #666600;
296}
297
298treechildren:-moz-tree-cell-text(lc-333300) {
299 color: #333300
300}
301treechildren:-moz-tree-row(lc-333300, selected) {
302 background-color: #333300;
303}
304
305
306treechildren:-moz-tree-cell-text(lc-99FF99) {
307 color: #99FF99
308}
309treechildren:-moz-tree-row(lc-99FF99, selected) {
310 background-color: #99FF99;
311}
312
313treechildren:-moz-tree-cell-text(lc-66FF99) {
314 color: #66FF99
315}
316treechildren:-moz-tree-row(lc-66FF99, selected) {
317 background-color: #66FF99;
318}
319
320treechildren:-moz-tree-cell-text(lc-33FF33) {
321 color: #33FF33
322}
323treechildren:-moz-tree-row(lc-33FF33, selected) {
324 background-color: #33FF33;
325}
326
327treechildren:-moz-tree-cell-text(lc-33CC00) {
328 color: #33CC00
329}
330treechildren:-moz-tree-row(lc-33CC00, selected) {
331 background-color: #33CC00;
332}
333
334treechildren:-moz-tree-cell-text(lc-009900) {
335 color: #009900
336}
337treechildren:-moz-tree-row(lc-009900, selected) {
338 background-color: #009900;
339}
340
341treechildren:-moz-tree-cell-text(lc-006600) {
342 color: #006600
343}
344treechildren:-moz-tree-row(lc-006600, selected) {
345 background-color: #006600;
346}
347
348treechildren:-moz-tree-cell-text(lc-003300) {
349 color: #003300
350}
351treechildren:-moz-tree-row(lc-003300, selected) {
352 background-color: #003300;
353}
354
355
356treechildren:-moz-tree-cell-text(lc-99FFFF) {
357 color: #99FFFF
358}
359treechildren:-moz-tree-row(lc-99FFFF, selected) {
360 background-color: #99FFFF;
361}
362
363treechildren:-moz-tree-cell-text(lc-33FFFF) {
364 color: #33FFFF
365}
366treechildren:-moz-tree-row(lc-33FFFF, selected) {
367 background-color: #33FFFF;
368}
369
370treechildren:-moz-tree-cell-text(lc-66CCCC) {
371 color: #66CCCC
372}
373treechildren:-moz-tree-row(lc-66CCCC, selected) {
374 background-color: #66CCCC;
375}
376
377treechildren:-moz-tree-cell-text(lc-00CCCC) {
378 color: #00CCCC
379}
380treechildren:-moz-tree-row(lc-00CCCC, selected) {
381 background-color: #00CCCC;
382}
383
384treechildren:-moz-tree-cell-text(lc-339999) {
385 color: #339999
386}
387treechildren:-moz-tree-row(lc-339999, selected) {
388 background-color: #339999;
389}
390
391treechildren:-moz-tree-cell-text(lc-336666) {
392 color: #336666
393}
394treechildren:-moz-tree-row(lc-336666, selected) {
395 background-color: #336666;
396}
397
398treechildren:-moz-tree-cell-text(lc-003333) {
399 color: #003333
400}
401treechildren:-moz-tree-row(lc-003333, selected) {
402 background-color: #003333;
403}
404
405
406treechildren:-moz-tree-cell-text(lc-CCFFFF) {
407 color: #CCFFFF
408}
409treechildren:-moz-tree-row(lc-CCFFFF, selected) {
410 background-color: #CCFFFF;
411}
412
413treechildren:-moz-tree-cell-text(lc-66FFFF) {
414 color: #66FFFF
415}
416treechildren:-moz-tree-row(lc-66FFFF, selected) {
417 background-color: #66FFFF;
418}
419
420treechildren:-moz-tree-cell-text(lc-33CCFF) {
421 color: #33CCFF
422}
423treechildren:-moz-tree-row(lc-33CCFF, selected) {
424 background-color: #33CCFF;
425}
426
427treechildren:-moz-tree-cell-text(lc-3366FF) {
428 color: #3366FF
429}
430treechildren:-moz-tree-row(lc-3366FF, selected) {
431 background-color: #3366FF;
432}
433
434treechildren:-moz-tree-cell-text(lc-3333FF) {
435 color: #3333FF
436}
437treechildren:-moz-tree-row(lc-3333FF, selected) {
438 background-color: #3333FF;
439}
440
441treechildren:-moz-tree-cell-text(lc-000099) {
442 color: #000099
443}
444treechildren:-moz-tree-row(lc-000099, selected) {
445 background-color: #000099;
446}
447
448treechildren:-moz-tree-cell-text(lc-000066) {
449 color: #000066
450}
451treechildren:-moz-tree-row(lc-000066, selected) {
452 background-color: #000066;
453}
454
455
456treechildren:-moz-tree-cell-text(lc-CCCCFF) {
457 color: #CCCCFF
458}
459treechildren:-moz-tree-row(lc-CCCCFF, selected) {
460 background-color: #CCCCFF;
461}
462
463treechildren:-moz-tree-cell-text(lc-9999FF) {
464 color: #9999FF
465}
466treechildren:-moz-tree-row(lc-9999FF, selected) {
467 background-color: #9999FF;
468}
469
470treechildren:-moz-tree-cell-text(lc-6666CC) {
471 color: #6666CC
472}
473treechildren:-moz-tree-row(lc-6666CC, selected) {
474 background-color: #6666CC;
475}
476
477treechildren:-moz-tree-cell-text(lc-6633FF) {
478 color: #6633FF
479}
480treechildren:-moz-tree-row(lc-6633FF, selected) {
481 background-color: #6633FF;
482}
483
484treechildren:-moz-tree-cell-text(lc-6600CC) {
485 color: #6600CC
486}
487treechildren:-moz-tree-row(lc-6600CC, selected) {
488 background-color: #6600CC;
489}
490
491treechildren:-moz-tree-cell-text(lc-333399) {
492 color: #333399
493}
494treechildren:-moz-tree-row(lc-333399, selected) {
495 background-color: #333399;
496}
497
498treechildren:-moz-tree-cell-text(lc-330099) {
499 color: #330099
500}
501treechildren:-moz-tree-row(lc-330099, selected) {
502 background-color: #330099;
503}
504
505
506treechildren:-moz-tree-cell-text(lc-FFCCFF) {
507 color: #FFCCFF
508}
509treechildren:-moz-tree-row(lc-FFCCFF, selected) {
510 background-color: #FFCCFF;
511}
512
513treechildren:-moz-tree-cell-text(lc-FF99FF) {
514 color: #FF99FF
515}
516treechildren:-moz-tree-row(lc-FF99FF, selected) {
517 background-color: #FF99FF;
518}
519
520treechildren:-moz-tree-cell-text(lc-CC66CC) {
521 color: #CC66CC
522}
523treechildren:-moz-tree-row(lc-CC66CC, selected) {
524 background-color: #CC66CC;
525}
526
527treechildren:-moz-tree-cell-text(lc-CC33CC) {
528 color: #CC33CC
529}
530treechildren:-moz-tree-row(lc-CC33CC, selected) {
531 background-color: #CC33CC;
532}
533
534treechildren:-moz-tree-cell-text(lc-993399) {
535 color: #993399
536}
537treechildren:-moz-tree-row(lc-993399, selected) {
538 background-color: #993399;
539}
540
541treechildren:-moz-tree-cell-text(lc-663366) {
542 color: #663366
543}
544treechildren:-moz-tree-row(lc-663366, selected) {
545 background-color: #663366;
546}
547
548treechildren:-moz-tree-cell-text(lc-330033) {
549 color: #330033
550}
551treechildren:-moz-tree-row(lc-330033, selected) {
552 background-color: #330033;
553}
554
555
556treechildren:-moz-tree-cell-text(lc-white, selected) {
557 color: #FFFFFF
558}
559treechildren:-moz-tree-cell-text(lc-black, selected) {
560 color: #000000
561}