Mercurial > hg > rc2
comparison skins/classic/print.css @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 /***** Roundcube|Mail message print styles *****/ | |
2 | |
3 body | |
4 { | |
5 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; | |
6 background-color: #ffffff; | |
7 color: #000000; | |
8 margin: 2mm; | |
9 } | |
10 | |
11 body, td, th, div, p | |
12 { | |
13 font-size: 9pt; | |
14 color: #000000; | |
15 } | |
16 | |
17 h3 | |
18 { | |
19 font-size: 18px; | |
20 color: #000000; | |
21 } | |
22 | |
23 a, a:active, a:visited | |
24 { | |
25 color: #000000; | |
26 } | |
27 | |
28 body > #logo | |
29 { | |
30 float: right; | |
31 margin: 0 5mm 3mm 5mm; | |
32 } | |
33 | |
34 table.headers-table | |
35 { | |
36 table-layout: fixed; | |
37 margin-top: 14px; | |
38 } | |
39 | |
40 table.headers-table tr td | |
41 { | |
42 font-size: 9pt; | |
43 } | |
44 | |
45 table.headers-table td.header-title | |
46 { | |
47 color: #666666; | |
48 font-weight: bold; | |
49 text-align: right; | |
50 vertical-align: top; | |
51 padding-right: 4mm; | |
52 white-space: nowrap; | |
53 } | |
54 | |
55 table.headers-table tr td.subject | |
56 { | |
57 width: 90%; | |
58 font-weight: bold; | |
59 } | |
60 | |
61 #attachment-list | |
62 { | |
63 margin-top: 3mm; | |
64 padding-top: 3mm; | |
65 border-top: 1pt solid #cccccc; | |
66 } | |
67 | |
68 #attachment-list li | |
69 { | |
70 font-size: 9pt; | |
71 } | |
72 | |
73 #attachment-list li a | |
74 { | |
75 text-decoration: none; | |
76 } | |
77 | |
78 #attachment-list li a:hover | |
79 { | |
80 text-decoration: underline; | |
81 } | |
82 | |
83 #messagebody | |
84 { | |
85 position: relative; | |
86 margin-top: 5mm; | |
87 border-top: none; | |
88 } | |
89 | |
90 div.message-part | |
91 { | |
92 padding: 2mm; | |
93 margin-top: 5mm; | |
94 margin-bottom: 5mm; | |
95 border-top: 1pt solid #cccccc; | |
96 } | |
97 | |
98 div.message-part a | |
99 { | |
100 color: #0000CC; | |
101 } | |
102 | |
103 div.message-part div.pre | |
104 { | |
105 margin: 0; | |
106 padding: 0; | |
107 font-family: monospace; | |
108 font-size: 12px; | |
109 } | |
110 | |
111 div.message-part blockquote | |
112 { | |
113 color: blue; | |
114 border-left: 2px solid blue; | |
115 border-right: 2px solid blue; | |
116 background-color: #F6F6F6; | |
117 margin: 2px 0; | |
118 padding: 0 0.4em; | |
119 } | |
120 | |
121 div.message-part blockquote blockquote | |
122 { | |
123 color: green; | |
124 border-left: 2px solid green; | |
125 border-right: 2px solid green; | |
126 } | |
127 | |
128 div.message-part blockquote blockquote blockquote | |
129 { | |
130 color: #990000; | |
131 border-left: 2px solid #bb0000; | |
132 border-right: 2px solid #bb0000; | |
133 } | |
134 | |
135 p.image-attachment | |
136 { | |
137 position: relative; | |
138 padding: 1em; | |
139 border-top: 1px solid #ccc; | |
140 } | |
141 | |
142 p.image-attachment a.image-link | |
143 { | |
144 float: left; | |
145 display: block; | |
146 margin-right: 2em; | |
147 min-width: 160px; | |
148 min-height: 60px; | |
149 text-align: center; | |
150 } | |
151 | |
152 p.image-attachment .image-filename | |
153 { | |
154 display: block; | |
155 line-height: 1.6em; | |
156 } | |
157 | |
158 p.image-attachment .attachment-links | |
159 { | |
160 display: none; | |
161 } | |
162 | |
163 /* contact print */ | |
164 #contact-details fieldset { | |
165 color: #666; | |
166 border: 1px solid #999; | |
167 margin-top: 5px; | |
168 } | |
169 | |
170 #contact-details fieldset.contactfieldgroup { | |
171 border: 0; | |
172 padding: 0; | |
173 margin: 0; | |
174 } | |
175 | |
176 #contact-details div.row { | |
177 padding: 2px 0; | |
178 } | |
179 | |
180 #contact-details .contactfieldlabel { | |
181 display: inline-block; | |
182 vertical-align: top; | |
183 width: 150px; | |
184 overflow: hidden; | |
185 text-overflow: ellipsis; | |
186 } | |
187 | |
188 #contact-details .contactfieldcontent { | |
189 display: inline-block; | |
190 vertical-align: top; | |
191 font-weight: bold; | |
192 } | |
193 | |
194 #contact-details #contactphoto { | |
195 float: left; | |
196 margin: 5px 15px 5px 3px; | |
197 width: 112px; | |
198 border: 0; | |
199 padding: 0; | |
200 } | |
201 | |
202 #contact-details #contactpic { | |
203 width: 112px; | |
204 background: white; | |
205 } | |
206 | |
207 #contact-details #contactpic img { | |
208 max-width: 112px; | |
209 visibility: inherit; | |
210 } | |
211 | |
212 #contact-details #contacthead { | |
213 border: 0; | |
214 margin: 0 16em 0 0; | |
215 padding: 0; | |
216 } | |
217 | |
218 #contact-details #contacthead > legend { | |
219 display: none; | |
220 } | |
221 | |
222 #contact-details #contacthead .names span.namefield { | |
223 font-size: 140%; | |
224 font-weight: bold; | |
225 } |