Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 580 Rev 583
Line 39... Line 39...
39
	border-bottom:1px dotted #56B80E;
39
	border-bottom:1px dotted #56B80E;
40
}
40
}
41
/*+-----------------------------------------------------------------------------------------------------------------+*/
41
/*+-----------------------------------------------------------------------------------------------------------------+*/
42
/* Général */
42
/* Général */
43
.discretion {
43
.discretion {
44
	color:#3a3633;
44
	color:grey;
45
	font-family:arial;
45
	font-family:arial;
46
	font-size:11px;
46
	font-size:11px;
47
	font-weight:bold;
47
	font-weight:bold;
48
}
48
}
-
 
49
.nettoyage {
-
 
50
	clear:both;
-
 
51
}
-
 
52
hr.nettoyage {
-
 
53
	visibility:hidden;
-
 
54
}
49
/*+-----------------------------------------------------------------------------------------------------------------+*/
55
/*+-----------------------------------------------------------------------------------------------------------------+*/
50
/* Widget */
56
/* Widget */
51
#contenu{
57
#contenu{
52
	position:relative;
58
	position:relative;
53
	margin:5px auto;
59
	margin:5px auto;
54
  	width:270px;
-
 
55
}
60
}
56
#date-generation{
61
#date-generation{
57
	text-align:right;
62
	text-align:right;
58
}
63
}
59
#flux-suivre {
64
#flux-suivre {
60
	color:rgba(0,0,0,0);
65
	color:rgba(0,0,0,0);
61
	background:url("http://www.tela-botanica.org/sites/commun/generique/images/rss.png") no-repeat scroll 0 2px transparent;
66
	background:url("http://www.tela-botanica.org/sites/commun/generique/images/rss.png") no-repeat scroll 0 2px transparent;
62
	width:16px;
67
	width:16px;
63
	height:20px;
68
	height:20px;
64
	overflow:hidden;
69
	overflow:hidden;
65
	position:absolute;
-
 
66
	left:257px;
-
 
67
	top:4px;
-
 
68
}
70
}
69
#flux-suivre:hover {
71
#flux-suivre:hover {
70
	color:rgba(0,0,0,0);
72
	color:rgba(0,0,0,0);
71
}
73
}
72
/*+-----------------------------------------------------------------------------------------------------------------+*/
74
/*+-----------------------------------------------------------------------------------------------------------------+*/
73
/* Galerie Photos CEL */
75
/* Galerie Photos CEL */
74
#galerie-photo{
-
 
75
	width:276px;
-
 
76
}
-
 
77
#galerie-photo .photo a{
76
#galerie-photo .photo a{
78
	float:left;
77
	float:left;
79
	padding:2px;
78
	padding:2px;
80
	border:1px solid white;
79
	border:1px solid white;
81
}
80
}
82
#galerie-photo .photo a:hover{
81
#galerie-photo .photo a:hover{
83
	border:1px dotted #FD8C13;
82
	border:1px dotted #FD8C13;
84
}
83
}
85
#galerie-photo .photo a img{
84
#galerie-photo .photo a img{
86
	float:left;
85
	float:left;
-
 
86
	width:63px;
87
	height:63px;
87
	height:63px;
88
}
88
}
89
#galerie-photo #photo-extra img{
89
#galerie-photo #photo-extra img{
90
	width:270px;
-
 
91
	height:auto;
90
	height:auto;
92
}
91
}
-
 
92
.infos {
-
 
93
	display:none;
-
 
94
}
-
 
95
#legende{
-
 
96
	text-align:left;
-
 
97
}
93
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
-
 
98
#legende-vei{
-
 
99
	float:right;
-
 
100
}
-
 
101
#legende p{
-
 
102
	color:black;
-
 
103
	font-size:12px;
94
/* Fancybox */
104
	margin:5px 0;
-
 
105
}
-
 
106
#legende a {
-
 
107
	color:#333;
95
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
108
	border-bottom:1px dotted gainsboro;
-
 
109
}
-
 
110
#legende a:hover {
96
	border:none;
111
	color:#56B80E;
-
 
112
	border-bottom:1px dotted #56B80E;
97
}
113
}
98
114