Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 523 → Rev 524

/trunk/presentations/styles/popup.css
1,36 → 1,5
@CHARSET "UTF-8";
/*----------------------------------------------------------------------------------------------------------*/
/* Balises */
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: middle;
}
input, textarea {
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
margin-left: 0;
border-radius: 3px 3px 3px 3px;
display: inline-block;
height: 18px;
line-height: 18px;
padding: 4px;
width:90%;
}
textarea {
height:180px;
}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0 none;
}
label {
color: #333333;
display: block;
margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------------------*/
/* Disposition */
#zone-pied{
text-align:center;
41,4 → 10,4
#zone-debug{
background-color:grey;
color:white;
}
}
/trunk/presentations/styles/eflore.css
814,42 → 814,67
margin-left:-5px;
margin-right:-4px;
}
#ef_illustration_info .attention{
.liste-illustrations .attention{
border:0;
background:none;
text-align:left;
padding:0;}
#ef_illustration_info ul{
padding:0;
}
.liste-illustrations{
list-style-type:none;
padding:0;}
#ef_illustration_info li {
padding:0;
}
.liste-illustrations li {
list-style-image:none !important;
background:none;
list-style-image:none;
text-align:center;
font-size:11px;
float: left;
width:210px;
height:285px;}
#ef_illustration_info li p{
height:285px;
}
.liste-illustrations li p{
margin:2px 2px 5px 2px;
width:206px;
font-size:11px;}
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
font-weight:bold;}
#ef_illustration_info img{
font-size:11px;
}
.liste-illustrations strong{
font-weight:bold;
}
.liste-illustrations img{
display:block;
border:1px solid white;
margin:0 auto;
padding:2px;}
#ef_illustration_info a:hover img{
padding:2px;
max-height:196px;
max-width:196px;
}
.liste-illustrations a:hover img{
border:1px dotted #FD8C13;
}
 
#efii_liste_cel img{
a.img-cadre{
display:block;
border: 1px solid white;
background:transparent;
width:204px;
height:204px;
margin-right:2px;
}
a.img-cadre:hover{
border:1px dotted #FD8C13;
}
.img-cadre-fond{
background:white;
width:200px;
height:200px;
width:200px;}
#efii_liste_cel img.tb{
height:auto;
width:auto;}
 
 
line-height:200px;
text-align:center;
margin:2px;
}
#illustrations-photoflora img{
display:inline;
vertical-align:middle;
margin:0;
padding:0;
border:0;
}