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