Mercurial > hg > MPIWGWeb
changeset 83:ff0657e34ab4
styles for event list.
author | casties |
---|---|
date | Mon, 13 May 2013 18:06:11 +0200 |
parents | a6054bc6ad71 |
children | faaded775a8a |
files | css/mpiwg.css |
diffstat | 1 files changed, 38 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;