Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 869 → Rev 870

/trunk/sites/commun/generique/styles/commun.css
138,7 → 138,9
margin:0 10px 20px 0;
background-color:#eaedcd;
padding:8px;
font-family:arial;
font-size:11px;
color:#3a3633;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
149,6 → 151,15
zoom:1;/* pour ie8 */
}
 
.importance1 input, .importance1 select {
font-family:arial;
font-size:11px;
background-color:#fff;
border:dotted 1px #7b9c35;
color:#3a3633;
margin-bottom:7px;
}
 
.importance1 .row .gauche {
width:45%;
padding-left:4%;
301,19 → 312,10
background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
}
 
.champs {
font-family:arial;
font-size:11px;
background-color:#fff;
border:dotted 1px #7b9c35;
color:#3a3633;
margin-bottom:7px;
}
.champs2 {
font-family:arial;
font-size:11px;
color:#3a3633;
}
 
 
 
.ok {
font-family:arial;
font-size:11px;
394,36 → 396,43
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Tableau :encadr� */
.table_cadre {
/* Ancien table_cadre */
table {
border:1px solid #9ac342;
border-collapse:collapse;
}
.table_cadre thead, .table_cadre tfoot {
table thead, table tfoot {
background-color:#EEE;
border:1px solid #9ac342;
}
.table_cadre tbody {
 
table tbody {
background-color:#FFF;
border:1px solid #9ac342;
}
.table_cadre th {
 
table th {
font-family:monospace;
border:1px dotted #9ac342;
padding:5px;
background-color:#EEE;
}
.table_cadre td {
 
table td {
font-family:arial;
border:1px dotted #9ac342;
padding:5px;
text-align:left;
}
.table_cadre caption {
 
table caption {
font-family:sans-serif;
}
.table_cadre th[title]:after {
 
table th[title]:after {
content:" "url(/sites/commun/generique/images/icones/aide.png);
}
 
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* D2fintion des styles de l'applette syndication */
.contenu_RSS h3 {
903,6 → 912,7
}
.onglets a {border:none
}
 
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
list-style-image:none;
padding:5px 3px 5px 3px;
926,6 → 936,7
text-decoration:none;
border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
}
.onglets li:hover{ color:#FD8C13}
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
background:none;
color:#FD8C13;