Subversion Repositories eFlore/Applications.del

Rev

Rev 1211 | Rev 1334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1211 Rev 1234
Line 684... Line 684...
684
	color:white;
684
	color:white;
685
}
685
}
Line 686... Line 686...
686
 
686
 
687
#zoneEntete .acceder-outil {
687
#zoneEntete .acceder-outil {
-
 
688
	color:inherit;
-
 
689
}
-
 
690
 
-
 
691
.zone-onglets {
-
 
692
	margin-bottom:5px;
-
 
693
	width:100%;
-
 
694
	height:31px;
-
 
695
	text-align:left;
-
 
696
	border:solid 1px #AAA;
-
 
697
	border-width:0 0 1px 0;
-
 
698
	padding-left:5px;	
-
 
699
}
-
 
700
 
-
 
701
.onglet {
-
 
702
	border:solid 1px #AAA;
-
 
703
	border-width:1px;
-
 
704
	padding:3px 15px;
-
 
705
	padding-top:6px;
-
 
706
	padding-left:25px;
-
 
707
	border-radius:12px 12px 0 0;
-
 
708
	width:150px;
-
 
709
	float:left;
-
 
710
	background:#C2C0AD;
-
 
711
	cursor:pointer;
-
 
712
	height:21px;
-
 
713
	font-size:16px;
-
 
714
	color:#598000
-
 
715
	
-
 
716
}
-
 
717
 
-
 
718
.onglet * {
-
 
719
	cursor:pointer;
-
 
720
}
-
 
721
 
-
 
722
.onglet:hover {
-
 
723
	background:#d0ccaa;
-
 
724
}
-
 
725
 
-
 
726
.onglet-actif {
-
 
727
	font-weight:bold;
-
 
728
	background:white;
-
 
729
	color:#FD8C13;
-
 
730
	text-transform:uppercase;
688
	color:inherit;
731
	
689
}
732
}