fix bug 107 - no sort up or down arow in (mail) tree views
[themes.git] / EarlyBlue / messenger / threadPaneLabels.css
CommitLineData
74d14f90 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*/
a1f525f0 56treechildren::-moz-tree-cell-text(lc-FFFFFF) {
74d14f90 57 color: #FFFFFF
58}
a1f525f0 59treechildren::-moz-tree-row(lc-FFFFFF, selected) {
74d14f90 60 background-color: #FFFFFF;
61}
62
a1f525f0 63treechildren::-moz-tree-cell-text(lc-CCCCCC) {
74d14f90 64 color: #CCCCCC
65}
a1f525f0 66treechildren::-moz-tree-row(lc-CCCCCC, selected) {
74d14f90 67 background-color: #CCCCCC;
68}
69
a1f525f0 70treechildren::-moz-tree-cell-text(lc-C0C0C0) {
74d14f90 71 color: #C0C0C0
72}
a1f525f0 73treechildren::-moz-tree-row(lc-C0C0C0, selected) {
74d14f90 74 background-color: #C0C0C0;
75}
76
a1f525f0 77treechildren::-moz-tree-cell-text(lc-999999) {
74d14f90 78 color: #999999
79}
a1f525f0 80treechildren::-moz-tree-row(lc-999999, selected) {
74d14f90 81 background-color: #999999;
82}
83
a1f525f0 84treechildren::-moz-tree-cell-text(lc-666666) {
74d14f90 85 color: #666666
86}
a1f525f0 87treechildren::-moz-tree-row(lc-666666, selected) {
74d14f90 88 background-color: #666666;
89}
90
a1f525f0 91treechildren::-moz-tree-cell-text(lc-333333) {
74d14f90 92 color: #333333
93}
a1f525f0 94treechildren::-moz-tree-row(lc-333333, selected) {
74d14f90 95 background-color: #333333;
96}
97
a1f525f0 98treechildren::-moz-tree-cell-text(lc-000000) {
74d14f90 99 color: #000000
100}
a1f525f0 101treechildren::-moz-tree-row(lc-000000, selected) {
74d14f90 102 background-color: #000000;
103}
104
105
a1f525f0 106treechildren::-moz-tree-cell-text(lc-FFCCCC) {
74d14f90 107 color: #FFCCCC
108}
a1f525f0 109treechildren::-moz-tree-row(lc-FFCCCC, selected) {
74d14f90 110 background-color: #FFCCCC;
111}
112
a1f525f0 113treechildren::-moz-tree-cell-text(lc-FF6666) {
74d14f90 114 color: #FF6666
115}
a1f525f0 116treechildren::-moz-tree-row(lc-FF6666, selected) {
74d14f90 117 background-color: #FF6666;
118}
119
a1f525f0 120treechildren::-moz-tree-cell-text(lc-FF0000) {
74d14f90 121 color: #FF0000
122}
a1f525f0 123treechildren::-moz-tree-row(lc-FF0000, selected) {
74d14f90 124 background-color: #FF0000;
125}
126
a1f525f0 127treechildren::-moz-tree-cell-text(lc-CC0000) {
74d14f90 128 color: #CC0000
129}
a1f525f0 130treechildren::-moz-tree-row(lc-CC0000, selected) {
74d14f90 131 background-color: #CC0000;
132}
133
a1f525f0 134treechildren::-moz-tree-cell-text(lc-990000) {
74d14f90 135 color: #990000
136}
a1f525f0 137treechildren::-moz-tree-row(lc-990000, selected) {
74d14f90 138 background-color: #990000;
139}
140
a1f525f0 141treechildren::-moz-tree-cell-text(lc-660000) {
74d14f90 142 color: #660000
143}
a1f525f0 144treechildren::-moz-tree-row(lc-660000, selected) {
74d14f90 145 background-color: #660000;
146}
147
a1f525f0 148treechildren::-moz-tree-cell-text(lc-330000) {
74d14f90 149 color: #330000
150}
a1f525f0 151treechildren::-moz-tree-row(lc-330000, selected) {
74d14f90 152 background-color: #330000;
153}
154
155
a1f525f0 156treechildren::-moz-tree-cell-text(lc-FFCC99) {
74d14f90 157 color: #FFCC99
158}
a1f525f0 159treechildren::-moz-tree-row(lc-FFCC99, selected) {
74d14f90 160 background-color: #FFCC99;
161}
162
a1f525f0 163treechildren::-moz-tree-cell-text(lc-FF9966) {
74d14f90 164 color: #FF9966
165}
a1f525f0 166treechildren::-moz-tree-row(lc-FF9966, selected) {
74d14f90 167 background-color: #FF9966;
168}
169
a1f525f0 170treechildren::-moz-tree-cell-text(lc-FF9900) {
74d14f90 171 color: #FF9900
172}
a1f525f0 173treechildren::-moz-tree-row(lc-FF9900, selected) {
74d14f90 174 background-color: #FF9900;
175}
176
a1f525f0 177treechildren::-moz-tree-cell-text(lc-FF6600) {
74d14f90 178 color: #FF6600
179}
a1f525f0 180treechildren::-moz-tree-row(lc-FF6600, selected) {
74d14f90 181 background-color: #FF6600;
182}
183
a1f525f0 184treechildren::-moz-tree-cell-text(lc-CC6600) {
74d14f90 185 color: #CC6600
186}
a1f525f0 187treechildren::-moz-tree-row(lc-CC6600, selected) {
74d14f90 188 background-color: #CC6600;
189}
190
a1f525f0 191treechildren::-moz-tree-cell-text(lc-993300) {
74d14f90 192 color: #993300
193}
a1f525f0 194treechildren::-moz-tree-row(lc-993300, selected) {
74d14f90 195 background-color: #993300;
196}
197
a1f525f0 198treechildren::-moz-tree-cell-text(lc-663300) {
74d14f90 199 color: #663300
200}
a1f525f0 201treechildren::-moz-tree-row(lc-663300, selected) {
74d14f90 202 background-color: #663300;
203}
204
205
a1f525f0 206treechildren::-moz-tree-cell-text(lc-FFFF99) {
74d14f90 207 color: #FFFF99
208}
a1f525f0 209treechildren::-moz-tree-row(lc-FFFF99, selected) {
74d14f90 210 background-color: #FFFF99;
211}
212
a1f525f0 213treechildren::-moz-tree-cell-text(lc-FFFF66) {
74d14f90 214 color: #FFFF66
215}
a1f525f0 216treechildren::-moz-tree-row(lc-FFFF66, selected) {
74d14f90 217 background-color: #FFFF66;
218}
219
a1f525f0 220treechildren::-moz-tree-cell-text(lc-FFCC66) {
74d14f90 221 color: #FFCC66
222}
a1f525f0 223treechildren::-moz-tree-row(lc-FFCC66, selected) {
74d14f90 224 background-color: #FFCC66;
225}
226
a1f525f0 227treechildren::-moz-tree-cell-text(lc-FFCC33) {
74d14f90 228 color: #FFCC33
229}
a1f525f0 230treechildren::-moz-tree-row(lc-FFCC33, selected) {
74d14f90 231 background-color: #FFCC33;
232}
233
a1f525f0 234treechildren::-moz-tree-cell-text(lc-CC9933) {
74d14f90 235 color: #CC9933
236}
a1f525f0 237treechildren::-moz-tree-row(lc-CC9933, selected) {
74d14f90 238 background-color: #CC9933;
239}
240
a1f525f0 241treechildren::-moz-tree-cell-text(lc-996633) {
74d14f90 242 color: #996633
243}
a1f525f0 244treechildren::-moz-tree-row(lc-996633, selected) {
74d14f90 245 background-color: #996633;
246}
247
a1f525f0 248treechildren::-moz-tree-cell-text(lc-663333) {
74d14f90 249 color: #663333
250}
a1f525f0 251treechildren::-moz-tree-row(lc-663333, selected) {
74d14f90 252 background-color: #663333;
253}
254
255
a1f525f0 256treechildren::-moz-tree-cell-text(lc-FFFFCC) {
74d14f90 257 color: #FFFFCC
258}
a1f525f0 259treechildren::-moz-tree-row(lc-FFFFCC, selected) {
74d14f90 260 background-color: #FFFFCC;
261}
262
a1f525f0 263treechildren::-moz-tree-cell-text(lc-FFFF33) {
74d14f90 264 color: #FFFF33
265}
a1f525f0 266treechildren::-moz-tree-row(lc-FFFF33, selected) {
74d14f90 267 background-color: #FFFF33;
268}
269
a1f525f0 270treechildren::-moz-tree-cell-text(lc-FFFF00) {
74d14f90 271 color: #FFFF00
272}
a1f525f0 273treechildren::-moz-tree-row(lc-FFFF00, selected) {
74d14f90 274 background-color: #FFFF00;
275}
276
a1f525f0 277treechildren::-moz-tree-cell-text(lc-FFCC00) {
74d14f90 278 color: #FFCC00
279}
a1f525f0 280treechildren::-moz-tree-row(lc-FFCC00, selected) {
74d14f90 281 background-color: #FFCC00;
282}
283
a1f525f0 284treechildren::-moz-tree-cell-text(lc-999900) {
74d14f90 285 color: #999900
286}
a1f525f0 287treechildren::-moz-tree-row(lc-999900, selected) {
74d14f90 288 background-color: #999900;
289}
290
a1f525f0 291treechildren::-moz-tree-cell-text(lc-666600) {
74d14f90 292 color: #666600
293}
a1f525f0 294treechildren::-moz-tree-row(lc-666600, selected) {
74d14f90 295 background-color: #666600;
296}
297
a1f525f0 298treechildren::-moz-tree-cell-text(lc-333300) {
74d14f90 299 color: #333300
300}
a1f525f0 301treechildren::-moz-tree-row(lc-333300, selected) {
74d14f90 302 background-color: #333300;
303}
304
305
a1f525f0 306treechildren::-moz-tree-cell-text(lc-99FF99) {
74d14f90 307 color: #99FF99
308}
a1f525f0 309treechildren::-moz-tree-row(lc-99FF99, selected) {
74d14f90 310 background-color: #99FF99;
311}
312
a1f525f0 313treechildren::-moz-tree-cell-text(lc-66FF99) {
74d14f90 314 color: #66FF99
315}
a1f525f0 316treechildren::-moz-tree-row(lc-66FF99, selected) {
74d14f90 317 background-color: #66FF99;
318}
319
a1f525f0 320treechildren::-moz-tree-cell-text(lc-33FF33) {
74d14f90 321 color: #33FF33
322}
a1f525f0 323treechildren::-moz-tree-row(lc-33FF33, selected) {
74d14f90 324 background-color: #33FF33;
325}
326
a1f525f0 327treechildren::-moz-tree-cell-text(lc-33CC00) {
74d14f90 328 color: #33CC00
329}
a1f525f0 330treechildren::-moz-tree-row(lc-33CC00, selected) {
74d14f90 331 background-color: #33CC00;
332}
333
a1f525f0 334treechildren::-moz-tree-cell-text(lc-009900) {
74d14f90 335 color: #009900
336}
a1f525f0 337treechildren::-moz-tree-row(lc-009900, selected) {
74d14f90 338 background-color: #009900;
339}
340
a1f525f0 341treechildren::-moz-tree-cell-text(lc-006600) {
74d14f90 342 color: #006600
343}
a1f525f0 344treechildren::-moz-tree-row(lc-006600, selected) {
74d14f90 345 background-color: #006600;
346}
347
a1f525f0 348treechildren::-moz-tree-cell-text(lc-003300) {
74d14f90 349 color: #003300
350}
a1f525f0 351treechildren::-moz-tree-row(lc-003300, selected) {
74d14f90 352 background-color: #003300;
353}
354
355
a1f525f0 356treechildren::-moz-tree-cell-text(lc-99FFFF) {
74d14f90 357 color: #99FFFF
358}
a1f525f0 359treechildren::-moz-tree-row(lc-99FFFF, selected) {
74d14f90 360 background-color: #99FFFF;
361}
362
a1f525f0 363treechildren::-moz-tree-cell-text(lc-33FFFF) {
74d14f90 364 color: #33FFFF
365}
a1f525f0 366treechildren::-moz-tree-row(lc-33FFFF, selected) {
74d14f90 367 background-color: #33FFFF;
368}
369
a1f525f0 370treechildren::-moz-tree-cell-text(lc-66CCCC) {
74d14f90 371 color: #66CCCC
372}
a1f525f0 373treechildren::-moz-tree-row(lc-66CCCC, selected) {
74d14f90 374 background-color: #66CCCC;
375}
376
a1f525f0 377treechildren::-moz-tree-cell-text(lc-00CCCC) {
74d14f90 378 color: #00CCCC
379}
a1f525f0 380treechildren::-moz-tree-row(lc-00CCCC, selected) {
74d14f90 381 background-color: #00CCCC;
382}
383
a1f525f0 384treechildren::-moz-tree-cell-text(lc-339999) {
74d14f90 385 color: #339999
386}
a1f525f0 387treechildren::-moz-tree-row(lc-339999, selected) {
74d14f90 388 background-color: #339999;
389}
390
a1f525f0 391treechildren::-moz-tree-cell-text(lc-336666) {
74d14f90 392 color: #336666
393}
a1f525f0 394treechildren::-moz-tree-row(lc-336666, selected) {
74d14f90 395 background-color: #336666;
396}
397
a1f525f0 398treechildren::-moz-tree-cell-text(lc-003333) {
74d14f90 399 color: #003333
400}
a1f525f0 401treechildren::-moz-tree-row(lc-003333, selected) {
74d14f90 402 background-color: #003333;
403}
404
405
a1f525f0 406treechildren::-moz-tree-cell-text(lc-CCFFFF) {
74d14f90 407 color: #CCFFFF
408}
a1f525f0 409treechildren::-moz-tree-row(lc-CCFFFF, selected) {
74d14f90 410 background-color: #CCFFFF;
411}
412
a1f525f0 413treechildren::-moz-tree-cell-text(lc-66FFFF) {
74d14f90 414 color: #66FFFF
415}
a1f525f0 416treechildren::-moz-tree-row(lc-66FFFF, selected) {
74d14f90 417 background-color: #66FFFF;
418}
419
a1f525f0 420treechildren::-moz-tree-cell-text(lc-33CCFF) {
74d14f90 421 color: #33CCFF
422}
a1f525f0 423treechildren::-moz-tree-row(lc-33CCFF, selected) {
74d14f90 424 background-color: #33CCFF;
425}
426
a1f525f0 427treechildren::-moz-tree-cell-text(lc-3366FF) {
74d14f90 428 color: #3366FF
429}
a1f525f0 430treechildren::-moz-tree-row(lc-3366FF, selected) {
74d14f90 431 background-color: #3366FF;
432}
433
a1f525f0 434treechildren::-moz-tree-cell-text(lc-3333FF) {
74d14f90 435 color: #3333FF
436}
a1f525f0 437treechildren::-moz-tree-row(lc-3333FF, selected) {
74d14f90 438 background-color: #3333FF;
439}
440
a1f525f0 441treechildren::-moz-tree-cell-text(lc-000099) {
74d14f90 442 color: #000099
443}
a1f525f0 444treechildren::-moz-tree-row(lc-000099, selected) {
74d14f90 445 background-color: #000099;
446}
447
a1f525f0 448treechildren::-moz-tree-cell-text(lc-000066) {
74d14f90 449 color: #000066
450}
a1f525f0 451treechildren::-moz-tree-row(lc-000066, selected) {
74d14f90 452 background-color: #000066;
453}
454
455
a1f525f0 456treechildren::-moz-tree-cell-text(lc-CCCCFF) {
74d14f90 457 color: #CCCCFF
458}
a1f525f0 459treechildren::-moz-tree-row(lc-CCCCFF, selected) {
74d14f90 460 background-color: #CCCCFF;
461}
462
a1f525f0 463treechildren::-moz-tree-cell-text(lc-9999FF) {
74d14f90 464 color: #9999FF
465}
a1f525f0 466treechildren::-moz-tree-row(lc-9999FF, selected) {
74d14f90 467 background-color: #9999FF;
468}
469
a1f525f0 470treechildren::-moz-tree-cell-text(lc-6666CC) {
74d14f90 471 color: #6666CC
472}
a1f525f0 473treechildren::-moz-tree-row(lc-6666CC, selected) {
74d14f90 474 background-color: #6666CC;
475}
476
a1f525f0 477treechildren::-moz-tree-cell-text(lc-6633FF) {
74d14f90 478 color: #6633FF
479}
a1f525f0 480treechildren::-moz-tree-row(lc-6633FF, selected) {
74d14f90 481 background-color: #6633FF;
482}
483
a1f525f0 484treechildren::-moz-tree-cell-text(lc-6600CC) {
74d14f90 485 color: #6600CC
486}
a1f525f0 487treechildren::-moz-tree-row(lc-6600CC, selected) {
74d14f90 488 background-color: #6600CC;
489}
490
a1f525f0 491treechildren::-moz-tree-cell-text(lc-333399) {
74d14f90 492 color: #333399
493}
a1f525f0 494treechildren::-moz-tree-row(lc-333399, selected) {
74d14f90 495 background-color: #333399;
496}
497
a1f525f0 498treechildren::-moz-tree-cell-text(lc-330099) {
74d14f90 499 color: #330099
500}
a1f525f0 501treechildren::-moz-tree-row(lc-330099, selected) {
74d14f90 502 background-color: #330099;
503}
504
505
a1f525f0 506treechildren::-moz-tree-cell-text(lc-FFCCFF) {
74d14f90 507 color: #FFCCFF
508}
a1f525f0 509treechildren::-moz-tree-row(lc-FFCCFF, selected) {
74d14f90 510 background-color: #FFCCFF;
511}
512
a1f525f0 513treechildren::-moz-tree-cell-text(lc-FF99FF) {
74d14f90 514 color: #FF99FF
515}
a1f525f0 516treechildren::-moz-tree-row(lc-FF99FF, selected) {
74d14f90 517 background-color: #FF99FF;
518}
519
a1f525f0 520treechildren::-moz-tree-cell-text(lc-CC66CC) {
74d14f90 521 color: #CC66CC
522}
a1f525f0 523treechildren::-moz-tree-row(lc-CC66CC, selected) {
74d14f90 524 background-color: #CC66CC;
525}
526
a1f525f0 527treechildren::-moz-tree-cell-text(lc-CC33CC) {
74d14f90 528 color: #CC33CC
529}
a1f525f0 530treechildren::-moz-tree-row(lc-CC33CC, selected) {
74d14f90 531 background-color: #CC33CC;
532}
533
a1f525f0 534treechildren::-moz-tree-cell-text(lc-993399) {
74d14f90 535 color: #993399
536}
a1f525f0 537treechildren::-moz-tree-row(lc-993399, selected) {
74d14f90 538 background-color: #993399;
539}
540
a1f525f0 541treechildren::-moz-tree-cell-text(lc-663366) {
74d14f90 542 color: #663366
543}
a1f525f0 544treechildren::-moz-tree-row(lc-663366, selected) {
74d14f90 545 background-color: #663366;
546}
547
a1f525f0 548treechildren::-moz-tree-cell-text(lc-330033) {
74d14f90 549 color: #330033
550}
a1f525f0 551treechildren::-moz-tree-row(lc-330033, selected) {
74d14f90 552 background-color: #330033;
553}
554
555
a1f525f0 556treechildren::-moz-tree-cell-text(lc-white, selected) {
74d14f90 557 color: #FFFFFF
558}
a1f525f0 559treechildren::-moz-tree-cell-text(lc-black, selected) {
74d14f90 560 color: #000000
561}