Subversion Repositories eFlore/Applications.cel-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/squelettes/css/cel_consultation.css
New file
0,0 → 1,139
/* =========================== Balises ============================ */
 
dt {
font-weight:bold;
margin-right:0.3em;
}
 
dd {
width: auto;
}
 
/* =========================== Style général ============================ */
 
hr.nettoyage {
clear: both;
display: hidden;
}
 
.gauche {
float:left;
}
 
.droite {
float:right;
}
 
 
/* =========================== Titres ============================ */
 
.titre_consultation {
padding-bottom: 10px;
}
 
.etape {
color: #9AC343;
padding-bottom:20px;
}
 
 
/* =========================== Formulaires ============================ */
 
#image_recherche {
width: 500px;
}
 
.element_formulaire_en_ligne {
padding-left: 10px;
padding-right: 10px;
}
 
.element_formulaire, #conteneur_liens_lat_lon {
padding-bottom : 5px;
}
 
.conteneur_carte {
height: 600px;
}
 
/* =========================== Résultats ============================ */
 
.images_liste li {
display:inline;
background:none repeat scroll 0 0 transparent;
float:left;
list-style-image:none;
margin-left: 0px;
margin-bottom: 10px;
}
 
.image_information {
border: 1px solid;
padding-right: 5px;
}
 
.image_information {
 
background: white;
margin-top: -6px;
border: 1px solid #222222;
z-index: 20;
}
 
.image_information_pliable {
position: absolute;
}
 
.conteneur_image {
height: 160px;
padding-right:30px;
}
 
h4.lien_pliage_invisible {
display:none;
}
 
.conteneur_image_deplie {
margin-bottom: 120px
}
 
a.lien_voir_image {
background-image: none;
}
 
.lien_voir_image img {
border:1px solid #9AC343;
padding: 0px;
}
 
/* ============ Pagination =============================================== */
 
#page_courante {
font-size: 1.5em;
}
 
#page_courante a {
color: black;
}
 
/* ============ Styles crées par des effets javascripts automatiques ===== */
 
h4.lien_pliage {
background-color:white;
border:1px solid;
margin-left:0;
margin-top:-33px;
padding:2px 2px 5px;
position:absolute;
text-decoration:underline;
z-index:10;
}
 
h4.lien_pliage_deplie {
border-bottom: none;
z-index:50;
}
 
h4.lien_pliage:hover {
cursor: pointer;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property