8da0d3c1 |
1 | /*************************************************************************** |
179afa7f |
2 | * Copyright (C) 2003-2008 Polytechnique.org * |
8da0d3c1 |
3 | * http://opensource.polytechnique.org/ * |
4 | * * |
5 | * This program is free software; you can redistribute it and/or modify * |
6 | * it under the terms of the GNU General Public License as published by * |
7 | * the Free Software Foundation; either version 2 of the License, or * |
8 | * (at your option) any later version. * |
9 | * * |
10 | * This program is distributed in the hope that it will be useful, * |
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of * |
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * |
13 | * GNU General Public License for more details. * |
14 | * * |
15 | * You should have received a copy of the GNU General Public License * |
16 | * along with this program; if not, write to the Free Software * |
17 | * Foundation, Inc., * |
18 | * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * |
19 | ***************************************************************************/ |
20 | |
21 | |
a46f274c |
22 | div.ax_background { |
183a157b |
23 | margin : 0; |
24 | padding : 1em 0; |
25 | background-color: #ddd; |
26 | color: #000; |
27 | } |
28 | |
a46f274c |
29 | div.ax_mail { |
8da0d3c1 |
30 | margin : auto; |
31 | width : 72ex; |
32 | font-family : "Georgia", "Times New Roman", serif; |
183a157b |
33 | font-size : 10pt; |
8da0d3c1 |
34 | text-align : justify; |
35 | background-color : #fff; |
36 | color : #000; |
37 | } |
38 | |
39 | div.ax_mail a[href] { |
8da0d3c1 |
40 | background-color : #fff; |
e33814ff |
41 | color : #555753; |
8da0d3c1 |
42 | } |
43 | |
44 | div.ax_mail a[href]:hover { |
45 | background-color : #fff; |
4508c190 |
46 | color : #4e9a06; |
8da0d3c1 |
47 | } |
48 | |
49 | div.ax_mail div.title { |
e33814ff |
50 | margin : 0ex; |
183a157b |
51 | padding : 68px 1ex 1ex 1ex; |
4508c190 |
52 | font-size : 120%; |
8da0d3c1 |
53 | font-weight : bold; |
54 | text-align : right; |
0786a68c |
55 | background-color : #fce94f; |
4508c190 |
56 | color : #a40000; |
8da0d3c1 |
57 | background-repeat : no-repeat; |
4508c190 |
58 | background-position : 0ex 0ex; |
183a157b |
59 | background-image : url(http://www.polytechnique.org/images/ax_mail_header.jpg); |
8da0d3c1 |
60 | } |
61 | |
62 | div.ax_mail div.intro { |
0786a68c |
63 | margin : 4ex 0ex 2ex 6ex; |
8da0d3c1 |
64 | } |
65 | |
66 | div.ax_mail div.body { |
0786a68c |
67 | margin : 0; |
68 | padding : 0 20px; |
8da0d3c1 |
69 | } |
70 | |
71 | div.ax_mail div.body h1 { |
0786a68c |
72 | margin : 4ex -20px 2ex -20px; |
73 | padding : 0.4ex 20px; |
8da0d3c1 |
74 | font-size : 100%; |
75 | font-weight : bold; |
8da0d3c1 |
76 | background-color : #fff; |
4508c190 |
77 | color : #a40000; |
78 | border-width : thin 0; |
79 | border-style : solid; |
80 | border-color : #a40000; |
8da0d3c1 |
81 | } |
82 | |
e33814ff |
83 | div.ax_mail div.body h2 { |
0786a68c |
84 | margin : 2ex -20px 2ex -20px; |
85 | padding : 0.4ex 40px; |
e33814ff |
86 | font-size : 100%; |
87 | font-weight : normal; |
88 | background-color : #fff; |
89 | color : #a40000; |
90 | border-width : 0 0 thin 0; |
91 | border-style : dotted; |
da4585f3 |
92 | border-color : #a40000; |
e33814ff |
93 | } |
94 | |
8da0d3c1 |
95 | div.ax_mail div.signature { |
96 | margin : 2ex 2ex 0 0ex; |
183a157b |
97 | font-size : 90%; |
8da0d3c1 |
98 | font-style: italic; |
99 | text-align : right; |
100 | |
101 | } |
102 | |
103 | div.ax_mail div.foot1 { |
104 | margin : 2ex 0 0; |
105 | padding : 0.5ex 2ex; |
106 | font-size : 90%; |
107 | background-color : #fff; |
108 | color : #999; |
109 | border-width : thin 0; |
110 | border-style : solid; |
111 | border-color : #ddd; |
112 | text-align : center; |
113 | } |
114 | |
115 | div.ax_mail div.foot2 { |
116 | padding : 1ex 0; |
117 | font-size : 90%; |
118 | background-color : #fff; |
119 | color : #999; |
120 | text-align : center; |
121 | } |
122 | |