Subversion Repositories eFlore/Applications.cel

Rev

Rev 489 | Rev 494 | 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
}
479 jpm 137
/*+-----------------------------------------------------------------------------------------------------------------+*/
138
/* Onglets */
139
.onglets {
140
	position:relative;
141
	float:left;
142
	height:22px;
143
	padding:0;
144
	margin:0;
145
	border-bottom:1px solid black;
146
	width:100%;
147
}
148
.onglets ul {
149
	margin:0;
150
	padding:0;
151
	list-style:none;
152
}
153
.onglets li {
154
	float:left;
155
	text-transform:uppercase;
156
	text-align:center;
157
}
158
.onglets .onglet {
159
	display:block;
160
	padding:5px 15px 4px 15px;
161
	margin:0;
162
	font-size:12px;
163
	line-height:12px;
164
	border:1px solid black;
165
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
166
	text-decoration:none;
167
}
168
.onglets .actif .onglet {
169
	border-bottom:1px solid white;
170
	color:black;
171
	background-color:white;
172
	font-weight:bold;
173
}
174
.onglets .inactif .onglet {
175
	border-bottom:1px solid #000000;
176
	color:white;
177
	background-color:gray;
178
}
179
.onglets .inactif .onglet:hover {
180
	color:black;
181
	background-color:Gainsboro;
182
}
183
/*+-----------------------------------------------------------------------------------------------------------------+*/
184
/* Présentation des listes de définitions */
185
dl {
186
	width:100%;
187
}
188
dt {
189
	float:left;
190
	font-weight:bold;
191
	text-align:top left;
192
	margin-right:0.3em;
193
}
194
dt:after {
195
	content:" :";
196
}
197
dd {
198
	width:auto;
199
	margin:0.5em 0;
200
}
201
/*+-----------------------------------------------------------------------------------------------------------------+*/
202
/* Tableau : */
203
table {
204
	border:1px solid gray;
205
	border-collapse:collapse;
206
}
207
table thead, table tfoot, table tbody {
208
	background-color:Gainsboro;
209
	border:1px solid gray;
210
}
211
table tbody {
212
	background-color:#FFF;
213
}
214
table th {
215
	font-family:monospace;
216
	border:1px dotted gray;
217
	padding:5px;
218
	background-color:Gainsboro;
219
}
220
table td {
221
	font-family:arial;
222
	border:1px dotted gray;
223
	padding:5px;
224
	text-align:left;
225
}
226
table caption {
227
	font-family:sans-serif;
228
}
229
/*+-----------------------------------------------------------------------------------------------------------------+*/
230
/* Tableau : tablesorter */
231
th.header {
232
	background:url(../images/trie.png) no-repeat center right;
233
	padding-right:20px;
234
}
235
th.headerSortUp {
236
	background:url(../images/trie_croissant.png) no-repeat center right #3399FF;
237
}
238
th.headerSortDown {
239
    background:url(../images/trie_decroissant.png) no-repeat center right #3399FF;
240
}