c2521023eee5592548181edfc8ffb914b3f0ac87
[platal.git] / htdocs / css / nl.Polytechnique.org.css
1 /***************************************************************************
2 * Copyright (C) 2003-2013 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.title a {
63 color : #fff;
64 background-color : transparent;
65 text-decoration : none;
66 background-image: none;
67 }
68
69 div.nl div.title a:hover {
70 color : #fff;
71 background-color : transparent;
72 text-decoration : none;
73 background-image: none;
74 }
75
76 div.nl div.intro {
77 margin : 4ex 3ex;
78 }
79
80 div.nl div.lnk {
81 text-align: left;
82 margin : 2ex 6ex;
83 }
84
85 div.nl div.lnk a {
86 font-size : 95%;
87 }
88
89 div.nl div.top_lnk {
90 margin : 2ex;
91 padding : 0;
92 font-size : 85%;
93 text-align : right;
94 }
95
96 div.nl h1.xorg_nl {
97 margin : 3ex 0 2ex;
98 padding : 1.5ex 2ex 0.5ex 1ex;
99 font-size : 120%;
100 font-weight : bold;
101 text-align : right;
102 background: none;
103 background-color : #369;
104 color : #fff;
105 border: none;
106 }
107
108 div.nl h2.xorg_nl {
109 margin : 2ex 0 0;
110 padding : 0.4ex 2ex;
111 font-size : 100%;
112 font-weight : bold;
113 font-style : italic;
114 background-color : #fff;
115 background: none;
116 color : #369;
117 border-width : thin 0;
118 border-style : solid;
119 border-color : #369;
120 }
121
122 div.nl div.art {
123 margin : 2ex 3ex;
124 }
125
126 div.nl div.app {
127 margin : 2ex 6ex 0 3ex;
128 font-size : 95%;
129 text-align : left;
130 }
131
132 div.nl div.foot1 {
133 margin : 8ex 0 0;
134 padding : 0.5ex 2ex;
135 font-size : 90%;
136 background-color : #fff;
137 color : #999;
138 border-width : thin 0;
139 border-style : solid;
140 border-color : #ddd;
141 text-align : center;
142 }
143
144 div.nl div.foot2 {
145 padding : 1ex 0;
146 font-size : 90%;
147 background-color : #fff;
148 color : #999;
149 text-align : center;
150 }
151