Subversion Repositories eFlore/Applications.del

Rev

Rev 1335 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 1
.observation {
2
	width:480px;
3
	padding:10px;
4
	border: solid 1px #DDD;
5
}
6
 
7
.titrePropositions {
8
	margin-top:-0px;
9
	background:none;
10
}
11
 
12
.listePropositions {
13
    background: none repeat scroll 0 0 #FAFAF0;
14
    border-color: #DDDDDD;
15
    border-radius: 0 10px 10px 0;
16
    border-style: solid;
17
    border-width: 1px 1px 1px 0;
18
    box-shadow: 2px 2px 2px #DDDDDD;
19
    min-height: 230px;
20
    margin-top: 7px;
21
    padding: 10px 10px 10px 16px;
22
    width:470px;
23
}
24
 
25
.nomEspece {
26
	padding:7px;
27
	font-size:15px;
28
	font-weight:bold;
29
	background:rgba(100,100,100,0.5);
30
	color:white;
31
	cursor:pointer;
32
	position:absolute;
33
	width:236px;
34
}
35
 
36
.nomEspece:hover {
37
	background:#8EB533;
38
}
1302 gduche 39
 
1196 gduche 40
.colonneImages {
1302 gduche 41
	min-width:260px;
42
	background:url(./img/pasdephoto.jpg) no-repeat;
1196 gduche 43
}
44
 
45
.description {
46
	border: solid 1px #EEE;
47
	border-width: 0 1px 0 0;
48
	width: 270px;
49
	padding: 10px;
50
	margin: 0 1px 5px 0;
51
	height: 150px
52
}
53
 
54
.determination {
55
	padding: 10px;
56
	margin: 0 1px 5px 0;
57
	height: 150px
58
}
59
 
60
.photoPrincipale {
61
	height: 20px;
62
	float: left;
63
	padding: 5px;
64
	margin-bottom: 15px;
65
	cursor: pointer
66
}
67
 
68
.panneauDeterminations {
69
	text-align: right
70
}
71
 
72
.lienDetermination {
73
	text-align: center;
74
	padding: 5px;
75
	color: blue;
76
	cursor: pointer;
77
	float: right;
78
	margin: 5px;
79
	text-decoration: underline;
80
}
81
 
82
.miniatures img {
83
	height: 30px
84
}
85
 
86
.metadonnees {
87
 
88
}
89
 
90
.boutonDetermination {
91
	background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
92
	border: 1px solid #AAAAAA;
93
	cursor: pointer;
94
	float: right;
95
	margin-bottom: 5px;
96
	margin-right: 5px;
97
	margin-top: 10px;
98
	padding: 5px 5px 5px 25px;
99
}
100
 
101
.ligneObservation {
102
	margin-bottom: 10px;
103
}
104
 
105
.boutonDetermination:hover {
106
	background-color: #AAA
107
}
108
 
109
.accesOutil {
110
	margin-top: 15px;
111
}
112
 
113
.ajouterProposition {
114
	margin-top:10px;
115
}