|
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 |
|
|
115
|
22 |
input { |
|
|
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 |
|
|
109
|
99 |
#partageurls { |
|
|
100 |
float: right; text-align: center; clear: both; list-style: none; padding: 0; margin: 2px 0; |
|
|
101 |
font-size: 13px; display: none; |
|
|
102 |
} |
|
|
103 |
|
|
|
104 |
.myurl { |
|
|
105 |
font-weight: bold; |
|
|
106 |
} |
|
|
107 |
|
|
|
108 |
#timeline { |
|
115
|
109 |
float: left; width: 100%; margin: 15px 0; |
|
109
|
110 |
} |
|
|
111 |
|
|
|
112 |
#dates { |
|
|
113 |
list-style: none; float: left; width: 100%; height: 0; padding: 0; margin: 0; |
|
|
114 |
} |
|
|
115 |
|
|
|
116 |
#dates li { |
|
|
117 |
position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2; margin: 0; padding: 0; |
|
|
118 |
} |
|
|
119 |
|
|
|
120 |
div.datelabel { |
|
115
|
121 |
width: 60px; margin: 4px 0 0 -30px; font-size: 10px; text-align: center; opacity: .8; |
|
109
|
122 |
} |
|
|
123 |
|
|
|
124 |
#dateheat { |
|
|
125 |
float: left; width: 100%; height: 20px; z-index: 1; |
|
|
126 |
} |
|
|
127 |
|
|
115
|
128 |
.handle { |
|
|
129 |
position: absolute; width: 0; z-index: 2; cursor: pointer; cursor: hand; |
|
|
130 |
} |
|
|
131 |
|
|
|
132 |
.handleinner { |
|
|
133 |
float: left; border: 5px solid #999; background: #fff; |
|
|
134 |
height: 30px; width: 10px; margin-top: -10px; border-radius: 4px; |
|
|
135 |
opacity: .8; |
|
|
136 |
} |
|
|
137 |
|
|
|
138 |
.handleinner:hover { |
|
|
139 |
background: #ccc; |
|
|
140 |
} |
|
|
141 |
|
|
|
142 |
.ui-draggable-dragging .handleinner { |
|
|
143 |
background: #660000; color: #ffffff; |
|
109
|
144 |
} |
|
|
145 |
|
|
|
146 |
#leftcol { |
|
|
147 |
float: left; width: 475px; margin-right: 5px; |
|
|
148 |
} |
|
|
149 |
|
|
|
150 |
#bandefiltre { |
|
115
|
151 |
float: left; width: 100%; margin-top: 10px; |
|
109
|
152 |
} |
|
|
153 |
|
|
|
154 |
#filtertitle { |
|
|
155 |
float: left; margin: 1px 0; padding: 0; font-size: 13px; font-weight: bold; |
|
|
156 |
} |
|
|
157 |
|
|
|
158 |
#filters { |
|
|
159 |
list-style: none; float: left; margin: 0 20px; padding: 0; font-size: 12px; |
|
|
160 |
} |
|
|
161 |
|
|
|
162 |
#filters li { |
|
|
163 |
float: left; padding: 2px 3px; margin-right: 5px; font-weight: bold; |
|
|
164 |
} |
|
|
165 |
|
|
|
166 |
#filters a { |
|
|
167 |
color: #666666; |
|
|
168 |
} |
|
|
169 |
|
|
|
170 |
#filters li.nofilter { |
|
|
171 |
font-style: italic; color: #ff3030; |
|
|
172 |
} |
|
|
173 |
|
|
|
174 |
#filters li.filtag { |
|
|
175 |
color: #ffffff; background: #000066; |
|
|
176 |
} |
|
|
177 |
|
|
|
178 |
#filters li.filperiod { |
|
110
|
179 |
color: #ffffff; background: #e07000; cursor: pointer; cursor: hand; |
|
|
180 |
} |
|
|
181 |
|
|
|
182 |
.spyr input { |
|
|
183 |
display: inline; margin: 0; padding: 0; font-size: 11px; |
|
109
|
184 |
} |
|
|
185 |
|
|
|
186 |
#contentcount { |
|
115
|
187 |
float: left; width: 100%; text-align: right; font-size: 13px; margin: 2px 0; |
|
109
|
188 |
} |
|
|
189 |
|
|
|
190 |
#filters a.remfil { |
|
|
191 |
color: #cccccc; margin-left: 2px; |
|
|
192 |
} |
|
|
193 |
|
|
110
|
194 |
#map { |
|
115
|
195 |
height: 200px; |
|
110
|
196 |
} |
|
|
197 |
|
|
109
|
198 |
#tagcloud { |
|
115
|
199 |
text-align: center; |
|
109
|
200 |
} |
|
|
201 |
|
|
|
202 |
#tclist { |
|
|
203 |
list-style: none; padding: 0; margin: 0; |
|
|
204 |
} |
|
|
205 |
|
|
|
206 |
#tclist li { |
|
110
|
207 |
display: inline-block; margin: 2px; padding: 0; |
|
109
|
208 |
} |
|
|
209 |
|
|
|
210 |
#tclist a { |
|
|
211 |
color: #000000; |
|
|
212 |
} |
|
|
213 |
|
|
|
214 |
#tclist a.tagmatch { |
|
|
215 |
color: #0000cc; |
|
|
216 |
} |
|
|
217 |
|
|
|
218 |
#tclist a:hover { |
|
|
219 |
color: #800000; |
|
|
220 |
} |
|
|
221 |
|
|
115
|
222 |
|
|
|
223 |
#tagsearchwrap { |
|
|
224 |
width: 50%; |
|
|
225 |
} |
|
|
226 |
|
|
109
|
227 |
#tagsearch { |
|
115
|
228 |
width: 100%; font-size: 16px; font-weight: bold; border-style: none; border-bottom: 1px solid #000; |
|
109
|
229 |
} |
|
|
230 |
|
|
|
231 |
#tagsearch.grise { |
|
115
|
232 |
color: #666; font-style: italic; font-weight: normal; |
|
109
|
233 |
} |
|
|
234 |
|
|
|
235 |
#rightcol { |
|
|
236 |
float: left; width: 475px; margin-left: 5px; |
|
|
237 |
} |
|
|
238 |
|
|
115
|
239 |
#disciplines { |
|
|
240 |
height: 120px; |
|
|
241 |
} |
|
|
242 |
|
|
|
243 |
#disciplines g { |
|
|
244 |
cursor: pointer; cursor: hand; |
|
109
|
245 |
} |
|
|
246 |
|
|
|
247 |
#contentlist { |
|
|
248 |
list-style: none; padding: 0; margin: 0; |
|
|
249 |
} |
|
|
250 |
|
|
|
251 |
li.content-item { |
|
|
252 |
margin: 2px 0 12px; |
|
|
253 |
} |
|
|
254 |
|
|
|
255 |
.content-item h3 { |
|
|
256 |
font-size: 18px; margin: 3px 0; |
|
|
257 |
} |
|
|
258 |
|
|
|
259 |
.content-item h4 { |
|
|
260 |
font-size: 11px; margin: 3px 0; |
|
|
261 |
} |
|
|
262 |
|
|
|
263 |
.content-item h4 a { |
|
|
264 |
color: #000066; |
|
|
265 |
} |
|
|
266 |
|
|
|
267 |
.content-item p { |
|
|
268 |
font-size: 12px; margin: 3px 0; |
|
|
269 |
} |
|
|
270 |
|
|
|
271 |
.content-annotation ul { |
|
|
272 |
list-style : disc; margin: 2px 0; padding: 0 0 0 16px; font-size: 12px; |
|
|
273 |
cursor: pointer; cursor: hand; |
|
|
274 |
} |
|
|
275 |
|
|
|
276 |
.content-annotation li { |
|
|
277 |
margin: 2px 0; |
|
|
278 |
} |
|
|
279 |
|
|
|
280 |
.content-annotation textarea { |
|
|
281 |
width: 99%; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; font-size: 12px; |
|
|
282 |
} |
|
|
283 |
|
|
|
284 |
ul.content-tags { |
|
|
285 |
list-style: none; padding: 0; margin: 0; |
|
|
286 |
} |
|
|
287 |
|
|
|
288 |
li.content-tag-item { |
|
|
289 |
display: inline-block; margin: 2px; padding: 2px; font-size: 13px; background: #666666; |
|
|
290 |
} |
|
|
291 |
|
|
|
292 |
.content-tag-item a { |
|
|
293 |
color: #ffffff; |
|
|
294 |
} |
|
|
295 |
|
|
|
296 |
.content-tag-item a:hover { |
|
|
297 |
color: #ff8080; |
|
|
298 |
} |
|
|
299 |
|
|
|
300 |
.content-tag-item a.tagmatch { |
|
|
301 |
color: #ffff00; font-weight: bold; |
|
|
302 |
} |
|
|
303 |
|
|
115
|
304 |
#tagcount { |
|
|
305 |
float: right; text-align: right; font-size: 14px; font-weight: bold; |
|
109
|
306 |
} |
|
|
307 |
|
|
|
308 |
#taginfo p, h2, h3 { |
|
|
309 |
margin: 5px 0; |
|
|
310 |
} |
|
|
311 |
|
|
|
312 |
#taginfo h3 { |
|
|
313 |
font-size: 14px; |
|
|
314 |
} |
|
|
315 |
|
|
|
316 |
#taginfo p { |
|
|
317 |
font-size: 11px; |
|
|
318 |
} |
|
|
319 |
|
|
|
320 |
#img_wikipedia { |
|
|
321 |
float: left; max-width: 160px; max-height: 120px; margin: 2px 2px 2px 0; |
|
115
|
322 |
} |
|
|
323 |
|
|
|
324 |
#gestvue { |
|
|
325 |
display: none; |
|
|
326 |
} |
|
|
327 |
|
|
|
328 |
#div_titrevue { |
|
|
329 |
margin: 5px 0; |
|
|
330 |
} |
|
|
331 |
|
|
|
332 |
#div_titrevue label { |
|
|
333 |
font-size: 14px; |
|
|
334 |
} |
|
|
335 |
|
|
|
336 |
#titrevue { |
|
|
337 |
font-size: 15px; margin: 0 0 0 5px; width: 220px; padding: 2px; border-style: none; border-bottom: 1px solid #000; |
|
|
338 |
} |
|
|
339 |
|
|
|
340 |
#gestvue h4 { |
|
|
341 |
margin: 2px 0; font-size: 14px; |
|
|
342 |
} |
|
|
343 |
|
|
|
344 |
#widgetlist { |
|
|
345 |
list-style: none; padding: 0; margin: 0; width: 100%; |
|
|
346 |
} |
|
|
347 |
|
|
|
348 |
#widgetlist li { |
|
|
349 |
float: left; width: 48%; |
|
|
350 |
} |
|
|
351 |
|
|
|
352 |
#widgetlist label { |
|
|
353 |
font-size: 13px; |
|
|
354 |
} |