# HG changeset patch # User casties # Date 1368461171 -7200 # Node ID ff0657e34ab4c77f5e1de4b52497b71c94830299 # Parent a6054bc6ad711762cf40930dc23afb47311e1794 styles for event list. diff -r a6054bc6ad71 -r ff0657e34ab4 css/mpiwg.css --- a/css/mpiwg.css Fri May 10 17:46:55 2013 +0200 +++ b/css/mpiwg.css Mon May 13 18:06:11 2013 +0200 @@ -282,7 +282,7 @@ div.subnav .sn_on { padding-left: 6px; - background: #d45a00; + background-color: #d45a00; } div.subnav .sn_on a { @@ -831,6 +831,11 @@ border-bottom: 1px solid #dccbae; } +table.items td.topline, +table.items tr.topline td { + border-top: 1px solid #dccbae; +} + table.items tr.last_item td { /* last_item has no padding-top */ padding: 0 0 0.5em 0; @@ -847,9 +852,41 @@ } table.items div.fold_body { + /* e.g. preprint abstracts */ padding: 0.5em 0 0 20px; } +ul.items { + list-style-type: none; + padding: 0; +} + +ul.items li { + padding: 0 0 0.5em 20px; + border-bottom: 3px solid #dccbae; + margin-bottom: 0.5em; +} + +ul.items .fold_head { + text-indent: -20px; +} +ul.items .fold_head img.fold_open, +ul.items .fold_head img.fold_closed { + padding-right: 5px; +} + +ul.items .type { + color: #696968; +} + +ul.items h2 { + font-size: 12px; +} + +ul.items td.key { + color: #3b4186; +} + .foldable img.fold_closed { /* fold is initially open */ display: none;