Do not show letter background on the web.
[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;
4508c190 51 padding : 5.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 {
377108d3 67 margin : 2ex 6ex;
68}
0337d704 69
34cfa5f4 70div.nl div.lnk a {
377108d3 71 font-size : 95%;
0337d704 72}
73
34cfa5f4 74div.nl div.top_lnk {
377108d3 75 margin : 2ex;
76 padding : 0;
77 font-size : 85%;
78 text-align : right;
0337d704 79}
80
34cfa5f4 81div.nl h1.xorg_nl {
377108d3 82 margin : 3ex 0 2ex;
83 padding : 1.5ex 2ex 0.5ex 1ex;
84 font-size : 120%;
85 font-weight : bold;
86 text-align : right;
5a65d954 87 background: none;
377108d3 88 background-color : #369;
89 color : #fff;
4508c190 90 border: none;
0337d704 91}
92
34cfa5f4 93div.nl h2.xorg_nl {
377108d3 94 margin : 2ex 0 0;
95 padding : 0.4ex 2ex;
96 font-size : 100%;
97 font-weight : bold;
98 font-style : italic;
99 background-color : #fff;
5a65d954 100 background: none;
377108d3 101 color : #369;
102 border-width : thin 0;
103 border-style : solid;
104 border-color : #369;
0337d704 105}
106
34cfa5f4 107div.nl div.art {
377108d3 108 margin : 2ex 3ex;
0337d704 109}
110
34cfa5f4 111div.nl div.app {
377108d3 112 margin : 2ex 6ex 0 3ex;
113 font-size : 95%;
114 text-align : left;
0337d704 115}
116
34cfa5f4 117div.nl div.foot1 {
377108d3 118 margin : 8ex 0 0;
119 padding : 0.5ex 2ex;
120 font-size : 90%;
121 background-color : #fff;
122 color : #999;
123 border-width : thin 0;
124 border-style : solid;
125 border-color : #ddd;
126 text-align : center;
0337d704 127}
128
34cfa5f4 129div.nl div.foot2 {
377108d3 130 padding : 1ex 0;
131 font-size : 90%;
132 background-color : #fff;
133 color : #999;
134 text-align : center;
0337d704 135}
136