Mercurial > hg > MPIWGWeb
annotate css/mpiwg.css @ 168:07beb979e7e4
Merge with 6e0bea9510c9c28db9c8cc44e8bb9b51bff7168b
author | casties |
---|---|
date | Fri, 07 Jun 2013 11:32:05 +0200 |
parents | 9e4001404792 6e0bea9510c9 |
children | a743e22a155a |
rev | line source |
---|---|
2 | 1 /* MPIWG website style sheet |
2 * | |
11 | 3 * (c) 2013 MPIWG Berlin |
4 * Author: Robert Casties | |
2 | 5 */ |
106 | 6 |
119 | 7 |
2 | 8 body { |
9 margin: 0; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
10 font-family: Verdana, Arial, sans-serif; |
2 | 11 background-color: #fdf8ef; |
12 font-size: 12px; | |
13 } | |
14 | |
15 /* | |
16 * global styles | |
17 */ | |
18 img { | |
19 border: none; | |
20 } | |
21 | |
22 a { | |
4 | 23 color: #d45a00; |
2 | 24 text-decoration: none; |
25 } | |
26 | |
27 a:hover { | |
28 text-decoration: underline; | |
29 } | |
30 | |
25 | 31 /* link-classes (with icons) */ |
90 | 32 a.internal, |
33 a.more { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
34 background: url(../images/internal.png) center left no-repeat; |
25 | 35 padding-left: 10px; |
2 | 36 } |
37 | |
38 a.download { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
39 background: url(../images/download.png) center left no-repeat; |
25 | 40 padding-left: 15px; |
2 | 41 } |
42 | |
43 a.external { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
44 background: url(../images/external.png) center left no-repeat; |
2 | 45 padding-left: 15px; |
46 } | |
25 | 47 |
48 a.down { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
49 background: url(../images/down.png) center left no-repeat; |
25 | 50 padding-left: 15px; |
2 | 51 } |
52 | |
86 | 53 a.jumptop { |
54 background: url(../images/jump_top.png) center left no-repeat; | |
55 padding-left: 15px; | |
2 | 56 } |
57 | |
86 | 58 a.email { |
59 background: url(../images/email.png) center left no-repeat; | |
60 padding-left: 23px; | |
61 } | |
62 | |
124 | 63 a.disk { |
146 | 64 background: url(../images/disk_link.png) center left no-repeat; |
65 padding: 0 0 3px 25px; | |
124 | 66 } |
67 | |
143 | 68 a.namelink { |
69 color: #3b4186; | |
70 } | |
71 | |
4 | 72 h1 { |
73 color: #3b4186; | |
11 | 74 font-size: 20px; |
75 font-weight: normal; | |
140 | 76 margin: 1em 0 0.5em 0; |
2 | 77 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
78 |
11 | 79 h1:first-child { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
80 /* does this work correctly? */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
81 margin-top: 0; |
11 | 82 } |
2 | 83 |
4 | 84 h2 { |
85 color: #3b4186; | |
5 | 86 font-size: 16px; |
4 | 87 font-weight: normal; |
140 | 88 margin: 1em 0 0.5em 0; |
89 } | |
90 | |
4 | 91 h3 { |
92 color: #3b4186; | |
5 | 93 font-size: 14px; |
4 | 94 font-weight: normal; |
6 | 95 margin: 0; |
4 | 96 } |
97 | |
97 | 98 h3 + h3 { |
99 /* h3 directly after h3 has a margin */ | |
100 margin-top: 0.5em; | |
101 } | |
102 | |
2 | 103 h1 a { |
104 /* a header with a link looks like a header */ | |
105 color: inherit; | |
106 font-weight: inherit; | |
107 text-decoration: none; | |
108 } | |
109 | |
143 | 110 h2 a { |
111 /* a header with a link looks like a header */ | |
112 color: inherit; | |
113 font-weight: inherit; | |
114 text-decoration: none; | |
115 } | |
116 | |
7 | 117 p { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
118 margin: 0.5em 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
119 line-height: 1.5; |
7 | 120 } |
2 | 121 |
100 | 122 ul.plain { |
123 list-style-type: none; | |
140 | 124 padding: 0; |
100 | 125 } |
126 ul.plain > li { | |
127 margin-top: 0.5em; | |
128 } | |
153 | 129 ul.plain > li:first-child { |
130 margin-top: 0; | |
131 } | |
100 | 132 |
11 | 133 ul.inline { |
90 | 134 display: inline; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
135 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
136 margin: 0; |
11 | 137 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
138 |
11 | 139 ul.inline li { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
140 display: inline; |
11 | 141 } |
142 | |
166 | 143 .hasright { |
144 position: relative; | |
145 } | |
146 | |
147 .hasright .right { | |
148 position: absolute; | |
149 right: 0; | |
150 margin-right: 0.5em; | |
151 } | |
152 | |
140 | 153 .clear { |
154 clear: both; | |
155 } | |
156 | |
143 | 157 .blue { |
158 color: #3b4186; | |
159 } | |
160 | |
157 | 161 .javascriptonly { |
162 /* initially hidden, shown by javascript */ | |
163 display: none; | |
164 } | |
165 | |
90 | 166 /* |
167 * table-like rows and columns | |
168 */ | |
169 | |
11 | 170 div.rows { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
171 display: table; |
11 | 172 } |
173 | |
174 div.row { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
175 display: table-row; |
11 | 176 } |
177 | |
112 | 178 div.row > div.col { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
179 display: table-cell; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
180 vertical-align: top; |
11 | 181 } |
182 | |
112 | 183 div.row > div.col:first-child { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
184 /* first block has no left margin */ |
112 | 185 padding-left: 0; |
186 /* padding-left: 0 !important; */ | |
11 | 187 } |
8 | 188 |
2 | 189 /* |
11 | 190 * page wrapper and header |
2 | 191 */ |
192 #wrapper { | |
148 | 193 position: relative; |
194 z-index: 5; | |
4 | 195 width: 900px; |
2 | 196 margin: 0 auto; |
4 | 197 padding: 10px 40px 10px 20px; |
2 | 198 background-color: #fcf2df; |
4 | 199 box-shadow: 0 0 5px 3px #d0d0d0; |
2 | 200 } |
201 | |
202 #header { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
203 display: block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
204 position: relative; |
8 | 205 height: 95px; |
2 | 206 margin: 0 0 10px 0; |
207 } | |
208 | |
209 #header div.title { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
210 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
211 left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
212 top: 25px; |
2 | 213 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
214 |
8 | 215 #header div.title img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
216 width: 661px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
217 height: 40px; |
8 | 218 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
219 |
2 | 220 #header div.logo { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
221 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
222 right: 0; |
8 | 223 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
224 |
8 | 225 #header div.logo img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
226 width: 87px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
227 height: 88px; |
2 | 228 } |
229 | |
6 | 230 /* |
231 * Main Navigation | |
232 */ | |
2 | 233 #mainnav { |
8 | 234 display: block; |
4 | 235 position: relative; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
236 font-family: Verdana, Arial, sans-serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
237 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
238 border-top: 8px solid #fab775; |
6 | 239 padding-top: 5px; |
8 | 240 margin-bottom: 15px; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
241 /* make iPhone-Safari not botch text size */ |
12 | 242 -webkit-text-size-adjust: 100%; |
6 | 243 } |
12 | 244 |
6 | 245 #mainnav ul { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
246 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
247 margin: 0; |
6 | 248 } |
12 | 249 |
6 | 250 #mainnav li.sec { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
251 display: inline; |
6 | 252 border-top: 8px solid #fab775; |
253 margin: 0 35px 0 0; | |
2 | 254 padding-top: 5px; |
255 } | |
256 | |
6 | 257 #mainnav li.sec:hover { |
8 | 258 border-top: 8px solid #d45a00; |
2 | 259 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
260 |
2 | 261 #mainnav a { |
4 | 262 color: #696968; |
2 | 263 outline: none; |
264 } | |
265 | |
266 #mainnav a:hover { | |
267 color: #000000; | |
268 text-decoration: none; | |
269 } | |
270 | |
6 | 271 #mainnav li.sec.on { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
272 border-top: 8px solid #d45a00; |
2 | 273 } |
274 | |
6 | 275 #mainnav li.sec.on a { |
8 | 276 color: #d45a00; |
2 | 277 outline: none; |
278 font-weight: bold; | |
279 } | |
280 | |
6 | 281 #mainnav li.sec.lang { |
4 | 282 position: absolute; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
283 right: 0; |
4 | 284 top: -8px; |
2 | 285 margin-right: 0; |
286 } | |
287 | |
8 | 288 /* |
289 * breadcrumbs | |
290 */ | |
291 #breadcrumbs { | |
292 font-size: 11px; | |
293 color: #6a4d3c; | |
294 margin-bottom: 5px; | |
295 } | |
296 | |
297 #breadcrumbs a { | |
298 color: #6a4d3c; | |
299 } | |
300 | |
301 #breadcrumbs .selected { | |
302 font-weight: bold; | |
303 } | |
304 | |
305 /* | |
306 * main section wrapper | |
307 */ | |
308 #mainrow { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
309 display: table-row; |
8 | 310 } |
311 | |
2 | 312 /* |
313 * subnavigation | |
314 */ | |
315 div.leftbox { | |
8 | 316 display: table-cell; |
317 vertical-align: top; | |
2 | 318 width: 170px; |
8 | 319 border-top: 3px solid #dccbae; |
2 | 320 } |
321 | |
322 div.subnav { | |
323 font-size: 11px; | |
324 } | |
325 | |
8 | 326 div.subnav ul { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
327 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
328 padding: 0; |
8 | 329 } |
330 | |
331 div.subnav li { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
332 list-style-type: none; |
2 | 333 border-bottom: 1px solid #dccbae; |
8 | 334 padding: 3px 6px 6px 3px; |
2 | 335 } |
336 | |
337 div.subnav .sn_on { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
338 padding-left: 6px; |
83 | 339 background-color: #d45a00; |
2 | 340 } |
341 | |
342 div.subnav .sn_on a { | |
8 | 343 color: #fcf2df; |
2 | 344 font-weight: bold; |
345 } | |
346 | |
25 | 347 div.subnav h2.subnavhead { |
348 background-color: white; | |
349 color: #d45a00; | |
350 border-bottom: 1px solid #dccbae; | |
351 font-size: 11px; | |
352 font-weight: bold; | |
353 margin: 0; | |
354 padding: 5px 3px; | |
355 } | |
356 | |
357 div.subnav li.dept { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
358 padding-left: 18px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
359 list-style-position: inside; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
360 list-style-image: url(../images/internal.png); |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
361 text-indent: -14px; |
25 | 362 } |
363 | |
364 div.subnav li.dept .type { | |
365 font-style: italic; | |
366 color: #6a4d3c; | |
367 } | |
368 | |
369 div.subnav li.dept.sn_on .type { | |
370 color: #f9f4e1; | |
371 } | |
372 | |
8 | 373 div.subnavbox { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
374 /* navigation below e.g. research projects */ |
8 | 375 font-size: 11px; |
376 margin-top: 30px; | |
377 } | |
378 | |
2 | 379 div.subnavbox h2 { |
380 font-size: 11px; | |
381 color: #b69f7b; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
382 padding-bottom: 3px; |
8 | 383 border-bottom: 1px solid #dccbae; |
2 | 384 margin-top: 20px; |
385 } | |
386 | |
387 /* | |
6 | 388 * main section |
2 | 389 */ |
6 | 390 div.main { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
391 display: table-cell; |
8 | 392 vertical-align: top; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
393 background-color: white; |
8 | 394 border-top: 3px solid #dccbae; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
395 padding: 20px; |
8 | 396 } |
397 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
398 div.main div.row>div.col { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
399 /* col default padding */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
400 padding-left: 20px; |
2 | 401 } |
112 | 402 div.main div.row>div.col:first-child { |
403 /* first col has no left-padding */ | |
404 padding-left: 0; | |
405 } | |
86 | 406 div.main div.center { |
407 /* make sure center does not collapse */ | |
408 min-width: 460px; | |
409 } | |
410 | |
130 | 411 div.main div.center.wide { |
412 /* make sure center does not collapse */ | |
413 min-width: 690px; | |
414 } | |
415 | |
86 | 416 |
11 | 417 /* |
418 * frontpage | |
419 */ | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
420 div.main.home { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
421 background-color: transparent; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
422 border-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
423 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
424 } |
2 | 425 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
426 div.main.home b { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
427 /* bold is blue */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
428 color: #3b4186; |
8 | 429 } |
2 | 430 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
431 div.main.home div.row.triple>div.col { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
432 /* frontpage col width */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
433 width: 286px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
434 padding-left: 21px; |
2 | 435 } |
112 | 436 div.main.home div.row.triple>div.col:first-child { |
437 /* first col has no left-padding */ | |
438 padding-left: 0; | |
439 } | |
90 | 440 div.box h2, |
441 h2.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
442 /* more-links in title are right */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
443 position: relative; |
2 | 444 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
445 |
153 | 446 div.box h2 a, |
447 h2.line a.more { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
448 /* more-links in title are right */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
449 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
450 right: 0; |
153 | 451 bottom: 5px; |
452 color: #d45a00; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
453 /* more-links in title are small */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
454 font-size: 12px; |
2 | 455 } |
456 | |
120
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
457 div.box h2.withmore, |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
458 h2.line.withmore { |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
459 /* leave space for 'more' text */ |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
460 padding-right: 3em; |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
461 } |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
462 |
2 | 463 /* |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
464 * front page feature teaser |
2 | 465 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
466 div.main.home div.teaser { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
467 background-color: #f4e0c7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
468 } |
2 | 469 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
470 div.main.home div.teaser div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
471 /* teaser box needs no margins */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
472 margin: 0; |
2 | 473 } |
474 | |
8 | 475 div.teaser_image { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
476 position: relative; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
477 width: 593px; |
6 | 478 height: 351px; |
2 | 479 } |
480 | |
8 | 481 div.teaser_image div.caption { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
482 /* caption inside image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
483 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
484 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
485 padding: 3px; |
6 | 486 text-align: right; |
487 color: white; | |
2 | 488 font-size: 10px; |
6 | 489 opacity: 0.8; |
490 background-color: gray; | |
491 /* background-color: rgba(80,80,80,0.6); */ | |
2 | 492 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
493 div.teaser_image div.caption a { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
494 /* links in caption inside image */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
495 color: white; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
496 } |
2 | 497 |
8 | 498 div.teaser_text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
499 padding-right: 21px; |
2 | 500 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
501 |
8 | 502 /* feature number */ |
503 div.teaser_text div.feature_number { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
504 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
505 right: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
506 top: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
507 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
508 font-size: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
509 color: #887163; |
2 | 510 } |
8 | 511 /* feature title */ |
512 div.teaser_text h1 { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
513 font-size: 16px; |
6 | 514 font-weight: normal; |
515 margin-top: 0; | |
2 | 516 } |
22 | 517 /* current research topic */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
518 div.teaser_text h3 { |
6 | 519 color: #887163; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
520 margin-bottom: 3px; |
7 | 521 margin-top: 15px; |
2 | 522 } |
6 | 523 /* feature date */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
524 div.teaser_text div.date { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
525 color: #3b4186; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
526 padding-top: 20px; |
6 | 527 margin-bottom: 20px; |
2 | 528 } |
8 | 529 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
530 /* teaser slider */ |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
531 div.teaser div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
532 top: 150px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
533 width: 18px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
534 height: 24px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
535 padding-top: 11px; |
21 | 536 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
537 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
538 div.teaser div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
539 background-image: url(../images/slider_prev_bg.png); |
21 | 540 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
541 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
542 div.teaser div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
543 background-image: url(../images/slider_next_bg.png); |
21 | 544 } |
545 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
546 /* book slider */ |
151 | 547 div.newbooks div.slider.row.double > div.col > div.mini { |
548 width: 123px; | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
549 } |
151 | 550 div.newbooks div.slider.row.double > div.col > div.mini img { |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
551 width: 100px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
552 } |
151 | 553 div.newbooks div.slider.row.double > div.col { |
554 /* non-ajax version has padding-left (even first-child) */ | |
555 padding-left: 20px; | |
556 } | |
557 div.newbooks div.slidewindow > div.slider.row.double > div.col:first-child { | |
558 /* ajax version first-child has no padding-left */ | |
559 padding-left: 0; | |
560 } | |
561 div.newbooks div.slidebutton { | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
562 top: 80px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
563 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
564 |
8 | 565 /* |
11 | 566 * toolboxes |
567 */ | |
25 | 568 div.tool.box { |
76 | 569 font-family: Georgia, Times, serif; |
570 font-style: italic; | |
571 font-size: 16px; | |
572 color: #887163; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
573 background-color: #efeeec; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
574 padding: 20px; |
11 | 575 box-shadow: 0 0 1px 1px #e0e0e0; |
576 } | |
577 | |
25 | 578 div.tool.box a { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
579 color: #3b4186; |
11 | 580 } |
581 | |
25 | 582 div.tool.box div.searchbox { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
583 /* only to make it shrink-wrap */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
584 display: table-cell; |
11 | 585 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
586 |
25 | 587 div.tool.box div.searchbox input.text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
588 height: 20px; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
589 width: 370px; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
590 background-color: #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
591 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
592 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
593 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
594 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
595 padding: 3px; |
11 | 596 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
597 |
25 | 598 div.tool.box div.searchbox input.submit { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
599 /* submit uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
600 height: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
601 width: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
602 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
603 padding: 2px 3px 4px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
604 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
605 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
606 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
607 font-size: 14px; |
11 | 608 } |
609 | |
25 | 610 div.tool.box div.searchbox div.extended { |
90 | 611 font-family: Verdana, Arial, sans-serif; |
612 font-size: 12px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
613 text-align: right; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
614 padding: 5px 30px 5px 3px; |
11 | 615 } |
616 | |
25 | 617 div.tool.box h3 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
618 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
619 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
620 font-size: 16px; |
11 | 621 color: #887163; |
622 margin: 0.5em 0; | |
623 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
624 |
25 | 625 div.tool.box h3:first-child { |
30 | 626 /* top header has no margin */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
627 margin-top: 0; |
12 | 628 } |
11 | 629 |
25 | 630 div.tool.box ul { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
631 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
632 padding: 0; |
24 | 633 } |
634 | |
32 | 635 div.tool.box div.options { |
636 margin-top: 10px; | |
637 } | |
638 | |
25 | 639 div.tool.box div.options li { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
640 list-style-type: none; |
24 | 641 margin: 0.5em 0; |
642 } | |
643 | |
25 | 644 div.tool.box div.atoz { |
11 | 645 color: #887163; |
79 | 646 font-family: Verdana, Arial, sans-serif; |
164 | 647 font-style: normal; |
11 | 648 font-size: 14px; |
164 | 649 /* try to make a-z fit on one line */ |
650 word-spacing: -1px; | |
32 | 651 margin-top: 10px; |
11 | 652 } |
653 | |
25 | 654 div.tool.box input.checkbox, |
655 div.tool.box input.radio { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
656 /* checkbox uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
657 width: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
658 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
659 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
660 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
661 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
662 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
663 |
76 | 664 /* project page toolbox with thumbs */ |
118 | 665 div.tool.box div.thumbs { |
30 | 666 width: 420px; |
667 } | |
668 | |
118 | 669 div.thumbs div.thumb { |
76 | 670 display: inline; |
671 } | |
118 | 672 div.thumbs div.thumb img { |
76 | 673 width: 55px; |
674 height: 34px; | |
675 } | |
676 | |
677 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
678 /* |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
679 * service box on frontpage |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
680 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
681 div.box h2.service { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
682 /* title has no line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
683 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
684 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
685 |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
686 div.tool.box.service { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
687 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
688 padding: 0; |
15 | 689 } |
690 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
691 div.tool.box.service div.row > div.col { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
692 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
693 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
694 div.tool.box.service div.search { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
695 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
696 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
697 padding: 26px 0 26px 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
698 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
699 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
700 div.tool.box.service div.search.both { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
701 height: 44px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
702 padding: 14px 0 14px 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
703 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
704 div.tool.box.service div.searchicon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
705 width: 38px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
706 height: 40px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
707 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
708 padding: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
709 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
710 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
711 div.tool.box.service div.icon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
712 width: 71px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
713 height: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
714 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
715 line-height: 2.5; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
716 padding: 1px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
717 border-left: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
718 } |
76 | 719 div.tool.box.service div.icon a { |
720 color: black; | |
721 font-size: 12px; | |
722 font-family: Verdana, Arial, sans-serif; | |
723 font-style: normal; | |
724 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
725 div.tool.box.service div.icon.first { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
726 border-left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
727 width: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
728 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
729 div.tool.box.service div.searchbox { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
730 display: block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
731 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
732 div.tool.box.service div.searchbox input.text { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
733 width: 170px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
734 height: 17px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
735 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
736 padding: 1px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
737 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
738 div.tool.box.service div.searchbox input.submit { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
739 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
740 width: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
741 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
742 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
743 vertical-align: bottom; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
744 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
745 div.tool.box.service select.quickfinder { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
746 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
747 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
748 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
749 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
750 margin-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
751 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
752 } |
27 | 753 |
153 | 754 /* |
755 * jobs page tool list | |
756 */ | |
124 | 757 div.tool.list { |
758 font-size: 14px; | |
759 color: #887163; | |
760 background-color: #efeeec; | |
761 } | |
762 | |
763 div.tool.list a { | |
764 color: #3b4186; | |
765 } | |
766 | |
767 div.tool.list ul { | |
768 list-style-type: none; | |
769 padding: 0; | |
770 } | |
771 | |
772 div.tool.list li { | |
146 | 773 padding: 0.7em 0.5em 0.7em 20px; |
124 | 774 border-bottom: 1px solid white; |
775 } | |
776 | |
11 | 777 /* |
153 | 778 * overview page |
779 */ | |
780 | |
781 div.center.wide > div.row.double > div.col { | |
782 width: 335px; | |
783 } | |
784 div.center.wide > div.row.double div.tool.box div.searchbox input.text { | |
785 /* smaller search box */ | |
786 width: 250px; | |
787 } | |
788 | |
789 h2.withicon span.strut { | |
790 /* equalize uneven height of icons */ | |
791 display: inline-block; | |
792 height: 45px; | |
793 vertical-align: bottom; | |
794 } | |
795 | |
796 div.tool.box div.links a { | |
797 font-family: Verdana, Arial, sans-serif; | |
798 font-style: normal; | |
799 font-size: 14px; | |
800 color: #d45a00; | |
801 } | |
802 | |
803 div.tool.box div.links h3 { | |
804 font-family: Verdana, Arial, sans-serif; | |
805 font-style: normal; | |
806 font-size: 14px; | |
807 color: #3b4186; | |
808 padding-bottom: 3px; | |
809 border-bottom: 1px solid white; | |
810 } | |
811 div.tool.box div.links h3 a { | |
812 color: inherit; | |
813 } | |
814 | |
815 /* | |
27 | 816 * other boxes |
11 | 817 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
818 div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
819 margin: 20px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
820 position: relative; |
11 | 821 } |
822 | |
86 | 823 div.box h2, |
824 h2.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
825 /* h2 is title with line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
826 padding-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
827 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
828 margin-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
829 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
830 |
92 | 831 div.box.line, |
832 div.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
833 border-bottom: 1px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
834 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
835 |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
836 div.box h3 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
837 /* h3 is subtitle/type */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
838 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
839 color: #6a4d3c; |
11 | 840 } |
841 | |
27 | 842 div.box h3 + h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
843 /* directly over h2 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
844 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
845 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
846 |
165 | 847 div.box + div.jump_top { |
848 margin-top: -10px; | |
849 } | |
850 | |
27 | 851 /* |
30 | 852 * small box with thumbnail |
27 | 853 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
854 div.mini { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
855 padding: 10px 0; |
27 | 856 /* line-height: 1; */ |
857 } | |
858 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
859 div.row.quintuple > div.col > div.mini { |
30 | 860 max-width: 122px; |
27 | 861 font-size: 11px; |
11 | 862 } |
863 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
864 div.mini div.thumb { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
865 background-color: #f8f8f8; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
866 text-align: center; |
92 | 867 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
868 } |
92 | 869 div.mini div.thumb:first-child { |
870 margin-top: 0; | |
871 } | |
111 | 872 |
873 div.slider.row.quintuple > div.col > div.mini { | |
874 /* slider needs fixed width */ | |
875 width: 120px; | |
876 } | |
877 | |
878 div.slider.row.quintuple > div.col { | |
879 /* slider needs space for buttons */ | |
112 | 880 padding-left: 10px; |
111 | 881 } |
882 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
883 div.row.quintuple > div.col > div.mini div.thumb img { |
27 | 884 width: 120px; |
885 height: 75px; | |
886 } | |
887 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
888 div.row.triple > div.col > div.mini { |
32 | 889 width: 140px; |
890 } | |
891 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
892 div.row.triple > div.col > div.mini div.thumb img { |
65 | 893 width: 140px; |
894 height: 87px; | |
895 } | |
32 | 896 |
153 | 897 div.row.triple > div.col > div.mini.source div.thumb img { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
898 /* thumb size for sources given by digilib */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
899 width: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
900 height: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
901 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
902 |
153 | 903 div.row.double > div.col > div.mini div.thumb img { |
92 | 904 height: 180px; |
905 } | |
906 | |
154 | 907 div.row.double > div.col { |
908 width: 220px; | |
909 } | |
910 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
911 div.mini div.type { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
912 color: #9f917a; |
65 | 913 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
914 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
915 |
27 | 916 div.mini div.title { |
917 margin-top: 0.5em; | |
918 } | |
919 | |
920 div.mini div.author { | |
11 | 921 color: #3b4186; |
27 | 922 margin-top: 0.5em; |
11 | 923 } |
924 | |
65 | 925 div.mini div.link { |
926 margin-top: 0.5em; | |
927 } | |
928 | |
92 | 929 div.mini h2 { |
930 /* e.g. title for mini-books */ | |
931 font-size: 14px; | |
102 | 932 /* but no line if used inside box */ |
933 border-bottom: 0; | |
92 | 934 } |
935 | |
65 | 936 div.mini.website div.description { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
937 /* initially hidden */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
938 display: none; |
12 | 939 } |
940 | |
65 | 941 div.box.foldable div.fold { |
942 /* initially hidden */ | |
943 display: none; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
944 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
945 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
946 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
947 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
948 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
949 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
950 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
951 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
952 |
30 | 953 /* |
954 * slider buttons | |
955 */ | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
956 div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
957 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
958 top: 110px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
959 width: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
960 height: 18px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
961 z-index: 10; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
962 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
963 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
964 div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
965 left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
966 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
967 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
968 div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
969 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
970 text-align: right; |
12 | 971 } |
11 | 972 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
973 .ajaxSlider .slidebutton.prev, |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
974 .ajaxSlider .slidebutton.next { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
975 /* AJAX slider buttons initially hidden */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
976 display: none; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
977 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
978 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
979 div.slider.row > div.col:first-child { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
980 /* space for slidebuttons */ |
112 | 981 padding-left: 20px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
982 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
983 |
11 | 984 /* |
30 | 985 * paragraph with line |
986 */ | |
987 div.item { | |
988 padding-top: 5px; | |
989 padding-bottom: 5px; | |
990 border-bottom: 1px solid #dccbae; | |
991 line-height: 1.5; | |
992 } | |
993 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
994 /* |
79 | 995 * pubman references |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
996 */ |
79 | 997 .reference .Italic { |
998 font-style: italic; | |
999 } | |
1000 | |
1001 | |
1002 /* | |
1003 * table with items (articles) | |
1004 */ | |
1005 table.items { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1006 /* no space between cells */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1007 border-collapse: collapse; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1008 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1009 |
79 | 1010 table.items td { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1011 vertical-align: top; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1012 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1013 line-height: 1.5; |
67 | 1014 padding: 1em 1em 0.5em 0; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1015 } |
79 | 1016 table.items td:last-child { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1017 padding-right: 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1018 } |
104 | 1019 table.items.shorter td, |
1020 table.items tr.shorter td { | |
100 | 1021 padding: 0.5em 0.5em 0.5em 0; |
1022 } | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1023 |
79 | 1024 table.items th { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1025 font-family: Georgia, Times, serif; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1026 font-size: 16px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1027 font-weight: normal; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1028 font-style: italic; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1029 color: #887163; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1030 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1031 border-bottom: 3px solid #dccbae; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1032 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1033 |
79 | 1034 table.items h2 { |
1035 border-bottom: 3px solid #dccbae; | |
1036 margin-bottom: 0; | |
1037 } | |
1038 table.items h2 a { | |
1039 color: inherit; | |
1040 font-weight: inherit; | |
1041 text-decoration: none; | |
1042 } | |
1043 | |
1044 table.items img.thumb { | |
1045 width: 55px; | |
1046 height: 34px; | |
1047 } | |
1048 | |
1049 table.items td.line, | |
1050 table.items tr.line td { | |
1051 border-bottom: 1px solid #dccbae; | |
1052 } | |
1053 | |
124 | 1054 table.items td.fatline, |
1055 table.items tr.fatline td { | |
1056 border-bottom: 2px solid #dccbae; | |
1057 } | |
1058 | |
83 | 1059 table.items td.topline, |
1060 table.items tr.topline td { | |
1061 border-top: 1px solid #dccbae; | |
1062 } | |
1063 | |
124 | 1064 table.items td.line h2, |
1065 table.items tr.line td h2, | |
1066 table.items td.fatline h2, | |
1067 table.items tr.fatline td h2 { | |
1068 /* h2 in td.line has no line */ | |
1069 border-bottom: 0; | |
1070 } | |
1071 | |
79 | 1072 table.items tr.last_item td { |
1073 /* last_item has no padding-top */ | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1074 padding: 0 0 0.5em 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1075 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1076 |
124 | 1077 table.items td p:first-child { |
1078 /* first p has no margin-top */ | |
1079 margin-top: 0; | |
1080 } | |
1081 | |
79 | 1082 table.items h3.fold_head { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1083 font-size: 12px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1084 background-color: #f6f2eb; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1085 padding: 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1086 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1087 |
79 | 1088 table.items h3.fold_head img { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1089 margin: 0 5px 0 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1090 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1091 |
104 | 1092 table.items tr td:first-child div.fold_body { |
83 | 1093 /* e.g. preprint abstracts */ |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1094 padding: 0.5em 0 0 20px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1095 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1096 |
103 | 1097 table.items .thumb_fold { |
1098 position: relative; | |
1099 padding-left: 14px; | |
1100 } | |
1101 | |
1102 table.items .thumb_fold .fold_head { | |
1103 position: absolute; | |
1104 left: 0; | |
1105 top: 3px; | |
1106 } | |
1107 | |
83 | 1108 ul.items { |
1109 list-style-type: none; | |
1110 padding: 0; | |
1111 } | |
1112 | |
1113 ul.items li { | |
1114 padding: 0 0 0.5em 20px; | |
1115 border-bottom: 3px solid #dccbae; | |
1116 margin-bottom: 0.5em; | |
1117 } | |
1118 | |
1119 ul.items .fold_head { | |
1120 text-indent: -20px; | |
1121 } | |
1122 ul.items .fold_head img.fold_open, | |
1123 ul.items .fold_head img.fold_closed { | |
1124 padding-right: 5px; | |
1125 } | |
1126 | |
1127 ul.items .type { | |
84 | 1128 /* font-size: 11px; */ |
83 | 1129 color: #696968; |
1130 } | |
1131 | |
1132 ul.items h2 { | |
1133 font-size: 12px; | |
1134 } | |
1135 | |
124 | 1136 ul.items td.key, |
1137 table.items td.key { | |
83 | 1138 color: #3b4186; |
1139 } | |
1140 | |
103 | 1141 .foldable img.fold_closed, |
1142 .foldableById img.fold_closed { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1143 /* fold is initially open */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1144 display: none; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1145 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1146 |
75 | 1147 |
1148 /* | |
1149 * hierarchical list (of projects) | |
1150 */ | |
1151 div.hierlist h2 { | |
1152 text-indent: -20px; | |
1153 padding-left: 20px; | |
1154 padding-bottom: 5px; | |
1155 border-bottom: 3px solid #dccbae; | |
1156 margin-bottom: 0; | |
1157 } | |
1158 | |
1159 div.hierlist h2 img { | |
1160 padding: 0 3px 3px 3px; | |
1161 } | |
1162 | |
1163 div.hierlist h2 a { | |
1164 color: inherit; | |
1165 font-weight: inherit; | |
1166 text-decoration: none; | |
1167 } | |
1168 | |
1169 div.hierlist ul { | |
1170 list-style-type: none; | |
1171 padding: 0 0 10px 0; | |
1172 margin: 0; | |
1173 border-bottom: 1px solid #dccbae; | |
1174 } | |
1175 | |
1176 div.hierlist li { | |
1177 padding: 5px 0 5px 16px; | |
1178 text-indent: -13px; | |
1179 } | |
1180 | |
1181 div.hierlist li a { | |
1182 /* icon is more distant from text */ | |
1183 padding-left: 13px; | |
1184 } | |
1185 | |
1186 div.hierlist li.indent { | |
1187 padding-bottom: 10px; | |
1188 border-bottom: 1px solid #dccbae; | |
1189 margin-bottom: 5px; | |
1190 } | |
1191 | |
1192 div.hierlist li.level_1 { | |
1193 font-size: 14px; | |
1194 } | |
1195 | |
1196 div.hierlist li.level_2 { | |
1197 font-weight: bold; | |
1198 margin-left: 20px; | |
1199 } | |
1200 | |
1201 div.hierlist li.level_3 { | |
1202 margin-left: 40px; | |
1203 } | |
1204 | |
1205 div.hierlist li.level_4 { | |
1206 margin-left: 60px; | |
1207 } | |
1208 | |
1209 div.hierlist li.level_5 { | |
1210 margin-left: 80px; | |
1211 } | |
1212 | |
80 | 1213 |
1214 /* | |
84 | 1215 * figures (in project descriptions and features) |
80 | 1216 */ |
140 | 1217 div.figure { |
1218 float: left; | |
1219 padding: 0.5em 1em 0.5em 0; | |
1220 } | |
1221 | |
1222 div.feature div.figure, | |
1223 div.project div.figure { | |
1224 width: 230px; | |
1225 } | |
1226 div.feature div.figure img, | |
1227 div.project div.figure img { | |
1228 width: 230px; | |
1229 } | |
1230 | |
84 | 1231 div.image_small { |
80 | 1232 float: left; |
84 | 1233 width: 230px; |
80 | 1234 padding: 0.5em 1em 0 0; |
1235 } | |
84 | 1236 div.image_small.right { |
1237 float: right; | |
1238 padding: 0.5em 0 0 1em; | |
80 | 1239 } |
84 | 1240 div.image_small img { |
1241 width: 230px; | |
1242 } | |
140 | 1243 div.banner_large img { |
1244 width: 460px; | |
1245 } | |
1246 | |
84 | 1247 div.figure div.figcaption, |
1248 div.banner_large div.caption, | |
1249 div.image_small div.caption { | |
80 | 1250 font-size: 10px; |
84 | 1251 line-height: 1.5; |
80 | 1252 color: #9f917a; |
1253 margin-top: 0.5em; | |
1254 } | |
1255 | |
1256 /* | |
84 | 1257 * project description and feature |
80 | 1258 */ |
1259 h3.authors { | |
1260 margin-top: 0.5em; | |
1261 } | |
1262 | |
84 | 1263 p.maintext_authors { |
1264 font-size: 14px; | |
1265 color: #3b4186; | |
1266 } | |
1267 | |
80 | 1268 div.description { |
1269 margin-top: 0.5em; | |
1270 line-height: 1.5; | |
1271 } | |
1272 | |
92 | 1273 h2.type { |
1274 color: #9f917a; | |
1275 } | |
1276 | |
84 | 1277 /* |
1278 * feature story archive | |
1279 */ | |
1280 ul.items.features li { | |
1281 padding: 0 0 0.5em 0; | |
1282 border-bottom: 1px solid #dccbae; | |
1283 } | |
1284 ul.items.features .thumb { | |
1285 float:left; | |
1286 padding: 8px 10px 0 0; | |
1287 } | |
1288 ul.items.features .thumb img { | |
1289 width: 55px; | |
1290 height: 34px; | |
1291 } | |
1292 ul.items.features .feature_number { | |
1293 font-family: Georgia, Times, serif; | |
1294 font-size: 24px; | |
1295 color: #696968; | |
1296 } | |
1297 ul.items.features .date { | |
1298 font-size: 11px; | |
1299 color: #696968; | |
1300 } | |
1301 ul.items.features h1 { | |
1302 font-size: 12px; | |
1303 font-weight: bold; | |
1304 margin: 0; | |
1305 } | |
86 | 1306 |
153 | 1307 /* |
1308 * thesaurus | |
1309 */ | |
1310 | |
1311 .showApproach { | |
1312 color:#EA8500; | |
1313 cursor:pointer; | |
1314 } | |
1315 .showApproach:hover { | |
1316 text-decoration: underline; | |
1317 } | |
1318 | |
1319 | |
30 | 1320 /* |
8 | 1321 * sidebar |
1322 */ | |
1323 div.sidebar { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1324 display: table-cell; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1325 width: 220px; |
8 | 1326 border-top: 3px solid #dccbae; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1327 background-color: white; |
80 | 1328 padding: 20px 10px 20px 0; |
8 | 1329 } |
1330 | |
167 | 1331 /* like sidebar inside main */ |
1332 div.sidebox { | |
1333 width: 220px; | |
1334 padding: 0 0 20px 0; | |
1335 } | |
1336 | |
1337 div.sideblock h2, | |
1338 div.sidebox h2 { | |
86 | 1339 position: relative; |
8 | 1340 font-size: 12px; |
1341 margin-top: 20px; | |
1342 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1343 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1344 margin-bottom: 0; |
8 | 1345 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1346 |
167 | 1347 div.sideblock:first-child h2, |
1348 div.sidebox:first-child h2 { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1349 margin-top: 0; |
7 | 1350 } |
2 | 1351 |
13 | 1352 div.sideblock h3 { |
1353 font-size: 12px; | |
1354 margin-top: 5px; | |
1355 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1356 border-bottom: 1px solid #dccbae; |
13 | 1357 } |
1358 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1359 |
2 | 1360 /* |
80 | 1361 * project sidebars |
1362 */ | |
126 | 1363 div.sideblock h2 .proj_state, |
1364 div.sideblock h2 .more { | |
80 | 1365 position: absolute; |
1366 right: 0; | |
1367 } | |
1368 | |
1369 div.sideblock .project { | |
1370 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF; | |
1371 border-bottom: 1px solid #F3BE7C; | |
1372 padding: 6px 6px 6px 20px; | |
1373 } | |
1374 div.sideblock .project.inactive { | |
1375 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc; | |
1376 } | |
1377 div.sideblock .project.parent { | |
1378 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1; | |
1379 border-bottom: 1px solid #DCCBAE; | |
1380 color: #666666; | |
1381 } | |
1382 div.sideblock .project a { | |
1383 color: #333; | |
1384 } | |
1385 | |
1386 /* | |
84 | 1387 * special sideblocks |
1388 */ | |
1389 div.sideblock .item.link, | |
1390 div.sideblock .item.internal { | |
1391 background: url(../images/internal.png) 0 11px no-repeat; | |
1392 padding-left: 10px; | |
1393 } | |
1394 | |
1395 div.sideblock .item.external { | |
1396 background: url(../images/external.png) 0 11px no-repeat; | |
1397 padding-left: 13px; | |
1398 } | |
1399 | |
1400 div.sideblock .item.download { | |
1401 background: url(../images/download.png) 0 8px no-repeat; | |
1402 padding-left: 15px; | |
1403 } | |
1404 | |
1405 div.sideblock .item.thumb img { | |
1406 width: 55px; | |
1407 height: 34px; | |
1408 } | |
1409 div.sideblock .item.thumb .text { | |
1410 padding-left: 0.5em; | |
1411 } | |
1412 | |
1413 /* | |
2 | 1414 * footer |
1415 */ | |
157 | 1416 #footservices { |
1417 position: relative; | |
1418 /* height: 20px; */ | |
1419 border-top: 1px solid #dccbae; | |
1420 padding-top: 8px; | |
1421 margin-top: 2em; | |
1422 } | |
1423 #footservices div.text { | |
161 | 1424 font-size: 11px; |
157 | 1425 display: inline; |
1426 } | |
1427 #footservices div.icons { | |
1428 display: inline; | |
1429 position: absolute; | |
1430 right: 0; | |
1431 } | |
1432 | |
8 | 1433 #footer { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1434 position: relative; |
6 | 1435 height: 50px; |
2 | 1436 border-top: 1px solid #dccbae; |
6 | 1437 padding-top: 8px; |
157 | 1438 margin-top: 1em; |
2 | 1439 } |
1440 | |
8 | 1441 #footer div.text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1442 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1443 color: #d45a00; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1444 font-size: 11px; |
2 | 1445 } |
1446 | |
8 | 1447 #footer div.logo { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1448 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1449 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1450 right: 0; |
2 | 1451 } |
1452 | |
8 | 1453 #footer div.logo img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1454 width: 204px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1455 height: 41px; |
148 | 1456 } |
1457 | |
1458 /* | |
1459 * bookmark flags | |
1460 */ | |
1461 #bookmarks { | |
1462 position: absolute; | |
1463 top: 0; | |
150 | 1464 right: -131px; |
148 | 1465 width: 130px; |
1466 } | |
1467 | |
1468 #bookmarks div.bookmark { | |
1469 z-index: 1; | |
1470 font-family: Georgia, Times, serif; | |
1471 font-style: italic; | |
161 | 1472 font-size: 14px; |
148 | 1473 color: #3b4186; |
1474 background-color: white; | |
1475 padding: 5px 0.5em 5px 0.5em; | |
1476 margin: 0.5em 0; | |
1477 box-shadow: 2px 2px 3px 1px #d0d0d0; | |
1478 } | |
1479 | |
1480 #bookmarks div.bookmark a { | |
1481 display: inline-block; | |
150 | 1482 position: relative; |
148 | 1483 width: 100px; |
1484 color: #3b4186; | |
1485 background: url(../images/internal.png) center right no-repeat; | |
1486 padding-right: 13px; | |
150 | 1487 } |
1488 | |
1489 #bookmarks div.bookmark a img { | |
1490 position: absolute; | |
1491 right: 13px; | |
1492 } |