Mercurial > hg > MPIWGWeb
annotate css/mpiwg.css @ 122:4a54537ddcf7
fix converting old members
author | dwinter |
---|---|
date | Wed, 29 May 2013 15:56:44 +0200 |
parents | 83782cd48e32 |
children | e06e6cc7f2d3 |
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{ |
122 | 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 | |
120
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
413 div.box h2.withmore, |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
414 h2.line.withmore { |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
415 /* leave space for 'more' text */ |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
416 padding-right: 3em; |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
417 } |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
418 |
2 | 419 /* |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
420 * front page feature teaser |
2 | 421 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
422 div.main.home div.teaser { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
423 background-color: #f4e0c7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
424 } |
2 | 425 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
426 div.main.home div.teaser div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
427 /* teaser box needs no margins */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
428 margin: 0; |
2 | 429 } |
430 | |
8 | 431 div.teaser_image { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
432 position: relative; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
433 width: 593px; |
6 | 434 height: 351px; |
2 | 435 } |
436 | |
8 | 437 div.teaser_image div.caption { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
438 /* caption inside image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
439 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
440 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
441 padding: 3px; |
6 | 442 text-align: right; |
443 color: white; | |
2 | 444 font-size: 10px; |
6 | 445 opacity: 0.8; |
446 background-color: gray; | |
447 /* background-color: rgba(80,80,80,0.6); */ | |
2 | 448 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
449 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
|
450 /* links in caption inside image */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
451 color: white; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
452 } |
2 | 453 |
8 | 454 div.teaser_text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
455 padding-right: 21px; |
2 | 456 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
457 |
8 | 458 /* feature number */ |
459 div.teaser_text div.feature_number { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
460 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
461 right: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
462 top: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
463 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
464 font-size: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
465 color: #887163; |
2 | 466 } |
8 | 467 /* feature title */ |
468 div.teaser_text h1 { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
469 font-size: 16px; |
6 | 470 font-weight: normal; |
471 margin-top: 0; | |
2 | 472 } |
22 | 473 /* current research topic */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
474 div.teaser_text h3 { |
6 | 475 color: #887163; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
476 margin-bottom: 3px; |
7 | 477 margin-top: 15px; |
2 | 478 } |
6 | 479 /* feature date */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
480 div.teaser_text div.date { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
481 color: #3b4186; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
482 padding-top: 20px; |
6 | 483 margin-bottom: 20px; |
2 | 484 } |
8 | 485 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
486 /* teaser slider */ |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
487 div.teaser div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
488 top: 150px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
489 width: 18px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
490 height: 24px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
491 padding-top: 11px; |
21 | 492 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
493 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
494 div.teaser div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
495 background-image: url(../images/slider_prev_bg.png); |
21 | 496 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
497 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
498 div.teaser div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
499 background-image: url(../images/slider_next_bg.png); |
21 | 500 } |
501 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
502 /* book slider */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
503 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
|
504 /* 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
|
505 width: 100px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
506 padding-right: 23px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
507 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
508 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
|
509 width: 100px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
510 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
511 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
512 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
|
513 top: 80px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
514 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
515 |
8 | 516 /* |
11 | 517 * toolboxes |
518 */ | |
25 | 519 div.tool.box { |
76 | 520 font-family: Georgia, Times, serif; |
521 font-style: italic; | |
522 font-size: 16px; | |
523 color: #887163; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
524 background-color: #efeeec; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
525 padding: 20px; |
11 | 526 box-shadow: 0 0 1px 1px #e0e0e0; |
527 } | |
528 | |
25 | 529 div.tool.box a { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
530 color: #3b4186; |
11 | 531 } |
532 | |
25 | 533 div.tool.box div.searchbox { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
534 /* only to make it shrink-wrap */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
535 display: table-cell; |
11 | 536 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
537 |
25 | 538 div.tool.box div.searchbox input.text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
539 height: 20px; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
540 width: 370px; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
541 background-color: #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
542 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
543 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
544 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
545 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
546 padding: 3px; |
11 | 547 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
548 |
25 | 549 div.tool.box div.searchbox input.submit { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
550 /* submit uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
551 height: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
552 width: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
553 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
554 padding: 2px 3px 4px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
555 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
556 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
557 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
558 font-size: 14px; |
11 | 559 } |
560 | |
25 | 561 div.tool.box div.searchbox div.extended { |
90 | 562 font-family: Verdana, Arial, sans-serif; |
563 font-size: 12px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
564 text-align: right; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
565 padding: 5px 30px 5px 3px; |
11 | 566 } |
567 | |
25 | 568 div.tool.box h3 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
569 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
570 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
571 font-size: 16px; |
11 | 572 color: #887163; |
573 margin: 0.5em 0; | |
574 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
575 |
25 | 576 div.tool.box h3:first-child { |
30 | 577 /* top header has no margin */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
578 margin-top: 0; |
12 | 579 } |
11 | 580 |
25 | 581 div.tool.box ul { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
582 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
583 padding: 0; |
24 | 584 } |
585 | |
32 | 586 div.tool.box div.options { |
587 margin-top: 10px; | |
588 } | |
589 | |
25 | 590 div.tool.box div.options li { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
591 list-style-type: none; |
24 | 592 margin: 0.5em 0; |
593 } | |
594 | |
25 | 595 div.tool.box div.atoz { |
11 | 596 color: #887163; |
79 | 597 font-family: Verdana, Arial, sans-serif; |
11 | 598 font-size: 14px; |
79 | 599 font-style: normal; |
32 | 600 margin-top: 10px; |
11 | 601 } |
602 | |
25 | 603 div.tool.box input.checkbox, |
604 div.tool.box input.radio { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
605 /* checkbox uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
606 width: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
607 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
608 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
609 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
610 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
611 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
612 |
76 | 613 /* project page toolbox with thumbs */ |
118 | 614 div.tool.box div.thumbs { |
30 | 615 width: 420px; |
616 } | |
617 | |
118 | 618 div.thumbs div.thumb { |
76 | 619 display: inline; |
620 } | |
118 | 621 div.thumbs div.thumb img { |
76 | 622 width: 55px; |
623 height: 34px; | |
624 } | |
625 | |
626 | |
26
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 * service box on frontpage |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
629 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
630 div.box h2.service { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
631 /* title has no line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
632 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
633 } |
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 div.tool.box.service { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
636 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
637 padding: 0; |
15 | 638 } |
639 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
640 div.tool.box.service div.row > div.col { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
641 padding: 0; |
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 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
644 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
645 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
646 padding: 26px 0 26px 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
647 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
648 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
649 div.tool.box.service div.search.both { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
650 height: 44px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
651 padding: 14px 0 14px 16px; |
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.tool.box.service div.searchicon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
654 width: 38px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
655 height: 40px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
656 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
657 padding: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
658 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
659 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
660 div.tool.box.service div.icon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
661 width: 71px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
662 height: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
663 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
664 line-height: 2.5; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
665 padding: 1px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
666 border-left: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
667 } |
76 | 668 div.tool.box.service div.icon a { |
669 color: black; | |
670 font-size: 12px; | |
671 font-family: Verdana, Arial, sans-serif; | |
672 font-style: normal; | |
673 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
674 div.tool.box.service div.icon.first { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
675 border-left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
676 width: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
677 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
678 div.tool.box.service div.searchbox { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
679 display: block; |
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.text { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
682 width: 170px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
683 height: 17px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
684 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
685 padding: 1px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
686 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
687 div.tool.box.service div.searchbox input.submit { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
688 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
689 width: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
690 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
691 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
692 vertical-align: bottom; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
693 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
694 div.tool.box.service select.quickfinder { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
695 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
696 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
697 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
698 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
699 margin-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
700 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
701 } |
27 | 702 |
11 | 703 /* |
27 | 704 * other boxes |
11 | 705 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
706 div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
707 margin: 20px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
708 position: relative; |
11 | 709 } |
710 | |
86 | 711 div.box h2, |
712 h2.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
713 /* h2 is title with line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
714 padding-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
715 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
716 margin-bottom: 5px; |
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 |
92 | 719 div.box.line, |
720 div.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
721 border-bottom: 1px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
722 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
723 |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
724 div.box h3 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
725 /* h3 is subtitle/type */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
726 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
727 color: #6a4d3c; |
11 | 728 } |
729 | |
27 | 730 div.box h3 + h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
731 /* directly over h2 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
732 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
733 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
734 |
27 | 735 /* |
30 | 736 * small box with thumbnail |
27 | 737 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
738 div.mini { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
739 padding: 10px 0; |
27 | 740 /* line-height: 1; */ |
741 } | |
742 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
743 div.row.quintuple > div.col > div.mini { |
30 | 744 max-width: 122px; |
27 | 745 font-size: 11px; |
11 | 746 } |
747 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
748 div.mini div.thumb { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
749 background-color: #f8f8f8; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
750 text-align: center; |
92 | 751 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
752 } |
92 | 753 div.mini div.thumb:first-child { |
754 margin-top: 0; | |
755 } | |
111 | 756 |
757 div.slider.row.quintuple > div.col > div.mini { | |
758 /* slider needs fixed width */ | |
759 width: 120px; | |
760 } | |
761 | |
762 div.slider.row.quintuple > div.col { | |
763 /* slider needs space for buttons */ | |
112 | 764 padding-left: 10px; |
111 | 765 } |
766 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
767 div.row.quintuple > div.col > div.mini div.thumb img { |
27 | 768 width: 120px; |
769 height: 75px; | |
770 } | |
771 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
772 div.row.triple > div.col > div.mini { |
32 | 773 width: 140px; |
774 } | |
775 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
776 div.row.triple > div.col > div.mini div.thumb img { |
65 | 777 width: 140px; |
778 height: 87px; | |
779 } | |
32 | 780 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
781 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
|
782 /* thumb size for sources given by digilib */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
783 width: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
784 height: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
785 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
786 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
787 div.row.double > div.col > div.mini div.thumb img { |
92 | 788 height: 180px; |
789 } | |
790 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
791 div.mini div.type { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
792 color: #9f917a; |
65 | 793 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
794 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
795 |
27 | 796 div.mini div.title { |
797 margin-top: 0.5em; | |
798 } | |
799 | |
800 div.mini div.author { | |
11 | 801 color: #3b4186; |
27 | 802 margin-top: 0.5em; |
11 | 803 } |
804 | |
65 | 805 div.mini div.link { |
806 margin-top: 0.5em; | |
807 } | |
808 | |
92 | 809 div.mini h2 { |
810 /* e.g. title for mini-books */ | |
811 font-size: 14px; | |
102 | 812 /* but no line if used inside box */ |
813 border-bottom: 0; | |
92 | 814 } |
815 | |
65 | 816 div.mini.website div.description { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
817 /* initially hidden */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
818 display: none; |
12 | 819 } |
820 | |
65 | 821 div.box.foldable div.fold { |
822 /* initially hidden */ | |
823 display: none; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
824 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
825 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
826 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
827 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
828 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
829 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
830 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
831 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
832 |
30 | 833 /* |
834 * slider buttons | |
835 */ | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
836 div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
837 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
838 top: 110px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
839 width: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
840 height: 18px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
841 z-index: 10; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
842 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
843 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
844 div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
845 left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
846 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
847 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
848 div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
849 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
850 text-align: right; |
12 | 851 } |
11 | 852 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
853 .ajaxSlider .slidebutton.prev, |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
854 .ajaxSlider .slidebutton.next { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
855 /* AJAX slider buttons initially hidden */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
856 display: none; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
857 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
858 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
859 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
|
860 /* space for slidebuttons */ |
112 | 861 padding-left: 20px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
862 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
863 |
11 | 864 /* |
30 | 865 * paragraph with line |
866 */ | |
867 div.item { | |
868 padding-top: 5px; | |
869 padding-bottom: 5px; | |
870 border-bottom: 1px solid #dccbae; | |
871 line-height: 1.5; | |
872 } | |
873 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
874 /* |
79 | 875 * pubman references |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
876 */ |
79 | 877 .reference .Italic { |
878 font-style: italic; | |
879 } | |
880 | |
881 | |
882 /* | |
883 * table with items (articles) | |
884 */ | |
885 table.items { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
886 /* no space between cells */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
887 border-collapse: collapse; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
888 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
889 |
79 | 890 table.items td { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
891 vertical-align: top; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
892 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
893 line-height: 1.5; |
67 | 894 padding: 1em 1em 0.5em 0; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
895 } |
79 | 896 table.items td:last-child { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
897 padding-right: 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
898 } |
104 | 899 table.items.shorter td, |
900 table.items tr.shorter td { | |
100 | 901 padding: 0.5em 0.5em 0.5em 0; |
902 } | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
903 |
79 | 904 table.items th { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
905 font-family: Georgia, Times, serif; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
906 font-size: 16px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
907 font-weight: normal; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
908 font-style: italic; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
909 color: #887163; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
910 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
911 border-bottom: 3px solid #dccbae; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
912 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
913 |
79 | 914 table.items h2 { |
915 border-bottom: 3px solid #dccbae; | |
916 margin-bottom: 0; | |
917 } | |
918 table.items h2 a { | |
919 color: inherit; | |
920 font-weight: inherit; | |
921 text-decoration: none; | |
922 } | |
923 | |
924 table.items img.thumb { | |
925 width: 55px; | |
926 height: 34px; | |
927 } | |
928 | |
929 table.items td.line, | |
930 table.items tr.line td { | |
931 border-bottom: 1px solid #dccbae; | |
932 } | |
933 | |
83 | 934 table.items td.topline, |
935 table.items tr.topline td { | |
936 border-top: 1px solid #dccbae; | |
937 } | |
938 | |
79 | 939 table.items tr.last_item td { |
940 /* last_item has no padding-top */ | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
941 padding: 0 0 0.5em 0; |
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 { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
945 font-size: 12px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
946 background-color: #f6f2eb; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
947 padding: 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
948 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
949 |
79 | 950 table.items h3.fold_head img { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
951 margin: 0 5px 0 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
952 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
953 |
104 | 954 table.items tr td:first-child div.fold_body { |
83 | 955 /* e.g. preprint abstracts */ |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
956 padding: 0.5em 0 0 20px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
957 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
958 |
103 | 959 table.items .thumb_fold { |
960 position: relative; | |
961 padding-left: 14px; | |
962 } | |
963 | |
964 table.items .thumb_fold .fold_head { | |
965 position: absolute; | |
966 left: 0; | |
967 top: 3px; | |
968 } | |
969 | |
83 | 970 ul.items { |
971 list-style-type: none; | |
972 padding: 0; | |
973 } | |
974 | |
975 ul.items li { | |
976 padding: 0 0 0.5em 20px; | |
977 border-bottom: 3px solid #dccbae; | |
978 margin-bottom: 0.5em; | |
979 } | |
980 | |
981 ul.items .fold_head { | |
982 text-indent: -20px; | |
983 } | |
984 ul.items .fold_head img.fold_open, | |
985 ul.items .fold_head img.fold_closed { | |
986 padding-right: 5px; | |
987 } | |
988 | |
989 ul.items .type { | |
84 | 990 /* font-size: 11px; */ |
83 | 991 color: #696968; |
992 } | |
993 | |
994 ul.items h2 { | |
995 font-size: 12px; | |
996 } | |
997 | |
998 ul.items td.key { | |
999 color: #3b4186; | |
1000 } | |
1001 | |
103 | 1002 .foldable img.fold_closed, |
1003 .foldableById img.fold_closed { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1004 /* fold is initially open */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1005 display: none; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1006 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1007 |
75 | 1008 |
1009 /* | |
1010 * hierarchical list (of projects) | |
1011 */ | |
1012 div.hierlist h2 { | |
1013 text-indent: -20px; | |
1014 padding-left: 20px; | |
1015 padding-bottom: 5px; | |
1016 border-bottom: 3px solid #dccbae; | |
1017 margin-bottom: 0; | |
1018 } | |
1019 | |
1020 div.hierlist h2 img { | |
1021 padding: 0 3px 3px 3px; | |
1022 } | |
1023 | |
1024 div.hierlist h2 a { | |
1025 color: inherit; | |
1026 font-weight: inherit; | |
1027 text-decoration: none; | |
1028 } | |
1029 | |
1030 div.hierlist ul { | |
1031 list-style-type: none; | |
1032 padding: 0 0 10px 0; | |
1033 margin: 0; | |
1034 border-bottom: 1px solid #dccbae; | |
1035 } | |
1036 | |
1037 div.hierlist li { | |
1038 padding: 5px 0 5px 16px; | |
1039 text-indent: -13px; | |
1040 } | |
1041 | |
1042 div.hierlist li a { | |
1043 /* icon is more distant from text */ | |
1044 padding-left: 13px; | |
1045 } | |
1046 | |
1047 div.hierlist li.indent { | |
1048 padding-bottom: 10px; | |
1049 border-bottom: 1px solid #dccbae; | |
1050 margin-bottom: 5px; | |
1051 } | |
1052 | |
1053 div.hierlist li.level_1 { | |
1054 font-size: 14px; | |
1055 } | |
1056 | |
1057 div.hierlist li.level_2 { | |
1058 font-weight: bold; | |
1059 margin-left: 20px; | |
1060 } | |
1061 | |
1062 div.hierlist li.level_3 { | |
1063 margin-left: 40px; | |
1064 } | |
1065 | |
1066 div.hierlist li.level_4 { | |
1067 margin-left: 60px; | |
1068 } | |
1069 | |
1070 div.hierlist li.level_5 { | |
1071 margin-left: 80px; | |
1072 } | |
1073 | |
80 | 1074 |
1075 /* | |
84 | 1076 * figures (in project descriptions and features) |
80 | 1077 */ |
84 | 1078 div.figure, |
1079 div.image_small { | |
80 | 1080 float: left; |
84 | 1081 width: 230px; |
80 | 1082 padding: 0.5em 1em 0 0; |
1083 } | |
84 | 1084 div.image_small.right { |
1085 float: right; | |
1086 padding: 0.5em 0 0 1em; | |
80 | 1087 } |
84 | 1088 div.figure div.image img, |
1089 div.image_small img { | |
1090 width: 230px; | |
1091 } | |
1092 div.figure div.figcaption, | |
1093 div.banner_large div.caption, | |
1094 div.image_small div.caption { | |
80 | 1095 font-size: 10px; |
84 | 1096 line-height: 1.5; |
80 | 1097 color: #9f917a; |
1098 margin-top: 0.5em; | |
1099 } | |
84 | 1100 div.banner_large img { |
1101 width: 460px; | |
1102 } | |
80 | 1103 |
1104 /* | |
84 | 1105 * project description and feature |
80 | 1106 */ |
1107 h3.authors { | |
1108 margin-top: 0.5em; | |
1109 } | |
1110 | |
84 | 1111 p.maintext_authors { |
1112 font-size: 14px; | |
1113 color: #3b4186; | |
1114 } | |
1115 | |
80 | 1116 div.description { |
1117 margin-top: 0.5em; | |
1118 line-height: 1.5; | |
1119 } | |
1120 | |
92 | 1121 h2.type { |
1122 color: #9f917a; | |
1123 } | |
1124 | |
84 | 1125 /* |
1126 * feature story archive | |
1127 */ | |
1128 ul.items.features li { | |
1129 padding: 0 0 0.5em 0; | |
1130 border-bottom: 1px solid #dccbae; | |
1131 } | |
1132 ul.items.features .thumb { | |
1133 float:left; | |
1134 padding: 8px 10px 0 0; | |
1135 } | |
1136 ul.items.features .thumb img { | |
1137 width: 55px; | |
1138 height: 34px; | |
1139 } | |
1140 ul.items.features .feature_number { | |
1141 font-family: Georgia, Times, serif; | |
1142 font-size: 24px; | |
1143 color: #696968; | |
1144 } | |
1145 ul.items.features .date { | |
1146 font-size: 11px; | |
1147 color: #696968; | |
1148 } | |
1149 ul.items.features h1 { | |
1150 font-size: 12px; | |
1151 font-weight: bold; | |
1152 margin: 0; | |
1153 } | |
86 | 1154 |
30 | 1155 /* |
8 | 1156 * sidebar |
1157 */ | |
1158 div.sidebar { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1159 display: table-cell; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1160 width: 220px; |
8 | 1161 border-top: 3px solid #dccbae; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1162 background-color: white; |
80 | 1163 padding: 20px 10px 20px 0; |
8 | 1164 } |
1165 | |
1166 div.sideblock h2 { | |
86 | 1167 position: relative; |
8 | 1168 font-size: 12px; |
1169 margin-top: 20px; | |
1170 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1171 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1172 margin-bottom: 0; |
8 | 1173 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1174 |
8 | 1175 div.sideblock:first-child h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1176 margin-top: 0; |
7 | 1177 } |
2 | 1178 |
13 | 1179 div.sideblock h3 { |
1180 font-size: 12px; | |
1181 margin-top: 5px; | |
1182 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1183 border-bottom: 1px solid #dccbae; |
13 | 1184 } |
1185 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1186 /* like sidebar without line */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1187 div.sidebox { |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1188 width: 220px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1189 padding: 0 0 20px 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1190 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1191 |
2 | 1192 /* |
80 | 1193 * project sidebars |
1194 */ | |
1195 div.sideblock h2 .proj_state { | |
1196 position: absolute; | |
1197 right: 0; | |
1198 } | |
1199 | |
1200 div.sideblock .project { | |
1201 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF; | |
1202 border-bottom: 1px solid #F3BE7C; | |
1203 padding: 6px 6px 6px 20px; | |
1204 } | |
1205 div.sideblock .project.inactive { | |
1206 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc; | |
1207 } | |
1208 div.sideblock .project.parent { | |
1209 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1; | |
1210 border-bottom: 1px solid #DCCBAE; | |
1211 color: #666666; | |
1212 } | |
1213 div.sideblock .project a { | |
1214 color: #333; | |
1215 } | |
1216 | |
1217 /* | |
84 | 1218 * special sideblocks |
1219 */ | |
1220 div.sideblock .item.link, | |
1221 div.sideblock .item.internal { | |
1222 background: url(../images/internal.png) 0 11px no-repeat; | |
1223 padding-left: 10px; | |
1224 } | |
1225 | |
1226 div.sideblock .item.external { | |
1227 background: url(../images/external.png) 0 11px no-repeat; | |
1228 padding-left: 13px; | |
1229 } | |
1230 | |
1231 div.sideblock .item.download { | |
1232 background: url(../images/download.png) 0 8px no-repeat; | |
1233 padding-left: 15px; | |
1234 } | |
1235 | |
1236 div.sideblock .item.thumb img { | |
1237 width: 55px; | |
1238 height: 34px; | |
1239 } | |
1240 div.sideblock .item.thumb .text { | |
1241 padding-left: 0.5em; | |
1242 } | |
1243 | |
1244 /* | |
2 | 1245 * footer |
1246 */ | |
8 | 1247 #footer { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1248 position: relative; |
6 | 1249 height: 50px; |
2 | 1250 border-top: 1px solid #dccbae; |
6 | 1251 padding-top: 8px; |
8 | 1252 margin-top: 29px; |
2 | 1253 } |
1254 | |
8 | 1255 #footer div.text { |
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 color: #d45a00; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1258 font-size: 11px; |
2 | 1259 } |
1260 | |
8 | 1261 #footer div.logo { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1262 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1263 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1264 right: 0; |
2 | 1265 } |
1266 | |
8 | 1267 #footer div.logo img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1268 width: 204px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1269 height: 41px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1270 } |