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