Subversion Repositories Applications.gtt

Rev

Rev 61 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
60 jpm 1
body {
2
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
3
	font-size: 0.75em;
4
	margin: 0px;
5
	padding: 0px;
6
	background-color: #c2d2c4;
7
	background-image: url("image/fond.png");
8
	background-repeat: repeat-x;
9
	padding-top: 20px;
10
}
11
 
12
 
13
a {
14
	color: #000055;
15
	text-decoration: none;
16
}
17
 
18
a:hover {
19
	color: #295F37;
20
	text-decoration: underline;
21
}
22
 
23
p {
24
	padding-left: 1em;
25
	padding-right: 1em;
26
	text-align: justify;
27
}
28
 
29
p:first-letter {
30
	float: left;
31
	font-size: 160%;
32
	font-weight: bold;
33
	color: #646464;
34
	background-color: white;
35
	margin-top: -7px;
36
	margin-right: 3px;
37
	padding-right: 0px;
38
	padding-left: 2px;
39
	margin-bottom: -10px;
40
}
41
 
42
pre {
43
	margin: 0px;
44
	padding: 0px;
45
	font-size: 1.25em;
46
}
47
 
48
span.php4 {
49
	color: red;
50
	font-weight: bold;
51
}
52
 
53
.borderhg {
54
	border-top: 1px solid black;
55
	border-left: 1px solid black;
56
}
57
 
58
.borderd {
59
	border-right: 1px solid black;
60
}
61
 
62
.borderg {
63
	border-left: 1px solid black;
64
}
65
 
66
.borderh {
67
	border-top: 1px solid black;
68
}
69
 
70
.borderb {
71
	border-bottom: 1px solid black;
72
}
73
 
74
 
75
table#page {
76
	width: 900px;
77
	margin: auto;
78
	text-align: left;
79
}
80
 
81
table#page td {
82
	vertical-align: top;
83
}
84
 
85
table#page div.logo {
86
	text-align: center;
87
}
88
 
89
table#page td table.features td {
90
	vertical-align: middle;
91
}
92
 
93
table#menuhaut, table#menubas {
94
	width: 200px;
95
	background-color: white;
96
}
97
 
98
table#menuhaut td.cornerhg {
99
	width: 30px;
100
	height: 30px;
101
	background: transparent url("image/coin-hg.gif") no-repeat;
102
}
103
table#menubas td.cornerbg {
104
	width: 30px;
105
	height: 30px;
106
	background: url("image/coin-bg.gif") no-repeat;
107
}
108
 
109
 
110
div#menu {
111
	border-left: 1px solid black;
112
	background-color: white;
113
}
114
 
115
 
116
div#menu ul.ulmenu {
117
	padding: 0px;
118
	margin: 0px;
119
	background-color: #dddddd;
120
}
121
 
122
div#menu ul.ulmenu li {
123
	margin: 0px;
124
	list-style-type: none;
125
}
126
 
127
div#menu ul.ulmenu a {
128
	display: block;
129
	text-decoration: none;
130
	padding-left: 1em;
131
	color: black;
132
	width: 100%;
133
	border-top: 1px solid black;
134
 
135
}
136
 
137
div#menu ul.ulmenu a:hover  {
138
	color: #dddddd;
139
	background-color: #a43030;
140
	display: block;
141
}
142
 
143
table#contenu {
144
	width: 100%;
145
	color: #2d2d2d;
146
	background-color: white;
147
}
148
 
149
table#contenu td.cornerhd, table#contenu td.cornerhg, table#contenu td.cornerbd, table#contenu td.cornerbg {
150
	width: 30px;
151
	height: 30px;
152
}
153
 
154
table#contenu td.cornerhd {
155
	background: transparent url("image/coin-hd.gif") no-repeat;
156
}
157
 
158
table#contenu td.cornerbd {
159
	background: url("image/coin-bd.gif") no-repeat;
160
}
161
 
162
table#contenu td.cornerbg {
163
	background: url("image/coin-bg.gif") no-repeat;
164
}
165
 
166
table#contenu table {
167
	width: 95%;
168
	margin: auto;
169
}
170
 
171
table#contenu h1 {
172
	text-align: center;
173
	margin: auto;
174
	width: 100%;
175
	color: #a43030;
176
}
177
 
178
table#contenu h2:after {
179
	border: 0px;
180
	background-color: transparent;
181
	display: block;
182
	margin-left: -1px;
183
	padding-top: 31px;
184
	width: 97%;
185
	line-height: 1em;
186
	margin-bottom: -25px;
187
	text-align: left;
188
	background: transparent url("image/back-rayures.png") repeat-x;
189
	content: "";
190
 
191
}
192
 
193
table#contenu h4 {
194
	margin-top: 0.3em;
