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