sync both themes with suite classic changes in SeaMonkey 2.13 cycle
[themes.git] / LCARStrek / 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/. */
351107c9 4
3d6dd546 5@import url("chrome://communicator/skin/smileys.css");
d84b9613 6
7@namespace url("http://www.w3.org/1999/xhtml");
351107c9 8
9/* ===== messageBody.css ================================================
10 == Styles for the body of a mail message.
11 ======================================================================= */
12
b1eaa419 13/* :::: message header ::::: */
14
b1eaa419 15.header-part1 {
16 border-left: 4px solid #EFEFEF;
17 background-color: #EFEFEF;
18}
19
20.header-part2,
21.header-part3 {
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
351107c9 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}
b1eaa419 44
351107c9 45.moz-text-plain[wrap="true"] {
ee6cb01c 46 white-space: pre-wrap;
351107c9 47}
b1eaa419 48
351107c9 49.moz-text-plain[wrap="false"] {
50 white-space: pre;
51}
b1eaa419 52
351107c9 53.moz-text-plain[wrap="flow"] .moz-txt-sig {
ee6cb01c 54 white-space: pre-wrap;
351107c9 55}
b1eaa419 56
351107c9 57.moz-text-plain[graphical-quote="false"] blockquote {
58 margin: inherit;
59 border-left: inherit;
8caa872d 60 -moz-padding-start: inherit;
351107c9 61}
b1eaa419 62
351107c9 63.moz-text-plain[graphical-quote="true"] blockquote {
64 margin: inherit;
65 border-width: medium;
66 border-color: gray;
67}
b1eaa419 68
351107c9 69.moz-text-plain[graphical-quote="true"] .moz-txt-citetags {
70 display: none;
71}
72
b1eaa419 73span.moz-txt-underscore {
74 text-decoration: underline;
75}
76
3d6dd546 77span.moz-txt-formfeed {
78 display: block;
79 height: 100%;
80}
81
351107c9 82/* ::::: signature ::::: */
83
84.moz-txt-sig,
85.moz-signature {
86 color: gray;
87}
b1eaa419 88
351107c9 89.moz-txt-sig > a,
90.moz-signature > a {
b1eaa419 91 color: #7777FF; /* light blue */
351107c9 92}
ee6cb01c
RK
93
94/* ::::: vcard ::::: */
95
96.moz-vcard-table {
569543b3 97 border-radius: 8px;
ee6cb01c
RK
98 border: thin solid #9C9CFF;
99 margin-top: 10px;
100}
101
102.moz-vcard-property {
103 font-size: 80%;
104 color: #FF9F00;
105}
106
107.moz-vcard-title-property {
108 padding-bottom: 10px;
109}
110
111.moz-vcard-badge {
112 height: 21px;
113 width: 25px;
114 display: block;
115 background-image: url("chrome://messenger/skin/messengercompose/address.gif");
116}
117
118/* ::::: attached images ::::: */
119
120moz-attached-image[overflowing="true"] {
121 cursor: -moz-zoom-out;
122}
123
124.moz-attached-image[isshrunk="true"] {
125 cursor: -moz-zoom-in;
126 max-width: 100%;
127}
5d14042c 128
d9954aaf
RK
129/* New style feed summary body. */
130body[selected="false"] {
5d14042c
RK
131 display: none;
132}
133
d9954aaf 134/* Old style feeds. */
5d14042c
RK
135#_mailrssiframe {
136 position: fixed;
137 top: 0;
138 left: 0;
139 width: 100%;
140 height: 100%;
141 border: none;
142}
7214f501 143
a3b6328b 144/* Attachment display styling (for inline attachments and printing) */
7214f501
RK
145.mimeAttachmentHeader {
146 border-style: none;
147 border-top: 1px solid #8050B0;
148}
149
a3b6328b 150.mimeAttachmentHeaderName {
7214f501
RK
151 color: #8050B0;
152 font-size: 80%;
153}
a3b6328b
RK
154
155div.mimeAttachmentWrap {
156 padding: 0 1em;
157}
158
159table.mimeAttachmentTable {
160 width: 100%;
161 border-collapse: collapse;
162}
163
164table.mimeAttachmentTable tr + tr > td {
165 border-top: 1px solid #8050B0;
166}
167
168.mimeAttachmentFile {
169}
170
171.mimeAttachmentSize {
172 text-align: right;
173}