]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/print.css
76c3e0c9159a5dbc42272a8fbedfc1979b0e1f48
[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 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   margin-top: 5mm;
86   border-top: none;
87 }
88
89 div.message-part
90 {
91   padding: 2mm;
92   margin-top: 5mm;
93   margin-bottom: 5mm;
94   border-top: 1pt solid #cccccc;
95 }
96
97 div.message-part a
98 {
99   color: #0000CC;
100 }
101
102 div.message-part pre,
103 div.message-htmlpart pre,
104 div.message-part div.pre
105 {
106   margin: 0;
107   padding: 0;
108   font-family: monospace;
109   white-space: -moz-pre-wrap !important;
110   white-space: pre-wrap !important;
111   white-space: pre;
112   word-wrap: break-word; /* IE (and Safari) */
113 }
114
115 div.message-part blockquote
116 {
117   color: blue;
118   border-left: 2px solid blue;
119   border-right: 2px solid blue;
120   background-color: #F6F6F6;
121   margin: 0.5em 0em 0.5em 0em;
122   padding: 0.25em 1em 0.25em 1em;
123 }
124
125 div.message-part blockquote blockquote
126 {
127   color: green;
128   border-left: 2px solid green;
129   border-right: 2px solid green;
130 }
131
132 div.message-part blockquote blockquote blockquote
133 {
134   color: #990000;
135   border-left: 2px solid #bb0000;
136   border-right: 2px solid #bb0000;
137 }