Final adjustments on CSS for AX mails.
[platal.git] / htdocs / css / ax.css
1 /***************************************************************************
2 * Copyright (C) 2003-2007 Polytechnique.org *
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
22 div.ax_mail {
23 margin : auto;
24 width : 72ex;
25 font-family : "Georgia", "Times New Roman", serif;
26 font-size : 11pt;
27 text-align : justify;
28 background-color : #fff;
29 color : #000;
30 }
31
32 div.ax_mail a[href] {
33 background-color : #fff;
34 color : #555753;
35 }
36
37 div.ax_mail a[href]:hover {
38 background-color : #fff;
39 color : #4e9a06;
40 }
41
42 div.ax_mail div.title {
43 margin : 0ex;
44 padding : 72px 1ex 1ex 1ex;
45 font-size : 120%;
46 font-weight : bold;
47 text-align : right;
48 background-color : #fce94f;
49 color : #a40000;
50 background-repeat : no-repeat;
51 background-position : 0ex 0ex;
52 background-image : url(http://dev.m4x.org/images/ax_mail_header.png);
53 }
54
55 div.ax_mail div.intro {
56 margin : 4ex 0ex 2ex 6ex;
57 }
58
59 div.ax_mail div.body {
60 margin : 0;
61 padding : 0 20px;
62 }
63
64 div.ax_mail div.body h1 {
65 margin : 4ex -20px 2ex -20px;
66 padding : 0.4ex 20px;
67 font-size : 100%;
68 font-weight : bold;
69 background-color : #fff;
70 color : #a40000;
71 border-width : thin 0;
72 border-style : solid;
73 border-color : #a40000;
74 }
75
76 div.ax_mail div.body h2 {
77 margin : 2ex -20px 2ex -20px;
78 padding : 0.4ex 40px;
79 font-size : 100%;
80 font-weight : normal;
81 background-color : #fff;
82 color : #a40000;
83 border-width : 0 0 thin 0;
84 border-style : dotted;
85 border-color : #a40000;
86 }
87
88 div.ax_mail div.signature {
89 margin : 2ex 2ex 0 0ex;
90 font-size : 80%;
91 font-style: italic;
92 text-align : right;
93
94 }
95
96 div.ax_mail div.foot1 {
97 margin : 2ex 0 0;
98 padding : 0.5ex 2ex;
99 font-size : 90%;
100 background-color : #fff;
101 color : #999;
102 border-width : thin 0;
103 border-style : solid;
104 border-color : #ddd;
105 text-align : center;
106 }
107
108 div.ax_mail div.foot2 {
109 padding : 1ex 0;
110 font-size : 90%;
111 background-color : #fff;
112 color : #999;
113 text-align : center;
114 }
115