Subversion Repositories eFlore/Applications.cel

Rev

Rev 492 | Rev 501 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
479 jpm 1
@charset "UTF-8";
2
 
3
html, body {
4
	margin:0;
5
	padding:0;
6
	height: 100%;
7
	font-family:Arial;
8
	font-size:12px;
9
}
492 jpm 10
h1 {
11
	font-size:1.6em;
12
}
13
h2 {
14
	font-size:1.4em;
15
}
479 jpm 16
/*+-----------------------------------------------------------------------------------------------------------------+*/
17
/* Carte */
18
#carte {
19
	width:100%;
20
	height:100%;
21
}
22
.bouton {
23
	background-color:white;
24
	border:2px solid black;
25
	cursor:pointer;
26
	text-align:center;
27
}
28
/*+-----------------------------------------------------------------------------------------------------------------+*/
29
/* Message de chargement */
30
#chargement {
31
	display:none;
32
}
33
#chargement-copie img{
34
	display:block;
35
	margin:auto;
36
}
37
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 38
/* Carte titre */
39
#carte-titre {
40
	margin:0;
41
	padding:0.2em;
42
	background-color:rgba(29,30,32,0.8);
43
	color:#CCCCCC;
44
}
45
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 46
/* Panneau latéral */
47
#panneau-lateral {
492 jpm 48
	z-index:10;
479 jpm 49
	width:300px;
50
	height:100%;
51
	padding:0;
52
	display:none;
492 jpm 53
	background-color:rgba(29,30,32,0.8);
479 jpm 54
	border-right:1px solid grey;
55
	box-shadow:2px 2px 6px #979797;-webkit-box-shadow:2px 2px 6px #979797;-moz-box-shadow:2px 2px 6px #979797;
56
}
57
#pl-entete {
489 jpm 58
	height:5%;
479 jpm 59
}
60
#pl-corps {
489 jpm 61
	position:relative;
492 jpm 62
	top:12px;
63
	height:80%;
479 jpm 64
	overflow:auto;
65
	padding:5px;
489 jpm 66
	width:290px;
479 jpm 67
}
68
#pl-ouverture, #pl-fermeture {
492 jpm 69
	z-index:11;
479 jpm 70
	position:relative;
71
	top:0;
72
	background-color:#FFF;
73
	text-align:center;
74
	cursor:pointer;
492 jpm 75
	height:16px;
76
	width:16px;
479 jpm 77
}
78
#pl-ouverture {
492 jpm 79
	background:url(../images/ouverture.png) no-repeat top left;
80
	background-color:rgba(29,30,32,0.8);
81
	box-shadow:2px 2px 6px #979797;-webkit-box-shadow:2px 2px 6px #979797;-moz-box-shadow:2px 2px 6px #979797;
82
	height:100%;
479 jpm 83
}
84
#pl-fermeture {
85
	float:right;
492 jpm 86
	height:6%;
87
	background:url(../images/fermeture.png) no-repeat top right;
479 jpm 88
}
492 jpm 89
#pl-ouverture span, #pl-fermeture span{
90
	display:none;
91
}
92
/* Panneau latéral : balises */
93
#panneau-lateral h2, #panneau-lateral p {
94
	color:#CCCCCC;}
95
/* Panneau latéral : Liens */
96
#panneau-lateral a, #panneau-lateral a:active, #panneau-lateral a:visited {
97
	border-bottom:1px solid #333333;
98
	color:#CCCCCC;
99
	text-decoration:none;
100
}
101
#panneau-lateral a:active {
102
	outline:none;
103
}
104
#panneau-lateral a:focus {
105
	outline:thin dotted;
106
}
107
#panneau-lateral a:hover {
108
	color:#56B80E;
109
}
479 jpm 110
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 111
/* Liste des taxons de la carte */
112
#taxons {
113
	color:#999;
