Happy New Year !
[platal.git] / htdocs / css / nl.default.css
CommitLineData
ce001656 1/***************************************************************************
ba6ae046 2 * Copyright (C) 2003-2013 Polytechnique.org *
ce001656
RB
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
21div.nl_background {
22 margin : 0;
23 padding : 1em 0;
24 background-color: #ddd;
25 color: #000;
26}
27
28div.nl {
29 margin : auto;
30 width : 72ex;
31 font-family : "Verdana", "Arial", "Helvetica", sans-serif;
32 font-size : 10pt;
33 text-align : justify;
34 background-color : #fff;
35 color : #000;
36}
37
38div.nl a[href] {
39 text-decoration : none;
40 background-color : #fff;
41 color : #36c;
42}
43
44div.nl a[href]:hover {
45 background-color : #fff;
46 color : #6c0;
47}
48
49div.nl div.title {
50 margin : 0 0 3ex;
4a2bf5f0 51 padding : 4.5ex 1ex 3ex 15ex;
ce001656
RB
52 font-size : 130%;
53 font-weight : bold;
54 text-align : right;
55 background-color : #369;
56 color : #fff;
57 background-repeat : no-repeat;
58 background-position : 0.5ex 0ex;
59}
60
61div.nl div.title a {
62 color : #fff;
63 background-color : transparent;
64 text-decoration : none;
65 background-image: none;
66}
67
68div.nl div.title a:hover {
69 color : #fff;
70 background-color : transparent;
71 text-decoration : none;
72 background-image: none;
73}
74
75div.nl div.intro {
76 margin : 4ex 3ex;
77}
78
79div.nl div.lnk {
80 text-align: left;
81 margin : 2ex 6ex;
82}
83
84div.nl div.lnk a {
85 font-size : 95%;
86}
87
88div.nl div.top_lnk {
89 margin : 2ex;
90 padding : 0;
91 font-size : 85%;
92 text-align : right;
93}
94
95div.nl h1.xorg_nl {
96 margin : 3ex 0 2ex;
97 padding : 1.5ex 2ex 0.5ex 1ex;
98 font-size : 120%;
99 font-weight : bold;
100 text-align : right;
101 background: none;
102 background-color : #369;
103 color : #fff;
104 border: none;
105}
106
107div.nl h2.xorg_nl {
108 margin : 2ex 0 0;
109 padding : 0.4ex 2ex;
110 font-size : 100%;
111 font-weight : bold;
112 font-style : italic;
113 background-color : #fff;
114 background: none;
115 color : #369;
116 border-width : thin 0;
117 border-style : solid;
118 border-color : #369;
119}
120
121div.nl div.art {
122 margin : 2ex 3ex;
123}
124
125div.nl div.app {
126 margin : 2ex 6ex 0 3ex;
127 font-size : 95%;
128 text-align : left;
129}
130
131div.nl div.foot1 {
132 margin : 8ex 0 0;
133 padding : 0.5ex 2ex;
134 font-size : 90%;
135 background-color : #fff;
136 color : #999;
137 border-width : thin 0;
138 border-style : solid;
139 border-color : #ddd;
140 text-align : center;
141}
142
143div.nl div.foot2 {
144 padding : 1ex 0;
145 font-size : 90%;
146 background-color : #fff;
147 color : #999;
148 text-align : center;
149}
150