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