Improve fonts in NL + fix typo
[platal.git] / htdocs / css / nl.css
CommitLineData
0337d704 1/***************************************************************************
5ddeb07c 2 * Copyright (C) 2003-2007 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;
8f061101 25 font-family : "Verdana", "Arial", "Helvetica", sans-serif;
26 font-size : 10pt;
377108d3 27 text-align : justify;
28 background-color : #fff;
29 color : #000;
0337d704 30}
31
34cfa5f4 32div.nl a[href] {
377108d3 33 text-decoration : none;
34 background-color : #fff;
35 color : #36c;
0337d704 36}
37
34cfa5f4 38div.nl a[href]:hover {
377108d3 39 background-color : #fff;
40 color : #6c0;
0337d704 41}
42
34cfa5f4 43div.nl div.title {
377108d3 44 margin : 0 0 3ex;
4508c190 45 padding : 5.5ex 1ex 1ex 15ex;
377108d3 46 font-size : 130%;
47 font-weight : bold;
48 text-align : right;
49 background-color : #369;
50 color : #fff;
2c5cbe69 51 background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png);
377108d3 52 background-repeat : no-repeat;
4508c190 53 background-position : 0.5ex 0ex;
377108d3 54}
55
34cfa5f4 56div.nl div.intro {
377108d3 57 margin : 4ex 3ex;
58}
59
34cfa5f4 60div.nl div.lnk {
377108d3 61 margin : 2ex 6ex;
62}
0337d704 63
34cfa5f4 64div.nl div.lnk a {
377108d3 65 font-size : 95%;
0337d704 66}
67
34cfa5f4 68div.nl div.top_lnk {
377108d3 69 margin : 2ex;
70 padding : 0;
71 font-size : 85%;
72 text-align : right;
0337d704 73}
74
34cfa5f4 75div.nl h1.xorg_nl {
377108d3 76 margin : 3ex 0 2ex;
77 padding : 1.5ex 2ex 0.5ex 1ex;
78 font-size : 120%;
79 font-weight : bold;
80 text-align : right;
5a65d954 81 background: none;
377108d3 82 background-color : #369;
83 color : #fff;
4508c190 84 border: none;
0337d704 85}
86
34cfa5f4 87div.nl h2.xorg_nl {
377108d3 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;
5a65d954 94 background: none;
377108d3 95 color : #369;
96 border-width : thin 0;
97 border-style : solid;
98 border-color : #369;
0337d704 99}
100
34cfa5f4 101div.nl div.art {
377108d3 102 margin : 2ex 3ex;
0337d704 103}
104
34cfa5f4 105div.nl div.app {
377108d3 106 margin : 2ex 6ex 0 3ex;
107 font-size : 95%;
108 text-align : left;
0337d704 109}
110
34cfa5f4 111div.nl div.foot1 {
377108d3 112 margin : 8ex 0 0;
113 padding : 0.5ex 2ex;
114 font-size : 90%;
115 background-color : #fff;
116 color : #999;
117 border-width : thin 0;
118 border-style : solid;
119 border-color : #ddd;
120 text-align : center;
0337d704 121}
122
34cfa5f4 123div.nl div.foot2 {
377108d3 124 padding : 1ex 0;
125 font-size : 90%;
126 background-color : #fff;
127 color : #999;
128 text-align : center;
0337d704 129}
130