home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / messenger / folderPane.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  5.1 KB  |  166 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∩┐╜an Waara (hwaara@chello.se)
  23.  *   Jan Varga (varga@utcru.sk)
  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.png");
  37. }
  38.  
  39. treechildren:-moz-tree-image(folderNameCol, newMessages-true) {
  40.   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.png");
  41. }
  42.  
  43. /* ..... Inbox ..... */
  44.  
  45. treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox) {
  46.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png");
  47. }
  48.  
  49. treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
  50.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.png");
  51. }
  52.  
  53. /* ..... Sent ..... */
  54.  
  55. treechildren:-moz-tree-image(folderNameCol, specialFolder-Sent) {
  56.   list-style-image: url("chrome://messenger/skin/icons/folder-sent.png");
  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.png");
  69. }
  70.  
  71. /* ..... Templates ..... */
  72.  
  73. treechildren:-moz-tree-image(folderNameCol, specialFolder-Templates) {
  74.   list-style-image: url("chrome://messenger/skin/icons/folder-template.png");
  75. }
  76.  
  77. /* ..... Trash ..... */
  78.  
  79. treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) {
  80.   list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
  81. }
  82.  
  83. treechildren:-moz-tree-image(folderNameCol, isServer-true) {
  84.   list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
  85. }
  86.  
  87. treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
  88.   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.png");
  89. }
  90.  
  91. treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true),
  92. treechildren:-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
  93.   font-weight: bold;
  94. }
  95.  
  96. treechildren:-moz-tree-image(folderNameCol, imapShared-true) {
  97.   list-style-image: url("chrome://messenger/skin/icons/folder-share.png");
  98. }
  99.  
  100.  
  101. /* ..... Server Folders ..... */
  102.  
  103. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  104.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  105. }
  106.  
  107. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  108.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  109. }
  110.  
  111. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  112.   list-style-image: url("chrome://messenger/skin/icons/server-local.png");
  113. }
  114.  
  115. /* ..... News Folders ..... */
  116.  
  117. treechildren:-moz-tree-image(folderNameCol, serverType-nntp) {
  118.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
  119. }
  120.  
  121. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  122.   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
  123. }
  124.  
  125. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  126.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
  127. }
  128.  
  129. /* ::::: All Servers ::::: */
  130.  
  131. treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  132.   font-weight: bold;
  133. }
  134.  
  135. treechildren:-moz-tree-cell-text(folderNameCol, isServer-true),
  136. treechildren:-moz-tree-cell-text(hasUnreadMessages-true) {
  137.   font-weight: bold;
  138. }
  139.  
  140. treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) {
  141.   color: gray;
  142.   font-style: italic;
  143. }
  144.  
  145. .tree-folder-checkbox {
  146.   list-style-image: none;
  147. }
  148.  
  149. treechildren:-moz-tree-image(syncCol) {
  150.   list-style-image: url("chrome://messenger/skin/icons/dot.png");
  151. }
  152.  
  153. treechildren:-moz-tree-image(syncCol, synchronize-true) {
  154.   list-style-image: url("chrome://messenger/skin/icons/check.png");
  155. }
  156.  
  157. treechildren:-moz-tree-image(syncCol, isServer-true) {
  158.   list-style-image: none;
  159. }
  160.  
  161. #folderUnreadCol,
  162. #folderTotalCol {
  163.   text-align: right;
  164. }
  165.  
  166.