Change picture compression for AX mails
[platal.git] / htdocs / css / ax.css
CommitLineData
8da0d3c1 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
22div.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
32div.ax_mail a[href] {
8da0d3c1 33 background-color : #fff;
e33814ff 34 color : #555753;
8da0d3c1 35}
36
37div.ax_mail a[href]:hover {
38 background-color : #fff;
4508c190 39 color : #4e9a06;
8da0d3c1 40}
41
42div.ax_mail div.title {
e33814ff 43 margin : 0ex;
0786a68c 44 padding : 72px 1ex 1ex 1ex;
4508c190 45 font-size : 120%;
8da0d3c1 46 font-weight : bold;
47 text-align : right;
0786a68c 48 background-color : #fce94f;
4508c190 49 color : #a40000;
8da0d3c1 50 background-repeat : no-repeat;
4508c190 51 background-position : 0ex 0ex;
52 background-image : url(http://dev.m4x.org/images/ax_mail_header.png);
8da0d3c1 53}
54
55div.ax_mail div.intro {
0786a68c 56 margin : 4ex 0ex 2ex 6ex;
8da0d3c1 57}
58
59div.ax_mail div.body {
0786a68c 60 margin : 0;
61 padding : 0 20px;
8da0d3c1 62}
63
64div.ax_mail div.body h1 {
0786a68c 65 margin : 4ex -20px 2ex -20px;
66 padding : 0.4ex 20px;
8da0d3c1 67 font-size : 100%;
68 font-weight : bold;
8da0d3c1 69 background-color : #fff;
4508c190 70 color : #a40000;
71 border-width : thin 0;
72 border-style : solid;
73 border-color : #a40000;
8da0d3c1 74}
75
e33814ff 76div.ax_mail div.body h2 {
0786a68c 77 margin : 2ex -20px 2ex -20px;
78 padding : 0.4ex 40px;
e33814ff 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
8da0d3c1 88div.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
96div.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
108div.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