Subversion Repositories Sites.gentiana.org

Compare Revisions

Ignore whitespace Rev 35 → Rev 36

/trunk/sites/gestion/fr/styles/gestion.css
17,20 → 17,12
 
/* Logo */
#zone_logo {
top:10px;
left:35px;}
top:15px;
left:30px;}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#titre_site {
font:bold 30px/30px Arial, Helvetica, Verdana, sans-serif;
color:gray;}
#titre_site:after {
display:block;
margin-top: -33px;
color:white;
content: attr(title);}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
#bandeau_contenu a {
53,6 → 45,8
color:#003300;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#003300;}
#zone_contenu_navigation li:hover {
color:#99CC00;}
#zone_contenu_navigation li:hover a {
108,14 → 102,17
 
/* Tableau*/
.table_cadre {
border:1px solid #EABFFF;
border:1px solid #003300;
margin:0 0 15px 0;}
.table_cadre th {
border:1px solid #EABFFF;
background-color:#DFCBEE;}
.table_cadre th {
color:#99CC00;
border:1px solid #003300;
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:#99CC00;}
.table_cadre td {
border:1px solid #EABFFF;}
border:1px solid #003300;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#eddaf0;}
background-color:#E6E5DC;}