Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 49 → Rev 60

/trunk/src/org/tela_botanica/public/Coel.css
1,40 → 1,141
/** Les CSS de l'application COEL */
 
* {
margin: 0px;
padding: 0px;
}
margin: 0px;
padding: 0px;}
 
/* #------------------------------------------------------------------------------------------------------# */
/* CHARGEMENT APPLICATION */
/* #------------------------------------------------------------------------------------------------------# */
#loading {
position: absolute;
left: 45%;
top: 40%;
margin-left: -45px;
padding: 2px;
z-index: 20001;
height: auto;
border: 1px solid #ccc;
}
 
position: absolute;
left: 45%;
top: 40%;
margin-left: -45px;
padding: 2px;
z-index: 20001;
height: auto;
border: 1px solid #ccc;}
#loading a {
color: #225588;
}
 
color: #225588;}
#loading .loading-indicator {
background: white;
color: #444;
font: bold 13px tahoma, arial, helvetica;
padding: 10px;
margin: 0;
height: auto;
}
 
background: white;
color: #444;
font: bold 13px tahoma, arial, helvetica;
padding: 10px;
margin: 0;
height: auto;}
#loading .loading-indicator img {
margin-right:8px;
float:left;
vertical-align:top;
}
margin-right:8px;
float:left;
vertical-align:top;}
#loading-msg {
font: normal 10px arial, tahoma, sans-serif;}
 
#loading-msg {
font: normal 10px arial, tahoma, sans-serif;
}
/* #------------------------------------------------------------------------------------------------------# */
/* ENTÊTE */
/* #------------------------------------------------------------------------------------------------------# */
#coel-entete {
height:100px;
background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
border:0pt none;
padding-left:3px;}
#coel-titre {
color:white;
font-family:tahoma, arial, sans-serif;
font-size:16px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:6 0 8 6px;}
/* #------------------------------------------------------------------------------------------------------# */
/* PANNEAU DÉTAIL */
/* #------------------------------------------------------------------------------------------------------# */
.coel-detail {
height: 55px;
background-color: #ddd;
border-bottom: 1px solid silver;}
.coel-detail h1 {
font-weight: bold;
font-size: 12px;
padding: 5 0 2 5px;}
.coel-detail h2 {
font-size: 11px;
font-weight: normal;
padding: 0 5 0 5px;}
.coel-detail h3 {
font-size: 11px;
font-weight: normal;
padding: 0 5 5 5px;}
.coel-detail-body {
padding: 12px;}
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
dl.hb_affichage_tabulaire {
width: 61em;}
.hb_affichage_tabulaire dt {
width: 20em;
float: left;
margin: 0;
padding: .2em;}
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt {
clear: both;}
/* end hack */
.hb_affichage_tabulaire dd {
float: left;
z-index:1;
width: 40em;
margin: 0;
padding: .2em;}
h2, .parent, .hb_espace, .hb_ligne {
clear: both;}
.hb_titre_en_ligne {
display: inline;
padding-top: 1em;}
#hb_renseignement_admin{
max-width:650px;
float:left;}
#hb_logo {
float:right;}
dt, label {
font-weight: bold;}
form ul {
list-style-type: none;}
.hb_img_icone {
border:0;
width:9px;
height:9px;}
.hb_img_fermer {
border:0;
width:9px;
height:9px;}
.hb_ligne {
border: .2em dotted;
width:4em;}
.hb_plier_deplier td{
padding:0;
margin:0;
text-align:left;
height:12px;
border-width:0;}
.hb_arborescence td{
padding:0;
margin: -5px 0 0 0;
text-align:left;
vertical-align:top;
border-width:0;}
.pair{
background-color: #FAD2C6;}
 
/* #------------------------------------------------------------------------------------------------------# */
/* ÎCONES */
/* #------------------------------------------------------------------------------------------------------# */
.icone-ajouter {
background: url(images/icones/ajouter.png) no-repeat center left !important;}
.icone-modifier {
background: url(images/icones/application_formulaire_modifier.png) no-repeat center left !important;}
.icone-supprimer {
background: url(images/icones/supprimer.png) no-repeat center left !important;}