New skin for the newsletter
[platal.git] / htdocs / css / nl.css
CommitLineData
0337d704 1/***************************************************************************
50a40a33 2 * Copyright (C) 2003-2006 Polytechnique.org *
0337d704 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.nl {
377108d3 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;
0337d704 30}
31
377108d3 32a[href] {
33 text-decoration : none;
34 background-color : #fff;
35 color : #36c;
0337d704 36}
37
377108d3 38a[href]:hover {
39 background-color : #fff;
40 color : #6c0;
0337d704 41}
42
377108d3 43div.title {
44 margin : 0 0 3ex;
45 padding : 5ex 1ex 1ex 15ex;
46 font-size : 130%;
47 font-weight : bold;
48 text-align : right;
49 background-color : #369;
50 color : #fff;
51 background-image : url(http://carva.org/aymeric.augustin/images/poly_org_nl.png);
52 background-repeat : no-repeat;
53 background-position : 0.5ex 0.5ex;
54}
55
56div.intro {
57 margin : 4ex 3ex;
58}
59
60div.lnk {
61 margin : 2ex 6ex;
62}
0337d704 63
377108d3 64div.lnk a {
65 display : block;
66 font-size : 95%;
0337d704 67}
68
377108d3 69div.top_lnk {
70 margin : 2ex;
71 padding : 0;
72 font-size : 85%;
73 text-align : right;
0337d704 74}
75
377108d3 76h1.xorg_nl {
77 margin : 3ex 0 2ex;
78 padding : 1.5ex 2ex 0.5ex 1ex;
79 font-size : 120%;
80 font-weight : bold;
81 text-align : right;
82 background-color : #369;
83 color : #fff;
0337d704 84}
85
377108d3 86h2.xorg_nl {
87 margin : 2ex 0 0;
88 padding : 0.4ex 2ex;
89 font-size : 100%;
90 font-weight : bold;
91 font-style : italic;
92 background-color : #fff;
93 color : #369;
94 border-width : thin 0;
95 border-style : solid;
96 border-color : #369;
0337d704 97}
98
377108d3 99div.art {
100 margin : 2ex 3ex;
0337d704 101}
102
377108d3 103div.app {
104 margin : 2ex 6ex 0 3ex;
105 font-size : 95%;
106 text-align : left;
0337d704 107}
108
377108d3 109div.foot1 {
110 margin : 8ex 0 0;
111 padding : 0.5ex 2ex;
112 font-size : 90%;
113 background-color : #fff;
114 color : #999;
115 border-width : thin 0;
116 border-style : solid;
117 border-color : #ddd;
118 text-align : center;
0337d704 119}
120
377108d3 121div.foot2 {
122 padding : 1ex 0;
123 font-size : 90%;
124 background-color : #fff;
125 color : #999;
126 text-align : center;
0337d704 127}
128