Accept 'yellow' passwords, add a hard limit for submit activation.
[platal.git] / htdocs / css / nl.css
1 /***************************************************************************
2 * Copyright (C) 2003-2008 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 div.nl_background {
22 margin : 0;
23 padding : 1em 0;
24 background-color: #ddd;
25 color: #000;
26 }
27
28 div.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
38 div.nl a[href] {
39 text-decoration : none;
40 background-color : #fff;
41 color : #36c;
42 }
43
44 div.nl a[href]:hover {
45 background-color : #fff;
46 color : #6c0;
47 }
48
49 div.nl div.title {
50 margin : 0 0 3ex;
51 padding : 4.5ex 1ex 1ex 15ex;
52 font-size : 130%;
53 font-weight : bold;
54 text-align : right;
55 background-color : #369;
56 color : #fff;
57 background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png);
58 background-repeat : no-repeat;
59 background-position : 0.5ex 0ex;
60 }
61
62 div.nl div.intro {
63 margin : 4ex 3ex;
64 }
65
66 div.nl div.lnk {
67 text-align: left;
68 margin : 2ex 6ex;
69 }
70
71 div.nl div.lnk a {
72 font-size : 95%;
73 }
74
75 div.nl div.top_lnk {
76 margin : 2ex;
77 padding : 0;
78 font-size : 85%;
79 text-align : right;
80 }
81
82 div.nl h1.xorg_nl {
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;
88 background: none;
89 background-color : #369;
90 color : #fff;
91 border: none;
92 }
93
94 div.nl h2.xorg_nl {
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;
101 background: none;
102 color : #369;
103 border-width : thin 0;
104 border-style : solid;
105 border-color : #369;
106 }
107
108 div.nl div.art {
109 margin : 2ex 3ex;
110 }
111
112 div.nl div.app {
113 margin : 2ex 6ex 0 3ex;
114 font-size : 95%;
115 text-align : left;
116 }
117
118 div.nl div.foot1 {
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;
128 }
129
130 div.nl div.foot2 {
131 padding : 1ex 0;
132 font-size : 90%;
133 background-color : #fff;
134 color : #999;
135 text-align : center;
136 }
137