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