home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / messenger / folderPane.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  5.5 KB  |  174 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.  *   Hakan 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.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.  
  78. /* ..... Junk ..... */
  79.  
  80. treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
  81.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
  82. }
  83.  
  84.  
  85. /* ..... Trash ..... */
  86.  
  87. treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) {
  88.   list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
  89. }
  90.  
  91. treechildren:-moz-tree-image(folderNameCol, isServer-true) {
  92.   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
  93. }
  94.  
  95. treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
  96.   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
  97. }
  98.  
  99. treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true),
  100. treechildren:-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
  101.   font-weight: bold;
  102. }
  103.  
  104. treechildren:-moz-tree-image(folderNameCol, imapShared-true) {
  105.   list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
  106. }
  107.  
  108.  
  109. /* ..... Server Folders ..... */
  110.  
  111. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  112.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  113. }
  114.  
  115. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  116.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  117. }
  118.  
  119. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  120.   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
  121. }
  122.  
  123. /* ..... News Folders ..... */
  124.  
  125. treechildren:-moz-tree-image(folderNameCol, serverType-nntp) {
  126.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
  127. }
  128.  
  129. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  130.   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
  131. }
  132.  
  133. treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  134.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
  135. }
  136.  
  137. /* ::::: All Servers ::::: */
  138.  
  139. treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  140.   font-weight: bold;
  141. }
  142.  
  143. treechildren:-moz-tree-cell-text(folderNameCol, isServer-true),
  144. treechildren:-moz-tree-cell-text(hasUnreadMessages-true) {
  145.   font-weight: bold;
  146. }
  147.  
  148. treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) {
  149.   color: gray;
  150.   font-style: italic;
  151. }
  152.  
  153. .tree-folder-checkbox {
  154.   list-style-image: none;
  155. }
  156.  
  157. treechildren:-moz-tree-image(syncCol) {
  158.   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
  159. }
  160.  
  161. treechildren:-moz-tree-image(syncCol, synchronize-true) {
  162.   list-style-image: url("chrome://messenger/skin/icons/check.gif");
  163. }
  164.  
  165. treechildren:-moz-tree-image(syncCol, isServer-true) {
  166.   list-style-image: none;
  167. }
  168.  
  169. #folderUnreadCol,
  170. #folderTotalCol {
  171.   text-align: right;
  172. }
  173.  
  174.