Aleksander Machniak
2016-05-20 9e64dc2debfa1c7410f82bf71f4d10856751e258
commit | author | age
e019f2 1 /***** Roundcube|Mail message print styles *****/
4e17e6 2
T 3 body
4 {
50b22b 5   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
4e17e6 6   background-color: #ffffff;
T 7   color: #000000;
8   margin: 2mm;
9 }
10
517b6c 11 body, td, th, div, p
4e17e6 12 {
T 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
3cbdbd 28 body > #logo
4e17e6 29 {
4b1647 30   float: right;
T 31   margin: 0 5mm 3mm 5mm;
4e17e6 32 }
T 33
34 table.headers-table
35 {
36   table-layout: fixed;
4b1647 37   margin-top: 14px;
4e17e6 38 }
T 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 }
3cbdbd 60
4e17e6 61 #attachment-list
T 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 {
14d00d 85   position: relative;
4e17e6 86   margin-top: 5mm;
T 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
494f07 103 div.message-part div.pre
4e17e6 104 {
T 105   margin: 0;
106   padding: 0;
cc80c5 107   font-family: monospace;
37dfc4 108   font-size: 12px;
4e17e6 109 }
6212d2 110
S 111 div.message-part blockquote
112 {
0f8ff2 113   color: blue;
A 114   border-left: 2px solid blue;
115   border-right: 2px solid blue;
116   background-color: #F6F6F6;
37dfc4 117   margin: 2px 0;
AM 118   padding: 0 0.4em;
6212d2 119 }
S 120
121 div.message-part blockquote blockquote
122 {
0f8ff2 123   color: green;
A 124   border-left: 2px solid green;
125   border-right: 2px solid green;
6212d2 126 }
S 127
128 div.message-part blockquote blockquote blockquote
129 {
0f8ff2 130   color: #990000;
A 131   border-left: 2px solid #bb0000;
132   border-right: 2px solid #bb0000;
6212d2 133 }
c7f958 134
TB 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 }
f7af22 162
AM 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 }