195
	margin-left: 1em;
196
	margin-bottom: 0.5em;
197
	font-size: 1.25em;
198
}
199
 
200
table#contenu h5 {
201
	margin-top: 0.3em;
202
	margin-left: 1em;
203
	margin-bottom: 0.5em;
204
	font-size: 1.0em;
205
}
206
 
207
table#contenu pre {
208
	margin-left: 1em;
209
}
210
 
211
table#contenu ul.features li {
212
	list-style-type: armenian;
213
	margin-left: 3em;
214
}
215
 
216
table#contenu div.graph {
217
	padding-top: 8px;
218
	text-align: center;
219
}
220
 
221
table#contenu div.graph img {
222
	border: 0px;
223
}
224
 
225
table#contenu div.image {
226
	text-align: center;
227
	margin-top: 2em;
228
}
229
 
230
table#contenu span.type {
231
	color: #0000FF;
232
}
233
 
234
table#contenu span.default {
235
	color: #A000A0;
236
}
237
 
238
table#contenu span.interface {
239
	font-weight: bold;
240
}
241
 
242
table#contenu span.argument {
243
	color: #880000;
244
}
245
 
246
table#contenu span.access {
247
	font-weight: bold;
248
	color: #3B3F3C;
249
 
250
}
251
 
252
table#contenu div.description {
253
	margin-right: 3em;
254
	margin-left: 2em;
255
	border: 1px solid #A7BFAD;
256
	padding: 4px;
257
 
258
}
259
 
260
table#contenu ul.news li {
261
	list-style-type: none;
262
}
263
 
264
table#contenu ul.news li ul li {
265
	list-style-type: square;
266
	margin-left: 20px;
267
}
268
 
269
table#contenu div.description ul li {
270
	list-style-type: circle;
271
	font-size: 95%;
272
}
273
 
274
table#contenu div.description div.see {
275
	margin-right: 1em;
276
	margin-left: 1em;
277
	background-color: #f0f0f0;
278
	padding: 3px;
279
 
280
}
281
 
282
table#contenu div.description div.see ul li {
283
	list-style-type: circle;
284
	margin-bottom: 0em;
285
	margin-top: 0em;
286
	padding-bottom: 0em;
287
	padding-top: 0em;
288
 
289
}
290
 
291
table#contenu div.inherit {
292
	border-bottom: 1px solid #a43030;
293
	margin-right: 3em;
294
	margin-left: 2em;
295
	padding: 4px;
296
}
297
 
298
 
299
table#contenu ul.doc li.method {
300
}
301
 
302
table#contenu ul.doc li.property {
303
}
304
 
305
table#contenu ul.doc li {
306
	margin-bottom: 0.5em;
307
	padding: 0.3em;
308
}
309
 
310
table#contenu ul {
311
	margin-left: 1.5em;
312
	padding-left: 0px;
313
	padding-right: 1em;
314
}
315
 
316
table#contenu ul li {
317
	list-style-type: square;
318
	margin-left: 1em;
319
}
320
 
321
table#contenu ul.constants li, table#contenu ul.methods li, table#contenu ul.properties li,
322
table#contenu ul li.constant, table#contenu ul li.method, table#contenu ul li.property
323
 {
324
	list-style-type: none;
325
	margin-left: 0px;
326
}
327
 
328
table#contenu ul.links li {
329
}
330
 
331
table#contenu a.easy {
332
	color: red;
333
}
334
 
335
div.release {
336
	background-color: #eeeeee;
337
	padding-left: 20px;
338
}
339
 
340
div#imagemenu {
341
	background-image: url("mini.php");
342
	height: 100px;
343
	width: 150px;
344
	margin-left: 25px;
345
	margin-top: 30px;
346
	border: 0px;
347
}
348
 
349
td#textebas {
350
	text-align: center;
351
}
352
 
353
table#bas {
354
	float:left;
355
	width: 100%;
356
	background-color: white;
357
	margin-top: 10px;
358
}
359
 
360
table#bas td.cornerhd, table#bas td.cornerhg, table#bas td.cornerbd, table#bas td.cornerbg {
361
	width: 30px;
362
	height: 30px;
363
}
364
 
365
table#bas td.cornerhd {
366
	background: url("image/coin-hd-transparent.gif") no-repeat;
367
}
368
 
369
table#bas td.cornerhg {
370
	background: url("image/coin-hg-transparent.gif") no-repeat;
371
}
372
 
373
table#bas td.cornerbd {
374
	background: url("image/coin-bd.gif") no-repeat;
375
}
376
 
377
table#bas td.cornerbg {
378
	background: url("image/coin-bg.gif") no-repeat;
379
}
380
 
381
table#contenu ul.demo li {
382
	list-style-type : circle;
383
}