home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / searchDialog.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-14  |  19.6 KB  |  789 lines

  1. /*
  2.  
  3. # The contents of this file are subject to the Netscape Public
  4. # License Version 1.1 (the "License"); you may not use this file
  5. # except in compliance with the License. You may obtain a copy of
  6. # the License at http://www.mozilla.org/NPL/
  7. #
  8. # Software distributed under the License is distributed on an "AS
  9. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10. # implied. See the License for the specific language governing
  11. # rights and limitations under the License.
  12. #
  13. # The Original Code is Mozilla Communicator client code, released
  14. # March 31, 1998.
  15. #
  16. # The Initial Developer of the Original Code is Netscape
  17. # Communications Corporation. Portions created by Netscape are
  18. # Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19. # Rights Reserved.
  20. #
  21. # Contributor(s):
  22.  
  23. */
  24.  
  25. /* ===== searchDialog.css ===============================================
  26.   == Styles for the Mail Search dialog.
  27.   ======================================================================= */
  28.  
  29. @import url("chrome://messenger/skin/");
  30.  
  31. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  32.  
  33. /* ::::: box sizes ::::: */
  34.  
  35. #searchTermTree {
  36.   min-height: 50px;
  37. }
  38.  
  39. #searchTermListBox {
  40.   height: 100px;
  41. }
  42.  
  43. #searchResultListBox {
  44.   margin: 5px;
  45.   height: 100px;
  46. }
  47.  
  48. menulist {
  49.   min-width: 15em;
  50. }
  51.  
  52. menulist > menupopup > menuitem {
  53.   padding-right: 2px;
  54. }
  55.  
  56. textbox {
  57.   margin: 1px 4px;
  58. }
  59.  
  60. /* ::::: thread decoration ::::: */
  61.  
  62. treechildren::-moz-tree-cell-text(read) {
  63.   font-weight: normal;
  64. }
  65.  
  66. treechildren::-moz-tree-cell-text(unread) {
  67.   font-weight: bold;
  68. }
  69.  
  70. /* on a collapsed thread, if the top level message is read, but the thread has
  71.  * unread children, underline the text.  4.x mac did this, very slick 
  72.  */
  73. treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
  74.   text-decoration: underline;
  75. }
  76.  
  77. /* ::::: message column icons ::::: */
  78.  
  79. /* ..... thread column ..... */
  80.  
  81. treecol.threadColumnHeader {
  82.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  83.   padding-right: 3px; 
  84. }
  85.  
  86. treecol.threadColumnHeader[sortDirection="ascending"]  {
  87.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  88. }
  89.  
  90. treecol.threadColumnHeader[sortDirection="descending"] {
  91.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  92. }
  93.  
  94. treechildren::-moz-tree-image(threadCol, container) {
  95.   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
  96. }
  97.  
  98. treechildren::-moz-tree-image(threadCol, container, open) {
  99.   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
  100. }
  101.  
  102. treechildren::-moz-tree-image(threadCol, container, hasUnread) {
  103.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
  104. }
  105.  
  106. treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
  107.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
  108. }
  109.  
  110. /* ..... read column ..... */
  111.  
  112. treecol.readColumnHeader {
  113.   list-style-image: url("chrome://messenger/skin/icons/readcol.png");
  114.   padding-right: 5px;
  115.   padding-bottom: 5px;
  116. }
  117.  
  118. treechildren::-moz-tree-image(unreadButtonColHeader) {
  119.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  120. }
  121.  
  122. treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
  123.   list-style-image: url("chrome://messenger/skin/icons/unreadmail.png");
  124. }
  125.  
  126. /* ..... attachment column ..... */
  127.  
  128. treecol.attachmentColumnHeader {
  129.   list-style-image: url("chrome://messenger/skin/icons/attachment-col.png");
  130.   padding-right: 5px; 
  131. }
  132.  
  133. treechildren::-moz-tree-image(attachmentCol, attach) {
  134.   list-style-image: url("chrome://messenger/skin/icons/attachment.png");
  135. }
  136.  
  137. /* ..... flag column ..... */
  138.  
  139. treecol.flagColumnHeader {
  140.   list-style-image: url("chrome://messenger/skin/icons/flag-col.png");
  141.   padding-right: 5px; 
  142. }
  143.  
  144. treechildren::-moz-tree-image(flaggedCol) {
  145.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  146. }
  147.  
  148. treechildren::-moz-tree-image(flaggedCol, flagged) {
  149.   list-style-image: url("chrome://messenger/skin/icons/flag.png");
  150. }
  151.  
  152.  
  153. /* ..... junkStatus column ..... */
  154.  
  155. treecol.junkStatusHeader {
  156.   list-style-image: url("chrome://messenger/skin/icons/junk-col.png");
  157.   padding-right: 5px; 
  158. }
  159.  
  160. /* "unknown" now looks like "not junk".  see bug #182386 */
  161. treechildren::-moz-tree-image(junkStatusCol) {
  162.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  163.   padding-left: 0px;
  164. }
  165.  
  166. treechildren::-moz-tree-image(junkStatusCol, junk) {
  167.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
  168. }
  169.  
  170. treechildren::-moz-tree-image(junkStatusCol, notjunk) {
  171.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  172.   padding-left: 0px;
  173. }
  174.  
  175. /* ..... subject column ..... */
  176.  
  177. treechildren::-moz-tree-image(subjectCol) {
  178.   margin-right: 2px;
  179.   list-style-image: url("chrome://messenger/skin/icons/message-mail.png ");
  180. }
  181.  
  182. treechildren::-moz-tree-image(subjectCol, read) {
  183.   list-style-image: url("chrome://messenger/skin/icons/message-mail-read.png");
  184. }
  185.  
  186. treechildren::-moz-tree-image(subjectCol, new) {
  187.   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.png");
  188. }
  189.  
  190. treechildren::-moz-tree-image(subjectCol, news) {
  191.   list-style-image: url("chrome://messenger/skin/icons/message-news.png");
  192. }
  193.  
  194. treechildren::-moz-tree-image(subjectCol, news, forwarded) {
  195.   list-style-image: url("chrome://messenger/skin/icons/message-news-forwarded.png");
  196. }
  197.  
  198. treechildren::-moz-tree-image(subjectCol, news, replied) {
  199.   list-style-image: url("chrome://messenger/skin/icons/message-news-replied.png");
  200. }
  201.  
  202. treechildren::-moz-tree-image(subjectCol, news, replied, forwarded) {
  203.   list-style-image: url("chrome://messenger/skin/icons/message-news-replied-forw.png");
  204. }
  205.  
  206. treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
  207.   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif");
  208. }
  209.  
  210. treechildren::-moz-tree-image(subjectCol, news, new) {
  211.   list-style-image: url("chrome://messenger/skin/icons/message-news-new.png");
  212. }
  213.  
  214. treechildren::-moz-tree-image(subjectCol, forwarded) {
  215.   list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded.png");
  216. }
  217.  
  218. treechildren::-moz-tree-image(subjectCol, forwarded, read) {
  219.   list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded-read.png");
  220. }
  221.  
  222. treechildren::-moz-tree-image(subjectCol, replied) {
  223.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied.png");
  224. }
  225.  
  226. treechildren::-moz-tree-image(subjectCol, replied, read) {
  227.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-read.png");
  228. }
  229.  
  230. treechildren::-moz-tree-image(subjectCol, replied, forwarded) {
  231.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw.png");
  232. }
  233.  
  234. treechildren::-moz-tree-image(subjectCol, replied, forwarded,read) {
  235.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw-read.png");
  236. }
  237.  
  238. treechildren::-moz-tree-image(subjectCol, imapdeleted) {
  239.   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.png");
  240. }
  241.  
  242. /* ..... new thread icons for watch and ignore ..... */
  243.  
  244. treechildren::-moz-tree-image(news, threadCol, watch) {
  245.   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
  246. }
  247.  
  248. treechildren::-moz-tree-image(news, threadCol, ignore) {
  249.   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
  250. }
  251.  
  252. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) {
  253.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
  254. }
  255.  
  256. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
  257.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
  258. }
  259.  
  260. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
  261.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
  262. }
  263.  
  264. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
  265.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
  266. }
  267.  
  268. treechildren::-moz-tree-image(news, threadCol, container, watch, open) {
  269.   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
  270. }
  271.  
  272. treechildren::-moz-tree-image(news, threadCol, container, ignore, open) {
  273.   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
  274. }
  275.  
  276. #sizeCol,
  277. #unreadCol,
  278. #totalCol {
  279.   text-align: right;
  280. }
  281.  
  282. /* ::::: thread labels decoration ::::: */
  283.  
  284. /* There are 10x7 color definitions (size of the color picker used)
  285.    times 2 (2 style definitions for each color) +  2 general black
  286.    and white color definitions.
  287.    The color definitions can be in the following formats:
  288.      color: red;
  289.      color: #FF0000;
  290.      color: rgb(128, 0, 0); 
  291. */
  292. treechildren::-moz-tree-cell-text(lc-FFFFFF) {
  293.   color: #FFFFFF
  294. }
  295. treechildren::-moz-tree-row(lc-FFFFFF, selected) {
  296.   background-color: #FFFFFF;
  297. }
  298.  
  299. treechildren::-moz-tree-cell-text(lc-CCCCCC) {
  300.   color: #CCCCCC
  301. }
  302. treechildren::-moz-tree-row(lc-CCCCCC, selected) {
  303.   background-color: #CCCCCC;
  304. }
  305.  
  306. treechildren::-moz-tree-cell-text(lc-C0C0C0) {
  307.   color: #C0C0C0
  308. }
  309. treechildren::-moz-tree-row(lc-C0C0C0, selected) {
  310.   background-color: #C0C0C0;
  311. }
  312.  
  313. treechildren::-moz-tree-cell-text(lc-999999) {
  314.   color: #999999
  315. }
  316. treechildren::-moz-tree-row(lc-999999, selected) {
  317.   background-color: #999999;
  318. }
  319.  
  320. treechildren::-moz-tree-cell-text(lc-666666) {
  321.   color: #666666
  322. }
  323. treechildren::-moz-tree-row(lc-666666, selected) {
  324.   background-color: #666666;
  325. }
  326.  
  327. treechildren::-moz-tree-cell-text(lc-333333) {
  328.   color: #333333
  329. }
  330. treechildren::-moz-tree-row(lc-333333, selected) {
  331.   background-color: #333333;
  332. }
  333.  
  334. treechildren::-moz-tree-cell-text(lc-000000) {
  335.   color: #000000
  336. }
  337. treechildren::-moz-tree-row(lc-000000, selected) {
  338.   background-color: #000000;
  339. }
  340.  
  341. treechildren::-moz-tree-cell-text(lc-FFCCCC) {
  342.   color: #FFCCCC
  343. }
  344. treechildren::-moz-tree-row(lc-FFCCCC, selected) {
  345.   background-color: #FFCCCC;
  346. }
  347.  
  348. treechildren::-moz-tree-cell-text(lc-FF6666) {
  349.   color: #FF6666
  350. }
  351. treechildren::-moz-tree-row(lc-FF6666, selected) {
  352.   background-color: #FF6666;
  353. }
  354.  
  355. treechildren::-moz-tree-cell-text(lc-FF0000) {
  356.   color: #FF0000
  357. }
  358. treechildren::-moz-tree-row(lc-FF0000, selected) {
  359.   background-color: #FF0000;
  360. }
  361.  
  362. treechildren::-moz-tree-cell-text(lc-CC0000) {
  363.   color: #CC0000
  364. }
  365. treechildren::-moz-tree-row(lc-CC0000, selected) {
  366.   background-color: #CC0000;
  367. }
  368.  
  369. treechildren::-moz-tree-cell-text(lc-990000) {
  370.   color: #990000
  371. }
  372. treechildren::-moz-tree-row(lc-990000, selected) {
  373.   background-color: #990000;
  374. }
  375.  
  376. treechildren::-moz-tree-cell-text(lc-660000) {
  377.   color: #660000
  378. }
  379. treechildren::-moz-tree-row(lc-660000, selected) {
  380.   background-color: #660000;
  381. }
  382.  
  383. treechildren::-moz-tree-cell-text(lc-330000) {
  384.   color: #330000
  385. }
  386. treechildren::-moz-tree-row(lc-330000, selected) {
  387.   background-color: #330000;
  388. }
  389.  
  390. treechildren::-moz-tree-cell-text(lc-FFCC99) {
  391.   color: #FFCC99
  392. }
  393. treechildren::-moz-tree-row(lc-FFCC99, selected) {
  394.   background-color: #FFCC99;
  395. }
  396.  
  397. treechildren::-moz-tree-cell-text(lc-FF9966) {
  398.   color: #FF9966
  399. }
  400. treechildren::-moz-tree-row(lc-FF9966, selected) {
  401.   background-color: #FF9966;
  402. }
  403.  
  404. treechildren::-moz-tree-cell-text(lc-FF9900) {
  405.   color: #FF9900
  406. }
  407. treechildren::-moz-tree-row(lc-FF9900, selected) {
  408.   background-color: #FF9900;
  409. }
  410.  
  411. treechildren::-moz-tree-cell-text(lc-FF6600) {
  412.   color: #FF6600
  413. }
  414. treechildren::-moz-tree-row(lc-FF6600, selected) {
  415.   background-color: #FF6600;
  416. }
  417.  
  418. treechildren::-moz-tree-cell-text(lc-CC6600) {
  419.   color: #CC6600
  420. }
  421. treechildren::-moz-tree-row(lc-CC6600, selected) {
  422.   background-color: #CC6600;
  423. }
  424.  
  425. treechildren::-moz-tree-cell-text(lc-993300) {
  426.   color: #993300
  427. }
  428. treechildren::-moz-tree-row(lc-993300, selected) {
  429.   background-color: #993300;
  430. }
  431.  
  432. treechildren::-moz-tree-cell-text(lc-663300) {
  433.   color: #663300
  434. }
  435. treechildren::-moz-tree-row(lc-663300, selected) {
  436.   background-color: #663300;
  437. }
  438.  
  439. treechildren::-moz-tree-cell-text(lc-FFFF99) {
  440.   color: #FFFF99
  441. }
  442. treechildren::-moz-tree-row(lc-FFFF99, selected) {
  443.   background-color: #FFFF99;
  444. }
  445.  
  446. treechildren::-moz-tree-cell-text(lc-FFFF66) {
  447.   color: #FFFF66
  448. }
  449. treechildren::-moz-tree-row(lc-FFFF66, selected) {
  450.   background-color: #FFFF66;
  451. }
  452.  
  453. treechildren::-moz-tree-cell-text(lc-FFCC66) {
  454.   color: #FFCC66
  455. }
  456. treechildren::-moz-tree-row(lc-FFCC66, selected) {
  457.   background-color: #FFCC66;
  458. }
  459.  
  460. treechildren::-moz-tree-cell-text(lc-FFCC33) {
  461.   color: #FFCC33
  462. }
  463. treechildren::-moz-tree-row(lc-FFCC33, selected) {
  464.   background-color: #FFCC33;
  465. }
  466.  
  467. treechildren::-moz-tree-cell-text(lc-CC9933) {
  468.   color: #CC9933
  469. }
  470. treechildren::-moz-tree-row(lc-CC9933, selected) {
  471.   background-color: #CC9933;
  472. }
  473.  
  474. treechildren::-moz-tree-cell-text(lc-996633) {
  475.   color: #996633
  476. }
  477. treechildren::-moz-tree-row(lc-996633, selected) {
  478.   background-color: #996633;
  479. }
  480.  
  481. treechildren::-moz-tree-cell-text(lc-663333) {
  482.   color: #663333
  483. }
  484. treechildren::-moz-tree-row(lc-663333, selected) {
  485.   background-color: #663333;
  486. }
  487.  
  488.  
  489. treechildren::-moz-tree-cell-text(lc-FFFFCC) {
  490.   color: #FFFFCC
  491. }
  492. treechildren::-moz-tree-row(lc-FFFFCC, selected) {
  493.   background-color: #FFFFCC;
  494. }
  495.  
  496. treechildren::-moz-tree-cell-text(lc-FFFF33) {
  497.   color: #FFFF33
  498. }
  499. treechildren::-moz-tree-row(lc-FFFF33, selected) {
  500.   background-color: #FFFF33;
  501. }
  502.  
  503. treechildren::-moz-tree-cell-text(lc-FFFF00) {
  504.   color: #FFFF00
  505. }
  506. treechildren::-moz-tree-row(lc-FFFF00, selected) {
  507.   background-color: #FFFF00;
  508. }
  509.  
  510. treechildren::-moz-tree-cell-text(lc-FFCC00) {
  511.   color: #FFCC00
  512. }
  513. treechildren::-moz-tree-row(lc-FFCC00, selected) {
  514.   background-color: #FFCC00;
  515. }
  516.  
  517. treechildren::-moz-tree-cell-text(lc-999900) {
  518.   color: #999900
  519. }
  520. treechildren::-moz-tree-row(lc-999900, selected) {
  521.   background-color: #999900;
  522. }
  523.  
  524. treechildren::-moz-tree-cell-text(lc-666600) {
  525.   color: #666600
  526. }
  527. treechildren::-moz-tree-row(lc-666600, selected) {
  528.   background-color: #666600;
  529. }
  530.  
  531. treechildren::-moz-tree-cell-text(lc-333300) {
  532.   color: #333300
  533. }
  534. treechildren::-moz-tree-row(lc-333300, selected) {
  535.   background-color: #333300;
  536. }
  537.  
  538. treechildren::-moz-tree-cell-text(lc-99FF99) {
  539.   color: #99FF99
  540. }
  541. treechildren::-moz-tree-row(lc-99FF99, selected) {
  542.   background-color: #99FF99;
  543. }
  544.  
  545. treechildren::-moz-tree-cell-text(lc-66FF99) {
  546.   color: #66FF99
  547. }
  548. treechildren::-moz-tree-row(lc-66FF99, selected) {
  549.   background-color: #66FF99;
  550. }
  551.  
  552. treechildren::-moz-tree-cell-text(lc-33FF33) {
  553.   color: #33FF33
  554. }
  555. treechildren::-moz-tree-row(lc-33FF33, selected) {
  556.   background-color: #33FF33;
  557. }
  558.  
  559. treechildren::-moz-tree-cell-text(lc-33CC00) {
  560.   color: #33CC00
  561. }
  562. treechildren::-moz-tree-row(lc-33CC00, selected) {
  563.   background-color: #33CC00;
  564. }
  565.  
  566. treechildren::-moz-tree-cell-text(lc-009900) {
  567.   color: #009900
  568. }
  569. treechildren::-moz-tree-row(lc-009900, selected) {
  570.   background-color: #009900;
  571. }
  572.  
  573. treechildren::-moz-tree-cell-text(lc-006600) {
  574.   color: #006600
  575. }
  576. treechildren::-moz-tree-row(lc-006600, selected) {
  577.   background-color: #006600;
  578. }
  579.  
  580. treechildren::-moz-tree-cell-text(lc-003300) {
  581.   color: #003300
  582. }
  583. treechildren::-moz-tree-row(lc-003300, selected) {
  584.   background-color: #003300;
  585. }
  586.  
  587. treechildren::-moz-tree-cell-text(lc-99FFFF) {
  588.   color: #99FFFF
  589. }
  590. treechildren::-moz-tree-row(lc-99FFFF, selected) {
  591.   background-color: #99FFFF;
  592. }
  593.  
  594. treechildren::-moz-tree-cell-text(lc-33FFFF) {
  595.   color: #33FFFF
  596. }
  597. treechildren::-moz-tree-row(lc-33FFFF, selected) {
  598.   background-color: #33FFFF;
  599. }
  600.  
  601. treechildren::-moz-tree-cell-text(lc-66CCCC) {
  602.   color: #66CCCC
  603. }
  604. treechildren::-moz-tree-row(lc-66CCCC, selected) {
  605.   background-color: #66CCCC;
  606. }
  607.  
  608. treechildren::-moz-tree-cell-text(lc-00CCCC) {
  609.   color: #00CCCC
  610. }
  611. treechildren::-moz-tree-row(lc-00CCCC, selected) {
  612.   background-color: #00CCCC;
  613. }
  614.  
  615. treechildren::-moz-tree-cell-text(lc-339999) {
  616.   color: #339999
  617. }
  618. treechildren::-moz-tree-row(lc-339999, selected) {
  619.   background-color: #339999;
  620. }
  621.  
  622. treechildren::-moz-tree-cell-text(lc-336666) {
  623.   color: #336666
  624. }
  625. treechildren::-moz-tree-row(lc-336666, selected) {
  626.   background-color: #336666;
  627. }
  628.  
  629. treechildren::-moz-tree-cell-text(lc-003333) {
  630.   color: #003333
  631. }
  632. treechildren::-moz-tree-row(lc-003333, selected) {
  633.   background-color: #003333;
  634. }
  635.  
  636. treechildren::-moz-tree-cell-text(lc-CCFFFF) {
  637.   color: #CCFFFF
  638. }
  639. treechildren::-moz-tree-row(lc-CCFFFF, selected) {
  640.   background-color: #CCFFFF;
  641. }
  642.  
  643. treechildren::-moz-tree-cell-text(lc-66FFFF) {
  644.   color: #66FFFF
  645. }
  646. treechildren::-moz-tree-row(lc-66FFFF, selected) {
  647.   background-color: #66FFFF;
  648. }
  649.  
  650. treechildren::-moz-tree-cell-text(lc-33CCFF) {
  651.   color: #33CCFF
  652. }
  653. treechildren::-moz-tree-row(lc-33CCFF, selected) {
  654.   background-color: #33CCFF;
  655. }
  656.  
  657. treechildren::-moz-tree-cell-text(lc-3366FF) {
  658.   color: #3366FF
  659. }
  660. treechildren::-moz-tree-row(lc-3366FF, selected) {
  661.   background-color: #3366FF;
  662. }
  663.  
  664. treechildren::-moz-tree-cell-text(lc-3333FF) {
  665.   color: #3333FF
  666. }
  667. treechildren::-moz-tree-row(lc-3333FF, selected) {
  668.   background-color: #3333FF;
  669. }
  670.  
  671. treechildren::-moz-tree-cell-text(lc-000099) {
  672.   color: #000099
  673. }
  674. treechildren::-moz-tree-row(lc-000099, selected) {
  675.   background-color: #000099;
  676. }
  677.  
  678. treechildren::-moz-tree-cell-text(lc-000066) {
  679.   color: #000066
  680. }
  681. treechildren::-moz-tree-row(lc-000066, selected) {
  682.   background-color: #000066;
  683. }
  684.  
  685. treechildren::-moz-tree-cell-text(lc-CCCCFF) {
  686.   color: #CCCCFF
  687. }
  688. treechildren::-moz-tree-row(lc-CCCCFF, selected) {
  689.   background-color: #CCCCFF;
  690. }
  691.  
  692. treechildren::-moz-tree-cell-text(lc-9999FF) {
  693.   color: #9999FF
  694. }
  695. treechildren::-moz-tree-row(lc-9999FF, selected) {
  696.   background-color: #9999FF;
  697. }
  698.  
  699. treechildren::-moz-tree-cell-text(lc-6666CC) {
  700.   color: #6666CC
  701. }
  702. treechildren::-moz-tree-row(lc-6666CC, selected) {
  703.   background-color: #6666CC;
  704. }
  705.  
  706. treechildren::-moz-tree-cell-text(lc-6633FF) {
  707.   color: #6633FF
  708. }
  709. treechildren::-moz-tree-row(lc-6633FF, selected) {
  710.   background-color: #6633FF;
  711. }
  712.  
  713. treechildren::-moz-tree-cell-text(lc-6600CC) {
  714.   color: #6600CC
  715. }
  716. treechildren::-moz-tree-row(lc-6600CC, selected) {
  717.   background-color: #6600CC;
  718. }
  719.  
  720. treechildren::-moz-tree-cell-text(lc-333399) {
  721.   color: #333399
  722. }
  723. treechildren::-moz-tree-row(lc-333399, selected) {
  724.   background-color: #333399;
  725. }
  726.  
  727. treechildren::-moz-tree-cell-text(lc-330099) {
  728.   color: #330099
  729. }
  730. treechildren::-moz-tree-row(lc-330099, selected) {
  731.   background-color: #330099;
  732. }
  733.  
  734. treechildren::-moz-tree-cell-text(lc-FFCCFF) {
  735.   color: #FFCCFF
  736. }
  737. treechildren::-moz-tree-row(lc-FFCCFF, selected) {
  738.   background-color: #FFCCFF;
  739. }
  740.  
  741. treechildren::-moz-tree-cell-text(lc-FF99FF) {
  742.   color: #FF99FF
  743. }
  744. treechildren::-moz-tree-row(lc-FF99FF, selected) {
  745.   background-color: #FF99FF;
  746. }
  747.  
  748. treechildren::-moz-tree-cell-text(lc-CC66CC) {
  749.   color: #CC66CC
  750. }
  751. treechildren::-moz-tree-row(lc-CC66CC, selected) {
  752.   background-color: #CC66CC;
  753. }
  754.  
  755. treechildren::-moz-tree-cell-text(lc-CC33CC) {
  756.   color: #CC33CC
  757. }
  758. treechildren::-moz-tree-row(lc-CC33CC, selected) {
  759.   background-color: #CC33CC;
  760. }
  761.  
  762. treechildren::-moz-tree-cell-text(lc-993399) {
  763.   color: #993399
  764. }
  765. treechildren::-moz-tree-row(lc-993399, selected) {
  766.   background-color: #993399;
  767. }
  768.  
  769. treechildren::-moz-tree-cell-text(lc-663366) {
  770.   color: #663366
  771. }
  772. treechildren::-moz-tree-row(lc-663366, selected) {
  773.   background-color: #663366;
  774. }
  775.  
  776. treechildren::-moz-tree-cell-text(lc-330033) {
  777.   color: #330033
  778. }
  779. treechildren::-moz-tree-row(lc-330033, selected) {
  780.   background-color: #330033;
  781. }
  782.  
  783. treechildren::-moz-tree-cell-text(lc-white, selected) {
  784.   color: #FFFFFF
  785. }
  786. treechildren::-moz-tree-cell-text(lc-black, selected) {
  787.   color: #000000
  788. }
  789.