home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / mailWindow1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-02-05  |  25.7 KB  |  1,005 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-1999 Netscape Communications Corporation. All
  18. # Rights Reserved.
  19. #
  20. # Contributor(s):
  21. */
  22.  
  23. /* ===== mailWindow1.css ================================================
  24.   == Styles for the main Mail window in the default layout scheme.
  25.   ======================================================================= */
  26.  
  27. @import url("chrome://messenger/skin/");
  28. @import url("chrome://messenger/skin/primaryToolbar.css");
  29. @import url("chrome://messenger/skin/folderMenus.css");
  30.  
  31. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  32.  
  33. /* ::::: Folder Pane ::::: */
  34.  
  35. treechildren::-moz-tree-image(folderNameCol) {
  36.   margin-right: 2px;
  37.   list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
  38. }
  39.  
  40.  
  41. treechildren::-moz-tree-image(folderNameCol, selected, open) {
  42.   list-style-image: url("chrome://messenger/skin/icons/folder-open.png");
  43. }
  44.  
  45.  
  46.  
  47. treechildren::-moz-tree-image(folderNameCol, selected, open, newMessages-true) {
  48.   list-style-image: url("chrome://messenger/skin/icons/folder-new-open.png");
  49. }
  50.  
  51.  
  52. treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
  53.   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.png");
  54. }
  55.  
  56. /* ..... Inbox ..... */
  57.  
  58. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
  59.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png");
  60. }
  61.  
  62. treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
  63.   list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.png");
  64. }
  65.  
  66. /* ..... Sent ..... */
  67.  
  68. treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
  69.   list-style-image: url("chrome://messenger/skin/icons/folder-sent.png");
  70. }
  71.  
  72. /* ..... Unsent ..... */
  73.  
  74. treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
  75.   list-style-image: url("chrome://messenger/skin/icons/folder-outbox.png");
  76. }
  77.  
  78. /* ..... Drafts ..... */
  79.  
  80. treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
  81.   list-style-image: url("chrome://messenger/skin/icons/folder-draft.png");
  82. }
  83.  
  84. /* ..... Templates ..... */
  85.  
  86. treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
  87.   list-style-image: url("chrome://messenger/skin/icons/folder-template.png");
  88. }
  89.  
  90. /* ..... Junk ..... */
  91.  
  92. treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
  93.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
  94. }
  95.  
  96. /* ..... Trash ..... */
  97.  
  98. treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
  99.   list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
  100. }
  101.  
  102.  
  103. /* ..... Servers  ..... */
  104.  
  105.  
  106. treechildren::-moz-tree-image(folderNameCol, isServer-true) {
  107.   list-style-image: url("chrome://messenger/skin/icons/server-mail.png");
  108. }
  109.  
  110. treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
  111.   list-style-image: url("chrome://messenger/skin/icons/server-mail-new.png");
  112. }
  113.  
  114. treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
  115. treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
  116.   font-weight: bold;
  117. }
  118.  
  119. treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
  120.   list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
  121. }
  122.  
  123.  
  124. /* ..... Server Folders ..... */
  125.  
  126. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
  127.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  128. }
  129.  
  130. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
  131.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png");
  132. }
  133.  
  134.  
  135.  
  136. treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
  137.  
  138.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.png");
  139.  
  140. }
  141.  
  142.  
  143. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
  144.   list-style-image: url("chrome://messenger/skin/icons/server-local.png");
  145. }
  146.  
  147. /* ..... News Folders ..... */
  148.  
  149. treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
  150.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
  151. }
  152.  
  153. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
  154.   list-style-image: url("chrome://messenger/skin/icons/server-news.png");
  155. }
  156.  
  157. treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
  158.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png");
  159. }
  160.  
  161. /* ::::: All Servers ::::: */
  162.  
  163. treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
  164.   font-weight: bold;
  165. }
  166.  
  167. treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
  168. treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
  169.   font-weight: bold;
  170. }
  171.  
  172. treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
  173.   color: gray;
  174.   font-style: italic;
  175. }
  176.  
  177. .tree-folder-checkbox {
  178.   list-style-image: none;
  179. }
  180.  
  181. #folderUnreadCol,
  182. #folderTotalCol,
  183. #folderSizeCol {
  184.   text-align: right;
  185. }
  186.  
  187. #folderNameCol [sortDirection="ascending"],
  188. #folderNameCol [sortDirection="descending"] {
  189.   list-style-image: none;
  190. }
  191.  
  192. /* ::::: thread decoration ::::: */
  193.  
  194. treechildren::-moz-tree-cell-text(read) {
  195.   font-weight: normal;
  196. }
  197.  
  198. treechildren::-moz-tree-cell-text(unread) {
  199.   font-weight: bold;
  200. }
  201.  
  202. /* on a collapsed thread, if the top level message is read, but the thread has
  203.  * unread children, underline the text.  4.x mac did this, very slick 
  204.  */
  205. treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
  206.   text-decoration: underline;
  207. }
  208.  
  209. /* ::::: message column icons ::::: */
  210.  
  211. /* ..... thread column ..... */
  212.  
  213. treecol.threadColumnHeader {
  214.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  215.  
  216.   padding-right: 3px; 
  217. }
  218.  
  219. treecol.threadColumnHeader[sortDirection="ascending"]  {
  220.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  221. }
  222.  
  223. treecol.threadColumnHeader[sortDirection="descending"] {
  224.   list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
  225. }
  226.  
  227. treechildren::-moz-tree-image(threadCol, container) {
  228.   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
  229. }
  230.  
  231. treechildren::-moz-tree-image(threadCol, container, open) {
  232.   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
  233. }
  234.  
  235. treechildren::-moz-tree-image(threadCol, container, hasUnread) {
  236.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
  237. }
  238.  
  239. treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
  240.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
  241. }
  242.  
  243. /* ..... read column ..... */
  244.  
  245. treecol.readColumnHeader {
  246.   list-style-image: url("chrome://messenger/skin/icons/readcol.png");
  247.  
  248.   padding-right: 5px;
  249.  
  250.   padding-bottom: 5px;
  251. }
  252.  
  253. treechildren::-moz-tree-image(unreadButtonColHeader) {
  254.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  255. }
  256.  
  257. treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
  258.   list-style-image: url("chrome://messenger/skin/icons/unreadmail.png");
  259. }
  260.  
  261. /* ..... attachment column ..... */
  262.  
  263. treecol.attachmentColumnHeader {
  264.   list-style-image: url("chrome://messenger/skin/icons/attachment-col.png");
  265.   padding-right: 5px; 
  266. }
  267.  
  268. treechildren::-moz-tree-image(attachmentCol, attach) {
  269.   list-style-image: url("chrome://messenger/skin/icons/attachment.png");
  270. }
  271.  
  272. /* ..... flag column ..... */
  273.  
  274. treecol.flagColumnHeader {
  275.   list-style-image: url("chrome://messenger/skin/icons/flag-col.png");
  276.   padding-right: 5px; 
  277. }
  278.  
  279. treechildren::-moz-tree-image(flaggedCol) {
  280.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  281. }
  282.  
  283. treechildren::-moz-tree-image(flaggedCol, flagged) {
  284.   list-style-image: url("chrome://messenger/skin/icons/flag.png");
  285. }
  286.  
  287. /* ..... junkStatus column ..... */
  288.  
  289. treecol.junkStatusHeader {
  290.   list-style-image: url("chrome://messenger/skin/icons/junk-col.png");
  291.   padding-right: 5px; 
  292. }
  293.  
  294. /* "unknown" now looks like "not junk".  see bug #182386 */
  295. treechildren::-moz-tree-image(junkStatusCol) {
  296.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  297.   padding-left: 0px;
  298. }
  299.  
  300. treechildren::-moz-tree-image(junkStatusCol, junk) {
  301.   list-style-image: url("chrome://messenger/skin/icons/folder-junk.png");
  302. }
  303.  
  304. treechildren::-moz-tree-image(junkStatusCol, notjunk) {
  305.   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
  306.   padding-left: 0px;
  307. }
  308.  
  309. /* ..... subject column ..... */
  310.  
  311. treechildren::-moz-tree-image(subjectCol) {
  312.   margin-right: 2px;
  313.   list-style-image: url("chrome://messenger/skin/icons/message-mail.png ");
  314. }
  315.  
  316.  
  317. treechildren::-moz-tree-image(subjectCol, read) {
  318.   list-style-image: url("chrome://messenger/skin/icons/message-mail-read.png");
  319. }
  320.  
  321.  
  322. treechildren::-moz-tree-image(subjectCol, new) {
  323.   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.png");
  324. }
  325.  
  326. treechildren::-moz-tree-image(subjectCol, forwarded) {
  327.   list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded.png");
  328. }
  329.  
  330.  
  331.  
  332. treechildren::-moz-tree-image(subjectCol, forwarded, read) {
  333.   list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded-read.png");
  334. }
  335.  
  336.  
  337.  
  338. treechildren::-moz-tree-image(subjectCol, replied) {
  339.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied.png");
  340. }
  341.  
  342. treechildren::-moz-tree-image(subjectCol, replied, read) {
  343.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-read.png");
  344. }
  345.  
  346. treechildren::-moz-tree-image(subjectCol, replied, forwarded) {
  347.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw.png");
  348. }
  349.  
  350. treechildren::-moz-tree-image(subjectCol, replied, forwarded,read) {
  351.   list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw-read.png");
  352. }
  353.  
  354.  
  355. /* IMPORTANT: make sure the imap-deleted column always comes after the replied/forwarded style rules.
  356.    This ensures that we show that the message is marked as deleted over status information. */
  357.  
  358. treechildren::-moz-tree-image(subjectCol, imapdeleted) {
  359.   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.png");
  360. }
  361.  
  362. /* IMPORTANT: make sure our style rules for news articles always come after the message replied/forward style rules.
  363.    This ensures that we show news post artwork even when the article is replied to. We could probably also fix this
  364.    by adding more qualifiers to our CSS */
  365.  
  366. treechildren::-moz-tree-image(subjectCol, news) {
  367.   list-style-image: url("chrome://messenger/skin/icons/message-news.png");
  368. }
  369.  
  370. treechildren::-moz-tree-image(subjectCol, news, forwarded) {
  371.   list-style-image: url("chrome://messenger/skin/icons/message-news-forwarded.png");
  372. }
  373.  
  374. treechildren::-moz-tree-image(subjectCol, news, replied) {
  375.   list-style-image: url("chrome://messenger/skin/icons/message-news-replied.png");
  376. }
  377.  
  378. treechildren::-moz-tree-image(subjectCol, news, replied, forwarded) {
  379.   list-style-image: url("chrome://messenger/skin/icons/message-news-replied-forw.png");
  380. }
  381.  
  382. treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
  383.   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif");
  384. }
  385.  
  386. treechildren::-moz-tree-image(subjectCol, news, new) {
  387.   list-style-image: url("chrome://messenger/skin/icons/message-news-new.png");
  388. }
  389.  
  390.  
  391. /* ..... new thread icons for watch and ignore ..... */
  392.  
  393. treechildren::-moz-tree-image(news, threadCol, watch) {
  394.   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
  395. }
  396.  
  397. treechildren::-moz-tree-image(news, threadCol, ignore) {
  398.   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
  399. }
  400.  
  401. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) {
  402.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
  403. }
  404.  
  405. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
  406.   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
  407. }
  408.  
  409. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
  410.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
  411. }
  412.  
  413. treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
  414.   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
  415. }
  416.  
  417. treechildren::-moz-tree-image(news, threadCol, container, watch, open) {
  418.   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
  419. }
  420.  
  421. treechildren::-moz-tree-image(news, threadCol, container, ignore, open) {
  422.   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
  423. }
  424.  
  425. #sizeCol,
  426. #unreadCol,
  427. #totalCol {
  428.   text-align: right;
  429. }
  430.  
  431. /* ::::: thread labels decoration ::::: */
  432.  
  433. /* There are 10x7 color definitions (size of the color picker used)
  434.    times 2 (2 style definitions for each color) +  2 general black
  435.    and white color definitions.
  436.    The color definitions can be in the following formats:
  437.      color: red;
  438.      color: #FF0000;
  439.      color: rgb(128, 0, 0); 
  440. */
  441. treechildren::-moz-tree-cell-text(lc-FFFFFF) {
  442.   color: #FFFFFF
  443. }
  444. treechildren::-moz-tree-row(lc-FFFFFF, selected) {
  445.   background-color: #FFFFFF;
  446. }
  447.  
  448. treechildren::-moz-tree-cell-text(lc-CCCCCC) {
  449.   color: #CCCCCC
  450. }
  451. treechildren::-moz-tree-row(lc-CCCCCC, selected) {
  452.   background-color: #CCCCCC;
  453. }
  454.  
  455. treechildren::-moz-tree-cell-text(lc-C0C0C0) {
  456.   color: #C0C0C0
  457. }
  458. treechildren::-moz-tree-row(lc-C0C0C0, selected) {
  459.   background-color: #C0C0C0;
  460. }
  461.  
  462. treechildren::-moz-tree-cell-text(lc-999999) {
  463.   color: #999999
  464. }
  465. treechildren::-moz-tree-row(lc-999999, selected) {
  466.   background-color: #999999;
  467. }
  468.  
  469. treechildren::-moz-tree-cell-text(lc-666666) {
  470.   color: #666666
  471. }
  472. treechildren::-moz-tree-row(lc-666666, selected) {
  473.   background-color: #666666;
  474. }
  475.  
  476. treechildren::-moz-tree-cell-text(lc-333333) {
  477.   color: #333333
  478. }
  479. treechildren::-moz-tree-row(lc-333333, selected) {
  480.   background-color: #333333;
  481. }
  482.  
  483. treechildren::-moz-tree-cell-text(lc-000000) {
  484.   color: #000000
  485. }
  486. treechildren::-moz-tree-row(lc-000000, selected) {
  487.   background-color: #000000;
  488. }
  489.  
  490.  
  491. treechildren::-moz-tree-cell-text(lc-FFCCCC) {
  492.   color: #FFCCCC
  493. }
  494. treechildren::-moz-tree-row(lc-FFCCCC, selected) {
  495.   background-color: #FFCCCC;
  496. }
  497.  
  498. treechildren::-moz-tree-cell-text(lc-FF6666) {
  499.   color: #FF6666
  500. }
  501. treechildren::-moz-tree-row(lc-FF6666, selected) {
  502.   background-color: #FF6666;
  503. }
  504.  
  505. treechildren::-moz-tree-cell-text(lc-FF0000) {
  506.   color: #FF0000
  507. }
  508. treechildren::-moz-tree-row(lc-FF0000, selected) {
  509.   background-color: #FF0000;
  510. }
  511.  
  512. treechildren::-moz-tree-cell-text(lc-CC0000) {
  513.   color: #CC0000
  514. }
  515. treechildren::-moz-tree-row(lc-CC0000, selected) {
  516.   background-color: #CC0000;
  517. }
  518.  
  519. treechildren::-moz-tree-cell-text(lc-990000) {
  520.   color: #990000
  521. }
  522. treechildren::-moz-tree-row(lc-990000, selected) {
  523.   background-color: #990000;
  524. }
  525.  
  526. treechildren::-moz-tree-cell-text(lc-660000) {
  527.   color: #660000
  528. }
  529. treechildren::-moz-tree-row(lc-660000, selected) {
  530.   background-color: #660000;
  531. }
  532.  
  533. treechildren::-moz-tree-cell-text(lc-330000) {
  534.   color: #330000
  535. }
  536. treechildren::-moz-tree-row(lc-330000, selected) {
  537.   background-color: #330000;
  538. }
  539.  
  540.  
  541. treechildren::-moz-tree-cell-text(lc-FFCC99) {
  542.   color: #FFCC99
  543. }
  544. treechildren::-moz-tree-row(lc-FFCC99, selected) {
  545.   background-color: #FFCC99;
  546. }
  547.  
  548. treechildren::-moz-tree-cell-text(lc-FF9966) {
  549.   color: #FF9966
  550. }
  551. treechildren::-moz-tree-row(lc-FF9966, selected) {
  552.   background-color: #FF9966;
  553. }
  554.  
  555. treechildren::-moz-tree-cell-text(lc-FF9900) {
  556.   color: #FF9900
  557. }
  558. treechildren::-moz-tree-row(lc-FF9900, selected) {
  559.   background-color: #FF9900;
  560. }
  561.  
  562. treechildren::-moz-tree-cell-text(lc-FF6600) {
  563.   color: #FF6600
  564. }
  565. treechildren::-moz-tree-row(lc-FF6600, selected) {
  566.   background-color: #FF6600;
  567. }
  568.  
  569. treechildren::-moz-tree-cell-text(lc-CC6600) {
  570.   color: #CC6600
  571. }
  572. treechildren::-moz-tree-row(lc-CC6600, selected) {
  573.   background-color: #CC6600;
  574. }
  575.  
  576. treechildren::-moz-tree-cell-text(lc-993300) {
  577.   color: #993300
  578. }
  579. treechildren::-moz-tree-row(lc-993300, selected) {
  580.   background-color: #993300;
  581. }
  582.  
  583. treechildren::-moz-tree-cell-text(lc-663300) {
  584.   color: #663300
  585. }
  586. treechildren::-moz-tree-row(lc-663300, selected) {
  587.   background-color: #663300;
  588. }
  589.  
  590.  
  591. treechildren::-moz-tree-cell-text(lc-FFFF99) {
  592.   color: #FFFF99
  593. }
  594. treechildren::-moz-tree-row(lc-FFFF99, selected) {
  595.   background-color: #FFFF99;
  596. }
  597.  
  598. treechildren::-moz-tree-cell-text(lc-FFFF66) {
  599.   color: #FFFF66
  600. }
  601. treechildren::-moz-tree-row(lc-FFFF66, selected) {
  602.   background-color: #FFFF66;
  603. }
  604.  
  605. treechildren::-moz-tree-cell-text(lc-FFCC66) {
  606.   color: #FFCC66
  607. }
  608. treechildren::-moz-tree-row(lc-FFCC66, selected) {
  609.   background-color: #FFCC66;
  610. }
  611.  
  612. treechildren::-moz-tree-cell-text(lc-FFCC33) {
  613.   color: #FFCC33
  614. }
  615. treechildren::-moz-tree-row(lc-FFCC33, selected) {
  616.   background-color: #FFCC33;
  617. }
  618.  
  619. treechildren::-moz-tree-cell-text(lc-CC9933) {
  620.   color: #CC9933
  621. }
  622. treechildren::-moz-tree-row(lc-CC9933, selected) {
  623.   background-color: #CC9933;
  624. }
  625.  
  626. treechildren::-moz-tree-cell-text(lc-996633) {
  627.   color: #996633
  628. }
  629. treechildren::-moz-tree-row(lc-996633, selected) {
  630.   background-color: #996633;
  631. }
  632.  
  633. treechildren::-moz-tree-cell-text(lc-663333) {
  634.   color: #663333
  635. }
  636. treechildren::-moz-tree-row(lc-663333, selected) {
  637.   background-color: #663333;
  638. }
  639.  
  640. treechildren::-moz-tree-cell-text(lc-FFFFCC) {
  641.   color: #FFFFCC
  642. }
  643. treechildren::-moz-tree-row(lc-FFFFCC, selected) {
  644.   background-color: #FFFFCC;
  645. }
  646.  
  647. treechildren::-moz-tree-cell-text(lc-FFFF33) {
  648.   color: #FFFF33
  649. }
  650. treechildren::-moz-tree-row(lc-FFFF33, selected) {
  651.   background-color: #FFFF33;
  652. }
  653.  
  654. treechildren::-moz-tree-cell-text(lc-FFFF00) {
  655.   color: #FFFF00
  656. }
  657. treechildren::-moz-tree-row(lc-FFFF00, selected) {
  658.   background-color: #FFFF00;
  659. }
  660.  
  661. treechildren::-moz-tree-cell-text(lc-FFCC00) {
  662.   color: #FFCC00
  663. }
  664. treechildren::-moz-tree-row(lc-FFCC00, selected) {
  665.   background-color: #FFCC00;
  666. }
  667.  
  668. treechildren::-moz-tree-cell-text(lc-999900) {
  669.   color: #999900
  670. }
  671. treechildren::-moz-tree-row(lc-999900, selected) {
  672.   background-color: #999900;
  673. }
  674.  
  675. treechildren::-moz-tree-cell-text(lc-666600) {
  676.   color: #666600
  677. }
  678. treechildren::-moz-tree-row(lc-666600, selected) {
  679.   background-color: #666600;
  680. }
  681.  
  682. treechildren::-moz-tree-cell-text(lc-333300) {
  683.   color: #333300
  684. }
  685. treechildren::-moz-tree-row(lc-333300, selected) {
  686.   background-color: #333300;
  687. }
  688.  
  689. treechildren::-moz-tree-cell-text(lc-99FF99) {
  690.   color: #99FF99
  691. }
  692. treechildren::-moz-tree-row(lc-99FF99, selected) {
  693.   background-color: #99FF99;
  694. }
  695.  
  696. treechildren::-moz-tree-cell-text(lc-66FF99) {
  697.   color: #66FF99
  698. }
  699. treechildren::-moz-tree-row(lc-66FF99, selected) {
  700.   background-color: #66FF99;
  701. }
  702.  
  703. treechildren::-moz-tree-cell-text(lc-33FF33) {
  704.   color: #33FF33
  705. }
  706. treechildren::-moz-tree-row(lc-33FF33, selected) {
  707.   background-color: #33FF33;
  708. }
  709.  
  710. treechildren::-moz-tree-cell-text(lc-33CC00) {
  711.   color: #33CC00
  712. }
  713. treechildren::-moz-tree-row(lc-33CC00, selected) {
  714.   background-color: #33CC00;
  715. }
  716.  
  717. treechildren::-moz-tree-cell-text(lc-009900) {
  718.   color: #009900
  719. }
  720. treechildren::-moz-tree-row(lc-009900, selected) {
  721.   background-color: #009900;
  722. }
  723.  
  724. treechildren::-moz-tree-cell-text(lc-006600) {
  725.   color: #006600
  726. }
  727. treechildren::-moz-tree-row(lc-006600, selected) {
  728.   background-color: #006600;
  729. }
  730.  
  731. treechildren::-moz-tree-cell-text(lc-003300) {
  732.   color: #003300
  733. }
  734. treechildren::-moz-tree-row(lc-003300, selected) {
  735.   background-color: #003300;
  736. }
  737.  
  738. treechildren::-moz-tree-cell-text(lc-99FFFF) {
  739.   color: #99FFFF
  740. }
  741. treechildren::-moz-tree-row(lc-99FFFF, selected) {
  742.   background-color: #99FFFF;
  743. }
  744.  
  745. treechildren::-moz-tree-cell-text(lc-33FFFF) {
  746.   color: #33FFFF
  747. }
  748. treechildren::-moz-tree-row(lc-33FFFF, selected) {
  749.   background-color: #33FFFF;
  750. }
  751.  
  752. treechildren::-moz-tree-cell-text(lc-66CCCC) {
  753.   color: #66CCCC
  754. }
  755. treechildren::-moz-tree-row(lc-66CCCC, selected) {
  756.   background-color: #66CCCC;
  757. }
  758.  
  759. treechildren::-moz-tree-cell-text(lc-00CCCC) {
  760.   color: #00CCCC
  761. }
  762. treechildren::-moz-tree-row(lc-00CCCC, selected) {
  763.   background-color: #00CCCC;
  764. }
  765.  
  766. treechildren::-moz-tree-cell-text(lc-339999) {
  767.   color: #339999
  768. }
  769. treechildren::-moz-tree-row(lc-339999, selected) {
  770.   background-color: #339999;
  771. }
  772.  
  773. treechildren::-moz-tree-cell-text(lc-336666) {
  774.   color: #336666
  775. }
  776. treechildren::-moz-tree-row(lc-336666, selected) {
  777.   background-color: #336666;
  778. }
  779.  
  780. treechildren::-moz-tree-cell-text(lc-003333) {
  781.   color: #003333
  782. }
  783. treechildren::-moz-tree-row(lc-003333, selected) {
  784.   background-color: #003333;
  785. }
  786.  
  787. treechildren::-moz-tree-cell-text(lc-CCFFFF) {
  788.   color: #CCFFFF
  789. }
  790. treechildren::-moz-tree-row(lc-CCFFFF, selected) {
  791.   background-color: #CCFFFF;
  792. }
  793.  
  794. treechildren::-moz-tree-cell-text(lc-66FFFF) {
  795.   color: #66FFFF
  796. }
  797. treechildren::-moz-tree-row(lc-66FFFF, selected) {
  798.   background-color: #66FFFF;
  799. }
  800.  
  801. treechildren::-moz-tree-cell-text(lc-33CCFF) {
  802.   color: #33CCFF
  803. }
  804. treechildren::-moz-tree-row(lc-33CCFF, selected) {
  805.   background-color: #33CCFF;
  806. }
  807.  
  808. treechildren::-moz-tree-cell-text(lc-3366FF) {
  809.   color: #3366FF
  810. }
  811. treechildren::-moz-tree-row(lc-3366FF, selected) {
  812.   background-color: #3366FF;
  813. }
  814.  
  815. treechildren::-moz-tree-cell-text(lc-3333FF) {
  816.   color: #3333FF
  817. }
  818. treechildren::-moz-tree-row(lc-3333FF, selected) {
  819.   background-color: #3333FF;
  820. }
  821.  
  822. treechildren::-moz-tree-cell-text(lc-000099) {
  823.   color: #000099
  824. }
  825. treechildren::-moz-tree-row(lc-000099, selected) {
  826.   background-color: #000099;
  827. }
  828.  
  829. treechildren::-moz-tree-cell-text(lc-000066) {
  830.   color: #000066
  831. }
  832. treechildren::-moz-tree-row(lc-000066, selected) {
  833.   background-color: #000066;
  834. }
  835.  
  836.  
  837. treechildren::-moz-tree-cell-text(lc-CCCCFF) {
  838.   color: #CCCCFF
  839. }
  840. treechildren::-moz-tree-row(lc-CCCCFF, selected) {
  841.   background-color: #CCCCFF;
  842. }
  843.  
  844. treechildren::-moz-tree-cell-text(lc-9999FF) {
  845.   color: #9999FF
  846. }
  847. treechildren::-moz-tree-row(lc-9999FF, selected) {
  848.   background-color: #9999FF;
  849. }
  850.  
  851. treechildren::-moz-tree-cell-text(lc-6666CC) {
  852.   color: #6666CC
  853. }
  854. treechildren::-moz-tree-row(lc-6666CC, selected) {
  855.   background-color: #6666CC;
  856. }
  857.  
  858. treechildren::-moz-tree-cell-text(lc-6633FF) {
  859.   color: #6633FF
  860. }
  861. treechildren::-moz-tree-row(lc-6633FF, selected) {
  862.   background-color: #6633FF;
  863. }
  864.  
  865. treechildren::-moz-tree-cell-text(lc-6600CC) {
  866.   color: #6600CC
  867. }
  868. treechildren::-moz-tree-row(lc-6600CC, selected) {
  869.   background-color: #6600CC;
  870. }
  871.  
  872. treechildren::-moz-tree-cell-text(lc-333399) {
  873.   color: #333399
  874. }
  875. treechildren::-moz-tree-row(lc-333399, selected) {
  876.   background-color: #333399;
  877. }
  878.  
  879. treechildren::-moz-tree-cell-text(lc-330099) {
  880.   color: #330099
  881. }
  882. treechildren::-moz-tree-row(lc-330099, selected) {
  883.   background-color: #330099;
  884. }
  885.  
  886.  
  887. treechildren::-moz-tree-cell-text(lc-FFCCFF) {
  888.   color: #FFCCFF
  889. }
  890. treechildren::-moz-tree-row(lc-FFCCFF, selected) {
  891.   background-color: #FFCCFF;
  892. }
  893.  
  894. treechildren::-moz-tree-cell-text(lc-FF99FF) {
  895.   color: #FF99FF
  896. }
  897. treechildren::-moz-tree-row(lc-FF99FF, selected) {
  898.   background-color: #FF99FF;
  899. }
  900.  
  901. treechildren::-moz-tree-cell-text(lc-CC66CC) {
  902.   color: #CC66CC
  903. }
  904. treechildren::-moz-tree-row(lc-CC66CC, selected) {
  905.   background-color: #CC66CC;
  906. }
  907.  
  908. treechildren::-moz-tree-cell-text(lc-CC33CC) {
  909.   color: #CC33CC
  910. }
  911. treechildren::-moz-tree-row(lc-CC33CC, selected) {
  912.   background-color: #CC33CC;
  913. }
  914.  
  915. treechildren::-moz-tree-cell-text(lc-993399) {
  916.   color: #993399
  917. }
  918. treechildren::-moz-tree-row(lc-993399, selected) {
  919.   background-color: #993399;
  920. }
  921.  
  922. treechildren::-moz-tree-cell-text(lc-663366) {
  923.   color: #663366
  924. }
  925. treechildren::-moz-tree-row(lc-663366, selected) {
  926.   background-color: #663366;
  927. }
  928.  
  929. treechildren::-moz-tree-cell-text(lc-330033) {
  930.   color: #330033
  931. }
  932. treechildren::-moz-tree-row(lc-330033, selected) {
  933.   background-color: #330033;
  934. }
  935.  
  936. treechildren::-moz-tree-cell-text(lc-white, selected) {
  937.   color: #FFFFFF
  938. }
  939. treechildren::-moz-tree-cell-text(lc-black, selected) {
  940.   color: #000000
  941. }
  942.  
  943. /* :::::
  944.    :: Make sure the min height is small so we can
  945.    :: resize the pane vertically -EDV
  946.    ::::: */
  947.  
  948. #messagepanebox {
  949.   min-height: 10px;
  950.   height: 0px;
  951. }
  952.  
  953. /* ..... folder pane adjustments ..... */
  954.  
  955. #folderPaneHeaderContainer {
  956.   border-top: 1px solid ThreeDHighlight;
  957. }
  958.  
  959. #folderPaneHeader {
  960.   height: 27px;
  961.   border-bottom: none;
  962.   border-top: none;
  963. }
  964.  
  965. /* ::::: border adjustments for focus ring and joined splitters ::::: */
  966.  
  967. /* ..... splitter adjustments ..... */
  968.  
  969. #folderpane_splitter {
  970.   border-top: 1px solid ThreeDHighlight;
  971.   border-left: none;
  972.   border-right: none;
  973.   border-bottom: none;
  974. }
  975.  
  976. #gray_vertical_splitter,
  977. #threadpane-splitter {
  978.   border: none;
  979.   min-height: 5px;
  980. }
  981.  
  982. /* ..... tree adjustments ..... */
  983.  
  984. #accountCentralBox { 
  985.   border: 1px solid ThreeDShadow; 
  986. }
  987.  
  988. #searchBox {
  989.   border-top: 1px solid ThreeDHighlight;
  990. }
  991.  
  992. /* ..... message pane adjustments ..... */
  993.  
  994. #messagepanebox {
  995.   border: 1px solid ThreeDShadow;
  996. }
  997.  
  998. #messagepane {
  999.   border: 1px solid -moz-Field;
  1000. }
  1001.  
  1002. #messagepanebox[focusring="true"] > #messagepane {
  1003.   border-color: #000000;
  1004. }
  1005.