A small CSS tweak again
[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
a46f274c 21div.nl_background {
183a157b 22 margin : 0;
23 padding : 1em 0;
24 background-color: #ddd;
25 color: #000;
26}
27
a46f274c 28div.nl {
377108d3 29 margin : auto;
30 width : 72ex;
8f061101 31 font-family : "Verdana", "Arial", "Helvetica", sans-serif;
32 font-size : 10pt;
377108d3 33 text-align : justify;
34 background-color : #fff;
35 color : #000;
0337d704 36}
37
34cfa5f4 38div.nl a[href] {
377108d3 39 text-decoration : none;
40 background-color : #fff;
41 color : #36c;
0337d704 42}
43
34cfa5f4 44div.nl a[href]:hover {
377108d3 45 background-color : #fff;
46 color : #6c0;
0337d704 47}
48
34cfa5f4 49div.nl div.title {
377108d3 50 margin : 0 0 3ex;
9fc2d0d2 51 padding : 4.5ex 1ex 1ex 15ex;
377108d3 52 font-size : 130%;
53 font-weight : bold;
54 text-align : right;
55 background-color : #369;
56 color : #fff;
2c5cbe69 57 background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png);
377108d3 58 background-repeat : no-repeat;
4508c190 59 background-position : 0.5ex 0ex;
377108d3 60}
61
34cfa5f4 62div.nl div.intro {
377108d3 63 margin : 4ex 3ex;
64}
65
34cfa5f4 66div.nl div.lnk {
7903a47a 67 text-align: left;
377108d3 68 margin : 2ex 6ex;
69}
0337d704 70
34cfa5f4 71div.nl div.lnk a {
377108d3 72 font-size : 95%;
0337d704 73}
74
34cfa5f4 75div.nl div.top_lnk {
377108d3 76 margin : 2ex;
77 padding : 0;
78 font-size : 85%;
79 text-align : right;
0337d704 80}
81
34cfa5f4 82div.nl h1.xorg_nl {
377108d3 83 margin : 3ex 0 2ex;
84 padding : 1.5ex 2ex 0.5ex 1ex;
85 font-size : 120%;
86 font-weight : bold;
87 text-align : right;
5a65d954 88 background: none;
377108d3 89 background-color : #369;
90 color : #fff;
4508c190 91 border: none;
0337d704 92}
93
34cfa5f4 94div.nl h2.xorg_nl {
377108d3 95 margin : 2ex 0 0;
96 padding : 0.4ex 2ex;
97 font-size : 100%;
98 font-weight : bold;
99 font-style : italic;
100 background-color : #fff;
5a65d954 101 background: none;
377108d3 102 color : #369;
103 border-width : thin 0;
104 border-style : solid;
105 border-color : #369;
0337d704 106}
107
34cfa5f4 108div.nl div.art {
377108d3 109 margin : 2ex 3ex;
0337d704 110}
111
34cfa5f4 112div.nl div.app {
377108d3 113 margin : 2ex 6ex 0 3ex;
114 font-size : 95%;
115 text-align : left;
0337d704 116}
117
34cfa5f4 118div.nl div.foot1 {
377108d3 119 margin : 8ex 0 0;
120 padding : 0.5ex 2ex;
121 font-size : 90%;
122 background-color : #fff;
123 color : #999;
124 border-width : thin 0;
125 border-style : solid;
126 border-color : #ddd;
127 text-align : center;
0337d704 128}
129
34cfa5f4 130div.nl div.foot2 {
377108d3 131 padding : 1ex 0;
132 font-size : 90%;
133 background-color : #fff;
134 color : #999;
135 text-align : center;
0337d704 136}
137