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