comparison css/mpiwg.css @ 7:9813d9960e98

more style.
author casties
date Wed, 13 Feb 2013 17:09:16 +0100
parents 9e4dba0a81e2
children 0a7691055ea3
comparison
equal deleted inserted replaced
6:9e4dba0a81e2 7:9813d9960e98
97 color: inherit; 97 color: inherit;
98 font-weight: inherit; 98 font-weight: inherit;
99 text-decoration: none; 99 text-decoration: none;
100 } 100 }
101 101
102 p {
103 margin: 0;
104 }
102 105
103 /* 106 /*
104 * header and wrapper 107 * header and wrapper
105 */ 108 */
106 109
270 div.row div.block { 273 div.row div.block {
271 display: inline-block; 274 display: inline-block;
272 vertical-align: top; 275 vertical-align: top;
273 /* reset font-size */ 276 /* reset font-size */
274 font-size: 12px; 277 font-size: 12px;
275 line-height: 1.5;
276 } 278 }
277 div.row div.block:first-child { 279 div.row div.block:first-child {
278 /* first block has no left margin */ 280 /* first block has no left margin */
279 margin-left: 0 !important; 281 margin-left: 0 !important;
280 } 282 }
283 width: 31.7%; 285 width: 31.7%;
284 margin-left: 2.4%; 286 margin-left: 2.4%;
285 } 287 }
286 288
287 div.row div.block h2 { 289 div.row div.block h2 {
288 padding-bottom: 3px;
289 margin-top: 35px; 290 margin-top: 35px;
291 padding-bottom: 3px;
290 border-bottom: 3px solid #dccbae; 292 border-bottom: 3px solid #dccbae;
291 } 293 }
292 294
293 div.row div.block div.item { 295 div.row div.block div.item {
294 padding-top: 5px; 296 padding-top: 5px;
295 padding-bottom: 3px; 297 padding-bottom: 5px;
296 border-bottom: 1px solid #dccbae; 298 border-bottom: 1px solid #dccbae;
299 line-height: 1.5;
297 } 300 }
298 301
299 302
300 /* frontpage version */ 303 /* frontpage version */
301 304
366 /* "current research topic */ 369 /* "current research topic */
367 div.row.feature div.block.teaser_text h2 { 370 div.row.feature div.block.teaser_text h2 {
368 font-size: 14px; 371 font-size: 14px;
369 color: #887163; 372 color: #887163;
370 margin-bottom: 0; 373 margin-bottom: 0;
374 margin-top: 15px;
375 border-bottom: 0;
371 } 376 }
372 /* feature date */ 377 /* feature date */
373 div.row.feature div.block.teaser_text h3 { 378 div.row.feature div.block.teaser_text h3 {
374 margin-top: 20px; 379 margin-top: 20px;
375 margin-bottom: 20px; 380 margin-bottom: 20px;
376 } 381 font-size: 12px;
377 382 }
383 div.row.feature div.block.teaser_text p {
384 line-height: 1.5;
385 margin: 0;
386 }
378 387
379 /* 388 /*
380 * footer 389 * footer
381 */ 390 */
382 391