# HG changeset patch # User casties # Date 1370282113 -7200 # Node ID c115a18dbbe1171d1a0f5c607c22ec89725feea8 # Parent 1f0db83b61c54c3030b1a3e2ab1468878d720bdd styles for overview page. diff -r 1f0db83b61c5 -r c115a18dbbe1 css/mpiwg.css --- a/css/mpiwg.css Mon Jun 03 19:54:57 2013 +0200 +++ b/css/mpiwg.css Mon Jun 03 19:55:13 2013 +0200 @@ -126,6 +126,9 @@ ul.plain > li { margin-top: 0.5em; } +ul.plain > li:first-child { + margin-top: 0; +} ul.inline { display: inline; @@ -425,12 +428,13 @@ position: relative; } -div.box h2 a:link, -h2.line a.more:link { +div.box h2 a, +h2.line a.more { /* more-links in title are right */ position: absolute; right: 0; - top: 3px; + bottom: 5px; + color: #d45a00; /* more-links in title are small */ font-size: 12px; } @@ -730,6 +734,9 @@ border: 0; } +/* + * jobs page tool list + */ div.tool.list { font-size: 14px; color: #887163; @@ -751,6 +758,44 @@ } /* + * overview page + */ + +div.center.wide > div.row.double > div.col { + width: 335px; +} +div.center.wide > div.row.double div.tool.box div.searchbox input.text { + /* smaller search box */ + width: 250px; +} + +h2.withicon span.strut { + /* equalize uneven height of icons */ + display: inline-block; + height: 45px; + vertical-align: bottom; +} + +div.tool.box div.links a { + font-family: Verdana, Arial, sans-serif; + font-style: normal; + font-size: 14px; + color: #d45a00; +} + +div.tool.box div.links h3 { + font-family: Verdana, Arial, sans-serif; + font-style: normal; + font-size: 14px; + color: #3b4186; + padding-bottom: 3px; + border-bottom: 1px solid white; +} +div.tool.box div.links h3 a { + color: inherit; +} + +/* * other boxes */ div.box { @@ -828,13 +873,13 @@ height: 87px; } -div.row.triple > div.col > div.mini.source div.thumb img { +div.row.triple > div.col > div.mini.source div.thumb img { /* thumb size for sources given by digilib */ width: auto; height: auto; } -div.row.double > div.col > div.mini div.thumb img { +div.row.double > div.col > div.mini div.thumb img { height: 180px; } @@ -1234,6 +1279,19 @@ margin: 0; } +/* + * thesaurus + */ + +.showApproach { + color:#EA8500; + cursor:pointer; +} +.showApproach:hover { + text-decoration: underline; +} + + /* * sidebar */