Subversion Repositories ALCASAR

Rev

Rev 2766 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2766 Rev 3026
Line 168... Line 168...
168
 
168
 
169
.nb_open_session {
169
.nb_open_session {
170
	margin-bottom: 5px;
170
	margin-bottom: 5px;
171
}
171
}
172
 
172
 
-
 
173
.banner {
-
 
174
	z-index:10;
-
 
175
	display: flex;
-
 
176
	align-items: center;
-
 
177
	margin-top: 5vh;
-
 
178
	position: relative;
-
 
179
	background-image: linear-gradient(black,#222222);
-
 
180
	
-
 
181
	/* ombrage CSS3 */
-
 
182
	-moz-box-shadow: 1px 1px 6px #666;
-
 
183
	-webkit-box-shadow: 1px 1px 6px #666;
-
 
184
	box-shadow: 1px 1px 6px #666;
-
 
185
	border-radius:  10px;
-
 
186
}
173
 
187