Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 90:c940af028112
add styles and meta-tags for search.
author | casties |
---|---|
date | Wed, 15 May 2013 18:48:36 +0200 |
parents | ab836d3f96dc |
children | 45c7b240ee93 |
comparison
equal
deleted
inserted
replaced
89:2f52650cb539 | 90:c940af028112 |
---|---|
25 a:hover { | 25 a:hover { |
26 text-decoration: underline; | 26 text-decoration: underline; |
27 } | 27 } |
28 | 28 |
29 /* link-classes (with icons) */ | 29 /* link-classes (with icons) */ |
30 a.internal { | 30 a.internal, |
31 a.more { | |
31 background: url(../images/internal.png) center left no-repeat; | 32 background: url(../images/internal.png) center left no-repeat; |
32 padding-left: 10px; | 33 padding-left: 10px; |
33 } | 34 } |
34 | 35 |
35 a.download { | 36 a.download { |
99 margin: 0.5em 0; | 100 margin: 0.5em 0; |
100 line-height: 1.5; | 101 line-height: 1.5; |
101 } | 102 } |
102 | 103 |
103 ul.inline { | 104 ul.inline { |
105 display: inline; | |
104 padding: 0; | 106 padding: 0; |
105 margin: 0; | 107 margin: 0; |
106 } | 108 } |
107 | 109 |
108 ul.inline li { | 110 ul.inline li { |
109 display: inline; | 111 display: inline; |
110 } | 112 } |
113 | |
114 /* | |
115 * table-like rows and columns | |
116 */ | |
111 | 117 |
112 div.rows { | 118 div.rows { |
113 display: table; | 119 display: table; |
114 } | 120 } |
115 | 121 |
363 /* frontpage col width */ | 369 /* frontpage col width */ |
364 width: 286px; | 370 width: 286px; |
365 padding-left: 21px; | 371 padding-left: 21px; |
366 } | 372 } |
367 | 373 |
368 div.box h2 { | 374 div.box h2, |
375 h2.line { | |
369 /* more-links in title are right */ | 376 /* more-links in title are right */ |
370 position: relative; | 377 position: relative; |
371 } | 378 } |
372 | 379 |
373 div.box h2 a:link { | 380 div.box h2 a:link, |
381 h2.line a.more:link { | |
374 /* more-links in title are right */ | 382 /* more-links in title are right */ |
375 position: absolute; | 383 position: absolute; |
376 right: 0; | 384 right: 0; |
377 top: 3px; | 385 top: 3px; |
378 /* more-links in title are small */ | 386 /* more-links in title are small */ |
501 color: white; | 509 color: white; |
502 font-size: 14px; | 510 font-size: 14px; |
503 } | 511 } |
504 | 512 |
505 div.tool.box div.searchbox div.extended { | 513 div.tool.box div.searchbox div.extended { |
514 font-family: Verdana, Arial, sans-serif; | |
515 font-size: 12px; | |
506 text-align: right; | 516 text-align: right; |
507 padding: 5px 30px 5px 3px; | 517 padding: 5px 30px 5px 3px; |
508 } | 518 } |
509 | 519 |
510 div.tool.box h3 { | 520 div.tool.box h3 { |