Subversion Repositories Sites.outils-naturalistes.fr

Compare Revisions

Ignore whitespace Rev 35 → Rev 38

/trunk/spip/squelettes/css/bazar.css
19,7 → 19,7
.BAZ_cadre_fiche {padding:5px; border: 0px solid #33641e; text-align:justify;
display:block;width:600}
 
.BAZ_rubrique {margin:5px 0 5px 0; clear:left;}
.BAZ_rubrique {margin:5px 10px 5px 10px; clear:left;}
 
.BAZ_liste {margin:5px 0 5px 0; clear:left;}
 
37,7 → 37,45
margin:0 0 10px;
padding:5px 0 0 40px;
}
.BAZ_image {float:right;height:150px; width:150px; padding:10px;}
.BAZ_image {max-height:200px; max-width:200px; padding:10px;}
 
 
.BAZ_liste_application_ergo {
list-style:none
}
 
.BAZ_img_conteneur {
float:left;
}
 
.BAZ_img_description {
float:right;
max-height:100px;
max-width:100px;
padding:10px;
}
 
.BAZ_description {
float:right;
width:470px;
padding-top:7px;
}
 
.BAZ_application_liste {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#E3E9E6;
 
border:2px solid #0A8D37;
height:auto;
max-width:600px;
width:auto;
margin:0px 0px 10px -20px;
}
 
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
#BAZ_bas_page {margin: 0;padding:0;}
.bulle_haut {margin: 0;padding:0;}
54,6 → 92,17
.table_bazar td{padding: 7px;}
.table_bazar #col1,.table_bazar #col2,.table_bazar #col3,.table_bazar #col4{text-align:center; }
 
.baz_rubrique_fiche {
margin: 5px 0 3px ;
font-size:1.3em;
}
 
.baz_sous_rubrique_fiche {
margin: 5px 10px 3px ;
font-size:1.3em;
font-weight:normal;
}
 
/* CALENDRIER APPLETTE*/
.calendrier_applette{
width:140px;}
166,12 → 215,52
text-decoration:none;
}
 
 
.fond_accordeon {
border: 2px solid #33641E;
background-color: #E3E9E6;
margin-top: 2px;
margin-bottom: 2px;
width: 620px;
}
 
.fond_accordeon:hover {
background-color: #F2F6D5;
}
 
.fond_accordeon_limite {
border: 2px solid #33641E;
background-color: #E3E9E6;
margin-top: 2px;
margin-bottom: 2px;
}
 
.fond_accordeon_haut {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
float:left;
}
 
.fond_accordeon_bas {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
float:left;
}
 
a.lien_onglet {
color:#0A8D37;
text-align: center;
width: 620px;
}
 
.item_actif {
text-decoration: underline;
}
 
.onglets li {
208,7 → 297,7
margin-right: 3px;
}
 
.onglet_actif, #onglet_lien_ici {
.onglet_actif {
color:#333333 !important;
padding-bottom:5px;
}