52 lines
647 B
CSS
52 lines
647 B
CSS
#infogeo_txt {
|
|
float:left;
|
|
width:250px;
|
|
padding:10px 0;
|
|
}
|
|
|
|
#infogeo_photo {
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
width:340px;
|
|
}
|
|
|
|
#legende-photo {
|
|
display:none;
|
|
width:278px;
|
|
margin:5px 0 10px 0;
|
|
padding:10px;
|
|
border:1px solid #0000ff;
|
|
color:#0000ff;
|
|
}
|
|
|
|
#pp-cb-thumb {
|
|
display:none;
|
|
}
|
|
|
|
#pp-cb-thumb div.left {
|
|
float:left;
|
|
position:relative;
|
|
width:256px;
|
|
height:128px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#pp-cb-thumb div.right {
|
|
float:left;
|
|
position:relative;
|
|
width:44px;
|
|
height:128px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#pp-cb-thumb div.left img{
|
|
position:relative;
|
|
left:-256px;
|
|
top:-140px;
|
|
}
|
|
|
|
#pp-cb-thumb div.right img{
|
|
position:relative;
|
|
top:-140px;
|
|
} |