some small fixes for downlaods indicator an a CSS error in Nightly
[themes.git] / EarlyBlue / messenger / messageBody.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
128000f4 4
76983f4c 5@import url("chrome://communicator/skin/smileys.css");
d84b9613 6
7@namespace url("http://www.w3.org/1999/xhtml");
f6e0a33f 8
74d14f90 9/* ===== messageBody.css =================================================
10 == Styles for the body of a mail message.
11 ======================================================================= */
12
74d14f90 13/* :::: message header ::::: */
14
8da3cfd5 15.header-part1 {
74d14f90 16 border-left: 4px solid #EFEFEF;
17 background-color: #EFEFEF;
18}
19
8da3cfd5 20.header-part2,
21.header-part3 {
74d14f90 22 border: 4px solid #DEDEDE;
23 background-color: #DEDEDE;
24}
25
26div.headerdisplayname {
27 display: inline;
28 font-weight: bold;
29 white-space: pre;
30}
31
f6e0a33f 32/* ::::: message text, incl. quotes ::::: */
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 margin: inherit;
42 font-family: inherit;
43}
74d14f90 44
f6e0a33f 45.moz-text-plain[wrap="true"] {
d0ff98fe 46 white-space: pre-wrap;
f6e0a33f 47}
74d14f90 48
f6e0a33f 49.moz-text-plain[wrap="false"] {
50 white-space: pre;
51}
74d14f90 52
f6e0a33f 53.moz-text-plain[wrap="flow"] .moz-txt-sig {
d0ff98fe 54 white-space: pre-wrap;
f6e0a33f 55}
74d14f90 56
f6e0a33f 57.moz-text-plain[graphical-quote="false"] blockquote {
58 margin: inherit;
59 border-left: inherit;
8caa872d 60 -moz-padding-start: inherit;
f6e0a33f 61}
74d14f90 62
f6e0a33f 63.moz-text-plain[graphical-quote="true"] blockquote {
64 margin: inherit;
65 border-width: medium;
66 border-color: gray;
67}
74d14f90 68
f6e0a33f 69.moz-text-plain[graphical-quote="true"] .moz-txt-citetags {
70 display: none;
71}
72
8da3cfd5 73span.moz-txt-underscore {
74 text-decoration: underline;
75}
76
76983f4c 77span.moz-txt-formfeed {
78 display: block;
79 height: 100%;
80}
81
f6e0a33f 82/* ::::: signature ::::: */
83
84.moz-txt-sig,
85.moz-signature {
9b1c3cf9 86 opacity: 0.5;
f6e0a33f 87}
6fa8522a 88
d0ff98fe
RK
89/* ::::: vcard ::::: */
90
91.moz-vcard-table {
569543b3 92 /* border-radius: 8px; */
d0ff98fe
RK
93 border: thin solid #6666CC;
94 margin-top: 10px;
95}
96
97.moz-vcard-property {
98 font-size: 80%;
99 color: #666699;
100}
101
102.moz-vcard-title-property {
103 padding-bottom: 10px;
104}
105
106.moz-vcard-badge {
107 height: 21px;
108 width: 25px;
109 display: block;
110 background-image: url("chrome://messenger/skin/messengercompose/address.gif");
111}
112
6fa8522a
RK
113/* ::::: attached images ::::: */
114
4d12b027 115moz-attached-image[overflowing="true"] {
6fa8522a
RK
116 cursor: -moz-zoom-out;
117}
118
4d12b027 119.moz-attached-image[isshrunk="true"] {
6fa8522a
RK
120 cursor: -moz-zoom-in;
121 max-width: 100%;
122}
5d14042c 123
d9954aaf
RK
124/* New style feed summary body. */
125body[selected="false"] {
5d14042c
RK
126 display: none;
127}
d9954aaf
RK
128
129/* Old style feeds. */
5d14042c
RK
130#_mailrssiframe {
131 position: fixed;
132 top: 0;
133 left: 0;
134 width: 100%;
135 height: 100%;
136 border: none;
137}
7214f501 138
a3b6328b 139/* Attachment display styling (for inline attachments and printing) */
7214f501
RK
140.mimeAttachmentHeader {
141 border-style: none;
142 border-top: 1px solid #808080;
143}
144
145.mimeAttachmentName {
146 color: #808080;
147 font-size: 80%;
148}
a3b6328b
RK
149
150div.mimeAttachmentWrap {
151 padding: 0 1em;
152}
153
154table.mimeAttachmentTable {
155 width: 100%;
156 border-collapse: collapse;
157}
158
159table.mimeAttachmentTable tr + tr > td {
160 border-top: 1px solid #808080;
161}
162
163.mimeAttachmentFile {
164}
165
166.mimeAttachmentSize {
167 text-align: right;
168}