Add mailing list headers to newsletters
[platal.git] / htdocs / css / nl.AX.css
1 /***************************************************************************
2 * Copyright (C) 2003-2013 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_background {
23 margin : 0;
24 padding : 1em 0;
25 background-color: #ddd;
26 color: #000;
27 }
28
29 div.ax_mail {
30 margin : auto;
31 width : 72ex;
32 font-family : "Georgia", "Times New Roman", serif;
33 font-size : 10pt;
34 text-align : justify;
35 background-color : #fff;
36 color : #000;
37 }
38
39 div.ax_mail a[href] {
40 background-color : #fff;
41 color : #555753;
42 }
43
44 div.ax_mail a[href]:hover {
45 background-color : #fff;
46 color : #4e9a06;
47 }
48
49 div.ax_mail div.title {
50 margin : 0ex;
51 padding : 68px 1ex 1ex 1ex;
52 font-size : 120%;
53 font-weight : bold;
54 text-align : right;
55 background-color : #fce94f;
56 color : #a40000;
57 background-repeat : no-repeat;
58 background-position : 0ex 0ex;
59 background-image : url(http://www.polytechnique.org/images/ax_mail_header.jpg);
60 }
61
62 div.ax_mail div.intro {
63 margin : 4ex 2ex 2ex 2ex;
64 }
65
66 div.ax_mail div.body {
67 margin : 0;
68 padding : 0 20px;
69 }
70
71 div.ax_mail div.body h1 {
72 margin : 4ex -20px 2ex -20px;
73 padding : 0.4ex 20px;
74 font-size : 100%;
75 font-weight : bold;
76 background-color : #fff;
77 color : #a40000;
78 border-width : thin 0;
79 border-style : solid;
80 border-color : #a40000;
81 }
82
83 div.ax_mail div.body h2 {
84 margin : 2ex -20px 2ex -20px;
85 padding : 0.4ex 40px;
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;
92 border-color : #a40000;
93 }
94
95 div.ax_mail div.signature {
96 margin : 2ex 2ex 0 0ex;
97 font-size : 90%;
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