home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / messenger / threadPane.css < prev    next >
Cascading Style Sheet File  |  2001-08-31  |  5KB  |  169 lines

  1. /*
  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-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Scott MacGregor (mscott@netscape.com)
  22.  *   Joe Hewitt (hewitt@netscape.com)
  23.  */
  24.  
  25. /* ===== threadPane.css ==============================================
  26.   == Styles for the thread pane in the Messenger 3-pane window.
  27.   ======================================================================= */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. /* ::::: thread decoration ::::: */
  32.  
  33. outlinerbody:-moz-outliner-cell-text(unread) {
  34.   font-weight: bold;
  35. }
  36.  
  37. /* on a collapsed thread, if the top level message is read, but the thread has
  38.  * unread children, underline the text.  4.x mac did this, very slick 
  39.  */
  40. outlinerbody:-moz-outliner-cell-text(container, closed, hasUnread, read) {
  41.   text-decoration: underline;
  42. }
  43.  
  44. /* ::::: priority colors ::::: */
  45.  
  46. outlinerbody:-moz-outliner-cell-text(priorityCol, priority-highest) {
  47.   color: red;
  48. }
  49.  
  50. outlinerbody:-moz-outliner-cell-text(priorityCol, priority-high) {
  51.   color: rgb(128, 0, 0);
  52. }
  53.  
  54. outlinerbody:-moz-outliner-cell-text(priorityCol, priority-lowest) {
  55.   color: rgb(170, 170, 170);
  56. }
  57.  
  58. outlinerbody:-moz-outliner-cell-text(priorityCol, priority-low) {
  59.   color: rgb(85, 85, 85);
  60. }
  61.  
  62. outlinerbody:-moz-outliner-cell-text(priorityCol, selected) {
  63.   color: -moz-DialogText;
  64. }
  65.  
  66. outlinerbody:-moz-outliner-cell-text(priorityCol, selected, focus) {
  67.   color: HighlightText;
  68. }
  69.  
  70. /* ::::: message icons ::::: */
  71.  
  72. /* ::::: message column icons ::::: */
  73.  
  74. /* ..... thread column ..... */
  75.  
  76. outlinercol.threadColumnHeader {
  77.   list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
  78. }
  79.  
  80. outlinercol.threadColumnHeader[sortDirection="ascending"]  {
  81.   list-style-image: url("chrome://messenger/skin/threadcol.gif");
  82. }
  83.  
  84. outlinercol.threadColumnHeader[sortDirection="descending"] {
  85.   list-style-image: url("chrome://messenger/skin/threadcol.gif");
  86. }
  87.  
  88. outlinerbody:-moz-outliner-image(threadCol, container) {
  89.   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
  90. }
  91.  
  92. outlinerbody:-moz-outliner-image(threadCol, container, open) {
  93.   list-style-image: url("chrome://messenger/skin/thread-open.gif");
  94. }
  95.  
  96. outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
  97.   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
  98. }
  99.  
  100. outlinerbody:-moz-outliner-image(threadCol, container, hasUnread, open) {
  101.   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
  102. }
  103.  
  104. /* ..... read column ..... */
  105.  
  106. outlinercol.readColumnHeader {
  107.   list-style-image: url("chrome://messenger/skin/readcol.gif");
  108. }
  109.  
  110. outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
  111.   list-style-image: url("chrome://messenger/skin/readmail.gif");
  112. }
  113.  
  114. outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
  115.   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
  116. }
  117.  
  118. /* ..... flag column ..... */
  119.  
  120. outlinercol.flagColumnHeader {
  121.   list-style-image: url("chrome://messenger/skin/flagcol.gif");
  122. }
  123.  
  124. outlinerbody:-moz-outliner-image(flaggedCol) {
  125.   list-style-image: url("chrome://messenger/skin/readmail.gif");
  126. }
  127.  
  128. outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
  129.   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
  130. }
  131.  
  132. /* ..... subject column ..... */
  133.  
  134. outlinerbody:-moz-outliner-image(subjectCol) {
  135.   padding-right: 2px;
  136.   list-style-image: url("chrome://messenger/skin/message-mail.gif");
  137. }
  138.  
  139. outlinerbody:-moz-outliner-image(subjectCol, new) {
  140.   padding-right: 2px;
  141.   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
  142. }
  143.  
  144. outlinerbody:-moz-outliner-image(subjectCol, attach) {
  145.   padding-right: 2px;
  146.   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
  147. }
  148.  
  149. outlinerbody:-moz-outliner-image(subjectCol, imapdeleted) {
  150.   padding-right: 2px;
  151.   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
  152. }
  153.  
  154. outlinerbody:-moz-outliner-image(subjectCol, news) {
  155.   padding-right: 2px;
  156.   list-style-image: url("chrome://messenger/skin/message-news.gif");
  157. }
  158.  
  159. outlinerbody:-moz-outliner-image(subjectCol, news, new) {
  160.   padding-right: 2px;
  161.   list-style-image: url("chrome://messenger/skin/message-news-new.gif");
  162. }
  163.  
  164. outlinerbody:-moz-outliner-image(subjectCol, news, attach) {
  165.   padding-right: 2px;
  166.   list-style-image: url("chrome://messenger/skin/message-news-attach.gif");
  167. }
  168.  
  169.