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