home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / modern.jar / skin / modern / messenger / threadPane.css < prev    next >
Cascading Style Sheet File  |  2001-02-14  |  4KB  |  124 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  * 
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  * 
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  * 
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  */
  20.  
  21. .tree-thread-row.unread-true {
  22.     font-weight: bold;
  23. }
  24.  
  25. .tree-thread-row { min-height: 17px; }
  26. .prioritycol-highest
  27. {
  28.     color:red;
  29. }
  30.  
  31. .prioritycol-high
  32. {
  33.     color: rgb(128, 0, 0);
  34. }
  35.  
  36. .prioritycol-lowest
  37. {
  38.     color: rgb(170, 170, 170);
  39. }
  40.  
  41. .prioritycol-low
  42. {
  43.     color: rgb(85, 85, 85);
  44. }
  45.  
  46. .tree-cell-threadpane-icon {
  47.   list-style-image: url("chrome://messenger/skin/message-mail.gif");
  48.   min-height: 14px;
  49. }
  50.  
  51. .tree-cell-threadpane-icon.status-new {
  52.   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
  53. }
  54.  
  55. .tree-cell-threadpane-icon.message-type-news {
  56.   list-style-image: url("chrome://messenger/skin/message-news.gif");
  57. }
  58.  
  59. .tree-cell-threadpane-icon.message-type-news.status-new {
  60.   list-style-image: url("chrome://messenger/skin/message-news-new.gif");
  61. }
  62.  
  63. .tree-cell-threadpane-icon.message-type-mail.has-attachment-true {
  64.   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
  65. }
  66.  
  67. .tree-cell-threadpane-icon.is-imap-deleted-true {
  68.   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
  69. }
  70.  
  71. .unreadcol-false {
  72.   list-style-image: url("chrome://messenger/skin/readmail.gif");
  73.   min-height: 14px;
  74. }
  75.  
  76. .unreadcol-true {
  77.   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
  78. }
  79.  
  80. .flagcol-unflagged {
  81.   list-style-image: url("chrome://messenger/skin/readmail.gif");
  82.   min-height: 14px;
  83. }
  84.  
  85. .flagcol-flagged {
  86.   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
  87. }
  88.  
  89. treeitem > treerow > .threadcol-thread{
  90.   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
  91. }
  92.  
  93. treeitem[open="true"] > treerow > .threadcol-thread{
  94.   list-style-image: url("chrome://messenger/skin/thread-open.gif");
  95. }
  96.  
  97. treeitem > treerow > .threadcol-threadWithUnread{
  98.   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
  99. }
  100.  
  101. treeitem[open="true"] > treerow > .threadcol-threadWithUnread{
  102.   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
  103. }
  104.  
  105. treecell.threadColumnHeader[currentView="threaded"] > .tree-header-image {
  106.   list-style-image: url("chrome://messenger/skin/threadcol.gif");
  107. }
  108.  
  109. treecell.threadColumnHeader[currentView="unthreaded"] > .tree-header-image {
  110.   list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
  111. }
  112.  
  113. treecell.readColumnHeader > .tree-header-image {
  114.   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
  115. }
  116.  
  117. treecell.flagColumnHeader > .tree-header-image {
  118.   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
  119. }
  120.  
  121. treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
  122.   visibility:hidden;
  123.  }    
  124.