Guest User

userChrome for tag backgrounds Thunderbird

a guest
Nov 28th, 2018
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.82 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /*
  4.  * TwisterMc’s Labels (1,2) - Full set by The-Daily-Poll (Rassi) (3)
  5.  * (1) http://www.twistermc.com/blog/2007/04/10/thunderbird-labels
  6.  * (2) http://www.twistermc.com/blog/2007/05/02/custom-thunderbird-labels
  7.  * (3) http://the-daily-poll.com/wp-content/uploads/2007/05/complete_twistedmc_labels.txt
  8.  */
  9.  
  10. treechildren::-moz-tree-cell(lc-FFFFFF)
  11. {
  12.   border-bottom: 1px solid #FFFFFF !important;
  13.   background-color: #FFFFFF !important;
  14. }
  15.  
  16. treechildren::-moz-tree-cell-text(lc-FFFFFF)
  17. {
  18.   color: #000 !important;
  19. }
  20.  
  21. treechildren::-moz-tree-cell(lc-FFFFFF, selected)
  22. {
  23.   background-color: #FFFFFF !important;
  24. }
  25.  
  26. treechildren::-moz-tree-cell-text(lc-FFFFFF, selected)
  27. {
  28.   color: #FFF !important;
  29. }
  30.  
  31. treechildren::-moz-tree-cell(lc-FFCCCC)
  32. {
  33.   border-bottom: 1px solid #FFCCCC !important;
  34.   background-color: #FFE6E6 !important;
  35. }
  36.  
  37. treechildren::-moz-tree-cell-text(lc-FFCCCC)
  38. {
  39.   color: #000 !important;
  40. }
  41.  
  42. treechildren::-moz-tree-cell(lc-FFCCCC, selected)
  43. {
  44.   background-color: #FFCCCC !important;
  45. }
  46.  
  47. treechildren::-moz-tree-cell-text(lc-FFCCCC, selected)
  48. {
  49.   color: #FFF !important;
  50. }
  51.  
  52. treechildren::-moz-tree-cell(lc-FFCC99)
  53. {
  54.   border-bottom: 1px solid #FFCC99 !important;
  55.   background-color: #FFE6CC !important;
  56. }
  57.  
  58. treechildren::-moz-tree-cell-text(lc-FFCC99)
  59. {
  60.   color: #000 !important;
  61. }
  62.  
  63. treechildren::-moz-tree-cell(lc-FFCC99, selected)
  64. {
  65.   background-color: #FFCC99 !important;
  66. }
  67.  
  68. treechildren::-moz-tree-cell-text(lc-FFCC99, selected)
  69. {
  70.   color: #FFF !important;
  71. }
  72.  
  73. treechildren::-moz-tree-cell(lc-FFFF99)
  74. {
  75.   border-bottom: 1px solid #FFFF99 !important;
  76.   background-color: #99FF99 !important;
  77. }
  78.  
  79. treechildren::-moz-tree-cell-text(lc-FFFF99)
  80. {
  81.   color: #000 !important;
  82. }
  83.  
  84. treechildren::-moz-tree-cell(lc-FFFF99, selected)
  85. {
  86.   background-color: #FFFF99 !important;
  87. }
  88.  
  89. treechildren::-moz-tree-cell-text(lc-FFFF99, selected)
  90. {
  91.   color: #FFF !important;
  92. }
  93.  
  94. treechildren::-moz-tree-cell(lc-FFFFCC)
  95. {
  96.   border-bottom: 1px solid #FFFFCC !important;
  97.   background-color: #FFFFE6 !important;
  98. }
  99.  
  100. treechildren::-moz-tree-cell-text(lc-FFFFCC)
  101. {
  102.   color: #000 !important;
  103. }
  104.  
  105. treechildren::-moz-tree-cell(lc-FFFFCC, selected)
  106. {
  107.   background-color: #FFFFCC !important;
  108. }
  109.  
  110. treechildren::-moz-tree-cell-text(lc-FFFFCC, selected)
  111. {
  112.   color: #FFF !important;
  113. }
  114.  
  115. treechildren::-moz-tree-cell(lc-99FF99)
  116. {
  117.   border-bottom: 1px solid #99FF99 !important;
  118.   background-color: #CCFFCC !important;
  119. }
  120.  
  121. treechildren::-moz-tree-cell-text(lc-99FF99)
  122. {
  123.   color: #000 !important;
  124. }
  125.  
  126. treechildren::-moz-tree-cell(lc-99FF99, selected)
  127. {
  128.   background-color: #99FF99 !important;
  129. }
  130.  
  131. treechildren::-moz-tree-cell-text(lc-99FF99, selected)
  132. {
  133.   color: #FFF !important;
  134. }
  135.  
  136. treechildren::-moz-tree-cell(lc-99FFFF)
  137. {
  138.   border-bottom: 1px solid #99FFFF !important;
  139.   background-color: #CCFFFF !important;
  140. }
  141.  
  142. treechildren::-moz-tree-cell-text(lc-99FFFF)
  143. {
  144.   color: #000 !important;
  145. }
  146.  
  147. treechildren::-moz-tree-cell(lc-99FFFF, selected)
  148. {
  149.   background-color: #99FFFF !important;
  150. }
  151.  
  152. treechildren::-moz-tree-cell-text(lc-99FFFF, selected)
  153. {
  154.   color: #FFF !important;
  155. }
  156.  
  157. treechildren::-moz-tree-cell(lc-CCFFFF)
  158. {
  159.   border-bottom: 1px solid #CCFFFF !important;
  160.   background-color: #FFCC99 !important;
  161. }
  162.  
  163. treechildren::-moz-tree-cell-text(lc-CCFFFF)
  164. {
  165.   color: #000 !important;
  166. }
  167.  
  168. treechildren::-moz-tree-cell(lc-CCFFFF, selected)
  169. {
  170.   background-color: #CCFFFF !important;
  171. }
  172.  
  173. treechildren::-moz-tree-cell-text(lc-CCFFFF, selected)
  174. {
  175.   color: #FFF !important;
  176. }
  177.  
  178. treechildren::-moz-tree-cell(lc-FF9900)
  179. {
  180.   border-bottom: 1px solid #FF9900 !important;
  181.   background-color: #E6FFFF !important;
  182. }
  183.  
  184. treechildren::-moz-tree-cell-text(lc-FF9900)
  185. {
  186.   color: #000 !important;
  187. }
  188.  
  189. treechildren::-moz-tree-cell(lc-FF9900, selected)
  190. {
  191.   background-color: #FF9900 !important;
  192. }
  193.  
  194. treechildren::-moz-tree-cell-text(lc-FF9900, selected)
  195. {
  196.   color: #FFF !important;
  197. }
  198.  
  199. treechildren::-moz-tree-cell(lc-CCCCFF)
  200. {
  201.   border-bottom: 1px solid #CCCCFF !important;
  202.   background-color: #E6E6FF !important;
  203. }
  204.  
  205. treechildren::-moz-tree-cell-text(lc-CCCCFF)
  206. {
  207.   color: #000 !important;
  208. }
  209.  
  210. treechildren::-moz-tree-cell(lc-CCCCFF, selected)
  211. {
  212.   background-color: #CCCCFF !important;
  213. }
  214.  
  215. treechildren::-moz-tree-cell-text(lc-CCCCFF, selected)
  216. {
  217.   color: #FFF !important;
  218. }
  219.  
  220. treechildren::-moz-tree-cell(lc-FFCCFF)
  221. {
  222.   border-bottom: 1px solid #FFCCFF !important;
  223.   background-color: #FFE6FF !important;
  224. }
  225.  
  226. treechildren::-moz-tree-cell-text(lc-FFCCFF)
  227. {
  228.   color: #000 !important;
  229. }
  230.  
  231. treechildren::-moz-tree-cell(lc-FFCCFF, selected)
  232. {
  233.   background-color: #FFCCFF !important;
  234. }
  235.  
  236. treechildren::-moz-tree-cell-text(lc-FFCCFF, selected)
  237. {
  238.   color: #FFF !important;
  239. }
  240.  
  241. treechildren::-moz-tree-cell(lc-CCCCCC)
  242. {
  243.   border-bottom: 1px solid #CCCCCC !important;
  244.   background-color: #E6E6E6 !important;
  245. }
  246.  
  247. treechildren::-moz-tree-cell-text(lc-CCCCCC)
  248. {
  249.   color: #000 !important;
  250. }
  251.  
  252. treechildren::-moz-tree-cell(lc-CCCCCC, selected)
  253. {
  254.   background-color: #CCCCCC !important;
  255. }
  256.  
  257. treechildren::-moz-tree-cell-text(lc-CCCCCC, selected)
  258. {
  259.   color: #FFF !important;
  260. }
  261.  
  262. treechildren::-moz-tree-cell(lc-FF6666)
  263. {
  264.   border-bottom: 1px solid #FF6666 !important;
  265.   background-color: #FFB3B3 !important;
  266. }
  267.  
  268. treechildren::-moz-tree-cell-text(lc-FF6666)
  269. {
  270.   color: #000 !important;
  271. }
  272.  
  273. treechildren::-moz-tree-cell(lc-FF6666, selected)
  274. {
  275.   background-color: #FF6666 !important;
  276. }
  277.  
  278. treechildren::-moz-tree-cell-text(lc-FF6666, selected)
  279. {
  280.   color: #FFF !important;
  281. }
  282.  
  283. treechildren::-moz-tree-cell(lc-FF9966)
  284. {
  285.   border-bottom: 1px solid #FF9966 !important;
  286.   background-color: #FFCCB3 !important;
  287. }
  288.  
  289. treechildren::-moz-tree-cell-text(lc-FF9966)
  290. {
  291.   color: #000 !important;
  292. }
  293.  
  294. treechildren::-moz-tree-cell(lc-FF9966, selected)
  295. {
  296.   background-color: #FF9966 !important;
  297. }
  298.  
  299. treechildren::-moz-tree-cell-text(lc-FF9966, selected)
  300. {
  301.   color: #FFF !important;
  302. }
  303.  
  304. treechildren::-moz-tree-cell(lc-FFFF66)
  305. {
  306.   border-bottom: 1px solid #FFFF66 !important;
  307.   background-color: #FFFFB3 !important;
  308. }
  309.  
  310. treechildren::-moz-tree-cell-text(lc-FFFF66)
  311. {
  312.   color: #000 !important;
  313. }
  314.  
  315. treechildren::-moz-tree-cell(lc-FFFF66, selected)
  316. {
  317.   background-color: #FFFF66 !important;
  318. }
  319.  
  320. treechildren::-moz-tree-cell-text(lc-FFFF66, selected)
  321. {
  322.   color: #FFF !important;
  323. }
  324.  
  325. treechildren::-moz-tree-cell(lc-FFFF33)
  326. {
  327.   border-bottom: 1px solid #FFFF33 !important;
  328.   background-color: #FFFF99 !important;
  329. }
  330.  
  331. treechildren::-moz-tree-cell-text(lc-FFFF33)
  332. {
  333.   color: #000 !important;
  334. }
  335.  
  336. treechildren::-moz-tree-cell(lc-FFFF33, selected)
  337. {
  338.   background-color: #FFFF33 !important;
  339. }
  340.  
  341. treechildren::-moz-tree-cell-text(lc-FFFF33, selected)
  342. {
  343.   color: #FFF !important;
  344. }
  345.  
  346. treechildren::-moz-tree-cell(lc-66FF99)
  347. {
  348.   border-bottom: 1px solid #66FF99 !important;
  349.   background-color: #B3FFCC !important;
  350. }
  351.  
  352. treechildren::-moz-tree-cell-text(lc-66FF99)
  353. {
  354.   color: #000 !important;
  355. }
  356.  
  357. treechildren::-moz-tree-cell(lc-66FF99, selected)
  358. {
  359.   background-color: #66FF99 !important;
  360. }
  361.  
  362. treechildren::-moz-tree-cell-text(lc-66FF99, selected)
  363. {
  364.   color: #FFF !important;
  365. }
  366.  
  367. treechildren::-moz-tree-cell(lc-33FFFF)
  368. {
  369.   border-bottom: 1px solid #33FFFF !important;
  370.   background-color: #99FFFF !important;
  371. }
  372.  
  373. treechildren::-moz-tree-cell-text(lc-33FFFF)
  374. {
  375.   color: #000 !important;
  376. }
  377.  
  378. treechildren::-moz-tree-cell(lc-33FFFF, selected)
  379. {
  380.   background-color: #33FFFF !important;
  381. }
  382.  
  383. treechildren::-moz-tree-cell-text(lc-33FFFF, selected)
  384. {
  385.   color: #FFF !important;
  386. }
  387.  
  388. treechildren::-moz-tree-cell(lc-66FFFF)
  389. {
  390.   border-bottom: 1px solid #66FFFF !important;
  391.   background-color: #B3FFFF !important;
  392. }
  393.  
  394. treechildren::-moz-tree-cell-text(lc-66FFFF)
  395. {
  396.   color: #000 !important;
  397. }
  398.  
  399. treechildren::-moz-tree-cell(lc-66FFFF, selected)
  400. {
  401.   background-color: #66FFFF !important;
  402. }
  403.  
  404. treechildren::-moz-tree-cell-text(lc-66FFFF, selected)
  405. {
  406.   color: #FFF !important;
  407. }
  408.  
  409. treechildren::-moz-tree-cell(lc-9999FF)
  410. {
  411.   border-bottom: 1px solid #9999FF !important;
  412.   background-color: #CCCCFF !important;
  413. }
  414.  
  415. treechildren::-moz-tree-cell-text(lc-9999FF)
  416. {
  417.   color: #000 !important;
  418. }
  419.  
  420. treechildren::-moz-tree-cell(lc-9999FF, selected)
  421. {
  422.   background-color: #9999FF !important;
  423. }
  424.  
  425. treechildren::-moz-tree-cell-text(lc-9999FF, selected)
  426. {
  427.   color: #FFF !important;
  428. }
  429.  
  430. treechildren::-moz-tree-cell(lc-FF99FF)
  431. {
  432.   border-bottom: 1px solid #FF99FF !important;
  433.   background-color: #FFCCFF !important;
  434. }
  435.  
  436. treechildren::-moz-tree-cell-text(lc-FF99FF)
  437. {
  438.   color: #000 !important;
  439. }
  440.  
  441. treechildren::-moz-tree-cell(lc-FF99FF, selected)
  442. {
  443.   background-color: #FF99FF !important;
  444. }
  445.  
  446. treechildren::-moz-tree-cell-text(lc-FF99FF, selected)
  447. {
  448.   color: #FFF !important;
  449. }
  450.  
  451. treechildren::-moz-tree-cell(lc-C0C0C0)
  452. {
  453.   border-bottom: 1px solid #C0C0C0 !important;
  454.   background-color: #E0E0E0 !important;
  455. }
  456.  
  457. treechildren::-moz-tree-cell-text(lc-C0C0C0)
  458. {
  459.   color: #000 !important;
  460. }
  461.  
  462. treechildren::-moz-tree-cell(lc-C0C0C0, selected)
  463. {
  464.   background-color: #C0C0C0 !important;
  465. }
  466.  
  467. treechildren::-moz-tree-cell-text(lc-C0C0C0, selected)
  468. {
  469.   color: #FFF !important;
  470. }
  471.  
  472. treechildren::-moz-tree-cell(lc-FF0000)
  473. {
  474.   border-bottom: 1px solid #FF0000 !important;
  475.   background-color: #FF8080 !important;
  476. }
  477.  
  478. treechildren::-moz-tree-cell-text(lc-FF0000)
  479. {
  480.   color: #000 !important;
  481. }
  482.  
  483. treechildren::-moz-tree-cell(lc-FF0000, selected)
  484. {
  485.   background-color: #FF0000 !important;
  486. }
  487.  
  488. treechildren::-moz-tree-cell-text(lc-FF0000, selected)
  489. {
  490.   color: #FFF !important;
  491. }
  492.  
  493. treechildren::-moz-tree-cell(lc-FF9900)
  494. {
  495.   border-bottom: 1px solid #FF9900 !important;
  496.   background-color: #FFCC80 !important;
  497. }
  498.  
  499. treechildren::-moz-tree-cell-text(lc-FF9900)
  500. {
  501.   color: #000 !important;
  502. }
  503.  
  504. treechildren::-moz-tree-cell(lc-FF9900, selected)
  505. {
  506.   background-color: #FF9900 !important;
  507. }
  508.  
  509. treechildren::-moz-tree-cell-text(lc-FF9900, selected)
  510. {
  511.   color: #FFF !important;
  512. }
  513.  
  514. treechildren::-moz-tree-cell(lc-FFCC66)
  515. {
  516.   border-bottom: 1px solid #FFCC66 !important;
  517.   background-color: #FFE6B3 !important;
  518. }
  519.  
  520. treechildren::-moz-tree-cell-text(lc-FFCC66)
  521. {
  522.   color: #000 !important;
  523. }
  524.  
  525. treechildren::-moz-tree-cell(lc-FFCC66, selected)
  526. {
  527.   background-color: #FFCC66 !important;
  528. }
  529.  
  530. treechildren::-moz-tree-cell-text(lc-FFCC66, selected)
  531. {
  532.   color: #FFF !important;
  533. }
  534.  
  535. treechildren::-moz-tree-cell(lc-FFFF00)
  536. {
  537.   border-bottom: 1px solid #FFFF00 !important;
  538.   background-color: #FFFF80 !important;
  539. }
  540.  
  541. treechildren::-moz-tree-cell-text(lc-FFFF00)
  542. {
  543.   color: #000 !important;
  544. }
  545.  
  546. treechildren::-moz-tree-cell(lc-FFFF00, selected)
  547. {
  548.   background-color: #FFFF00 !important;
  549. }
  550.  
  551. treechildren::-moz-tree-cell-text(lc-FFFF00, selected)
  552. {
  553.   color: #FFF !important;
  554. }
  555.  
  556. treechildren::-moz-tree-cell(lc-33FF33)
  557. {
  558.   border-bottom: 1px solid #33FF33 !important;
  559.   background-color: #99FF99 !important;
  560. }
  561.  
  562. treechildren::-moz-tree-cell-text(lc-33FF33)
  563. {
  564.   color: #000 !important;
  565. }
  566.  
  567. treechildren::-moz-tree-cell(lc-33FF33, selected)
  568. {
  569.   background-color: #33FF33 !important;
  570. }
  571.  
  572. treechildren::-moz-tree-cell-text(lc-33FF33, selected)
  573. {
  574.   color: #FFF !important;
  575. }
  576.  
  577. treechildren::-moz-tree-cell(lc-66CCCC)
  578. {
  579.   border-bottom: 1px solid #66CCCC !important;
  580.   background-color: #B3E6E6 !important;
  581. }
  582.  
  583. treechildren::-moz-tree-cell-text(lc-66CCCC)
  584. {
  585.   color: #000 !important;
  586. }
  587.  
  588. treechildren::-moz-tree-cell(lc-66CCCC, selected)
  589. {
  590.   background-color: #66CCCC !important;
  591. }
  592.  
  593. treechildren::-moz-tree-cell-text(lc-66CCCC, selected)
  594. {
  595.   color: #FFF !important;
  596. }
  597.  
  598. treechildren::-moz-tree-cell(lc-33CCFF)
  599. {
  600.   border-bottom: 1px solid #33CCFF !important;
  601.   background-color: #99E6FF !important;
  602. }
  603.  
  604. treechildren::-moz-tree-cell-text(lc-33CCFF)
  605. {
  606.   color: #000 !important;
  607. }
  608.  
  609. treechildren::-moz-tree-cell(lc-33CCFF, selected)
  610. {
  611.   background-color: #33CCFF !important;
  612. }
  613.  
  614. treechildren::-moz-tree-cell-text(lc-33CCFF, selected)
  615. {
  616.   color: #FFF !important;
  617. }
  618.  
  619. treechildren::-moz-tree-cell(lc-6666CC)
  620. {
  621.   border-bottom: 1px solid #6666CC !important;
  622.   background-color: #B3B3E6 !important;
  623. }
  624.  
  625. treechildren::-moz-tree-cell-text(lc-6666CC)
  626. {
  627.   color: #000 !important;
  628. }
  629.  
  630. treechildren::-moz-tree-cell(lc-6666CC, selected)
  631. {
  632.   background-color: #6666CC !important;
  633. }
  634.  
  635. treechildren::-moz-tree-cell-text(lc-6666CC, selected)
  636. {
  637.   color: #FFF !important;
  638. }
  639.  
  640. treechildren::-moz-tree-cell(lc-CC66CC)
  641. {
  642.   border-bottom: 1px solid #CC66CC !important;
  643.   background-color: #E6B3E6 !important;
  644. }
  645.  
  646. treechildren::-moz-tree-cell-text(lc-CC66CC)
  647. {
  648.   color: #000 !important;
  649. }
  650.  
  651. treechildren::-moz-tree-cell(lc-CC66CC, selected)
  652. {
  653.   background-color: #CC66CC !important;
  654. }
  655.  
  656. treechildren::-moz-tree-cell-text(lc-CC66CC, selected)
  657. {
  658.   color: #FFF !important;
  659. }
  660.  
  661. treechildren::-moz-tree-cell(lc-999999)
  662. {
  663.   border-bottom: 1px solid #999999 !important;
  664.   background-color: #CCCCCC !important;
  665. }
  666.  
  667. treechildren::-moz-tree-cell-text(lc-999999)
  668. {
  669.   color: #000 !important;
  670. }
  671.  
  672. treechildren::-moz-tree-cell(lc-999999, selected)
  673. {
  674.   background-color: #999999 !important;
  675. }
  676.  
  677. treechildren::-moz-tree-cell-text(lc-999999, selected)
  678. {
  679.   color: #FFF !important;
  680. }
  681.  
  682. treechildren::-moz-tree-cell(lc-CC0000)
  683. {
  684.   border-bottom: 1px solid #999999 !important;
  685.   background-color: #E68080 !important;
  686. }
  687.  
  688. treechildren::-moz-tree-cell-text(lc-CC0000)
  689. {
  690.   color: #000 !important;
  691. }
  692.  
  693. treechildren::-moz-tree-cell(lc-CC0000, selected)
  694. {
  695.   background-color: #CC0000 !important;
  696. }
  697.  
  698. treechildren::-moz-tree-cell-text(lc-CC0000, selected)
  699. {
  700.   color: #FFF !important;
  701. }
  702.  
  703. treechildren::-moz-tree-cell(lc-FF6600)
  704. {
  705.   border-bottom: 1px solid #CC0000 !important;
  706.   background-color: #FFB380 !important;
  707. }
  708.  
  709. treechildren::-moz-tree-cell-text(lc-FF6600)
  710. {
  711.   color: #000 !important;
  712. }
  713.  
  714. treechildren::-moz-tree-cell(lc-FF6600, selected)
  715. {
  716.   background-color: #FF6600 !important;
  717. }
  718.  
  719. treechildren::-moz-tree-cell-text(lc-FF6600, selected)
  720. {
  721.   color: #FFF !important;
  722. }
  723.  
  724. treechildren::-moz-tree-cell(lc-FFCC33)
  725. {
  726.   border-bottom: 1px solid #FFCC33 !important;
  727.   background-color: #FFE699 !important;
  728. }
  729.  
  730. treechildren::-moz-tree-cell-text(lc-FFCC33)
  731. {
  732.   color: #000 !important;
  733. }
  734.  
  735. treechildren::-moz-tree-cell(lc-FFCC33, selected)
  736. {
  737.   background-color: #FFCC33 !important;
  738. }
  739.  
  740. treechildren::-moz-tree-cell-text(lc-FFCC33, selected)
  741. {
  742.   color: #FFF !important;
  743. }
  744.  
  745. treechildren::-moz-tree-cell(lc-FFCC00)
  746. {
  747.   border-bottom: 1px solid #FFCC00 !important;
  748.   background-color: #FFE680 !important;
  749. }
  750.  
  751. treechildren::-moz-tree-cell-text(lc-FFCC00)
  752. {
  753.   color: #000 !important;
  754. }
  755.  
  756. treechildren::-moz-tree-cell(lc-FFCC00, selected)
  757. {
  758.   background-color: #FFCC00 !important;
  759. }
  760.  
  761. treechildren::-moz-tree-cell-text(lc-FFCC00, selected)
  762. {
  763.   color: #FFF !important;
  764. }
  765.  
  766. treechildren::-moz-tree-cell(lc-33CC00)
  767. {
  768.   border-bottom: 1px solid #33CC00 !important;
  769.   background-color: #99E680 !important;
  770. }
  771.  
  772. treechildren::-moz-tree-cell-text(lc-33CC00)
  773. {
  774.   color: #000 !important;
  775. }
  776.  
  777. treechildren::-moz-tree-cell(lc-33CC00, selected)
  778. {
  779.   background-color: #33CC00 !important;
  780. }
  781.  
  782. treechildren::-moz-tree-cell-text(lc-33CC00, selected)
  783. {
  784.   color: #FFF !important;
  785. }
  786.  
  787. treechildren::-moz-tree-cell(lc-00CCCC)
  788. {
  789.   border-bottom: 1px solid #00CCCC !important;
  790.   background-color: #80E6E6 !important;
  791. }
  792.  
  793. treechildren::-moz-tree-cell-text(lc-00CCCC)
  794. {
  795.   color: #000 !important;
  796. }
  797.  
  798. treechildren::-moz-tree-cell(lc-00CCCC, selected)
  799. {
  800.   background-color: #00CCCC !important;
  801. }
  802.  
  803. treechildren::-moz-tree-cell-text(lc-00CCCC, selected)
  804. {
  805.   color: #FFF !important;
  806. }
  807.  
  808. treechildren::-moz-tree-cell(lc-3366FF)
  809. {
  810.   border-bottom: 1px solid #3366FF !important;
  811.   background-color: #99B3FF !important;
  812. }
  813.  
  814. treechildren::-moz-tree-cell-text(lc-3366FF)
  815. {
  816.   color: #000 !important;
  817. }
  818.  
  819. treechildren::-moz-tree-cell(lc-3366FF, selected)
  820. {
  821.   background-color: #3366FF !important;
  822. }
  823.  
  824. treechildren::-moz-tree-cell-text(lc-3366FF, selected)
  825. {
  826.   color: #FFF !important;
  827. }
  828.  
  829. treechildren::-moz-tree-cell(lc-6633FF)
  830. {
  831.   border-bottom: 1px solid #6633FF !important;
  832.   background-color: #B399FF !important;
  833. }
  834.  
  835. treechildren::-moz-tree-cell-text(lc-6633FF)
  836. {
  837.   color: #000 !important;
  838. }
  839.  
  840. treechildren::-moz-tree-cell(lc-6633FF, selected)
  841. {
  842.   background-color: #6633FF !important;
  843. }
  844.  
  845. treechildren::-moz-tree-cell-text(lc-6633FF, selected)
  846. {
  847.   color: #FFF !important;
  848. }
  849.  
  850. treechildren::-moz-tree-cell(lc-B399FF)
  851. {
  852.   border-bottom: 1px solid #B399FF !important;
  853.   background-color: #E699E6 !important;
  854. }
  855.  
  856. treechildren::-moz-tree-cell-text(lc-B399FF)
  857. {
  858.   color: #000 !important;
  859. }
  860.  
  861. treechildren::-moz-tree-cell(lc-B399FF, selected)
  862. {
  863.   background-color: #B399FF !important;
  864. }
  865.  
  866. treechildren::-moz-tree-cell-text(lc-B399FF, selected)
  867. {
  868.   color: #FFF !important;
  869. }
  870.  
  871. treechildren::-moz-tree-cell(lc-666666)
  872. {
  873.   border-bottom: 1px solid #666666 !important;
  874.   background-color: #B3B3B3 !important;
  875. }
  876.  
  877. treechildren::-moz-tree-cell-text(lc-666666)
  878. {
  879.   color: #000 !important;
  880. }
  881.  
  882. treechildren::-moz-tree-cell(lc-666666, selected)
  883. {
  884.   background-color: #666666 !important;
  885. }
  886.  
  887. treechildren::-moz-tree-cell-text(lc-666666, selected)
  888. {
  889.   color: #FFF !important;
  890. }
  891.  
  892. treechildren::-moz-tree-cell(lc-990000)
  893. {
  894.   border-bottom: 1px solid #990000 !important;
  895.   background-color: #CC8080 !important;
  896. }
  897.  
  898. treechildren::-moz-tree-cell-text(lc-990000)
  899. {
  900.   color: #000 !important;
  901. }
  902.  
  903. treechildren::-moz-tree-cell(lc-990000, selected)
  904. {
  905.   background-color: #990000 !important;
  906. }
  907.  
  908. treechildren::-moz-tree-cell-text(lc-990000, selected)
  909. {
  910.   color: #FFF !important;
  911. }
  912.  
  913. treechildren::-moz-tree-cell(lc-CC6600)
  914. {
  915.   border-bottom: 1px solid #CC6600 !important;
  916.   background-color: #E6B380 !important;
  917. }
  918.  
  919. treechildren::-moz-tree-cell-text(lc-CC6600)
  920. {
  921.   color: #000 !important;
  922. }
  923.  
  924. treechildren::-moz-tree-cell(lc-CC6600, selected)
  925. {
  926.   background-color: #CC6600 !important;
  927. }
  928.  
  929. treechildren::-moz-tree-cell-text(lc-CC6600, selected)
  930. {
  931.   color: #FFF !important;
  932. }
  933.  
  934. treechildren::-moz-tree-cell(lc-CC9933)
  935. {
  936.   border-bottom: 1px solid #CC9933 !important;
  937.   background-color: #E6CC99 !important;
  938. }
  939.  
  940. treechildren::-moz-tree-cell-text(lc-CC9933)
  941. {
  942.   color: #000 !important;
  943. }
  944.  
  945. treechildren::-moz-tree-cell(lc-CC9933, selected)
  946. {
  947.   background-color: #CC9933 !important;
  948. }
  949.  
  950. treechildren::-moz-tree-cell-text(lc-CC9933, selected)
  951. {
  952.   color: #FFF !important;
  953. }
  954.  
  955. treechildren::-moz-tree-cell(lc-999900)
  956. {
  957.   border-bottom: 1px solid #999900 !important;
  958.   background-color: #CCCC80 !important;
  959. }
  960.  
  961. treechildren::-moz-tree-cell-text(lc-999900)
  962. {
  963.   color: #000 !important;
  964. }
  965.  
  966. treechildren::-moz-tree-cell(lc-999900, selected)
  967. {
  968.   background-color: #999900 !important;
  969. }
  970.  
  971. treechildren::-moz-tree-cell-text(lc-999900, selected)
  972. {
  973.   color: #FFF !important;
  974. }
  975.  
  976. treechildren::-moz-tree-cell(lc-009900)
  977. {
  978.   border-bottom: 1px solid #009900 !important;
  979.   background-color: #80CC80 !important;
  980. }
  981.  
  982. treechildren::-moz-tree-cell-text(lc-009900)
  983. {
  984.   color: #000 !important;
  985. }
  986.  
  987. treechildren::-moz-tree-cell(lc-009900, selected)
  988. {
  989.   background-color: #009900 !important;
  990. }
  991.  
  992. treechildren::-moz-tree-cell-text(lc-009900, selected)
  993. {
  994.   color: #FFF !important;
  995. }
  996.  
  997. treechildren::-moz-tree-cell(lc-339999)
  998. {
  999.   border-bottom: 1px solid #339999 !important;
  1000.   background-color: #99CCCC !important;
  1001. }
  1002.  
  1003. treechildren::-moz-tree-cell-text(lc-339999)
  1004. {
  1005.   color: #000 !important;
  1006. }
  1007.  
  1008. treechildren::-moz-tree-cell(lc-339999, selected)
  1009. {
  1010.   background-color: #339999 !important;
  1011. }
  1012.  
  1013. treechildren::-moz-tree-cell-text(lc-339999, selected)
  1014. {
  1015.   color: #FFF !important;
  1016. }
  1017.  
  1018. treechildren::-moz-tree-cell(lc-3333FF)
  1019. {
  1020.   border-bottom: 1px solid #3333FF !important;
  1021.   background-color: #99CCCC !important;
  1022. }
  1023.  
  1024. treechildren::-moz-tree-cell-text(lc-3333FF)
  1025. {
  1026.   color: #000 !important;
  1027. }
  1028.  
  1029. treechildren::-moz-tree-cell(lc-3333FF, selected)
  1030. {
  1031.   background-color: #3333FF !important;
  1032. }
  1033.  
  1034. treechildren::-moz-tree-cell-text(lc-3333FF, selected)
  1035. {
  1036.   color: #FFF !important;
  1037. }
  1038.  
  1039. treechildren::-moz-tree-cell(lc-6600CC)
  1040. {
  1041.   border-bottom: 1px solid #6600CC !important;
  1042.   background-color: #99CCCC !important;
  1043. }
  1044.  
  1045. treechildren::-moz-tree-cell-text(lc-6600CC)
  1046. {
  1047.   color: #000 !important;
  1048. }
  1049.  
  1050. treechildren::-moz-tree-cell(lc-6600CC, selected)
  1051. {
  1052.   background-color: #6600CC !important;
  1053. }
  1054.  
  1055. treechildren::-moz-tree-cell-text(lc-6600CC, selected)
  1056. {
  1057.   color: #FFF !important;
  1058. }
  1059.  
  1060. treechildren::-moz-tree-cell(lc-993399)
  1061. {
  1062.   border-bottom: 1px solid #993399 !important;
  1063.   background-color: #CC99CC !important;
  1064. }
  1065.  
  1066. treechildren::-moz-tree-cell-text(lc-993399)
  1067. {
  1068.   color: #000 !important;
  1069. }
  1070.  
  1071. treechildren::-moz-tree-cell(lc-993399, selected)
  1072. {
  1073.   background-color: #993399 !important;
  1074. }
  1075.  
  1076. treechildren::-moz-tree-cell-text(lc-993399, selected)
  1077. {
  1078.   color: #FFF !important;
  1079. }
  1080.  
  1081. treechildren::-moz-tree-cell(lc-333333)
  1082. {
  1083.   border-bottom: 1px solid #333333 !important;
  1084.   background-color: #999999 !important;
  1085. }
  1086.  
  1087. treechildren::-moz-tree-cell-text(lc-333333)
  1088. {
  1089.   color: #000 !important;
  1090. }
  1091.  
  1092. treechildren::-moz-tree-cell(lc-333333, selected)
  1093. {
  1094.   background-color: #333333 !important;
  1095. }
  1096.  
  1097. treechildren::-moz-tree-cell-text(lc-333333, selected)
  1098. {
  1099.   color: #FFF !important;
  1100. }
  1101.  
  1102. treechildren::-moz-tree-cell(lc-660000)
  1103. {
  1104.   border-bottom: 1px solid #660000 !important;
  1105.   background-color: #B38080 !important;
  1106. }
  1107.  
  1108. treechildren::-moz-tree-cell-text(lc-660000)
  1109. {
  1110.   color: #000 !important;
  1111. }
  1112.  
  1113. treechildren::-moz-tree-cell(lc-660000, selected)
  1114. {
  1115.   background-color: #660000 !important;
  1116. }
  1117.  
  1118. treechildren::-moz-tree-cell-text(lc-660000, selected)
  1119. {
  1120.   color: #FFF !important;
  1121. }
  1122.  
  1123. treechildren::-moz-tree-cell(lc-993300)
  1124. {
  1125.   border-bottom: 1px solid #993300 !important;
  1126.   background-color: #CC9980 !important;
  1127. }
  1128.  
  1129. treechildren::-moz-tree-cell-text(lc-993300)
  1130. {
  1131.   color: #000 !important;
  1132. }
  1133.  
  1134. treechildren::-moz-tree-cell(lc-993300, selected)
  1135. {
  1136.   background-color: #993300 !important;
  1137. }
  1138.  
  1139. treechildren::-moz-tree-cell-text(lc-993300, selected)
  1140. {
  1141.   color: #FFF !important;
  1142. }
  1143.  
  1144. treechildren::-moz-tree-cell(lc-996633)
  1145. {
  1146.   border-bottom: 1px solid #996633 !important;
  1147.   background-color: #CC9980 !important;
  1148. }
  1149.  
  1150. treechildren::-moz-tree-cell-text(lc-996633)
  1151. {
  1152.   color: #000 !important;
  1153. }
  1154.  
  1155. treechildren::-moz-tree-cell(lc-996633, selected)
  1156. {
  1157.   background-color: #996633 !important;
  1158. }
  1159.  
  1160. treechildren::-moz-tree-cell-text(lc-996633, selected)
  1161. {
  1162.   color: #FFF !important;
  1163. }
  1164.  
  1165. treechildren::-moz-tree-cell(lc-666600)
  1166. {
  1167.   border-bottom: 1px solid #666600 !important;
  1168.   background-color: #CCB399 !important;
  1169. }
  1170.  
  1171. treechildren::-moz-tree-cell-text(lc-666600)
  1172. {
  1173.   color: #000 !important;
  1174. }
  1175.  
  1176. treechildren::-moz-tree-cell(lc-666600, selected)
  1177. {
  1178.   background-color: #666600 !important;
  1179. }
  1180.  
  1181. treechildren::-moz-tree-cell-text(lc-666600, selected)
  1182. {
  1183.   color: #FFF !important;
  1184. }
  1185.  
  1186. treechildren::-moz-tree-cell(lc-006600)
  1187. {
  1188.   border-bottom: 1px solid #006600 !important;
  1189.   background-color: #80B380 !important;
  1190. }
  1191.  
  1192. treechildren::-moz-tree-cell-text(lc-006600)
  1193. {
  1194.   color: #000 !important;
  1195. }
  1196.  
  1197. treechildren::-moz-tree-cell(lc-006600, selected)
  1198. {
  1199.   background-color: #006600 !important;
  1200. }
  1201.  
  1202. treechildren::-moz-tree-cell-text(lc-006600, selected)
  1203. {
  1204.   color: #FFF !important;
  1205. }
  1206.  
  1207. treechildren::-moz-tree-cell(lc-336666)
  1208. {
  1209.   border-bottom: 1px solid #336666 !important;
  1210.   background-color: #99B3B3 !important;
  1211. }
  1212.  
  1213. treechildren::-moz-tree-cell-text(lc-336666)
  1214. {
  1215.   color: #000 !important;
  1216. }
  1217.  
  1218. treechildren::-moz-tree-cell(lc-336666, selected)
  1219. {
  1220.   background-color: #336666 !important;
  1221. }
  1222.  
  1223. treechildren::-moz-tree-cell-text(lc-336666, selected)
  1224. {
  1225.   color: #FFF !important;
  1226. }
  1227.  
  1228. treechildren::-moz-tree-cell(lc-000099)
  1229. {
  1230.   border-bottom: 1px solid #000099 !important;
  1231.   background-color: #8080CC !important;
  1232. }
  1233.  
  1234. treechildren::-moz-tree-cell-text(lc-000099)
  1235. {
  1236.   color: #000 !important;
  1237. }
  1238.  
  1239. treechildren::-moz-tree-cell(lc-000099, selected)
  1240. {
  1241.   background-color: #000099 !important;
  1242. }
  1243.  
  1244. treechildren::-moz-tree-cell-text(lc-000099, selected)
  1245. {
  1246.   color: #FFF !important;
  1247. }
  1248.  
  1249. treechildren::-moz-tree-cell(lc-333399)
  1250. {
  1251.   border-bottom: 1px solid #333399 !important;
  1252.   background-color: #9999CC !important;
  1253. }
  1254.  
  1255. treechildren::-moz-tree-cell-text(lc-333399)
  1256. {
  1257.   color: #000 !important;
  1258. }
  1259.  
  1260. treechildren::-moz-tree-cell(lc-333399, selected)
  1261. {
  1262.   background-color: #333399 !important;
  1263. }
  1264.  
  1265. treechildren::-moz-tree-cell-text(lc-333399, selected)
  1266. {
  1267.   color: #FFF !important;
  1268. }
  1269.  
  1270. treechildren::-moz-tree-cell(lc-663366)
  1271. {
  1272.   border-bottom: 1px solid #663366 !important;
  1273.   background-color: #B399B3 !important;
  1274. }
  1275.  
  1276. treechildren::-moz-tree-cell-text(lc-663366)
  1277. {
  1278.   color: #000 !important;
  1279. }
  1280.  
  1281. treechildren::-moz-tree-cell(lc-663366, selected)
  1282. {
  1283.   background-color: #663366 !important;
  1284. }
  1285.  
  1286. treechildren::-moz-tree-cell-text(lc-663366, selected)
  1287. {
  1288.   color: #FFF !important;
  1289. }
  1290.  
  1291. treechildren::-moz-tree-cell(lc-000000)
  1292. {
  1293.   border-bottom: 1px solid #000000 !important;
  1294.   background-color: #808080 !important;
  1295. }
  1296.  
  1297. treechildren::-moz-tree-cell-text(lc-000000)
  1298. {
  1299.   color: #000 !important;
  1300. }
  1301.  
  1302. treechildren::-moz-tree-cell(lc-000000, selected)
  1303. {
  1304.   background-color: #000000 !important;
  1305. }
  1306.  
  1307. treechildren::-moz-tree-cell-text(lc-000000, selected)
  1308. {
  1309.   color: #FFF !important;
  1310. }
  1311.  
  1312. treechildren::-moz-tree-cell(lc-330000)
  1313. {
  1314.   border-bottom: 1px solid #330000 !important;
  1315.   background-color: #998080 !important;
  1316. }
  1317.  
  1318. treechildren::-moz-tree-cell-text(lc-330000)
  1319. {
  1320.   color: #000 !important;
  1321. }
  1322.  
  1323. treechildren::-moz-tree-cell(lc-330000, selected)
  1324. {
  1325.   background-color: #330000 !important;
  1326. }
  1327.  
  1328. treechildren::-moz-tree-cell-text(lc-330000, selected)
  1329. {
  1330.   color: #FFF !important;
  1331. }
  1332.  
  1333. treechildren::-moz-tree-cell(lc-663300)
  1334. {
  1335.   border-bottom: 1px solid #663300 !important;
  1336.   background-color: #B39980 !important;
  1337. }
  1338.  
  1339. treechildren::-moz-tree-cell-text(lc-663300)
  1340. {
  1341.   color: #000 !important;
  1342. }
  1343.  
  1344. treechildren::-moz-tree-cell(lc-663300, selected)
  1345. {
  1346.   background-color: #663300 !important;
  1347. }
  1348.  
  1349. treechildren::-moz-tree-cell-text(lc-663300, selected)
  1350. {
  1351.   color: #FFF !important;
  1352. }
  1353.  
  1354. treechildren::-moz-tree-cell(lc-663333)
  1355. {
  1356.   border-bottom: 1px solid #663333 !important;
  1357.   background-color: #B39999 !important;
  1358. }
  1359.  
  1360. treechildren::-moz-tree-cell-text(lc-663333)
  1361. {
  1362.   color: #000 !important;
  1363. }
  1364.  
  1365. treechildren::-moz-tree-cell(lc-663333, selected)
  1366. {
  1367.   background-color: #663333 !important;
  1368. }
  1369.  
  1370. treechildren::-moz-tree-cell-text(lc-663333, selected)
  1371. {
  1372.   color: #FFF !important;
  1373. }
  1374.  
  1375. treechildren::-moz-tree-cell(lc-333300)
  1376. {
  1377.   border-bottom: 1px solid #333300 !important;
  1378.   background-color: #999980 !important;
  1379. }
  1380.  
  1381. treechildren::-moz-tree-cell-text(lc-333300)
  1382. {
  1383.   color: #000 !important;
  1384. }
  1385.  
  1386. treechildren::-moz-tree-cell(lc-333300, selected)
  1387. {
  1388.   background-color: #333300 !important;
  1389. }
  1390.  
  1391. treechildren::-moz-tree-cell-text(lc-333300, selected)
  1392. {
  1393.   color: #FFF !important;
  1394. }
  1395.  
  1396. treechildren::-moz-tree-cell(lc-003300)
  1397. {
  1398.   border-bottom: 1px solid #003300 !important;
  1399.   background-color: #809980 !important;
  1400. }
  1401.  
  1402. treechildren::-moz-tree-cell-text(lc-003300)
  1403. {
  1404.   color: #000 !important;
  1405. }
  1406.  
  1407. treechildren::-moz-tree-cell(lc-003300, selected)
  1408. {
  1409.   background-color: #003300 !important;
  1410. }
  1411.  
  1412. treechildren::-moz-tree-cell-text(lc-003300, selected)
  1413. {
  1414.   color: #FFF !important;
  1415. }
  1416.  
  1417. treechildren::-moz-tree-cell(lc-003333)
  1418. {
  1419.   border-bottom: 1px solid #003333 !important;
  1420.   background-color: #809999 !important;
  1421. }
  1422.  
  1423. treechildren::-moz-tree-cell-text(lc-003333)
  1424. {
  1425.   color: #000 !important;
  1426. }
  1427.  
  1428. treechildren::-moz-tree-cell(lc-003333, selected)
  1429. {
  1430.   background-color: #003333 !important;
  1431. }
  1432.  
  1433. treechildren::-moz-tree-cell-text(lc-003333, selected)
  1434. {
  1435.   color: #FFF !important;
  1436. }
  1437.  
  1438. treechildren::-moz-tree-cell(lc-000066)
  1439. {
  1440.   border-bottom: 1px solid #000066 !important;
  1441.   background-color: #8080B3 !important;
  1442. }
  1443.  
  1444. treechildren::-moz-tree-cell-text(lc-000066)
  1445. {
  1446.   color: #000 !important;
  1447. }
  1448.  
  1449. treechildren::-moz-tree-cell(lc-000066, selected)
  1450. {
  1451.   background-color: #000066 !important;
  1452. }
  1453.  
  1454. treechildren::-moz-tree-cell-text(lc-000066, selected)
  1455. {
  1456.   color: #FFF !important;
  1457. }
  1458.  
  1459. treechildren::-moz-tree-cell(lc-330099)
  1460. {
  1461.   border-bottom: 1px solid #330099 !important;
  1462.   background-color: #9980CC !important;
  1463. }
  1464.  
  1465. treechildren::-moz-tree-cell-text(lc-330099)
  1466. {
  1467.   color: #000 !important;
  1468. }
  1469.  
  1470. treechildren::-moz-tree-cell(lc-330099, selected)
  1471. {
  1472.   background-color: #330099 !important;
  1473. }
  1474.  
  1475. treechildren::-moz-tree-cell-text(lc-330099, selected)
  1476. {
  1477.   color: #FFF !important;
  1478. }
  1479.  
  1480. treechildren::-moz-tree-cell(lc-330033)
  1481. {
  1482.   border-bottom: 1px solid #330033 !important;
  1483.   background-color: #998099 !important;
  1484. }
  1485.  
  1486. treechildren::-moz-tree-cell-text(lc-330033)
  1487. {
  1488.   color: #000 !important;
  1489. }
  1490.  
  1491. treechildren::-moz-tree-cell(lc-330033, selected)
  1492. {
  1493.   background-color: #330033 !important;
  1494. }
  1495.  
  1496. treechildren::-moz-tree-cell-text(lc-330033, selected)
  1497. {
  1498.   color: #FFF !important;
  1499. }
Advertisement
Add Comment
Please, Sign In to add comment