]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/print.css
Imported Upstream version 0.3
[roundcube.git] / skins / default / print.css
1 /***** RoundCube|Mail message print styles *****/
2
3 body
4 {
5   background-color: #ffffff;
6   color: #000000;
7   margin: 2mm;
8 }
9
10 body, td, th, span, div, p, h3
11 {
12   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
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 #header
29 {
30   float: right;
31   margin: 0 5mm 3mm 5mm;
32 }
33
34 #messageframe
35 {
36   position: relative;
37 }
38
39 table.headers-table
40 {
41   table-layout: fixed;
42   margin-top: 14px;
43 }
44
45 table.headers-table tr td
46 {
47   font-size: 9pt;
48 }
49
50 table.headers-table td.header-title
51 {
52   color: #666666;
53   font-weight: bold;
54   text-align: right;
55   vertical-align: top;
56   padding-right: 4mm;
57   white-space: nowrap;
58 }
59
60 table.headers-table tr td.subject
61 {
62   width: 90%;
63   font-weight: bold;
64 }
65   
66 #attachment-list
67 {
68   margin-top: 3mm;
69   padding-top: 3mm;
70   border-top: 1pt solid #cccccc;
71 }
72
73 #attachment-list li
74 {
75   font-size: 9pt;
76 }
77
78 #attachment-list li a
79 {
80   text-decoration: none;
81 }
82
83 #attachment-list li a:hover
84 {
85   text-decoration: underline;
86 }
87
88 #messagebody
89 {
90   margin-top: 5mm;
91   border-top: none;
92 }
93
94 div.message-part
95 {
96   padding: 2mm;
97   margin-top: 5mm;
98   margin-bottom: 5mm;
99   border-top: 1pt solid #cccccc;
100 }
101
102 div.message-part a
103 {
104   color: #0000CC;
105 }
106
107 div.message-part pre,
108 div.message-htmlpart pre,
109 div.message-part div.pre
110 {
111   margin: 0;
112   padding: 0;
113   font-family: monospace;
114   white-space: -moz-pre-wrap !important;
115   white-space: pre-wrap !important;
116   white-space: pre;
117   word-wrap: break-word; /* IE (and Safari) */
118 }
119
120 div.message-part blockquote
121 {
122         color: blue;
123         border-left: 2px solid blue;
124         border-right: 2px solid blue;
125         background-color: #F6F6F6;
126         margin: 0.5em 0em 0.5em 0em;
127         padding: 0.25em 1em 0.25em 1em;
128 }
129
130 div.message-part blockquote blockquote
131 {
132         color: green;
133         border-left: 2px solid green;
134         border-right: 2px solid green;
135 }
136
137 div.message-part blockquote blockquote blockquote
138 {
139         color: #990000;
140         border-left: 2px solid #bb0000;
141         border-right: 2px solid #bb0000;
142 }