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