wip split style
This commit is contained in:
63
www/css/page_ateliers.css
Normal file
63
www/css/page_ateliers.css
Normal file
@@ -0,0 +1,63 @@
|
||||
/* page ateliers */
|
||||
|
||||
#ateliers {
|
||||
position: relative;
|
||||
left: 100px;
|
||||
top: 90px;
|
||||
float: left;
|
||||
width: 580px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
#img_atelier {
|
||||
background-color: #000000;
|
||||
width: 480px;
|
||||
/*height:336px;*/
|
||||
height: 380px;
|
||||
margin-top: 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#img_atelier img {
|
||||
/*margin-top: 25px;*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.legende {
|
||||
width: 480px;
|
||||
height: auto;
|
||||
text-align: justify;
|
||||
font-style: italic;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
margin-top: 10px;
|
||||
margin-left: 340px;
|
||||
}
|
||||
|
||||
.artistes {
|
||||
width: 480px;
|
||||
height: auto;
|
||||
text-align: justify;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#carton {
|
||||
width: 480px;
|
||||
height: 370px;
|
||||
margin-top: 50px;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.legende1 {
|
||||
float: left;
|
||||
width: 240px;
|
||||
height: auto;
|
||||
text-align: justify;
|
||||
font-style: italic;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
margin-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user