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