home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / folderPane.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-21  |  5.7 KB  |  180 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.  *   Joe Hewitt (hewitt@netscape.com)
  22.  *   Hσkan Waara (hwaara@chello.se)
  23.  *   Jan Varga (varga@nixcorp.com)
  24.  */
  25.  
  26. /* ===== folderPane.css =================================================
  27.   == Styles for the Folder pane in the Messenger 3-pane window.
  28.   ======================================================================= */
  29.  
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  31.  
  32. /* ::::: mail folder ::::: */
  33.  
  34. treechildren::-moz-tree-image(folderNameCol) {
  35.   margin-right: 2px;
  36.   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
  37. }
  38.  
  39. treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
  40.   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
  41. }
  42.  
  43. /* ..... Inbox ..... */
  44.  
  45. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
  46.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
  47. }
  48.  
  49. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
  50.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
  51. }
  52.  
  53. /* ..... Sent ..... */
  54.  
  55. treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
  56.   list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
  57. }
  58.  
  59. /* ..... Unsent ..... */
  60.  
  61. treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
  62.   list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
  63. }
  64.  
  65. /* ..... Drafts ..... */
  66.  
  67. treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
  68.   list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
  69. }
  70.  
  71. /* ..... Templates ..... */
  72.  
  73. treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
  74.   list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
  75. }
  76.  
  77. /* ..... Junk ..... */
  78.  
  79. treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
  80.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
  81. }
  82.  
  83. /* ..... Trash ..... */
  84.  
  85. treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
  86.   list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
  87. }
  88.  
  89. treechildren::-moz-tree-image(folderNameCol, isServer-true) {
  90.   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
  91. }
  92.  
  93. treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
  94.   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
  95. }
  96.  
  97. treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
  98. treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
  99.   font-weight: bold;
  100. }
  101.  
  102. treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
  103.   list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
  104. }
  105.  
  106.  
  107. /* ..... Server Folders ..... */
  108.  
  109. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  110.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  111. }
  112.  
  113. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  114.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  115. }
  116.  
  117. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  118.   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
  119. }
  120.  
  121. /* ..... News Folders ..... */
  122.  
  123. treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
  124.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
  125. }
  126.  
  127. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  128.   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
  129. }
  130.  
  131. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  132.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
  133. }
  134.  
  135. /* ::::: All Servers ::::: */
  136.  
  137. treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  138.   font-weight: bold;
  139. }
  140.  
  141. treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
  142. treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
  143.   font-weight: bold;
  144. }
  145.  
  146. treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
  147.   color: gray;
  148.   font-style: italic;
  149. }
  150.  
  151. .tree-folder-checkbox {
  152.   list-style-image: none;
  153. }
  154.  
  155. treechildren::-moz-tree-image(syncCol) {
  156.   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
  157. }
  158.  
  159. treechildren::-moz-tree-image(syncCol, synchronize-true) {
  160.   list-style-image: url("chrome://messenger/skin/icons/check.gif");
  161. }
  162.  
  163. treechildren::-moz-tree-image(syncCol, isServer-true) {
  164.   list-style-image: none;
  165. }
  166.  
  167. #folderUnreadCol,
  168. #folderTotalCol,
  169. #folderSizeCol {
  170.   text-align: right;
  171. }
  172.  
  173. #folderNameCol [sortDirection="ascending"] {
  174.   list-style-image: none;
  175. }
  176.  
  177. #folderNameCol [sortDirection="descending"] {
  178.   list-style-image: none;
  179. }
  180.