home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Nautical.jar / messenger / msgSelectOffline.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-06  |  5.4 KB  |  178 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. /* 
  107. treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
  108.   list-style-image: url("chrome://messenger/skin/icons/folder-share.png");
  109. }
  110. */
  111.  
  112.  
  113. /* ..... Server Folders ..... */
  114.  
  115. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  116.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  117. }
  118.  
  119. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  120.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  121. }
  122.  
  123. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  124.   list-style-image: url("chrome://messenger/skin/icons/server-local.png");
  125. }
  126.  
  127. /* ..... News Folders ..... */
  128.  
  129. treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
  130.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
  131. }
  132.  
  133. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  134.   list-style-image: url("chrome://messenger/skin/icons/server-news.png");
  135. }
  136.  
  137. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  138.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
  139. }
  140.  
  141. /* ::::: All Servers ::::: */
  142.  
  143. treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  144.   font-weight: bold;
  145. }
  146.  
  147. treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
  148. treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
  149.   font-weight: bold;
  150. }
  151.  
  152. treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
  153.   color: gray;
  154.   font-style: italic;
  155. }
  156.  
  157. /* ::::: Download Icons ::::: */
  158.  
  159. treechildren::-moz-tree-image(syncCol) {
  160.   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
  161. }
  162.  
  163. treechildren::-moz-tree-image(syncCol, synchronize-true) {
  164.   list-style-image: url("chrome://messenger/skin/icons/check.gif");
  165. }
  166.  
  167. treechildren::-moz-tree-image(syncCol, isServer-true) {
  168.   list-style-image: none;
  169. }
  170.  
  171. #folderNameCol [sortDirection="ascending"] {
  172.   list-style-image: none;
  173. }
  174.  
  175. #folderNameCol [sortDirection="descending"] {
  176.   list-style-image: none;
  177. }
  178.