Enable FX letter.
[platal.git] / htdocs / css / nl.FX.css
1 /***************************************************************************
2 * Copyright (C) 2003-2011 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.fx_mail {
23 margin : auto;
24 width : 72ex;
25 font-family : "Georgia", "Times New Roman", serif;
26 font-size : 10pt;
27 text-align : justify;
28 background-color : #fff;
29 color : #000;
30 }
31
32 /* Links */
33 div.fx_mail a[href] {
34 background-color: transparent;
35 color : #444;
36 text-decoration : none;
37 background-image: none;
38 }
39
40 div.fx_mail a[href]:hover {
41 background-color: transparent;
42 color : #D44;
43 text-decoration : none;
44 background-image: none;
45 }
46
47 /* Title */
48 div.fx_mail .title {
49 background-color: #FA2;
50 margin : 0 0 3ex;
51 padding : 4.5ex 1ex 1ex 15ex;
52 font-size : 130%;
53 font-weight : bold;
54 text-align : left;
55 }
56
57 /* Intro */
58 div.fx_mail div.intro {
59 margin : 4ex 2ex 2ex 2ex;
60 }
61
62 div.fx_mail div.signature {
63 margin : 3ex 2ex 0 0;
64 font-size : 90%;
65 font-style: italic;
66 text-align : right;
67 }
68
69 /* Give */
70 div.fx_mail div.give {
71 font-weight: bold;
72 text-align: center;
73 padding: 0.5ex 0 0.5ex 0;
74 border-top: solid 2ex #FA2;
75 }
76
77 /* Footer */
78 div.fx_mail div.foot1, div.fx_mail div.foot2 {
79 background-color: #FA2;
80 text-align: center;
81 font-size: 90%;
82 padding: 0.5ex 0;
83 }