| author | veltr |
| Mon, 06 Feb 2012 18:50:19 +0100 | |
| changeset 118 | fdf808d7d374 |
| parent 117 | dc6c3ac62efa |
| child 120 | 47c904f50da0 |
| permissions | -rw-r--r-- |
| 115 | 1 |
@font-face |
2 |
{ |
|
3 |
font-family: "Open Sans"; src: url(OpenSans-Regular.ttf); |
|
4 |
} |
|
5 |
||
6 |
@font-face |
|
7 |
{ |
|
8 |
font-family: "Open Sans"; font-weight: bold; src: url(OpenSans-Bold.ttf); |
|
9 |
} |
|
10 |
||
11 |
@font-face |
|
12 |
{ |
|
13 |
font-family: "Open Sans"; font-style: italic; src: url(OpenSans-Italic.ttf); |
|
14 |
} |
|
15 |
||
| 109 | 16 |
body { |
| 115 | 17 |
margin: 0; padding: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; |
| 109 | 18 |
background: #ffffff; color: #000000; |
19 |
font-size: 10px; |
|
20 |
} |
|
21 |
||
| 117 | 22 |
input, textarea { |
| 115 | 23 |
font-family: "Open Sans", Arial, Helvetica, sans-serif; |
24 |
} |
|
25 |
||
| 109 | 26 |
a { |
27 |
text-decoration: none; |
|
28 |
} |
|
29 |
||
30 |
a:hover { |
|
31 |
text-decoration: underline; |
|
32 |
} |
|
33 |
||
34 |
#container { |
|
35 |
position: relative; width: 960px; margin: 0 auto; |
|
36 |
} |
|
37 |
||
| 115 | 38 |
.barrebloc { |
39 |
float: left; width: 473px; border: 1px solid #b0b0b0; |
|
40 |
background: #e0e0e0; cursor: pointer; cursor: hand; |
|
41 |
} |
|
42 |
||
43 |
.barrebloc h2 { |
|
44 |
margin: 4px 0; font-size: 16px; text-align: center; |
|
45 |
} |
|
46 |
||
47 |
.bloc, #bloc_gestvue { |
|
48 |
float: left; width: 475px; margin-bottom: 10px; |
|
49 |
} |
|
50 |
||
51 |
.corpsbloc { |
|
52 |
float: left; width: 465px; border: 1px solid #b0b0b0; padding: 8px 4px; border-top-style: none; |
|
53 |
} |
|
54 |
||
| 109 | 55 |
h1 { |
| 115 | 56 |
float: left; width: 475px; margin: 5px 0; font-size: 20px; |
| 109 | 57 |
} |
58 |
||
59 |
#sessionname { |
|
60 |
color: #600000; font-size: 22px; |
|
61 |
} |
|
62 |
||
63 |
h1 .lectseul { |
|
64 |
font-size: 17px; |
|
65 |
} |
|
66 |
||
67 |
h1 input { |
|
68 |
display: inline; margin: 0; padding: 0; font-size: 18px; font-weight: bold; |
|
69 |
} |
|
70 |
||
| 115 | 71 |
#apartager { |
72 |
float: right; font-size: 14px; |
|
73 |
} |
|
74 |
||
75 |
#vues { |
|
76 |
float: right; text-align: right; width: 475px; margin: 2px 0; padding: 0; |
|
| 109 | 77 |
} |
78 |
||
| 115 | 79 |
#vuestitre { |
80 |
display: inline; padding: 2px 4px; font-size: 15px; |
|
| 109 | 81 |
} |
82 |
||
| 115 | 83 |
#ongletsvues { |
84 |
display: inline; list-style: none; margin: 0; padding: 0; |
|
85 |
} |
|
86 |
||
87 |
li.lienvue { |
|
88 |
display: inline; padding: 3px; font-size: 13px; font-weight: bold; |
|
89 |
} |
|
90 |
||
91 |
.lienvue a, #apartager a { |
|
| 110 | 92 |
color: #666666; |
93 |
} |
|
94 |
||
| 115 | 95 |
.lienvue.actif a, #apartager.actif a { |
| 110 | 96 |
color: #990000; |
97 |
} |
|
98 |
||
| 117 | 99 |
#nouvellevue a { |
100 |
font-weight: bold; color: #ff3000; font-size: 16px; |
|
101 |
} |
|
102 |
||
103 |
#partageurls, #plusdevues { |
|
104 |
float: right; text-align: right; clear: both; list-style: none; padding: 0; margin: 2px 0; |
|
| 109 | 105 |
font-size: 13px; display: none; |
106 |
} |
|
107 |
||
108 |
.myurl { |
|
109 |
font-weight: bold; |
|
110 |
} |
|
111 |
||
112 |
#timeline { |
|
| 115 | 113 |
float: left; width: 100%; margin: 15px 0; |
| 109 | 114 |
} |
115 |
||
116 |
#dates { |
|
117 |
list-style: none; float: left; width: 100%; height: 0; padding: 0; margin: 0; |
|
118 |
} |
|
119 |
||
120 |
#dates li { |
|
121 |
position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2; margin: 0; padding: 0; |
|
122 |
} |
|
123 |
||
124 |
div.datelabel { |
|
| 115 | 125 |
width: 60px; margin: 4px 0 0 -30px; font-size: 10px; text-align: center; opacity: .8; |
| 109 | 126 |
} |
127 |
||
128 |
#dateheat { |
|
129 |
float: left; width: 100%; height: 20px; z-index: 1; |
|
130 |
} |
|
131 |
||
| 115 | 132 |
.handle { |
133 |
position: absolute; width: 0; z-index: 2; cursor: pointer; cursor: hand; |
|
134 |
} |
|
135 |
||
136 |
.handleinner { |
|
137 |
float: left; border: 5px solid #999; background: #fff; |
|
138 |
height: 30px; width: 10px; margin-top: -10px; border-radius: 4px; |
|
139 |
opacity: .8; |
|
140 |
} |
|
141 |
||
142 |
.handleinner:hover { |
|
143 |
background: #ccc; |
|
144 |
} |
|
145 |
||
146 |
.ui-draggable-dragging .handleinner { |
|
147 |
background: #660000; color: #ffffff; |
|
| 109 | 148 |
} |
149 |
||
150 |
#leftcol { |
|
151 |
float: left; width: 475px; margin-right: 5px; |
|
152 |
} |
|
153 |
||
154 |
#bandefiltre { |
|
| 115 | 155 |
float: left; width: 100%; margin-top: 10px; |
| 109 | 156 |
} |
157 |
||
158 |
#filtertitle { |
|
159 |
float: left; margin: 1px 0; padding: 0; font-size: 13px; font-weight: bold; |
|
160 |
} |
|
161 |
||
162 |
#filters { |
|
163 |
list-style: none; float: left; margin: 0 20px; padding: 0; font-size: 12px; |
|
164 |
} |
|
165 |
||
166 |
#filters li { |
|
167 |
float: left; padding: 2px 3px; margin-right: 5px; font-weight: bold; |
|
168 |
} |
|
169 |
||
170 |
#filters a { |
|
171 |
color: #666666; |
|
172 |
} |
|
173 |
||
174 |
#filters li.nofilter { |
|
175 |
font-style: italic; color: #ff3030; |
|
176 |
} |
|
177 |
||
178 |
#filters li.filtag { |
|
179 |
color: #ffffff; background: #000066; |
|
180 |
} |
|
181 |
||
|
118
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
182 |
#filters li.filcountry { |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
183 |
color: #ffffff; background: #cc0066; |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
184 |
} |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
185 |
|
| 109 | 186 |
#filters li.filperiod { |
|
118
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
187 |
color: #ffffff; background: #e07000; |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
188 |
} |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
189 |
|
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
190 |
span.spyr { |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
191 |
cursor: pointer; cursor: hand; |
| 110 | 192 |
} |
193 |
||
194 |
.spyr input { |
|
195 |
display: inline; margin: 0; padding: 0; font-size: 11px; |
|
| 109 | 196 |
} |
197 |
||
198 |
#contentcount { |
|
| 115 | 199 |
float: left; width: 100%; text-align: right; font-size: 13px; margin: 2px 0; |
| 109 | 200 |
} |
201 |
||
202 |
#filters a.remfil { |
|
203 |
color: #cccccc; margin-left: 2px; |
|
204 |
} |
|
205 |
||
| 110 | 206 |
#map { |
|
118
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
207 |
height: 250px; |
| 110 | 208 |
} |
209 |
||
| 109 | 210 |
#tagcloud { |
| 115 | 211 |
text-align: center; |
| 109 | 212 |
} |
213 |
||
214 |
#tclist { |
|
215 |
list-style: none; padding: 0; margin: 0; |
|
216 |
} |
|
217 |
||
218 |
#tclist li { |
|
| 110 | 219 |
display: inline-block; margin: 2px; padding: 0; |
| 109 | 220 |
} |
221 |
||
222 |
#tclist a { |
|
223 |
color: #000000; |
|
224 |
} |
|
225 |
||
226 |
#tclist a.tagmatch { |
|
227 |
color: #0000cc; |
|
228 |
} |
|
229 |
||
230 |
#tclist a:hover { |
|
231 |
color: #800000; |
|
232 |
} |
|
233 |
||
| 115 | 234 |
|
235 |
#tagsearchwrap { |
|
236 |
width: 50%; |
|
237 |
} |
|
238 |
||
| 109 | 239 |
#tagsearch { |
| 115 | 240 |
width: 100%; font-size: 16px; font-weight: bold; border-style: none; border-bottom: 1px solid #000; |
| 109 | 241 |
} |
242 |
||
243 |
#tagsearch.grise { |
|
| 115 | 244 |
color: #666; font-style: italic; font-weight: normal; |
| 109 | 245 |
} |
246 |
||
247 |
#rightcol { |
|
248 |
float: left; width: 475px; margin-left: 5px; |
|
249 |
} |
|
250 |
||
| 115 | 251 |
#disciplines { |
252 |
height: 120px; |
|
253 |
} |
|
254 |
||
255 |
#disciplines g { |
|
256 |
cursor: pointer; cursor: hand; |
|
| 109 | 257 |
} |
258 |
||
259 |
#contentlist { |
|
260 |
list-style: none; padding: 0; margin: 0; |
|
261 |
} |
|
262 |
||
263 |
li.content-item { |
|
264 |
margin: 2px 0 12px; |
|
265 |
} |
|
266 |
||
267 |
.content-item h3 { |
|
268 |
font-size: 18px; margin: 3px 0; |
|
269 |
} |
|
270 |
||
271 |
.content-item h4 { |
|
272 |
font-size: 11px; margin: 3px 0; |
|
273 |
} |
|
274 |
||
275 |
.content-item h4 a { |
|
276 |
color: #000066; |
|
277 |
} |
|
278 |
||
|
118
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
279 |
.maplet { |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
280 |
float: right; |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
281 |
} |
|
fdf808d7d374
Ajout de l agregation geographique par pays et des donnees insee
veltr
parents:
117
diff
changeset
|
282 |
|
| 109 | 283 |
.content-item p { |
284 |
font-size: 12px; margin: 3px 0; |
|
285 |
} |
|
286 |
||
287 |
.content-annotation ul { |
|
| 117 | 288 |
list-style : disc; margin: 2px 0; padding-left: 1.5em; font-size: 12px; |
| 109 | 289 |
cursor: pointer; cursor: hand; |
290 |
} |
|
291 |
||
292 |
.content-annotation li { |
|
293 |
margin: 2px 0; |
|
294 |
} |
|
295 |
||
296 |
.content-annotation textarea { |
|
| 117 | 297 |
width: 99%; margin: 0; padding: 0; font-size: 12px; |
| 109 | 298 |
} |
299 |
||
300 |
ul.content-tags { |
|
301 |
list-style: none; padding: 0; margin: 0; |
|
302 |
} |
|
303 |
||
304 |
li.content-tag-item { |
|
305 |
display: inline-block; margin: 2px; padding: 2px; font-size: 13px; background: #666666; |
|
306 |
} |
|
307 |
||
308 |
.content-tag-item a { |
|
309 |
color: #ffffff; |
|
310 |
} |
|
311 |
||
312 |
.content-tag-item a:hover { |
|
313 |
color: #ff8080; |
|
314 |
} |
|
315 |
||
316 |
.content-tag-item a.tagmatch { |
|
317 |
color: #ffff00; font-weight: bold; |
|
318 |
} |
|
319 |
||
| 115 | 320 |
#tagcount { |
321 |
float: right; text-align: right; font-size: 14px; font-weight: bold; |
|
| 109 | 322 |
} |
323 |
||
324 |
#taginfo p, h2, h3 { |
|
325 |
margin: 5px 0; |
|
326 |
} |
|
327 |
||
328 |
#taginfo h3 { |
|
329 |
font-size: 14px; |
|
330 |
} |
|
331 |
||
332 |
#taginfo p { |
|
333 |
font-size: 11px; |
|
334 |
} |
|
335 |
||
336 |
#img_wikipedia { |
|
337 |
float: left; max-width: 160px; max-height: 120px; margin: 2px 2px 2px 0; |
|
| 115 | 338 |
} |
339 |
||
340 |
#gestvue { |
|
341 |
display: none; |
|
342 |
} |
|
343 |
||
344 |
#div_titrevue { |
|
345 |
margin: 5px 0; |
|
346 |
} |
|
347 |
||
348 |
#div_titrevue label { |
|
349 |
font-size: 14px; |
|
350 |
} |
|
351 |
||
352 |
#titrevue { |
|
353 |
font-size: 15px; margin: 0 0 0 5px; width: 220px; padding: 2px; border-style: none; border-bottom: 1px solid #000; |
|
354 |
} |
|
355 |
||
356 |
#gestvue h4 { |
|
357 |
margin: 2px 0; font-size: 14px; |
|
358 |
} |
|
359 |
||
360 |
#widgetlist { |
|
361 |
list-style: none; padding: 0; margin: 0; width: 100%; |
|
362 |
} |
|
363 |
||
364 |
#widgetlist li { |
|
365 |
float: left; width: 48%; |
|
366 |
} |
|
367 |
||
368 |
#widgetlist label { |
|
369 |
font-size: 13px; |
|
370 |
} |
|
| 117 | 371 |
|
372 |
#notes ul { |
|
373 |
font-size: 13px; margin: 0; padding-left: 1.5em; |
|
374 |
} |
|
375 |
||
376 |
#notes textarea { |
|
377 |
padding: 0; margin: 0; width: 99%; font-size: 13px; |
|
378 |
} |