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