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