Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2170 → Rev 2171

/branches/v1.11-magnesium/src/org/tela_botanica/del/client/vues/pictoflora/resultats/images/image.css
New file
0,0 → 1,144
.observations {
width: 250px;
height: 250px;
margin-bottom: 50px;
}
.observations img {
width: 250px;
padding: 0;
}
.zoneCache {
position: absolute;
padding: 5px;
border: solid 1px #CCC;
background: #333;
opacity: 0.9;
color: white;
width: 238px;
z-index: 1000;
margin-top: 35px;
}
.zoneMotsCles {
position: absolute;
padding: 5px;
border: solid 1px #CCC;
background: #333;
opacity: 0.9;
color: white;
width: 239px;
z-index: 1000;
margin-top: 212px;
}
.zoneActionsImg {
position:absolute;
width:30px;
height:30px;
margin-top:3px;
margin-left:216px;
}
.cadreBtnSupprImg, .cadreBtnVoirTags, .cadreBtnVoirInfoObs {
width:30px;
height:30px;
cursor:pointer;
background-color:rgba(51,51,51, 0.7);
border-radius:5px;
}
.cadreBtnSupprImg:hover, .cadreBtnVoirTags:hover, .cadreBtnVoirInfoObs:hover {
background-color:rgba(0,0,0, 0.7);
border: 1px solid rgba(255,255,255, 0.7);
}
.cadreBtnVoirTags {
position: absolute;
margin-top: 180px;
margin-left: 216px;
}
.cadreBtnVoirInfoObs {
position: absolute;
margin-top: 3px;
margin-left: 3px;
}
.btnSupprImg, .btnVoirTags, .btnVoirInfoObs {
width:30px;
height:30px;
}
.btnSupprImg {
background:url(./img/24x24/delete.png) 3px 3px no-repeat;
}
.btnVoirTags {
background:url(./img/24x24/tagger.png) 3px 3px no-repeat;
}
.btnVoirInfoObs {
background:url(./img/24x24/plus.png) 3px 3px no-repeat;
}
.zoom {
background: url(./img/loupe.png);
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 3px;
position: absolute;
margin-left: 217px;
}
.espece {
font-size: 12px;
font-weight: bold;
color: white;
padding-left: 5px;
padding-right: 1px;
}
.espece p,.auteur p {
padding: 0px;
margin: 0px;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
min-height: 13px;
}
.zoneDetail {
position: absolute;
}
.zonePlus {
position: absolute;
width: 246px;
padding: 2px;
margin-top: -88px;
opacity: 0.9;
color: white;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
background:#333;
}
.zoneImage {
cursor: pointer;
height: 280px;
margin-bottom: 20px;
background: #DDD;
}
.zoneVoter {
margin-top: -48px;
text-align: center;
opacity: 0.9;
width: 240px;
position: absolute;
height: 35px;
padding: 5px;
}
.metadonnees, .motsCles {
text-align: left;
}
.auteur {
padding-left: 5px;
padding-right: 1px;
padding-top: 3px;
}
.boutonFermer {
background: url("./img/close.png") no-repeat scroll 5px 0 transparent;
border: medium none;
height: 30px;
margin-left: 104px;
margin-top: -20px;
position: absolute;
width: 40px;
cursor:pointer;
}