#514: Improve visibility of open events
[platal.git] / htdocs / 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 {
935598ee 79 width: 100%;
49848fd7 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 {
2200e510 123 vertical-align: top;
59ff13cf 124 padding-left: 1em;
4664b701 125 padding-bottom: 1em;
59ff13cf 126}
127
0337d704 128td#menu {
49848fd7 129 width: 130px;
59ff13cf 130 padding-right: 0;
0337d704 131 font-family: "Trebuchet MS", "Arial",sans-serif;
132 font-weight: bold;
133}
134
135#menu h1 {
59ff13cf 136 padding: 0.3em 0em 0.4em 0em;
137 margin-top: 0.7em;
138 margin-bottom: 0.3em;
ff3c9eb2 139 font-size: 89%;
0337d704 140 text-align: center;
49848fd7 141 width: 130px;
59ff13cf 142 background: url('../images/barre_small.png') bottom left no-repeat;
143 background-color: #d0c198;
0337d704 144}
145
146#menu a {
147 display: block;
148 padding: 0.2em 0em 0.2em 15px;
ff3c9eb2 149 font-size: 89%;
0337d704 150 background: url('../images/puce.png') no-repeat center left;
151}
152
153/***************************************************************************
154 * CLASSES
155 ***************************************************************************/
156
157div.breadcrumb {
158 font-weight: bold;
159 font-size: 90%;
160 padding: 0.5em 0em;
161}
162
163.erreur { color: red !important; }
164.error { color: red !important; }
165.center { text-align: center; }
166.right { text-align: right; }
167
168.descr {
169 text-align: justify;
170 font-size: 90%;
171}
172p.descr {
173 padding-left: 7px;
174 padding-right: 7px;
175}
176
177table { border-collapse: collapse; }
178
179table.links {
180 width: 100%;
181 margin: 0.4em 0em;
182}
183
184table.links td {
185 padding: 0em 0.5em;
186}
187
188table.links a {
189 background: url('../images/puce.png') no-repeat center left;
190 padding-left: 15px;
191 font-weight: bold;
192}
193
194table td.titre {
195 font-weight: bold;
196 white-space: nowrap;
197}
198
49848fd7 199table.tiny, table.tinybicol {
200 width: 70%;
201 margin-left: 15%;
202 border: 2px solid gray;
203 font-size: 85%;
204}
205table.large, table.bicol {
206 width: 96%;
207 margin-left: 2%;
208 border: 2px solid gray;
209 font-size: 85%;
210}
0337d704 211
212table.tiny td, table.tinybicol td, table.large td, table.bicol td {
213 border: 1px solid gray;
d6d580ec 214 padding: 2px 4px;
0337d704 215}
216table.tiny th, table.tinybicol th, table.large th, table.bicol th {
217 border: 1px solid gray;
218 border-top-width: 2px;
219 border-bottom-width: 2px;
220 padding: 2px;
221}
222
10c0ebff 223table.tinybicol td, table.bicol td {
4664b701 224 border-top: none;
225 border-bottom: none;
10c0ebff 226}
227
228table.tinybicol .pair, table.bicol .pair {
229 background-color: #e9e0aa;
230}
231
0337d704 232table.normal td { border: none; }
233
234th { background: #d0c198; }
cb24457f 235th.grayed {
236 background: #d0cbb0;
237 color: #666;
238}
0337d704 239
240/***************************************************************************
241 * Special pages
242 ***************************************************************************/
243
244table#liste td.fourth {
245 width: 25%;
246}
247
248table#liste td.listec a {
249 display: block;
250 text-align: center;
251}
252
253table#liste td.liste a {
254 display: block;
255 text-align: right;
256}
257
258table#liste td.liste a.cat {
259 background: #d0c198;
260 margin: 15px 0px 10px 0px;
261 padding: 3px;
262 text-align: center;
263 font-weight: bold;
264 font-size: 90%;
265}
266
267table#liste td.liste a:hover, table#liste td.listec a:hover {
268 background: #d0c198;
269}
270
8febb4cf 271#wikitext {
272 text-align: justify;
273 font-size: 90%;
274}
275
276#wikitext p {
277 padding-left: 7px;
278}
279
0337d704 280/***************************************************************************
281 ***************************************************************************/
282
283div.cat {
284 background: #d0c198;
285 text-align: center;
286 font-weight: bold;
287 font-size: 90%;
288 padding: 2px;
289 width: 180px;
290 margin: 4px 0px;
291}
292
293div.sel { background-color: #5c81aa; color: #d0c198; }
294div.sel a { color: #d0c198; }
295
296td.oval, td.oval2 {
297 color: #d0c198;
298 height: 50px;
299 text-align: center;
300 vertical-align: middle !important;
301 font-weight: bold;
302}
303td.oval {
304 background: url("../images/oval.png") no-repeat top center;
305 width: 130px;
e7d3e061 306 padding: 0px 35px;
0337d704 307}
308td.oval2 {
309 background: url("../images/oval2.png") no-repeat top center;
310 width: 160px;
e7d3e061 311 padding: 0px 12px;
0337d704 312
313}
314
315.oval a, .oval2 a { color: #d0c198; }
316
317#content td.oval, #content td.oval2 {
318 font-size: 90%;
319 font-family: "Trebuchet MS", sans-serif;
320 letter-spacing: -0.5px;
321}
322
10c0ebff 323div.backtotop {
324 font-size: small;
325 text-align: center;
326 padding-top: 2em;
327}
328
329div.screenshot {
330 text-align: center;
331}
332
333div.screenshot img {
334 border: 1px solid #777;
335}
336
0337d704 337/***************************************************************************
338 ***************************************************************************/
339
340td.infos {
341 height: 30px;
342 text-align: center;
343 font-family: "Bitstream Vera Sans","Arial",sans-serif;
344 color: #505050;
345}
346