home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / threadPaneLabels.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-07-07  |  13.3 KB  |  563 lines

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