# HG changeset patch # User casties # Date 1371044598 -7200 # Node ID 8261b3089cf4fcce87d6b19eb23f4f7f9c799f9d # Parent a743e22a155a1430a8ab90fd6eee5d7feb862fff styles for thesaurus projects diff -r a743e22a155a -r 8261b3089cf4 css/mpiwg.css --- a/css/mpiwg.css Wed Jun 12 15:10:18 2013 +0200 +++ b/css/mpiwg.css Wed Jun 12 15:43:18 2013 +0200 @@ -19,12 +19,14 @@ border: none; } -a { +a, +.linklike { color: #d45a00; text-decoration: none; } -a:hover { +a:hover, +.linklike:hover { text-decoration: underline; } @@ -1184,15 +1186,15 @@ margin-bottom: 5px; } -div.hierlist li > h3 { +div.hierlist li h3 { font-size: 12px; } -div.hierlist li.level_1 > h3 { +div.hierlist li.level_1 h3 { font-size: 14px; } -div.hierlist li.level_2 > h3 { +div.hierlist li.level_2 h3 { font-weight: bold; }