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