home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / msgSelectOffline.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-02  |  5.6 KB  |  176 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. /* ===== msgSelectOffline.css =================================================
  27.   == Styles for the Offline Use dialog.
  28.   ======================================================================= */
  29.  
  30. @import url("chrome://messenger/skin/");
  31.  
  32. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  33.  
  34. /* ::::: Mail Folders ::::: */
  35.  
  36. treechildren::-moz-tree-image(folderNameCol) {
  37.   margin-right: 2px;
  38.   list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
  39. }
  40.  
  41. treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
  42.   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.png");
  43. }
  44.  
  45. /* ..... Inbox ..... */
  46.  
  47. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
  48.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png");
  49. }
  50.  
  51. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
  52.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.png");
  53. }
  54.  
  55. /* ..... Sent ..... */
  56.  
  57. treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
  58.   list-style-image: url("chrome://messenger/skin/icons/folder-sent.png");
  59. }
  60.  
  61. /* ..... Unsent ..... */
  62.  
  63. treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
  64.   list-style-image: url("chrome://messenger/skin/icons/folder-outbox.png");
  65. }
  66.  
  67. /* ..... Drafts ..... */
  68.  
  69. treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
  70.   list-style-image: url("chrome://messenger/skin/icons/folder-draft.png");
  71. }
  72.  
  73. /* ..... Templates ..... */
  74.  
  75. treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
  76.   list-style-image: url("chrome://messenger/skin/icons/folder-template.png");
  77. }
  78.  
  79. /* ..... Junk ..... */
  80.  
  81. treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
  82.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
  83. }
  84.  
  85. /* ..... Trash ..... */
  86.  
  87. treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
  88.   list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
  89. }
  90.  
  91. /* ..... Servers ..... */
  92.  
  93. treechildren::-moz-tree-image(folderNameCol, isServer-true) {
  94.   list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
  95. }
  96.  
  97. treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
  98.   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.png");
  99. }
  100.  
  101. treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
  102. treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
  103.   font-weight: bold;
  104. }
  105.  
  106. treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
  107.   list-style-image: url("chrome://messenger/skin/icons/folder-share.png");
  108. }
  109.  
  110.  
  111. /* ..... Server Folders ..... */
  112.  
  113. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  114.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  115. }
  116.  
  117. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  118.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  119. }
  120.  
  121. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  122.   list-style-image: url("chrome://messenger/skin/icons/server-local.png");
  123. }
  124.  
  125. /* ..... News Folders ..... */
  126.  
  127. treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
  128.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
  129. }
  130.  
  131. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  132.   list-style-image: url("chrome://messenger/skin/icons/server-news.png");
  133. }
  134.  
  135. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  136.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
  137. }
  138.  
  139. /* ::::: All Servers ::::: */
  140.  
  141. treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  142.   font-weight: bold;
  143. }
  144.  
  145. treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
  146. treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
  147.   font-weight: bold;
  148. }
  149.  
  150. treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
  151.   color: gray;
  152.   font-style: italic;
  153. }
  154.  
  155. /* ::::: Download Icons ::::: */
  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. #folderNameCol [sortDirection="ascending"] {
  170.   list-style-image: none;
  171. }
  172.  
  173. #folderNameCol [sortDirection="descending"] {
  174.   list-style-image: none;
  175. }
  176.