Subversion Repositories eFlore/Applications.cel

Rev

Rev 583 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
580 jpm 1
@charset "UTF-8";
2
html {
3
	overflow:hidden;
4
}
5
body{
6
	overflow:hidden;
7
	padding:0;
8
	margin:0;
9
	width:100%;
10
	height:100%;
11
	font-family:Arial,verdana,sans-serif;
12
	font-size:12px;
13
	background-color:#4A4B4C;
14
	color:#CCC;
15
}
16
img {
17
	border:0;
18
}
19
h1 {
20
	margin:5px;
21
	font-size:1.6em;
22
}
23
h2 {
24
	font-size:1.4em;
25
}
26
a, a:active, a:visited {
27
	border-bottom:1px dotted #666;
28
	color:#CCC;
29
	text-decoration:none;
30
}
31
a:active {
32
	outline:none;
33
}
34
a:focus {
35
	outline:thin dotted;
36
}
37
a:hover {
38
	color:#56B80E;
39
	border-bottom:1px dotted #56B80E;
40
}
41
/*+-----------------------------------------------------------------------------------------------------------------+*/
42
/* Général */
43
.discretion {
44
	color:#3a3633;
45
	font-family:arial;
46
	font-size:11px;
47
	font-weight:bold;
48
}
49
/*+-----------------------------------------------------------------------------------------------------------------+*/
50
/* Widget */
51
#contenu{
52
	position:relative;
53
	margin:5px auto;
54
  	width:270px;
55
}
56
#date-generation{
57
	text-align:right;
58
}
59
#flux-suivre {
60
	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;
62
	width:16px;
63
	height:20px;
64
	overflow:hidden;
65
	position:absolute;
66
	left:257px;
67
	top:4px;
68
}
69
#flux-suivre:hover {
70
	color:rgba(0,0,0,0);
71
}
72
/*+-----------------------------------------------------------------------------------------------------------------+*/
73
/* Galerie Photos CEL */
74
#galerie-photo{
75
	width:276px;
76
}
77
#galerie-photo .photo a{
78
	float:left;
79
	padding:2px;
80
	border:1px solid white;
81
}
82
#galerie-photo .photo a:hover{
83
	border:1px dotted #FD8C13;
84
}
85
#galerie-photo .photo a img{
86
	float:left;
87
	height:63px;
88
}
89
#galerie-photo #photo-extra img{
90
	width:270px;
91
	height:auto;
92
}
93
/*+-----------------------------------------------------------------------------------------------------------------+*/
94
/* Fancybox */
95
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
96
	border:none;
97
}