Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 143:636fc61e64e7
more style
author | casties |
---|---|
date | Fri, 31 May 2013 20:16:44 +0200 |
parents | f84f492f8e11 |
children | 195c4f6faa0c |
line wrap: on
line diff
--- a/css/mpiwg.css Fri May 31 17:57:49 2013 +0200 +++ b/css/mpiwg.css Fri May 31 20:16:44 2013 +0200 @@ -65,6 +65,10 @@ padding-left: 23px; } +a.namelink { + color: #3b4186; +} + h1 { color: #3b4186; font-size: 20px; @@ -84,7 +88,7 @@ margin: 1em 0 0.5em 0; } -h2:first-child { +div > h2:first-child { /* does this work correctly? */ margin-top: 0; } @@ -108,6 +112,13 @@ text-decoration: none; } +h2 a { + /* a header with a link looks like a header */ + color: inherit; + font-weight: inherit; + text-decoration: none; +} + p { margin: 0.5em 0; line-height: 1.5; @@ -135,6 +146,10 @@ clear: both; } +.blue { + color: #3b4186; +} + /* * table-like rows and columns */