Mercurial > hg > MPIWGWeb
annotate css/mpiwg.css @ 110:b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/74
author | dwinter |
---|---|
date | Tue, 28 May 2013 09:47:43 +0200 |
parents | f8e914a4992d |
children | 7f651bf040c4 |
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 } | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
746 div.row.quintuple > div.col > div.mini div.thumb img { |
27 | 747 width: 120px; |
748 height: 75px; | |
749 } | |
750 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
751 div.row.triple > div.col > div.mini { |
32 | 752 width: 140px; |
753 } | |
754 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
755 div.row.triple > div.col > div.mini div.thumb img { |
65 | 756 width: 140px; |
757 height: 87px; | |
758 } | |
32 | 759 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
760 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
|
761 /* thumb size for sources given by digilib */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
762 width: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
763 height: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
764 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
765 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
766 div.row.double > div.col > div.mini div.thumb img { |
92 | 767 height: 180px; |
768 } | |
769 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
770 div.mini div.type { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
771 color: #9f917a; |
65 | 772 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
773 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
774 |
27 | 775 div.mini div.title { |
776 margin-top: 0.5em; | |
777 } | |
778 | |
779 div.mini div.author { | |
11 | 780 color: #3b4186; |
27 | 781 margin-top: 0.5em; |
11 | 782 } |
783 | |
65 | 784 div.mini div.link { |
785 margin-top: 0.5em; | |
786 } | |
787 | |
92 | 788 div.mini h2 { |
789 /* e.g. title for mini-books */ | |
790 font-size: 14px; | |
102 | 791 /* but no line if used inside box */ |
792 border-bottom: 0; | |
92 | 793 } |
794 | |
65 | 795 div.mini.website div.description { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
796 /* initially hidden */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
797 display: none; |
12 | 798 } |
799 | |
65 | 800 div.box.foldable div.fold { |
801 /* initially hidden */ | |
802 display: none; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
803 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
804 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
805 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
806 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
807 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
808 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
809 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
810 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
811 |
30 | 812 /* |
813 * slider buttons | |
814 */ | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
815 div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
816 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
817 top: 110px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
818 width: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
819 height: 18px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
820 z-index: 10; |
26
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 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
823 div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
824 left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
825 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
826 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
827 div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
828 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
829 text-align: right; |
12 | 830 } |
11 | 831 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
832 .ajaxSlider .slidebutton.prev, |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
833 .ajaxSlider .slidebutton.next { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
834 /* AJAX slider buttons initially hidden */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
835 display: none; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
836 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
837 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
838 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
|
839 /* space for slidebuttons */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
840 padding-left: 20px !important; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
841 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
842 |
11 | 843 /* |
30 | 844 * paragraph with line |
845 */ | |
846 div.item { | |
847 padding-top: 5px; | |
848 padding-bottom: 5px; | |
849 border-bottom: 1px solid #dccbae; | |
850 line-height: 1.5; | |
851 } | |
852 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
853 /* |
79 | 854 * pubman references |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
855 */ |
79 | 856 .reference .Italic { |
857 font-style: italic; | |
858 } | |
859 | |
860 | |
861 /* | |
862 * table with items (articles) | |
863 */ | |
864 table.items { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
865 /* no space between cells */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
866 border-collapse: collapse; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
867 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
868 |
79 | 869 table.items td { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
870 vertical-align: top; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
871 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
872 line-height: 1.5; |
67 | 873 padding: 1em 1em 0.5em 0; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
874 } |
79 | 875 table.items td:last-child { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
876 padding-right: 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
877 } |
104 | 878 table.items.shorter td, |
879 table.items tr.shorter td { | |
100 | 880 padding: 0.5em 0.5em 0.5em 0; |
881 } | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
882 |
79 | 883 table.items th { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
884 font-family: Georgia, Times, serif; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
885 font-size: 16px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
886 font-weight: normal; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
887 font-style: italic; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
888 color: #887163; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
889 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
890 border-bottom: 3px solid #dccbae; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
891 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
892 |
79 | 893 table.items h2 { |
894 border-bottom: 3px solid #dccbae; | |
895 margin-bottom: 0; | |
896 } | |
897 table.items h2 a { | |
898 color: inherit; | |
899 font-weight: inherit; | |
900 text-decoration: none; | |
901 } | |
902 | |
903 table.items img.thumb { | |
904 width: 55px; | |
905 height: 34px; | |
906 } | |
907 | |
908 table.items td.line, | |
909 table.items tr.line td { | |
910 border-bottom: 1px solid #dccbae; | |
911 } | |
912 | |
83 | 913 table.items td.topline, |
914 table.items tr.topline td { | |
915 border-top: 1px solid #dccbae; | |
916 } | |
917 | |
79 | 918 table.items tr.last_item td { |
919 /* last_item has no padding-top */ | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
920 padding: 0 0 0.5em 0; |
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 h3.fold_head { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
924 font-size: 12px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
925 background-color: #f6f2eb; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
926 padding: 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
927 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
928 |
79 | 929 table.items h3.fold_head img { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
930 margin: 0 5px 0 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
931 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
932 |
104 | 933 table.items tr td:first-child div.fold_body { |
83 | 934 /* e.g. preprint abstracts */ |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
935 padding: 0.5em 0 0 20px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
936 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
937 |
103 | 938 table.items .thumb_fold { |
939 position: relative; | |
940 padding-left: 14px; | |
941 } | |
942 | |
943 table.items .thumb_fold .fold_head { | |
944 position: absolute; | |
945 left: 0; | |
946 top: 3px; | |
947 } | |
948 | |
83 | 949 ul.items { |
950 list-style-type: none; | |
951 padding: 0; | |
952 } | |
953 | |
954 ul.items li { | |
955 padding: 0 0 0.5em 20px; | |
956 border-bottom: 3px solid #dccbae; | |
957 margin-bottom: 0.5em; | |
958 } | |
959 | |
960 ul.items .fold_head { | |
961 text-indent: -20px; | |
962 } | |
963 ul.items .fold_head img.fold_open, | |
964 ul.items .fold_head img.fold_closed { | |
965 padding-right: 5px; | |
966 } | |
967 | |
968 ul.items .type { | |
84 | 969 /* font-size: 11px; */ |
83 | 970 color: #696968; |
971 } | |
972 | |
973 ul.items h2 { | |
974 font-size: 12px; | |
975 } | |
976 | |
977 ul.items td.key { | |
978 color: #3b4186; | |
979 } | |
980 | |
103 | 981 .foldable img.fold_closed, |
982 .foldableById img.fold_closed { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
983 /* fold is initially open */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
984 display: none; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
985 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
986 |
75 | 987 |
988 /* | |
989 * hierarchical list (of projects) | |
990 */ | |
991 div.hierlist h2 { | |
992 text-indent: -20px; | |
993 padding-left: 20px; | |
994 padding-bottom: 5px; | |
995 border-bottom: 3px solid #dccbae; | |
996 margin-bottom: 0; | |
997 } | |
998 | |
999 div.hierlist h2 img { | |
1000 padding: 0 3px 3px 3px; | |
1001 } | |
1002 | |
1003 div.hierlist h2 a { | |
1004 color: inherit; | |
1005 font-weight: inherit; | |
1006 text-decoration: none; | |
1007 } | |
1008 | |
1009 div.hierlist ul { | |
1010 list-style-type: none; | |
1011 padding: 0 0 10px 0; | |
1012 margin: 0; | |
1013 border-bottom: 1px solid #dccbae; | |
1014 } | |
1015 | |
1016 div.hierlist li { | |
1017 padding: 5px 0 5px 16px; | |
1018 text-indent: -13px; | |
1019 } | |
1020 | |
1021 div.hierlist li a { | |
1022 /* icon is more distant from text */ | |
1023 padding-left: 13px; | |
1024 } | |
1025 | |
1026 div.hierlist li.indent { | |
1027 padding-bottom: 10px; | |
1028 border-bottom: 1px solid #dccbae; | |
1029 margin-bottom: 5px; | |
1030 } | |
1031 | |
1032 div.hierlist li.level_1 { | |
1033 font-size: 14px; | |
1034 } | |
1035 | |
1036 div.hierlist li.level_2 { | |
1037 font-weight: bold; | |
1038 margin-left: 20px; | |
1039 } | |
1040 | |
1041 div.hierlist li.level_3 { | |
1042 margin-left: 40px; | |
1043 } | |
1044 | |
1045 div.hierlist li.level_4 { | |
1046 margin-left: 60px; | |
1047 } | |
1048 | |
1049 div.hierlist li.level_5 { | |
1050 margin-left: 80px; | |
1051 } | |
1052 | |
80 | 1053 |
1054 /* | |
84 | 1055 * figures (in project descriptions and features) |
80 | 1056 */ |
84 | 1057 div.figure, |
1058 div.image_small { | |
80 | 1059 float: left; |
84 | 1060 width: 230px; |
80 | 1061 padding: 0.5em 1em 0 0; |
1062 } | |
84 | 1063 div.image_small.right { |
1064 float: right; | |
1065 padding: 0.5em 0 0 1em; | |
80 | 1066 } |
84 | 1067 div.figure div.image img, |
1068 div.image_small img { | |
1069 width: 230px; | |
1070 } | |
1071 div.figure div.figcaption, | |
1072 div.banner_large div.caption, | |
1073 div.image_small div.caption { | |
80 | 1074 font-size: 10px; |
84 | 1075 line-height: 1.5; |
80 | 1076 color: #9f917a; |
1077 margin-top: 0.5em; | |
1078 } | |
84 | 1079 div.banner_large img { |
1080 width: 460px; | |
1081 } | |
80 | 1082 |
1083 /* | |
84 | 1084 * project description and feature |
80 | 1085 */ |
1086 h3.authors { | |
1087 margin-top: 0.5em; | |
1088 } | |
1089 | |
84 | 1090 p.maintext_authors { |
1091 font-size: 14px; | |
1092 color: #3b4186; | |
1093 } | |
1094 | |
80 | 1095 div.description { |
1096 margin-top: 0.5em; | |
1097 line-height: 1.5; | |
1098 } | |
1099 | |
92 | 1100 h2.type { |
1101 color: #9f917a; | |
1102 } | |
1103 | |
84 | 1104 /* |
1105 * feature story archive | |
1106 */ | |
1107 ul.items.features li { | |
1108 padding: 0 0 0.5em 0; | |
1109 border-bottom: 1px solid #dccbae; | |
1110 } | |
1111 ul.items.features .thumb { | |
1112 float:left; | |
1113 padding: 8px 10px 0 0; | |
1114 } | |
1115 ul.items.features .thumb img { | |
1116 width: 55px; | |
1117 height: 34px; | |
1118 } | |
1119 ul.items.features .feature_number { | |
1120 font-family: Georgia, Times, serif; | |
1121 font-size: 24px; | |
1122 color: #696968; | |
1123 } | |
1124 ul.items.features .date { | |
1125 font-size: 11px; | |
1126 color: #696968; | |
1127 } | |
1128 ul.items.features h1 { | |
1129 font-size: 12px; | |
1130 font-weight: bold; | |
1131 margin: 0; | |
1132 } | |
86 | 1133 |
30 | 1134 /* |
8 | 1135 * sidebar |
1136 */ | |
1137 div.sidebar { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1138 display: table-cell; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1139 width: 220px; |
8 | 1140 border-top: 3px solid #dccbae; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1141 background-color: white; |
80 | 1142 padding: 20px 10px 20px 0; |
8 | 1143 } |
1144 | |
1145 div.sideblock h2 { | |
86 | 1146 position: relative; |
8 | 1147 font-size: 12px; |
1148 margin-top: 20px; | |
1149 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1150 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1151 margin-bottom: 0; |
8 | 1152 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1153 |
8 | 1154 div.sideblock:first-child h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1155 margin-top: 0; |
7 | 1156 } |
2 | 1157 |
13 | 1158 div.sideblock h3 { |
1159 font-size: 12px; | |
1160 margin-top: 5px; | |
1161 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1162 border-bottom: 1px solid #dccbae; |
13 | 1163 } |
1164 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1165 /* like sidebar without line */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1166 div.sidebox { |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1167 width: 220px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1168 padding: 0 0 20px 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1169 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1170 |
2 | 1171 /* |
80 | 1172 * project sidebars |
1173 */ | |
1174 div.sideblock h2 .proj_state { | |
1175 position: absolute; | |
1176 right: 0; | |
1177 } | |
1178 | |
1179 div.sideblock .project { | |
1180 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF; | |
1181 border-bottom: 1px solid #F3BE7C; | |
1182 padding: 6px 6px 6px 20px; | |
1183 } | |
1184 div.sideblock .project.inactive { | |
1185 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc; | |
1186 } | |
1187 div.sideblock .project.parent { | |
1188 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1; | |
1189 border-bottom: 1px solid #DCCBAE; | |
1190 color: #666666; | |
1191 } | |
1192 div.sideblock .project a { | |
1193 color: #333; | |
1194 } | |
1195 | |
1196 /* | |
84 | 1197 * special sideblocks |
1198 */ | |
1199 div.sideblock .item.link, | |
1200 div.sideblock .item.internal { | |
1201 background: url(../images/internal.png) 0 11px no-repeat; | |
1202 padding-left: 10px; | |
1203 } | |
1204 | |
1205 div.sideblock .item.external { | |
1206 background: url(../images/external.png) 0 11px no-repeat; | |
1207 padding-left: 13px; | |
1208 } | |
1209 | |
1210 div.sideblock .item.download { | |
1211 background: url(../images/download.png) 0 8px no-repeat; | |
1212 padding-left: 15px; | |
1213 } | |
1214 | |
1215 div.sideblock .item.thumb img { | |
1216 width: 55px; | |
1217 height: 34px; | |
1218 } | |
1219 div.sideblock .item.thumb .text { | |
1220 padding-left: 0.5em; | |
1221 } | |
1222 | |
1223 /* | |
2 | 1224 * footer |
1225 */ | |
8 | 1226 #footer { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1227 position: relative; |
6 | 1228 height: 50px; |
2 | 1229 border-top: 1px solid #dccbae; |
6 | 1230 padding-top: 8px; |
8 | 1231 margin-top: 29px; |
2 | 1232 } |
1233 | |
8 | 1234 #footer div.text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1235 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1236 color: #d45a00; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1237 font-size: 11px; |
2 | 1238 } |
1239 | |
8 | 1240 #footer div.logo { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1241 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1242 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1243 right: 0; |
2 | 1244 } |
1245 | |
8 | 1246 #footer div.logo img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1247 width: 204px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1248 height: 41px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1249 } |