Happy New Year!
[platal.git] / htdocs / css / xnet.css
CommitLineData
0337d704 1/***************************************************************************
c441aabe 2 * Copyright (C) 2003-2014 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
21body {
22 background-color: #F2E9D0;
23 margin-left: 0;
24 margin-top: 0;
25 color: #505050;
26 border-top: 1px;
27}
28
29table, body {
30 font-size: 10pt;
31 font-family: "Bitstream vera sans","Verdana",sans-serif;
32}
33
49848fd7 34input,textarea,select,option {
35 font-size: 9pt;
36}
37
38tt,pre {
0337d704 39 font-size: 10pt;
40}
41
98a7e9dc 42fieldset {
43 border: 1px gray solid;
44
45 margin-top: 1em;
46 margin-bottom: 1em;
47}
48
49legend {
50 border: 1px gray solid;
51 background: #e9e0aa;
52 color: inherit;
53
54 padding: 2px 4px;
55}
56
0337d704 57a, a:link, a:visited { text-decoration: none ; color: #5c81aa; }
58
59a img { border: none; }
60img { vertical-align: middle; }
61td { vertical-align: top; }
62
49848fd7 63h1 { font-size: 130%; }
64h2 { font-size: 115%; }
0337d704 65
05cb05c0 66.smaller {
67 font-size: smaller;
68 font-style: italic;
69}
70
794feea7
FB
71input.error, textarea.error {
72 background-color: #faa;
73}
74
75input.valid, textarea.valid {
76 background-color: #afa;
77}
78
79input.warning, textarea.warning {
80 background-color: #fda;
81}
82
83
0337d704 84/***************************************************************************
85 * DEBUG
86 ***************************************************************************/
87
88#dev {
89 width: 100%;
90 text-align: center;
91 padding: 1px;
92
93 font-size: 10pt;
94 font-weight: bold;
95}
96
9b2e77de 97.backtrace div.hide { display: none; }
98.backtrace:hover div.hide { display: block }
99.backtrace h1 { margin: 0px; }
0337d704 100
101/***************************************************************************
102 * LAYOUT
103 ***************************************************************************/
104
105table#layout {
106 width: 765px;
107 margin-left: auto;
108 margin-right: auto;
109}
110
49848fd7 111#top {
935598ee 112 width: 100%;
49848fd7 113}
114
115#top td {
116 padding: 0;
117 margin: 0;
0337d704 118 vertical-align: middle;
119}
120
49848fd7 121#top td.logo {
122 text-align: right;
8175295d 123 background: url('../images/bandeau.jpg') bottom left repeat-x;
49848fd7 124}
125
0337d704 126td#credits {
127 text-align: center;
6fb8424a 128 font-size: 75%;
0337d704 129}
130
131td#perso div {
132 font-weight: bold;
133 font-size: 90%;
134 padding: 2px 1em;
135}
136
6b4707eb 137td#perso .gp {
0337d704 138 display: block;
139 margin: 2px 1em;
140 font-weight: bold;
141 font-size: 85%;
142 float: left;
143 text-align: center;
144}
145
146td#search {
147 text-align: right;
148 width: 300px;
149}
150
151#content {
152 width: 100%;
153}
154
59ff13cf 155td#body {
2200e510 156 vertical-align: top;
59ff13cf 157 padding-left: 1em;
4664b701 158 padding-bottom: 1em;
59ff13cf 159}
160
0337d704 161td#menu {
49848fd7 162 width: 130px;
59ff13cf 163 padding-right: 0;
6b4707eb 164 padding-top: 0.5em;
0337d704 165 font-family: "Trebuchet MS", "Arial",sans-serif;
166 font-weight: bold;
167}
168
169#menu h1 {
59ff13cf 170 padding: 0.3em 0em 0.4em 0em;
171 margin-top: 0.7em;
172 margin-bottom: 0.3em;
ff3c9eb2 173 font-size: 89%;
0337d704 174 text-align: center;
49848fd7 175 width: 130px;
59ff13cf 176 background: url('../images/barre_small.png') bottom left no-repeat;
177 background-color: #d0c198;
0337d704 178}
179
52e30b58 180#menu a, #menu form {
0337d704 181 display: block;
182 padding: 0.2em 0em 0.2em 15px;
ff3c9eb2 183 font-size: 89%;
0337d704 184 background: url('../images/puce.png') no-repeat center left;
185}
186
187/***************************************************************************
188 * CLASSES
189 ***************************************************************************/
190
e00bc67e
FB
191.errors {
192 margin-top: 10px;
193 border: 1px solid #f00;
194 background-color: #faa;
195 width: 98%;
196}
197
198.warnings {
199 margin-top: 10px;
200 border: 1px solid #dc0;
201 background-color: #ee7;
202 width: 98%;
203}
204
205.success {
206 margin-top: 10px;
207 border: 1px solid #0d2;
208 background-color: #7fa;
209 width: 98%;
210}
211
0337d704 212.erreur { color: red !important; }
213.error { color: red !important; }
214.center { text-align: center; }
215.right { text-align: right; }
216
217.descr {
218 text-align: justify;
219 font-size: 90%;
220}
221p.descr {
222 padding-left: 7px;
223 padding-right: 7px;
224}
225
226table { border-collapse: collapse; }
227
228table.links {
229 width: 100%;
230 margin: 0.4em 0em;
231}
232
233table.links td {
234 padding: 0em 0.5em;
235}
236
237table.links a {
238 background: url('../images/puce.png') no-repeat center left;
239 padding-left: 15px;
240 font-weight: bold;
241}
242
243table td.titre {
244 font-weight: bold;
245 white-space: nowrap;
246}
247
49848fd7 248table.tiny, table.tinybicol {
249 width: 70%;
250 margin-left: 15%;
251 border: 2px solid gray;
252 font-size: 85%;
253}
254table.large, table.bicol {
255 width: 96%;
256 margin-left: 2%;
257 border: 2px solid gray;
258 font-size: 85%;
259}
0337d704 260
261table.tiny td, table.tinybicol td, table.large td, table.bicol td {
262 border: 1px solid gray;
d6d580ec 263 padding: 2px 4px;
0337d704 264}
265table.tiny th, table.tinybicol th, table.large th, table.bicol th {
266 border: 1px solid gray;
267 border-top-width: 2px;
268 border-bottom-width: 2px;
269 padding: 2px;
270}
271
10c0ebff 272table.tinybicol td, table.bicol td {
4664b701 273 border-top: none;
274 border-bottom: none;
10c0ebff 275}
276
277table.tinybicol .pair, table.bicol .pair {
278 background-color: #e9e0aa;
279}
280
0337d704 281table.normal td { border: none; }
282
283th { background: #d0c198; }
cb24457f 284th.grayed {
285 background: #d0cbb0;
286 color: #666;
287}
0337d704 288
98a7e9dc 289a.popup2 {
290 color: #4c618a;
291 background-color: inherit;
292}
293
0337d704 294/***************************************************************************
295 * Special pages
296 ***************************************************************************/
297
298table#liste td.fourth {
299 width: 25%;
300}
301
302table#liste td.listec a {
303 display: block;
304 text-align: center;
305}
306
307table#liste td.liste a {
308 display: block;
309 text-align: right;
310}
311
312table#liste td.liste a.cat {
313 background: #d0c198;
314 margin: 15px 0px 10px 0px;
315 padding: 3px;
316 text-align: center;
317 font-weight: bold;
318 font-size: 90%;
319}
320
321table#liste td.liste a:hover, table#liste td.listec a:hover {
322 background: #d0c198;
323}
324
8febb4cf 325#wikitext {
326 text-align: justify;
327 font-size: 90%;
328}
329
330#wikitext p {
331 padding-left: 7px;
332}
333
0337d704 334/***************************************************************************
335 ***************************************************************************/
336
337div.cat {
338 background: #d0c198;
339 text-align: center;
340 font-weight: bold;
341 font-size: 90%;
342 padding: 2px;
343 width: 180px;
344 margin: 4px 0px;
345}
346
347div.sel { background-color: #5c81aa; color: #d0c198; }
348div.sel a { color: #d0c198; }
349
350td.oval, td.oval2 {
351 color: #d0c198;
352 height: 50px;
353 text-align: center;
354 vertical-align: middle !important;
355 font-weight: bold;
356}
357td.oval {
358 background: url("../images/oval.png") no-repeat top center;
359 width: 130px;
e7d3e061 360 padding: 0px 35px;
0337d704 361}
362td.oval2 {
363 background: url("../images/oval2.png") no-repeat top center;
364 width: 160px;
e7d3e061 365 padding: 0px 12px;
0337d704 366
367}
368
369.oval a, .oval2 a { color: #d0c198; }
0d696b52 370.oval a.has_site { color: white; }
c808ed4f 371.jone a { color: #FF9; }
372.rouje a { color: #D88; }
373.jone a.has_site { color: #FE0; }
374.rouje a.has_site { color: #D00; }
0337d704 375
376#content td.oval, #content td.oval2 {
377 font-size: 90%;
378 font-family: "Trebuchet MS", sans-serif;
379 letter-spacing: -0.5px;
380}
381
10c0ebff 382div.backtotop {
383 font-size: small;
384 text-align: center;
385 padding-top: 2em;
386}
387
388div.screenshot {
389 text-align: center;
390}
391
392div.screenshot img {
393 border: 1px solid #777;
394}
395
0337d704 396/***************************************************************************
397 ***************************************************************************/
398
399td.infos {
400 height: 30px;
401 text-align: center;
402 font-family: "Bitstream Vera Sans","Arial",sans-serif;
403 color: #505050;
404}
405
3e949cf9 406/***************************************************************************
407 ***************************************************************************/
408
be6be87c 409.wizard {
8eccf7e0 410 margin-top: 0px;
be6be87c 411 margin-left: -1em;
3e949cf9 412}
413
be6be87c 414.wizard .wiz_header {
e61fab7a 415 height: 30px;
78cf6438
FB
416 width: 635px;
417 padding: 0 2px;
e61fab7a 418 background: url('../images/skins/wiz_xnet_background.png') bottom left no-repeat;
be6be87c 419 margin-bottom: 1em;
3e949cf9 420}
421
be6be87c 422.wizard .wiz_header .wiz_tab {
be6be87c
FB
423 height: 100%;
424 text-align: center;
425 font-size: 75%;
3e949cf9 426}
427
be6be87c 428.wizard .wiz_header .wiz_tab:hover {
e61fab7a
FB
429 color: #5c81aa;
430 font-weight: bold;
3e949cf9 431}
432
be6be87c 433.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
3e949cf9 434}
435
be6be87c
FB
436.wizard .wiz_header a {
437 color: #000;
438 text-decoration: none;
714f6c56 439 margin-top: 2px;
e61fab7a 440 vertical-align: bottom;
3e949cf9 441}
442
be6be87c 443.wizard .wiz_header a.active {
e61fab7a 444 font-weight: bold;
be6be87c 445}
3e949cf9 446