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