Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 915 Rev 939
Line 50... Line 50...
50
/*+-----------------------------------------------------------------------------------------------------------------+*/
50
/*+-----------------------------------------------------------------------------------------------------------------+*/
51
/* Tableau : */
51
/* Tableau : */
52
table {
52
table {
53
	border:1px solid gray;
53
	border:1px solid gray;
54
	border-collapse:collapse;
54
	border-collapse:collapse;
-
 
55
	width:100%;
55
}
56
}
56
table thead, table tfoot, table tbody {
57
table thead, table tfoot, table tbody {
57
	background-color:Gainsboro;
58
	background-color:Gainsboro;
58
	border:1px solid gray;
59
	border:1px solid gray;
59
}
60
}
Line 149... Line 150...
149
	top:0;	
150
	top:0;	
150
	left:0;
151
	left:0;
151
	width:100%;
152
	width:100%;
152
	height:35px;
153
	height:35px;
153
	overflow:hidden;
154
	overflow:hidden;
154
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png) no-repeat 8px 8px #4A4B4C;
155
	background-color:#4A4B4C;
155
}
156
}
156
#zone-info {
157
#zone-info {
157
	position:absolute;
158
	position:absolute;
158
	top:0;
159
	top:0;
159
	right:8px;
160
	right:8px;
Line 166... Line 167...
166
	margin:0;
167
	margin:0;
167
	border:none;
168
	border:none;
168
}
169
}
169
#carte-titre {
170
#carte-titre {
170
	display:inline-block;
171
	display:inline-block;
171
	margin:0 0 0 24px;
172
	margin:0;
172
	padding:0.2em;
173
	padding:0.2em;
173
	color:#CCCCCC;
174
	color:#CCCCCC;
174
}
175
}
175
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
176
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
176
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
177
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
Line 213... Line 214...
213
	cursor:pointer;
214
	cursor:pointer;
214
}
215
}
215
#pl-ouverture {
216
#pl-ouverture {
216
	left:0;
217
	left:0;
217
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
218
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
-
 
219
	height:100%;
218
}
220
}
219
#pl-fermeture {
221
#pl-fermeture {
220
	display:none;
222
	display:none;
221
	left:276px;
223
	left:276px;
222
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
224
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
Line 337... Line 339...
337
}
339
}
338
.cel-legende-vei{
340
.cel-legende-vei{
339
	float:right;
341
	float:right;
340
}
342
}
341
.cel-legende p{
343
.cel-legende p{
342
	color:black;
344
	color: black;
343
	font-size:12px;
345
	font-size: 12px;
-
 
346
	line-height: 18px;
344
	margin:5px 0;
347
	margin: 0;
345
}
348
}
346
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
349
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
347
	border-bottom:1px dotted gainsboro;
350
	border-bottom:1px dotted gainsboro;
348
	color:#333;
351
	color:#333;
349
	text-decoration:none;
352
	text-decoration:none;