author | veltr |
Mon, 09 Jul 2012 19:44:02 +0200 | |
changeset 75 | ef3377d7a4f7 |
parent 74 | e107c77600e8 |
child 77 | 04b8157f077b |
permissions | -rw-r--r-- |
75 | 1 |
html, body, div, span, applet, object, iframe, |
2 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
3 |
a, abbr, acronym, address, big, cite, code, |
|
4 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
5 |
small, strike, strong, sub, sup, tt, var, |
|
6 |
b, u, i, center, |
|
7 |
dl, dt, dd, ol, ul, li, |
|
8 |
fieldset, form, label, legend, |
|
9 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
10 |
article, aside, canvas, details, embed, |
|
11 |
figure, figcaption, footer, header, hgroup, |
|
12 |
menu, nav, output, ruby, section, summary, |
|
13 |
time, mark, audio, video { |
|
14 |
margin: 0; |
|
15 |
padding: 0; |
|
16 |
border: 0; |
|
17 |
font-size: 100%; |
|
18 |
font: inherit; |
|
19 |
vertical-align: baseline; |
|
20 |
} |
|
21 |
||
22 |
ul, li { |
|
23 |
list-style: none; |
|
24 |
} |
|
25 |
||
26 |
input::-moz-focus-inner /*Remove button padding in FF*/ |
|
27 |
{ |
|
28 |
border: 0; |
|
29 |
padding: 0; |
|
30 |
} |
|
31 |
||
32 |
table { |
|
33 |
border-collapse: separate; border-spacing: 0; |
|
34 |
} |
|
35 |
||
36 |
th, td { |
|
37 |
vertical-align: top; |
|
38 |
} |
|
39 |
||
40 |
img a { |
|
41 |
border: none; |
|
42 |
} |
|
43 |
||
44 |
body { |
|
45 |
font-size: 10px; font-family: Arial, Helvetica, sans-serif; |
|
46 |
} |
|
47 |
||
48 |
/*************************************************/ |
|
49 |
||
50 |
.Onglets { |
|
51 |
display: inline-block; border-style: solid solid none none; border-color: #ccc; border-width: 1px; |
|
52 |
} |
|
53 |
||
54 |
.Onglets li { |
|
55 |
display: inline-block; background: url(../img/barbgd.png); font-size: 14px; height: 15px; padding: 5px; border-style: none none none solid; border-color: #ccc; border-width: 1px; |
|
74 | 56 |
} |
57 |
||
58 |
/************************************************/ |
|
59 |
||
65 | 60 |
.Tl-Main { |
71 | 61 |
overflow: hidden; border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif; |
65 | 62 |
} |
63 |
||
64 |
.Tl-TopBar { |
|
65 |
height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px; |
|
66 |
background: url(../img/barbgd.png); |
|
67 |
} |
|
68 |
||
69 |
.Tl-TopBar-Button { |
|
70 |
float: left; background: url(../img/barbgd.png); cursor: pointer; |
|
71 |
} |
|
72 |
||
73 |
.Tl-TopBar-TextBtn { |
|
74 |
font-size: 12px; height: 15px; padding: 5px; |
|
75 |
} |
|
76 |
||
77 |
.Tl-TopBar-Button.active, .Tl-TopBar-Button:hover { |
|
78 |
background-position: 0 -25px; |
|
79 |
} |
|
80 |
||
81 |
.Tl-Border-Right { |
|
82 |
border-right: 1px solid #ccc; |
|
83 |
} |
|
84 |
||
85 |
.Tl-Border-Left { |
|
86 |
border-left: 1px solid #ccc; |
|
87 |
} |
|
88 |
||
89 |
.Tl-TopBar-Spacer { |
|
90 |
float: left; height: 25px; width: 25px; |
|
91 |
} |
|
92 |
||
93 |
.Tl-TopBar-AddButton { |
|
94 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -50px 0; |
|
95 |
} |
|
96 |
||
97 |
.Tl-TopBar-AddButton.active, .Tl-TopBar-AddButton:hover { |
|
98 |
background-position: -50px -25px; |
|
99 |
} |
|
100 |
||
101 |
.Tl-TopBar-PreviousButton { |
|
102 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -100px 0; |
|
103 |
} |
|
104 |
||
105 |
.Tl-TopBar-PreviousButton.active, .Tl-TopBar-PreviousButton:hover { |
|
106 |
background-position: -100px -25px; |
|
107 |
} |
|
108 |
||
109 |
.Tl-TopBar-NextButton { |
|
110 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -75px 0; |
|
111 |
} |
|
112 |
||
113 |
.Tl-TopBar-NextButton.active, .Tl-TopBar-NextButton:hover { |
|
114 |
background-position: -75px -25px; |
|
115 |
} |
|
116 |
||
117 |
.Tl-TopBar-SyncButton { |
|
118 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: 0 0; |
|
119 |
} |
|
120 |
||
121 |
.Tl-TopBar-SyncButton.active, .Tl-TopBar-SyncButton:hover { |
|
122 |
background-position: 0 -25px; |
|
123 |
} |
|
124 |
||
125 |
.Tl-TopBar-TimeSpan { |
|
126 |
float: left; width: 120px; text-align: center; |
|
127 |
} |
|
128 |
||
129 |
.Tl-BottomPart { |
|
130 |
position: relative; |
|
131 |
} |
|
132 |
||
133 |
.Tl-MainPart { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
134 |
position: absolute; right: 0; top: 0; bottom: 0; border-left: 1px solid #ccc; right: 0; top: 0; bottom: 0; |
65 | 135 |
} |
136 |
||
137 |
.Tl-UniversLabels { |
|
138 |
list-style: none; margin: 0; padding: 0; border: none; |
|
139 |
} |
|
140 |
||
74 | 141 |
.Tl-UniversText { |
142 |
font-size: 13px; margin: 2px 0; |
|
143 |
} |
|
144 |
||
65 | 145 |
.Tl-Line-Even { |
146 |
background: #e0e0e0; |
|
147 |
} |
|
148 |
||
66 | 149 |
.Tl-Layer { |
67 | 150 |
position: absolute; top: 0; left: 0; height: 100%; |
65 | 151 |
} |
152 |
||
153 |
.Tl-Grid-Column { |
|
154 |
position: absolute; top: 0; height: 100%; border-left: 1px solid #999; |
|
155 |
} |
|
156 |
/* |
|
157 |
.Tl-Grid-Major { |
|
158 |
z-index: 3; border-left: 1px solid #999; |
|
159 |
} |
|
160 |
*/ |
|
161 |
.Tl-Grid-Label { |
|
162 |
position: absolute; height: 12px; bottom: 0; left: 1px; font-size: 10px; z-index: 4; width: 80px; |
|
163 |
} |
|
164 |
||
165 |
.Tl-Grid-Now { |
|
166 |
position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff; |
|
167 |
} |
|
66 | 168 |
|
75 | 169 |
.Tl-Occurrence, .Tl-Cluster, .Tl-AddOccurrence, .Ls-OccIcon { |
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
170 |
width: 19px; height: 22px; background: url(../img/sprites.png); cursor: pointer; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
171 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
172 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
173 |
.Tl-OccOnGrid, .Tl-Cluster { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
174 |
position: absolute; margin-left: -9px; margin-top: -1px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
175 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
176 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
177 |
.Tl-OccInCluster { |
70 | 178 |
float: left; position: relative; |
179 |
} |
|
180 |
||
181 |
.Tl-Locked { |
|
182 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/sprites.png); background-position: -57px -50px; |
|
66 | 183 |
} |
184 |
||
185 |
.Tl-Occnarrative { |
|
186 |
background-position: 0 -50px; |
|
187 |
} |
|
188 |
||
73
642ef9139fad
Replaced "Production" by "Publication". Added beautiful arrows
veltr
parents:
71
diff
changeset
|
189 |
.Tl-Occpublication { |
66 | 190 |
background-position: -19px -50px; |
191 |
} |
|
192 |
||
67 | 193 |
.Tl-Occnarrative.Tl-Editing { |
194 |
background-position: 0 -72px; |
|
195 |
} |
|
196 |
||
73
642ef9139fad
Replaced "Production" by "Publication". Added beautiful arrows
veltr
parents:
71
diff
changeset
|
197 |
.Tl-Occpublication.Tl-Editing { |
67 | 198 |
background-position: -19px -72px; |
199 |
} |
|
200 |
||
75 | 201 |
.Tl-Occnarrative.Tl-Occa_valider { |
66 | 202 |
background-position: -38px -50px; |
203 |
} |
|
204 |
||
75 | 205 |
.Tl-Occpublication.Tl-Occa_valider { |
206 |
background-position: -57px -50px; |
|
207 |
} |
|
208 |
||
209 |
.Tl-Occnarrative.Tl-Editing.Tl-Occa_valider { |
|
210 |
background-position: -38px -72px; |
|
211 |
} |
|
212 |
||
213 |
.Tl-Occpublication.Tl-Editing.Tl-Occa_valider { |
|
214 |
background-position: -57px -72px; |
|
215 |
} |
|
216 |
||
217 |
.Tl-Occnarrative.Tl-Occvalide { |
|
218 |
background-position: -76px -50px; |
|
219 |
} |
|
220 |
||
221 |
.Tl-Occpublication.Tl-Occvalide { |
|
222 |
background-position: -95px -50px; |
|
223 |
} |
|
224 |
||
225 |
.Tl-Occnarrative.Tl-Editing.Tl-Occvalide { |
|
226 |
background-position: -76px -72px; |
|
227 |
} |
|
228 |
||
229 |
.Tl-Occpublication.Tl-Editing.Tl-Occvalide { |
|
230 |
background-position: -95px -72px; |
|
231 |
} |
|
232 |
||
233 |
.Tl-Cluster { |
|
234 |
background-position: -114px -50px; |
|
235 |
} |
|
236 |
||
70 | 237 |
.Tl-Link { |
75 | 238 |
position: absolute; left: 0; bottom: 0; width: 11px; height: 11px; background: url(../img/sprites.png) -114px -83px; display: none; |
70 | 239 |
} |
240 |
||
66 | 241 |
.Tl-ClusterCount { |
242 |
position: absolute; right: 0; top: 0; border: 1px solid #999999; background: #333333; |
|
243 |
padding: 1px 2px; font-size: 9px; color: #ffffff; border-radius: 5px; |
|
244 |
} |
|
245 |
||
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
246 |
.Tl-ClusterOverlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
247 |
position: absolute; margin-top: -20px; height: 30px; background: url(../img/cluster-overlay.png) center; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
248 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
249 |
|
66 | 250 |
.Tl-Overlay-Container { |
251 |
position: absolute; top: 0; |
|
252 |
} |
|
253 |
||
254 |
.Tl-Overlay-Box { |
|
255 |
position: absolute; width: 0; height: 0; display: none; |
|
256 |
} |
|
257 |
||
258 |
.Tl-Overlay { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
259 |
position: absolute; left: -105px; width: 210px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
260 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
261 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
262 |
.Tl-Overlay-Up .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
263 |
bottom: 0; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
264 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
265 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
266 |
.Tl-Overlay-Down .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
267 |
top: 22px; |
66 | 268 |
} |
269 |
||
270 |
.Tl-Overlay-Main { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
271 |
width: 190px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
272 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
273 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
274 |
.Tl-Overlay-Up .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
275 |
background: url(../img/tooltip.png) top; padding: 10px 10px 0; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
276 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
277 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
278 |
.Tl-Overlay-Down .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
279 |
background: url(../img/tooltip-down.png) bottom; padding: 0 10px 10px; |
66 | 280 |
} |
281 |
||
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
282 |
.Tl-Overlay-Up .Tl-Overlay-Tip-Bottom { |
66 | 283 |
width: 210px; height: 20px; background: url(../img/tooltip.png) bottom; |
284 |
} |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
285 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
286 |
.Tl-Overlay-Down .Tl-Overlay-Tip-Top { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
287 |
width: 210px; height: 20px; background: url(../img/tooltip-down.png) top; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
288 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
289 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
290 |
.Tl-Overlay-Up .Tl-Overlay-Tip-Top, .Tl-Overlay-Down .Tl-Overlay-Tip-Bottom { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
291 |
display: none; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
292 |
} |
70 | 293 |
|
294 |
h3.Tl-Tooltip-Title { |
|
295 |
font-size: 14px; font-weight: bold; color: #000080; margin: 0; |
|
296 |
} |
|
297 |
||
298 |
p.Tl-Tooltip-Date { |
|
299 |
font-size: 11px; margin: 2px 0; color: #000080; border-bottom: 1px dotted; float: left; |
|
300 |
} |
|
301 |
||
302 |
p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters { |
|
303 |
font-size: 12px; margin: 5px 0 0; clear: both; |
|
304 |
} |
|
71 | 305 |
|
306 |
ul.Tl-Adding { |
|
307 |
position: absolute; left: -150px; top: 0; display: none; |
|
308 |
list-style: none; font-size: 12px; padding: 0; margin: 0; width: 150px; border-style: none solid; border-color: #999999; border-width: 1px; |
|
309 |
} |
|
310 |
||
311 |
.Tl-Adding li { |
|
312 |
border-style: none none solid; border-color: #cccccc; border-width: 1px; padding: 4px; background: rgba(255,255,255,.9); |
|
313 |
} |
|
314 |
||
315 |
li.Tl-AddingTitle { |
|
316 |
background: rgba(215,215,215,.9); font-weight: bold; |
|
317 |
} |
|
318 |
||
319 |
.Tl-AddOccurrence { |
|
320 |
float: right; margin: -3px; |
|
321 |
} |
|
74 | 322 |
|
323 |
/**********************************/ |
|
324 |
||
75 | 325 |
.Ls-Main { |
326 |
width: 950px; height: 200px; background: #fafafa; border: 1px solid #cccccc; |
|
327 |
} |
|
328 |
||
329 |
.Ls-Filtres { |
|
330 |
width: 540px; |
|
331 |
float: left; |
|
332 |
} |
|
333 |
||
334 |
.Ls-Column { |
|
335 |
width: 180px; height: 160px; |
|
336 |
float: left; |
|
337 |
} |
|
338 |
||
339 |
.Ls-Main h2 { |
|
340 |
text-align: center; margin: 0; font-size: 14px; font-weight: bold; clear: both; |
|
341 |
} |
|
342 |
||
343 |
.Ls-Resultats { |
|
344 |
height: 200px; overflow: auto; border-left: 1px solid #cccccc; |
|
345 |
} |
|
346 |
||
347 |
.Ls-Input { |
|
348 |
width: 100px; margin-right: 5px; |
|
349 |
} |
|
350 |
||
351 |
.Ls-Label { |
|
352 |
display: inline-block; width: 30px; font-size: 12px; |
|
353 |
} |
|
354 |
||
355 |
.Ls-Main h3 { |
|
356 |
font-size: 12px; font-weight: bold; margin: 5px 0 0; |
|
357 |
clear: both; |
|
358 |
} |
|
359 |
||
360 |
.Ls-Critere { |
|
361 |
font-size: 11px; background: #ffffff; color: #333333; cursor: pointer; |
|
362 |
border-radius: 4px; margin: 2px; padding: 4px; display: inline-block; clear: both; |
|
363 |
} |
|
364 |
||
365 |
.Ls-Critere.Ls-Active { |
|
366 |
background: #ffb0ff; |
|
367 |
} |
|
368 |
||
369 |
.Ls-Critere:hover { |
|
370 |
background: #ffe0ff; |
|
371 |
} |
|
372 |
||
373 |
.Ls-Resultats ul { |
|
374 |
border-top: 1px solid #cccccc; |
|
375 |
} |
|
376 |
||
377 |
li.Ls-Occurrence { |
|
378 |
border-bottom: 1px solid #cccccc; clear: both; |
|
379 |
} |
|
380 |
||
381 |
.Ls-Occurrence-Title { |
|
382 |
width: 260px; float: left; font-size: 14px; |
|
383 |
} |
|
384 |
||
385 |
.Ls-Occurrence-Date { |
|
386 |
padding-top: 2px; font-size: 12px; |
|
387 |
} |
|
388 |
||
389 |
.Ls-CrWithIcon { |
|
390 |
padding: 5px 2px; |
|
391 |
} |
|
392 |
||
393 |
.Ls-OccIcon { |
|
394 |
float: right; |
|
395 |
} |
|
396 |
||
397 |
.Ls-CrWithIcon .Ls-OccIcon { |
|
398 |
margin: -4px 0; |
|
399 |
} |