home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / modern.jar / skin / modern / messenger / mailheader.css < prev    next >
Cascading Style Sheet File  |  2001-02-14  |  2KB  |  73 lines

  1. /* 
  2.  * These are the style attributes for the XUL display.
  3.  */
  4. window                                  { overflow: auto; }
  5. mailheader                            { display: block; }
  6. mailattachcount                      { display: none; }
  7.  
  8. box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
  9. box[name=header-part1]      { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
  10. box[name=header-part2]      { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
  11. box[name=header-part3]      { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
  12. box[name=header-seamonkey]  { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
  13.  
  14. headerdisplayname                  { font-weight: bold;  white-space: pre; }
  15. header                                  { text-align: left; }
  16.  
  17. menubar[name=attachment-menubar]  { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
  18. menu[name=attachment-menu]        { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
  19.  
  20. /* 
  21.  * For printing/HTML display...
  22.  */
  23. table[name=header-part1]    { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
  24. table[name=header-part2]    { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
  25. table[name=header-part3]    { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
  26. div.headerdisplayname       { font-weight: bold;  white-space: pre; display: inline; }
  27.  
  28. body {
  29.   background-color: white;
  30. }
  31.  
  32.  
  33.  
  34. .moz-text-flowed blockquote {
  35.   margin: inherit;
  36.   border-width: medium;
  37.   border-color: gray;
  38. }
  39.  
  40. .moz-text-plain pre {
  41.   font-family: inherit;
  42.   margin: inherit;
  43. }
  44. .moz-text-plain[wrap=true] {
  45.   white-space: -moz-pre-wrap;
  46. }
  47. .moz-text-plain[wrap=false] {
  48.   white-space: pre;
  49. }
  50. .moz-text-plain[wrap=flow] .moz-txt-sig {
  51.   white-space: -moz-pre-wrap;
  52. }
  53. .moz-text-plain[graphical-quote=false] blockquote {
  54.   padding-left: inherit;
  55.   border-left: inherit;
  56.   margin: inherit;
  57. }
  58. .moz-text-plain[graphical-quote=true] blockquote {
  59.   margin: inherit;
  60.   border-width: medium;
  61.   border-color: gray;
  62. }
  63. .moz-text-plain[graphical-quote=true] .moz-txt-citetags {
  64.   display: none;
  65. }
  66.  
  67. .moz-txt-sig, .moz-signature {
  68.   color: gray;
  69. }
  70. .moz-txt-sig > a, .moz-signature > a {
  71.   color: 7777FF /* light blue */;
  72. }
  73.