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