Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 492 Rev 494
Line 132... Line 132...
132
}
132
}
133
#obs-msg-info {
133
#obs-msg-info {
134
	font-size:10px;
134
	font-size:10px;
135
	color:#CCC;
135
	color:#CCC;
136
}
136
}
-
 
137
#observations a, #observations a:active, #observations a:visited {
-
 
138
	border-bottom:1px solid #333333;
-
 
139
	color:rgba(29,30,32,0.8);
-
 
140
	text-decoration:none;
-
 
141
}
-
 
142
#observations a:active {
-
 
143
	outline:none;
-
 
144
}
-
 
145
#observations a:focus {
-
 
146
	outline:thin dotted;
-
 
147
}
-
 
148
#observations a:hover {
-
 
149
	color:#56B80E;
-
 
150
}
137
/*+-----------------------------------------------------------------------------------------------------------------+*/
151
/*+-----------------------------------------------------------------------------------------------------------------+*/
138
/* Onglets */
152
/* Onglets */
139
.onglets {
153
.onglets {
140
	position:relative;
154
	position:relative;
141
	float:left;
155
	float:left;
Line 172... Line 186...
172
	font-weight:bold;
186
	font-weight:bold;
173
}
187
}
174
.onglets .inactif .onglet {
188
.onglets .inactif .onglet {
175
	border-bottom:1px solid #000000;
189
	border-bottom:1px solid #000000;
176
	color:white;
190
	color:white;
177
	background-color:gray;
191
	background-color:gray;/*rgba(29,30,32,0.8);*/
178
}
192
}
179
.onglets .inactif .onglet:hover {
193
.onglets .inactif .onglet:hover {
180
	color:black;
194
	color:black;
181
	background-color:Gainsboro;
195
	background-color:Gainsboro;
182
}
196
}