114
}
115
#taxons .taxon-actif, #taxons .taxon-actif a {
116
	color:#56B80E;}
117
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 118
/* Pop-up observations */
119
#observations {
120
	margin:23px 0 0 0;
121
	padding:5px;
122
	border:1px solid black;
123
	border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
124
	border-top:none !important;
125
	overflow:none;
126
}
127
#observations ol {
128
	padding-left:20px;
129
}
130
.champ_nom_latin {
131
	display:none;
132
}
492 jpm 133
#obs-msg-info {
134
	font-size:10px;
135
	color:#CCC;
136
}
494 delphine 137
#observations a, #observations a:active, #observations a:visited {
138
	border-bottom:1px solid #333333;
139
	color:rgba(29,30,32,0.8);
140
	text-decoration:none;
141
}
142
#observations a:active {
143
	outline:none;
144
}
145
#observations a:focus {
146
	outline:thin dotted;
147
}
148
#observations a:hover {
149
	color:#56B80E;
150
}
479 jpm 151
/*+-----------------------------------------------------------------------------------------------------------------+*/
152
/* Onglets */
153
.onglets {
154
	position:relative;
155
	float:left;
156
	height:22px;
157
	padding:0;
158
	margin:0;
159
	border-bottom:1px solid black;
160
	width:100%;
161
}
162
.onglets ul {
163
	margin:0;
164
	padding:0;
165
	list-style:none;
166
}
167
.onglets li {
168
	float:left;
169
	text-transform:uppercase;
170
	text-align:center;
171
}
172
.onglets .onglet {
173
	display:block;
174
	padding:5px 15px 4px 15px;
175
	margin:0;
176
	font-size:12px;
177
	line-height:12px;
178
	border:1px solid black;
179
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
180
	text-decoration:none;
181
}
182
.onglets .actif .onglet {
183
	border-bottom:1px solid white;
184
	color:black;
185
	background-color:white;
186
	font-weight:bold;
187
}
188
.onglets .inactif .onglet {
189
	border-bottom:1px solid #000000;
190
	color:white;
494 delphine 191
	background-color:gray;/*rgba(29,30,32,0.8);*/
479 jpm 192
}
193
.onglets .inactif .onglet:hover {
194
	color:black;
195
	background-color:Gainsboro;
196
}
197
/*+-----------------------------------------------------------------------------------------------------------------+*/
198
/* Présentation des listes de définitions */
199
dl {
200
	width:100%;
201
}
202
dt {
203
	float:left;
204
	font-weight:bold;
205
	text-align:top left;
206
	margin-right:0.3em;
207
}
208
dt:after {
209
	content:" :";
210
}
211
dd {
212
	width:auto;
213
	margin:0.5em 0;
214
}
215
/*+-----------------------------------------------------------------------------------------------------------------+*/
216
/* Tableau : */
217
table {
218
	border:1px solid gray;
219
	border-collapse:collapse;
220
}
221
table thead, table tfoot, table tbody {
222
	background-color:Gainsboro;
223
	border:1px solid gray;
224
}
225
table tbody {
226
	background-color:#FFF;
227
}
228
table th {
229
	font-family:monospace;
230
	border:1px dotted gray;
231
	padding:5px;
232
	background-color:Gainsboro;
233
}
234
table td {
235
	font-family:arial;
236
	border:1px dotted gray;
237
	padding:5px;
238
	text-align:left;
239
}
240
table caption {
241
	font-family:sans-serif;
242
}
243
/*+-----------------------------------------------------------------------------------------------------------------+*/
244
/* Tableau : tablesorter */
245
th.header {
246
	background:url(../images/trie.png) no-repeat center right;
247
	padding-right:20px;
248
}
249
th.headerSortUp {
250
	background:url(../images/trie_croissant.png) no-repeat center right #3399FF;
251
}
252
th.headerSortDown {
253
    background:url(../images/trie_decroissant.png) no-repeat center right #3399FF;
254
}