Subversion Repositories eFlore/Applications.del

Rev

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