Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1562 Rev 1564
Line 111... Line 111...
111
 
111
 
112
/* Images d'une observation */
112
/* Images d'une observation */
113
.obs .obs-miniatures {
113
.obs .obs-miniatures {
114
	min-width: 150px;
114
	min-width: 150px;
-
 
115
	margin-right: 5px;
-
 
116
	background-color:#524C47;
115
	margin-right: 5px;
117
	padding: 4px 0;
116
}
118
}
117
.obs .miniature {
119
.obs .miniature {
118
	display: block;
120
	display: block;
119
	height: 100px;
121
	height: 100px;
120
	margin: 0 auto;
122
	margin: 0 auto;
121
}
123
}
122
.defilement {
124
.defilement {
123
	position: relative;
125
	position: relative;
124
	padding: 8px 0;
-
 
125
	background-color:#524C47;
126
	padding: 8px 0;
126
}
127
}
127
.defilement-control-zone {
128
.defilement-control-zone {
128
	display: block;
129
	display: block;
129
	position: absolute;
130
	position: absolute;
Line 145... Line 146...
145
    height: 20px;
146
    height: 20px;
146
    line-height: 20px;
147
    line-height: 20px;
147
    font-size: 17px;
148
    font-size: 17px;
148
    font-weight: 100;
149
    font-weight: 100;
149
    text-align: center;
150
    text-align: center;
-
 
151
    vertical-align: middle;
150
    border: 3px solid white;
152
    border: 3px solid white;
151
    border-radius: 20px;
153
    border-radius: 20px;
152
	color: white;
154
	color: white;
153
    opacity: 1;
155
    opacity: 1;
154
	background: none repeat scroll 0 0 #524C47;
156
	background: none repeat scroll 0 0 #524C47;
Line 217... Line 219...
217
		width: 1580px;
219
		width: 1580px;
218
	}
220
	}
219
}
221
}
220
/*+--------------------------------------------------------------------------------------------------------+*/
222
/*+--------------------------------------------------------------------------------------------------------+*/
221
/* Spécifique Florilèges */
223
/* Spécifique Florilèges */
222
.page-header .intro {
224
.entete .intro {
223
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
225
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
224
	color: white;
226
	color: white;
225
	padding:5px;
227
	padding:5px;
226
}
228
}
227
.page-header .intro a {
229
.entete .intro a {
228
	color: #524C47;
230
	color: #524C47;
229
}
231
}
Line 230... Line 232...
230
 
232
 
231
/* Géolocalisation */
233
/* Géolocalisation */