b0b217a026b5168c3da9a485c0fe8689d27ee7ca
[platal.git] / htdocs / css / nl.FX.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.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 /* Category */
70 div.fx_mail h1.category {
71 margin: 3ex 0 2ex;
72 padding : 1.5ex 2ex 0.5ex 1ex;
73 font-size : 120%;
74 font-weight : bold;
75 text-align : right;
76 }
77
78 /* Article title */
79 div.fx_mail h2.xorg_nl {
80 margin : 2ex 0 0;
81 padding : 0.4ex 2ex;
82 font-size : 100%;
83 font-weight : bold;
84 font-style : italic;
85 border-width : thin 0;
86 border-style : solid;
87 }
88
89 /* Article text */
90 div.fx_mail div.art {
91 margin: 2ex 3ex;
92 }
93
94 /* Article details */
95 div.fx_mail div.app {
96 margin : 2ex 6ex 0 3ex;
97 font-size : 95%;
98 text-align : left;
99 color: #333;
100 }
101
102 /* Give */
103 div.fx_mail div.give {
104 font-weight: bold;
105 text-align: center;
106 padding: 0.5ex 0 0.5ex 0;
107 border-top: solid 2ex #FA2;
108 }
109
110 /* Footer */
111 div.fx_mail div.foot1, div.fx_mail div.foot2 {
112 background-color: #FA2;
113 text-align: center;
114 font-size: 90%;
115 padding: 0.5ex 0;
116 }