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