e35cd5dd14d911f0c245c306cddfd4e6610028ca
[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 text-decoration : none;
34 background-color : #fff;
35 color : #36c;
36 }
37
38 div.ax_mail a[href]:hover {
39 background-color : #fff;
40 color : #6c0;
41 }
42
43 div.ax_mail div.title {
44 margin : 0 0 3ex;
45 padding : 5ex 1ex 1ex 15ex;
46 font-size : 130%;
47 font-weight : bold;
48 text-align : right;
49 background-color : #e40;
50 color : #ed0;
51 background-repeat : no-repeat;
52 background-position : 0ex 0.5ex;
53 }
54
55 div.ax_mail div.intro {
56 margin : 4ex 3ex;
57 }
58
59 div.ax_mail div.body {
60 margin : 2ex 3ex;
61 }
62
63 div.ax_mail div.body h1 {
64 margin : 3ex 0 1ex;
65 padding : 1.5ex 2ex 0.5ex 0ex;
66 font-size : 120%;
67 font-weight : bold;
68 color : #400;
69 }
70
71 div.ax_mail div.body h2 {
72 margin : 0ex 0 0;
73 padding : 0.4ex 2ex;
74 font-size : 100%;
75 font-weight : bold;
76 font-style : italic;
77 background-color : #fff;
78 color : #440;
79 }
80
81 div.ax_mail div.signature {
82 margin : 2ex 2ex 0 0ex;
83 font-size : 80%;
84 font-style: italic;
85 text-align : right;
86
87 }
88
89 div.ax_mail div.foot1 {
90 margin : 2ex 0 0;
91 padding : 0.5ex 2ex;
92 font-size : 90%;
93 background-color : #fff;
94 color : #999;
95 border-width : thin 0;
96 border-style : solid;
97 border-color : #ddd;
98 text-align : center;
99 }
100
101 div.ax_mail div.foot2 {
102 padding : 1ex 0;
103 font-size : 90%;
104 background-color : #fff;
105 color : #999;
106 text-align : center;
107 }
108