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