Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 878 Rev 880
Line 140... Line 140...
140
 
140
 
Line 141... Line 141...
141
/* Classes d'importance */
141
/* Classes d'importance */
142
 
142
 
143
/* Mise en colonnes */
143
/* Mise en colonnes */
144
.importance1 {
144
.importance1 {
145
	margin:0 10px 20px 0;		
145
	margin:0 10px 20px 10px;		
146
	background-color:#eaedcd;	
146
	background-color:#eaedcd;	
147
	padding:8px;
147
	padding:8px;
148
	font-family:arial;
148
	font-family:arial;
Line 175... Line 175...
175
.importance1 .row .gauche:first-child {
175
.importance1 .row .gauche:first-child {
176
    border-right:dotted 1px #AAAAAA
176
    border-right:dotted 1px #AAAAAA
177
}
177
}
Line 178... Line 178...
178
 
178
 
179
.importance2 {
179
.importance2 {
180
		margin-bottom:10px;
180
		margin:0 10px 10px 10px;
181
		padding:20px;
181
		padding:20px;
182
		border-radius:10px;
182
		border-radius:10px;
183
		-moz-border-radius:10px;
183
		-moz-border-radius:10px;
184
		-webkit-border-radius:10px;
184
		-webkit-border-radius:10px;
Line 188... Line 188...
188
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
188
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
189
		zoom:1;/* pour ie8 */
189
		zoom:1;/* pour ie8 */
190
	}
190
	}
Line 191... Line 191...
191
 
191
 
192
.importance3 {
192
.importance3 {
193
		margin-bottom:10px;
193
		margin:0 10px 10px 10px;
194
		padding:20px;
194
		padding:20px;
195
		border-radius:10px;
195
		border-radius:10px;
196
		-moz-border-radius:10px;
196
		-moz-border-radius:10px;
197
		-webkit-border-radius:10px;
197
		-webkit-border-radius:10px;
198
		zoom:1;/* pour ie8 */
198
		zoom:1;/* pour ie8 */
Line 199... Line 199...
199
	}
199
	}
200
 
200
 
201
.importance4 {
201
.importance4 {
202
		margin-bottom:10px;
202
		margin:0 10px 10px 10px;
203
		padding:20px;
203
		padding:20px;
204
		background-color:#fff;
204
		background-color:#fff;
205
		border:1px solid #fff;
205
		border:1px solid #fff;
Line 470... Line 470...
470
.ombre2 {
470
.ombre2 {
471
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
471
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
472
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
472
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
473
}
473
}
474
/*+-----------------------------------------------------------------------------------------------------------------+*/
474
/*+-----------------------------------------------------------------------------------------------------------------+*/
475
/* Arrondis */
475
/* TODO : SUPPRIMER - Arrondis */
476
.arrondi7 {
476
.arrondi7 {
477
	-moz-border-radius:7px;
477
	-moz-border-radius:7px;
478
	-webkit-border-radius:7px;
478
	-webkit-border-radius:7px;
479
	border-radius:7px;
479
	border-radius:7px;
480
}
480
}
Line 692... Line 692...
692
	text-transform:uppercase;
692
	text-transform:uppercase;
693
	padding-bottom:5px;
693
	padding-bottom:5px;
694
	border-bottom:4px solid grey;
694
	border-bottom:4px solid grey;
695
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
695
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
696
}
696
}
-
 
697
 
-
 
698
/*Ancienne classe arrondi7 & ombre2*/
-
 
699
#zone-menu-navigation ul li {
-
 
700
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
-
 
701
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
702
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
703
}
-
 
704
 
697
/*+-----------------------------------------------------------------------------------------------------------------+*/
705
/*+-----------------------------------------------------------------------------------------------------------------+*/
698
/* Couleurs des diff�rents menus */
706
/* Couleurs des diff�rents menus */
699
#menuAccueil {
707
#menuAccueil {
700
	background:#fd8c13;
708
	background:#fd8c13;
701
}
709
}