Subversion Repositories eFlore/Applications.cel

Rev

Rev 545 | Rev 629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 572
Line 31... Line 31...
31
a:hover {
31
a:hover {
32
	color:#56B80E;
32
	color:#56B80E;
33
	border-bottom:1px dotted #56B80E;
33
	border-bottom:1px dotted #56B80E;
34
}
34
}
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
36
/* Présentation des listes de définitions */
-
 
37
dl {
-
 
38
	width:100%;
-
 
39
}
-
 
40
dt {
-
 
41
	float:left;
-
 
42
	font-weight:bold;
-
 
43
	text-align:top left;
-
 
44
	margin-right:0.3em;
-
 
45
}
-
 
46
dd {
-
 
47
	width:auto;
-
 
48
	margin:0.5em 0;
-
 
49
}
-
 
50
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
51
/* Tableau : */
-
 
52
table {
-
 
53
	border:1px solid gray;
-
 
54
	border-collapse:collapse;
-
 
55
}
-
 
56
table thead, table tfoot, table tbody {
-
 
57
	background-color:Gainsboro;
-
 
58
	border:1px solid gray;
-
 
59
}
-
 
60
table tbody {
-
 
61
	background-color:#FFF;
-
 
62
}
-
 
63
table th {
-
 
64
	font-family:monospace;
-
 
65
	border:1px dotted gray;
-
 
66
	padding:5px;
-
 
67
	background-color:Gainsboro;
-
 
68
}
-
 
69
table td {
-
 
70
	font-family:arial;
-
 
71
	border:1px dotted gray;
-
 
72
	padding:5px;
-
 
73
	text-align:left;
-
 
74
}
-
 
75
table caption {
-
 
76
	font-family:sans-serif;
-
 
77
}
-
 
78
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
79
/* Tableau : tablesorter */
-
 
80
th.header {
-
 
81
	background:url(../images/trie.png) no-repeat center right;    
-
 
82
	padding-right:20px;
-
 
83
}
-
 
84
th.headerSortUp { 
-
 
85
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
-
 
86
	color:white;
-
 
87
}
-
 
88
th.headerSortDown { 
-
 
89
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
-
 
90
    color:white; 
-
 
91
}
-
 
92
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
93
/* Générique */
-
 
94
.nettoyage{
-
 
95
	clear:both;
-
 
96
}
-
 
97
hr.nettoyage{
-
 
98
	visibility:hidden;
-
 
99
}
-
 
100
/*+-----------------------------------------------------------------------------------------------------------------+*/
36
/* Carte */
101
/* Carte */
37
#carte {
102
#carte {
38
	padding:0;
103
	padding:0;
39
	margin:0;
104
	margin:0;
40
	position:absolute;	
105
	position:absolute;	
Line 110... Line 175...
110
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
175
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
111
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
176
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
112
}
177
}
113
/*+-----------------------------------------------------------------------------------------------------------------+*/
178
/*+-----------------------------------------------------------------------------------------------------------------+*/
114
/* Panneau latéral */
179
/* Panneau latéral */
115
 
-
 
116
#panneau-lateral {
180
#panneau-lateral {
117
	padding:0;
181
	padding:0;
118
	margin:0;
182
	margin:0;
119
	position:absolute;	
183
	position:absolute;	
120
	top:35px;
184
	top:35px;
Line 247... Line 311...
247
.onglets .inactif .onglet:hover {
311
.onglets .inactif .onglet:hover {
248
	color:black;
312
	color:black;
249
	background-color:Gainsboro;
313
	background-color:Gainsboro;
250
}
314
}
251
/*+-----------------------------------------------------------------------------------------------------------------+*/
315
/*+-----------------------------------------------------------------------------------------------------------------+*/
252
/* Présentation des listes de définitions */
316
/* Pop-up : liste */
253
dl {
-
 
254
	width:100%;
317
.cel-img-principale img{
255
}
-
 
256
dt {
-
 
257
	float:left;
318
	float:right;
258
	font-weight:bold;
319
	height:75px;
259
	text-align:top left;
-
 
260
	margin-right:0.3em;
-
 
261
}
-
 
262
dd {
-
 
263
	width:auto;
-
 
264
	margin:0.5em 0;
-
 
265
}
320
}
266
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
267
/* Tableau : */
-
 
268
table {
-
 
269
	border:1px solid gray;
-
 
270
	border-collapse:collapse;
321
.cel-img-secondaire{
271
}
-
 
272
table thead, table tfoot, table tbody {
-
 
273
	background-color:Gainsboro;
-
 
274
	border:1px solid gray;
-
 
275
}
-
 
276
table tbody {
-
 
277
	background-color:#FFF;
-
 
278
}
-
 
279
table th {
-
 
280
	font-family:monospace;
-
 
281
	border:1px dotted gray;
-
 
282
	padding:5px;
-
 
283
	background-color:Gainsboro;
-
 
284
}
-
 
285
table td {
-
 
286
	font-family:arial;
-
 
287
	border:1px dotted gray;
-
 
288
	padding:5px;
-
 
289
	text-align:left;
-
 
290
}
-
 
291
table caption {
-
 
292
	font-family:sans-serif;
-
 
293
}
-
 
294
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
295
/* Tableau : tablesorter */
-
 
296
th.header {
-
 
297
	background:url(../images/trie.png) no-repeat center right;    
-
 
298
	padding-right:20px;
-
 
299
}
-
 
300
th.headerSortUp { 
-
 
301
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
-
 
302
	color:white;
322
	display:none;
303
}
-
 
304
th.headerSortDown { 
-
 
305
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
-
 
306
    color:white; 
-
 
307
}
323
}
308
324