home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Mozilla Communicator.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corp.
- * Portions created by the Initial Developer are Copyright (C) 2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Scott MacGregor (mscott@netscape.com)
- * Joe Hewitt (hewitt@netscape.com)
- * Sean Su <ssu@netscape.com>
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- /* ===== threadPaneLabels.css ===========================================
- == Styles for the thread pane in the Messenger 3-pane window.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: thread labels decoration ::::: */
-
- /* There are 10x7 color definitions (size of the color picker used)
- times 2 (2 style definitions for each color) + 2 general black
- and white color definitions.
- The color definitions can be in the following formats:
- color: red;
- color: #FF0000;
- color: rgb(128, 0, 0);
- */
- treechildren::-moz-tree-cell-text(lc-FFFFFF) {
- color: #FFFFFF
- }
- treechildren::-moz-tree-row(lc-FFFFFF, selected) {
- background-color: #FFFFFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-CCCCCC) {
- color: #CCCCCC
- }
- treechildren::-moz-tree-row(lc-CCCCCC, selected) {
- background-color: #CCCCCC;
- }
-
- treechildren::-moz-tree-cell-text(lc-C0C0C0) {
- color: #C0C0C0
- }
- treechildren::-moz-tree-row(lc-C0C0C0, selected) {
- background-color: #C0C0C0;
- }
-
- treechildren::-moz-tree-cell-text(lc-999999) {
- color: #999999
- }
- treechildren::-moz-tree-row(lc-999999, selected) {
- background-color: #999999;
- }
-
- treechildren::-moz-tree-cell-text(lc-666666) {
- color: #666666
- }
- treechildren::-moz-tree-row(lc-666666, selected) {
- background-color: #666666;
- }
-
- treechildren::-moz-tree-cell-text(lc-333333) {
- color: #333333
- }
- treechildren::-moz-tree-row(lc-333333, selected) {
- background-color: #333333;
- }
-
- treechildren::-moz-tree-cell-text(lc-000000) {
- color: #000000
- }
- treechildren::-moz-tree-row(lc-000000, selected) {
- background-color: #000000;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-FFCCCC) {
- color: #FFCCCC
- }
- treechildren::-moz-tree-row(lc-FFCCCC, selected) {
- background-color: #FFCCCC;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF6666) {
- color: #FF6666
- }
- treechildren::-moz-tree-row(lc-FF6666, selected) {
- background-color: #FF6666;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF0000) {
- color: #FF0000
- }
- treechildren::-moz-tree-row(lc-FF0000, selected) {
- background-color: #FF0000;
- }
-
- treechildren::-moz-tree-cell-text(lc-CC0000) {
- color: #CC0000
- }
- treechildren::-moz-tree-row(lc-CC0000, selected) {
- background-color: #CC0000;
- }
-
- treechildren::-moz-tree-cell-text(lc-990000) {
- color: #990000
- }
- treechildren::-moz-tree-row(lc-990000, selected) {
- background-color: #990000;
- }
-
- treechildren::-moz-tree-cell-text(lc-660000) {
- color: #660000
- }
- treechildren::-moz-tree-row(lc-660000, selected) {
- background-color: #660000;
- }
-
- treechildren::-moz-tree-cell-text(lc-330000) {
- color: #330000
- }
- treechildren::-moz-tree-row(lc-330000, selected) {
- background-color: #330000;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-FFCC99) {
- color: #FFCC99
- }
- treechildren::-moz-tree-row(lc-FFCC99, selected) {
- background-color: #FFCC99;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF9966) {
- color: #FF9966
- }
- treechildren::-moz-tree-row(lc-FF9966, selected) {
- background-color: #FF9966;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF9900) {
- color: #FF9900
- }
- treechildren::-moz-tree-row(lc-FF9900, selected) {
- background-color: #FF9900;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF6600) {
- color: #FF6600
- }
- treechildren::-moz-tree-row(lc-FF6600, selected) {
- background-color: #FF6600;
- }
-
- treechildren::-moz-tree-cell-text(lc-CC6600) {
- color: #CC6600
- }
- treechildren::-moz-tree-row(lc-CC6600, selected) {
- background-color: #CC6600;
- }
-
- treechildren::-moz-tree-cell-text(lc-993300) {
- color: #993300
- }
- treechildren::-moz-tree-row(lc-993300, selected) {
- background-color: #993300;
- }
-
- treechildren::-moz-tree-cell-text(lc-663300) {
- color: #663300
- }
- treechildren::-moz-tree-row(lc-663300, selected) {
- background-color: #663300;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-FFFF99) {
- color: #FFFF99
- }
- treechildren::-moz-tree-row(lc-FFFF99, selected) {
- background-color: #FFFF99;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFFF66) {
- color: #FFFF66
- }
- treechildren::-moz-tree-row(lc-FFFF66, selected) {
- background-color: #FFFF66;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFCC66) {
- color: #FFCC66
- }
- treechildren::-moz-tree-row(lc-FFCC66, selected) {
- background-color: #FFCC66;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFCC33) {
- color: #FFCC33
- }
- treechildren::-moz-tree-row(lc-FFCC33, selected) {
- background-color: #FFCC33;
- }
-
- treechildren::-moz-tree-cell-text(lc-CC9933) {
- color: #CC9933
- }
- treechildren::-moz-tree-row(lc-CC9933, selected) {
- background-color: #CC9933;
- }
-
- treechildren::-moz-tree-cell-text(lc-996633) {
- color: #996633
- }
- treechildren::-moz-tree-row(lc-996633, selected) {
- background-color: #996633;
- }
-
- treechildren::-moz-tree-cell-text(lc-663333) {
- color: #663333
- }
- treechildren::-moz-tree-row(lc-663333, selected) {
- background-color: #663333;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-FFFFCC) {
- color: #FFFFCC
- }
- treechildren::-moz-tree-row(lc-FFFFCC, selected) {
- background-color: #FFFFCC;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFFF33) {
- color: #FFFF33
- }
- treechildren::-moz-tree-row(lc-FFFF33, selected) {
- background-color: #FFFF33;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFFF00) {
- color: #FFFF00
- }
- treechildren::-moz-tree-row(lc-FFFF00, selected) {
- background-color: #FFFF00;
- }
-
- treechildren::-moz-tree-cell-text(lc-FFCC00) {
- color: #FFCC00
- }
- treechildren::-moz-tree-row(lc-FFCC00, selected) {
- background-color: #FFCC00;
- }
-
- treechildren::-moz-tree-cell-text(lc-999900) {
- color: #999900
- }
- treechildren::-moz-tree-row(lc-999900, selected) {
- background-color: #999900;
- }
-
- treechildren::-moz-tree-cell-text(lc-666600) {
- color: #666600
- }
- treechildren::-moz-tree-row(lc-666600, selected) {
- background-color: #666600;
- }
-
- treechildren::-moz-tree-cell-text(lc-333300) {
- color: #333300
- }
- treechildren::-moz-tree-row(lc-333300, selected) {
- background-color: #333300;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-99FF99) {
- color: #99FF99
- }
- treechildren::-moz-tree-row(lc-99FF99, selected) {
- background-color: #99FF99;
- }
-
- treechildren::-moz-tree-cell-text(lc-66FF99) {
- color: #66FF99
- }
- treechildren::-moz-tree-row(lc-66FF99, selected) {
- background-color: #66FF99;
- }
-
- treechildren::-moz-tree-cell-text(lc-33FF33) {
- color: #33FF33
- }
- treechildren::-moz-tree-row(lc-33FF33, selected) {
- background-color: #33FF33;
- }
-
- treechildren::-moz-tree-cell-text(lc-33CC00) {
- color: #33CC00
- }
- treechildren::-moz-tree-row(lc-33CC00, selected) {
- background-color: #33CC00;
- }
-
- treechildren::-moz-tree-cell-text(lc-009900) {
- color: #009900
- }
- treechildren::-moz-tree-row(lc-009900, selected) {
- background-color: #009900;
- }
-
- treechildren::-moz-tree-cell-text(lc-006600) {
- color: #006600
- }
- treechildren::-moz-tree-row(lc-006600, selected) {
- background-color: #006600;
- }
-
- treechildren::-moz-tree-cell-text(lc-003300) {
- color: #003300
- }
- treechildren::-moz-tree-row(lc-003300, selected) {
- background-color: #003300;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-99FFFF) {
- color: #99FFFF
- }
- treechildren::-moz-tree-row(lc-99FFFF, selected) {
- background-color: #99FFFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-33FFFF) {
- color: #33FFFF
- }
- treechildren::-moz-tree-row(lc-33FFFF, selected) {
- background-color: #33FFFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-66CCCC) {
- color: #66CCCC
- }
- treechildren::-moz-tree-row(lc-66CCCC, selected) {
- background-color: #66CCCC;
- }
-
- treechildren::-moz-tree-cell-text(lc-00CCCC) {
- color: #00CCCC
- }
- treechildren::-moz-tree-row(lc-00CCCC, selected) {
- background-color: #00CCCC;
- }
-
- treechildren::-moz-tree-cell-text(lc-339999) {
- color: #339999
- }
- treechildren::-moz-tree-row(lc-339999, selected) {
- background-color: #339999;
- }
-
- treechildren::-moz-tree-cell-text(lc-336666) {
- color: #336666
- }
- treechildren::-moz-tree-row(lc-336666, selected) {
- background-color: #336666;
- }
-
- treechildren::-moz-tree-cell-text(lc-003333) {
- color: #003333
- }
- treechildren::-moz-tree-row(lc-003333, selected) {
- background-color: #003333;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-CCFFFF) {
- color: #CCFFFF
- }
- treechildren::-moz-tree-row(lc-CCFFFF, selected) {
- background-color: #CCFFFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-66FFFF) {
- color: #66FFFF
- }
- treechildren::-moz-tree-row(lc-66FFFF, selected) {
- background-color: #66FFFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-33CCFF) {
- color: #33CCFF
- }
- treechildren::-moz-tree-row(lc-33CCFF, selected) {
- background-color: #33CCFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-3366FF) {
- color: #3366FF
- }
- treechildren::-moz-tree-row(lc-3366FF, selected) {
- background-color: #3366FF;
- }
-
- treechildren::-moz-tree-cell-text(lc-3333FF) {
- color: #3333FF
- }
- treechildren::-moz-tree-row(lc-3333FF, selected) {
- background-color: #3333FF;
- }
-
- treechildren::-moz-tree-cell-text(lc-000099) {
- color: #000099
- }
- treechildren::-moz-tree-row(lc-000099, selected) {
- background-color: #000099;
- }
-
- treechildren::-moz-tree-cell-text(lc-000066) {
- color: #000066
- }
- treechildren::-moz-tree-row(lc-000066, selected) {
- background-color: #000066;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-CCCCFF) {
- color: #CCCCFF
- }
- treechildren::-moz-tree-row(lc-CCCCFF, selected) {
- background-color: #CCCCFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-9999FF) {
- color: #9999FF
- }
- treechildren::-moz-tree-row(lc-9999FF, selected) {
- background-color: #9999FF;
- }
-
- treechildren::-moz-tree-cell-text(lc-6666CC) {
- color: #6666CC
- }
- treechildren::-moz-tree-row(lc-6666CC, selected) {
- background-color: #6666CC;
- }
-
- treechildren::-moz-tree-cell-text(lc-6633FF) {
- color: #6633FF
- }
- treechildren::-moz-tree-row(lc-6633FF, selected) {
- background-color: #6633FF;
- }
-
- treechildren::-moz-tree-cell-text(lc-6600CC) {
- color: #6600CC
- }
- treechildren::-moz-tree-row(lc-6600CC, selected) {
- background-color: #6600CC;
- }
-
- treechildren::-moz-tree-cell-text(lc-333399) {
- color: #333399
- }
- treechildren::-moz-tree-row(lc-333399, selected) {
- background-color: #333399;
- }
-
- treechildren::-moz-tree-cell-text(lc-330099) {
- color: #330099
- }
- treechildren::-moz-tree-row(lc-330099, selected) {
- background-color: #330099;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-FFCCFF) {
- color: #FFCCFF
- }
- treechildren::-moz-tree-row(lc-FFCCFF, selected) {
- background-color: #FFCCFF;
- }
-
- treechildren::-moz-tree-cell-text(lc-FF99FF) {
- color: #FF99FF
- }
- treechildren::-moz-tree-row(lc-FF99FF, selected) {
- background-color: #FF99FF;
- }
-
- treechildren::-moz-tree-cell-text(lc-CC66CC) {
- color: #CC66CC
- }
- treechildren::-moz-tree-row(lc-CC66CC, selected) {
- background-color: #CC66CC;
- }
-
- treechildren::-moz-tree-cell-text(lc-CC33CC) {
- color: #CC33CC
- }
- treechildren::-moz-tree-row(lc-CC33CC, selected) {
- background-color: #CC33CC;
- }
-
- treechildren::-moz-tree-cell-text(lc-993399) {
- color: #993399
- }
- treechildren::-moz-tree-row(lc-993399, selected) {
- background-color: #993399;
- }
-
- treechildren::-moz-tree-cell-text(lc-663366) {
- color: #663366
- }
- treechildren::-moz-tree-row(lc-663366, selected) {
- background-color: #663366;
- }
-
- treechildren::-moz-tree-cell-text(lc-330033) {
- color: #330033
- }
- treechildren::-moz-tree-row(lc-330033, selected) {
- background-color: #330033;
- }
-
-
- treechildren::-moz-tree-cell-text(lc-white, selected) {
- color: #FFFFFF
- }
- treechildren::-moz-tree-cell-text(lc-black, selected) {
- color: #000000
- }
-
-