Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 5:9e720c6c5b6c
working on start page.
author | casties |
---|---|
date | Tue, 12 Feb 2013 18:15:05 +0100 |
parents | 1a895905f7ca |
children | 9e4dba0a81e2 |
comparison
equal
deleted
inserted
replaced
4:1a895905f7ca | 5:9e720c6c5b6c |
---|---|
71 color: #3b4186 !important; | 71 color: #3b4186 !important; |
72 } | 72 } |
73 | 73 |
74 h1 { | 74 h1 { |
75 color: #3b4186; | 75 color: #3b4186; |
76 font-size: 15px; | 76 font-size: 16px; |
77 font-weight: bold; | 77 font-weight: bold; |
78 margin: 10px 2px 10px 2px; | 78 margin: 10px 2px 10px 2px; |
79 } | 79 } |
80 | 80 |
81 h2 { | 81 h2 { |
82 color: #3b4186; | 82 color: #3b4186; |
83 font-size: 15px; | 83 font-size: 16px; |
84 font-weight: normal; | 84 font-weight: normal; |
85 margin: 2px; | 85 margin: 2px; |
86 } | 86 } |
87 | 87 |
88 h3 { | 88 h3 { |
89 color: #3b4186; | 89 color: #3b4186; |
90 font-size: 13px; | 90 font-size: 14px; |
91 font-weight: normal; | 91 font-weight: normal; |
92 margin: 2px; | 92 margin: 2px; |
93 } | 93 } |
94 | 94 |
95 | 95 |
294 | 294 |
295 /* | 295 /* |
296 * main section | 296 * main section |
297 */ | 297 */ |
298 | 298 |
299 div.content { | |
300 /* float: left; */ | |
301 width: 900px; | |
302 } | |
303 | |
304 div.main { | 299 div.main { |
305 /* float: left; */ | 300 } |
306 width: 720px; | 301 |
307 background-color: #FFFFFF; | 302 div.main div.row { |
308 margin-bottom: 10px; | 303 /* set font-size to ignore whitespace */ |
309 padding-right: 10px; | 304 font-size: 0; |
310 font-size: 12px; | 305 } |
311 } | 306 |
312 | 307 div.main div.block { |
313 div.main div.center { | 308 display: inline-block; |
314 /* float: left; */ | 309 width: 286px; |
315 width: 460px; | 310 vertical-align: top; |
316 padding: 20px; | 311 /* reset font-size */ |
317 } | 312 font-size: 12px; |
318 | 313 line-height: 1.5; |
319 | 314 margin-left: 21px; |
320 div.center, div.center_wide { | 315 } |
321 line-height: 1.6; | 316 div.main div.block:first-child { |
322 } | 317 /* first block has no left margin */ |
323 div.center ul { | 318 margin-left: 0; |
324 list-style: none; | 319 } |
325 margin-left: 0; | 320 |
326 padding: 0; | 321 div.main div.block h2 { |
327 } | 322 position: relative; |
328 | 323 padding-bottom: 3px; |
329 div.center li { | 324 margin-top: 18px; |
330 margin-bottom: 10px; | 325 border-bottom: 3px solid #dccbae; |
331 } | 326 } |
332 | 327 div.main div.block h2 a:link { |
333 | 328 /* more-links in title are right */ |
334 div.main div.center_wide { | 329 position: absolute; |
335 /* float: left; */ | 330 right: 0; |
336 width: 710px; | 331 /* more-links in title are small */ |
337 /* padding: 20px 0 0 20px; */ | 332 font-size: 12px; |
338 padding: 20px; | 333 } |
339 } | 334 |
340 | 335 div.main div.block div.item { |
341 | 336 padding-top: 5px; |
342 | 337 padding-bottom: 3px; |
343 | 338 border-bottom: 1px solid #dccbae; |
344 | 339 } |
345 | 340 |
341 div.main div.block b { | |
342 /* bold is blue */ | |
343 color: #3b4186; | |
344 } | |
346 | 345 |
347 /* | 346 /* |
348 * subnavigation | 347 * subnavigation |
349 */ | 348 */ |
350 | 349 |