Add template for FX letter.
[platal.git] / htdocs / css / nl.FX.css
CommitLineData
87d116c4 1/***************************************************************************
ba6ae046 2 * Copyright (C) 2003-2013 Polytechnique.org *
87d116c4
RB
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
ade56ae6 22
87d116c4
RB
23div.fx_mail {
24 margin : auto;
25 width : 72ex;
ade56ae6 26 font-family : "Georgia", serif;
87d116c4
RB
27 font-size : 10pt;
28 text-align : justify;
29 background-color : #fff;
ade56ae6 30 color : #4a4a49;
87d116c4
RB
31}
32
87d116c4 33div.fx_mail a[href] {
ade56ae6
RB
34 background-color : #fff;
35 color : #546a77;
87d116c4
RB
36}
37
38div.fx_mail a[href]:hover {
ade56ae6
RB
39 background-color : #fff;
40 color : #546a77;
87d116c4
RB
41}
42
ade56ae6
RB
43div.fx_mail div.title {
44 margin : 0ex;
45 padding : 120px 1ex 1ex 1ex;
46 font-size : 120%;
87d116c4
RB
47 font-weight : bold;
48 text-align : left;
ade56ae6
RB
49 color : #0a293b;
50 font-family: "Century Gothic", sans-serif;
51 background-repeat : no-repeat;
52 background-position : 0ex 0ex;
53 background-image: url(https://www.polytechnique.org/images/fx_mail_header.jpg);
87d116c4
RB
54}
55
87d116c4
RB
56div.fx_mail div.intro {
57 margin : 4ex 2ex 2ex 2ex;
58}
59
ade56ae6
RB
60div.fx_mail div.body {
61 margin : 0;
62 padding : 0 20px;
48f20ccf
RB
63}
64
ade56ae6
RB
65div.fx_mail div.body h1 {
66 margin : 4ex -20px 2ex -20px;
67 padding : 0.4ex 20px;
48f20ccf
RB
68 font-size : 100%;
69 font-weight : bold;
ade56ae6
RB
70 background-color : #fff;
71 color : #0a293b;
48f20ccf
RB
72 border-width : thin 0;
73 border-style : solid;
ade56ae6
RB
74 border-color : #a40000;
75font-family: "Century Gothic", sans-serif;
48f20ccf
RB
76}
77
ade56ae6
RB
78div.fx_mail div.body h2 {
79 margin : 2ex -20px 2ex -20px;
80 padding : 0.4ex 40px;
81 font-size : 100%;
82 font-weight : normal;
83 background-color : #fff;
84 color : #0a293b;
85 border-width : 0 0 thin 0;
86 border-style : dotted;
87 border-color : #a40000;
88font-family: "Century Gothic", sans-serif;
48f20ccf
RB
89}
90
ade56ae6
RB
91div.fx_mail div.signature {
92 margin : 2ex 2ex 0 0ex;
93 font-size : 90%;
94 font-style: italic;
95 text-align : right;
96
48f20ccf
RB
97}
98
ade56ae6
RB
99div.fx_mail div.foot1 {
100 margin : 2ex 0 0;
101 padding : 0.5ex 2ex;
102 font-size : 90%;
103 background-color : #fff;
104 color : #4a4a49;
105 border-width : thin 0;
106 border-style : solid;
107 border-color : #ddd;
108 text-align : center;
87d116c4
RB
109}
110
ade56ae6
RB
111div.fx_mail div.foot2 {
112 padding : 1ex 0;
113 font-size : 90%;
114 background-color : #fff;
115 color : #4a4a49;
116 text-align : center;
87d116c4 117}
ade56ae6 118