summaryrefslogtreecommitdiffstats
path: root/framework/domain/data/mail.css
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/data/mail.css')
-rw-r--r--framework/domain/data/mail.css298
1 files changed, 298 insertions, 0 deletions
diff --git a/framework/domain/data/mail.css b/framework/domain/data/mail.css
new file mode 100644
index 00000000..b77e36ee
--- /dev/null
+++ b/framework/domain/data/mail.css
@@ -0,0 +1,298 @@
1div.header {
2 margin-bottom: 10pt ! important;
3}
4
5table.textAtm {
6 margin-top: 10pt ! important;
7 margin-bottom: 10pt ! important;
8}
9
10tr.textAtmH,
11tr.textAtmB,
12tr.rfc822B {
13 font-weight: normal ! important;
14}
15
16tr.signInProgressH,
17tr.rfc822H,
18tr.encrH,
19tr.signOkKeyOkH,
20tr.signOkKeyBadH,
21tr.signWarnH,
22tr.sign
23ErrH {
24 font-weight: bold ! important;
25}
26
27tr.textAtmH td,
28tr.textAtmB td {
29 padding: 3px ! important;
30}
31
32table.rfc822 {
33 width: 100% ! important;
34 border: solid 1px black ! important;
35 margin-top: 10pt ! important;
36 margin-bottom: 10pt ! important;
37}
38
39table.textAtm,
40table.encr,
41table.signWarn,
42table.signErr,
43table.signOkKeyBad,
44table.signOkKeyOk,
45table.signInProgress,
46div.fancy.header table {
47 width: 100% ! important;
48 border-width: 0px ! important;
49 line-height: normal;
50}
51
52div.htmlWarn {
53 margin: 0px 5% ! important;
54 padding: 10px ! important;
55 text-align: left ! important;
56 line-height: normal;
57}
58
59div.fancy.header > div {
60 font-weight: bold ! important;
61 padding: 4px ! important;
62 line-height: normal;
63}
64
65div.fancy.header table {
66 padding: 2px ! important;
67 text-align: left ! important;
68 border-collapse: separate ! important;
69}
70
71div.fancy.header table th {
72 font-family: "Helvetica" ! important;
73 font-size: 12pt;
74 padding: 0px ! important;
75 white-space: nowrap ! important;
76 border-spacing: 0px ! important;
77 text-align: left ! important;
78 vertical-align: top ! important;
79 background-color: #efebe7 ! important;
80 color: #000000 ! important;
81 border: 1px ! important;
82}
83
84div.fancy.header table td {
85 font-family: "Helvetica" ! important;
86 font-size: 12pt;
87 padding: 0px ! important;
88 border-spacing: 0px ! important;
89 text-align: left ! important;
90 vertical-align: top ! important;
91 width: 100% ! important;
92 background-color: #efebe7 ! important;
93 color: #000000 ! important;
94 border: 1px ! important;
95}
96
97div.fancy.header table a:hover {
98 background-color: transparent ! important;
99}
100
101span.pimsmileytext {
102 position: absolute;
103 top: 0px;
104 left: 0px;
105 visibility: hidden;
106}
107
108img.pimsmileyimg {
109}
110
111div.quotelevelmark {
112 position: absolute;
113 margin-left:-10px;
114}
115
116body {
117 font-family: "Helvetica" ! important;
118 font-size: 12pt;
119 color: #000000 ! important;
120 background-color: #ffffff ! important;
121}
122
123a {
124 color: #0000cc ! important;
125 text-decoration: none ! important;
126}
127
128a.white {
129 color: white ! important;
130}
131
132a.black {
133 color: black ! important;
134}
135
136table.textAtm { background-color: #000000 ! important; }
137
138tr.textAtmH {
139 background-color: #ffffff ! important;
140 font-family: "Helvetica" ! important;
141 font-size: 12pt;
142}
143
144tr.textAtmB {
145 background-color: #ffffff ! important;
146}
147
148table.signInProgress,
149table.rfc822 {
150 background-color: #ffffff ! important
151;
152}
153
154tr.signInProgressH,
155tr.rfc822H {
156 font-family: "Helvetica" ! important;
157 font-size: 12pt;
158}
159
160table.encr {
161 background-color: #0010cc ! important;
162}
163
164tr.encrH {
165 background-color: #1010ee ! important;
166 color: #aaaaaa ! important;
167 font-family: "Helvetica" ! important;
168 font-size: 12pt;
169}
170
171tr.encrB { background-color: #ffe0e0 ! important; }
172
173table.signOkKeyOk {
174 background-color: #00cc00 ! important;
175}
176
177tr.signOkKeyOkH {
178 background-color: #00ff00 ! important;
179 color: #000000 ! important;
180 font-family: "Helvetica" ! important;
181 font-size: 12pt;
182}
183
184tr.signOkKeyOkB { background-color: #e0ffe0 ! important; }
185
186table.signOkKeyBad {
187 background-color: #00cc00 ! important;
188}
189
190tr.signOkKeyBadH {
191 background-color: #00ff00 ! important;
192 color: #000000 ! important;
193 font-family: "Helvetica" ! important;
194 font-size: 12pt;
195}
196
197tr.signOkKeyBadB { background-color: #e0ffe0 ! important; }
198
199table.signWarn {
200 background-color: #cc0 ! important;
201}
202
203tr.signWarnH {
204 background-color: #fc0 ! important;
205 color: #000000 ! important;
206 font-family: "Helvetica" ! imp
207ortant;
208 font-size: 12pt;
209}
210
211tr.signWarnB { background-color: #e0e0ff ! important; }
212
213table.signErr {
214 background-color: #c00 ! important;
215}
216
217tr.signErrH {
218 background-color: #0f00 ! important;
219 color: #0000
22000 ! important;
221 font-family: "Helvetica" ! important;
222 font-size: 12pt;
223}
224
225tr.signErrB { background-color: #d3d3f0 ! important; }
226
227div.htmlWarn {
228 border: 2px solid #00001a ! important;
229 line-height: normal;
230}
231
232div.header {
233 font-family: "Helvetica" ! important;
234 font-size: 12pt;
235}
236
237div.fancy.header > div {
238 background-color: #308cc6 ! important;
239 color: #ffffff ! important;
240 border: solid #000000 1px ! important;
241 line-height: normal;
242}
243
244div.fancy.header > div a[href] { color: #ffffff ! important; }
245
246div.fancy.header > div a[href]:hover { text-decoration: underline ! important; }
247
248div.fancy.header > div.spamheader {
249 background-color: #cdcdcd ! important;
250 border-top: 0px ! important;
251 padding: 3px ! important;
252 color: black ! important;
253 font-weight: bold ! important;
254 font-size: 12pt;
255}
256
257div.fancy.header > table.outer {
258 background-color: #efebe7 ! important;
259 color: #000000 ! important;
260 border-bottom: solid #000000 1px ! important;
261 border-left: solid #000000 1px ! important;
262 border-right: solid #000000 1px ! important;
263}
264
265div.senderpic{
266 padding: 0px ! important;
267 font-size:0.8em ! important;
268 border:1px solid #b8b5b2 ! important;
269 background-color:#efebe7 ! important;
270}
271
272div.senderstatus{
273 text-align:center ! important;
274}
275
276div.quotelevel1 {
277 color: #100000 ! important;
278}
279
280div.quotelevel2 {
281 color: #200000 ! important;
282}
283
284div.quotelevel3 {
285 color: #300000 ! important;
286}
287
288div.deepquotelevel1 {
289 color: #100000 ! important;
290}
291
292div.deepquotelevel2 {
293 color: #200000 ! important;
294}
295
296div.deepquotelevel3 {
297 color: #300000 ! important;
298}