anonymisation
[platal.git] / htdocs.net / css / xnet.css
1 /***************************************************************************
2 * Copyright (C) 2003-2006 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 body {
22 background-color: #F2E9D0;
23 margin-left: 0;
24 margin-top: 0;
25 color: #505050;
26 border-top: 1px;
27 }
28
29 table, body {
30 font-size: 10pt;
31 font-family: "Bitstream vera sans","Verdana",sans-serif;
32 }
33
34 input,textarea,select,option {
35 font-size: 9pt;
36 }
37
38 tt,pre {
39 font-size: 10pt;
40 }
41
42 a, a:link, a:visited { text-decoration: none ; color: #5c81aa; }
43
44 a img { border: none; }
45 img { vertical-align: middle; }
46 td { vertical-align: top; }
47
48 h1 { font-size: 130%; }
49 h2 { font-size: 115%; }
50
51 /***************************************************************************
52 * DEBUG
53 ***************************************************************************/
54
55 #dev {
56 width: 100%;
57 text-align: center;
58 padding: 1px;
59
60 font-size: 10pt;
61 font-weight: bold;
62 }
63
64 #db-trace div.hide { display: none; }
65 #db-trace:hover div.hide { display: block }
66 #db-trace h1 { margin: 0px; }
67
68 /***************************************************************************
69 * LAYOUT
70 ***************************************************************************/
71
72 table#layout {
73 width: 765px;
74 margin-left: auto;
75 margin-right: auto;
76 }
77
78 #top {
79 width: 765px;
80 }
81
82 #top td {
83 padding: 0;
84 margin: 0;
85 vertical-align: middle;
86 }
87
88 #top td.logo {
89 text-align: right;
90 background: url('../images/bandeau.jpg') bottom left repeat-x;
91 }
92
93 td#credits {
94 text-align: center;
95 font-size: 90%;
96 font-weight: bold;
97 }
98
99 td#perso div {
100 font-weight: bold;
101 font-size: 90%;
102 padding: 2px 1em;
103 }
104
105 td#perso a.gp {
106 display: block;
107 margin: 2px 1em;
108 font-weight: bold;
109 font-size: 85%;
110 float: left;
111 text-align: center;
112 }
113
114 td#search {
115 text-align: right;
116 width: 300px;
117 }
118
119 #content {
120 width: 100%;
121 }
122
123 td#body {
124 padding-left: 1em;
125 }
126
127 td#menu {
128 width: 130px;
129 padding-right: 0;
130 font-family: "Trebuchet MS", "Arial",sans-serif;
131 font-weight: bold;
132 }
133
134 #menu h1 {
135 padding: 0.3em 0em 0.4em 0em;
136 margin-top: 0.7em;
137 margin-bottom: 0.3em;
138 font-size: 85%;
139 text-align: center;
140 width: 130px;
141 background: url('../images/barre_small.png') bottom left no-repeat;
142 background-color: #d0c198;
143 }
144
145 #menu a {
146 display: block;
147 padding: 0.2em 0em 0.2em 15px;
148 font-size: 85%;
149 background: url('../images/puce.png') no-repeat center left;
150 }
151
152 /***************************************************************************
153 * CLASSES
154 ***************************************************************************/
155
156 div.breadcrumb {
157 font-weight: bold;
158 font-size: 90%;
159 padding: 0.5em 0em;
160 }
161
162 .erreur { color: red !important; }
163 .error { color: red !important; }
164 .center { text-align: center; }
165 .right { text-align: right; }
166
167 .descr {
168 text-align: justify;
169 font-size: 90%;
170 }
171 p.descr {
172 padding-left: 7px;
173 padding-right: 7px;
174 }
175
176 table { border-collapse: collapse; }
177
178 table.links {
179 width: 100%;
180 margin: 0.4em 0em;
181 }
182
183 table.links td {
184 padding: 0em 0.5em;
185 }
186
187 table.links a {
188 background: url('../images/puce.png') no-repeat center left;
189 padding-left: 15px;
190 font-weight: bold;
191 }
192
193 table td.titre {
194 font-weight: bold;
195 white-space: nowrap;
196 }
197
198 table.tiny, table.tinybicol {
199 width: 70%;
200 margin-left: 15%;
201 border: 2px solid gray;
202 font-size: 85%;
203 }
204 table.large, table.bicol {
205 width: 96%;
206 margin-left: 2%;
207 border: 2px solid gray;
208 font-size: 85%;
209 }
210
211 table.tiny td, table.tinybicol td, table.large td, table.bicol td {
212 border: 1px solid gray;
213 padding: 2px 4px;
214 }
215 table.tiny th, table.tinybicol th, table.large th, table.bicol th {
216 border: 1px solid gray;
217 border-top-width: 2px;
218 border-bottom-width: 2px;
219 padding: 2px;
220 }
221
222 table.tinybicol td, table.bicol td {
223 border: none;
224 }
225
226 table.tinybicol .pair, table.bicol .pair {
227 background-color: #e9e0aa;
228 }
229
230 table.normal td { border: none; }
231
232 th { background: #d0c198; }
233
234 /***************************************************************************
235 * Special pages
236 ***************************************************************************/
237
238 table#liste td.fourth {
239 width: 25%;
240 }
241
242 table#liste td.listec a {
243 display: block;
244 text-align: center;
245 }
246
247 table#liste td.liste a {
248 display: block;
249 text-align: right;
250 }
251
252 table#liste td.liste a.cat {
253 background: #d0c198;
254 margin: 15px 0px 10px 0px;
255 padding: 3px;
256 text-align: center;
257 font-weight: bold;
258 font-size: 90%;
259 }
260
261 table#liste td.liste a:hover, table#liste td.listec a:hover {
262 background: #d0c198;
263 }
264
265 /***************************************************************************
266 ***************************************************************************/
267
268 div.cat {
269 background: #d0c198;
270 text-align: center;
271 font-weight: bold;
272 font-size: 90%;
273 padding: 2px;
274 width: 180px;
275 margin: 4px 0px;
276 }
277
278 div.sel { background-color: #5c81aa; color: #d0c198; }
279 div.sel a { color: #d0c198; }
280
281 td.oval, td.oval2 {
282 color: #d0c198;
283 height: 50px;
284 text-align: center;
285 vertical-align: middle !important;
286 font-weight: bold;
287 }
288 td.oval {
289 background: url("../images/oval.png") no-repeat top center;
290 width: 130px;
291 padding: 4px 12px;
292 }
293 td.oval2 {
294 background: url("../images/oval2.png") no-repeat top center;
295 width: 160px;
296 padding: 4px 10px;
297
298 }
299
300 .oval a, .oval2 a { color: #d0c198; }
301
302 #content td.oval, #content td.oval2 {
303 font-size: 90%;
304 font-family: "Trebuchet MS", sans-serif;
305 letter-spacing: -0.5px;
306 }
307
308 div.backtotop {
309 font-size: small;
310 text-align: center;
311 padding-top: 2em;
312 }
313
314 div.screenshot {
315 text-align: center;
316 }
317
318 div.screenshot img {
319 border: 1px solid #777;
320 }
321
322 /***************************************************************************
323 ***************************************************************************/
324
325 td.infos {
326 height: 30px;
327 text-align: center;
328 font-family: "Bitstream Vera Sans","Arial",sans-serif;
329 color: #505050;
330 }
331