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