Mercurial > hg > MPIWGWeb
annotate css/mpiwg.css @ 120:544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/56
author | casties |
---|---|
date | Wed, 29 May 2013 15:17:43 +0200 |
parents | 28145eeb2e3c |
children | 83782cd48e32 |
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 | |
120
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
411 div.box h2.withmore, |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
412 h2.line.withmore { |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
413 /* leave space for 'more' text */ |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
414 padding-right: 3em; |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
415 } |
544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents:
118
diff
changeset
|
416 |
2 | 417 /* |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
418 * front page feature teaser |
2 | 419 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
420 div.main.home div.teaser { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
421 background-color: #f4e0c7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
422 } |
2 | 423 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
424 div.main.home div.teaser div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
425 /* teaser box needs no margins */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
426 margin: 0; |
2 | 427 } |
428 | |
8 | 429 div.teaser_image { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
430 position: relative; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
431 width: 593px; |
6 | 432 height: 351px; |
2 | 433 } |
434 | |
8 | 435 div.teaser_image div.caption { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
436 /* caption inside image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
437 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
438 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
439 padding: 3px; |
6 | 440 text-align: right; |
441 color: white; | |
2 | 442 font-size: 10px; |
6 | 443 opacity: 0.8; |
444 background-color: gray; | |
445 /* background-color: rgba(80,80,80,0.6); */ | |
2 | 446 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
447 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
|
448 /* links in caption inside image */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
449 color: white; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
450 } |
2 | 451 |
8 | 452 div.teaser_text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
453 padding-right: 21px; |
2 | 454 } |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
455 |
8 | 456 /* feature number */ |
457 div.teaser_text div.feature_number { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
458 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
459 right: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
460 top: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
461 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
462 font-size: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
463 color: #887163; |
2 | 464 } |
8 | 465 /* feature title */ |
466 div.teaser_text h1 { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
467 font-size: 16px; |
6 | 468 font-weight: normal; |
469 margin-top: 0; | |
2 | 470 } |
22 | 471 /* current research topic */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
472 div.teaser_text h3 { |
6 | 473 color: #887163; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
474 margin-bottom: 3px; |
7 | 475 margin-top: 15px; |
2 | 476 } |
6 | 477 /* feature date */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
478 div.teaser_text div.date { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
479 color: #3b4186; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
480 padding-top: 20px; |
6 | 481 margin-bottom: 20px; |
2 | 482 } |
8 | 483 |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
484 /* teaser slider */ |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
485 div.teaser div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
486 top: 150px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
487 width: 18px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
488 height: 24px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
489 padding-top: 11px; |
21 | 490 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
491 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
492 div.teaser div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
493 background-image: url(../images/slider_prev_bg.png); |
21 | 494 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
495 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
496 div.teaser div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
497 background-image: url(../images/slider_next_bg.png); |
21 | 498 } |
499 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
500 /* book slider */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
501 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
|
502 /* 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
|
503 width: 100px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
504 padding-right: 23px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
505 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
506 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
|
507 width: 100px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
508 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
509 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
510 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
|
511 top: 80px; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
512 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
513 |
8 | 514 /* |
11 | 515 * toolboxes |
516 */ | |
25 | 517 div.tool.box { |
76 | 518 font-family: Georgia, Times, serif; |
519 font-style: italic; | |
520 font-size: 16px; | |
521 color: #887163; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
522 background-color: #efeeec; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
523 padding: 20px; |
11 | 524 box-shadow: 0 0 1px 1px #e0e0e0; |
525 } | |
526 | |
25 | 527 div.tool.box a { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
528 color: #3b4186; |
11 | 529 } |
530 | |
25 | 531 div.tool.box div.searchbox { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
532 /* only to make it shrink-wrap */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
533 display: table-cell; |
11 | 534 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
535 |
25 | 536 div.tool.box div.searchbox input.text { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
537 height: 20px; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
538 width: 370px; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
539 background-color: #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
540 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
541 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
542 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
543 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
544 padding: 3px; |
11 | 545 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
546 |
25 | 547 div.tool.box div.searchbox input.submit { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
548 /* submit uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
549 height: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
550 width: 26px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
551 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
552 padding: 2px 3px 4px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
553 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
554 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
555 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
556 font-size: 14px; |
11 | 557 } |
558 | |
25 | 559 div.tool.box div.searchbox div.extended { |
90 | 560 font-family: Verdana, Arial, sans-serif; |
561 font-size: 12px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
562 text-align: right; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
563 padding: 5px 30px 5px 3px; |
11 | 564 } |
565 | |
25 | 566 div.tool.box h3 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
567 font-family: Georgia, Times, serif; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
568 font-style: italic; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
569 font-size: 16px; |
11 | 570 color: #887163; |
571 margin: 0.5em 0; | |
572 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
573 |
25 | 574 div.tool.box h3:first-child { |
30 | 575 /* top header has no margin */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
576 margin-top: 0; |
12 | 577 } |
11 | 578 |
25 | 579 div.tool.box ul { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
580 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
581 padding: 0; |
24 | 582 } |
583 | |
32 | 584 div.tool.box div.options { |
585 margin-top: 10px; | |
586 } | |
587 | |
25 | 588 div.tool.box div.options li { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
589 list-style-type: none; |
24 | 590 margin: 0.5em 0; |
591 } | |
592 | |
25 | 593 div.tool.box div.atoz { |
11 | 594 color: #887163; |
79 | 595 font-family: Verdana, Arial, sans-serif; |
11 | 596 font-size: 14px; |
79 | 597 font-style: normal; |
32 | 598 margin-top: 10px; |
11 | 599 } |
600 | |
25 | 601 div.tool.box input.checkbox, |
602 div.tool.box input.radio { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
603 /* checkbox uses border-box. don't ask */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
604 width: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
605 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
606 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
607 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
608 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
609 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
610 |
76 | 611 /* project page toolbox with thumbs */ |
118 | 612 div.tool.box div.thumbs { |
30 | 613 width: 420px; |
614 } | |
615 | |
118 | 616 div.thumbs div.thumb { |
76 | 617 display: inline; |
618 } | |
118 | 619 div.thumbs div.thumb img { |
76 | 620 width: 55px; |
621 height: 34px; | |
622 } | |
623 | |
624 | |
26
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 * service box on frontpage |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
627 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
628 div.box h2.service { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
629 /* title has no line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
630 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
631 } |
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 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
634 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
635 padding: 0; |
15 | 636 } |
637 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
638 div.tool.box.service div.row > div.col { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
639 padding: 0; |
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 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
642 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
643 height: 20px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
644 padding: 26px 0 26px 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
645 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
646 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
647 div.tool.box.service div.search.both { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
648 height: 44px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
649 padding: 14px 0 14px 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
650 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
651 div.tool.box.service div.searchicon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
652 width: 38px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
653 height: 40px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
654 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
655 padding: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
656 border-bottom: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
657 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
658 div.tool.box.service div.icon { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
659 width: 71px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
660 height: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
661 text-align: center; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
662 line-height: 2.5; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
663 padding: 1px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
664 border-left: 1px solid #9fa0a7; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
665 } |
76 | 666 div.tool.box.service div.icon a { |
667 color: black; | |
668 font-size: 12px; | |
669 font-family: Verdana, Arial, sans-serif; | |
670 font-style: normal; | |
671 } | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
672 div.tool.box.service div.icon.first { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
673 border-left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
674 width: 70px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
675 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
676 div.tool.box.service div.searchbox { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
677 display: block; |
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.text { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
680 width: 170px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
681 height: 17px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
682 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
683 padding: 1px 3px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
684 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
685 div.tool.box.service div.searchbox input.submit { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
686 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
687 width: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
688 padding: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
689 margin: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
690 vertical-align: bottom; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
691 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
692 div.tool.box.service select.quickfinder { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
693 width: 200px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
694 height: 19px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
695 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
696 background-color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
697 margin-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
698 border: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
699 } |
27 | 700 |
11 | 701 /* |
27 | 702 * other boxes |
11 | 703 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
704 div.box { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
705 margin: 20px 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
706 position: relative; |
11 | 707 } |
708 | |
86 | 709 div.box h2, |
710 h2.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
711 /* h2 is title with line */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
712 padding-bottom: 5px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
713 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
714 margin-bottom: 5px; |
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 |
92 | 717 div.box.line, |
718 div.line { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
719 border-bottom: 1px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
720 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
721 |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
722 div.box h3 { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
723 /* h3 is subtitle/type */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
724 font-size: 12px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
725 color: #6a4d3c; |
11 | 726 } |
727 | |
27 | 728 div.box h3 + h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
729 /* directly over h2 */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
730 margin-top: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
731 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
732 |
27 | 733 /* |
30 | 734 * small box with thumbnail |
27 | 735 */ |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
736 div.mini { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
737 padding: 10px 0; |
27 | 738 /* line-height: 1; */ |
739 } | |
740 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
741 div.row.quintuple > div.col > div.mini { |
30 | 742 max-width: 122px; |
27 | 743 font-size: 11px; |
11 | 744 } |
745 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
746 div.mini div.thumb { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
747 background-color: #f8f8f8; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
748 text-align: center; |
92 | 749 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
750 } |
92 | 751 div.mini div.thumb:first-child { |
752 margin-top: 0; | |
753 } | |
111 | 754 |
755 div.slider.row.quintuple > div.col > div.mini { | |
756 /* slider needs fixed width */ | |
757 width: 120px; | |
758 } | |
759 | |
760 div.slider.row.quintuple > div.col { | |
761 /* slider needs space for buttons */ | |
112 | 762 padding-left: 10px; |
111 | 763 } |
764 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
765 div.row.quintuple > div.col > div.mini div.thumb img { |
27 | 766 width: 120px; |
767 height: 75px; | |
768 } | |
769 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
770 div.row.triple > div.col > div.mini { |
32 | 771 width: 140px; |
772 } | |
773 | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
774 div.row.triple > div.col > div.mini div.thumb img { |
65 | 775 width: 140px; |
776 height: 87px; | |
777 } | |
32 | 778 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
779 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
|
780 /* thumb size for sources given by digilib */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
781 width: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
782 height: auto; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
783 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
784 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
785 div.row.double > div.col > div.mini div.thumb img { |
92 | 786 height: 180px; |
787 } | |
788 | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
789 div.mini div.type { |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
790 color: #9f917a; |
65 | 791 margin-top: 0.5em; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
792 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
793 |
27 | 794 div.mini div.title { |
795 margin-top: 0.5em; | |
796 } | |
797 | |
798 div.mini div.author { | |
11 | 799 color: #3b4186; |
27 | 800 margin-top: 0.5em; |
11 | 801 } |
802 | |
65 | 803 div.mini div.link { |
804 margin-top: 0.5em; | |
805 } | |
806 | |
92 | 807 div.mini h2 { |
808 /* e.g. title for mini-books */ | |
809 font-size: 14px; | |
102 | 810 /* but no line if used inside box */ |
811 border-bottom: 0; | |
92 | 812 } |
813 | |
65 | 814 div.mini.website div.description { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
815 /* initially hidden */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
816 display: none; |
12 | 817 } |
818 | |
65 | 819 div.box.foldable div.fold { |
820 /* initially hidden */ | |
821 display: none; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
822 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
823 bottom: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
824 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
825 /* TODO: this should be an image */ |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
826 background-color: #ee7f2d; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
827 color: white; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
828 font-size: 14px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
829 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
830 |
30 | 831 /* |
832 * slider buttons | |
833 */ | |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
834 div.box div.slidebutton { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
835 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
836 top: 110px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
837 width: 16px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
838 height: 18px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
839 z-index: 10; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
840 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
841 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
842 div.box div.slidebutton.prev { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
843 left: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
844 } |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
845 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
846 div.box div.slidebutton.next { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
847 right: 0; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
848 text-align: right; |
12 | 849 } |
11 | 850 |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
851 .ajaxSlider .slidebutton.prev, |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
852 .ajaxSlider .slidebutton.next { |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
853 /* AJAX slider buttons initially hidden */ |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
854 display: none; |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
855 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
856 |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
857 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
|
858 /* space for slidebuttons */ |
112 | 859 padding-left: 20px; |
108
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
860 } |
782477730916
CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents:
104
diff
changeset
|
861 |
11 | 862 /* |
30 | 863 * paragraph with line |
864 */ | |
865 div.item { | |
866 padding-top: 5px; | |
867 padding-bottom: 5px; | |
868 border-bottom: 1px solid #dccbae; | |
869 line-height: 1.5; | |
870 } | |
871 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
872 /* |
79 | 873 * pubman references |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
874 */ |
79 | 875 .reference .Italic { |
876 font-style: italic; | |
877 } | |
878 | |
879 | |
880 /* | |
881 * table with items (articles) | |
882 */ | |
883 table.items { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
884 /* no space between cells */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
885 border-collapse: collapse; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
886 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
887 |
79 | 888 table.items td { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
889 vertical-align: top; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
890 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
891 line-height: 1.5; |
67 | 892 padding: 1em 1em 0.5em 0; |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
893 } |
79 | 894 table.items td:last-child { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
895 padding-right: 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
896 } |
104 | 897 table.items.shorter td, |
898 table.items tr.shorter td { | |
100 | 899 padding: 0.5em 0.5em 0.5em 0; |
900 } | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
901 |
79 | 902 table.items th { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
903 font-family: Georgia, Times, serif; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
904 font-size: 16px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
905 font-weight: normal; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
906 font-style: italic; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
907 color: #887163; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
908 text-align: left; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
909 border-bottom: 3px solid #dccbae; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
910 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
911 |
79 | 912 table.items h2 { |
913 border-bottom: 3px solid #dccbae; | |
914 margin-bottom: 0; | |
915 } | |
916 table.items h2 a { | |
917 color: inherit; | |
918 font-weight: inherit; | |
919 text-decoration: none; | |
920 } | |
921 | |
922 table.items img.thumb { | |
923 width: 55px; | |
924 height: 34px; | |
925 } | |
926 | |
927 table.items td.line, | |
928 table.items tr.line td { | |
929 border-bottom: 1px solid #dccbae; | |
930 } | |
931 | |
83 | 932 table.items td.topline, |
933 table.items tr.topline td { | |
934 border-top: 1px solid #dccbae; | |
935 } | |
936 | |
79 | 937 table.items tr.last_item td { |
938 /* last_item has no padding-top */ | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
939 padding: 0 0 0.5em 0; |
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 { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
943 font-size: 12px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
944 background-color: #f6f2eb; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
945 padding: 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
946 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
947 |
79 | 948 table.items h3.fold_head img { |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
949 margin: 0 5px 0 3px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
950 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
951 |
104 | 952 table.items tr td:first-child div.fold_body { |
83 | 953 /* e.g. preprint abstracts */ |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
954 padding: 0.5em 0 0 20px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
955 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
956 |
103 | 957 table.items .thumb_fold { |
958 position: relative; | |
959 padding-left: 14px; | |
960 } | |
961 | |
962 table.items .thumb_fold .fold_head { | |
963 position: absolute; | |
964 left: 0; | |
965 top: 3px; | |
966 } | |
967 | |
83 | 968 ul.items { |
969 list-style-type: none; | |
970 padding: 0; | |
971 } | |
972 | |
973 ul.items li { | |
974 padding: 0 0 0.5em 20px; | |
975 border-bottom: 3px solid #dccbae; | |
976 margin-bottom: 0.5em; | |
977 } | |
978 | |
979 ul.items .fold_head { | |
980 text-indent: -20px; | |
981 } | |
982 ul.items .fold_head img.fold_open, | |
983 ul.items .fold_head img.fold_closed { | |
984 padding-right: 5px; | |
985 } | |
986 | |
987 ul.items .type { | |
84 | 988 /* font-size: 11px; */ |
83 | 989 color: #696968; |
990 } | |
991 | |
992 ul.items h2 { | |
993 font-size: 12px; | |
994 } | |
995 | |
996 ul.items td.key { | |
997 color: #3b4186; | |
998 } | |
999 | |
103 | 1000 .foldable img.fold_closed, |
1001 .foldableById img.fold_closed { | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1002 /* fold is initially open */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1003 display: none; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1004 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1005 |
75 | 1006 |
1007 /* | |
1008 * hierarchical list (of projects) | |
1009 */ | |
1010 div.hierlist h2 { | |
1011 text-indent: -20px; | |
1012 padding-left: 20px; | |
1013 padding-bottom: 5px; | |
1014 border-bottom: 3px solid #dccbae; | |
1015 margin-bottom: 0; | |
1016 } | |
1017 | |
1018 div.hierlist h2 img { | |
1019 padding: 0 3px 3px 3px; | |
1020 } | |
1021 | |
1022 div.hierlist h2 a { | |
1023 color: inherit; | |
1024 font-weight: inherit; | |
1025 text-decoration: none; | |
1026 } | |
1027 | |
1028 div.hierlist ul { | |
1029 list-style-type: none; | |
1030 padding: 0 0 10px 0; | |
1031 margin: 0; | |
1032 border-bottom: 1px solid #dccbae; | |
1033 } | |
1034 | |
1035 div.hierlist li { | |
1036 padding: 5px 0 5px 16px; | |
1037 text-indent: -13px; | |
1038 } | |
1039 | |
1040 div.hierlist li a { | |
1041 /* icon is more distant from text */ | |
1042 padding-left: 13px; | |
1043 } | |
1044 | |
1045 div.hierlist li.indent { | |
1046 padding-bottom: 10px; | |
1047 border-bottom: 1px solid #dccbae; | |
1048 margin-bottom: 5px; | |
1049 } | |
1050 | |
1051 div.hierlist li.level_1 { | |
1052 font-size: 14px; | |
1053 } | |
1054 | |
1055 div.hierlist li.level_2 { | |
1056 font-weight: bold; | |
1057 margin-left: 20px; | |
1058 } | |
1059 | |
1060 div.hierlist li.level_3 { | |
1061 margin-left: 40px; | |
1062 } | |
1063 | |
1064 div.hierlist li.level_4 { | |
1065 margin-left: 60px; | |
1066 } | |
1067 | |
1068 div.hierlist li.level_5 { | |
1069 margin-left: 80px; | |
1070 } | |
1071 | |
80 | 1072 |
1073 /* | |
84 | 1074 * figures (in project descriptions and features) |
80 | 1075 */ |
84 | 1076 div.figure, |
1077 div.image_small { | |
80 | 1078 float: left; |
84 | 1079 width: 230px; |
80 | 1080 padding: 0.5em 1em 0 0; |
1081 } | |
84 | 1082 div.image_small.right { |
1083 float: right; | |
1084 padding: 0.5em 0 0 1em; | |
80 | 1085 } |
84 | 1086 div.figure div.image img, |
1087 div.image_small img { | |
1088 width: 230px; | |
1089 } | |
1090 div.figure div.figcaption, | |
1091 div.banner_large div.caption, | |
1092 div.image_small div.caption { | |
80 | 1093 font-size: 10px; |
84 | 1094 line-height: 1.5; |
80 | 1095 color: #9f917a; |
1096 margin-top: 0.5em; | |
1097 } | |
84 | 1098 div.banner_large img { |
1099 width: 460px; | |
1100 } | |
80 | 1101 |
1102 /* | |
84 | 1103 * project description and feature |
80 | 1104 */ |
1105 h3.authors { | |
1106 margin-top: 0.5em; | |
1107 } | |
1108 | |
84 | 1109 p.maintext_authors { |
1110 font-size: 14px; | |
1111 color: #3b4186; | |
1112 } | |
1113 | |
80 | 1114 div.description { |
1115 margin-top: 0.5em; | |
1116 line-height: 1.5; | |
1117 } | |
1118 | |
92 | 1119 h2.type { |
1120 color: #9f917a; | |
1121 } | |
1122 | |
84 | 1123 /* |
1124 * feature story archive | |
1125 */ | |
1126 ul.items.features li { | |
1127 padding: 0 0 0.5em 0; | |
1128 border-bottom: 1px solid #dccbae; | |
1129 } | |
1130 ul.items.features .thumb { | |
1131 float:left; | |
1132 padding: 8px 10px 0 0; | |
1133 } | |
1134 ul.items.features .thumb img { | |
1135 width: 55px; | |
1136 height: 34px; | |
1137 } | |
1138 ul.items.features .feature_number { | |
1139 font-family: Georgia, Times, serif; | |
1140 font-size: 24px; | |
1141 color: #696968; | |
1142 } | |
1143 ul.items.features .date { | |
1144 font-size: 11px; | |
1145 color: #696968; | |
1146 } | |
1147 ul.items.features h1 { | |
1148 font-size: 12px; | |
1149 font-weight: bold; | |
1150 margin: 0; | |
1151 } | |
86 | 1152 |
30 | 1153 /* |
8 | 1154 * sidebar |
1155 */ | |
1156 div.sidebar { | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1157 display: table-cell; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1158 width: 220px; |
8 | 1159 border-top: 3px solid #dccbae; |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1160 background-color: white; |
80 | 1161 padding: 20px 10px 20px 0; |
8 | 1162 } |
1163 | |
1164 div.sideblock h2 { | |
86 | 1165 position: relative; |
8 | 1166 font-size: 12px; |
1167 margin-top: 20px; | |
1168 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1169 border-bottom: 3px solid #dccbae; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1170 margin-bottom: 0; |
8 | 1171 } |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1172 |
8 | 1173 div.sideblock:first-child h2 { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1174 margin-top: 0; |
7 | 1175 } |
2 | 1176 |
13 | 1177 div.sideblock h3 { |
1178 font-size: 12px; | |
1179 margin-top: 5px; | |
1180 padding-bottom: 5px; | |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1181 border-bottom: 1px solid #dccbae; |
13 | 1182 } |
1183 | |
66
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1184 /* like sidebar without line */ |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1185 div.sidebox { |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1186 width: 220px; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1187 padding: 0 0 20px 0; |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1188 } |
68b3d71eed27
formatting for preprint list. javascript for foldable divs.
casties
parents:
65
diff
changeset
|
1189 |
2 | 1190 /* |
80 | 1191 * project sidebars |
1192 */ | |
1193 div.sideblock h2 .proj_state { | |
1194 position: absolute; | |
1195 right: 0; | |
1196 } | |
1197 | |
1198 div.sideblock .project { | |
1199 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF; | |
1200 border-bottom: 1px solid #F3BE7C; | |
1201 padding: 6px 6px 6px 20px; | |
1202 } | |
1203 div.sideblock .project.inactive { | |
1204 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc; | |
1205 } | |
1206 div.sideblock .project.parent { | |
1207 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1; | |
1208 border-bottom: 1px solid #DCCBAE; | |
1209 color: #666666; | |
1210 } | |
1211 div.sideblock .project a { | |
1212 color: #333; | |
1213 } | |
1214 | |
1215 /* | |
84 | 1216 * special sideblocks |
1217 */ | |
1218 div.sideblock .item.link, | |
1219 div.sideblock .item.internal { | |
1220 background: url(../images/internal.png) 0 11px no-repeat; | |
1221 padding-left: 10px; | |
1222 } | |
1223 | |
1224 div.sideblock .item.external { | |
1225 background: url(../images/external.png) 0 11px no-repeat; | |
1226 padding-left: 13px; | |
1227 } | |
1228 | |
1229 div.sideblock .item.download { | |
1230 background: url(../images/download.png) 0 8px no-repeat; | |
1231 padding-left: 15px; | |
1232 } | |
1233 | |
1234 div.sideblock .item.thumb img { | |
1235 width: 55px; | |
1236 height: 34px; | |
1237 } | |
1238 div.sideblock .item.thumb .text { | |
1239 padding-left: 0.5em; | |
1240 } | |
1241 | |
1242 /* | |
2 | 1243 * footer |
1244 */ | |
8 | 1245 #footer { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1246 position: relative; |
6 | 1247 height: 50px; |
2 | 1248 border-top: 1px solid #dccbae; |
6 | 1249 padding-top: 8px; |
8 | 1250 margin-top: 29px; |
2 | 1251 } |
1252 | |
8 | 1253 #footer div.text { |
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 color: #d45a00; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1256 font-size: 11px; |
2 | 1257 } |
1258 | |
8 | 1259 #footer div.logo { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1260 display: inline-block; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1261 position: absolute; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1262 right: 0; |
2 | 1263 } |
1264 | |
8 | 1265 #footer div.logo img { |
26
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1266 width: 204px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1267 height: 41px; |
8a99ad8713d6
new common template for fragments. new styles for servicebox.
casties
parents:
25
diff
changeset
|
1268 } |