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